
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    color: var(--text);
    line-height: 1.6;
    background: #ffffff;
    -ms-text-size-adjust: 100%;
}
.wrapper {
    max-width: 1200px;
    padding: 0 22.63px;
    margin: 0 auto;
}
.page-top {
    border-bottom: 2px solid #000000;
    padding: 27.27px 0;
    background: #ffffff;
    margin-bottom: 40.97px;
}
.brand-link {
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
    font-weight: 800;
    font-size: 24.73px;
}
.header-links {
    gap: 27.28px;
    display: flex;
}
.header-links a {
    color: #000000 !important;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13.71px;
    font-weight: 700;
}
.header-links a:hover {
    opacity: 0.7;
}
.layout-grid {
    display: grid;
    margin-bottom: 77.6px;
    grid-template-columns: 1fr 300px;
    gap: 58.18px;
}
.main-post {
    border: 2px solid #000000;
    border-radius: 12.42px;
    background: #ffffff;
    padding: 49.45px;
}
.content-area {
    color: #000000;
    line-height: 1.85;
    font-size: 18.93px;
}
.content-area a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.right-col {
    position: sticky;
    top: 40px;
}
.module {
    padding: 23.21px;
    border-radius: 12.52px;
    margin-bottom: 30.78px;
    border: 2px solid #000000;
    background: #ffffff;
}
.module-head {
    font-size: 19.21px;
    border-bottom: 2px solid #000000;
    font-weight: 800;
    margin-bottom: 18.98px;
    text-transform: uppercase;
    padding-bottom: 11.72px;
    color: #000000;
}
.updates-list, .date-index {
    list-style: none;
    padding: 0;
}
.updates-list li {
    margin-bottom: 9.26px;
    padding-bottom: 10.05px;
    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 {
    gap: 9.24px;
    display: flex;
    flex-wrap: wrap;
}
.chip {
    display: inline-block;
    color: #000000 !important;
    font-weight: 600;
    border: 2px solid #000000;
    font-size: 13.16px;
    border-radius: 9.58px;
    text-decoration: none;
    background: #ffffff;
    padding: 7.31px 14.62px;
}
.chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.closing {
    padding: 37.92px 0;
    font-size: 14.93px;
    background: #fff;
    text-align: center;
    font-weight: 600;
    color: #000000;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .right-col {
    position: static;
} }
