
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    line-height: 1.64;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    color: var(--text);
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #ffffff;
}
.page-wrap {
    padding: 0 18.82px;
    max-width: 1200px;
    margin: 0 auto;
}
.banner-area {
    margin-bottom: 42.94px;
    padding: 23.37px 0;
    border-bottom: 2px solid #000000;
    background: #ffffff;
}
.brand-mark {
    color: #000000;
    font-size: 23.59px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
}
.header-links {
    gap: 26.57px;
    display: flex;
}
.header-links a {
    color: #000000 !important;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14.23px;
}
.header-links a:hover {
    opacity: 0.7;
}
.split-view {
    display: grid;
    grid-template-columns: 1fr 300px;
    margin-bottom: 77.93px;
    gap: 61.61px;
}
.hero-post {
    border: 2px solid #000000;
    padding: 48.41px;
    border-radius: 12.67px;
    background: #ffffff;
}
.post-body {
    color: #000000;
    font-size: 18.8px;
    line-height: 1.8;
}
.post-body a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.info-card {
    background: #ffffff;
    border-radius: 12.61px;
    border: 2px solid #000000;
    margin-bottom: 29.94px;
    padding: 21.71px;
}
.section-head {
    color: #000000;
    padding-bottom: 10.7px;
    font-weight: 800;
    border-bottom: 2px solid #000000;
    font-size: 20.99px;
    text-transform: uppercase;
    margin-bottom: 20.5px;
}
.updates-list, .history-list {
    list-style: none;
    padding: 0;
}
.updates-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 10.08px;
    margin-bottom: 7.87px;
}
.updates-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.updates-list a:hover {
    text-decoration: underline;
}
.history-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.history-list a:hover {
    text-decoration: underline;
}
.term-cloud {
    display: flex;
    gap: 12.32px;
    flex-wrap: wrap;
}
.label-item {
    font-weight: 600;
    font-size: 12.57px;
    display: inline-block;
    background: #ffffff;
    color: #000000 !important;
    text-decoration: none;
    border-radius: 8.82px;
    padding: 8.85px 12.86px;
    border: 2px solid #000000;
}
.label-item:hover {
    background: #000000;
    color: #ffffff !important;
}
.end-section {
    text-align: center;
    background: #fff;
    font-size: 14.14px;
    font-weight: 600;
    border-top: 2px solid #000000;
    padding: 37.63px 0;
    color: #000000;
}
@media (max-width: 900px) { .split-view { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
