
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    line-height: 1.59;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background: #ffffff;
    color: var(--text);
    -moz-text-size-adjust: 100%;
}
.wrapper {
    padding: 0 18.94px;
    max-width: 1200px;
    margin: 0 auto;
}
.banner-area {
    border-bottom: 2px solid #000000;
    margin-bottom: 37.51px;
    background: #ffffff;
    padding: 27.69px 0;
}
.brand-link {
    text-decoration: none;
    font-size: 23.9px;
    text-transform: uppercase;
    font-weight: 800;
    color: #000000;
}
.top-menu {
    display: flex;
    gap: 25.41px;
}
.top-menu a {
    text-decoration: none;
    text-transform: uppercase;
    color: #000000 !important;
    font-size: 14.11px;
    font-weight: 700;
}
.top-menu a:hover {
    opacity: 0.7;
}
.content-grid {
    display: grid;
    margin-bottom: 79.58px;
    grid-template-columns: 1fr 300px;
    gap: 57.2px;
}
.main-post {
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 12.13px;
    padding: 50.52px;
}
.post-body {
    color: #000000;
    line-height: 1.78;
    font-size: 18.61px;
}
.post-body a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.module {
    border: 2px solid #000000;
    margin-bottom: 27.43px;
    background: #ffffff;
    padding: 25.36px;
    border-radius: 13.83px;
}
.block-heading {
    font-size: 19.09px;
    padding-bottom: 11.02px;
    margin-bottom: 22.32px;
    font-weight: 800;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    color: #000000;
}
.stream, .month-list {
    list-style: none;
    padding: 0;
}
.stream li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 12.76px;
    margin-bottom: 9.93px;
}
.stream a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.stream a:hover {
    text-decoration: underline;
}
.month-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.month-list a:hover {
    text-decoration: underline;
}
.topic-list {
    gap: 12.77px;
    flex-wrap: wrap;
    display: flex;
}
.label-item {
    padding: 3.14px 16.72px;
    font-weight: 600;
    border: 2px solid #000000;
    font-size: 12.78px;
    border-radius: 8.55px;
    display: inline-block;
    text-decoration: none;
    background: #ffffff;
    color: #000000 !important;
}
.label-item:hover {
    color: #ffffff !important;
    background: #000000;
}
.base-bar {
    background: #fff;
    font-size: 13.01px;
    text-align: center;
    font-weight: 600;
    padding: 37.15px 0;
    border-top: 2px solid #000000;
    color: #000000;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
