
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.63;
    -webkit-text-size-adjust: 100%;
    color: var(--text);
    background: #ffffff;
}
.page-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 21.31px;
}
.page-top {
    border-bottom: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 42.27px;
    padding: 23.69px 0;
}
.brand-link {
    font-weight: 800;
    font-size: 23.7px;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
}
.nav-bar {
    display: flex;
    gap: 27.41px;
}
.nav-bar a {
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000 !important;
    font-size: 13.11px;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.dual-panel {
    gap: 58.32px;
    grid-template-columns: 1fr 300px;
    display: grid;
    margin-bottom: 82.34px;
}
.lead-article {
    background: #ffffff;
    border-radius: 12.95px;
    border: 2px solid #000000;
    padding: 45.89px;
}
.main-text {
    color: #000000;
    font-size: 17.02px;
    line-height: 1.83;
}
.main-text a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.secondary {
    top: 40px;
    position: sticky;
}
.aside-box {
    background: #ffffff;
    margin-bottom: 30.92px;
    border-radius: 12.19px;
    padding: 26.76px;
    border: 2px solid #000000;
}
.box-title {
    border-bottom: 2px solid #000000;
    padding-bottom: 10.58px;
    text-transform: uppercase;
    font-size: 19.16px;
    color: #000000;
    margin-bottom: 19.51px;
    font-weight: 800;
}
.new-items, .history-list {
    list-style: none;
    padding: 0;
}
.new-items li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 12.71px;
    padding-bottom: 9.1px;
}
.new-items a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.new-items a:hover {
    text-decoration: underline;
}
.history-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.history-list a:hover {
    text-decoration: underline;
}
.topic-list {
    gap: 10.29px;
    display: flex;
    flex-wrap: wrap;
}
.topic-chip {
    text-decoration: none;
    border-radius: 8.56px;
    border: 2px solid #000000;
    font-size: 12.58px;
    color: #000000 !important;
    font-weight: 600;
    display: inline-block;
    padding: 5.75px 14.05px;
    background: #ffffff;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.ground {
    border-top: 2px solid #000000;
    font-size: 14.19px;
    text-align: center;
    font-weight: 600;
    padding: 39.44px 0;
    background: #fff;
    color: #000000;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
