
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    line-height: 1.65;
    background: #ffffff;
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text);
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
.frame {
    padding: 0 21.84px;
    margin: 0 auto;
    max-width: 1200px;
}
.page-top {
    padding: 25.56px 0;
    border-bottom: 2px solid #000000;
    margin-bottom: 37.49px;
    background: #ffffff;
}
.identity {
    text-transform: uppercase;
    font-size: 24.16px;
    text-decoration: none;
    color: #000000;
    font-weight: 800;
}
.top-menu {
    gap: 27.89px;
    display: flex;
}
.top-menu a {
    color: #000000 !important;
    text-decoration: none;
    font-size: 13.17px;
    font-weight: 700;
    text-transform: uppercase;
}
.top-menu a:hover {
    opacity: 0.7;
}
.two-col {
    margin-bottom: 77.46px;
    display: grid;
    gap: 57.98px;
    grid-template-columns: 1fr 300px;
}
.top-story {
    border-radius: 13.69px;
    border: 2px solid #000000;
    padding: 48.97px;
    background: #ffffff;
}
.content-area {
    line-height: 1.83;
    color: #000000;
    font-size: 18.36px;
}
.content-area a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.info-panel {
    position: sticky;
    top: 40px;
}
.widget-box {
    border-radius: 13.94px;
    padding: 25.35px;
    margin-bottom: 30.4px;
    background: #ffffff;
    border: 2px solid #000000;
}
.box-title {
    font-size: 20.41px;
    text-transform: uppercase;
    padding-bottom: 12.48px;
    margin-bottom: 17px;
    border-bottom: 2px solid #000000;
    font-weight: 800;
    color: #000000;
}
.stream, .time-list {
    padding: 0;
    list-style: none;
}
.stream li {
    padding-bottom: 12.06px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 9.8px;
}
.stream a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.stream a:hover {
    text-decoration: underline;
}
.time-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.time-list a:hover {
    text-decoration: underline;
}
.topic-list {
    gap: 7.75px;
    flex-wrap: wrap;
    display: flex;
}
.term-badge {
    color: #000000 !important;
    border-radius: 9.03px;
    display: inline-block;
    text-decoration: none;
    font-size: 12.61px;
    font-weight: 600;
    background: #ffffff;
    border: 2px solid #000000;
    padding: 8.22px 13.8px;
}
.term-badge:hover {
    color: #ffffff !important;
    background: #000000;
}
.end-section {
    text-align: center;
    background: #fff;
    border-top: 2px solid #000000;
    padding: 41.02px 0;
    font-size: 13.47px;
    color: #000000;
    font-weight: 600;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
