
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text);
    -moz-text-size-adjust: 100%;
    line-height: 1.64;
    text-size-adjust: 100%;
    background: #ffffff;
}
.inner {
    max-width: 1200px;
    padding: 0 22.49px;
    margin: 0 auto;
}
.main-header {
    border-bottom: 2px solid #000000;
    margin-bottom: 42px;
    padding: 26.43px 0;
    background: #ffffff;
}
.brand-link {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 23.34px;
    text-decoration: none;
    color: #000000;
}
.main-menu {
    gap: 22.6px;
    display: flex;
}
.main-menu a {
    text-transform: uppercase;
    font-size: 13.26px;
    font-weight: 700;
    color: #000000 !important;
    text-decoration: none;
}
.main-menu a:hover {
    opacity: 0.7;
}
.page-grid {
    gap: 58.44px;
    display: grid;
    margin-bottom: 81.31px;
    grid-template-columns: 1fr 300px;
}
.main-post {
    border-radius: 13.08px;
    background: #ffffff;
    border: 2px solid #000000;
    padding: 50.71px;
}
.content-area {
    line-height: 1.84;
    font-size: 18.53px;
    color: #000000;
}
.content-area a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.widget-box {
    background: #ffffff;
    margin-bottom: 27.51px;
    border-radius: 11.62px;
    border: 2px solid #000000;
    padding: 22.87px;
}
.section-head {
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    margin-bottom: 22.11px;
    font-size: 19.83px;
    font-weight: 800;
    color: #000000;
    padding-bottom: 10.02px;
}
.stream, .date-index {
    list-style: none;
    padding: 0;
}
.stream li {
    margin-bottom: 8.22px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 8.53px;
}
.stream a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.stream a:hover {
    text-decoration: underline;
}
.date-index a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.date-index a:hover {
    text-decoration: underline;
}
.label-group {
    gap: 7.9px;
    flex-wrap: wrap;
    display: flex;
}
.topic-chip {
    color: #000000 !important;
    font-weight: 600;
    border-radius: 9.64px;
    border: 2px solid #000000;
    text-decoration: none;
    padding: 4.93px 13.43px;
    background: #ffffff;
    display: inline-block;
    font-size: 12.45px;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.ground {
    border-top: 2px solid #000000;
    text-align: center;
    font-size: 14.23px;
    color: #000000;
    padding: 38.44px 0;
    font-weight: 600;
    background: #fff;
}
@media (max-width: 900px) { .page-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
