
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    color: var(--text);
    text-size-adjust: 100%;
    line-height: 1.59;
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #ffffff;
}
.wrapper {
    padding: 0 19.62px;
    margin: 0 auto;
    max-width: 1200px;
}
.page-top {
    padding: 25.88px 0;
    border-bottom: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 40.15px;
}
.brand-mark {
    text-decoration: none;
    font-weight: 800;
    color: #000000;
    font-size: 23.5px;
    text-transform: uppercase;
}
.top-menu {
    gap: 27.85px;
    display: flex;
}
.top-menu a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14.42px;
    font-weight: 700;
    color: #000000 !important;
}
.top-menu a:hover {
    opacity: 0.7;
}
.layout-grid {
    display: grid;
    gap: 61.5px;
    grid-template-columns: 1fr 300px;
    margin-bottom: 79.46px;
}
.main-post {
    background: #ffffff;
    padding: 47.92px;
    border-radius: 10.43px;
    border: 2px solid #000000;
}
.post-body {
    color: #000000;
    line-height: 1.84;
    font-size: 17.48px;
}
.post-body a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.info-panel {
    position: sticky;
    top: 40px;
}
.module {
    border-radius: 11.35px;
    border: 2px solid #000000;
    margin-bottom: 31.61px;
    background: #ffffff;
    padding: 22.44px;
}
.module-head {
    text-transform: uppercase;
    margin-bottom: 22.1px;
    padding-bottom: 7.8px;
    font-size: 19.36px;
    font-weight: 800;
    color: #000000;
    border-bottom: 2px solid #000000;
}
.latest-entries, .month-list {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 10.79px;
    padding-bottom: 11.41px;
}
.latest-entries a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.month-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.month-list a:hover {
    text-decoration: underline;
}
.label-group {
    gap: 7.2px;
    display: flex;
    flex-wrap: wrap;
}
.chip {
    background: #ffffff;
    text-decoration: none;
    font-size: 12.9px;
    display: inline-block;
    padding: 4.71px 11.57px;
    font-weight: 600;
    border-radius: 8.6px;
    border: 2px solid #000000;
    color: #000000 !important;
}
.chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.base-bar {
    background: #fff;
    font-weight: 600;
    color: #000000;
    text-align: center;
    border-top: 2px solid #000000;
    font-size: 14.09px;
    padding: 42.14px 0;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
