
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: var(--text);
    line-height: 1.62;
}
.inner {
    padding: 0 19.05px;
    margin: 0 auto;
    max-width: 1200px;
}
.page-top {
    margin-bottom: 38.37px;
    padding: 25.76px 0;
    border-bottom: 2px solid #000000;
    background: #ffffff;
}
.brand-mark {
    text-transform: uppercase;
    font-size: 23.09px;
    font-weight: 800;
    text-decoration: none;
    color: #000000;
}
.top-menu {
    display: flex;
    gap: 25.93px;
}
.top-menu a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13.08px;
    font-weight: 700;
    color: #000000 !important;
}
.top-menu a:hover {
    opacity: 0.7;
}
.content-grid {
    display: grid;
    gap: 58.84px;
    margin-bottom: 80.18px;
    grid-template-columns: 1fr 300px;
}
.feature-post {
    border-radius: 11.62px;
    background: #ffffff;
    border: 2px solid #000000;
    padding: 46.19px;
}
.main-text {
    line-height: 1.79;
    color: #000000;
    font-size: 18.53px;
}
.main-text a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.widget-box {
    border-radius: 12.13px;
    background: #ffffff;
    border: 2px solid #000000;
    padding: 26.8px;
    margin-bottom: 32.99px;
}
.section-head {
    margin-bottom: 21.94px;
    color: #000000;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    font-weight: 800;
    padding-bottom: 10.41px;
    font-size: 20.05px;
}
.stream, .past-entries {
    padding: 0;
    list-style: none;
}
.stream li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 12.32px;
    padding-bottom: 9.39px;
}
.stream a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.stream a:hover {
    text-decoration: underline;
}
.past-entries a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.past-entries a:hover {
    text-decoration: underline;
}
.tag-area {
    gap: 7.9px;
    display: flex;
    flex-wrap: wrap;
}
.topic-chip {
    font-size: 12.6px;
    font-weight: 600;
    border: 2px solid #000000;
    display: inline-block;
    border-radius: 9.46px;
    padding: 8.14px 14.12px;
    text-decoration: none;
    background: #ffffff;
    color: #000000 !important;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.base-bar {
    text-align: center;
    background: #fff;
    font-size: 14.91px;
    color: #000000;
    font-weight: 600;
    padding: 39.74px 0;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
