
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    color: var(--text);
    background: #ffffff;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.55;
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
}
.inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 21.96px;
}
.page-top {
    margin-bottom: 42.76px;
    padding: 22.3px 0;
    background: #ffffff;
    border-bottom: 2px solid #000000;
}
.brand-link {
    color: #000000;
    font-weight: 800;
    font-size: 24.94px;
    text-transform: uppercase;
    text-decoration: none;
}
.nav-bar {
    gap: 22.08px;
    display: flex;
}
.nav-bar a {
    text-decoration: none;
    font-weight: 700;
    font-size: 14.84px;
    color: #000000 !important;
    text-transform: uppercase;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.dual-panel {
    grid-template-columns: 1fr 300px;
    gap: 58.66px;
    display: grid;
    margin-bottom: 81.97px;
}
.primary-content {
    background: #ffffff;
    padding: 46.15px;
    border-radius: 11.09px;
    border: 2px solid #000000;
}
.body-copy {
    color: #000000;
    font-size: 17.81px;
    line-height: 1.77;
}
.body-copy a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.aside-col {
    top: 40px;
    position: sticky;
}
.info-card {
    border-radius: 11.8px;
    background: #ffffff;
    padding: 23.46px;
    margin-bottom: 28.51px;
    border: 2px solid #000000;
}
.block-heading {
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    font-size: 19.62px;
    padding-bottom: 9.53px;
    margin-bottom: 22.29px;
}
.updates-list, .date-index {
    list-style: none;
    padding: 0;
}
.updates-list li {
    padding-bottom: 8.08px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 10.32px;
}
.updates-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.updates-list a:hover {
    text-decoration: underline;
}
.date-index a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.date-index a:hover {
    text-decoration: underline;
}
.chip-group {
    display: flex;
    gap: 8.88px;
    flex-wrap: wrap;
}
.chip {
    border: 2px solid #000000;
    text-decoration: none;
    background: #ffffff;
    font-size: 12.98px;
    border-radius: 7.63px;
    font-weight: 600;
    display: inline-block;
    color: #000000 !important;
    padding: 8.1px 12.87px;
}
.chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.end-section {
    text-align: center;
    font-size: 14.29px;
    font-weight: 600;
    background: #fff;
    padding: 42.05px 0;
    color: #000000;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .aside-col {
    position: static;
} }
