
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
body {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: var(--text);
    line-height: 1.57;
    background: #ffffff;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 18.3px;
}
.page-top {
    padding: 23.3px 0;
    margin-bottom: 42.61px;
    border-bottom: 2px solid #000000;
    background: #ffffff;
}
.brand-mark {
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
    font-size: 24.43px;
}
.main-menu {
    display: flex;
    gap: 22.93px;
}
.main-menu a {
    text-decoration: none;
    color: #000000 !important;
    font-weight: 700;
    font-size: 13.46px;
    text-transform: uppercase;
}
.main-menu a:hover {
    opacity: 0.7;
}
.split-view {
    margin-bottom: 80.71px;
    grid-template-columns: 1fr 300px;
    display: grid;
    gap: 60.14px;
}
.top-story {
    padding: 48.52px;
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 11.01px;
}
.entry-text {
    font-size: 17.37px;
    line-height: 1.84;
    color: #000000;
}
.entry-text a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.aside-col {
    top: 40px;
    position: sticky;
}
.widget-box {
    margin-bottom: 28.12px;
    background: #ffffff;
    border-radius: 11.38px;
    border: 2px solid #000000;
    padding: 26.48px;
}
.box-title {
    margin-bottom: 19.43px;
    padding-bottom: 11.44px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 800;
    border-bottom: 2px solid #000000;
    font-size: 19.57px;
}
.latest-entries, .history-list {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    margin-bottom: 9.1px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 11.2px;
}
.latest-entries a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.history-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.history-list a:hover {
    text-decoration: underline;
}
.term-cloud {
    flex-wrap: wrap;
    display: flex;
    gap: 8.47px;
}
.topic-chip {
    text-decoration: none;
    display: inline-block;
    border-radius: 9.73px;
    color: #000000 !important;
    border: 2px solid #000000;
    font-size: 13.95px;
    font-weight: 600;
    background: #ffffff;
    padding: 8.29px 14.53px;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    font-weight: 600;
    color: #000000;
    text-align: center;
    border-top: 2px solid #000000;
    padding: 37.04px 0;
    background: #fff;
    font-size: 13.11px;
}
@media (max-width: 900px) { .split-view { grid-template-columns: 1fr; gap: 40px; } .aside-col {
    position: static;
} }
