
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    color: var(--text);
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #ffffff;
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    line-height: 1.64;
}
.frame {
    padding: 0 20.36px;
    max-width: 1200px;
    margin: 0 auto;
}
.page-top {
    border-bottom: 2px solid #000000;
    padding: 23.36px 0;
    background: #ffffff;
    margin-bottom: 37.25px;
}
.brand-mark {
    font-size: 23.9px;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
    font-weight: 800;
}
.nav-bar {
    gap: 24.94px;
    display: flex;
}
.nav-bar a {
    font-size: 14.02px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000000 !important;
    text-decoration: none;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.two-col {
    margin-bottom: 81.14px;
    gap: 60.32px;
    grid-template-columns: 1fr 300px;
    display: grid;
}
.lead-article {
    background: #ffffff;
    border-radius: 10.79px;
    padding: 48.8px;
    border: 2px solid #000000;
}
.main-text {
    line-height: 1.76;
    font-size: 18.55px;
    color: #000000;
}
.main-text a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.side-block {
    padding: 23.45px;
    background: #ffffff;
    margin-bottom: 29px;
    border: 2px solid #000000;
    border-radius: 11.06px;
}
.label {
    margin-bottom: 19.55px;
    border-bottom: 2px solid #000000;
    padding-bottom: 11.71px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 19.48px;
    color: #000000;
}
.latest-entries, .date-index {
    list-style: none;
    padding: 0;
}
.latest-entries li {
    padding-bottom: 9.15px;
    margin-bottom: 12.29px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.latest-entries a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.date-index a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.date-index a:hover {
    text-decoration: underline;
}
.term-cloud {
    flex-wrap: wrap;
    display: flex;
    gap: 11.26px;
}
.chip {
    font-weight: 600;
    color: #000000 !important;
    padding: 7.78px 13.88px;
    border: 2px solid #000000;
    display: inline-block;
    border-radius: 7.84px;
    font-size: 13.9px;
    background: #ffffff;
    text-decoration: none;
}
.chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.base-bar {
    background: #fff;
    color: #000000;
    border-top: 2px solid #000000;
    font-weight: 600;
    padding: 42.01px 0;
    text-align: center;
    font-size: 14.27px;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
