
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
body {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    line-height: 1.57;
    background: #ffffff;
    color: var(--text);
    text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
}
.page-wrap {
    padding: 0 21.26px;
    margin: 0 auto;
    max-width: 1200px;
}
.nav-wrap {
    margin-bottom: 42.85px;
    background: #ffffff;
    padding: 25.24px 0;
    border-bottom: 2px solid #000000;
}
.home-brand {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    color: #000000;
    font-size: 23.62px;
}
.main-menu {
    display: flex;
    gap: 27.69px;
}
.main-menu a {
    text-transform: uppercase;
    font-size: 14.94px;
    text-decoration: none;
    color: #000000 !important;
    font-weight: 700;
}
.main-menu a:hover {
    opacity: 0.7;
}
.dual-panel {
    grid-template-columns: 1fr 300px;
    margin-bottom: 82.98px;
    display: grid;
    gap: 60.46px;
}
.top-story {
    border-radius: 12.38px;
    padding: 45.44px;
    background: #ffffff;
    border: 2px solid #000000;
}
.content-area {
    font-size: 17.86px;
    color: #000000;
    line-height: 1.85;
}
.content-area a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.widget-box {
    padding: 22.37px;
    margin-bottom: 29.3px;
    border-radius: 10.05px;
    border: 2px solid #000000;
    background: #ffffff;
}
.section-head {
    text-transform: uppercase;
    font-size: 19.44px;
    color: #000000;
    font-weight: 800;
    border-bottom: 2px solid #000000;
    padding-bottom: 12.04px;
    margin-bottom: 17.68px;
}
.new-items, .date-index {
    padding: 0;
    list-style: none;
}
.new-items li {
    padding-bottom: 7.57px;
    margin-bottom: 7.49px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.new-items a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.new-items a:hover {
    text-decoration: underline;
}
.date-index a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.date-index a:hover {
    text-decoration: underline;
}
.topic-list {
    gap: 8.14px;
    flex-wrap: wrap;
    display: flex;
}
.chip {
    padding: 5.83px 16.12px;
    border: 2px solid #000000;
    border-radius: 7.21px;
    text-decoration: none;
    color: #000000 !important;
    font-size: 13.89px;
    font-weight: 600;
    background: #ffffff;
    display: inline-block;
}
.chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    padding: 38.94px 0;
    text-align: center;
    font-weight: 600;
    color: #000000;
    background: #fff;
    border-top: 2px solid #000000;
    font-size: 13.45px;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
