
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    background: #ffffff;
    color: var(--text);
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.61;
}
.wrapper {
    padding: 0 21.07px;
    margin: 0 auto;
    max-width: 1200px;
}
.top-bar {
    margin-bottom: 37.46px;
    padding: 27.08px 0;
    background: #ffffff;
    border-bottom: 2px solid #000000;
}
.brand-link {
    font-weight: 800;
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
    font-size: 24.1px;
}
.top-menu {
    gap: 27.6px;
    display: flex;
}
.top-menu a {
    text-decoration: none;
    color: #000000 !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14.25px;
}
.top-menu a:hover {
    opacity: 0.7;
}
.dual-panel {
    display: grid;
    gap: 61.94px;
    margin-bottom: 80.51px;
    grid-template-columns: 1fr 300px;
}
.top-story {
    background: #ffffff;
    border: 2px solid #000000;
    padding: 49.39px;
    border-radius: 10.18px;
}
.main-text {
    color: #000000;
    font-size: 18.61px;
    line-height: 1.81;
}
.main-text a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.info-panel {
    top: 40px;
    position: sticky;
}
.widget-box {
    border: 2px solid #000000;
    padding: 25.63px;
    border-radius: 13.55px;
    margin-bottom: 30.67px;
    background: #ffffff;
}
.box-title {
    text-transform: uppercase;
    margin-bottom: 22.57px;
    padding-bottom: 7.66px;
    font-weight: 800;
    color: #000000;
    font-size: 19.88px;
    border-bottom: 2px solid #000000;
}
.new-items, .date-index {
    padding: 0;
    list-style: none;
}
.new-items li {
    padding-bottom: 9.38px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 9.2px;
}
.new-items a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.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;
}
.term-cloud {
    flex-wrap: wrap;
    display: flex;
    gap: 12.64px;
}
.term-badge {
    border: 2px solid #000000;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    font-size: 13.54px;
    border-radius: 7.53px;
    background: #ffffff;
    padding: 8.05px 14.07px;
    color: #000000 !important;
}
.term-badge:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    font-size: 13.01px;
    text-align: center;
    font-weight: 600;
    color: #000000;
    border-top: 2px solid #000000;
    background: #fff;
    padding: 38.62px 0;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
