
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    text-size-adjust: 100%;
    color: var(--text);
    line-height: 1.6;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background: #ffffff;
    -moz-text-size-adjust: 100%;
}
.frame {
    margin: 0 auto;
    padding: 0 22.98px;
    max-width: 1200px;
}
.page-top {
    padding: 23.06px 0;
    background: #ffffff;
    margin-bottom: 41.41px;
    border-bottom: 2px solid #000000;
}
.brand-mark {
    font-size: 24.19px;
    color: #000000;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
}
.nav-bar {
    gap: 25.06px;
    display: flex;
}
.nav-bar a {
    color: #000000 !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14.75px;
    text-decoration: none;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.page-grid {
    grid-template-columns: 1fr 300px;
    margin-bottom: 82.08px;
    gap: 57.91px;
    display: grid;
}
.hero-post {
    border: 2px solid #000000;
    border-radius: 12.73px;
    background: #ffffff;
    padding: 48.4px;
}
.body-copy {
    color: #000000;
    font-size: 18.32px;
    line-height: 1.78;
}
.body-copy a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.side-block {
    margin-bottom: 27.95px;
    border-radius: 11.38px;
    padding: 21.04px;
    background: #ffffff;
    border: 2px solid #000000;
}
.section-head {
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    margin-bottom: 22.19px;
    font-size: 19.6px;
    color: #000000;
    padding-bottom: 10.55px;
    font-weight: 800;
}
.latest-entries, .log-list {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    padding-bottom: 8.02px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 12.93px;
}
.latest-entries a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.log-list a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.log-list a:hover {
    text-decoration: underline;
}
.chip-group {
    display: flex;
    gap: 12.91px;
    flex-wrap: wrap;
}
.term-badge {
    border: 2px solid #000000;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    color: #000000 !important;
    background: #ffffff;
    border-radius: 6.14px;
    font-size: 13.96px;
    padding: 5.39px 14.66px;
}
.term-badge:hover {
    background: #000000;
    color: #ffffff !important;
}
.footer-bar {
    font-weight: 600;
    background: #fff;
    color: #000000;
    padding: 39.84px 0;
    font-size: 14.54px;
    text-align: center;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .page-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
