
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: var(--text);
    -ms-text-size-adjust: 100%;
    line-height: 1.6;
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.inner {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 18.55px;
}
.main-header {
    padding: 26.16px 0;
    background: #ffffff;
    border-bottom: 2px solid #000000;
    margin-bottom: 40.98px;
}
.wordmark {
    text-transform: uppercase;
    color: #000000;
    font-size: 24.63px;
    text-decoration: none;
    font-weight: 800;
}
.main-menu {
    gap: 23.56px;
    display: flex;
}
.main-menu a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: none;
    font-size: 13.36px;
    text-transform: uppercase;
}
.main-menu a:hover {
    opacity: 0.7;
}
.content-grid {
    margin-bottom: 79.89px;
    display: grid;
    gap: 62.25px;
    grid-template-columns: 1fr 300px;
}
.feature-post {
    border-radius: 11.9px;
    border: 2px solid #000000;
    background: #ffffff;
    padding: 46px;
}
.main-text {
    font-size: 18.71px;
    color: #000000;
    line-height: 1.75;
}
.main-text a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.panel-item {
    margin-bottom: 28.76px;
    border: 2px solid #000000;
    padding: 23.06px;
    border-radius: 12.16px;
    background: #ffffff;
}
.section-head {
    border-bottom: 2px solid #000000;
    font-size: 20.42px;
    color: #000000;
    margin-bottom: 20.11px;
    font-weight: 800;
    text-transform: uppercase;
    padding-bottom: 11.56px;
}
.stream, .history-list {
    list-style: none;
    padding: 0;
}
.stream li {
    padding-bottom: 8.44px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 10.89px;
}
.stream a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.stream a:hover {
    text-decoration: underline;
}
.history-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.history-list a:hover {
    text-decoration: underline;
}
.tag-area {
    flex-wrap: wrap;
    display: flex;
    gap: 10.98px;
}
.pill {
    background: #ffffff;
    display: inline-block;
    border-radius: 8.37px;
    padding: 3.01px 15.67px;
    border: 2px solid #000000;
    font-size: 12.95px;
    font-weight: 600;
    text-decoration: none;
    color: #000000 !important;
}
.pill:hover {
    color: #ffffff !important;
    background: #000000;
}
.ground {
    text-align: center;
    font-size: 13.19px;
    border-top: 2px solid #000000;
    padding: 37.44px 0;
    font-weight: 600;
    color: #000000;
    background: #fff;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
