
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.57;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    background: #ffffff;
    -ms-text-size-adjust: 100%;
    color: var(--text);
}
.frame {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 19.2px;
}
.page-top {
    margin-bottom: 42.36px;
    padding: 23.89px 0;
    border-bottom: 2px solid #000000;
    background: #ffffff;
}
.identity {
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
    font-size: 23.59px;
}
.header-links {
    gap: 23.46px;
    display: flex;
}
.header-links a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: none;
    font-size: 13.6px;
    text-transform: uppercase;
}
.header-links a:hover {
    opacity: 0.7;
}
.two-col {
    margin-bottom: 79.93px;
    grid-template-columns: 1fr 300px;
    display: grid;
    gap: 62.6px;
}
.primary-content {
    background: #ffffff;
    border: 2px solid #000000;
    padding: 47.88px;
    border-radius: 10.92px;
}
.body-copy {
    font-size: 17.3px;
    color: #000000;
    line-height: 1.78;
}
.body-copy a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.secondary {
    position: sticky;
    top: 40px;
}
.widget-box {
    padding: 23.92px;
    border: 2px solid #000000;
    margin-bottom: 30.43px;
    border-radius: 10.86px;
    background: #ffffff;
}
.box-title {
    font-size: 20.72px;
    text-transform: uppercase;
    margin-bottom: 20.02px;
    border-bottom: 2px solid #000000;
    font-weight: 800;
    padding-bottom: 9.07px;
    color: #000000;
}
.stream, .date-index {
    padding: 0;
    list-style: none;
}
.stream li {
    margin-bottom: 12.25px;
    padding-bottom: 7.79px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.stream a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.stream a:hover {
    text-decoration: underline;
}
.date-index a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.date-index a:hover {
    text-decoration: underline;
}
.tag-area {
    display: flex;
    flex-wrap: wrap;
    gap: 9.46px;
}
.pill {
    color: #000000 !important;
    border-radius: 6.84px;
    padding: 7.42px 12.48px;
    border: 2px solid #000000;
    display: inline-block;
    font-size: 12.69px;
    text-decoration: none;
    font-weight: 600;
    background: #ffffff;
}
.pill:hover {
    color: #ffffff !important;
    background: #000000;
}
.base-bar {
    text-align: center;
    font-size: 14.51px;
    border-top: 2px solid #000000;
    padding: 38.54px 0;
    color: #000000;
    background: #fff;
    font-weight: 600;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
