
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    line-height: 1.56;
    text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #ffffff;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: var(--text);
}
.shell {
    padding: 0 17.86px;
    margin: 0 auto;
    max-width: 1200px;
}
.head-section {
    padding: 25.56px 0;
    margin-bottom: 37.97px;
    border-bottom: 2px solid #000000;
    background: #ffffff;
}
.home-brand {
    color: #000000;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 24.51px;
    text-decoration: none;
}
.nav-bar {
    display: flex;
    gap: 22.44px;
}
.nav-bar a {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14.42px;
    text-decoration: none;
    color: #000000 !important;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.dual-panel {
    grid-template-columns: 1fr 300px;
    margin-bottom: 79.63px;
    display: grid;
    gap: 59.89px;
}
.top-story {
    padding: 45.59px;
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 13.25px;
}
.read-area {
    color: #000000;
    line-height: 1.8;
    font-size: 17.38px;
}
.read-area a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.aside-col {
    top: 40px;
    position: sticky;
}
.panel-item {
    border: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 28.17px;
    padding: 23.29px;
    border-radius: 11.6px;
}
.panel-title {
    margin-bottom: 20.84px;
    text-transform: uppercase;
    padding-bottom: 7.68px;
    font-size: 19.55px;
    font-weight: 800;
    border-bottom: 2px solid #000000;
    color: #000000;
}
.feed-list, .month-list {
    list-style: none;
    padding: 0;
}
.feed-list li {
    margin-bottom: 11.91px;
    padding-bottom: 9.26px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.feed-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.feed-list a:hover {
    text-decoration: underline;
}
.month-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.month-list a:hover {
    text-decoration: underline;
}
.topic-list {
    flex-wrap: wrap;
    gap: 8.81px;
    display: flex;
}
.term-badge {
    display: inline-block;
    border-radius: 7.92px;
    color: #000000 !important;
    font-weight: 600;
    border: 2px solid #000000;
    background: #ffffff;
    padding: 8.58px 11.58px;
    text-decoration: none;
    font-size: 13.35px;
}
.term-badge:hover {
    background: #000000;
    color: #ffffff !important;
}
.ground {
    text-align: center;
    color: #000000;
    font-size: 13.69px;
    border-top: 2px solid #000000;
    padding: 40.72px 0;
    background: #fff;
    font-weight: 600;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .aside-col {
    position: static;
} }
