
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: var(--text);
    text-size-adjust: 100%;
    background: #ffffff;
    -moz-text-size-adjust: 100%;
    line-height: 1.58;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20.74px;
}
.top-bar {
    padding: 25.93px 0;
    border-bottom: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 41.68px;
}
.home-brand {
    color: #000000;
    text-decoration: none;
    font-weight: 800;
    font-size: 24.36px;
    text-transform: uppercase;
}
.nav-links {
    display: flex;
    gap: 22.57px;
}
.nav-links a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14.38px;
    color: #000000 !important;
    font-weight: 700;
}
.nav-links a:hover {
    opacity: 0.7;
}
.dual-panel {
    margin-bottom: 79.64px;
    gap: 60.35px;
    display: grid;
    grid-template-columns: 1fr 300px;
}
.feature-post {
    border-radius: 12.66px;
    background: #ffffff;
    padding: 49.25px;
    border: 2px solid #000000;
}
.main-text {
    color: #000000;
    font-size: 18.55px;
    line-height: 1.82;
}
.main-text a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.rail {
    top: 40px;
    position: sticky;
}
.widget-box {
    background: #ffffff;
    padding: 23.62px;
    margin-bottom: 31.48px;
    border-radius: 10.87px;
    border: 2px solid #000000;
}
.section-head {
    margin-bottom: 19.9px;
    padding-bottom: 8.65px;
    font-size: 19.51px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 800;
    border-bottom: 2px solid #000000;
}
.latest-entries, .time-list {
    list-style: none;
    padding: 0;
}
.latest-entries li {
    padding-bottom: 8.91px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 11.92px;
}
.latest-entries a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.time-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.time-list a:hover {
    text-decoration: underline;
}
.topic-list {
    flex-wrap: wrap;
    display: flex;
    gap: 12.68px;
}
.topic-chip {
    font-size: 12.05px;
    border-radius: 6.81px;
    color: #000000 !important;
    display: inline-block;
    border: 2px solid #000000;
    background: #ffffff;
    font-weight: 600;
    padding: 3.42px 16.04px;
    text-decoration: none;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.closing {
    text-align: center;
    background: #fff;
    font-weight: 600;
    padding: 40px 0;
    color: #000000;
    font-size: 14.92px;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .rail {
    position: static;
} }
