
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
body {
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #ffffff;
    line-height: 1.59;
    color: var(--text);
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
.page-wrap {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20.2px;
}
.nav-wrap {
    padding: 26.79px 0;
    margin-bottom: 42.77px;
    border-bottom: 2px solid #000000;
    background: #ffffff;
}
.brand-mark {
    font-size: 24.57px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
    font-weight: 800;
}
.main-menu {
    gap: 22.07px;
    display: flex;
}
.main-menu a {
    text-decoration: none;
    font-weight: 700;
    font-size: 13.82px;
    text-transform: uppercase;
    color: #000000 !important;
}
.main-menu a:hover {
    opacity: 0.7;
}
.content-grid {
    grid-template-columns: 1fr 300px;
    margin-bottom: 79.46px;
    gap: 61.57px;
    display: grid;
}
.hero-post {
    background: #ffffff;
    border-radius: 10.71px;
    border: 2px solid #000000;
    padding: 46.57px;
}
.body-copy {
    font-size: 18.64px;
    color: #000000;
    line-height: 1.8;
}
.body-copy a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.rail {
    top: 40px;
    position: sticky;
}
.info-card {
    border-radius: 11.61px;
    border: 2px solid #000000;
    background: #ffffff;
    padding: 26.96px;
    margin-bottom: 30.71px;
}
.panel-title {
    padding-bottom: 8.3px;
    border-bottom: 2px solid #000000;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 21.36px;
    font-weight: 800;
    font-size: 20.06px;
}
.updates-list, .history-list {
    list-style: none;
    padding: 0;
}
.updates-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 7.17px;
    margin-bottom: 7.17px;
}
.updates-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.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;
}
.keyword-wrap {
    flex-wrap: wrap;
    display: flex;
    gap: 8.36px;
}
.term-badge {
    border: 2px solid #000000;
    color: #000000 !important;
    padding: 8.59px 14.33px;
    border-radius: 7.84px;
    font-weight: 600;
    background: #ffffff;
    display: inline-block;
    font-size: 12.29px;
    text-decoration: none;
}
.term-badge:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    background: #fff;
    font-size: 14.22px;
    padding: 37.87px 0;
    text-align: center;
    border-top: 2px solid #000000;
    color: #000000;
    font-weight: 600;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .rail {
    position: static;
} }
