
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background: #ffffff;
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    line-height: 1.56;
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
.inner {
    margin: 0 auto;
    padding: 0 17.45px;
    max-width: 1200px;
}
.page-top {
    margin-bottom: 42.08px;
    background: #ffffff;
    padding: 23.81px 0;
    border-bottom: 2px solid #000000;
}
.home-brand {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 800;
    font-size: 24.67px;
    color: #000000;
}
.primary-nav {
    gap: 27.77px;
    display: flex;
}
.primary-nav a {
    font-weight: 700;
    font-size: 14.29px;
    color: #000000 !important;
    text-decoration: none;
    text-transform: uppercase;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.dual-panel {
    grid-template-columns: 1fr 300px;
    display: grid;
    margin-bottom: 79px;
    gap: 58.59px;
}
.feature-post {
    border: 2px solid #000000;
    padding: 50.24px;
    background: #ffffff;
    border-radius: 13px;
}
.post-body {
    line-height: 1.81;
    color: #000000;
    font-size: 18.53px;
}
.post-body a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.rail {
    top: 40px;
    position: sticky;
}
.panel-item {
    border: 2px solid #000000;
    padding: 23.91px;
    border-radius: 12.38px;
    margin-bottom: 29.21px;
    background: #ffffff;
}
.block-heading {
    font-size: 19.88px;
    font-weight: 800;
    margin-bottom: 17.92px;
    border-bottom: 2px solid #000000;
    color: #000000;
    padding-bottom: 9.66px;
    text-transform: uppercase;
}
.stream, .history-list {
    padding: 0;
    list-style: none;
}
.stream li {
    padding-bottom: 11.69px;
    margin-bottom: 9.55px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.stream a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.stream a:hover {
    text-decoration: underline;
}
.history-list a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.history-list a:hover {
    text-decoration: underline;
}
.chip-group {
    gap: 12.47px;
    display: flex;
    flex-wrap: wrap;
}
.topic-chip {
    display: inline-block;
    color: #000000 !important;
    border: 2px solid #000000;
    padding: 8.39px 11.89px;
    font-weight: 600;
    font-size: 12.51px;
    text-decoration: none;
    background: #ffffff;
    border-radius: 9.53px;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    border-top: 2px solid #000000;
    text-align: center;
    padding: 40.77px 0;
    font-size: 14.94px;
    color: #000000;
    font-weight: 600;
    background: #fff;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .rail {
    position: static;
} }
