
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.59;
    color: var(--text);
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background: #ffffff;
}
.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 21.42px;
}
.nav-wrap {
    background: #ffffff;
    padding: 27.35px 0;
    margin-bottom: 41.56px;
    border-bottom: 2px solid #000000;
}
.brand-mark {
    text-transform: uppercase;
    font-size: 24.22px;
    color: #000000;
    text-decoration: none;
    font-weight: 800;
}
.main-menu {
    display: flex;
    gap: 23.63px;
}
.main-menu a {
    font-size: 13.3px;
    text-transform: uppercase;
    color: #000000 !important;
    text-decoration: none;
    font-weight: 700;
}
.main-menu a:hover {
    opacity: 0.7;
}
.two-col {
    grid-template-columns: 1fr 300px;
    display: grid;
    margin-bottom: 77.2px;
    gap: 61.1px;
}
.feature-post {
    border: 2px solid #000000;
    border-radius: 13.36px;
    padding: 47.25px;
    background: #ffffff;
}
.entry-text {
    font-size: 18.46px;
    color: #000000;
    line-height: 1.76;
}
.entry-text a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.aside-col {
    position: sticky;
    top: 40px;
}
.info-card {
    background: #ffffff;
    border-radius: 13.04px;
    padding: 24.14px;
    margin-bottom: 28.06px;
    border: 2px solid #000000;
}
.block-heading {
    color: #000000;
    font-weight: 800;
    border-bottom: 2px solid #000000;
    padding-bottom: 8.95px;
    font-size: 19.18px;
    text-transform: uppercase;
    margin-bottom: 18.76px;
}
.new-items, .history-list {
    padding: 0;
    list-style: none;
}
.new-items li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 8.69px;
    padding-bottom: 10.47px;
}
.new-items a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.new-items a:hover {
    text-decoration: underline;
}
.history-list a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.history-list a:hover {
    text-decoration: underline;
}
.topic-list {
    flex-wrap: wrap;
    display: flex;
    gap: 8.4px;
}
.topic-chip {
    background: #ffffff;
    font-weight: 600;
    font-size: 12.94px;
    border-radius: 9.56px;
    text-decoration: none;
    border: 2px solid #000000;
    padding: 4.11px 16.9px;
    color: #000000 !important;
    display: inline-block;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    font-size: 14.79px;
    text-align: center;
    color: #000000;
    padding: 38.91px 0;
    background: #fff;
    font-weight: 600;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .aside-col {
    position: static;
} }
