
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    -ms-text-size-adjust: 100%;
    line-height: 1.57;
    -moz-text-size-adjust: 100%;
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text);
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
.inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 17.31px;
}
.top-bar {
    padding: 25.3px 0;
    border-bottom: 2px solid #000000;
    margin-bottom: 39.33px;
    background: #ffffff;
}
.wordmark {
    color: #000000;
    font-size: 23.03px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
}
.main-menu {
    gap: 22.14px;
    display: flex;
}
.main-menu a {
    color: #000000 !important;
    text-decoration: none;
    font-size: 13.18px;
    text-transform: uppercase;
    font-weight: 700;
}
.main-menu a:hover {
    opacity: 0.7;
}
.two-col {
    grid-template-columns: 1fr 300px;
    display: grid;
    margin-bottom: 77.83px;
    gap: 59.04px;
}
.main-post {
    border: 2px solid #000000;
    border-radius: 11.5px;
    padding: 45.12px;
    background: #ffffff;
}
.entry-text {
    line-height: 1.82;
    color: #000000;
    font-size: 17.02px;
}
.entry-text a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.secondary {
    top: 40px;
    position: sticky;
}
.info-card {
    background: #ffffff;
    border: 2px solid #000000;
    margin-bottom: 31.89px;
    padding: 21.04px;
    border-radius: 10.88px;
}
.section-head {
    font-weight: 800;
    border-bottom: 2px solid #000000;
    padding-bottom: 12.25px;
    margin-bottom: 18.47px;
    text-transform: uppercase;
    color: #000000;
    font-size: 19.19px;
}
.stream, .date-index {
    list-style: none;
    padding: 0;
}
.stream li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 11.7px;
    margin-bottom: 12.84px;
}
.stream a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.stream a:hover {
    text-decoration: underline;
}
.date-index a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.date-index a:hover {
    text-decoration: underline;
}
.chip-group {
    flex-wrap: wrap;
    gap: 11.33px;
    display: flex;
}
.chip {
    color: #000000 !important;
    font-weight: 600;
    padding: 4px 16.33px;
    border: 2px solid #000000;
    text-decoration: none;
    font-size: 13.07px;
    background: #ffffff;
    border-radius: 6.15px;
    display: inline-block;
}
.chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.end-section {
    font-size: 13.19px;
    text-align: center;
    background: #fff;
    color: #000000;
    border-top: 2px solid #000000;
    font-weight: 600;
    padding: 39.9px 0;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
