
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -moz-text-size-adjust: 100%;
    color: var(--text);
    line-height: 1.62;
    -ms-text-size-adjust: 100%;
}
.shell {
    padding: 0 18.39px;
    margin: 0 auto;
    max-width: 1200px;
}
.main-header {
    padding: 26.12px 0;
    background: #ffffff;
    margin-bottom: 40.01px;
    border-bottom: 2px solid #000000;
}
.wordmark {
    font-size: 24.84px;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 800;
}
.main-menu {
    gap: 26.45px;
    display: flex;
}
.main-menu a {
    text-decoration: none;
    font-size: 14.74px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000000 !important;
}
.main-menu a:hover {
    opacity: 0.7;
}
.content-grid {
    gap: 57.52px;
    display: grid;
    grid-template-columns: 1fr 300px;
    margin-bottom: 78.73px;
}
.lead-article {
    border: 2px solid #000000;
    border-radius: 12.62px;
    padding: 47.04px;
    background: #ffffff;
}
.post-body {
    color: #000000;
    line-height: 1.8;
    font-size: 17.14px;
}
.post-body a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.aside-box {
    border-radius: 12.26px;
    border: 2px solid #000000;
    margin-bottom: 27.19px;
    background: #ffffff;
    padding: 22.35px;
}
.panel-title {
    padding-bottom: 10.45px;
    font-size: 19.94px;
    margin-bottom: 20.62px;
    color: #000000;
    border-bottom: 2px solid #000000;
    font-weight: 800;
    text-transform: uppercase;
}
.latest-entries, .date-index {
    list-style: none;
    padding: 0;
}
.latest-entries li {
    padding-bottom: 10.65px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 7.37px;
}
.latest-entries a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.date-index a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.date-index a:hover {
    text-decoration: underline;
}
.tag-area {
    flex-wrap: wrap;
    gap: 10.66px;
    display: flex;
}
.topic-chip {
    text-decoration: none;
    color: #000000 !important;
    font-weight: 600;
    border: 2px solid #000000;
    border-radius: 6.23px;
    padding: 4.22px 12.61px;
    font-size: 13.75px;
    background: #ffffff;
    display: inline-block;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.end-section {
    text-align: center;
    padding: 39.38px 0;
    font-size: 13.9px;
    font-weight: 600;
    border-top: 2px solid #000000;
    color: #000000;
    background: #fff;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
