
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    -ms-text-size-adjust: 100%;
    color: var(--text);
    text-size-adjust: 100%;
    background: #ffffff;
    -moz-text-size-adjust: 100%;
    line-height: 1.6;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
}
.content-wrap {
    margin: 0 auto;
    padding: 0 21.1px;
    max-width: 1200px;
}
.nav-wrap {
    border-bottom: 2px solid #000000;
    margin-bottom: 41.92px;
    padding: 24.1px 0;
    background: #ffffff;
}
.home-brand {
    color: #000000;
    font-size: 24.13px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 800;
}
.primary-nav {
    display: flex;
    gap: 24.55px;
}
.primary-nav a {
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000 !important;
    font-size: 13.03px;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.layout-grid {
    margin-bottom: 77.6px;
    display: grid;
    gap: 62.15px;
    grid-template-columns: 1fr 300px;
}
.top-story {
    padding: 50.72px;
    border-radius: 12.25px;
    background: #ffffff;
    border: 2px solid #000000;
}
.read-area {
    color: #000000;
    font-size: 18.09px;
    line-height: 1.83;
}
.read-area a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.panel-item {
    border-radius: 11.93px;
    background: #ffffff;
    border: 2px solid #000000;
    margin-bottom: 31.82px;
    padding: 21.09px;
}
.label {
    padding-bottom: 10.98px;
    border-bottom: 2px solid #000000;
    font-size: 19.94px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 17.36px;
    color: #000000;
}
.feed-list, .date-index {
    list-style: none;
    padding: 0;
}
.feed-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 10.11px;
    margin-bottom: 11.04px;
}
.feed-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.feed-list a:hover {
    text-decoration: underline;
}
.date-index a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.date-index a:hover {
    text-decoration: underline;
}
.label-group {
    gap: 9.14px;
    display: flex;
    flex-wrap: wrap;
}
.label-item {
    font-size: 12.61px;
    color: #000000 !important;
    border: 2px solid #000000;
    padding: 6.51px 14.85px;
    display: inline-block;
    border-radius: 8.41px;
    text-decoration: none;
    font-weight: 600;
    background: #ffffff;
}
.label-item:hover {
    background: #000000;
    color: #ffffff !important;
}
.base-bar {
    color: #000000;
    padding: 42.03px 0;
    font-weight: 600;
    text-align: center;
    border-top: 2px solid #000000;
    font-size: 14.27px;
    background: #fff;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
