
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    line-height: 1.61;
}
.inner {
    max-width: 1200px;
    padding: 0 20.64px;
    margin: 0 auto;
}
.head-section {
    padding: 23.09px 0;
    background: #ffffff;
    margin-bottom: 40.8px;
    border-bottom: 2px solid #000000;
}
.brand-mark {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 800;
    color: #000000;
    font-size: 24.93px;
}
.nav-bar {
    gap: 22.33px;
    display: flex;
}
.nav-bar a {
    text-decoration: none;
    color: #000000 !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14.47px;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.two-col {
    grid-template-columns: 1fr 300px;
    display: grid;
    gap: 57.21px;
    margin-bottom: 78.77px;
}
.feature-post {
    border-radius: 12.85px;
    background: #ffffff;
    border: 2px solid #000000;
    padding: 48.76px;
}
.read-area {
    font-size: 17.65px;
    color: #000000;
    line-height: 1.81;
}
.read-area a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.aside-col {
    position: sticky;
    top: 40px;
}
.widget-box {
    margin-bottom: 27.44px;
    border-radius: 13.48px;
    background: #ffffff;
    border: 2px solid #000000;
    padding: 22.41px;
}
.panel-title {
    font-size: 19.18px;
    margin-bottom: 22.99px;
    padding-bottom: 8.02px;
    text-transform: uppercase;
    font-weight: 800;
    border-bottom: 2px solid #000000;
    color: #000000;
}
.fresh-list, .date-index {
    list-style: none;
    padding: 0;
}
.fresh-list li {
    padding-bottom: 9.03px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 12.81px;
}
.fresh-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.fresh-list a:hover {
    text-decoration: underline;
}
.date-index a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.date-index a:hover {
    text-decoration: underline;
}
.chip-group {
    display: flex;
    gap: 12.34px;
    flex-wrap: wrap;
}
.topic-chip {
    padding: 3.41px 16.33px;
    font-size: 13.14px;
    border-radius: 8.37px;
    color: #000000 !important;
    text-decoration: none;
    display: inline-block;
    background: #ffffff;
    border: 2px solid #000000;
    font-weight: 600;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.base-bar {
    background: #fff;
    text-align: center;
    padding: 41.03px 0;
    border-top: 2px solid #000000;
    font-size: 13.69px;
    color: #000000;
    font-weight: 600;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .aside-col {
    position: static;
} }
