
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background: #ffffff;
    -moz-text-size-adjust: 100%;
    line-height: 1.6;
}
.frame {
    padding: 0 21.56px;
    margin: 0 auto;
    max-width: 1200px;
}
.page-top {
    padding: 22.82px 0;
    border-bottom: 2px solid #000000;
    margin-bottom: 42.7px;
    background: #ffffff;
}
.brand-mark {
    font-size: 23.5px;
    font-weight: 800;
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
}
.header-links {
    gap: 23.58px;
    display: flex;
}
.header-links a {
    font-size: 13.45px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    color: #000000 !important;
}
.header-links a:hover {
    opacity: 0.7;
}
.layout-grid {
    grid-template-columns: 1fr 300px;
    display: grid;
    gap: 57.13px;
    margin-bottom: 81.44px;
}
.top-story {
    padding: 49.36px;
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 10.59px;
}
.main-text {
    color: #000000;
    line-height: 1.84;
    font-size: 17.77px;
}
.main-text a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.rail {
    top: 40px;
    position: sticky;
}
.info-card {
    background: #ffffff;
    padding: 23.67px;
    border-radius: 13.7px;
    margin-bottom: 30.56px;
    border: 2px solid #000000;
}
.block-heading {
    border-bottom: 2px solid #000000;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 17.47px;
    font-weight: 800;
    padding-bottom: 9.4px;
    font-size: 20.97px;
}
.updates-list, .date-index {
    list-style: none;
    padding: 0;
}
.updates-list li {
    padding-bottom: 9.82px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 8.35px;
}
.updates-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.updates-list a:hover {
    text-decoration: underline;
}
.date-index a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.date-index a:hover {
    text-decoration: underline;
}
.chip-group {
    flex-wrap: wrap;
    display: flex;
    gap: 12.87px;
}
.keyword-tag {
    text-decoration: none;
    font-weight: 600;
    color: #000000 !important;
    background: #ffffff;
    font-size: 12.58px;
    border: 2px solid #000000;
    border-radius: 6.18px;
    padding: 3.42px 16.92px;
    display: inline-block;
}
.keyword-tag:hover {
    background: #000000;
    color: #ffffff !important;
}
.footer-bar {
    font-weight: 600;
    background: #fff;
    padding: 42.48px 0;
    border-top: 2px solid #000000;
    font-size: 13.61px;
    color: #000000;
    text-align: center;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .rail {
    position: static;
} }
