
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    -webkit-text-size-adjust: 100%;
    background: #ffffff;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text);
    line-height: 1.6;
}
.inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 22.53px;
}
.nav-wrap {
    margin-bottom: 42.9px;
    border-bottom: 2px solid #000000;
    background: #ffffff;
    padding: 23.48px 0;
}
.brand-mark {
    color: #000000;
    text-decoration: none;
    font-weight: 800;
    font-size: 23.9px;
    text-transform: uppercase;
}
.main-menu {
    display: flex;
    gap: 23.56px;
}
.main-menu a {
    text-transform: uppercase;
    color: #000000 !important;
    font-weight: 700;
    text-decoration: none;
    font-size: 14.31px;
}
.main-menu a:hover {
    opacity: 0.7;
}
.split-view {
    margin-bottom: 82.42px;
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 62.56px;
}
.lead-article {
    background: #ffffff;
    border: 2px solid #000000;
    padding: 46.45px;
    border-radius: 11.79px;
}
.main-text {
    color: #000000;
    font-size: 18.82px;
    line-height: 1.76;
}
.main-text a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.info-panel {
    position: sticky;
    top: 40px;
}
.widget-box {
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 11.49px;
    margin-bottom: 30.53px;
    padding: 25.16px;
}
.module-head {
    border-bottom: 2px solid #000000;
    padding-bottom: 9.36px;
    font-weight: 800;
    text-transform: uppercase;
    color: #000000;
    font-size: 20px;
    margin-bottom: 18.84px;
}
.new-items, .date-index {
    list-style: none;
    padding: 0;
}
.new-items li {
    margin-bottom: 11.45px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 10.16px;
}
.new-items a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.new-items a:hover {
    text-decoration: underline;
}
.date-index a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.date-index a:hover {
    text-decoration: underline;
}
.tag-area {
    display: flex;
    flex-wrap: wrap;
    gap: 10.6px;
}
.topic-chip {
    border-radius: 6.5px;
    text-decoration: none;
    padding: 6.61px 13.52px;
    border: 2px solid #000000;
    background: #ffffff;
    font-weight: 600;
    display: inline-block;
    font-size: 13.69px;
    color: #000000 !important;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.closing {
    color: #000000;
    border-top: 2px solid #000000;
    background: #fff;
    font-size: 13.17px;
    padding: 38.37px 0;
    font-weight: 600;
    text-align: center;
}
@media (max-width: 900px) { .split-view { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
