
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    -moz-text-size-adjust: 100%;
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #ffffff;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    line-height: 1.63;
}
.inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 17.48px;
}
.main-header {
    margin-bottom: 37.91px;
    background: #ffffff;
    padding: 24.44px 0;
    border-bottom: 2px solid #000000;
}
.brand-mark {
    color: #000000;
    font-weight: 800;
    font-size: 24.54px;
    text-transform: uppercase;
    text-decoration: none;
}
.main-menu {
    gap: 23.54px;
    display: flex;
}
.main-menu a {
    font-weight: 700;
    text-transform: uppercase;
    color: #000000 !important;
    text-decoration: none;
    font-size: 13.74px;
}
.main-menu a:hover {
    opacity: 0.7;
}
.page-grid {
    grid-template-columns: 1fr 300px;
    display: grid;
    gap: 62.3px;
    margin-bottom: 80.68px;
}
.lead-article {
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 12.37px;
    padding: 50.91px;
}
.content-area {
    font-size: 17.37px;
    line-height: 1.81;
    color: #000000;
}
.content-area a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.info-panel {
    position: sticky;
    top: 40px;
}
.module {
    margin-bottom: 27.44px;
    border-radius: 11.34px;
    padding: 21.97px;
    border: 2px solid #000000;
    background: #ffffff;
}
.block-heading {
    font-size: 20.77px;
    border-bottom: 2px solid #000000;
    margin-bottom: 18.94px;
    color: #000000;
    font-weight: 800;
    text-transform: uppercase;
    padding-bottom: 9.44px;
}
.stream, .history-list {
    padding: 0;
    list-style: none;
}
.stream li {
    margin-bottom: 7.49px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 8.12px;
}
.stream a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.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: 9.78px;
    flex-wrap: wrap;
    display: flex;
}
.chip {
    font-weight: 600;
    color: #000000 !important;
    border: 2px solid #000000;
    text-decoration: none;
    padding: 8.81px 14.77px;
    border-radius: 8.09px;
    background: #ffffff;
    display: inline-block;
    font-size: 13.36px;
}
.chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.base-bar {
    padding: 40.81px 0;
    font-weight: 600;
    background: #fff;
    color: #000000;
    font-size: 14.49px;
    border-top: 2px solid #000000;
    text-align: center;
}
@media (max-width: 900px) { .page-grid { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
