
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    background: #ffffff;
    -ms-text-size-adjust: 100%;
    line-height: 1.56;
    text-size-adjust: 100%;
    color: var(--text);
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
}
.content-wrap {
    padding: 0 17.95px;
    margin: 0 auto;
    max-width: 1200px;
}
.page-top {
    border-bottom: 2px solid #000000;
    padding: 24.72px 0;
    background: #ffffff;
    margin-bottom: 41.71px;
}
.brand-link {
    text-transform: uppercase;
    text-decoration: none;
    color: #000000;
    font-size: 24.79px;
    font-weight: 800;
}
.nav-links {
    gap: 24.56px;
    display: flex;
}
.nav-links a {
    text-transform: uppercase;
    color: #000000 !important;
    font-size: 14.69px;
    text-decoration: none;
    font-weight: 700;
}
.nav-links a:hover {
    opacity: 0.7;
}
.layout-grid {
    gap: 60.95px;
    grid-template-columns: 1fr 300px;
    margin-bottom: 79.81px;
    display: grid;
}
.lead-article {
    padding: 49.49px;
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 12.08px;
}
.main-text {
    font-size: 18.7px;
    line-height: 1.77;
    color: #000000;
}
.main-text a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.widget-box {
    border: 2px solid #000000;
    margin-bottom: 28.34px;
    background: #ffffff;
    padding: 24.52px;
    border-radius: 12.78px;
}
.section-head {
    border-bottom: 2px solid #000000;
    color: #000000;
    text-transform: uppercase;
    font-weight: 800;
    padding-bottom: 11.42px;
    font-size: 19.92px;
    margin-bottom: 20.27px;
}
.updates-list, .log-list {
    padding: 0;
    list-style: none;
}
.updates-list li {
    padding-bottom: 11.3px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 7.94px;
}
.updates-list a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.updates-list a:hover {
    text-decoration: underline;
}
.log-list a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.log-list a:hover {
    text-decoration: underline;
}
.topic-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8.98px;
}
.pill {
    text-decoration: none;
    padding: 8.97px 15.29px;
    border-radius: 9.76px;
    display: inline-block;
    color: #000000 !important;
    font-size: 13.71px;
    font-weight: 600;
    border: 2px solid #000000;
    background: #ffffff;
}
.pill:hover {
    background: #000000;
    color: #ffffff !important;
}
.base-bar {
    padding: 42.81px 0;
    background: #fff;
    text-align: center;
    color: #000000;
    font-size: 13.94px;
    font-weight: 600;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
