
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    line-height: 1.6;
    text-size-adjust: 100%;
    color: var(--text);
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    background: #ffffff;
}
.inner {
    max-width: 1200px;
    padding: 0 20.69px;
    margin: 0 auto;
}
.head-section {
    background: #ffffff;
    border-bottom: 2px solid #000000;
    margin-bottom: 37.49px;
    padding: 26.19px 0;
}
.wordmark {
    font-size: 23.41px;
    text-decoration: none;
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
}
.primary-nav {
    gap: 25.86px;
    display: flex;
}
.primary-nav a {
    color: #000000 !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14.49px;
    text-decoration: none;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.content-grid {
    display: grid;
    gap: 61.99px;
    margin-bottom: 79.1px;
    grid-template-columns: 1fr 300px;
}
.top-story {
    padding: 50.57px;
    border: 2px solid #000000;
    border-radius: 12.82px;
    background: #ffffff;
}
.post-body {
    line-height: 1.76;
    font-size: 18.58px;
    color: #000000;
}
.post-body a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.right-col {
    top: 40px;
    position: sticky;
}
.panel-item {
    padding: 25.59px;
    border-radius: 10.01px;
    border: 2px solid #000000;
    margin-bottom: 32.53px;
    background: #ffffff;
}
.box-title {
    padding-bottom: 7.68px;
    color: #000000;
    font-size: 19.15px;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    margin-bottom: 21.54px;
    font-weight: 800;
}
.stream, .date-index {
    list-style: none;
    padding: 0;
}
.stream li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 8.58px;
    padding-bottom: 11.35px;
}
.stream a {
    text-decoration: none;
    font-weight: 600;
    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 {
    flex-wrap: wrap;
    display: flex;
    gap: 7.17px;
}
.keyword-tag {
    font-weight: 600;
    padding: 7.31px 11.53px;
    display: inline-block;
    color: #000000 !important;
    font-size: 13.26px;
    border: 2px solid #000000;
    text-decoration: none;
    border-radius: 6.94px;
    background: #ffffff;
}
.keyword-tag:hover {
    color: #ffffff !important;
    background: #000000;
}
.footer-bar {
    font-weight: 600;
    background: #fff;
    text-align: center;
    border-top: 2px solid #000000;
    color: #000000;
    padding: 39.77px 0;
    font-size: 14.19px;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .right-col {
    position: static;
} }
