
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    -webkit-text-size-adjust: 100%;
    background: #ffffff;
    color: var(--text);
    line-height: 1.63;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.frame {
    max-width: 1200px;
    padding: 0 21.91px;
    margin: 0 auto;
}
.top-bar {
    padding: 23.59px 0;
    background: #ffffff;
    border-bottom: 2px solid #000000;
    margin-bottom: 38.78px;
}
.wordmark {
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 24.55px;
    font-weight: 800;
}
.header-links {
    display: flex;
    gap: 22.35px;
}
.header-links a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: none;
    font-size: 14.82px;
    text-transform: uppercase;
}
.header-links a:hover {
    opacity: 0.7;
}
.split-view {
    display: grid;
    gap: 58.12px;
    margin-bottom: 81.82px;
    grid-template-columns: 1fr 300px;
}
.primary-content {
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 13.32px;
    padding: 48.08px;
}
.read-area {
    line-height: 1.77;
    font-size: 18.97px;
    color: #000000;
}
.read-area a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.secondary {
    position: sticky;
    top: 40px;
}
.panel-item {
    border: 2px solid #000000;
    margin-bottom: 30.6px;
    background: #ffffff;
    border-radius: 12.5px;
    padding: 23.36px;
}
.box-title {
    font-weight: 800;
    margin-bottom: 18.2px;
    padding-bottom: 9.55px;
    color: #000000;
    font-size: 20.09px;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
}
.updates-list, .date-index {
    padding: 0;
    list-style: none;
}
.updates-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 12.62px;
    margin-bottom: 8.43px;
}
.updates-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.updates-list a:hover {
    text-decoration: underline;
}
.date-index a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.date-index a:hover {
    text-decoration: underline;
}
.label-group {
    display: flex;
    gap: 10.31px;
    flex-wrap: wrap;
}
.term-badge {
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    background: #ffffff;
    font-size: 12.83px;
    border: 2px solid #000000;
    padding: 4.37px 14.81px;
    border-radius: 7.39px;
    color: #000000 !important;
}
.term-badge:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    border-top: 2px solid #000000;
    padding: 41.46px 0;
    font-size: 14.74px;
    font-weight: 600;
    background: #fff;
    color: #000000;
    text-align: center;
}
@media (max-width: 900px) { .split-view { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
