
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    background: #ffffff;
    text-size-adjust: 100%;
    line-height: 1.62;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    color: var(--text);
    -webkit-text-size-adjust: 100%;
}
.wrapper {
    max-width: 1200px;
    padding: 0 18.56px;
    margin: 0 auto;
}
.nav-wrap {
    border-bottom: 2px solid #000000;
    background: #ffffff;
    padding: 26.97px 0;
    margin-bottom: 39.24px;
}
.home-brand {
    color: #000000;
    font-size: 23.82px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
}
.top-menu {
    display: flex;
    gap: 23.12px;
}
.top-menu a {
    font-size: 13.21px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000 !important;
    font-weight: 700;
}
.top-menu a:hover {
    opacity: 0.7;
}
.dual-panel {
    gap: 61.31px;
    grid-template-columns: 1fr 300px;
    display: grid;
    margin-bottom: 80.93px;
}
.feature-post {
    background: #ffffff;
    border-radius: 13.19px;
    padding: 50.16px;
    border: 2px solid #000000;
}
.main-text {
    color: #000000;
    line-height: 1.82;
    font-size: 18.85px;
}
.main-text a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.aside-col {
    top: 40px;
    position: sticky;
}
.info-card {
    padding: 23.53px;
    background: #ffffff;
    margin-bottom: 27.73px;
    border: 2px solid #000000;
    border-radius: 11.85px;
}
.block-heading {
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    font-size: 20.55px;
    color: #000000;
    margin-bottom: 21.79px;
    padding-bottom: 11.67px;
    font-weight: 800;
}
.latest-entries, .date-index {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 7.62px;
    margin-bottom: 8.85px;
}
.latest-entries a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.date-index a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.date-index a:hover {
    text-decoration: underline;
}
.topic-list {
    gap: 9.13px;
    display: flex;
    flex-wrap: wrap;
}
.chip {
    text-decoration: none;
    border-radius: 7.38px;
    color: #000000 !important;
    border: 2px solid #000000;
    font-weight: 600;
    display: inline-block;
    font-size: 13.71px;
    background: #ffffff;
    padding: 8.35px 12.48px;
}
.chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.footer-bar {
    text-align: center;
    font-size: 14.71px;
    background: #fff;
    color: #000000;
    font-weight: 600;
    padding: 37.79px 0;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .aside-col {
    position: static;
} }
