
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background: #ffffff;
    text-size-adjust: 100%;
    line-height: 1.61;
    color: var(--text);
}
.page-wrap {
    padding: 0 20.2px;
    max-width: 1200px;
    margin: 0 auto;
}
.nav-wrap {
    border-bottom: 2px solid #000000;
    background: #ffffff;
    padding: 23.67px 0;
    margin-bottom: 39.25px;
}
.brand-link {
    font-size: 24.62px;
    font-weight: 800;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
}
.primary-nav {
    gap: 27.65px;
    display: flex;
}
.primary-nav a {
    color: #000000 !important;
    text-decoration: none;
    font-size: 14.22px;
    text-transform: uppercase;
    font-weight: 700;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.dual-panel {
    margin-bottom: 77.99px;
    gap: 62.68px;
    display: grid;
    grid-template-columns: 1fr 300px;
}
.main-post {
    padding: 46.64px;
    border-radius: 13.77px;
    border: 2px solid #000000;
    background: #ffffff;
}
.body-copy {
    line-height: 1.82;
    font-size: 17.28px;
    color: #000000;
}
.body-copy a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.aside-col {
    position: sticky;
    top: 40px;
}
.widget-box {
    border-radius: 12.63px;
    border: 2px solid #000000;
    background: #ffffff;
    padding: 25.85px;
    margin-bottom: 27.15px;
}
.box-title {
    border-bottom: 2px solid #000000;
    margin-bottom: 19.51px;
    text-transform: uppercase;
    color: #000000;
    font-size: 20.64px;
    padding-bottom: 8.19px;
    font-weight: 800;
}
.feed-list, .time-list {
    padding: 0;
    list-style: none;
}
.feed-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 8.02px;
    margin-bottom: 7.06px;
}
.feed-list a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.feed-list a:hover {
    text-decoration: underline;
}
.time-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.time-list a:hover {
    text-decoration: underline;
}
.topic-list {
    gap: 8.84px;
    display: flex;
    flex-wrap: wrap;
}
.topic-chip {
    border-radius: 9.08px;
    font-size: 12.26px;
    display: inline-block;
    border: 2px solid #000000;
    font-weight: 600;
    background: #ffffff;
    color: #000000 !important;
    text-decoration: none;
    padding: 7.96px 15.67px;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.footer-bar {
    border-top: 2px solid #000000;
    background: #fff;
    padding: 37.25px 0;
    font-size: 13.1px;
    color: #000000;
    text-align: center;
    font-weight: 600;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .aside-col {
    position: static;
} }
