
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    color: var(--text);
    line-height: 1.61;
    background: #ffffff;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
.frame {
    max-width: 1200px;
    padding: 0 21.91px;
    margin: 0 auto;
}
.top-bar {
    border-bottom: 2px solid #000000;
    padding: 25.8px 0;
    margin-bottom: 39.05px;
    background: #ffffff;
}
.identity {
    font-weight: 800;
    text-decoration: none;
    font-size: 23.34px;
    color: #000000;
    text-transform: uppercase;
}
.primary-nav {
    display: flex;
    gap: 23.46px;
}
.primary-nav a {
    font-size: 14.67px;
    color: #000000 !important;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.two-col {
    margin-bottom: 81.66px;
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 60.35px;
}
.main-post {
    border-radius: 11.65px;
    padding: 47.41px;
    background: #ffffff;
    border: 2px solid #000000;
}
.main-text {
    font-size: 18.65px;
    line-height: 1.79;
    color: #000000;
}
.main-text a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.rail {
    position: sticky;
    top: 40px;
}
.side-block {
    border: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 32.07px;
    border-radius: 13.02px;
    padding: 22.14px;
}
.module-head {
    font-weight: 800;
    font-size: 20.58px;
    text-transform: uppercase;
    color: #000000;
    border-bottom: 2px solid #000000;
    margin-bottom: 17.56px;
    padding-bottom: 9.3px;
}
.stream, .month-list {
    padding: 0;
    list-style: none;
}
.stream li {
    margin-bottom: 10.09px;
    padding-bottom: 12.22px;
    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;
}
.month-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.month-list a:hover {
    text-decoration: underline;
}
.chip-group {
    gap: 12.16px;
    display: flex;
    flex-wrap: wrap;
}
.topic-chip {
    font-weight: 600;
    border-radius: 8.77px;
    display: inline-block;
    border: 2px solid #000000;
    padding: 3px 13.4px;
    color: #000000 !important;
    font-size: 12.88px;
    text-decoration: none;
    background: #ffffff;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    color: #000000;
    padding: 39.54px 0;
    text-align: center;
    border-top: 2px solid #000000;
    font-size: 14px;
    font-weight: 600;
    background: #fff;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .rail {
    position: static;
} }
