
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
body {
    -webkit-text-size-adjust: 100%;
    line-height: 1.55;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text);
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background: #ffffff;
    -moz-text-size-adjust: 100%;
}
.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 21.69px;
}
.top-bar {
    border-bottom: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 40.82px;
    padding: 22.35px 0;
}
.brand-mark {
    text-transform: uppercase;
    font-size: 24.41px;
    text-decoration: none;
    color: #000000;
    font-weight: 800;
}
.nav-bar {
    gap: 25.13px;
    display: flex;
}
.nav-bar a {
    color: #000000 !important;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13.91px;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.page-grid {
    gap: 57.69px;
    margin-bottom: 80.61px;
    grid-template-columns: 1fr 300px;
    display: grid;
}
.main-post {
    border: 2px solid #000000;
    padding: 50.27px;
    border-radius: 13.84px;
    background: #ffffff;
}
.content-area {
    line-height: 1.77;
    font-size: 17.06px;
    color: #000000;
}
.content-area a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.aside-col {
    top: 40px;
    position: sticky;
}
.widget-box {
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 11.61px;
    padding: 24.63px;
    margin-bottom: 28.78px;
}
.module-head {
    text-transform: uppercase;
    font-size: 19.52px;
    margin-bottom: 19.37px;
    padding-bottom: 11.04px;
    font-weight: 800;
    color: #000000;
    border-bottom: 2px solid #000000;
}
.fresh-list, .time-list {
    padding: 0;
    list-style: none;
}
.fresh-list li {
    margin-bottom: 11.48px;
    padding-bottom: 12.11px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.fresh-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.fresh-list a:hover {
    text-decoration: underline;
}
.time-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.time-list a:hover {
    text-decoration: underline;
}
.topic-list {
    gap: 8.93px;
    display: flex;
    flex-wrap: wrap;
}
.topic-chip {
    display: inline-block;
    font-size: 12.56px;
    padding: 6.37px 13.5px;
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 9.27px;
    text-decoration: none;
    font-weight: 600;
    color: #000000 !important;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    padding: 39.37px 0;
    font-size: 14.1px;
    color: #000000;
    background: #fff;
    text-align: center;
    font-weight: 600;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .page-grid { grid-template-columns: 1fr; gap: 40px; } .aside-col {
    position: static;
} }
