
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -moz-text-size-adjust: 100%;
    line-height: 1.63;
    color: var(--text);
    background: #ffffff;
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
.wrapper {
    padding: 0 20.18px;
    max-width: 1200px;
    margin: 0 auto;
}
.nav-wrap {
    margin-bottom: 37.12px;
    padding: 25.98px 0;
    background: #ffffff;
    border-bottom: 2px solid #000000;
}
.brand-mark {
    color: #000000;
    font-size: 24.44px;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
}
.main-menu {
    display: flex;
    gap: 26.27px;
}
.main-menu a {
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000 !important;
    font-size: 14.66px;
}
.main-menu a:hover {
    opacity: 0.7;
}
.layout-grid {
    gap: 62px;
    margin-bottom: 82.52px;
    display: grid;
    grid-template-columns: 1fr 300px;
}
.main-post {
    border: 2px solid #000000;
    padding: 50.12px;
    background: #ffffff;
    border-radius: 12.27px;
}
.post-body {
    font-size: 17.3px;
    line-height: 1.81;
    color: #000000;
}
.post-body a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.side-block {
    margin-bottom: 31.82px;
    border-radius: 12.98px;
    padding: 23.4px;
    border: 2px solid #000000;
    background: #ffffff;
}
.label {
    font-weight: 800;
    font-size: 20.13px;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    padding-bottom: 12.47px;
    margin-bottom: 22.51px;
    color: #000000;
}
.latest-entries, .date-index {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    margin-bottom: 8.64px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 10.55px;
}
.latest-entries a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.date-index a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.date-index a:hover {
    text-decoration: underline;
}
.topic-list {
    display: flex;
    gap: 11.98px;
    flex-wrap: wrap;
}
.pill {
    font-weight: 600;
    border: 2px solid #000000;
    display: inline-block;
    font-size: 12.3px;
    text-decoration: none;
    padding: 9px 13.66px;
    border-radius: 8.55px;
    color: #000000 !important;
    background: #ffffff;
}
.pill:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    padding: 38.64px 0;
    text-align: center;
    background: #fff;
    font-size: 14.82px;
    color: #000000;
    border-top: 2px solid #000000;
    font-weight: 600;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
