
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.56;
    -moz-text-size-adjust: 100%;
    background: #ffffff;
    color: var(--text);
}
.shell {
    margin: 0 auto;
    padding: 0 22.27px;
    max-width: 1200px;
}
.nav-wrap {
    background: #ffffff;
    border-bottom: 2px solid #000000;
    margin-bottom: 37.16px;
    padding: 26.75px 0;
}
.brand-link {
    font-weight: 800;
    font-size: 24.78px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000;
}
.main-menu {
    display: flex;
    gap: 26.12px;
}
.main-menu a {
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000 !important;
    font-size: 13.86px;
}
.main-menu a:hover {
    opacity: 0.7;
}
.dual-panel {
    margin-bottom: 82.01px;
    gap: 60.93px;
    display: grid;
    grid-template-columns: 1fr 300px;
}
.top-story {
    padding: 50.36px;
    border-radius: 10.49px;
    border: 2px solid #000000;
    background: #ffffff;
}
.content-area {
    font-size: 17.78px;
    color: #000000;
    line-height: 1.77;
}
.content-area a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.info-panel {
    top: 40px;
    position: sticky;
}
.widget-box {
    border-radius: 13.35px;
    background: #ffffff;
    border: 2px solid #000000;
    padding: 21.18px;
    margin-bottom: 31.65px;
}
.section-head {
    text-transform: uppercase;
    font-size: 20.1px;
    font-weight: 800;
    margin-bottom: 19.68px;
    padding-bottom: 7.84px;
    color: #000000;
    border-bottom: 2px solid #000000;
}
.stream, .history-list {
    padding: 0;
    list-style: none;
}
.stream li {
    margin-bottom: 10.77px;
    padding-bottom: 11.2px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.stream a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.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 {
    gap: 7.52px;
    flex-wrap: wrap;
    display: flex;
}
.pill {
    display: inline-block;
    padding: 5.86px 15.66px;
    border-radius: 9.34px;
    background: #ffffff;
    text-decoration: none;
    color: #000000 !important;
    border: 2px solid #000000;
    font-size: 13.16px;
    font-weight: 600;
}
.pill:hover {
    color: #ffffff !important;
    background: #000000;
}
.footer-bar {
    border-top: 2px solid #000000;
    text-align: center;
    font-size: 13.91px;
    padding: 42.25px 0;
    color: #000000;
    font-weight: 600;
    background: #fff;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
