
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    color: var(--text);
    line-height: 1.6;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background: #ffffff;
}
.content-wrap {
    padding: 0 20.02px;
    margin: 0 auto;
    max-width: 1200px;
}
.nav-wrap {
    margin-bottom: 38.43px;
    border-bottom: 2px solid #000000;
    background: #ffffff;
    padding: 23.56px 0;
}
.brand-link {
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 24.29px;
}
.main-menu {
    gap: 26.17px;
    display: flex;
}
.main-menu a {
    font-weight: 700;
    text-decoration: none;
    color: #000000 !important;
    text-transform: uppercase;
    font-size: 13.27px;
}
.main-menu a:hover {
    opacity: 0.7;
}
.content-grid {
    gap: 57.79px;
    grid-template-columns: 1fr 300px;
    margin-bottom: 82.33px;
    display: grid;
}
.hero-post {
    background: #ffffff;
    border: 2px solid #000000;
    padding: 46.63px;
    border-radius: 10.7px;
}
.main-text {
    line-height: 1.84;
    font-size: 18.54px;
    color: #000000;
}
.main-text a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.info-panel {
    top: 40px;
    position: sticky;
}
.module {
    background: #ffffff;
    padding: 24.32px;
    margin-bottom: 32.35px;
    border-radius: 10.14px;
    border: 2px solid #000000;
}
.section-head {
    color: #000000;
    margin-bottom: 19.16px;
    padding-bottom: 8.3px;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    font-size: 19.48px;
    font-weight: 800;
}
.stream, .date-index {
    list-style: none;
    padding: 0;
}
.stream li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 8.77px;
    padding-bottom: 8.96px;
}
.stream a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.stream a:hover {
    text-decoration: underline;
}
.date-index a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.date-index a:hover {
    text-decoration: underline;
}
.chip-group {
    display: flex;
    flex-wrap: wrap;
    gap: 7.36px;
}
.keyword-tag {
    font-size: 13.82px;
    text-decoration: none;
    background: #ffffff;
    padding: 3.57px 15.12px;
    border-radius: 7.17px;
    display: inline-block;
    border: 2px solid #000000;
    font-weight: 600;
    color: #000000 !important;
}
.keyword-tag:hover {
    color: #ffffff !important;
    background: #000000;
}
.end-section {
    color: #000000;
    background: #fff;
    border-top: 2px solid #000000;
    text-align: center;
    font-weight: 600;
    font-size: 14.61px;
    padding: 41.95px 0;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
