
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    color: var(--text);
    text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background: #ffffff;
    line-height: 1.65;
}
.page-wrap {
    padding: 0 21.61px;
    max-width: 1200px;
    margin: 0 auto;
}
.nav-wrap {
    background: #ffffff;
    border-bottom: 2px solid #000000;
    padding: 26.08px 0;
    margin-bottom: 37.51px;
}
.brand-link {
    font-weight: 800;
    text-transform: uppercase;
    color: #000000;
    font-size: 24.23px;
    text-decoration: none;
}
.nav-bar {
    display: flex;
    gap: 25.48px;
}
.nav-bar a {
    color: #000000 !important;
    font-weight: 700;
    font-size: 13.09px;
    text-decoration: none;
    text-transform: uppercase;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.dual-panel {
    gap: 60.75px;
    display: grid;
    grid-template-columns: 1fr 300px;
    margin-bottom: 79.28px;
}
.main-post {
    border-radius: 12.21px;
    background: #ffffff;
    padding: 50.11px;
    border: 2px solid #000000;
}
.main-text {
    color: #000000;
    font-size: 17.28px;
    line-height: 1.75;
}
.main-text a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.rail {
    position: sticky;
    top: 40px;
}
.module {
    margin-bottom: 28.64px;
    background: #ffffff;
    padding: 25.56px;
    border-radius: 11.77px;
    border: 2px solid #000000;
}
.block-heading {
    border-bottom: 2px solid #000000;
    color: #000000;
    margin-bottom: 17.57px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 20px;
    padding-bottom: 7.24px;
}
.stream, .history-list {
    padding: 0;
    list-style: none;
}
.stream li {
    margin-bottom: 9.17px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 11.63px;
}
.stream a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.stream a:hover {
    text-decoration: underline;
}
.history-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.history-list a:hover {
    text-decoration: underline;
}
.keyword-wrap {
    flex-wrap: wrap;
    display: flex;
    gap: 7.14px;
}
.topic-chip {
    border: 2px solid #000000;
    text-decoration: none;
    font-size: 12.33px;
    background: #ffffff;
    border-radius: 6.43px;
    padding: 5.3px 14.8px;
    display: inline-block;
    color: #000000 !important;
    font-weight: 600;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.base-bar {
    color: #000000;
    font-weight: 600;
    padding: 40.45px 0;
    font-size: 14.26px;
    border-top: 2px solid #000000;
    text-align: center;
    background: #fff;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .rail {
    position: static;
} }
