
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    color: var(--text);
    background: #ffffff;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.55;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
.shell {
    padding: 0 22.91px;
    max-width: 1200px;
    margin: 0 auto;
}
.head-section {
    border-bottom: 2px solid #000000;
    margin-bottom: 41.23px;
    padding: 25.01px 0;
    background: #ffffff;
}
.logo-text {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 23.85px;
    color: #000000;
}
.main-menu {
    gap: 22.06px;
    display: flex;
}
.main-menu a {
    font-size: 13.14px;
    color: #000000 !important;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
}
.main-menu a:hover {
    opacity: 0.7;
}
.layout-grid {
    display: grid;
    gap: 57.34px;
    margin-bottom: 82.54px;
    grid-template-columns: 1fr 300px;
}
.primary-content {
    border: 2px solid #000000;
    border-radius: 13.61px;
    background: #ffffff;
    padding: 47px;
}
.main-text {
    color: #000000;
    line-height: 1.79;
    font-size: 17.36px;
}
.main-text a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.side-block {
    background: #ffffff;
    padding: 22.13px;
    border-radius: 12.88px;
    margin-bottom: 32.67px;
    border: 2px solid #000000;
}
.block-heading {
    margin-bottom: 17.65px;
    text-transform: uppercase;
    padding-bottom: 9.5px;
    font-weight: 800;
    font-size: 19.96px;
    border-bottom: 2px solid #000000;
    color: #000000;
}
.stream, .month-list {
    list-style: none;
    padding: 0;
}
.stream li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 12.42px;
    padding-bottom: 8.23px;
}
.stream a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.stream a:hover {
    text-decoration: underline;
}
.month-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.month-list a:hover {
    text-decoration: underline;
}
.term-cloud {
    flex-wrap: wrap;
    display: flex;
    gap: 8.91px;
}
.keyword-tag {
    font-size: 12.65px;
    padding: 7.39px 15.03px;
    color: #000000 !important;
    border: 2px solid #000000;
    font-weight: 600;
    text-decoration: none;
    background: #ffffff;
    display: inline-block;
    border-radius: 9.53px;
}
.keyword-tag:hover {
    color: #ffffff !important;
    background: #000000;
}
.footer-bar {
    border-top: 2px solid #000000;
    font-weight: 600;
    font-size: 13.62px;
    background: #fff;
    padding: 42.62px 0;
    color: #000000;
    text-align: center;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
