
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    background: #ffffff;
    text-size-adjust: 100%;
    line-height: 1.62;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -moz-text-size-adjust: 100%;
    color: var(--text);
    -ms-text-size-adjust: 100%;
}
.shell {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 21.84px;
}
.nav-wrap {
    border-bottom: 2px solid #000000;
    margin-bottom: 41.45px;
    padding: 25.61px 0;
    background: #ffffff;
}
.brand-mark {
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 800;
    font-size: 24.59px;
}
.top-menu {
    display: flex;
    gap: 22.01px;
}
.top-menu a {
    font-size: 13.58px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    color: #000000 !important;
}
.top-menu a:hover {
    opacity: 0.7;
}
.page-grid {
    margin-bottom: 79.86px;
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 60.84px;
}
.primary-content {
    border: 2px solid #000000;
    border-radius: 10.37px;
    padding: 48.79px;
    background: #ffffff;
}
.main-text {
    line-height: 1.84;
    color: #000000;
    font-size: 17.7px;
}
.main-text a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.secondary {
    top: 40px;
    position: sticky;
}
.module {
    background: #ffffff;
    padding: 21.6px;
    border-radius: 10.62px;
    border: 2px solid #000000;
    margin-bottom: 32.04px;
}
.panel-title {
    text-transform: uppercase;
    color: #000000;
    border-bottom: 2px solid #000000;
    font-weight: 800;
    margin-bottom: 20.92px;
    padding-bottom: 9.87px;
    font-size: 20.91px;
}
.fresh-list, .history-list {
    padding: 0;
    list-style: none;
}
.fresh-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 12.42px;
    padding-bottom: 8.48px;
}
.fresh-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.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;
}
.keyword-wrap {
    gap: 10.06px;
    flex-wrap: wrap;
    display: flex;
}
.pill {
    border: 2px solid #000000;
    padding: 7.77px 15.7px;
    border-radius: 6.48px;
    text-decoration: none;
    color: #000000 !important;
    background: #ffffff;
    display: inline-block;
    font-size: 12.25px;
    font-weight: 600;
}
.pill:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    border-top: 2px solid #000000;
    padding: 39.12px 0;
    color: #000000;
    font-weight: 600;
    background: #fff;
    font-size: 13px;
    text-align: center;
}
@media (max-width: 900px) { .page-grid { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
