
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    -moz-text-size-adjust: 100%;
    background: #ffffff;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text);
    text-size-adjust: 100%;
    line-height: 1.62;
}
.page-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20.45px;
}
.main-header {
    border-bottom: 2px solid #000000;
    padding: 25.84px 0;
    margin-bottom: 37.37px;
    background: #ffffff;
}
.home-brand {
    font-weight: 800;
    font-size: 24.01px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
}
.primary-nav {
    display: flex;
    gap: 27.56px;
}
.primary-nav a {
    text-decoration: none;
    font-size: 14.77px;
    color: #000000 !important;
    text-transform: uppercase;
    font-weight: 700;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.layout-grid {
    grid-template-columns: 1fr 300px;
    margin-bottom: 77.45px;
    gap: 61.93px;
    display: grid;
}
.main-post {
    padding: 46.34px;
    border-radius: 10.9px;
    border: 2px solid #000000;
    background: #ffffff;
}
.read-area {
    line-height: 1.82;
    color: #000000;
    font-size: 18.2px;
}
.read-area a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.rail {
    top: 40px;
    position: sticky;
}
.widget-box {
    padding: 25.96px;
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 12.77px;
    margin-bottom: 29.08px;
}
.module-head {
    font-weight: 800;
    margin-bottom: 17.08px;
    color: #000000;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    font-size: 19.81px;
    padding-bottom: 8.03px;
}
.latest-entries, .history-list {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    margin-bottom: 8.75px;
    padding-bottom: 10.93px;
    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 {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.history-list a:hover {
    text-decoration: underline;
}
.term-cloud {
    flex-wrap: wrap;
    gap: 12.97px;
    display: flex;
}
.label-item {
    text-decoration: none;
    color: #000000 !important;
    font-size: 13.95px;
    border: 2px solid #000000;
    padding: 5.33px 14.02px;
    border-radius: 8.99px;
    display: inline-block;
    font-weight: 600;
    background: #ffffff;
}
.label-item:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    font-size: 13.05px;
    text-align: center;
    padding: 40.56px 0;
    border-top: 2px solid #000000;
    color: #000000;
    background: #fff;
    font-weight: 600;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .rail {
    position: static;
} }
