
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    color: var(--text);
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.63;
}
.inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 17.24px;
}
.head-section {
    padding: 22.78px 0;
    border-bottom: 2px solid #000000;
    margin-bottom: 37.32px;
    background: #ffffff;
}
.logo-text {
    text-decoration: none;
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
    font-size: 24.97px;
}
.header-links {
    gap: 22.84px;
    display: flex;
}
.header-links a {
    font-size: 14.35px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    color: #000000 !important;
}
.header-links a:hover {
    opacity: 0.7;
}
.split-view {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 59.84px;
    margin-bottom: 80.55px;
}
.primary-content {
    background: #ffffff;
    border: 2px solid #000000;
    padding: 48.58px;
    border-radius: 10.83px;
}
.body-copy {
    color: #000000;
    line-height: 1.81;
    font-size: 18.57px;
}
.body-copy a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.widget-box {
    border-radius: 11.31px;
    margin-bottom: 30.5px;
    background: #ffffff;
    border: 2px solid #000000;
    padding: 23.6px;
}
.block-heading {
    border-bottom: 2px solid #000000;
    font-size: 20.25px;
    margin-bottom: 22.9px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 800;
    padding-bottom: 9.44px;
}
.latest-entries, .date-index {
    list-style: none;
    padding: 0;
}
.latest-entries li {
    padding-bottom: 10.54px;
    margin-bottom: 11.09px;
    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;
}
.date-index a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.date-index a:hover {
    text-decoration: underline;
}
.keyword-wrap {
    gap: 12.85px;
    flex-wrap: wrap;
    display: flex;
}
.chip {
    border-radius: 7.03px;
    text-decoration: none;
    display: inline-block;
    border: 2px solid #000000;
    font-size: 13.78px;
    padding: 6.51px 16.12px;
    color: #000000 !important;
    background: #ffffff;
    font-weight: 600;
}
.chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.ground {
    font-weight: 600;
    border-top: 2px solid #000000;
    text-align: center;
    font-size: 13.07px;
    background: #fff;
    color: #000000;
    padding: 42.77px 0;
}
@media (max-width: 900px) { .split-view { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
