
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    color: var(--text);
    background: #ffffff;
    -ms-text-size-adjust: 100%;
    line-height: 1.6;
}
.content-wrap {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 17.31px;
}
.page-top {
    background: #ffffff;
    margin-bottom: 42.59px;
    padding: 22.25px 0;
    border-bottom: 2px solid #000000;
}
.brand-mark {
    color: #000000;
    font-size: 24.6px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 800;
}
.top-menu {
    gap: 27.5px;
    display: flex;
}
.top-menu a {
    font-weight: 700;
    text-decoration: none;
    color: #000000 !important;
    font-size: 13.73px;
    text-transform: uppercase;
}
.top-menu a:hover {
    opacity: 0.7;
}
.layout-grid {
    margin-bottom: 82.41px;
    grid-template-columns: 1fr 300px;
    display: grid;
    gap: 58.02px;
}
.main-post {
    background: #ffffff;
    border: 2px solid #000000;
    padding: 49.29px;
    border-radius: 12px;
}
.post-body {
    line-height: 1.75;
    font-size: 17.36px;
    color: #000000;
}
.post-body a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.secondary {
    position: sticky;
    top: 40px;
}
.module {
    padding: 26.54px;
    margin-bottom: 32.77px;
    border-radius: 12.92px;
    border: 2px solid #000000;
    background: #ffffff;
}
.box-title {
    font-weight: 800;
    margin-bottom: 17.24px;
    padding-bottom: 11.56px;
    text-transform: uppercase;
    color: #000000;
    font-size: 19.87px;
    border-bottom: 2px solid #000000;
}
.stream, .date-index {
    list-style: none;
    padding: 0;
}
.stream li {
    padding-bottom: 11.63px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 12.42px;
}
.stream a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.stream a:hover {
    text-decoration: underline;
}
.date-index a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.date-index a:hover {
    text-decoration: underline;
}
.topic-list {
    display: flex;
    gap: 12.58px;
    flex-wrap: wrap;
}
.topic-chip {
    color: #000000 !important;
    border-radius: 7.42px;
    text-decoration: none;
    font-size: 12.85px;
    font-weight: 600;
    border: 2px solid #000000;
    padding: 8.85px 13.82px;
    background: #ffffff;
    display: inline-block;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.end-section {
    background: #fff;
    color: #000000;
    padding: 37.53px 0;
    font-weight: 600;
    border-top: 2px solid #000000;
    text-align: center;
    font-size: 14.58px;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
