
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    color: var(--text);
    line-height: 1.59;
    background: #ffffff;
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
.page-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 17.26px;
}
.main-header {
    border-bottom: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 41.98px;
    padding: 26.74px 0;
}
.logo-text {
    font-size: 23.96px;
    color: #000000;
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
}
.main-menu {
    display: flex;
    gap: 27.74px;
}
.main-menu a {
    font-weight: 700;
    font-size: 14.25px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000 !important;
}
.main-menu a:hover {
    opacity: 0.7;
}
.content-grid {
    margin-bottom: 78.45px;
    display: grid;
    gap: 57.25px;
    grid-template-columns: 1fr 300px;
}
.hero-post {
    border-radius: 11.48px;
    border: 2px solid #000000;
    background: #ffffff;
    padding: 45.31px;
}
.main-text {
    line-height: 1.84;
    color: #000000;
    font-size: 18.65px;
}
.main-text a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.secondary {
    top: 40px;
    position: sticky;
}
.aside-box {
    border-radius: 13.24px;
    border: 2px solid #000000;
    background: #ffffff;
    padding: 21.96px;
    margin-bottom: 28.37px;
}
.block-heading {
    border-bottom: 2px solid #000000;
    font-size: 19.06px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 22.9px;
    color: #000000;
    padding-bottom: 11.58px;
}
.fresh-list, .history-list {
    list-style: none;
    padding: 0;
}
.fresh-list li {
    margin-bottom: 10.98px;
    padding-bottom: 9.47px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.fresh-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.fresh-list a:hover {
    text-decoration: underline;
}
.history-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.history-list a:hover {
    text-decoration: underline;
}
.label-group {
    flex-wrap: wrap;
    gap: 9.45px;
    display: flex;
}
.term-badge {
    border-radius: 6.94px;
    border: 2px solid #000000;
    color: #000000 !important;
    background: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 13.62px;
    padding: 5.3px 14.79px;
    display: inline-block;
}
.term-badge:hover {
    background: #000000;
    color: #ffffff !important;
}
.base-bar {
    text-align: center;
    color: #000000;
    background: #fff;
    font-size: 13.31px;
    padding: 40.19px 0;
    border-top: 2px solid #000000;
    font-weight: 600;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
