
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.59;
    background: #ffffff;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    color: var(--text);
    -webkit-text-size-adjust: 100%;
}
.shell {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 21.78px;
}
.banner-area {
    border-bottom: 2px solid #000000;
    padding: 27.05px 0;
    margin-bottom: 40.66px;
    background: #ffffff;
}
.home-brand {
    font-size: 23.67px;
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
    font-weight: 800;
}
.primary-nav {
    display: flex;
    gap: 27.7px;
}
.primary-nav a {
    font-weight: 700;
    text-decoration: none;
    color: #000000 !important;
    text-transform: uppercase;
    font-size: 13.16px;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.layout-grid {
    gap: 58.59px;
    display: grid;
    grid-template-columns: 1fr 300px;
    margin-bottom: 81.09px;
}
.lead-article {
    background: #ffffff;
    padding: 45.58px;
    border-radius: 13.61px;
    border: 2px solid #000000;
}
.main-text {
    color: #000000;
    line-height: 1.84;
    font-size: 18.59px;
}
.main-text a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.aside-col {
    position: sticky;
    top: 40px;
}
.info-card {
    margin-bottom: 31.22px;
    padding: 23.02px;
    border-radius: 10.82px;
    border: 2px solid #000000;
    background: #ffffff;
}
.module-head {
    margin-bottom: 20.06px;
    font-size: 20.64px;
    padding-bottom: 7.04px;
    color: #000000;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    font-weight: 800;
}
.stream, .history-list {
    padding: 0;
    list-style: none;
}
.stream li {
    padding-bottom: 11.48px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 10.55px;
}
.stream a {
    text-decoration: none;
    font-weight: 600;
    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;
}
.topic-list {
    gap: 10.31px;
    flex-wrap: wrap;
    display: flex;
}
.label-item {
    border-radius: 9.39px;
    padding: 4.42px 11.31px;
    font-size: 13.5px;
    background: #ffffff;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    color: #000000 !important;
    border: 2px solid #000000;
}
.label-item:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    padding: 42.98px 0;
    font-weight: 600;
    border-top: 2px solid #000000;
    text-align: center;
    background: #fff;
    font-size: 14.09px;
    color: #000000;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .aside-col {
    position: static;
} }
