
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    -ms-text-size-adjust: 100%;
    color: var(--text);
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    line-height: 1.63;
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -moz-text-size-adjust: 100%;
}
.page-wrap {
    padding: 0 19.83px;
    max-width: 1200px;
    margin: 0 auto;
}
.page-top {
    padding: 24.53px 0;
    margin-bottom: 39.68px;
    border-bottom: 2px solid #000000;
    background: #ffffff;
}
.wordmark {
    text-transform: uppercase;
    text-decoration: none;
    color: #000000;
    font-weight: 800;
    font-size: 23.05px;
}
.nav-links {
    gap: 23.92px;
    display: flex;
}
.nav-links a {
    text-transform: uppercase;
    font-size: 13.13px;
    text-decoration: none;
    font-weight: 700;
    color: #000000 !important;
}
.nav-links a:hover {
    opacity: 0.7;
}
.split-view {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 60.19px;
    margin-bottom: 80.83px;
}
.main-post {
    padding: 48.54px;
    border-radius: 12.79px;
    background: #ffffff;
    border: 2px solid #000000;
}
.entry-text {
    font-size: 17.41px;
    line-height: 1.76;
    color: #000000;
}
.entry-text a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.aside-col {
    position: sticky;
    top: 40px;
}
.panel-item {
    background: #ffffff;
    padding: 21.41px;
    border: 2px solid #000000;
    margin-bottom: 28.07px;
    border-radius: 12.89px;
}
.block-heading {
    color: #000000;
    text-transform: uppercase;
    font-size: 19.03px;
    padding-bottom: 11.86px;
    border-bottom: 2px solid #000000;
    font-weight: 800;
    margin-bottom: 20.54px;
}
.stream, .time-list {
    padding: 0;
    list-style: none;
}
.stream li {
    padding-bottom: 12.51px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 11.28px;
}
.stream a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.stream a:hover {
    text-decoration: underline;
}
.time-list a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.time-list a:hover {
    text-decoration: underline;
}
.label-group {
    display: flex;
    gap: 8.14px;
    flex-wrap: wrap;
}
.topic-chip {
    color: #000000 !important;
    display: inline-block;
    font-weight: 600;
    padding: 3.59px 11.66px;
    text-decoration: none;
    background: #ffffff;
    font-size: 13.21px;
    border: 2px solid #000000;
    border-radius: 8.76px;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.end-section {
    color: #000000;
    background: #fff;
    font-size: 13.13px;
    font-weight: 600;
    border-top: 2px solid #000000;
    text-align: center;
    padding: 38.75px 0;
}
@media (max-width: 900px) { .split-view { grid-template-columns: 1fr; gap: 40px; } .aside-col {
    position: static;
} }
