
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    background: #ffffff;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    line-height: 1.64;
    text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
    color: var(--text);
}
.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 19.41px;
}
.nav-wrap {
    background: #ffffff;
    margin-bottom: 40.38px;
    border-bottom: 2px solid #000000;
    padding: 26.93px 0;
}
.identity {
    color: #000000;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 24.1px;
    text-decoration: none;
}
.primary-nav {
    display: flex;
    gap: 25.09px;
}
.primary-nav a {
    color: #000000 !important;
    font-size: 14.67px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.layout-grid {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 58.59px;
    margin-bottom: 79.77px;
}
.feature-post {
    background: #ffffff;
    padding: 45.87px;
    border-radius: 12.28px;
    border: 2px solid #000000;
}
.read-area {
    color: #000000;
    font-size: 18.36px;
    line-height: 1.79;
}
.read-area a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.secondary {
    position: sticky;
    top: 40px;
}
.side-block {
    background: #ffffff;
    border-radius: 13.55px;
    border: 2px solid #000000;
    padding: 21.29px;
    margin-bottom: 31.24px;
}
.section-head {
    padding-bottom: 9.42px;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    font-weight: 800;
    color: #000000;
    margin-bottom: 17.85px;
    font-size: 19.94px;
}
.fresh-list, .history-list {
    padding: 0;
    list-style: none;
}
.fresh-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 12.8px;
    padding-bottom: 11.18px;
}
.fresh-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.fresh-list a:hover {
    text-decoration: underline;
}
.history-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.history-list a:hover {
    text-decoration: underline;
}
.keyword-wrap {
    flex-wrap: wrap;
    display: flex;
    gap: 11.89px;
}
.topic-chip {
    font-weight: 600;
    font-size: 12.76px;
    border-radius: 7.32px;
    color: #000000 !important;
    border: 2px solid #000000;
    background: #ffffff;
    padding: 5.67px 15.85px;
    text-decoration: none;
    display: inline-block;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.end-section {
    font-weight: 600;
    color: #000000;
    background: #fff;
    text-align: center;
    border-top: 2px solid #000000;
    font-size: 14.59px;
    padding: 42.62px 0;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
