
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    text-size-adjust: 100%;
    line-height: 1.63;
    background: #ffffff;
    color: var(--text);
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
}
.frame {
    margin: 0 auto;
    padding: 0 22.26px;
    max-width: 1200px;
}
.banner-area {
    background: #ffffff;
    padding: 22.12px 0;
    border-bottom: 2px solid #000000;
    margin-bottom: 39.9px;
}
.logo-text {
    font-size: 24.99px;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
    font-weight: 800;
}
.main-menu {
    display: flex;
    gap: 24.94px;
}
.main-menu a {
    text-decoration: none;
    color: #000000 !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14.58px;
}
.main-menu a:hover {
    opacity: 0.7;
}
.split-view {
    grid-template-columns: 1fr 300px;
    gap: 62.84px;
    display: grid;
    margin-bottom: 80.7px;
}
.lead-article {
    border: 2px solid #000000;
    padding: 45.83px;
    border-radius: 11.93px;
    background: #ffffff;
}
.entry-text {
    font-size: 17.19px;
    color: #000000;
    line-height: 1.84;
}
.entry-text a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.info-panel {
    top: 40px;
    position: sticky;
}
.panel-item {
    border-radius: 13.05px;
    background: #ffffff;
    padding: 25.46px;
    margin-bottom: 27.6px;
    border: 2px solid #000000;
}
.box-title {
    padding-bottom: 8.41px;
    text-transform: uppercase;
    color: #000000;
    font-size: 20.93px;
    border-bottom: 2px solid #000000;
    font-weight: 800;
    margin-bottom: 21.69px;
}
.fresh-list, .date-index {
    list-style: none;
    padding: 0;
}
.fresh-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 11.35px;
    padding-bottom: 11.25px;
}
.fresh-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.fresh-list a:hover {
    text-decoration: underline;
}
.date-index a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.date-index a:hover {
    text-decoration: underline;
}
.tag-area {
    display: flex;
    flex-wrap: wrap;
    gap: 9.31px;
}
.term-badge {
    border-radius: 7.61px;
    border: 2px solid #000000;
    padding: 4.71px 12px;
    font-size: 13.39px;
    font-weight: 600;
    display: inline-block;
    background: #ffffff;
    color: #000000 !important;
    text-decoration: none;
}
.term-badge:hover {
    color: #ffffff !important;
    background: #000000;
}
.footer-bar {
    font-size: 13.87px;
    font-weight: 600;
    background: #fff;
    color: #000000;
    border-top: 2px solid #000000;
    text-align: center;
    padding: 40.16px 0;
}
@media (max-width: 900px) { .split-view { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
