
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    color: var(--text);
    text-size-adjust: 100%;
    background: #ffffff;
    line-height: 1.57;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
.inner {
    max-width: 1200px;
    padding: 0 19.73px;
    margin: 0 auto;
}
.banner-area {
    margin-bottom: 37.68px;
    border-bottom: 2px solid #000000;
    padding: 26.9px 0;
    background: #ffffff;
}
.home-brand {
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
    font-size: 24.15px;
    font-weight: 800;
}
.nav-bar {
    display: flex;
    gap: 23.15px;
}
.nav-bar a {
    text-decoration: none;
    color: #000000 !important;
    font-size: 13.56px;
    text-transform: uppercase;
    font-weight: 700;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.content-grid {
    grid-template-columns: 1fr 300px;
    display: grid;
    gap: 57.98px;
    margin-bottom: 78.19px;
}
.hero-post {
    border: 2px solid #000000;
    border-radius: 12.66px;
    padding: 48.42px;
    background: #ffffff;
}
.post-body {
    font-size: 17.1px;
    line-height: 1.77;
    color: #000000;
}
.post-body a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.secondary {
    top: 40px;
    position: sticky;
}
.info-card {
    background: #ffffff;
    border-radius: 12.13px;
    margin-bottom: 27.21px;
    border: 2px solid #000000;
    padding: 24.24px;
}
.block-heading {
    font-size: 20.6px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 800;
    padding-bottom: 8.28px;
    margin-bottom: 17.63px;
    border-bottom: 2px solid #000000;
}
.stream, .date-index {
    list-style: none;
    padding: 0;
}
.stream li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 12.03px;
    padding-bottom: 12.62px;
}
.stream a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.stream a:hover {
    text-decoration: underline;
}
.date-index a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.date-index a:hover {
    text-decoration: underline;
}
.tag-area {
    flex-wrap: wrap;
    display: flex;
    gap: 7.42px;
}
.chip {
    color: #000000 !important;
    display: inline-block;
    font-size: 13.03px;
    padding: 8.05px 16.52px;
    border-radius: 7.29px;
    text-decoration: none;
    font-weight: 600;
    background: #ffffff;
    border: 2px solid #000000;
}
.chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    font-weight: 600;
    padding: 38.8px 0;
    text-align: center;
    font-size: 14.33px;
    background: #fff;
    color: #000000;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
