
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
body {
    -moz-text-size-adjust: 100%;
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #ffffff;
    text-size-adjust: 100%;
    line-height: 1.62;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
.wrapper {
    padding: 0 17.39px;
    max-width: 1200px;
    margin: 0 auto;
}
.head-section {
    padding: 27.51px 0;
    border-bottom: 2px solid #000000;
    margin-bottom: 37.16px;
    background: #ffffff;
}
.brand-mark {
    font-size: 23.6px;
    color: #000000;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
}
.nav-bar {
    gap: 25.28px;
    display: flex;
}
.nav-bar a {
    text-transform: uppercase;
    font-size: 14.71px;
    color: #000000 !important;
    font-weight: 700;
    text-decoration: none;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.layout-grid {
    margin-bottom: 82.42px;
    grid-template-columns: 1fr 300px;
    gap: 61.91px;
    display: grid;
}
.hero-post {
    background: #ffffff;
    padding: 48.08px;
    border: 2px solid #000000;
    border-radius: 11.75px;
}
.read-area {
    line-height: 1.83;
    font-size: 18.2px;
    color: #000000;
}
.read-area a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.secondary {
    top: 40px;
    position: sticky;
}
.widget-box {
    border-radius: 11.39px;
    padding: 21.19px;
    margin-bottom: 30.41px;
    background: #ffffff;
    border: 2px solid #000000;
}
.section-head {
    margin-bottom: 19.1px;
    color: #000000;
    padding-bottom: 7.92px;
    font-weight: 800;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    font-size: 19.99px;
}
.latest-entries, .history-list {
    list-style: none;
    padding: 0;
}
.latest-entries li {
    padding-bottom: 11.23px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 7.57px;
}
.latest-entries a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.history-list a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.history-list a:hover {
    text-decoration: underline;
}
.term-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 7.68px;
}
.chip {
    text-decoration: none;
    color: #000000 !important;
    background: #ffffff;
    font-size: 13.78px;
    display: inline-block;
    border-radius: 7.61px;
    font-weight: 600;
    padding: 5.54px 14.81px;
    border: 2px solid #000000;
}
.chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.end-section {
    text-align: center;
    color: #000000;
    font-weight: 600;
    background: #fff;
    border-top: 2px solid #000000;
    padding: 38.12px 0;
    font-size: 13.17px;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
