
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #ffffff;
    -moz-text-size-adjust: 100%;
    line-height: 1.57;
    -ms-text-size-adjust: 100%;
    color: var(--text);
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
.wrapper {
    margin: 0 auto;
    padding: 0 21.02px;
    max-width: 1200px;
}
.nav-wrap {
    padding: 24.26px 0;
    border-bottom: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 41.69px;
}
.identity {
    font-size: 24.91px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000;
    font-weight: 800;
}
.primary-nav {
    gap: 24.38px;
    display: flex;
}
.primary-nav a {
    text-transform: uppercase;
    font-size: 13.71px;
    color: #000000 !important;
    font-weight: 700;
    text-decoration: none;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.two-col {
    margin-bottom: 77.48px;
    display: grid;
    gap: 61.87px;
    grid-template-columns: 1fr 300px;
}
.hero-post {
    padding: 49.37px;
    border-radius: 12.97px;
    background: #ffffff;
    border: 2px solid #000000;
}
.content-area {
    color: #000000;
    font-size: 17.73px;
    line-height: 1.78;
}
.content-area a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.secondary {
    top: 40px;
    position: sticky;
}
.panel-item {
    background: #ffffff;
    padding: 24.04px;
    border: 2px solid #000000;
    border-radius: 12.15px;
    margin-bottom: 30.2px;
}
.block-heading {
    text-transform: uppercase;
    font-size: 20.38px;
    border-bottom: 2px solid #000000;
    padding-bottom: 12.17px;
    color: #000000;
    font-weight: 800;
    margin-bottom: 21.23px;
}
.stream, .history-list {
    list-style: none;
    padding: 0;
}
.stream li {
    padding-bottom: 9.04px;
    margin-bottom: 9.57px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.stream a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.stream a:hover {
    text-decoration: underline;
}
.history-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.history-list a:hover {
    text-decoration: underline;
}
.term-cloud {
    display: flex;
    gap: 12.11px;
    flex-wrap: wrap;
}
.chip {
    border-radius: 9.49px;
    font-size: 12.85px;
    display: inline-block;
    border: 2px solid #000000;
    text-decoration: none;
    padding: 3.3px 15.38px;
    background: #ffffff;
    font-weight: 600;
    color: #000000 !important;
}
.chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.footer-bar {
    color: #000000;
    padding: 42.55px 0;
    font-weight: 600;
    text-align: center;
    border-top: 2px solid #000000;
    font-size: 13.46px;
    background: #fff;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
