
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    -webkit-text-size-adjust: 100%;
    line-height: 1.57;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background: #ffffff;
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
}
.inner {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20.51px;
}
.main-header {
    background: #ffffff;
    border-bottom: 2px solid #000000;
    margin-bottom: 41.16px;
    padding: 26.81px 0;
}
.brand-mark {
    font-weight: 800;
    text-decoration: none;
    font-size: 24.15px;
    color: #000000;
    text-transform: uppercase;
}
.nav-bar {
    display: flex;
    gap: 26.81px;
}
.nav-bar a {
    text-transform: uppercase;
    color: #000000 !important;
    text-decoration: none;
    font-size: 13.49px;
    font-weight: 700;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.two-col {
    gap: 61.07px;
    display: grid;
    margin-bottom: 82.5px;
    grid-template-columns: 1fr 300px;
}
.hero-post {
    border: 2px solid #000000;
    padding: 49.1px;
    border-radius: 10.56px;
    background: #ffffff;
}
.read-area {
    color: #000000;
    line-height: 1.83;
    font-size: 17.26px;
}
.read-area a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.info-card {
    padding: 25.19px;
    margin-bottom: 28.34px;
    border: 2px solid #000000;
    border-radius: 10.84px;
    background: #ffffff;
}
.block-heading {
    padding-bottom: 9.99px;
    border-bottom: 2px solid #000000;
    margin-bottom: 21.09px;
    color: #000000;
    font-weight: 800;
    font-size: 19.03px;
    text-transform: uppercase;
}
.stream, .history-list {
    list-style: none;
    padding: 0;
}
.stream li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 7.79px;
    padding-bottom: 8.87px;
}
.stream a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.stream a:hover {
    text-decoration: underline;
}
.history-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.history-list a:hover {
    text-decoration: underline;
}
.label-group {
    display: flex;
    gap: 8.55px;
    flex-wrap: wrap;
}
.pill {
    text-decoration: none;
    border: 2px solid #000000;
    padding: 6.65px 14.13px;
    background: #ffffff;
    display: inline-block;
    font-weight: 600;
    color: #000000 !important;
    border-radius: 8.36px;
    font-size: 13.23px;
}
.pill:hover {
    color: #ffffff !important;
    background: #000000;
}
.closing {
    color: #000000;
    font-weight: 600;
    border-top: 2px solid #000000;
    font-size: 14.73px;
    padding: 40.54px 0;
    background: #fff;
    text-align: center;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
