
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    line-height: 1.62;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: var(--text);
    background: #ffffff;
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.frame {
    padding: 0 20.37px;
    margin: 0 auto;
    max-width: 1200px;
}
.nav-wrap {
    background: #ffffff;
    border-bottom: 2px solid #000000;
    margin-bottom: 38.29px;
    padding: 27.33px 0;
}
.brand-link {
    font-weight: 800;
    font-size: 23.98px;
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
}
.primary-nav {
    display: flex;
    gap: 23.78px;
}
.primary-nav a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13.42px;
    color: #000000 !important;
    font-weight: 700;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.layout-grid {
    grid-template-columns: 1fr 300px;
    gap: 60.01px;
    margin-bottom: 82.99px;
    display: grid;
}
.main-post {
    background: #ffffff;
    border: 2px solid #000000;
    padding: 45.18px;
    border-radius: 13.23px;
}
.post-body {
    font-size: 17.79px;
    color: #000000;
    line-height: 1.77;
}
.post-body a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.right-col {
    top: 40px;
    position: sticky;
}
.module {
    border: 2px solid #000000;
    padding: 22.59px;
    border-radius: 13.92px;
    background: #ffffff;
    margin-bottom: 29.11px;
}
.block-heading {
    padding-bottom: 10.92px;
    color: #000000;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    margin-bottom: 21.1px;
    font-weight: 800;
    font-size: 19.6px;
}
.fresh-list, .date-index {
    padding: 0;
    list-style: none;
}
.fresh-list li {
    margin-bottom: 8.65px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 10.47px;
}
.fresh-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.fresh-list a:hover {
    text-decoration: underline;
}
.date-index a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.date-index a:hover {
    text-decoration: underline;
}
.chip-group {
    display: flex;
    flex-wrap: wrap;
    gap: 9.54px;
}
.chip {
    background: #ffffff;
    display: inline-block;
    font-size: 12.79px;
    color: #000000 !important;
    font-weight: 600;
    padding: 8.75px 13.68px;
    border-radius: 8.7px;
    text-decoration: none;
    border: 2px solid #000000;
}
.chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.base-bar {
    border-top: 2px solid #000000;
    padding: 39.14px 0;
    background: #fff;
    font-size: 14.95px;
    color: #000000;
    font-weight: 600;
    text-align: center;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .right-col {
    position: static;
} }
