
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background: #ffffff;
    color: var(--text);
    line-height: 1.62;
    -moz-text-size-adjust: 100%;
}
.inner {
    padding: 0 17.13px;
    margin: 0 auto;
    max-width: 1200px;
}
.top-bar {
    margin-bottom: 42.11px;
    border-bottom: 2px solid #000000;
    background: #ffffff;
    padding: 25.05px 0;
}
.identity {
    text-decoration: none;
    font-weight: 800;
    font-size: 23.06px;
    text-transform: uppercase;
    color: #000000;
}
.nav-bar {
    display: flex;
    gap: 24.88px;
}
.nav-bar a {
    font-size: 13.72px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000 !important;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.split-view {
    gap: 58.24px;
    margin-bottom: 79.88px;
    display: grid;
    grid-template-columns: 1fr 300px;
}
.feature-post {
    border-radius: 12.22px;
    border: 2px solid #000000;
    background: #ffffff;
    padding: 47.67px;
}
.main-text {
    color: #000000;
    font-size: 18.78px;
    line-height: 1.76;
}
.main-text a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.panel-item {
    margin-bottom: 27.95px;
    background: #ffffff;
    padding: 26.29px;
    border: 2px solid #000000;
    border-radius: 11.8px;
}
.block-heading {
    font-weight: 800;
    font-size: 20.57px;
    margin-bottom: 20.13px;
    color: #000000;
    padding-bottom: 7.19px;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
}
.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.14px;
    margin-bottom: 10.98px;
}
.updates-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.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;
}
.term-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 9.19px;
}
.term-badge {
    border: 2px solid #000000;
    font-weight: 600;
    text-decoration: none;
    font-size: 12.32px;
    color: #000000 !important;
    background: #ffffff;
    padding: 4.29px 16.63px;
    border-radius: 6.21px;
    display: inline-block;
}
.term-badge:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    text-align: center;
    color: #000000;
    font-weight: 600;
    border-top: 2px solid #000000;
    padding: 41.55px 0;
    font-size: 13.28px;
    background: #fff;
}
@media (max-width: 900px) { .split-view { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
