
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.64;
    color: var(--text);
    background: #ffffff;
}
.page-wrap {
    max-width: 1200px;
    padding: 0 21.23px;
    margin: 0 auto;
}
.page-top {
    border-bottom: 2px solid #000000;
    margin-bottom: 37.18px;
    background: #ffffff;
    padding: 22.42px 0;
}
.wordmark {
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 23.95px;
    color: #000000;
}
.header-links {
    display: flex;
    gap: 24.95px;
}
.header-links a {
    text-decoration: none;
    color: #000000 !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14.9px;
}
.header-links a:hover {
    opacity: 0.7;
}
.layout-grid {
    gap: 57.49px;
    display: grid;
    grid-template-columns: 1fr 300px;
    margin-bottom: 81.34px;
}
.top-story {
    border: 2px solid #000000;
    padding: 47.32px;
    border-radius: 13.3px;
    background: #ffffff;
}
.entry-text {
    font-size: 18.86px;
    color: #000000;
    line-height: 1.78;
}
.entry-text a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.module {
    padding: 21.58px;
    border-radius: 13.59px;
    background: #ffffff;
    border: 2px solid #000000;
    margin-bottom: 32.9px;
}
.section-head {
    color: #000000;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 19.99px;
    padding-bottom: 12.4px;
    border-bottom: 2px solid #000000;
    margin-bottom: 22.92px;
}
.fresh-list, .history-list {
    list-style: none;
    padding: 0;
}
.fresh-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 7.96px;
    margin-bottom: 8.11px;
}
.fresh-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.fresh-list a:hover {
    text-decoration: underline;
}
.history-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.history-list a:hover {
    text-decoration: underline;
}
.label-group {
    display: flex;
    flex-wrap: wrap;
    gap: 9.61px;
}
.term-badge {
    text-decoration: none;
    border-radius: 9.5px;
    padding: 6.64px 11.3px;
    color: #000000 !important;
    font-size: 13.26px;
    border: 2px solid #000000;
    background: #ffffff;
    display: inline-block;
    font-weight: 600;
}
.term-badge:hover {
    color: #ffffff !important;
    background: #000000;
}
.footer-bar {
    padding: 38.59px 0;
    color: #000000;
    font-size: 13.92px;
    text-align: center;
    background: #fff;
    border-top: 2px solid #000000;
    font-weight: 600;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
