
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    text-size-adjust: 100%;
    line-height: 1.64;
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #ffffff;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
.wrapper {
    padding: 0 20.34px;
    max-width: 1200px;
    margin: 0 auto;
}
.top-bar {
    border-bottom: 2px solid #000000;
    margin-bottom: 37.94px;
    padding: 23.96px 0;
    background: #ffffff;
}
.logo-text {
    font-size: 23.18px;
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
}
.main-menu {
    display: flex;
    gap: 22.36px;
}
.main-menu a {
    font-weight: 700;
    text-decoration: none;
    font-size: 13.47px;
    text-transform: uppercase;
    color: #000000 !important;
}
.main-menu a:hover {
    opacity: 0.7;
}
.layout-grid {
    display: grid;
    margin-bottom: 78.46px;
    grid-template-columns: 1fr 300px;
    gap: 59.8px;
}
.lead-article {
    border: 2px solid #000000;
    border-radius: 13.08px;
    background: #ffffff;
    padding: 50.14px;
}
.main-text {
    font-size: 17.66px;
    color: #000000;
    line-height: 1.78;
}
.main-text a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.right-col {
    position: sticky;
    top: 40px;
}
.widget-box {
    border-radius: 13.63px;
    border: 2px solid #000000;
    padding: 25.96px;
    background: #ffffff;
    margin-bottom: 27.85px;
}
.label {
    text-transform: uppercase;
    font-weight: 800;
    color: #000000;
    padding-bottom: 10.3px;
    border-bottom: 2px solid #000000;
    font-size: 19.71px;
    margin-bottom: 18.84px;
}
.stream, .date-index {
    padding: 0;
    list-style: none;
}
.stream li {
    margin-bottom: 7.58px;
    padding-bottom: 10.96px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.stream a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.stream a:hover {
    text-decoration: underline;
}
.date-index a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.date-index a:hover {
    text-decoration: underline;
}
.chip-group {
    gap: 12.09px;
    display: flex;
    flex-wrap: wrap;
}
.topic-chip {
    padding: 8.24px 14.72px;
    font-weight: 600;
    color: #000000 !important;
    border: 2px solid #000000;
    background: #ffffff;
    display: inline-block;
    border-radius: 8.67px;
    font-size: 13.22px;
    text-decoration: none;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.base-bar {
    padding: 42.27px 0;
    text-align: center;
    color: #000000;
    background: #fff;
    font-size: 13.72px;
    font-weight: 600;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .right-col {
    position: static;
} }
