
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    line-height: 1.62;
    background: #ffffff;
    color: var(--text);
}
.shell {
    padding: 0 18.89px;
    margin: 0 auto;
    max-width: 1200px;
}
.nav-wrap {
    margin-bottom: 39.22px;
    background: #ffffff;
    border-bottom: 2px solid #000000;
    padding: 26.28px 0;
}
.wordmark {
    font-size: 23.83px;
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
    font-weight: 800;
}
.nav-links {
    gap: 24.54px;
    display: flex;
}
.nav-links a {
    font-size: 13.54px;
    font-weight: 700;
    text-decoration: none;
    color: #000000 !important;
    text-transform: uppercase;
}
.nav-links a:hover {
    opacity: 0.7;
}
.two-col {
    margin-bottom: 82.62px;
    grid-template-columns: 1fr 300px;
    display: grid;
    gap: 61.85px;
}
.top-story {
    padding: 47.73px;
    border-radius: 10.98px;
    border: 2px solid #000000;
    background: #ffffff;
}
.body-copy {
    line-height: 1.83;
    color: #000000;
    font-size: 17.35px;
}
.body-copy a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.secondary {
    position: sticky;
    top: 40px;
}
.module {
    padding: 25.09px;
    margin-bottom: 30.36px;
    background: #ffffff;
    border-radius: 10.31px;
    border: 2px solid #000000;
}
.label {
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    padding-bottom: 12.78px;
    margin-bottom: 17.98px;
    font-size: 20.75px;
    font-weight: 800;
    color: #000000;
}
.latest-entries, .date-index {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 10.76px;
    margin-bottom: 8.49px;
}
.latest-entries a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.date-index a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.date-index a:hover {
    text-decoration: underline;
}
.topic-list {
    display: flex;
    flex-wrap: wrap;
    gap: 7.26px;
}
.topic-chip {
    border-radius: 7.8px;
    background: #ffffff;
    font-size: 13.37px;
    color: #000000 !important;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    border: 2px solid #000000;
    padding: 4.73px 12.77px;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.footer-bar {
    background: #fff;
    padding: 39.34px 0;
    color: #000000;
    font-size: 14.19px;
    border-top: 2px solid #000000;
    font-weight: 600;
    text-align: center;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
