
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    line-height: 1.64;
    background: #ffffff;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.inner {
    padding: 0 19.59px;
    margin: 0 auto;
    max-width: 1200px;
}
.nav-wrap {
    border-bottom: 2px solid #000000;
    margin-bottom: 37.96px;
    padding: 23.09px 0;
    background: #ffffff;
}
.brand-link {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 23.3px;
    color: #000000;
    font-weight: 800;
}
.main-menu {
    display: flex;
    gap: 25.24px;
}
.main-menu a {
    font-size: 13.28px;
    color: #000000 !important;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
}
.main-menu a:hover {
    opacity: 0.7;
}
.content-grid {
    gap: 62.85px;
    grid-template-columns: 1fr 300px;
    display: grid;
    margin-bottom: 77.92px;
}
.feature-post {
    border: 2px solid #000000;
    padding: 46.37px;
    background: #ffffff;
    border-radius: 12.52px;
}
.entry-text {
    font-size: 17.99px;
    color: #000000;
    line-height: 1.82;
}
.entry-text a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.secondary {
    top: 40px;
    position: sticky;
}
.widget-box {
    padding: 26.96px;
    margin-bottom: 30.97px;
    border-radius: 13.08px;
    background: #ffffff;
    border: 2px solid #000000;
}
.section-head {
    color: #000000;
    text-transform: uppercase;
    padding-bottom: 11.31px;
    font-weight: 800;
    font-size: 19.78px;
    margin-bottom: 22.43px;
    border-bottom: 2px solid #000000;
}
.feed-list, .past-entries {
    list-style: none;
    padding: 0;
}
.feed-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 8.42px;
    padding-bottom: 9.29px;
}
.feed-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.feed-list a:hover {
    text-decoration: underline;
}
.past-entries a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.past-entries a:hover {
    text-decoration: underline;
}
.topic-list {
    gap: 11.17px;
    flex-wrap: wrap;
    display: flex;
}
.topic-chip {
    color: #000000 !important;
    display: inline-block;
    border: 2px solid #000000;
    font-size: 12.61px;
    background: #ffffff;
    text-decoration: none;
    padding: 6.74px 14.86px;
    font-weight: 600;
    border-radius: 7.15px;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.base-bar {
    background: #fff;
    text-align: center;
    border-top: 2px solid #000000;
    color: #000000;
    font-weight: 600;
    padding: 38.08px 0;
    font-size: 14.89px;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
