
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #ffffff;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    line-height: 1.64;
    color: var(--text);
}
.shell {
    margin: 0 auto;
    padding: 0 21.29px;
    max-width: 1200px;
}
.page-top {
    padding: 24.28px 0;
    background: #ffffff;
    border-bottom: 2px solid #000000;
    margin-bottom: 39.13px;
}
.brand-mark {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 23.31px;
    text-decoration: none;
    color: #000000;
}
.top-menu {
    gap: 22.84px;
    display: flex;
}
.top-menu a {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13.97px;
    color: #000000 !important;
    text-decoration: none;
}
.top-menu a:hover {
    opacity: 0.7;
}
.content-grid {
    grid-template-columns: 1fr 300px;
    display: grid;
    margin-bottom: 80.46px;
    gap: 58.1px;
}
.feature-post {
    padding: 46.57px;
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 13.91px;
}
.entry-text {
    line-height: 1.81;
    color: #000000;
    font-size: 17.86px;
}
.entry-text a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.widget-box {
    border-radius: 10.75px;
    border: 2px solid #000000;
    margin-bottom: 28.2px;
    background: #ffffff;
    padding: 24.81px;
}
.block-heading {
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 18.31px;
    color: #000000;
    padding-bottom: 10.21px;
    font-size: 19.51px;
    border-bottom: 2px solid #000000;
}
.updates-list, .date-index {
    list-style: none;
    padding: 0;
}
.updates-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 10.24px;
    margin-bottom: 11.42px;
}
.updates-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.updates-list a:hover {
    text-decoration: underline;
}
.date-index a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.date-index a:hover {
    text-decoration: underline;
}
.topic-list {
    flex-wrap: wrap;
    display: flex;
    gap: 7.9px;
}
.chip {
    border-radius: 7.03px;
    border: 2px solid #000000;
    color: #000000 !important;
    display: inline-block;
    padding: 7.94px 12.49px;
    font-size: 13.06px;
    text-decoration: none;
    font-weight: 600;
    background: #ffffff;
}
.chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.closing {
    font-size: 14.66px;
    padding: 42.99px 0;
    background: #fff;
    color: #000000;
    text-align: center;
    border-top: 2px solid #000000;
    font-weight: 600;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
