
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text);
    background: #ffffff;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.62;
    text-size-adjust: 100%;
}
.shell {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 21.57px;
}
.nav-wrap {
    margin-bottom: 42.51px;
    padding: 23.72px 0;
    border-bottom: 2px solid #000000;
    background: #ffffff;
}
.brand-link {
    font-size: 23.65px;
    font-weight: 800;
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
}
.nav-bar {
    display: flex;
    gap: 26.34px;
}
.nav-bar a {
    color: #000000 !important;
    font-size: 14.34px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.page-grid {
    display: grid;
    margin-bottom: 77.52px;
    gap: 62.27px;
    grid-template-columns: 1fr 300px;
}
.main-post {
    border: 2px solid #000000;
    border-radius: 13.06px;
    background: #ffffff;
    padding: 45.26px;
}
.read-area {
    font-size: 17.05px;
    line-height: 1.83;
    color: #000000;
}
.read-area a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.right-col {
    position: sticky;
    top: 40px;
}
.info-card {
    border-radius: 10.38px;
    padding: 24.06px;
    margin-bottom: 32.18px;
    background: #ffffff;
    border: 2px solid #000000;
}
.module-head {
    padding-bottom: 9.82px;
    font-weight: 800;
    color: #000000;
    font-size: 20.86px;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    margin-bottom: 17.02px;
}
.latest-entries, .history-list {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    padding-bottom: 8.37px;
    margin-bottom: 12.27px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.latest-entries a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.history-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.history-list a:hover {
    text-decoration: underline;
}
.term-cloud {
    gap: 8.84px;
    flex-wrap: wrap;
    display: flex;
}
.term-badge {
    border: 2px solid #000000;
    border-radius: 6.38px;
    text-decoration: none;
    font-size: 12.24px;
    background: #ffffff;
    color: #000000 !important;
    display: inline-block;
    padding: 8.81px 11.16px;
    font-weight: 600;
}
.term-badge:hover {
    color: #ffffff !important;
    background: #000000;
}
.footer-bar {
    border-top: 2px solid #000000;
    background: #fff;
    text-align: center;
    padding: 39.59px 0;
    color: #000000;
    font-weight: 600;
    font-size: 14.97px;
}
@media (max-width: 900px) { .page-grid { grid-template-columns: 1fr; gap: 40px; } .right-col {
    position: static;
} }
