
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    color: var(--text);
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.62;
    background: #ffffff;
}
.inner {
    padding: 0 19.77px;
    margin: 0 auto;
    max-width: 1200px;
}
.main-header {
    background: #ffffff;
    padding: 27.56px 0;
    border-bottom: 2px solid #000000;
    margin-bottom: 39.51px;
}
.brand-mark {
    font-size: 24.06px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
}
.header-links {
    display: flex;
    gap: 24.45px;
}
.header-links a {
    text-decoration: none;
    font-weight: 700;
    font-size: 14.8px;
    color: #000000 !important;
    text-transform: uppercase;
}
.header-links a:hover {
    opacity: 0.7;
}
.layout-grid {
    grid-template-columns: 1fr 300px;
    gap: 58.54px;
    display: grid;
    margin-bottom: 78.14px;
}
.main-post {
    border: 2px solid #000000;
    border-radius: 10px;
    background: #ffffff;
    padding: 50.11px;
}
.content-area {
    font-size: 17.37px;
    color: #000000;
    line-height: 1.76;
}
.content-area a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.secondary {
    top: 40px;
    position: sticky;
}
.module {
    margin-bottom: 31.5px;
    border: 2px solid #000000;
    padding: 22.67px;
    border-radius: 10.08px;
    background: #ffffff;
}
.label {
    margin-bottom: 20.91px;
    font-weight: 800;
    color: #000000;
    border-bottom: 2px solid #000000;
    font-size: 20.23px;
    text-transform: uppercase;
    padding-bottom: 8.03px;
}
.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.51px;
    margin-bottom: 10.45px;
}
.updates-list a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.updates-list a:hover {
    text-decoration: underline;
}
.date-index a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.date-index a:hover {
    text-decoration: underline;
}
.topic-list {
    flex-wrap: wrap;
    display: flex;
    gap: 9.38px;
}
.term-badge {
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    font-size: 12.85px;
    border-radius: 8.59px;
    border: 2px solid #000000;
    padding: 3.47px 14.32px;
    background: #ffffff;
    color: #000000 !important;
}
.term-badge:hover {
    color: #ffffff !important;
    background: #000000;
}
.footer-bar {
    color: #000000;
    font-size: 13.43px;
    text-align: center;
    background: #fff;
    border-top: 2px solid #000000;
    padding: 39.31px 0;
    font-weight: 600;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
