
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
body {
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background: #ffffff;
    line-height: 1.64;
    color: var(--text);
    text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
}
.frame {
    padding: 0 20.59px;
    margin: 0 auto;
    max-width: 1200px;
}
.banner-area {
    padding: 25.28px 0;
    border-bottom: 2px solid #000000;
    margin-bottom: 42.68px;
    background: #ffffff;
}
.brand-mark {
    color: #000000;
    font-weight: 800;
    font-size: 23.51px;
    text-transform: uppercase;
    text-decoration: none;
}
.main-menu {
    display: flex;
    gap: 27.31px;
}
.main-menu a {
    text-decoration: none;
    color: #000000 !important;
    font-size: 14.3px;
    text-transform: uppercase;
    font-weight: 700;
}
.main-menu a:hover {
    opacity: 0.7;
}
.dual-panel {
    gap: 62.51px;
    grid-template-columns: 1fr 300px;
    display: grid;
    margin-bottom: 80.06px;
}
.feature-post {
    background: #ffffff;
    border-radius: 13.03px;
    border: 2px solid #000000;
    padding: 49.52px;
}
.read-area {
    font-size: 17.41px;
    color: #000000;
    line-height: 1.76;
}
.read-area a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.right-col {
    position: sticky;
    top: 40px;
}
.module {
    margin-bottom: 32.42px;
    background: #ffffff;
    padding: 21.63px;
    border-radius: 12.63px;
    border: 2px solid #000000;
}
.label {
    text-transform: uppercase;
    color: #000000;
    border-bottom: 2px solid #000000;
    padding-bottom: 7.66px;
    margin-bottom: 19.65px;
    font-size: 19.12px;
    font-weight: 800;
}
.stream, .month-list {
    list-style: none;
    padding: 0;
}
.stream li {
    margin-bottom: 8.44px;
    padding-bottom: 8.85px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.stream a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.stream a:hover {
    text-decoration: underline;
}
.month-list a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.month-list a:hover {
    text-decoration: underline;
}
.label-group {
    display: flex;
    flex-wrap: wrap;
    gap: 9.09px;
}
.label-item {
    text-decoration: none;
    display: inline-block;
    font-size: 13.22px;
    border-radius: 7.75px;
    font-weight: 600;
    padding: 3.85px 16.94px;
    background: #ffffff;
    border: 2px solid #000000;
    color: #000000 !important;
}
.label-item:hover {
    background: #000000;
    color: #ffffff !important;
}
.closing {
    padding: 41.12px 0;
    background: #fff;
    text-align: center;
    font-size: 14.52px;
    font-weight: 600;
    color: #000000;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .right-col {
    position: static;
} }
