
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: var(--text);
    background: #ffffff;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    line-height: 1.6;
}
.content-wrap {
    padding: 0 22.18px;
    max-width: 1200px;
    margin: 0 auto;
}
.page-top {
    border-bottom: 2px solid #000000;
    margin-bottom: 39.2px;
    padding: 22.99px 0;
    background: #ffffff;
}
.brand-link {
    text-decoration: none;
    font-weight: 800;
    font-size: 24.59px;
    color: #000000;
    text-transform: uppercase;
}
.primary-nav {
    gap: 24.26px;
    display: flex;
}
.primary-nav a {
    font-size: 14.36px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000 !important;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.split-view {
    display: grid;
    gap: 58.44px;
    margin-bottom: 79.24px;
    grid-template-columns: 1fr 300px;
}
.hero-post {
    border-radius: 10.83px;
    background: #ffffff;
    border: 2px solid #000000;
    padding: 50.79px;
}
.post-body {
    line-height: 1.81;
    font-size: 17.27px;
    color: #000000;
}
.post-body a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.info-panel {
    top: 40px;
    position: sticky;
}
.panel-item {
    padding: 25.66px;
    border-radius: 12.03px;
    margin-bottom: 29.45px;
    background: #ffffff;
    border: 2px solid #000000;
}
.block-heading {
    font-size: 20.92px;
    margin-bottom: 19.8px;
    color: #000000;
    font-weight: 800;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    padding-bottom: 10.95px;
}
.latest-entries, .date-index {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    margin-bottom: 11.08px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 7.79px;
}
.latest-entries a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.date-index a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.date-index a:hover {
    text-decoration: underline;
}
.topic-list {
    display: flex;
    gap: 9.81px;
    flex-wrap: wrap;
}
.keyword-tag {
    color: #000000 !important;
    font-size: 12.43px;
    background: #ffffff;
    font-weight: 600;
    border-radius: 6.36px;
    border: 2px solid #000000;
    padding: 5.11px 12.82px;
    text-decoration: none;
    display: inline-block;
}
.keyword-tag:hover {
    color: #ffffff !important;
    background: #000000;
}
.end-section {
    color: #000000;
    padding: 39.12px 0;
    font-weight: 600;
    font-size: 14.78px;
    background: #fff;
    border-top: 2px solid #000000;
    text-align: center;
}
@media (max-width: 900px) { .split-view { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
