
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
body {
    -moz-text-size-adjust: 100%;
    background: #ffffff;
    line-height: 1.63;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
}
.wrapper {
    margin: 0 auto;
    padding: 0 19.12px;
    max-width: 1200px;
}
.head-section {
    border-bottom: 2px solid #000000;
    padding: 25.02px 0;
    margin-bottom: 38.64px;
    background: #ffffff;
}
.wordmark {
    font-weight: 800;
    font-size: 24.04px;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
}
.main-menu {
    gap: 26.39px;
    display: flex;
}
.main-menu a {
    font-weight: 700;
    font-size: 13.23px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000 !important;
}
.main-menu a:hover {
    opacity: 0.7;
}
.dual-panel {
    margin-bottom: 78.65px;
    grid-template-columns: 1fr 300px;
    display: grid;
    gap: 60.23px;
}
.lead-article {
    padding: 49.07px;
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 10.73px;
}
.body-copy {
    font-size: 17.03px;
    color: #000000;
    line-height: 1.8;
}
.body-copy a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.panel-item {
    padding: 22.25px;
    border-radius: 11.61px;
    margin-bottom: 32.41px;
    border: 2px solid #000000;
    background: #ffffff;
}
.block-heading {
    margin-bottom: 19.54px;
    font-size: 20.11px;
    padding-bottom: 8.13px;
    color: #000000;
    font-weight: 800;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
}
.stream, .history-list {
    padding: 0;
    list-style: none;
}
.stream li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 7.57px;
    margin-bottom: 9.28px;
}
.stream a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.stream 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 {
    display: flex;
    gap: 10.21px;
    flex-wrap: wrap;
}
.term-badge {
    padding: 3.59px 12.82px;
    background: #ffffff;
    border: 2px solid #000000;
    display: inline-block;
    font-size: 13.48px;
    color: #000000 !important;
    border-radius: 7.01px;
    text-decoration: none;
    font-weight: 600;
}
.term-badge:hover {
    color: #ffffff !important;
    background: #000000;
}
.end-section {
    border-top: 2px solid #000000;
    color: #000000;
    font-size: 14.02px;
    padding: 37.07px 0;
    text-align: center;
    background: #fff;
    font-weight: 600;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
