
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background: #ffffff;
    line-height: 1.6;
    color: var(--text);
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.shell {
    max-width: 1200px;
    padding: 0 19.79px;
    margin: 0 auto;
}
.banner-area {
    background: #ffffff;
    padding: 23.92px 0;
    border-bottom: 2px solid #000000;
    margin-bottom: 40.94px;
}
.identity {
    font-size: 24.64px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
    font-weight: 800;
}
.primary-nav {
    gap: 26.29px;
    display: flex;
}
.primary-nav a {
    color: #000000 !important;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14.68px;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.page-grid {
    display: grid;
    gap: 61.16px;
    margin-bottom: 82.02px;
    grid-template-columns: 1fr 300px;
}
.top-story {
    border: 2px solid #000000;
    border-radius: 13.54px;
    padding: 45.11px;
    background: #ffffff;
}
.body-copy {
    color: #000000;
    font-size: 18.99px;
    line-height: 1.78;
}
.body-copy a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.rail {
    position: sticky;
    top: 40px;
}
.side-block {
    background: #ffffff;
    border: 2px solid #000000;
    margin-bottom: 30.47px;
    padding: 26.97px;
    border-radius: 12.59px;
}
.block-heading {
    font-weight: 800;
    font-size: 19.97px;
    margin-bottom: 22.68px;
    padding-bottom: 11.58px;
    text-transform: uppercase;
    color: #000000;
    border-bottom: 2px solid #000000;
}
.latest-entries, .date-index {
    list-style: none;
    padding: 0;
}
.latest-entries li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 12.68px;
    padding-bottom: 12.87px;
}
.latest-entries a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.date-index a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.date-index a:hover {
    text-decoration: underline;
}
.chip-group {
    gap: 11.73px;
    display: flex;
    flex-wrap: wrap;
}
.chip {
    border-radius: 8.85px;
    color: #000000 !important;
    padding: 4.15px 14.37px;
    background: #ffffff;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    font-size: 12.5px;
    border: 2px solid #000000;
}
.chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.base-bar {
    padding: 41.06px 0;
    border-top: 2px solid #000000;
    font-size: 13.28px;
    background: #fff;
    font-weight: 600;
    color: #000000;
    text-align: center;
}
@media (max-width: 900px) { .page-grid { grid-template-columns: 1fr; gap: 40px; } .rail {
    position: static;
} }
