
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
body {
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text);
    text-size-adjust: 100%;
    line-height: 1.6;
}
.inner {
    margin: 0 auto;
    padding: 0 22.59px;
    max-width: 1200px;
}
.banner-area {
    margin-bottom: 40.78px;
    background: #ffffff;
    border-bottom: 2px solid #000000;
    padding: 25.54px 0;
}
.home-brand {
    text-decoration: none;
    color: #000000;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 23.93px;
}
.nav-bar {
    display: flex;
    gap: 25.83px;
}
.nav-bar a {
    font-size: 13.07px;
    color: #000000 !important;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.layout-grid {
    margin-bottom: 80.19px;
    grid-template-columns: 1fr 300px;
    display: grid;
    gap: 58.74px;
}
.primary-content {
    border-radius: 13.44px;
    background: #ffffff;
    border: 2px solid #000000;
    padding: 49.53px;
}
.main-text {
    font-size: 18.58px;
    color: #000000;
    line-height: 1.77;
}
.main-text a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.rail {
    position: sticky;
    top: 40px;
}
.side-block {
    border: 2px solid #000000;
    background: #ffffff;
    padding: 23.37px;
    border-radius: 12.15px;
    margin-bottom: 30.01px;
}
.box-title {
    margin-bottom: 22.97px;
    font-size: 19.27px;
    padding-bottom: 8.11px;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    font-weight: 800;
    color: #000000;
}
.latest-entries, .date-index {
    list-style: none;
    padding: 0;
}
.latest-entries li {
    padding-bottom: 12.02px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 10.53px;
}
.latest-entries a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.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;
}
.chip-group {
    gap: 10.57px;
    display: flex;
    flex-wrap: wrap;
}
.pill {
    display: inline-block;
    color: #000000 !important;
    border-radius: 7.26px;
    font-size: 13.33px;
    font-weight: 600;
    background: #ffffff;
    text-decoration: none;
    padding: 6.58px 11.76px;
    border: 2px solid #000000;
}
.pill:hover {
    background: #000000;
    color: #ffffff !important;
}
.base-bar {
    background: #fff;
    color: #000000;
    font-weight: 600;
    font-size: 14.95px;
    padding: 40.37px 0;
    border-top: 2px solid #000000;
    text-align: center;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .rail {
    position: static;
} }
