
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    line-height: 1.56;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text);
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
}
.frame {
    margin: 0 auto;
    padding: 0 18.24px;
    max-width: 1200px;
}
.page-top {
    padding: 25.63px 0;
    margin-bottom: 42.28px;
    border-bottom: 2px solid #000000;
    background: #ffffff;
}
.brand-mark {
    font-size: 23.18px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
}
.nav-links {
    gap: 24.35px;
    display: flex;
}
.nav-links a {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14.17px;
    color: #000000 !important;
    text-decoration: none;
}
.nav-links a:hover {
    opacity: 0.7;
}
.split-view {
    display: grid;
    grid-template-columns: 1fr 300px;
    margin-bottom: 81.8px;
    gap: 61.26px;
}
.main-post {
    padding: 48.98px;
    border-radius: 13.43px;
    background: #ffffff;
    border: 2px solid #000000;
}
.entry-text {
    color: #000000;
    line-height: 1.82;
    font-size: 17.87px;
}
.entry-text a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.panel-item {
    margin-bottom: 28.8px;
    padding: 21.69px;
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 13.33px;
}
.box-title {
    font-weight: 800;
    color: #000000;
    font-size: 20.77px;
    text-transform: uppercase;
    margin-bottom: 18.51px;
    border-bottom: 2px solid #000000;
    padding-bottom: 11.58px;
}
.stream, .time-list {
    padding: 0;
    list-style: none;
}
.stream li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 10.29px;
    padding-bottom: 11.76px;
}
.stream a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.stream a:hover {
    text-decoration: underline;
}
.time-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.time-list a:hover {
    text-decoration: underline;
}
.tag-area {
    display: flex;
    gap: 8.53px;
    flex-wrap: wrap;
}
.label-item {
    text-decoration: none;
    background: #ffffff;
    font-size: 12.12px;
    color: #000000 !important;
    border: 2px solid #000000;
    padding: 5.58px 15.57px;
    font-weight: 600;
    display: inline-block;
    border-radius: 8.85px;
}
.label-item:hover {
    color: #ffffff !important;
    background: #000000;
}
.closing {
    padding: 38.09px 0;
    text-align: center;
    font-size: 14.09px;
    border-top: 2px solid #000000;
    color: #000000;
    background: #fff;
    font-weight: 600;
}
@media (max-width: 900px) { .split-view { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
