
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    -ms-text-size-adjust: 100%;
    background: #ffffff;
    color: var(--text);
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    line-height: 1.65;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -moz-text-size-adjust: 100%;
}
.page-wrap {
    max-width: 1200px;
    padding: 0 18.67px;
    margin: 0 auto;
}
.main-header {
    margin-bottom: 40.8px;
    border-bottom: 2px solid #000000;
    padding: 26.1px 0;
    background: #ffffff;
}
.brand-link {
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
    font-weight: 800;
    font-size: 24.03px;
}
.header-links {
    display: flex;
    gap: 27.71px;
}
.header-links a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13.94px;
}
.header-links a:hover {
    opacity: 0.7;
}
.content-grid {
    gap: 62.46px;
    display: grid;
    grid-template-columns: 1fr 300px;
    margin-bottom: 79.11px;
}
.main-post {
    background: #ffffff;
    border: 2px solid #000000;
    padding: 50.26px;
    border-radius: 10.37px;
}
.post-body {
    line-height: 1.85;
    color: #000000;
    font-size: 18.7px;
}
.post-body a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.side-block {
    border: 2px solid #000000;
    padding: 22.54px;
    border-radius: 12.87px;
    background: #ffffff;
    margin-bottom: 30.79px;
}
.section-head {
    border-bottom: 2px solid #000000;
    font-weight: 800;
    margin-bottom: 21.35px;
    padding-bottom: 9.34px;
    font-size: 20.32px;
    color: #000000;
    text-transform: uppercase;
}
.latest-entries, .date-index {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 12.54px;
    padding-bottom: 7.59px;
}
.latest-entries a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.date-index a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.date-index a:hover {
    text-decoration: underline;
}
.topic-list {
    display: flex;
    gap: 11.02px;
    flex-wrap: wrap;
}
.term-badge {
    text-decoration: none;
    color: #000000 !important;
    font-size: 12.5px;
    padding: 8.39px 16.9px;
    display: inline-block;
    border-radius: 7.03px;
    border: 2px solid #000000;
    background: #ffffff;
    font-weight: 600;
}
.term-badge:hover {
    color: #ffffff !important;
    background: #000000;
}
.footer-bar {
    border-top: 2px solid #000000;
    text-align: center;
    padding: 38.3px 0;
    font-weight: 600;
    background: #fff;
    font-size: 13.05px;
    color: #000000;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
