
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    line-height: 1.57;
    background: #ffffff;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
.wrapper {
    margin: 0 auto;
    padding: 0 22px;
    max-width: 1200px;
}
.nav-wrap {
    padding: 23.64px 0;
    margin-bottom: 38.97px;
    background: #ffffff;
    border-bottom: 2px solid #000000;
}
.wordmark {
    color: #000000;
    font-size: 24.03px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
}
.nav-links {
    display: flex;
    gap: 22.77px;
}
.nav-links a {
    text-decoration: none;
    color: #000000 !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14.56px;
}
.nav-links a:hover {
    opacity: 0.7;
}
.two-col {
    grid-template-columns: 1fr 300px;
    margin-bottom: 79.79px;
    gap: 59.28px;
    display: grid;
}
.main-post {
    background: #ffffff;
    padding: 50.87px;
    border: 2px solid #000000;
    border-radius: 12.07px;
}
.main-text {
    line-height: 1.75;
    font-size: 17.48px;
    color: #000000;
}
.main-text a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.aside-col {
    top: 40px;
    position: sticky;
}
.widget-box {
    padding: 22.28px;
    border-radius: 11.63px;
    margin-bottom: 30.53px;
    background: #ffffff;
    border: 2px solid #000000;
}
.section-head {
    color: #000000;
    font-size: 19.68px;
    padding-bottom: 7.44px;
    font-weight: 800;
    margin-bottom: 17.8px;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
}
.updates-list, .log-list {
    list-style: none;
    padding: 0;
}
.updates-list li {
    padding-bottom: 12.5px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 12.62px;
}
.updates-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.updates-list a:hover {
    text-decoration: underline;
}
.log-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.log-list a:hover {
    text-decoration: underline;
}
.term-cloud {
    display: flex;
    gap: 10.55px;
    flex-wrap: wrap;
}
.chip {
    border-radius: 8.23px;
    background: #ffffff;
    display: inline-block;
    border: 2px solid #000000;
    text-decoration: none;
    font-size: 12.64px;
    color: #000000 !important;
    font-weight: 600;
    padding: 8.8px 12.23px;
}
.chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.base-bar {
    text-align: center;
    background: #fff;
    font-weight: 600;
    border-top: 2px solid #000000;
    font-size: 14.53px;
    padding: 37.19px 0;
    color: #000000;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .aside-col {
    position: static;
} }
