
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background: #ffffff;
    line-height: 1.62;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -moz-text-size-adjust: 100%;
    color: var(--text);
    text-size-adjust: 100%;
}
.wrapper {
    margin: 0 auto;
    padding: 0 19.41px;
    max-width: 1200px;
}
.nav-wrap {
    border-bottom: 2px solid #000000;
    padding: 27.48px 0;
    background: #ffffff;
    margin-bottom: 40.85px;
}
.home-brand {
    color: #000000;
    font-size: 23.69px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
}
.nav-bar {
    gap: 25.56px;
    display: flex;
}
.nav-bar a {
    font-size: 14.25px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    color: #000000 !important;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.page-grid {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 59.3px;
    margin-bottom: 80.4px;
}
.lead-article {
    border: 2px solid #000000;
    border-radius: 11.87px;
    padding: 45.33px;
    background: #ffffff;
}
.read-area {
    font-size: 18.76px;
    color: #000000;
    line-height: 1.84;
}
.read-area a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.info-panel {
    top: 40px;
    position: sticky;
}
.aside-box {
    background: #ffffff;
    padding: 24.17px;
    margin-bottom: 27.27px;
    border-radius: 10.36px;
    border: 2px solid #000000;
}
.label {
    margin-bottom: 21.3px;
    border-bottom: 2px solid #000000;
    color: #000000;
    font-size: 19.99px;
    font-weight: 800;
    text-transform: uppercase;
    padding-bottom: 8.81px;
}
.stream, .time-list {
    list-style: none;
    padding: 0;
}
.stream li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 7.44px;
    margin-bottom: 10.64px;
}
.stream a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.stream a:hover {
    text-decoration: underline;
}
.time-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.time-list a:hover {
    text-decoration: underline;
}
.tag-area {
    gap: 8.33px;
    flex-wrap: wrap;
    display: flex;
}
.pill {
    font-weight: 600;
    border-radius: 8.49px;
    color: #000000 !important;
    text-decoration: none;
    border: 2px solid #000000;
    display: inline-block;
    font-size: 12.43px;
    background: #ffffff;
    padding: 7.08px 16.81px;
}
.pill:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    border-top: 2px solid #000000;
    background: #fff;
    color: #000000;
    font-size: 14.39px;
    font-weight: 600;
    text-align: center;
    padding: 39px 0;
}
@media (max-width: 900px) { .page-grid { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
