
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.62;
    -ms-text-size-adjust: 100%;
    color: var(--text);
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background: #ffffff;
}
.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 17.16px;
}
.page-top {
    padding: 22.06px 0;
    background: #ffffff;
    margin-bottom: 39.78px;
    border-bottom: 2px solid #000000;
}
.brand-mark {
    font-size: 24.97px;
    font-weight: 800;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
}
.primary-nav {
    gap: 26.84px;
    display: flex;
}
.primary-nav a {
    font-weight: 700;
    font-size: 13.78px;
    color: #000000 !important;
    text-decoration: none;
    text-transform: uppercase;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.content-grid {
    gap: 59.37px;
    grid-template-columns: 1fr 300px;
    margin-bottom: 77.86px;
    display: grid;
}
.hero-post {
    border: 2px solid #000000;
    border-radius: 12.5px;
    padding: 48.49px;
    background: #ffffff;
}
.post-body {
    font-size: 17.04px;
    color: #000000;
    line-height: 1.82;
}
.post-body a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.info-panel {
    top: 40px;
    position: sticky;
}
.widget-box {
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 12.19px;
    margin-bottom: 31.41px;
    padding: 25.36px;
}
.block-heading {
    text-transform: uppercase;
    padding-bottom: 10.37px;
    margin-bottom: 17.85px;
    color: #000000;
    font-size: 19.57px;
    font-weight: 800;
    border-bottom: 2px solid #000000;
}
.stream, .log-list {
    list-style: none;
    padding: 0;
}
.stream li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 11.6px;
    margin-bottom: 11.3px;
}
.stream a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.stream a:hover {
    text-decoration: underline;
}
.log-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.log-list a:hover {
    text-decoration: underline;
}
.chip-group {
    display: flex;
    gap: 10.73px;
    flex-wrap: wrap;
}
.topic-chip {
    border: 2px solid #000000;
    border-radius: 8.62px;
    color: #000000 !important;
    padding: 8.98px 12.67px;
    font-size: 12.83px;
    text-decoration: none;
    display: inline-block;
    background: #ffffff;
    font-weight: 600;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.footer-bar {
    padding: 39.38px 0;
    border-top: 2px solid #000000;
    font-size: 14.78px;
    color: #000000;
    text-align: center;
    background: #fff;
    font-weight: 600;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
