
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    background: #ffffff;
    line-height: 1.59;
    color: var(--text);
}
.shell {
    max-width: 1200px;
    padding: 0 21.79px;
    margin: 0 auto;
}
.nav-wrap {
    margin-bottom: 37.37px;
    padding: 25.58px 0;
    border-bottom: 2px solid #000000;
    background: #ffffff;
}
.brand-link {
    text-decoration: none;
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
    font-size: 24.89px;
}
.primary-nav {
    display: flex;
    gap: 22.19px;
}
.primary-nav a {
    font-size: 14.68px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    color: #000000 !important;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.content-grid {
    gap: 58.59px;
    grid-template-columns: 1fr 300px;
    display: grid;
    margin-bottom: 79.15px;
}
.primary-content {
    border: 2px solid #000000;
    padding: 49.66px;
    background: #ffffff;
    border-radius: 12px;
}
.post-body {
    color: #000000;
    font-size: 17.38px;
    line-height: 1.83;
}
.post-body a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.info-panel {
    position: sticky;
    top: 40px;
}
.info-card {
    background: #ffffff;
    margin-bottom: 29.74px;
    padding: 26.75px;
    border-radius: 10.38px;
    border: 2px solid #000000;
}
.section-head {
    color: #000000;
    font-size: 20.4px;
    font-weight: 800;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    padding-bottom: 12.79px;
    margin-bottom: 17.94px;
}
.updates-list, .month-list {
    list-style: none;
    padding: 0;
}
.updates-list li {
    margin-bottom: 12.26px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 10.5px;
}
.updates-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.updates-list a:hover {
    text-decoration: underline;
}
.month-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.month-list a:hover {
    text-decoration: underline;
}
.chip-group {
    gap: 7.87px;
    display: flex;
    flex-wrap: wrap;
}
.label-item {
    padding: 3.21px 11.51px;
    color: #000000 !important;
    font-size: 12.82px;
    font-weight: 600;
    display: inline-block;
    border-radius: 9.04px;
    text-decoration: none;
    background: #ffffff;
    border: 2px solid #000000;
}
.label-item:hover {
    color: #ffffff !important;
    background: #000000;
}
.end-section {
    font-size: 13.94px;
    text-align: center;
    font-weight: 600;
    border-top: 2px solid #000000;
    background: #fff;
    padding: 40.11px 0;
    color: #000000;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
