
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    color: var(--text);
    line-height: 1.65;
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.shell {
    padding: 0 19.17px;
    max-width: 1200px;
    margin: 0 auto;
}
.banner-area {
    margin-bottom: 40.38px;
    border-bottom: 2px solid #000000;
    padding: 24.03px 0;
    background: #ffffff;
}
.home-brand {
    text-decoration: none;
    font-size: 23.73px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 800;
}
.nav-links {
    gap: 23.37px;
    display: flex;
}
.nav-links a {
    text-transform: uppercase;
    text-decoration: none;
    color: #000000 !important;
    font-weight: 700;
    font-size: 14.38px;
}
.nav-links a:hover {
    opacity: 0.7;
}
.layout-grid {
    margin-bottom: 80.9px;
    grid-template-columns: 1fr 300px;
    gap: 62.44px;
    display: grid;
}
.lead-article {
    background: #ffffff;
    padding: 48.9px;
    border: 2px solid #000000;
    border-radius: 12.44px;
}
.content-area {
    color: #000000;
    line-height: 1.76;
    font-size: 18.22px;
}
.content-area a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.secondary {
    position: sticky;
    top: 40px;
}
.aside-box {
    background: #ffffff;
    border-radius: 12.06px;
    border: 2px solid #000000;
    margin-bottom: 29.67px;
    padding: 22.16px;
}
.block-heading {
    margin-bottom: 22.37px;
    text-transform: uppercase;
    font-weight: 800;
    border-bottom: 2px solid #000000;
    color: #000000;
    font-size: 20.08px;
    padding-bottom: 9.67px;
}
.latest-entries, .date-index {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    margin-bottom: 10.47px;
    padding-bottom: 11.96px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.latest-entries a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.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;
}
.topic-list {
    flex-wrap: wrap;
    display: flex;
    gap: 9.7px;
}
.chip {
    border: 2px solid #000000;
    font-weight: 600;
    font-size: 12.5px;
    text-decoration: none;
    padding: 8.69px 15.99px;
    background: #ffffff;
    color: #000000 !important;
    border-radius: 8.22px;
    display: inline-block;
}
.chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.footer-bar {
    border-top: 2px solid #000000;
    font-size: 14.47px;
    color: #000000;
    text-align: center;
    background: #fff;
    font-weight: 600;
    padding: 39.43px 0;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
