
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background: #ffffff;
    color: var(--text);
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.61;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
}
.page-wrap {
    padding: 0 21.8px;
    max-width: 1200px;
    margin: 0 auto;
}
.page-top {
    margin-bottom: 40.92px;
    background: #ffffff;
    border-bottom: 2px solid #000000;
    padding: 26.93px 0;
}
.brand-mark {
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 23.51px;
    font-weight: 800;
}
.primary-nav {
    display: flex;
    gap: 25.18px;
}
.primary-nav a {
    font-size: 14.62px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000000 !important;
    text-decoration: none;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.layout-grid {
    margin-bottom: 78.98px;
    gap: 57.3px;
    grid-template-columns: 1fr 300px;
    display: grid;
}
.lead-article {
    border-radius: 12.32px;
    background: #ffffff;
    padding: 48.62px;
    border: 2px solid #000000;
}
.entry-text {
    line-height: 1.8;
    font-size: 17.11px;
    color: #000000;
}
.entry-text a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.right-col {
    position: sticky;
    top: 40px;
}
.aside-box {
    padding: 25.04px;
    border-radius: 10.4px;
    border: 2px solid #000000;
    margin-bottom: 32.6px;
    background: #ffffff;
}
.box-title {
    font-weight: 800;
    margin-bottom: 17.67px;
    color: #000000;
    text-transform: uppercase;
    padding-bottom: 11.76px;
    font-size: 20.02px;
    border-bottom: 2px solid #000000;
}
.stream, .past-entries {
    padding: 0;
    list-style: none;
}
.stream li {
    padding-bottom: 12.02px;
    margin-bottom: 12.7px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.stream a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.stream a:hover {
    text-decoration: underline;
}
.past-entries a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.past-entries a:hover {
    text-decoration: underline;
}
.label-group {
    flex-wrap: wrap;
    gap: 10.4px;
    display: flex;
}
.pill {
    border-radius: 9.48px;
    padding: 8.53px 12.02px;
    border: 2px solid #000000;
    font-size: 13.43px;
    text-decoration: none;
    color: #000000 !important;
    font-weight: 600;
    background: #ffffff;
    display: inline-block;
}
.pill:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    padding: 40.85px 0;
    font-size: 13.27px;
    color: #000000;
    font-weight: 600;
    background: #fff;
    border-top: 2px solid #000000;
    text-align: center;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .right-col {
    position: static;
} }
