
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    line-height: 1.59;
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text);
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
.shell {
    margin: 0 auto;
    padding: 0 21.01px;
    max-width: 1200px;
}
.page-top {
    margin-bottom: 41.58px;
    padding: 26.25px 0;
    background: #ffffff;
    border-bottom: 2px solid #000000;
}
.brand-mark {
    text-decoration: none;
    font-size: 24.61px;
    text-transform: uppercase;
    font-weight: 800;
    color: #000000;
}
.main-menu {
    display: flex;
    gap: 24.71px;
}
.main-menu a {
    text-transform: uppercase;
    font-size: 13.57px;
    font-weight: 700;
    text-decoration: none;
    color: #000000 !important;
}
.main-menu a:hover {
    opacity: 0.7;
}
.content-grid {
    grid-template-columns: 1fr 300px;
    gap: 62.31px;
    display: grid;
    margin-bottom: 77.28px;
}
.feature-post {
    border: 2px solid #000000;
    border-radius: 11.26px;
    padding: 47.59px;
    background: #ffffff;
}
.content-area {
    font-size: 17.43px;
    color: #000000;
    line-height: 1.85;
}
.content-area a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.info-panel {
    position: sticky;
    top: 40px;
}
.widget-box {
    padding: 21.32px;
    border-radius: 10.05px;
    border: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 31.48px;
}
.box-title {
    color: #000000;
    margin-bottom: 20.37px;
    padding-bottom: 7.22px;
    text-transform: uppercase;
    font-size: 19px;
    border-bottom: 2px solid #000000;
    font-weight: 800;
}
.fresh-list, .time-list {
    padding: 0;
    list-style: none;
}
.fresh-list li {
    margin-bottom: 9.12px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 11.6px;
}
.fresh-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.fresh-list a:hover {
    text-decoration: underline;
}
.time-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.time-list a:hover {
    text-decoration: underline;
}
.tag-area {
    flex-wrap: wrap;
    gap: 7.48px;
    display: flex;
}
.topic-chip {
    border: 2px solid #000000;
    color: #000000 !important;
    border-radius: 7.79px;
    text-decoration: none;
    background: #ffffff;
    display: inline-block;
    font-weight: 600;
    font-size: 13.13px;
    padding: 8.12px 13.27px;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.ground {
    font-size: 13.05px;
    border-top: 2px solid #000000;
    color: #000000;
    font-weight: 600;
    padding: 37.29px 0;
    background: #fff;
    text-align: center;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
