
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    line-height: 1.63;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text);
    -ms-text-size-adjust: 100%;
}
.shell {
    margin: 0 auto;
    padding: 0 19.61px;
    max-width: 1200px;
}
.head-section {
    background: #ffffff;
    margin-bottom: 39.98px;
    padding: 22.09px 0;
    border-bottom: 2px solid #000000;
}
.wordmark {
    font-size: 23.03px;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
}
.header-links {
    gap: 22.13px;
    display: flex;
}
.header-links a {
    font-size: 14.45px;
    color: #000000 !important;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
}
.header-links a:hover {
    opacity: 0.7;
}
.dual-panel {
    margin-bottom: 82.42px;
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 58.1px;
}
.primary-content {
    border-radius: 11.97px;
    background: #ffffff;
    padding: 46.74px;
    border: 2px solid #000000;
}
.main-text {
    line-height: 1.82;
    color: #000000;
    font-size: 17.68px;
}
.main-text a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.info-panel {
    position: sticky;
    top: 40px;
}
.panel-item {
    margin-bottom: 28.62px;
    padding: 24.32px;
    background: #ffffff;
    border-radius: 12.28px;
    border: 2px solid #000000;
}
.module-head {
    font-size: 20.29px;
    padding-bottom: 12.79px;
    color: #000000;
    border-bottom: 2px solid #000000;
    font-weight: 800;
    margin-bottom: 20.17px;
    text-transform: uppercase;
}
.updates-list, .log-list {
    list-style: none;
    padding: 0;
}
.updates-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 8.89px;
    margin-bottom: 9.79px;
}
.updates-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.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;
}
.chip-group {
    display: flex;
    flex-wrap: wrap;
    gap: 7.08px;
}
.term-badge {
    background: #ffffff;
    font-weight: 600;
    color: #000000 !important;
    display: inline-block;
    text-decoration: none;
    font-size: 12.09px;
    border: 2px solid #000000;
    border-radius: 6.62px;
    padding: 3.44px 16.08px;
}
.term-badge:hover {
    background: #000000;
    color: #ffffff !important;
}
.closing {
    font-weight: 600;
    background: #fff;
    border-top: 2px solid #000000;
    padding: 37.8px 0;
    color: #000000;
    text-align: center;
    font-size: 13.13px;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
