
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    line-height: 1.62;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -moz-text-size-adjust: 100%;
    background: #ffffff;
    -ms-text-size-adjust: 100%;
    color: var(--text);
    text-size-adjust: 100%;
}
.wrapper {
    margin: 0 auto;
    padding: 0 20.33px;
    max-width: 1200px;
}
.banner-area {
    margin-bottom: 38.88px;
    padding: 22.86px 0;
    border-bottom: 2px solid #000000;
    background: #ffffff;
}
.identity {
    font-weight: 800;
    text-decoration: none;
    font-size: 23.29px;
    color: #000000;
    text-transform: uppercase;
}
.top-menu {
    display: flex;
    gap: 24.19px;
}
.top-menu a {
    font-size: 13.33px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000 !important;
    font-weight: 700;
}
.top-menu a:hover {
    opacity: 0.7;
}
.layout-grid {
    margin-bottom: 82.25px;
    gap: 61.52px;
    display: grid;
    grid-template-columns: 1fr 300px;
}
.lead-article {
    border-radius: 11.61px;
    border: 2px solid #000000;
    padding: 49.74px;
    background: #ffffff;
}
.read-area {
    font-size: 17.16px;
    line-height: 1.79;
    color: #000000;
}
.read-area a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.rail {
    top: 40px;
    position: sticky;
}
.panel-item {
    border: 2px solid #000000;
    margin-bottom: 28.01px;
    padding: 21.67px;
    background: #ffffff;
    border-radius: 13.77px;
}
.section-head {
    text-transform: uppercase;
    font-size: 19.19px;
    margin-bottom: 18.23px;
    color: #000000;
    border-bottom: 2px solid #000000;
    font-weight: 800;
    padding-bottom: 9.78px;
}
.latest-entries, .past-entries {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    padding-bottom: 9.24px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 11.43px;
}
.latest-entries a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.past-entries a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.past-entries a:hover {
    text-decoration: underline;
}
.term-cloud {
    flex-wrap: wrap;
    gap: 9.43px;
    display: flex;
}
.label-item {
    padding: 5.1px 14.41px;
    border-radius: 6.15px;
    color: #000000 !important;
    display: inline-block;
    text-decoration: none;
    border: 2px solid #000000;
    background: #ffffff;
    font-size: 12.04px;
    font-weight: 600;
}
.label-item:hover {
    background: #000000;
    color: #ffffff !important;
}
.end-section {
    border-top: 2px solid #000000;
    font-weight: 600;
    font-size: 13.37px;
    color: #000000;
    padding: 40.97px 0;
    background: #fff;
    text-align: center;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .rail {
    position: static;
} }
