
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #ffffff;
    line-height: 1.61;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
.content-wrap {
    padding: 0 20.36px;
    max-width: 1200px;
    margin: 0 auto;
}
.top-bar {
    background: #ffffff;
    border-bottom: 2px solid #000000;
    padding: 27.42px 0;
    margin-bottom: 38.96px;
}
.brand-link {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 23.11px;
    color: #000000;
    font-weight: 800;
}
.nav-links {
    display: flex;
    gap: 26.32px;
}
.nav-links a {
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    font-size: 13.53px;
    color: #000000 !important;
}
.nav-links a:hover {
    opacity: 0.7;
}
.split-view {
    gap: 57.64px;
    grid-template-columns: 1fr 300px;
    margin-bottom: 80.47px;
    display: grid;
}
.feature-post {
    border-radius: 13.67px;
    background: #ffffff;
    border: 2px solid #000000;
    padding: 49.45px;
}
.post-body {
    line-height: 1.84;
    color: #000000;
    font-size: 17.34px;
}
.post-body a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.module {
    background: #ffffff;
    padding: 22.48px;
    border-radius: 13.39px;
    border: 2px solid #000000;
    margin-bottom: 27.02px;
}
.box-title {
    font-weight: 800;
    text-transform: uppercase;
    color: #000000;
    font-size: 20.38px;
    margin-bottom: 19.71px;
    border-bottom: 2px solid #000000;
    padding-bottom: 11.17px;
}
.latest-entries, .history-list {
    list-style: none;
    padding: 0;
}
.latest-entries li {
    margin-bottom: 9.87px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 9.56px;
}
.latest-entries a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.history-list a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.history-list a:hover {
    text-decoration: underline;
}
.label-group {
    gap: 10.44px;
    display: flex;
    flex-wrap: wrap;
}
.topic-chip {
    padding: 6.88px 14.86px;
    color: #000000 !important;
    font-size: 12.42px;
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 6.89px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.closing {
    padding: 42.76px 0;
    border-top: 2px solid #000000;
    background: #fff;
    color: #000000;
    font-size: 14.98px;
    font-weight: 600;
    text-align: center;
}
@media (max-width: 900px) { .split-view { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
