
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.6;
    background: #ffffff;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: var(--text);
}
.inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20.58px;
}
.nav-wrap {
    background: #ffffff;
    border-bottom: 2px solid #000000;
    padding: 24.6px 0;
    margin-bottom: 38.89px;
}
.brand-mark {
    font-weight: 800;
    color: #000000;
    font-size: 24.74px;
    text-transform: uppercase;
    text-decoration: none;
}
.primary-nav {
    gap: 26.06px;
    display: flex;
}
.primary-nav a {
    font-size: 13.68px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000 !important;
    font-weight: 700;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.content-grid {
    margin-bottom: 79.43px;
    grid-template-columns: 1fr 300px;
    display: grid;
    gap: 58.02px;
}
.lead-article {
    border-radius: 12.45px;
    border: 2px solid #000000;
    background: #ffffff;
    padding: 46.65px;
}
.entry-text {
    font-size: 17.01px;
    color: #000000;
    line-height: 1.76;
}
.entry-text a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.panel-item {
    margin-bottom: 32.4px;
    border: 2px solid #000000;
    padding: 25.22px;
    background: #ffffff;
    border-radius: 12.59px;
}
.label {
    margin-bottom: 17.29px;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    padding-bottom: 12.6px;
    font-weight: 800;
    font-size: 20.64px;
    color: #000000;
}
.latest-entries, .past-entries {
    list-style: none;
    padding: 0;
}
.latest-entries li {
    margin-bottom: 8.84px;
    padding-bottom: 8.23px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.latest-entries a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.past-entries a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.past-entries a:hover {
    text-decoration: underline;
}
.term-cloud {
    display: flex;
    gap: 7.99px;
    flex-wrap: wrap;
}
.chip {
    font-weight: 600;
    padding: 5.7px 16.29px;
    display: inline-block;
    color: #000000 !important;
    border: 2px solid #000000;
    background: #ffffff;
    text-decoration: none;
    font-size: 13.19px;
    border-radius: 8.86px;
}
.chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.ground {
    color: #000000;
    padding: 39.1px 0;
    font-weight: 600;
    background: #fff;
    text-align: center;
    font-size: 13.27px;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
