
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -moz-text-size-adjust: 100%;
    background: #ffffff;
    color: var(--text);
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    line-height: 1.57;
}
.wrapper {
    padding: 0 20.41px;
    max-width: 1200px;
    margin: 0 auto;
}
.nav-wrap {
    border-bottom: 2px solid #000000;
    padding: 25.78px 0;
    background: #ffffff;
    margin-bottom: 42.61px;
}
.brand-link {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 800;
    font-size: 23.76px;
    color: #000000;
}
.top-menu {
    display: flex;
    gap: 22.25px;
}
.top-menu a {
    text-decoration: none;
    font-size: 14.23px;
    font-weight: 700;
    color: #000000 !important;
    text-transform: uppercase;
}
.top-menu a:hover {
    opacity: 0.7;
}
.layout-grid {
    margin-bottom: 80.91px;
    grid-template-columns: 1fr 300px;
    gap: 57.05px;
    display: grid;
}
.primary-content {
    border-radius: 11.57px;
    border: 2px solid #000000;
    background: #ffffff;
    padding: 49.04px;
}
.content-area {
    line-height: 1.81;
    color: #000000;
    font-size: 18.41px;
}
.content-area a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.info-panel {
    position: sticky;
    top: 40px;
}
.widget-box {
    border-radius: 12.73px;
    background: #ffffff;
    border: 2px solid #000000;
    margin-bottom: 29.63px;
    padding: 22.29px;
}
.module-head {
    border-bottom: 2px solid #000000;
    margin-bottom: 19.14px;
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
    font-size: 20.35px;
    padding-bottom: 12.68px;
}
.stream, .date-index {
    list-style: none;
    padding: 0;
}
.stream li {
    margin-bottom: 12.23px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 7.54px;
}
.stream a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.stream a:hover {
    text-decoration: underline;
}
.date-index a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.date-index a:hover {
    text-decoration: underline;
}
.keyword-wrap {
    display: flex;
    gap: 8.57px;
    flex-wrap: wrap;
}
.term-badge {
    padding: 5.85px 11.39px;
    display: inline-block;
    border: 2px solid #000000;
    color: #000000 !important;
    border-radius: 6.19px;
    text-decoration: none;
    font-weight: 600;
    background: #ffffff;
    font-size: 13.97px;
}
.term-badge:hover {
    background: #000000;
    color: #ffffff !important;
}
.ground {
    color: #000000;
    font-size: 13.35px;
    text-align: center;
    background: #fff;
    padding: 39.58px 0;
    font-weight: 600;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
