
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
body {
    -webkit-text-size-adjust: 100%;
    line-height: 1.61;
    text-size-adjust: 100%;
    color: var(--text);
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    background: #ffffff;
}
.frame {
    max-width: 1200px;
    padding: 0 19.94px;
    margin: 0 auto;
}
.top-bar {
    background: #ffffff;
    border-bottom: 2px solid #000000;
    margin-bottom: 42.49px;
    padding: 22.25px 0;
}
.brand-link {
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 23.18px;
    color: #000000;
}
.nav-bar {
    display: flex;
    gap: 22.45px;
}
.nav-bar a {
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000 !important;
    font-size: 13.2px;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.two-col {
    display: grid;
    gap: 62.55px;
    margin-bottom: 81.18px;
    grid-template-columns: 1fr 300px;
}
.feature-post {
    border-radius: 10.51px;
    padding: 45.38px;
    border: 2px solid #000000;
    background: #ffffff;
}
.body-copy {
    font-size: 17.62px;
    color: #000000;
    line-height: 1.76;
}
.body-copy a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.info-panel {
    position: sticky;
    top: 40px;
}
.widget-box {
    border-radius: 13.71px;
    padding: 22.87px;
    border: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 32.07px;
}
.panel-title {
    padding-bottom: 12.71px;
    font-size: 20.31px;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    margin-bottom: 17.98px;
    color: #000000;
    font-weight: 800;
}
.stream, .history-list {
    padding: 0;
    list-style: none;
}
.stream li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 7.03px;
    padding-bottom: 10.76px;
}
.stream a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.stream a:hover {
    text-decoration: underline;
}
.history-list a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.history-list a:hover {
    text-decoration: underline;
}
.keyword-wrap {
    gap: 9.5px;
    flex-wrap: wrap;
    display: flex;
}
.keyword-tag {
    text-decoration: none;
    padding: 8.61px 15.82px;
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 7.88px;
    font-size: 13.72px;
    font-weight: 600;
    display: inline-block;
    color: #000000 !important;
}
.keyword-tag:hover {
    background: #000000;
    color: #ffffff !important;
}
.closing {
    background: #fff;
    font-weight: 600;
    text-align: center;
    border-top: 2px solid #000000;
    font-size: 13.51px;
    padding: 39.17px 0;
    color: #000000;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
