
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    line-height: 1.63;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: var(--text);
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.wrapper {
    padding: 0 20.6px;
    margin: 0 auto;
    max-width: 1200px;
}
.main-header {
    border-bottom: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 40.91px;
    padding: 27.82px 0;
}
.home-brand {
    color: #000000;
    font-weight: 800;
    font-size: 24.52px;
    text-transform: uppercase;
    text-decoration: none;
}
.header-links {
    gap: 26.51px;
    display: flex;
}
.header-links a {
    text-decoration: none;
    text-transform: uppercase;
    color: #000000 !important;
    font-size: 13.81px;
    font-weight: 700;
}
.header-links a:hover {
    opacity: 0.7;
}
.layout-grid {
    display: grid;
    margin-bottom: 78.59px;
    gap: 58.86px;
    grid-template-columns: 1fr 300px;
}
.lead-article {
    background: #ffffff;
    border-radius: 11.15px;
    padding: 49.84px;
    border: 2px solid #000000;
}
.post-body {
    font-size: 18.48px;
    color: #000000;
    line-height: 1.8;
}
.post-body a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.aside-col {
    top: 40px;
    position: sticky;
}
.aside-box {
    padding: 26.87px;
    margin-bottom: 32.44px;
    background: #ffffff;
    border-radius: 10.21px;
    border: 2px solid #000000;
}
.module-head {
    font-weight: 800;
    border-bottom: 2px solid #000000;
    color: #000000;
    text-transform: uppercase;
    padding-bottom: 8.57px;
    margin-bottom: 19.89px;
    font-size: 20.34px;
}
.updates-list, .date-index {
    list-style: none;
    padding: 0;
}
.updates-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 7.12px;
    margin-bottom: 7.44px;
}
.updates-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.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;
}
.topic-list {
    gap: 12.02px;
    flex-wrap: wrap;
    display: flex;
}
.topic-chip {
    font-weight: 600;
    background: #ffffff;
    color: #000000 !important;
    border: 2px solid #000000;
    border-radius: 9.46px;
    padding: 6.12px 13.7px;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.end-section {
    background: #fff;
    font-size: 14.91px;
    color: #000000;
    text-align: center;
    font-weight: 600;
    border-top: 2px solid #000000;
    padding: 39.01px 0;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .aside-col {
    position: static;
} }
