
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    background: #ffffff;
    line-height: 1.56;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text);
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
.shell {
    padding: 0 22.22px;
    max-width: 1200px;
    margin: 0 auto;
}
.nav-wrap {
    border-bottom: 2px solid #000000;
    margin-bottom: 41.13px;
    padding: 22.96px 0;
    background: #ffffff;
}
.brand-mark {
    font-size: 24.48px;
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
}
.main-menu {
    gap: 24.95px;
    display: flex;
}
.main-menu a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13.85px;
    color: #000000 !important;
    text-decoration: none;
}
.main-menu a:hover {
    opacity: 0.7;
}
.page-grid {
    grid-template-columns: 1fr 300px;
    display: grid;
    margin-bottom: 81.26px;
    gap: 57.36px;
}
.feature-post {
    padding: 50.52px;
    border-radius: 13.71px;
    border: 2px solid #000000;
    background: #ffffff;
}
.content-area {
    line-height: 1.81;
    color: #000000;
    font-size: 18.57px;
}
.content-area a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.info-card {
    border: 2px solid #000000;
    background: #ffffff;
    padding: 21.98px;
    margin-bottom: 28.25px;
    border-radius: 13.17px;
}
.label {
    padding-bottom: 9.29px;
    border-bottom: 2px solid #000000;
    font-weight: 800;
    color: #000000;
    font-size: 20.31px;
    margin-bottom: 18.29px;
    text-transform: uppercase;
}
.fresh-list, .history-list {
    padding: 0;
    list-style: none;
}
.fresh-list li {
    margin-bottom: 8.37px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 12.96px;
}
.fresh-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.fresh-list a:hover {
    text-decoration: underline;
}
.history-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.history-list a:hover {
    text-decoration: underline;
}
.topic-list {
    gap: 9.89px;
    display: flex;
    flex-wrap: wrap;
}
.pill {
    border-radius: 8.37px;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    background: #ffffff;
    padding: 6.37px 11.08px;
    color: #000000 !important;
    font-size: 12.49px;
    border: 2px solid #000000;
}
.pill:hover {
    color: #ffffff !important;
    background: #000000;
}
.base-bar {
    font-size: 13.33px;
    background: #fff;
    font-weight: 600;
    text-align: center;
    border-top: 2px solid #000000;
    padding: 37.28px 0;
    color: #000000;
}
@media (max-width: 900px) { .page-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
