
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    line-height: 1.6;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: var(--text);
}
.frame {
    margin: 0 auto;
    padding: 0 21.9px;
    max-width: 1200px;
}
.nav-wrap {
    margin-bottom: 38.14px;
    padding: 22.37px 0;
    border-bottom: 2px solid #000000;
    background: #ffffff;
}
.brand-mark {
    font-size: 24.91px;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
    font-weight: 800;
}
.primary-nav {
    gap: 24.11px;
    display: flex;
}
.primary-nav a {
    font-size: 13.46px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000 !important;
    font-weight: 700;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.dual-panel {
    grid-template-columns: 1fr 300px;
    display: grid;
    gap: 58.45px;
    margin-bottom: 82.05px;
}
.top-story {
    border: 2px solid #000000;
    padding: 48.5px;
    background: #ffffff;
    border-radius: 10.86px;
}
.main-text {
    color: #000000;
    line-height: 1.81;
    font-size: 17.58px;
}
.main-text a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.widget-box {
    background: #ffffff;
    margin-bottom: 28.71px;
    border-radius: 11.89px;
    border: 2px solid #000000;
    padding: 23.08px;
}
.module-head {
    text-transform: uppercase;
    font-weight: 800;
    padding-bottom: 8.82px;
    color: #000000;
    margin-bottom: 22.98px;
    border-bottom: 2px solid #000000;
    font-size: 20.08px;
}
.latest-entries, .history-list {
    list-style: none;
    padding: 0;
}
.latest-entries li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 9.38px;
    margin-bottom: 10.18px;
}
.latest-entries a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.history-list a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.history-list a:hover {
    text-decoration: underline;
}
.chip-group {
    gap: 12.01px;
    display: flex;
    flex-wrap: wrap;
}
.label-item {
    font-size: 12.44px;
    font-weight: 600;
    color: #000000 !important;
    border: 2px solid #000000;
    display: inline-block;
    text-decoration: none;
    border-radius: 9.3px;
    padding: 3.49px 11.76px;
    background: #ffffff;
}
.label-item:hover {
    color: #ffffff !important;
    background: #000000;
}
.base-bar {
    border-top: 2px solid #000000;
    font-size: 14.68px;
    background: #fff;
    padding: 39.84px 0;
    text-align: center;
    color: #000000;
    font-weight: 600;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
