
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    line-height: 1.55;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -moz-text-size-adjust: 100%;
    background: #ffffff;
    text-size-adjust: 100%;
    color: var(--text);
}
.frame {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 22.39px;
}
.banner-area {
    background: #ffffff;
    border-bottom: 2px solid #000000;
    margin-bottom: 39.59px;
    padding: 22.11px 0;
}
.brand-mark {
    text-transform: uppercase;
    font-size: 24.64px;
    color: #000000;
    font-weight: 800;
    text-decoration: none;
}
.main-menu {
    display: flex;
    gap: 23.63px;
}
.main-menu a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13.27px;
    color: #000000 !important;
}
.main-menu a:hover {
    opacity: 0.7;
}
.two-col {
    margin-bottom: 79.42px;
    grid-template-columns: 1fr 300px;
    display: grid;
    gap: 62.32px;
}
.top-story {
    border-radius: 12.09px;
    border: 2px solid #000000;
    padding: 50.85px;
    background: #ffffff;
}
.main-text {
    font-size: 17.11px;
    color: #000000;
    line-height: 1.78;
}
.main-text a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.info-panel {
    top: 40px;
    position: sticky;
}
.panel-item {
    border-radius: 11.54px;
    margin-bottom: 30.97px;
    background: #ffffff;
    border: 2px solid #000000;
    padding: 26.22px;
}
.module-head {
    font-weight: 800;
    padding-bottom: 9.37px;
    color: #000000;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    margin-bottom: 17.17px;
    font-size: 20.58px;
}
.stream, .date-index {
    list-style: none;
    padding: 0;
}
.stream li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 11.72px;
    padding-bottom: 7.04px;
}
.stream a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.stream a:hover {
    text-decoration: underline;
}
.date-index a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.date-index a:hover {
    text-decoration: underline;
}
.topic-list {
    gap: 7.59px;
    flex-wrap: wrap;
    display: flex;
}
.label-item {
    border-radius: 7.35px;
    display: inline-block;
    color: #000000 !important;
    background: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 13.64px;
    border: 2px solid #000000;
    padding: 4.28px 13.16px;
}
.label-item:hover {
    color: #ffffff !important;
    background: #000000;
}
.base-bar {
    font-weight: 600;
    font-size: 14.29px;
    border-top: 2px solid #000000;
    color: #000000;
    text-align: center;
    background: #fff;
    padding: 40.23px 0;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
