
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background: #ffffff;
    line-height: 1.58;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    color: var(--text);
}
.inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20.44px;
}
.main-header {
    background: #ffffff;
    border-bottom: 2px solid #000000;
    margin-bottom: 38.92px;
    padding: 27.87px 0;
}
.brand-link {
    text-transform: uppercase;
    color: #000000;
    font-weight: 800;
    font-size: 23.8px;
    text-decoration: none;
}
.nav-links {
    display: flex;
    gap: 26.11px;
}
.nav-links a {
    font-size: 14.35px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    color: #000000 !important;
}
.nav-links a:hover {
    opacity: 0.7;
}
.content-grid {
    margin-bottom: 81.54px;
    display: grid;
    gap: 60.6px;
    grid-template-columns: 1fr 300px;
}
.top-story {
    border: 2px solid #000000;
    padding: 50.82px;
    border-radius: 10.37px;
    background: #ffffff;
}
.body-copy {
    line-height: 1.83;
    font-size: 18.44px;
    color: #000000;
}
.body-copy a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.secondary {
    top: 40px;
    position: sticky;
}
.side-block {
    padding: 24.24px;
    background: #ffffff;
    border-radius: 10.72px;
    margin-bottom: 29.71px;
    border: 2px solid #000000;
}
.section-head {
    color: #000000;
    border-bottom: 2px solid #000000;
    font-weight: 800;
    margin-bottom: 20.49px;
    padding-bottom: 7.41px;
    text-transform: uppercase;
    font-size: 19.4px;
}
.updates-list, .date-index {
    list-style: none;
    padding: 0;
}
.updates-list li {
    margin-bottom: 11.66px;
    padding-bottom: 11.78px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.updates-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.updates-list a:hover {
    text-decoration: underline;
}
.date-index a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.date-index a:hover {
    text-decoration: underline;
}
.chip-group {
    flex-wrap: wrap;
    display: flex;
    gap: 10.3px;
}
.pill {
    background: #ffffff;
    border-radius: 7.51px;
    text-decoration: none;
    font-weight: 600;
    color: #000000 !important;
    border: 2px solid #000000;
    font-size: 12.78px;
    padding: 6.81px 12.78px;
    display: inline-block;
}
.pill:hover {
    color: #ffffff !important;
    background: #000000;
}
.base-bar {
    color: #000000;
    background: #fff;
    border-top: 2px solid #000000;
    font-size: 14.2px;
    text-align: center;
    padding: 37.74px 0;
    font-weight: 600;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
