
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    color: var(--text);
    text-size-adjust: 100%;
    line-height: 1.56;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
}
.shell {
    max-width: 1200px;
    padding: 0 19.52px;
    margin: 0 auto;
}
.banner-area {
    border-bottom: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 42.01px;
    padding: 24.28px 0;
}
.identity {
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
    font-size: 24.64px;
    color: #000000;
}
.primary-nav {
    gap: 26.08px;
    display: flex;
}
.primary-nav a {
    font-size: 14.66px;
    text-decoration: none;
    font-weight: 700;
    color: #000000 !important;
    text-transform: uppercase;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.content-grid {
    gap: 58.41px;
    margin-bottom: 82.16px;
    grid-template-columns: 1fr 300px;
    display: grid;
}
.main-post {
    background: #ffffff;
    border-radius: 13.37px;
    padding: 50.52px;
    border: 2px solid #000000;
}
.content-area {
    font-size: 17.74px;
    line-height: 1.78;
    color: #000000;
}
.content-area a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.secondary {
    top: 40px;
    position: sticky;
}
.panel-item {
    margin-bottom: 28.84px;
    padding: 26.39px;
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 13.5px;
}
.module-head {
    color: #000000;
    border-bottom: 2px solid #000000;
    padding-bottom: 11.45px;
    font-size: 20.43px;
    font-weight: 800;
    margin-bottom: 18.35px;
    text-transform: uppercase;
}
.latest-entries, .date-index {
    list-style: none;
    padding: 0;
}
.latest-entries li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 12.77px;
    margin-bottom: 10.51px;
}
.latest-entries a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.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;
}
.term-cloud {
    flex-wrap: wrap;
    gap: 7.23px;
    display: flex;
}
.term-badge {
    background: #ffffff;
    display: inline-block;
    color: #000000 !important;
    font-size: 12.66px;
    padding: 6.64px 15.88px;
    text-decoration: none;
    border: 2px solid #000000;
    border-radius: 9.89px;
    font-weight: 600;
}
.term-badge:hover {
    color: #ffffff !important;
    background: #000000;
}
.base-bar {
    text-align: center;
    color: #000000;
    border-top: 2px solid #000000;
    background: #fff;
    font-weight: 600;
    padding: 39.35px 0;
    font-size: 14.66px;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
