
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    line-height: 1.57;
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
    color: var(--text);
}
.wrapper {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 22.19px;
}
.nav-wrap {
    border-bottom: 2px solid #000000;
    margin-bottom: 39.17px;
    background: #ffffff;
    padding: 26.95px 0;
}
.identity {
    text-transform: uppercase;
    text-decoration: none;
    color: #000000;
    font-weight: 800;
    font-size: 24.44px;
}
.primary-nav {
    display: flex;
    gap: 26.88px;
}
.primary-nav a {
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14.84px;
    color: #000000 !important;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.two-col {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 62.27px;
    margin-bottom: 82.03px;
}
.feature-post {
    background: #ffffff;
    border-radius: 10.64px;
    padding: 50.59px;
    border: 2px solid #000000;
}
.post-body {
    color: #000000;
    line-height: 1.84;
    font-size: 18.7px;
}
.post-body a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.right-col {
    position: sticky;
    top: 40px;
}
.panel-item {
    margin-bottom: 31.41px;
    padding: 26.65px;
    border-radius: 10.38px;
    border: 2px solid #000000;
    background: #ffffff;
}
.box-title {
    font-size: 20.35px;
    color: #000000;
    font-weight: 800;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    margin-bottom: 22.92px;
    padding-bottom: 7.24px;
}
.updates-list, .date-index {
    list-style: none;
    padding: 0;
}
.updates-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 12.33px;
    margin-bottom: 10.8px;
}
.updates-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.updates-list a:hover {
    text-decoration: underline;
}
.date-index a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.date-index a:hover {
    text-decoration: underline;
}
.term-cloud {
    display: flex;
    gap: 7.95px;
    flex-wrap: wrap;
}
.term-badge {
    text-decoration: none;
    color: #000000 !important;
    padding: 5.3px 14.84px;
    border-radius: 9.01px;
    font-size: 13.69px;
    border: 2px solid #000000;
    font-weight: 600;
    display: inline-block;
    background: #ffffff;
}
.term-badge:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    font-weight: 600;
    color: #000000;
    padding: 37.42px 0;
    font-size: 13.66px;
    border-top: 2px solid #000000;
    background: #fff;
    text-align: center;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .right-col {
    position: static;
} }
