
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
body {
    -ms-text-size-adjust: 100%;
    background: #ffffff;
    line-height: 1.56;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -moz-text-size-adjust: 100%;
    color: var(--text);
}
.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 18.65px;
}
.banner-area {
    margin-bottom: 37.89px;
    border-bottom: 2px solid #000000;
    background: #ffffff;
    padding: 26.04px 0;
}
.brand-mark {
    color: #000000;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 24.17px;
}
.nav-links {
    display: flex;
    gap: 25.75px;
}
.nav-links a {
    font-size: 13.43px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    color: #000000 !important;
}
.nav-links a:hover {
    opacity: 0.7;
}
.dual-panel {
    margin-bottom: 78.78px;
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 58.15px;
}
.lead-article {
    padding: 48.77px;
    border-radius: 11.42px;
    background: #ffffff;
    border: 2px solid #000000;
}
.post-body {
    color: #000000;
    line-height: 1.79;
    font-size: 18.76px;
}
.post-body a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.aside-col {
    position: sticky;
    top: 40px;
}
.side-block {
    border: 2px solid #000000;
    padding: 24.02px;
    background: #ffffff;
    margin-bottom: 27.67px;
    border-radius: 11.95px;
}
.section-head {
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    padding-bottom: 8.86px;
    margin-bottom: 22.64px;
    font-weight: 800;
    color: #000000;
    font-size: 20.71px;
}
.stream, .date-index {
    list-style: none;
    padding: 0;
}
.stream li {
    margin-bottom: 11.69px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 9.68px;
}
.stream a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.stream a:hover {
    text-decoration: underline;
}
.date-index a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.date-index a:hover {
    text-decoration: underline;
}
.keyword-wrap {
    display: flex;
    gap: 7.5px;
    flex-wrap: wrap;
}
.label-item {
    color: #000000 !important;
    border: 2px solid #000000;
    border-radius: 7.41px;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    font-size: 13.37px;
    background: #ffffff;
    padding: 4.78px 11.13px;
}
.label-item:hover {
    color: #ffffff !important;
    background: #000000;
}
.closing {
    color: #000000;
    font-size: 13.5px;
    font-weight: 600;
    background: #fff;
    padding: 38.86px 0;
    text-align: center;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .aside-col {
    position: static;
} }
