
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
body {
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
    color: var(--text);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    line-height: 1.58;
    background: #ffffff;
}
.page-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20.7px;
}
.top-bar {
    padding: 27.12px 0;
    background: #ffffff;
    margin-bottom: 42.02px;
    border-bottom: 2px solid #000000;
}
.home-brand {
    color: #000000;
    font-size: 24.75px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
}
.main-menu {
    gap: 24.46px;
    display: flex;
}
.main-menu a {
    text-transform: uppercase;
    color: #000000 !important;
    font-weight: 700;
    text-decoration: none;
    font-size: 13.78px;
}
.main-menu a:hover {
    opacity: 0.7;
}
.layout-grid {
    margin-bottom: 77.71px;
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 61.82px;
}
.primary-content {
    padding: 45.82px;
    border-radius: 12.06px;
    border: 2px solid #000000;
    background: #ffffff;
}
.post-body {
    color: #000000;
    font-size: 17.67px;
    line-height: 1.76;
}
.post-body a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.right-col {
    top: 40px;
    position: sticky;
}
.side-block {
    background: #ffffff;
    margin-bottom: 31.97px;
    border-radius: 10.71px;
    border: 2px solid #000000;
    padding: 25.37px;
}
.box-title {
    text-transform: uppercase;
    color: #000000;
    padding-bottom: 8.94px;
    margin-bottom: 18.02px;
    font-size: 19.78px;
    font-weight: 800;
    border-bottom: 2px solid #000000;
}
.stream, .date-index {
    padding: 0;
    list-style: none;
}
.stream li {
    margin-bottom: 11.38px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 10.27px;
}
.stream a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.stream a:hover {
    text-decoration: underline;
}
.date-index a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.date-index a:hover {
    text-decoration: underline;
}
.topic-list {
    display: flex;
    gap: 11.62px;
    flex-wrap: wrap;
}
.topic-chip {
    display: inline-block;
    border-radius: 8.53px;
    text-decoration: none;
    border: 2px solid #000000;
    padding: 7.75px 17px;
    color: #000000 !important;
    background: #ffffff;
    font-size: 12.51px;
    font-weight: 600;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.footer-bar {
    background: #fff;
    color: #000000;
    text-align: center;
    font-size: 13.63px;
    font-weight: 600;
    padding: 39.69px 0;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .right-col {
    position: static;
} }
