
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    background: #ffffff;
    line-height: 1.63;
}
.wrapper {
    max-width: 1200px;
    padding: 0 22.29px;
    margin: 0 auto;
}
.nav-wrap {
    border-bottom: 2px solid #000000;
    margin-bottom: 38.8px;
    padding: 24.98px 0;
    background: #ffffff;
}
.logo-text {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 24.2px;
    font-weight: 800;
    color: #000000;
}
.header-links {
    gap: 27.42px;
    display: flex;
}
.header-links a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14.73px;
    font-weight: 700;
    color: #000000 !important;
}
.header-links a:hover {
    opacity: 0.7;
}
.two-col {
    gap: 58.53px;
    display: grid;
    margin-bottom: 82.91px;
    grid-template-columns: 1fr 300px;
}
.lead-article {
    border: 2px solid #000000;
    padding: 47.28px;
    border-radius: 11.79px;
    background: #ffffff;
}
.main-text {
    line-height: 1.81;
    font-size: 18.42px;
    color: #000000;
}
.main-text a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.info-panel {
    top: 40px;
    position: sticky;
}
.panel-item {
    margin-bottom: 28.98px;
    background: #ffffff;
    padding: 22.67px;
    border-radius: 11.09px;
    border: 2px solid #000000;
}
.label {
    border-bottom: 2px solid #000000;
    color: #000000;
    margin-bottom: 18.57px;
    font-weight: 800;
    padding-bottom: 9.2px;
    font-size: 20.96px;
    text-transform: uppercase;
}
.fresh-list, .date-index {
    padding: 0;
    list-style: none;
}
.fresh-list li {
    padding-bottom: 10.88px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 11.04px;
}
.fresh-list a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.fresh-list a:hover {
    text-decoration: underline;
}
.date-index a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.date-index a:hover {
    text-decoration: underline;
}
.term-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10.84px;
}
.topic-chip {
    border: 2px solid #000000;
    color: #000000 !important;
    display: inline-block;
    border-radius: 8.26px;
    text-decoration: none;
    background: #ffffff;
    font-size: 12.36px;
    padding: 3.98px 11.38px;
    font-weight: 600;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.base-bar {
    color: #000000;
    border-top: 2px solid #000000;
    background: #fff;
    font-size: 13.84px;
    font-weight: 600;
    text-align: center;
    padding: 37.02px 0;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
