
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    line-height: 1.58;
    text-size-adjust: 100%;
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text);
}
.shell {
    padding: 0 18.84px;
    max-width: 1200px;
    margin: 0 auto;
}
.banner-area {
    padding: 22.95px 0;
    background: #ffffff;
    margin-bottom: 38.08px;
    border-bottom: 2px solid #000000;
}
.logo-text {
    font-size: 24.38px;
    color: #000000;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
}
.top-menu {
    gap: 26.37px;
    display: flex;
}
.top-menu a {
    font-weight: 700;
    text-decoration: none;
    color: #000000 !important;
    text-transform: uppercase;
    font-size: 14.12px;
}
.top-menu a:hover {
    opacity: 0.7;
}
.split-view {
    gap: 61.09px;
    grid-template-columns: 1fr 300px;
    margin-bottom: 80.18px;
    display: grid;
}
.feature-post {
    padding: 48.94px;
    border-radius: 10.78px;
    border: 2px solid #000000;
    background: #ffffff;
}
.entry-text {
    line-height: 1.82;
    color: #000000;
    font-size: 18.08px;
}
.entry-text a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.secondary {
    top: 40px;
    position: sticky;
}
.widget-box {
    background: #ffffff;
    border: 2px solid #000000;
    padding: 21.39px;
    border-radius: 11.98px;
    margin-bottom: 27.7px;
}
.label {
    text-transform: uppercase;
    font-weight: 800;
    padding-bottom: 8.33px;
    margin-bottom: 18.47px;
    color: #000000;
    font-size: 19.07px;
    border-bottom: 2px solid #000000;
}
.updates-list, .date-index {
    list-style: none;
    padding: 0;
}
.updates-list li {
    padding-bottom: 8.01px;
    margin-bottom: 7.11px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.updates-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.updates-list a:hover {
    text-decoration: underline;
}
.date-index a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.date-index a:hover {
    text-decoration: underline;
}
.chip-group {
    flex-wrap: wrap;
    display: flex;
    gap: 7.73px;
}
.topic-chip {
    font-weight: 600;
    border-radius: 7.56px;
    background: #ffffff;
    display: inline-block;
    text-decoration: none;
    color: #000000 !important;
    font-size: 13.27px;
    padding: 8.01px 15.18px;
    border: 2px solid #000000;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.ground {
    background: #fff;
    padding: 41.09px 0;
    font-size: 13.28px;
    text-align: center;
    border-top: 2px solid #000000;
    font-weight: 600;
    color: #000000;
}
@media (max-width: 900px) { .split-view { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
