
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
body {
    -ms-text-size-adjust: 100%;
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -moz-text-size-adjust: 100%;
    line-height: 1.58;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: var(--text);
}
.inner {
    margin: 0 auto;
    padding: 0 21.43px;
    max-width: 1200px;
}
.nav-wrap {
    margin-bottom: 40.58px;
    background: #ffffff;
    border-bottom: 2px solid #000000;
    padding: 24.31px 0;
}
.brand-link {
    color: #000000;
    text-decoration: none;
    font-size: 23.21px;
    text-transform: uppercase;
    font-weight: 800;
}
.primary-nav {
    gap: 25.63px;
    display: flex;
}
.primary-nav a {
    font-size: 14.77px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    color: #000000 !important;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.layout-grid {
    gap: 60.61px;
    display: grid;
    grid-template-columns: 1fr 300px;
    margin-bottom: 78.76px;
}
.main-post {
    background: #ffffff;
    padding: 46.97px;
    border: 2px solid #000000;
    border-radius: 12.33px;
}
.content-area {
    line-height: 1.78;
    font-size: 17.27px;
    color: #000000;
}
.content-area a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.info-panel {
    position: sticky;
    top: 40px;
}
.widget-box {
    margin-bottom: 31.15px;
    padding: 21.94px;
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 13.09px;
}
.block-heading {
    margin-bottom: 21.41px;
    text-transform: uppercase;
    padding-bottom: 12.19px;
    font-size: 19.34px;
    font-weight: 800;
    border-bottom: 2px solid #000000;
    color: #000000;
}
.stream, .history-list {
    padding: 0;
    list-style: none;
}
.stream li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 7.67px;
    padding-bottom: 7.73px;
}
.stream a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.stream a:hover {
    text-decoration: underline;
}
.history-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.history-list a:hover {
    text-decoration: underline;
}
.topic-list {
    display: flex;
    gap: 12.03px;
    flex-wrap: wrap;
}
.term-badge {
    border: 2px solid #000000;
    font-weight: 600;
    text-decoration: none;
    padding: 6.41px 16.86px;
    background: #ffffff;
    border-radius: 8.22px;
    font-size: 12.58px;
    display: inline-block;
    color: #000000 !important;
}
.term-badge:hover {
    background: #000000;
    color: #ffffff !important;
}
.base-bar {
    background: #fff;
    font-size: 13.39px;
    font-weight: 600;
    text-align: center;
    color: #000000;
    border-top: 2px solid #000000;
    padding: 42.62px 0;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
