
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.61;
    -moz-text-size-adjust: 100%;
    background: #ffffff;
    color: var(--text);
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
.content-wrap {
    padding: 0 21.34px;
    margin: 0 auto;
    max-width: 1200px;
}
.nav-wrap {
    border-bottom: 2px solid #000000;
    padding: 22.99px 0;
    background: #ffffff;
    margin-bottom: 42.74px;
}
.identity {
    color: #000000;
    text-transform: uppercase;
    font-size: 24.38px;
    text-decoration: none;
    font-weight: 800;
}
.top-menu {
    gap: 23.17px;
    display: flex;
}
.top-menu a {
    text-transform: uppercase;
    font-size: 14.86px;
    text-decoration: none;
    color: #000000 !important;
    font-weight: 700;
}
.top-menu a:hover {
    opacity: 0.7;
}
.split-view {
    grid-template-columns: 1fr 300px;
    margin-bottom: 78.32px;
    gap: 58.99px;
    display: grid;
}
.lead-article {
    border-radius: 11.11px;
    border: 2px solid #000000;
    background: #ffffff;
    padding: 48.99px;
}
.entry-text {
    font-size: 18.36px;
    line-height: 1.8;
    color: #000000;
}
.entry-text a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.info-card {
    background: #ffffff;
    margin-bottom: 31.11px;
    padding: 21.57px;
    border: 2px solid #000000;
    border-radius: 10.91px;
}
.block-heading {
    color: #000000;
    margin-bottom: 17.07px;
    text-transform: uppercase;
    font-weight: 800;
    border-bottom: 2px solid #000000;
    padding-bottom: 7.78px;
    font-size: 19.85px;
}
.fresh-list, .history-list {
    padding: 0;
    list-style: none;
}
.fresh-list li {
    margin-bottom: 9.31px;
    padding-bottom: 11.37px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.fresh-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.fresh-list a:hover {
    text-decoration: underline;
}
.history-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.history-list a:hover {
    text-decoration: underline;
}
.topic-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12.65px;
}
.chip {
    color: #000000 !important;
    background: #ffffff;
    font-size: 13.6px;
    padding: 6.33px 14.86px;
    text-decoration: none;
    border-radius: 7px;
    font-weight: 600;
    border: 2px solid #000000;
    display: inline-block;
}
.chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.base-bar {
    background: #fff;
    text-align: center;
    font-weight: 600;
    color: #000000;
    padding: 42.5px 0;
    border-top: 2px solid #000000;
    font-size: 14.33px;
}
@media (max-width: 900px) { .split-view { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
