
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
    line-height: 1.61;
}
.shell {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 19.69px;
}
.main-header {
    border-bottom: 2px solid #000000;
    padding: 22.33px 0;
    margin-bottom: 41.7px;
    background: #ffffff;
}
.wordmark {
    font-size: 23.07px;
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
    font-weight: 800;
}
.primary-nav {
    gap: 27.87px;
    display: flex;
}
.primary-nav a {
    text-decoration: none;
    color: #000000 !important;
    text-transform: uppercase;
    font-size: 14.71px;
    font-weight: 700;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.content-grid {
    margin-bottom: 78.57px;
    display: grid;
    gap: 60.35px;
    grid-template-columns: 1fr 300px;
}
.lead-article {
    border-radius: 13.32px;
    border: 2px solid #000000;
    padding: 47.65px;
    background: #ffffff;
}
.read-area {
    font-size: 18.92px;
    color: #000000;
    line-height: 1.82;
}
.read-area a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.right-col {
    position: sticky;
    top: 40px;
}
.module {
    background: #ffffff;
    margin-bottom: 28.37px;
    border-radius: 11.92px;
    border: 2px solid #000000;
    padding: 21.18px;
}
.block-heading {
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    font-size: 19.2px;
    color: #000000;
    font-weight: 800;
    margin-bottom: 17.09px;
    padding-bottom: 9.85px;
}
.updates-list, .date-index {
    list-style: none;
    padding: 0;
}
.updates-list li {
    margin-bottom: 9.38px;
    padding-bottom: 9.34px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.updates-list a {
    font-weight: 600;
    text-decoration: none;
    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;
}
.label-group {
    flex-wrap: wrap;
    gap: 7.55px;
    display: flex;
}
.topic-chip {
    padding: 6.45px 16.11px;
    display: inline-block;
    color: #000000 !important;
    font-weight: 600;
    border: 2px solid #000000;
    border-radius: 6.07px;
    background: #ffffff;
    text-decoration: none;
    font-size: 13.12px;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.ground {
    padding: 42.73px 0;
    color: #000000;
    font-size: 13.99px;
    background: #fff;
    text-align: center;
    font-weight: 600;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .right-col {
    position: static;
} }
