
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    background: #ffffff;
    line-height: 1.58;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
.page-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 21.72px;
}
.main-header {
    background: #ffffff;
    padding: 24.86px 0;
    border-bottom: 2px solid #000000;
    margin-bottom: 39.62px;
}
.wordmark {
    color: #000000;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 24.89px;
    text-decoration: none;
}
.main-menu {
    display: flex;
    gap: 25.38px;
}
.main-menu a {
    font-size: 13.8px;
    text-decoration: none;
    font-weight: 700;
    color: #000000 !important;
    text-transform: uppercase;
}
.main-menu a:hover {
    opacity: 0.7;
}
.layout-grid {
    gap: 61.6px;
    margin-bottom: 81.92px;
    grid-template-columns: 1fr 300px;
    display: grid;
}
.feature-post {
    padding: 48.84px;
    border: 2px solid #000000;
    border-radius: 10.01px;
    background: #ffffff;
}
.body-copy {
    font-size: 18.77px;
    line-height: 1.8;
    color: #000000;
}
.body-copy a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.secondary {
    top: 40px;
    position: sticky;
}
.panel-item {
    margin-bottom: 27.47px;
    border-radius: 10.16px;
    padding: 25.4px;
    border: 2px solid #000000;
    background: #ffffff;
}
.section-head {
    font-weight: 800;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    font-size: 20.06px;
    padding-bottom: 10.99px;
    color: #000000;
    margin-bottom: 18.94px;
}
.latest-entries, .time-list {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 8.66px;
    padding-bottom: 7.98px;
}
.latest-entries a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.time-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.time-list a:hover {
    text-decoration: underline;
}
.topic-list {
    display: flex;
    gap: 7.02px;
    flex-wrap: wrap;
}
.topic-chip {
    display: inline-block;
    text-decoration: none;
    padding: 8.33px 16.13px;
    color: #000000 !important;
    border-radius: 7.59px;
    font-size: 13.61px;
    border: 2px solid #000000;
    background: #ffffff;
    font-weight: 600;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.base-bar {
    background: #fff;
    color: #000000;
    font-size: 13.07px;
    text-align: center;
    padding: 42.64px 0;
    font-weight: 600;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
