
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    text-size-adjust: 100%;
    line-height: 1.63;
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #ffffff;
    color: var(--text);
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
.wrapper {
    max-width: 1200px;
    padding: 0 19.59px;
    margin: 0 auto;
}
.top-bar {
    border-bottom: 2px solid #000000;
    margin-bottom: 40.97px;
    padding: 26.97px 0;
    background: #ffffff;
}
.brand-mark {
    color: #000000;
    text-transform: uppercase;
    font-size: 23.39px;
    text-decoration: none;
    font-weight: 800;
}
.top-menu {
    gap: 25.98px;
    display: flex;
}
.top-menu a {
    text-transform: uppercase;
    color: #000000 !important;
    font-size: 13.75px;
    text-decoration: none;
    font-weight: 700;
}
.top-menu a:hover {
    opacity: 0.7;
}
.dual-panel {
    margin-bottom: 81.52px;
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 60.04px;
}
.lead-article {
    background: #ffffff;
    border-radius: 10.06px;
    padding: 46.51px;
    border: 2px solid #000000;
}
.read-area {
    line-height: 1.8;
    font-size: 17.07px;
    color: #000000;
}
.read-area a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.secondary {
    position: sticky;
    top: 40px;
}
.info-card {
    border: 2px solid #000000;
    margin-bottom: 32.25px;
    border-radius: 11.35px;
    background: #ffffff;
    padding: 26.78px;
}
.block-heading {
    font-weight: 800;
    padding-bottom: 11.67px;
    color: #000000;
    margin-bottom: 20.09px;
    text-transform: uppercase;
    font-size: 20.71px;
    border-bottom: 2px solid #000000;
}
.stream, .month-list {
    list-style: none;
    padding: 0;
}
.stream li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 12.3px;
    padding-bottom: 7.12px;
}
.stream a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.stream a:hover {
    text-decoration: underline;
}
.month-list a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.month-list a:hover {
    text-decoration: underline;
}
.tag-area {
    flex-wrap: wrap;
    display: flex;
    gap: 11.06px;
}
.topic-chip {
    border: 2px solid #000000;
    font-weight: 600;
    background: #ffffff;
    color: #000000 !important;
    display: inline-block;
    border-radius: 9.31px;
    text-decoration: none;
    padding: 5.78px 13.21px;
    font-size: 12.67px;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    font-weight: 600;
    padding: 40.24px 0;
    font-size: 13.59px;
    background: #fff;
    text-align: center;
    border-top: 2px solid #000000;
    color: #000000;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
