
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    -moz-text-size-adjust: 100%;
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
    color: var(--text);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    line-height: 1.57;
}
.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 22.12px;
}
.nav-wrap {
    padding: 27.43px 0;
    border-bottom: 2px solid #000000;
    margin-bottom: 41.54px;
    background: #ffffff;
}
.brand-link {
    text-transform: uppercase;
    color: #000000;
    font-weight: 800;
    text-decoration: none;
    font-size: 23.24px;
}
.nav-bar {
    display: flex;
    gap: 25.82px;
}
.nav-bar a {
    font-size: 13.11px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000000 !important;
    text-decoration: none;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.layout-grid {
    grid-template-columns: 1fr 300px;
    display: grid;
    gap: 61.83px;
    margin-bottom: 78.97px;
}
.lead-article {
    padding: 48.02px;
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 12.81px;
}
.content-area {
    color: #000000;
    line-height: 1.78;
    font-size: 17.58px;
}
.content-area a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.secondary {
    top: 40px;
    position: sticky;
}
.widget-box {
    border-radius: 13.51px;
    background: #ffffff;
    border: 2px solid #000000;
    margin-bottom: 30.47px;
    padding: 25.93px;
}
.module-head {
    color: #000000;
    margin-bottom: 22.79px;
    font-size: 20.82px;
    font-weight: 800;
    padding-bottom: 12.03px;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
}
.latest-entries, .past-entries {
    list-style: none;
    padding: 0;
}
.latest-entries li {
    padding-bottom: 12.68px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 11.5px;
}
.latest-entries a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.past-entries a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.past-entries a:hover {
    text-decoration: underline;
}
.topic-list {
    display: flex;
    gap: 11.04px;
    flex-wrap: wrap;
}
.topic-chip {
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    border: 2px solid #000000;
    font-size: 12.4px;
    padding: 8.02px 16.02px;
    border-radius: 7.05px;
    color: #000000 !important;
    background: #ffffff;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.footer-bar {
    text-align: center;
    font-size: 13.57px;
    font-weight: 600;
    border-top: 2px solid #000000;
    padding: 39.79px 0;
    background: #fff;
    color: #000000;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
