
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    line-height: 1.58;
    -moz-text-size-adjust: 100%;
    background: #ffffff;
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text);
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
.shell {
    margin: 0 auto;
    padding: 0 17.57px;
    max-width: 1200px;
}
.head-section {
    background: #ffffff;
    padding: 23.42px 0;
    margin-bottom: 37.65px;
    border-bottom: 2px solid #000000;
}
.wordmark {
    color: #000000;
    font-weight: 800;
    text-decoration: none;
    font-size: 24.19px;
    text-transform: uppercase;
}
.main-menu {
    gap: 22.34px;
    display: flex;
}
.main-menu a {
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14.21px;
    color: #000000 !important;
}
.main-menu a:hover {
    opacity: 0.7;
}
.content-grid {
    display: grid;
    gap: 60.54px;
    grid-template-columns: 1fr 300px;
    margin-bottom: 77.35px;
}
.main-post {
    border-radius: 12.97px;
    padding: 46.21px;
    background: #ffffff;
    border: 2px solid #000000;
}
.content-area {
    line-height: 1.79;
    font-size: 18.78px;
    color: #000000;
}
.content-area a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.rail {
    position: sticky;
    top: 40px;
}
.module {
    border-radius: 12.41px;
    padding: 24.26px;
    background: #ffffff;
    border: 2px solid #000000;
    margin-bottom: 30.26px;
}
.panel-title {
    border-bottom: 2px solid #000000;
    font-weight: 800;
    margin-bottom: 21.58px;
    font-size: 19.26px;
    text-transform: uppercase;
    color: #000000;
    padding-bottom: 12.72px;
}
.latest-entries, .date-index {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 11.43px;
    padding-bottom: 11.06px;
}
.latest-entries a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.date-index a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.date-index a:hover {
    text-decoration: underline;
}
.label-group {
    flex-wrap: wrap;
    display: flex;
    gap: 8.85px;
}
.label-item {
    padding: 7px 12.89px;
    font-size: 12.61px;
    border: 2px solid #000000;
    text-decoration: none;
    color: #000000 !important;
    display: inline-block;
    background: #ffffff;
    border-radius: 6.28px;
    font-weight: 600;
}
.label-item:hover {
    color: #ffffff !important;
    background: #000000;
}
.closing {
    font-weight: 600;
    padding: 39.1px 0;
    font-size: 14.27px;
    color: #000000;
    background: #fff;
    border-top: 2px solid #000000;
    text-align: center;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .rail {
    position: static;
} }
