
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    line-height: 1.62;
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
.shell {
    margin: 0 auto;
    padding: 0 17.91px;
    max-width: 1200px;
}
.banner-area {
    margin-bottom: 42.05px;
    background: #ffffff;
    border-bottom: 2px solid #000000;
    padding: 25.28px 0;
}
.logo-text {
    font-size: 23.94px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 800;
    text-decoration: none;
}
.header-links {
    display: flex;
    gap: 26.59px;
}
.header-links a {
    font-size: 13.08px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    color: #000000 !important;
}
.header-links a:hover {
    opacity: 0.7;
}
.split-view {
    grid-template-columns: 1fr 300px;
    gap: 59.66px;
    display: grid;
    margin-bottom: 82.84px;
}
.primary-content {
    padding: 49.83px;
    border-radius: 11.44px;
    background: #ffffff;
    border: 2px solid #000000;
}
.read-area {
    line-height: 1.81;
    font-size: 18.08px;
    color: #000000;
}
.read-area a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.right-col {
    top: 40px;
    position: sticky;
}
.widget-box {
    background: #ffffff;
    padding: 21.09px;
    border: 2px solid #000000;
    margin-bottom: 31.27px;
    border-radius: 13.59px;
}
.module-head {
    border-bottom: 2px solid #000000;
    margin-bottom: 21.28px;
    color: #000000;
    font-size: 19.08px;
    font-weight: 800;
    text-transform: uppercase;
    padding-bottom: 11.73px;
}
.latest-entries, .month-list {
    list-style: none;
    padding: 0;
}
.latest-entries li {
    margin-bottom: 11.9px;
    padding-bottom: 9.67px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.latest-entries a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.month-list a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.month-list a:hover {
    text-decoration: underline;
}
.term-cloud {
    flex-wrap: wrap;
    gap: 12.09px;
    display: flex;
}
.topic-chip {
    font-size: 12.43px;
    background: #ffffff;
    display: inline-block;
    text-decoration: none;
    border: 2px solid #000000;
    color: #000000 !important;
    padding: 5.81px 12.23px;
    border-radius: 7.35px;
    font-weight: 600;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.footer-bar {
    padding: 40px 0;
    border-top: 2px solid #000000;
    background: #fff;
    font-size: 13.27px;
    font-weight: 600;
    text-align: center;
    color: #000000;
}
@media (max-width: 900px) { .split-view { grid-template-columns: 1fr; gap: 40px; } .right-col {
    position: static;
} }
