
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    -ms-text-size-adjust: 100%;
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
    line-height: 1.56;
    color: var(--text);
}
.page-wrap {
    margin: 0 auto;
    padding: 0 21.66px;
    max-width: 1200px;
}
.page-top {
    border-bottom: 2px solid #000000;
    padding: 25.23px 0;
    margin-bottom: 42.23px;
    background: #ffffff;
}
.brand-mark {
    color: #000000;
    text-decoration: none;
    font-weight: 800;
    font-size: 23.73px;
    text-transform: uppercase;
}
.primary-nav {
    display: flex;
    gap: 25.15px;
}
.primary-nav a {
    text-transform: uppercase;
    font-size: 13.53px;
    text-decoration: none;
    color: #000000 !important;
    font-weight: 700;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.dual-panel {
    grid-template-columns: 1fr 300px;
    gap: 59.47px;
    display: grid;
    margin-bottom: 79.01px;
}
.main-post {
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 11.98px;
    padding: 49.05px;
}
.post-body {
    line-height: 1.8;
    font-size: 18.13px;
    color: #000000;
}
.post-body a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.widget-box {
    border: 2px solid #000000;
    border-radius: 10.78px;
    padding: 23.54px;
    background: #ffffff;
    margin-bottom: 31.61px;
}
.block-heading {
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    font-weight: 800;
    margin-bottom: 20.69px;
    font-size: 19.29px;
    padding-bottom: 7.62px;
    color: #000000;
}
.stream, .history-list {
    list-style: none;
    padding: 0;
}
.stream li {
    padding-bottom: 7.44px;
    margin-bottom: 9.32px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.stream a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.stream a:hover {
    text-decoration: underline;
}
.history-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.history-list a:hover {
    text-decoration: underline;
}
.topic-list {
    flex-wrap: wrap;
    gap: 9.22px;
    display: flex;
}
.chip {
    font-weight: 600;
    background: #ffffff;
    border-radius: 6.23px;
    color: #000000 !important;
    font-size: 13.56px;
    display: inline-block;
    border: 2px solid #000000;
    text-decoration: none;
    padding: 7px 12.93px;
}
.chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.end-section {
    background: #fff;
    font-weight: 600;
    font-size: 13.56px;
    padding: 40.93px 0;
    color: #000000;
    text-align: center;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
