
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    color: var(--text);
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.64;
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
}
.shell {
    padding: 0 22.28px;
    max-width: 1200px;
    margin: 0 auto;
}
.banner-area {
    padding: 23.94px 0;
    margin-bottom: 41.54px;
    border-bottom: 2px solid #000000;
    background: #ffffff;
}
.brand-mark {
    font-size: 23.89px;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
    color: #000000;
}
.main-menu {
    display: flex;
    gap: 22.71px;
}
.main-menu a {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    color: #000000 !important;
    font-size: 14.19px;
}
.main-menu a:hover {
    opacity: 0.7;
}
.content-grid {
    grid-template-columns: 1fr 300px;
    margin-bottom: 79.06px;
    display: grid;
    gap: 61.24px;
}
.primary-content {
    padding: 47.77px;
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 12.22px;
}
.main-text {
    color: #000000;
    font-size: 18.66px;
    line-height: 1.78;
}
.main-text a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.right-col {
    top: 40px;
    position: sticky;
}
.panel-item {
    background: #ffffff;
    border-radius: 10.29px;
    border: 2px solid #000000;
    padding: 25.47px;
    margin-bottom: 27.39px;
}
.panel-title {
    text-transform: uppercase;
    margin-bottom: 17.08px;
    font-weight: 800;
    border-bottom: 2px solid #000000;
    color: #000000;
    font-size: 20.68px;
    padding-bottom: 7.72px;
}
.stream, .time-list {
    list-style: none;
    padding: 0;
}
.stream li {
    padding-bottom: 10.87px;
    margin-bottom: 7.9px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.stream a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.stream a:hover {
    text-decoration: underline;
}
.time-list a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.time-list a:hover {
    text-decoration: underline;
}
.label-group {
    flex-wrap: wrap;
    gap: 9.68px;
    display: flex;
}
.label-item {
    border-radius: 9.72px;
    padding: 5.06px 11.92px;
    color: #000000 !important;
    text-decoration: none;
    display: inline-block;
    background: #ffffff;
    font-size: 12.09px;
    border: 2px solid #000000;
    font-weight: 600;
}
.label-item:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    text-align: center;
    border-top: 2px solid #000000;
    font-size: 13.83px;
    padding: 42.07px 0;
    color: #000000;
    background: #fff;
    font-weight: 600;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .right-col {
    position: static;
} }
