
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    line-height: 1.55;
    color: var(--text);
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
}
.frame {
    padding: 0 22.37px;
    max-width: 1200px;
    margin: 0 auto;
}
.head-section {
    border-bottom: 2px solid #000000;
    background: #ffffff;
    padding: 25.14px 0;
    margin-bottom: 41.77px;
}
.brand-link {
    text-transform: uppercase;
    color: #000000;
    font-size: 24.94px;
    text-decoration: none;
    font-weight: 800;
}
.primary-nav {
    gap: 23.24px;
    display: flex;
}
.primary-nav a {
    text-transform: uppercase;
    font-size: 14.29px;
    text-decoration: none;
    font-weight: 700;
    color: #000000 !important;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.layout-grid {
    grid-template-columns: 1fr 300px;
    margin-bottom: 78.43px;
    display: grid;
    gap: 58.9px;
}
.hero-post {
    border: 2px solid #000000;
    border-radius: 10.86px;
    padding: 48.81px;
    background: #ffffff;
}
.post-body {
    color: #000000;
    font-size: 18.87px;
    line-height: 1.8;
}
.post-body a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.rail {
    top: 40px;
    position: sticky;
}
.panel-item {
    border-radius: 11.4px;
    margin-bottom: 31.26px;
    background: #ffffff;
    padding: 23.7px;
    border: 2px solid #000000;
}
.section-head {
    padding-bottom: 9.56px;
    text-transform: uppercase;
    margin-bottom: 22.69px;
    font-size: 19.68px;
    font-weight: 800;
    color: #000000;
    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);
    margin-bottom: 7.87px;
    padding-bottom: 10.85px;
}
.updates-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.updates-list a:hover {
    text-decoration: underline;
}
.date-index a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.date-index a:hover {
    text-decoration: underline;
}
.topic-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8.12px;
}
.topic-chip {
    display: inline-block;
    text-decoration: none;
    background: #ffffff;
    font-weight: 600;
    border-radius: 9.9px;
    color: #000000 !important;
    font-size: 13.31px;
    border: 2px solid #000000;
    padding: 7.1px 14.54px;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.base-bar {
    color: #000000;
    border-top: 2px solid #000000;
    background: #fff;
    font-weight: 600;
    padding: 41.5px 0;
    font-size: 13.17px;
    text-align: center;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .rail {
    position: static;
} }
