
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
    background: #ffffff;
    text-size-adjust: 100%;
    color: var(--text);
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    line-height: 1.55;
}
.frame {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 17.68px;
}
.page-top {
    padding: 23.6px 0;
    background: #ffffff;
    border-bottom: 2px solid #000000;
    margin-bottom: 39.81px;
}
.brand-mark {
    font-size: 24.63px;
    font-weight: 800;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
}
.top-menu {
    display: flex;
    gap: 24.3px;
}
.top-menu a {
    font-weight: 700;
    color: #000000 !important;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14.34px;
}
.top-menu a:hover {
    opacity: 0.7;
}
.split-view {
    grid-template-columns: 1fr 300px;
    display: grid;
    gap: 57.28px;
    margin-bottom: 82.87px;
}
.feature-post {
    padding: 50.37px;
    border-radius: 11.01px;
    background: #ffffff;
    border: 2px solid #000000;
}
.post-body {
    line-height: 1.8;
    color: #000000;
    font-size: 18.15px;
}
.post-body a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.rail {
    position: sticky;
    top: 40px;
}
.module {
    border: 2px solid #000000;
    border-radius: 10.38px;
    margin-bottom: 30.32px;
    padding: 21.7px;
    background: #ffffff;
}
.label {
    font-weight: 800;
    color: #000000;
    font-size: 19.39px;
    padding-bottom: 11.64px;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    margin-bottom: 21.11px;
}
.latest-entries, .date-index {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    padding-bottom: 9.17px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 10.67px;
}
.latest-entries a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.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;
}
.chip-group {
    gap: 7.15px;
    display: flex;
    flex-wrap: wrap;
}
.topic-chip {
    color: #000000 !important;
    display: inline-block;
    background: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 13.67px;
    border-radius: 8.87px;
    border: 2px solid #000000;
    padding: 4.66px 14.43px;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    font-weight: 600;
    background: #fff;
    color: #000000;
    font-size: 14.23px;
    padding: 41.72px 0;
    border-top: 2px solid #000000;
    text-align: center;
}
@media (max-width: 900px) { .split-view { grid-template-columns: 1fr; gap: 40px; } .rail {
    position: static;
} }
