
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    -moz-text-size-adjust: 100%;
    color: var(--text);
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.61;
    -ms-text-size-adjust: 100%;
}
.shell {
    margin: 0 auto;
    padding: 0 21.5px;
    max-width: 1200px;
}
.head-section {
    padding: 23.53px 0;
    border-bottom: 2px solid #000000;
    margin-bottom: 37.35px;
    background: #ffffff;
}
.wordmark {
    color: #000000;
    text-decoration: none;
    font-weight: 800;
    font-size: 23.5px;
    text-transform: uppercase;
}
.top-menu {
    display: flex;
    gap: 27.52px;
}
.top-menu a {
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13.77px;
    color: #000000 !important;
}
.top-menu a:hover {
    opacity: 0.7;
}
.two-col {
    margin-bottom: 80.68px;
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 60.55px;
}
.primary-content {
    border: 2px solid #000000;
    border-radius: 11.67px;
    background: #ffffff;
    padding: 49px;
}
.content-area {
    color: #000000;
    font-size: 18px;
    line-height: 1.84;
}
.content-area a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.right-col {
    position: sticky;
    top: 40px;
}
.widget-box {
    border: 2px solid #000000;
    background: #ffffff;
    padding: 23.68px;
    margin-bottom: 27.75px;
    border-radius: 12.67px;
}
.section-head {
    color: #000000;
    margin-bottom: 20.6px;
    padding-bottom: 9.56px;
    font-weight: 800;
    font-size: 19.24px;
    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);
    margin-bottom: 7.65px;
    padding-bottom: 12.87px;
}
.stream a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.stream a:hover {
    text-decoration: underline;
}
.history-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.history-list a:hover {
    text-decoration: underline;
}
.chip-group {
    gap: 12.03px;
    flex-wrap: wrap;
    display: flex;
}
.topic-chip {
    font-size: 13.03px;
    border-radius: 6.56px;
    padding: 5.17px 12.85px;
    font-weight: 600;
    border: 2px solid #000000;
    display: inline-block;
    background: #ffffff;
    color: #000000 !important;
    text-decoration: none;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.footer-bar {
    color: #000000;
    padding: 41.17px 0;
    font-size: 13.39px;
    background: #fff;
    border-top: 2px solid #000000;
    text-align: center;
    font-weight: 600;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .right-col {
    position: static;
} }
