
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    color: var(--text);
    line-height: 1.6;
    -ms-text-size-adjust: 100%;
    background: #ffffff;
    text-size-adjust: 100%;
}
.page-wrap {
    margin: 0 auto;
    padding: 0 20.38px;
    max-width: 1200px;
}
.nav-wrap {
    background: #ffffff;
    border-bottom: 2px solid #000000;
    margin-bottom: 40.52px;
    padding: 23.4px 0;
}
.logo-text {
    font-size: 23.28px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    color: #000000;
}
.primary-nav {
    display: flex;
    gap: 24.33px;
}
.primary-nav a {
    font-size: 14.97px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000 !important;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.layout-grid {
    grid-template-columns: 1fr 300px;
    gap: 62.56px;
    margin-bottom: 82.26px;
    display: grid;
}
.primary-content {
    border: 2px solid #000000;
    padding: 49.92px;
    background: #ffffff;
    border-radius: 11.96px;
}
.read-area {
    line-height: 1.83;
    font-size: 17.69px;
    color: #000000;
}
.read-area a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.widget-box {
    margin-bottom: 29.64px;
    border-radius: 13.7px;
    padding: 22.64px;
    background: #ffffff;
    border: 2px solid #000000;
}
.block-heading {
    padding-bottom: 10.34px;
    font-size: 19.44px;
    text-transform: uppercase;
    color: #000000;
    border-bottom: 2px solid #000000;
    font-weight: 800;
    margin-bottom: 18.33px;
}
.stream, .past-entries {
    padding: 0;
    list-style: none;
}
.stream li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 7.12px;
    margin-bottom: 10.87px;
}
.stream a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.stream a:hover {
    text-decoration: underline;
}
.past-entries a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.past-entries a:hover {
    text-decoration: underline;
}
.topic-list {
    gap: 10.09px;
    flex-wrap: wrap;
    display: flex;
}
.topic-chip {
    border-radius: 8.08px;
    background: #ffffff;
    display: inline-block;
    padding: 6.94px 12.31px;
    color: #000000 !important;
    text-decoration: none;
    border: 2px solid #000000;
    font-size: 13.29px;
    font-weight: 600;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.ground {
    text-align: center;
    padding: 38.83px 0;
    color: #000000;
    border-top: 2px solid #000000;
    background: #fff;
    font-size: 13.31px;
    font-weight: 600;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
