
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    line-height: 1.63;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text);
    text-size-adjust: 100%;
    background: #ffffff;
}
.wrapper {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20.09px;
}
.nav-wrap {
    border-bottom: 2px solid #000000;
    padding: 23.08px 0;
    margin-bottom: 39.55px;
    background: #ffffff;
}
.brand-mark {
    font-size: 23.61px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
}
.primary-nav {
    gap: 25.28px;
    display: flex;
}
.primary-nav a {
    text-transform: uppercase;
    font-size: 13.47px;
    color: #000000 !important;
    text-decoration: none;
    font-weight: 700;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.layout-grid {
    display: grid;
    margin-bottom: 82.15px;
    grid-template-columns: 1fr 300px;
    gap: 60.91px;
}
.main-post {
    background: #ffffff;
    padding: 47.84px;
    border-radius: 12.17px;
    border: 2px solid #000000;
}
.content-area {
    color: #000000;
    font-size: 18.41px;
    line-height: 1.8;
}
.content-area a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.info-panel {
    position: sticky;
    top: 40px;
}
.widget-box {
    border: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 30.73px;
    border-radius: 10.16px;
    padding: 25.99px;
}
.box-title {
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    font-size: 20.1px;
    margin-bottom: 22.85px;
    color: #000000;
    font-weight: 800;
    padding-bottom: 11.84px;
}
.stream, .date-index {
    list-style: none;
    padding: 0;
}
.stream li {
    margin-bottom: 8.78px;
    padding-bottom: 8.87px;
    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;
}
.date-index a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.date-index a:hover {
    text-decoration: underline;
}
.tag-area {
    gap: 8.54px;
    display: flex;
    flex-wrap: wrap;
}
.topic-chip {
    color: #000000 !important;
    border: 2px solid #000000;
    border-radius: 7.36px;
    display: inline-block;
    padding: 6.81px 15.98px;
    text-decoration: none;
    font-size: 12.24px;
    font-weight: 600;
    background: #ffffff;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.ground {
    color: #000000;
    border-top: 2px solid #000000;
    font-weight: 600;
    text-align: center;
    padding: 37.53px 0;
    background: #fff;
    font-size: 13.88px;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
