
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
    line-height: 1.56;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text);
    -ms-text-size-adjust: 100%;
}
.wrapper {
    padding: 0 18.4px;
    margin: 0 auto;
    max-width: 1200px;
}
.nav-wrap {
    background: #ffffff;
    border-bottom: 2px solid #000000;
    padding: 23.06px 0;
    margin-bottom: 41.15px;
}
.brand-link {
    font-size: 23.54px;
    text-decoration: none;
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
}
.main-menu {
    display: flex;
    gap: 26.03px;
}
.main-menu a {
    text-decoration: none;
    font-size: 13.11px;
    color: #000000 !important;
    text-transform: uppercase;
    font-weight: 700;
}
.main-menu a:hover {
    opacity: 0.7;
}
.dual-panel {
    margin-bottom: 78.19px;
    grid-template-columns: 1fr 300px;
    gap: 62.86px;
    display: grid;
}
.feature-post {
    border-radius: 12.37px;
    background: #ffffff;
    padding: 50.52px;
    border: 2px solid #000000;
}
.post-body {
    color: #000000;
    line-height: 1.84;
    font-size: 18.18px;
}
.post-body a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.info-card {
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 11.76px;
    padding: 24.81px;
    margin-bottom: 30.71px;
}
.module-head {
    font-weight: 800;
    margin-bottom: 21.53px;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    color: #000000;
    font-size: 19.07px;
    padding-bottom: 10.44px;
}
.latest-entries, .date-index {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 7.69px;
    padding-bottom: 7.12px;
}
.latest-entries a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.date-index a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.date-index a:hover {
    text-decoration: underline;
}
.chip-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10.31px;
}
.topic-chip {
    color: #000000 !important;
    font-weight: 600;
    border-radius: 8.87px;
    background: #ffffff;
    display: inline-block;
    padding: 8.63px 14.07px;
    font-size: 12.58px;
    text-decoration: none;
    border: 2px solid #000000;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.end-section {
    font-weight: 600;
    color: #000000;
    padding: 38.45px 0;
    background: #fff;
    border-top: 2px solid #000000;
    text-align: center;
    font-size: 13.16px;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
