
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    line-height: 1.6;
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.shell {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 19.95px;
}
.banner-area {
    margin-bottom: 42.12px;
    padding: 27.16px 0;
    border-bottom: 2px solid #000000;
    background: #ffffff;
}
.logo-text {
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
    font-size: 23.85px;
    text-decoration: none;
}
.main-menu {
    gap: 27.79px;
    display: flex;
}
.main-menu a {
    font-weight: 700;
    text-transform: uppercase;
    color: #000000 !important;
    text-decoration: none;
    font-size: 14.87px;
}
.main-menu a:hover {
    opacity: 0.7;
}
.content-grid {
    grid-template-columns: 1fr 300px;
    display: grid;
    margin-bottom: 78.19px;
    gap: 58.71px;
}
.feature-post {
    border-radius: 12.05px;
    padding: 48.62px;
    background: #ffffff;
    border: 2px solid #000000;
}
.main-text {
    color: #000000;
    line-height: 1.82;
    font-size: 17.04px;
}
.main-text a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.rail {
    position: sticky;
    top: 40px;
}
.widget-box {
    padding: 22.13px;
    border-radius: 12.28px;
    border: 2px solid #000000;
    margin-bottom: 27.52px;
    background: #ffffff;
}
.section-head {
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
    font-size: 19.98px;
    padding-bottom: 12.16px;
    margin-bottom: 20.46px;
    border-bottom: 2px solid #000000;
}
.stream, .time-list {
    padding: 0;
    list-style: none;
}
.stream li {
    padding-bottom: 8.63px;
    margin-bottom: 10.2px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.stream a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.stream a:hover {
    text-decoration: underline;
}
.time-list a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.time-list a:hover {
    text-decoration: underline;
}
.term-cloud {
    flex-wrap: wrap;
    display: flex;
    gap: 8.49px;
}
.term-badge {
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 8.19px;
    padding: 5.84px 16.98px;
    font-size: 13.13px;
    text-decoration: none;
    display: inline-block;
    color: #000000 !important;
    font-weight: 600;
}
.term-badge:hover {
    color: #ffffff !important;
    background: #000000;
}
.ground {
    color: #000000;
    font-size: 14.97px;
    background: #fff;
    border-top: 2px solid #000000;
    padding: 40.57px 0;
    font-weight: 600;
    text-align: center;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .rail {
    position: static;
} }
