
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    line-height: 1.56;
    color: var(--text);
    -ms-text-size-adjust: 100%;
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
}
.inner {
    margin: 0 auto;
    padding: 0 17.09px;
    max-width: 1200px;
}
.top-bar {
    border-bottom: 2px solid #000000;
    margin-bottom: 39.31px;
    background: #ffffff;
    padding: 24.05px 0;
}
.brand-link {
    text-transform: uppercase;
    font-size: 23.53px;
    color: #000000;
    text-decoration: none;
    font-weight: 800;
}
.main-menu {
    gap: 24.42px;
    display: flex;
}
.main-menu a {
    color: #000000 !important;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14.65px;
}
.main-menu a:hover {
    opacity: 0.7;
}
.content-grid {
    grid-template-columns: 1fr 300px;
    gap: 61.01px;
    margin-bottom: 77.18px;
    display: grid;
}
.feature-post {
    border-radius: 10.7px;
    background: #ffffff;
    padding: 45.38px;
    border: 2px solid #000000;
}
.post-body {
    color: #000000;
    font-size: 17.13px;
    line-height: 1.78;
}
.post-body a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.info-panel {
    top: 40px;
    position: sticky;
}
.module {
    border: 2px solid #000000;
    padding: 25.97px;
    border-radius: 10.64px;
    background: #ffffff;
    margin-bottom: 30.35px;
}
.block-heading {
    text-transform: uppercase;
    font-size: 19.62px;
    padding-bottom: 9.82px;
    font-weight: 800;
    border-bottom: 2px solid #000000;
    margin-bottom: 21.28px;
    color: #000000;
}
.latest-entries, .month-list {
    list-style: none;
    padding: 0;
}
.latest-entries li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 8.93px;
    padding-bottom: 12.15px;
}
.latest-entries a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.month-list a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.month-list a:hover {
    text-decoration: underline;
}
.topic-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12.3px;
}
.pill {
    font-weight: 600;
    background: #ffffff;
    text-decoration: none;
    color: #000000 !important;
    border: 2px solid #000000;
    display: inline-block;
    padding: 4.5px 15.56px;
    border-radius: 6.92px;
    font-size: 13.5px;
}
.pill:hover {
    background: #000000;
    color: #ffffff !important;
}
.base-bar {
    text-align: center;
    color: #000000;
    background: #fff;
    font-size: 13.43px;
    padding: 41.86px 0;
    border-top: 2px solid #000000;
    font-weight: 600;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
