
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    line-height: 1.56;
    background: #ffffff;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    color: var(--text);
}
.inner {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 22.54px;
}
.page-top {
    padding: 27.46px 0;
    background: #ffffff;
    border-bottom: 2px solid #000000;
    margin-bottom: 41.43px;
}
.home-brand {
    font-size: 23.28px;
    font-weight: 800;
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
}
.main-menu {
    gap: 22.5px;
    display: flex;
}
.main-menu a {
    text-decoration: none;
    font-weight: 700;
    color: #000000 !important;
    font-size: 13.36px;
    text-transform: uppercase;
}
.main-menu a:hover {
    opacity: 0.7;
}
.two-col {
    display: grid;
    gap: 57.88px;
    grid-template-columns: 1fr 300px;
    margin-bottom: 78.47px;
}
.feature-post {
    background: #ffffff;
    border-radius: 13.89px;
    padding: 47.11px;
    border: 2px solid #000000;
}
.content-area {
    color: #000000;
    line-height: 1.78;
    font-size: 18.03px;
}
.content-area a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.rail {
    position: sticky;
    top: 40px;
}
.panel-item {
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 11.26px;
    margin-bottom: 27.79px;
    padding: 23.88px;
}
.module-head {
    border-bottom: 2px solid #000000;
    margin-bottom: 17.41px;
    font-weight: 800;
    text-transform: uppercase;
    padding-bottom: 8.61px;
    font-size: 20.28px;
    color: #000000;
}
.stream, .date-index {
    list-style: none;
    padding: 0;
}
.stream li {
    margin-bottom: 7.43px;
    padding-bottom: 11.27px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.stream a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.stream a:hover {
    text-decoration: underline;
}
.date-index a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.date-index a:hover {
    text-decoration: underline;
}
.chip-group {
    flex-wrap: wrap;
    gap: 8.1px;
    display: flex;
}
.chip {
    background: #ffffff;
    border: 2px solid #000000;
    padding: 8.8px 13.25px;
    display: inline-block;
    border-radius: 7.32px;
    color: #000000 !important;
    text-decoration: none;
    font-weight: 600;
    font-size: 12.77px;
}
.chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.base-bar {
    color: #000000;
    background: #fff;
    border-top: 2px solid #000000;
    font-weight: 600;
    text-align: center;
    padding: 37.64px 0;
    font-size: 14.44px;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .rail {
    position: static;
} }
