
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    color: var(--text);
    line-height: 1.61;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background: #ffffff;
}
.inner {
    padding: 0 21.97px;
    margin: 0 auto;
    max-width: 1200px;
}
.nav-wrap {
    background: #ffffff;
    margin-bottom: 38.09px;
    border-bottom: 2px solid #000000;
    padding: 23.15px 0;
}
.brand-mark {
    text-transform: uppercase;
    color: #000000;
    font-weight: 800;
    text-decoration: none;
    font-size: 23.87px;
}
.main-menu {
    display: flex;
    gap: 26.18px;
}
.main-menu a {
    text-decoration: none;
    text-transform: uppercase;
    color: #000000 !important;
    font-size: 13.65px;
    font-weight: 700;
}
.main-menu a:hover {
    opacity: 0.7;
}
.dual-panel {
    display: grid;
    margin-bottom: 81.3px;
    grid-template-columns: 1fr 300px;
    gap: 59.76px;
}
.primary-content {
    padding: 47.31px;
    border: 2px solid #000000;
    border-radius: 13.22px;
    background: #ffffff;
}
.content-area {
    line-height: 1.79;
    font-size: 18.5px;
    color: #000000;
}
.content-area a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.right-col {
    position: sticky;
    top: 40px;
}
.side-block {
    border-radius: 11.98px;
    padding: 21.05px;
    border: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 30.52px;
}
.module-head {
    padding-bottom: 12.88px;
    color: #000000;
    font-size: 20.76px;
    margin-bottom: 17.4px;
    text-transform: uppercase;
    font-weight: 800;
    border-bottom: 2px solid #000000;
}
.stream, .history-list {
    list-style: none;
    padding: 0;
}
.stream li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 7.92px;
    margin-bottom: 9.33px;
}
.stream a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.stream a:hover {
    text-decoration: underline;
}
.history-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.history-list a:hover {
    text-decoration: underline;
}
.topic-list {
    display: flex;
    gap: 8.84px;
    flex-wrap: wrap;
}
.pill {
    font-size: 13.99px;
    font-weight: 600;
    background: #ffffff;
    text-decoration: none;
    border-radius: 8.6px;
    color: #000000 !important;
    border: 2px solid #000000;
    display: inline-block;
    padding: 3.45px 11.42px;
}
.pill:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    padding: 38.34px 0;
    font-weight: 600;
    text-align: center;
    background: #fff;
    color: #000000;
    border-top: 2px solid #000000;
    font-size: 13.09px;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .right-col {
    position: static;
} }
