
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    color: var(--text);
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    line-height: 1.61;
}
.wrapper {
    max-width: 1200px;
    padding: 0 19.81px;
    margin: 0 auto;
}
.page-top {
    background: #ffffff;
    padding: 25.54px 0;
    margin-bottom: 40.8px;
    border-bottom: 2px solid #000000;
}
.home-brand {
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
    font-size: 24.6px;
    text-decoration: none;
}
.main-menu {
    display: flex;
    gap: 25.25px;
}
.main-menu a {
    font-size: 14.26px;
    font-weight: 700;
    color: #000000 !important;
    text-decoration: none;
    text-transform: uppercase;
}
.main-menu a:hover {
    opacity: 0.7;
}
.split-view {
    margin-bottom: 82.02px;
    grid-template-columns: 1fr 300px;
    display: grid;
    gap: 58.59px;
}
.main-post {
    padding: 48.34px;
    border: 2px solid #000000;
    border-radius: 13.63px;
    background: #ffffff;
}
.main-text {
    font-size: 17.22px;
    color: #000000;
    line-height: 1.84;
}
.main-text a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.secondary {
    position: sticky;
    top: 40px;
}
.widget-box {
    background: #ffffff;
    padding: 22.86px;
    margin-bottom: 31.27px;
    border: 2px solid #000000;
    border-radius: 10.21px;
}
.section-head {
    color: #000000;
    border-bottom: 2px solid #000000;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 20.45px;
    margin-bottom: 19.16px;
    padding-bottom: 11.92px;
}
.fresh-list, .history-list {
    padding: 0;
    list-style: none;
}
.fresh-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 8.46px;
    padding-bottom: 8.52px;
}
.fresh-list a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.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;
}
.label-group {
    gap: 7.52px;
    flex-wrap: wrap;
    display: flex;
}
.topic-chip {
    border-radius: 9.4px;
    border: 2px solid #000000;
    display: inline-block;
    background: #ffffff;
    color: #000000 !important;
    padding: 4.97px 12.6px;
    font-weight: 600;
    text-decoration: none;
    font-size: 13.41px;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    background: #fff;
    padding: 38.64px 0;
    text-align: center;
    border-top: 2px solid #000000;
    font-weight: 600;
    font-size: 13.04px;
    color: #000000;
}
@media (max-width: 900px) { .split-view { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
