
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #ffffff;
    line-height: 1.63;
    text-size-adjust: 100%;
}
.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 22.44px;
}
.page-top {
    border-bottom: 2px solid #000000;
    background: #ffffff;
    padding: 22.94px 0;
    margin-bottom: 39.31px;
}
.brand-link {
    text-transform: uppercase;
    font-size: 24.67px;
    color: #000000;
    text-decoration: none;
    font-weight: 800;
}
.top-menu {
    gap: 26.96px;
    display: flex;
}
.top-menu a {
    font-weight: 700;
    text-decoration: none;
    color: #000000 !important;
    text-transform: uppercase;
    font-size: 13.01px;
}
.top-menu a:hover {
    opacity: 0.7;
}
.layout-grid {
    display: grid;
    grid-template-columns: 1fr 300px;
    margin-bottom: 78.66px;
    gap: 60.19px;
}
.feature-post {
    border-radius: 10.08px;
    padding: 50.17px;
    border: 2px solid #000000;
    background: #ffffff;
}
.content-area {
    color: #000000;
    font-size: 18.9px;
    line-height: 1.76;
}
.content-area a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.right-col {
    position: sticky;
    top: 40px;
}
.panel-item {
    background: #ffffff;
    padding: 26.05px;
    border-radius: 11.5px;
    margin-bottom: 29.04px;
    border: 2px solid #000000;
}
.panel-title {
    font-weight: 800;
    text-transform: uppercase;
    color: #000000;
    font-size: 19.68px;
    padding-bottom: 12.59px;
    border-bottom: 2px solid #000000;
    margin-bottom: 21.7px;
}
.fresh-list, .date-index {
    list-style: none;
    padding: 0;
}
.fresh-list li {
    padding-bottom: 12.13px;
    margin-bottom: 8.19px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.fresh-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.fresh-list a:hover {
    text-decoration: underline;
}
.date-index a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.date-index a:hover {
    text-decoration: underline;
}
.topic-list {
    gap: 7.66px;
    display: flex;
    flex-wrap: wrap;
}
.topic-chip {
    font-weight: 600;
    color: #000000 !important;
    text-decoration: none;
    background: #ffffff;
    border: 2px solid #000000;
    padding: 3.91px 14.7px;
    display: inline-block;
    font-size: 13.8px;
    border-radius: 6.64px;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.ground {
    font-size: 14.32px;
    color: #000000;
    font-weight: 600;
    border-top: 2px solid #000000;
    text-align: center;
    padding: 38.87px 0;
    background: #fff;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .right-col {
    position: static;
} }
