
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    -webkit-text-size-adjust: 100%;
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
    color: var(--text);
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    line-height: 1.55;
}
.shell {
    margin: 0 auto;
    padding: 0 21.85px;
    max-width: 1200px;
}
.nav-wrap {
    margin-bottom: 38.67px;
    padding: 24.36px 0;
    border-bottom: 2px solid #000000;
    background: #ffffff;
}
.home-brand {
    font-size: 23.78px;
    text-decoration: none;
    color: #000000;
    font-weight: 800;
    text-transform: uppercase;
}
.primary-nav {
    gap: 22.58px;
    display: flex;
}
.primary-nav a {
    font-size: 13.73px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000 !important;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.two-col {
    grid-template-columns: 1fr 300px;
    gap: 57.32px;
    margin-bottom: 77.38px;
    display: grid;
}
.main-post {
    background: #ffffff;
    border-radius: 10.54px;
    border: 2px solid #000000;
    padding: 46.67px;
}
.body-copy {
    color: #000000;
    line-height: 1.76;
    font-size: 17.68px;
}
.body-copy a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.info-panel {
    top: 40px;
    position: sticky;
}
.module {
    padding: 21.81px;
    border: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 27.85px;
    border-radius: 10.2px;
}
.panel-title {
    font-size: 19.69px;
    margin-bottom: 17.75px;
    padding-bottom: 10.76px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 800;
    border-bottom: 2px solid #000000;
}
.stream, .time-list {
    list-style: none;
    padding: 0;
}
.stream li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 7.04px;
    padding-bottom: 7.1px;
}
.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;
}
.chip-group {
    gap: 9.77px;
    display: flex;
    flex-wrap: wrap;
}
.term-badge {
    font-weight: 600;
    border-radius: 9.1px;
    text-decoration: none;
    color: #000000 !important;
    background: #ffffff;
    padding: 8.66px 14.77px;
    border: 2px solid #000000;
    font-size: 13.63px;
    display: inline-block;
}
.term-badge:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    text-align: center;
    border-top: 2px solid #000000;
    font-weight: 600;
    color: #000000;
    font-size: 14.55px;
    background: #fff;
    padding: 39.65px 0;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
