
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    -webkit-text-size-adjust: 100%;
    color: var(--text);
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    line-height: 1.6;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    background: #ffffff;
}
.shell {
    margin: 0 auto;
    padding: 0 22.85px;
    max-width: 1200px;
}
.page-top {
    margin-bottom: 39.14px;
    border-bottom: 2px solid #000000;
    background: #ffffff;
    padding: 25.61px 0;
}
.wordmark {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 800;
    color: #000000;
    font-size: 24.54px;
}
.header-links {
    display: flex;
    gap: 23.13px;
}
.header-links a {
    font-size: 14.9px;
    text-decoration: none;
    color: #000000 !important;
    text-transform: uppercase;
    font-weight: 700;
}
.header-links a:hover {
    opacity: 0.7;
}
.content-grid {
    margin-bottom: 80.26px;
    grid-template-columns: 1fr 300px;
    display: grid;
    gap: 59.7px;
}
.feature-post {
    border-radius: 11.06px;
    padding: 49.33px;
    border: 2px solid #000000;
    background: #ffffff;
}
.content-area {
    font-size: 17.48px;
    line-height: 1.83;
    color: #000000;
}
.content-area a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.info-panel {
    top: 40px;
    position: sticky;
}
.module {
    border-radius: 10.96px;
    border: 2px solid #000000;
    padding: 24.27px;
    background: #ffffff;
    margin-bottom: 32.22px;
}
.label {
    color: #000000;
    text-transform: uppercase;
    font-size: 20.93px;
    padding-bottom: 10.73px;
    margin-bottom: 18.7px;
    font-weight: 800;
    border-bottom: 2px solid #000000;
}
.updates-list, .history-list {
    list-style: none;
    padding: 0;
}
.updates-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 11.75px;
    padding-bottom: 8.09px;
}
.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;
}
.tag-area {
    display: flex;
    gap: 12.38px;
    flex-wrap: wrap;
}
.topic-chip {
    display: inline-block;
    background: #ffffff;
    border: 2px solid #000000;
    text-decoration: none;
    color: #000000 !important;
    padding: 4.91px 13.46px;
    font-weight: 600;
    font-size: 13.01px;
    border-radius: 9.09px;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.end-section {
    text-align: center;
    border-top: 2px solid #000000;
    padding: 38.15px 0;
    background: #fff;
    font-weight: 600;
    font-size: 13.14px;
    color: #000000;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
