
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    -ms-text-size-adjust: 100%;
    background: #ffffff;
    line-height: 1.57;
    color: var(--text);
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
}
.shell {
    padding: 0 22.68px;
    max-width: 1200px;
    margin: 0 auto;
}
.nav-wrap {
    padding: 26.86px 0;
    background: #ffffff;
    border-bottom: 2px solid #000000;
    margin-bottom: 42.69px;
}
.identity {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 24.43px;
    color: #000000;
    text-decoration: none;
}
.main-menu {
    display: flex;
    gap: 24.09px;
}
.main-menu a {
    font-size: 13.84px;
    font-weight: 700;
    color: #000000 !important;
    text-decoration: none;
    text-transform: uppercase;
}
.main-menu a:hover {
    opacity: 0.7;
}
.layout-grid {
    grid-template-columns: 1fr 300px;
    gap: 62.55px;
    margin-bottom: 78.23px;
    display: grid;
}
.lead-article {
    background: #ffffff;
    padding: 49.16px;
    border-radius: 12.99px;
    border: 2px solid #000000;
}
.body-copy {
    font-size: 18.92px;
    line-height: 1.83;
    color: #000000;
}
.body-copy a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.info-panel {
    top: 40px;
    position: sticky;
}
.side-block {
    border-radius: 10.84px;
    padding: 26.82px;
    background: #ffffff;
    border: 2px solid #000000;
    margin-bottom: 30.33px;
}
.block-heading {
    margin-bottom: 22.01px;
    color: #000000;
    border-bottom: 2px solid #000000;
    font-weight: 800;
    font-size: 19.4px;
    padding-bottom: 8.81px;
    text-transform: uppercase;
}
.fresh-list, .history-list {
    padding: 0;
    list-style: none;
}
.fresh-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 9.18px;
    padding-bottom: 12.59px;
}
.fresh-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.fresh-list 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 {
    display: flex;
    flex-wrap: wrap;
    gap: 11.02px;
}
.chip {
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    padding: 6.83px 13.13px;
    background: #ffffff;
    color: #000000 !important;
    border-radius: 9.54px;
    font-size: 12.84px;
    border: 2px solid #000000;
}
.chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.closing {
    background: #fff;
    color: #000000;
    text-align: center;
    border-top: 2px solid #000000;
    font-size: 14.52px;
    padding: 37.6px 0;
    font-weight: 600;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
