
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    line-height: 1.58;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: var(--text);
    background: #ffffff;
}
.content-wrap {
    max-width: 1200px;
    padding: 0 17.67px;
    margin: 0 auto;
}
.page-top {
    margin-bottom: 40.6px;
    padding: 22.38px 0;
    border-bottom: 2px solid #000000;
    background: #ffffff;
}
.logo-text {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 23.04px;
    text-decoration: none;
    color: #000000;
}
.main-menu {
    display: flex;
    gap: 27.37px;
}
.main-menu a {
    font-weight: 700;
    text-decoration: none;
    color: #000000 !important;
    text-transform: uppercase;
    font-size: 14.22px;
}
.main-menu a:hover {
    opacity: 0.7;
}
.layout-grid {
    margin-bottom: 79.13px;
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 57.21px;
}
.main-post {
    padding: 50.46px;
    background: #ffffff;
    border-radius: 13.61px;
    border: 2px solid #000000;
}
.post-body {
    color: #000000;
    font-size: 18.01px;
    line-height: 1.8;
}
.post-body a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.module {
    border: 2px solid #000000;
    border-radius: 10.88px;
    margin-bottom: 28.16px;
    background: #ffffff;
    padding: 23.51px;
}
.module-head {
    font-size: 20.22px;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    color: #000000;
    font-weight: 800;
    margin-bottom: 18.23px;
    padding-bottom: 7.73px;
}
.latest-entries, .history-list {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 12.03px;
    margin-bottom: 9.15px;
}
.latest-entries a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.history-list a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.history-list a:hover {
    text-decoration: underline;
}
.term-cloud {
    gap: 12.24px;
    flex-wrap: wrap;
    display: flex;
}
.keyword-tag {
    background: #ffffff;
    color: #000000 !important;
    display: inline-block;
    text-decoration: none;
    border: 2px solid #000000;
    padding: 5.87px 15.99px;
    font-size: 12.31px;
    border-radius: 9.95px;
    font-weight: 600;
}
.keyword-tag:hover {
    color: #ffffff !important;
    background: #000000;
}
.base-bar {
    border-top: 2px solid #000000;
    padding: 38.04px 0;
    font-size: 13.08px;
    text-align: center;
    font-weight: 600;
    background: #fff;
    color: #000000;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
