
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -moz-text-size-adjust: 100%;
    color: var(--text);
    -webkit-text-size-adjust: 100%;
    background: #ffffff;
    text-size-adjust: 100%;
    line-height: 1.64;
    -ms-text-size-adjust: 100%;
}
.wrapper {
    max-width: 1200px;
    padding: 0 21.96px;
    margin: 0 auto;
}
.main-header {
    border-bottom: 2px solid #000000;
    padding: 25.14px 0;
    background: #ffffff;
    margin-bottom: 38.75px;
}
.brand-mark {
    font-size: 24.06px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 800;
    color: #000000;
}
.main-menu {
    gap: 24.64px;
    display: flex;
}
.main-menu a {
    color: #000000 !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14.62px;
    text-decoration: none;
}
.main-menu a:hover {
    opacity: 0.7;
}
.dual-panel {
    display: grid;
    grid-template-columns: 1fr 300px;
    margin-bottom: 79.91px;
    gap: 60.19px;
}
.top-story {
    border: 2px solid #000000;
    padding: 46.9px;
    border-radius: 10.62px;
    background: #ffffff;
}
.read-area {
    font-size: 17.7px;
    line-height: 1.77;
    color: #000000;
}
.read-area a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.info-panel {
    position: sticky;
    top: 40px;
}
.widget-box {
    background: #ffffff;
    margin-bottom: 27.07px;
    padding: 26.54px;
    border-radius: 10.65px;
    border: 2px solid #000000;
}
.panel-title {
    font-weight: 800;
    margin-bottom: 22.22px;
    padding-bottom: 12.75px;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    color: #000000;
    font-size: 20.6px;
}
.new-items, .history-list {
    padding: 0;
    list-style: none;
}
.new-items li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 12.66px;
    margin-bottom: 9.6px;
}
.new-items a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.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;
}
.chip-group {
    flex-wrap: wrap;
    display: flex;
    gap: 11.8px;
}
.pill {
    border: 2px solid #000000;
    color: #000000 !important;
    text-decoration: none;
    font-size: 12.17px;
    padding: 7.05px 15.69px;
    border-radius: 8.1px;
    background: #ffffff;
    display: inline-block;
    font-weight: 600;
}
.pill:hover {
    color: #ffffff !important;
    background: #000000;
}
.footer-bar {
    font-size: 13px;
    color: #000000;
    background: #fff;
    font-weight: 600;
    border-top: 2px solid #000000;
    padding: 42.46px 0;
    text-align: center;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
