
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    line-height: 1.59;
    -moz-text-size-adjust: 100%;
    background: #ffffff;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.frame {
    max-width: 1200px;
    padding: 0 21.52px;
    margin: 0 auto;
}
.main-header {
    background: #ffffff;
    margin-bottom: 42.97px;
    padding: 25.42px 0;
    border-bottom: 2px solid #000000;
}
.brand-mark {
    font-size: 24.99px;
    color: #000000;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
}
.nav-links {
    gap: 25.73px;
    display: flex;
}
.nav-links a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13.79px;
    text-decoration: none;
    color: #000000 !important;
}
.nav-links a:hover {
    opacity: 0.7;
}
.content-grid {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 60.26px;
    margin-bottom: 81.11px;
}
.primary-content {
    padding: 48.29px;
    border-radius: 10.39px;
    border: 2px solid #000000;
    background: #ffffff;
}
.main-text {
    color: #000000;
    line-height: 1.85;
    font-size: 18.37px;
}
.main-text a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.right-col {
    position: sticky;
    top: 40px;
}
.aside-box {
    padding: 25.48px;
    border: 2px solid #000000;
    margin-bottom: 28.81px;
    background: #ffffff;
    border-radius: 11.39px;
}
.panel-title {
    margin-bottom: 19.12px;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    padding-bottom: 12.65px;
    font-size: 20.12px;
    font-weight: 800;
    color: #000000;
}
.updates-list, .history-list {
    padding: 0;
    list-style: none;
}
.updates-list li {
    margin-bottom: 7.13px;
    padding-bottom: 7.13px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.updates-list a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.updates-list a:hover {
    text-decoration: underline;
}
.history-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.history-list a:hover {
    text-decoration: underline;
}
.chip-group {
    display: flex;
    gap: 9.41px;
    flex-wrap: wrap;
}
.topic-chip {
    padding: 7.52px 14.68px;
    color: #000000 !important;
    text-decoration: none;
    border-radius: 7.1px;
    display: inline-block;
    font-size: 13.71px;
    border: 2px solid #000000;
    font-weight: 600;
    background: #ffffff;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    font-weight: 600;
    font-size: 13.81px;
    text-align: center;
    border-top: 2px solid #000000;
    background: #fff;
    color: #000000;
    padding: 39.03px 0;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .right-col {
    position: static;
} }
