
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text);
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background: #ffffff;
    -ms-text-size-adjust: 100%;
    line-height: 1.65;
    -webkit-text-size-adjust: 100%;
}
.content-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 17.14px;
}
.nav-wrap {
    border-bottom: 2px solid #000000;
    margin-bottom: 37.66px;
    background: #ffffff;
    padding: 22.8px 0;
}
.brand-link {
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 24.36px;
    color: #000000;
}
.nav-bar {
    gap: 26.28px;
    display: flex;
}
.nav-bar a {
    font-size: 13.58px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000 !important;
    font-weight: 700;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.page-grid {
    display: grid;
    margin-bottom: 79.16px;
    grid-template-columns: 1fr 300px;
    gap: 60.73px;
}
.primary-content {
    padding: 50.28px;
    border-radius: 10.17px;
    border: 2px solid #000000;
    background: #ffffff;
}
.entry-text {
    line-height: 1.84;
    font-size: 18.28px;
    color: #000000;
}
.entry-text a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.side-block {
    border-radius: 13.84px;
    border: 2px solid #000000;
    padding: 24.29px;
    margin-bottom: 28.57px;
    background: #ffffff;
}
.box-title {
    text-transform: uppercase;
    padding-bottom: 9.37px;
    font-weight: 800;
    border-bottom: 2px solid #000000;
    font-size: 20.58px;
    color: #000000;
    margin-bottom: 18.71px;
}
.stream, .time-list {
    padding: 0;
    list-style: none;
}
.stream li {
    padding-bottom: 11.21px;
    margin-bottom: 11.68px;
    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;
}
.topic-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12.85px;
}
.chip {
    padding: 7.39px 15.81px;
    background: #ffffff;
    color: #000000 !important;
    font-size: 13.62px;
    text-decoration: none;
    border: 2px solid #000000;
    border-radius: 7.11px;
    font-weight: 600;
    display: inline-block;
}
.chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.ground {
    text-align: center;
    color: #000000;
    background: #fff;
    padding: 37.99px 0;
    border-top: 2px solid #000000;
    font-size: 14.95px;
    font-weight: 600;
}
@media (max-width: 900px) { .page-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
