
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    color: var(--text);
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #ffffff;
    -ms-text-size-adjust: 100%;
    line-height: 1.62;
}
.content-wrap {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 21.58px;
}
.page-top {
    padding: 24.23px 0;
    margin-bottom: 37.84px;
    border-bottom: 2px solid #000000;
    background: #ffffff;
}
.brand-link {
    color: #000000;
    text-decoration: none;
    font-size: 23.04px;
    font-weight: 800;
    text-transform: uppercase;
}
.nav-bar {
    gap: 23.68px;
    display: flex;
}
.nav-bar a {
    color: #000000 !important;
    font-size: 14.77px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.two-col {
    gap: 62.17px;
    grid-template-columns: 1fr 300px;
    margin-bottom: 79.73px;
    display: grid;
}
.main-post {
    padding: 49.83px;
    border-radius: 12.49px;
    border: 2px solid #000000;
    background: #ffffff;
}
.content-area {
    color: #000000;
    font-size: 17.59px;
    line-height: 1.8;
}
.content-area a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.right-col {
    top: 40px;
    position: sticky;
}
.side-block {
    padding: 24.06px;
    border-radius: 12.92px;
    margin-bottom: 30.24px;
    background: #ffffff;
    border: 2px solid #000000;
}
.section-head {
    margin-bottom: 17.44px;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    color: #000000;
    font-size: 20.07px;
    padding-bottom: 10.02px;
    font-weight: 800;
}
.updates-list, .date-index {
    list-style: none;
    padding: 0;
}
.updates-list li {
    padding-bottom: 8.66px;
    margin-bottom: 11.6px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.updates-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.updates-list a:hover {
    text-decoration: underline;
}
.date-index a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.date-index a:hover {
    text-decoration: underline;
}
.chip-group {
    gap: 12.28px;
    flex-wrap: wrap;
    display: flex;
}
.label-item {
    font-weight: 600;
    font-size: 13.26px;
    border: 2px solid #000000;
    color: #000000 !important;
    padding: 3.03px 11.34px;
    text-decoration: none;
    background: #ffffff;
    border-radius: 7.67px;
    display: inline-block;
}
.label-item:hover {
    color: #ffffff !important;
    background: #000000;
}
.base-bar {
    color: #000000;
    border-top: 2px solid #000000;
    text-align: center;
    padding: 38.73px 0;
    font-weight: 600;
    background: #fff;
    font-size: 14.8px;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .right-col {
    position: static;
} }
