
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    color: var(--text);
    background: #ffffff;
    -ms-text-size-adjust: 100%;
    line-height: 1.63;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.frame {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 17.24px;
}
.banner-area {
    margin-bottom: 38px;
    border-bottom: 2px solid #000000;
    padding: 23.41px 0;
    background: #ffffff;
}
.brand-link {
    color: #000000;
    font-size: 24.93px;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
}
.main-menu {
    gap: 22.14px;
    display: flex;
}
.main-menu a {
    font-size: 14.61px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000 !important;
    text-decoration: none;
}
.main-menu a:hover {
    opacity: 0.7;
}
.content-grid {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 58.34px;
    margin-bottom: 78.46px;
}
.feature-post {
    padding: 49.67px;
    border: 2px solid #000000;
    border-radius: 13.84px;
    background: #ffffff;
}
.post-body {
    line-height: 1.79;
    color: #000000;
    font-size: 18.2px;
}
.post-body a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.secondary {
    position: sticky;
    top: 40px;
}
.panel-item {
    margin-bottom: 30.9px;
    border-radius: 13.08px;
    border: 2px solid #000000;
    padding: 24.31px;
    background: #ffffff;
}
.box-title {
    font-weight: 800;
    padding-bottom: 10.51px;
    margin-bottom: 20.95px;
    text-transform: uppercase;
    color: #000000;
    border-bottom: 2px solid #000000;
    font-size: 20.91px;
}
.stream, .history-list {
    list-style: none;
    padding: 0;
}
.stream li {
    margin-bottom: 7.19px;
    padding-bottom: 11.23px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.stream a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.stream a:hover {
    text-decoration: underline;
}
.history-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.history-list a:hover {
    text-decoration: underline;
}
.topic-list {
    gap: 11.68px;
    display: flex;
    flex-wrap: wrap;
}
.chip {
    font-size: 13.42px;
    border: 2px solid #000000;
    text-decoration: none;
    padding: 5.52px 12.06px;
    font-weight: 600;
    display: inline-block;
    border-radius: 8.21px;
    color: #000000 !important;
    background: #ffffff;
}
.chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    padding: 40.67px 0;
    border-top: 2px solid #000000;
    font-weight: 600;
    background: #fff;
    font-size: 15px;
    color: #000000;
    text-align: center;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
