
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #ffffff;
    color: var(--text);
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    line-height: 1.64;
}
.wrapper {
    max-width: 1200px;
    padding: 0 21.69px;
    margin: 0 auto;
}
.top-bar {
    border-bottom: 2px solid #000000;
    padding: 23.45px 0;
    background: #ffffff;
    margin-bottom: 38.93px;
}
.wordmark {
    text-decoration: none;
    color: #000000;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 23.45px;
}
.nav-links {
    gap: 25.39px;
    display: flex;
}
.nav-links a {
    font-weight: 700;
    text-transform: uppercase;
    color: #000000 !important;
    font-size: 14.69px;
    text-decoration: none;
}
.nav-links a:hover {
    opacity: 0.7;
}
.dual-panel {
    margin-bottom: 80.88px;
    grid-template-columns: 1fr 300px;
    gap: 57.99px;
    display: grid;
}
.hero-post {
    border: 2px solid #000000;
    border-radius: 11.25px;
    padding: 45.73px;
    background: #ffffff;
}
.body-copy {
    font-size: 17.25px;
    color: #000000;
    line-height: 1.81;
}
.body-copy a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.secondary {
    position: sticky;
    top: 40px;
}
.aside-box {
    margin-bottom: 29.78px;
    border-radius: 13.98px;
    border: 2px solid #000000;
    background: #ffffff;
    padding: 26.54px;
}
.module-head {
    margin-bottom: 20.12px;
    padding-bottom: 12.46px;
    text-transform: uppercase;
    font-weight: 800;
    color: #000000;
    border-bottom: 2px solid #000000;
    font-size: 19.6px;
}
.updates-list, .date-index {
    padding: 0;
    list-style: none;
}
.updates-list li {
    padding-bottom: 7.05px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 10.64px;
}
.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;
}
.label-group {
    display: flex;
    gap: 7.7px;
    flex-wrap: wrap;
}
.pill {
    border-radius: 7.09px;
    background: #ffffff;
    font-size: 12.62px;
    font-weight: 600;
    padding: 4.27px 16.56px;
    display: inline-block;
    text-decoration: none;
    border: 2px solid #000000;
    color: #000000 !important;
}
.pill:hover {
    color: #ffffff !important;
    background: #000000;
}
.end-section {
    padding: 41.33px 0;
    color: #000000;
    border-top: 2px solid #000000;
    background: #fff;
    font-weight: 600;
    font-size: 14.41px;
    text-align: center;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
