
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    color: var(--text);
    text-size-adjust: 100%;
    line-height: 1.65;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #ffffff;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
.wrapper {
    margin: 0 auto;
    padding: 0 21.98px;
    max-width: 1200px;
}
.main-header {
    margin-bottom: 38.2px;
    border-bottom: 2px solid #000000;
    padding: 22.46px 0;
    background: #ffffff;
}
.brand-link {
    color: #000000;
    font-size: 24.57px;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
}
.header-links {
    display: flex;
    gap: 24.51px;
}
.header-links a {
    text-transform: uppercase;
    font-size: 14.09px;
    text-decoration: none;
    color: #000000 !important;
    font-weight: 700;
}
.header-links a:hover {
    opacity: 0.7;
}
.layout-grid {
    grid-template-columns: 1fr 300px;
    margin-bottom: 80.12px;
    gap: 62.97px;
    display: grid;
}
.lead-article {
    border-radius: 12.65px;
    padding: 46.07px;
    background: #ffffff;
    border: 2px solid #000000;
}
.entry-text {
    color: #000000;
    font-size: 18.43px;
    line-height: 1.77;
}
.entry-text a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.secondary {
    top: 40px;
    position: sticky;
}
.module {
    background: #ffffff;
    margin-bottom: 27.62px;
    padding: 21.75px;
    border: 2px solid #000000;
    border-radius: 11.3px;
}
.label {
    color: #000000;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    margin-bottom: 20.11px;
    font-weight: 800;
    padding-bottom: 7.05px;
    font-size: 19.16px;
}
.updates-list, .log-list {
    list-style: none;
    padding: 0;
}
.updates-list li {
    padding-bottom: 8.49px;
    margin-bottom: 8.32px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.updates-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.updates-list a:hover {
    text-decoration: underline;
}
.log-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.log-list a:hover {
    text-decoration: underline;
}
.term-cloud {
    flex-wrap: wrap;
    gap: 12.94px;
    display: flex;
}
.chip {
    display: inline-block;
    padding: 8.13px 14.63px;
    font-size: 13.07px;
    border: 2px solid #000000;
    text-decoration: none;
    color: #000000 !important;
    background: #ffffff;
    font-weight: 600;
    border-radius: 7.56px;
}
.chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    text-align: center;
    background: #fff;
    font-weight: 600;
    color: #000000;
    font-size: 13.44px;
    padding: 38.72px 0;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
