
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    -moz-text-size-adjust: 100%;
    color: var(--text);
    line-height: 1.65;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background: #ffffff;
    -ms-text-size-adjust: 100%;
}
.shell {
    padding: 0 18.31px;
    max-width: 1200px;
    margin: 0 auto;
}
.nav-wrap {
    border-bottom: 2px solid #000000;
    margin-bottom: 37.78px;
    padding: 25.57px 0;
    background: #ffffff;
}
.brand-mark {
    font-size: 23.55px;
    color: #000000;
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
}
.main-menu {
    display: flex;
    gap: 23.66px;
}
.main-menu a {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    font-size: 14.3px;
    color: #000000 !important;
}
.main-menu a:hover {
    opacity: 0.7;
}
.split-view {
    gap: 62.85px;
    margin-bottom: 79.95px;
    grid-template-columns: 1fr 300px;
    display: grid;
}
.top-story {
    border-radius: 12.95px;
    border: 2px solid #000000;
    background: #ffffff;
    padding: 45.4px;
}
.content-area {
    line-height: 1.85;
    font-size: 17.5px;
    color: #000000;
}
.content-area a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.panel-item {
    background: #ffffff;
    border-radius: 12.56px;
    margin-bottom: 31.84px;
    border: 2px solid #000000;
    padding: 23.22px;
}
.section-head {
    border-bottom: 2px solid #000000;
    color: #000000;
    font-weight: 800;
    padding-bottom: 7.31px;
    text-transform: uppercase;
    margin-bottom: 22.57px;
    font-size: 19.12px;
}
.updates-list, .date-index {
    list-style: none;
    padding: 0;
}
.updates-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 8.38px;
    margin-bottom: 9.68px;
}
.updates-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.updates-list a:hover {
    text-decoration: underline;
}
.date-index a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.date-index a:hover {
    text-decoration: underline;
}
.label-group {
    gap: 11.83px;
    flex-wrap: wrap;
    display: flex;
}
.chip {
    font-weight: 600;
    background: #ffffff;
    border-radius: 7.01px;
    border: 2px solid #000000;
    text-decoration: none;
    color: #000000 !important;
    font-size: 12.13px;
    display: inline-block;
    padding: 3.67px 12.37px;
}
.chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    background: #fff;
    font-size: 14.05px;
    border-top: 2px solid #000000;
    padding: 39.89px 0;
    font-weight: 600;
    text-align: center;
    color: #000000;
}
@media (max-width: 900px) { .split-view { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
