
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    line-height: 1.59;
    -ms-text-size-adjust: 100%;
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: var(--text);
}
.page-wrap {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 17.26px;
}
.top-bar {
    border-bottom: 2px solid #000000;
    padding: 23.46px 0;
    background: #ffffff;
    margin-bottom: 37.33px;
}
.home-brand {
    color: #000000;
    font-size: 23.65px;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
}
.main-menu {
    display: flex;
    gap: 22.64px;
}
.main-menu a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13.28px;
}
.main-menu a:hover {
    opacity: 0.7;
}
.layout-grid {
    margin-bottom: 82.27px;
    grid-template-columns: 1fr 300px;
    display: grid;
    gap: 60.01px;
}
.top-story {
    padding: 48.01px;
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 12.56px;
}
.post-body {
    color: #000000;
    font-size: 18.17px;
    line-height: 1.83;
}
.post-body a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.info-panel {
    top: 40px;
    position: sticky;
}
.side-block {
    border: 2px solid #000000;
    padding: 26.8px;
    background: #ffffff;
    border-radius: 13.69px;
    margin-bottom: 28.3px;
}
.box-title {
    border-bottom: 2px solid #000000;
    padding-bottom: 8.13px;
    font-weight: 800;
    color: #000000;
    margin-bottom: 17.55px;
    text-transform: uppercase;
    font-size: 19.37px;
}
.fresh-list, .date-index {
    padding: 0;
    list-style: none;
}
.fresh-list li {
    padding-bottom: 10.1px;
    margin-bottom: 8.92px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.fresh-list a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.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;
}
.keyword-wrap {
    flex-wrap: wrap;
    gap: 9.72px;
    display: flex;
}
.topic-chip {
    font-weight: 600;
    border-radius: 7.38px;
    text-decoration: none;
    display: inline-block;
    background: #ffffff;
    font-size: 13.44px;
    color: #000000 !important;
    border: 2px solid #000000;
    padding: 4.03px 15.15px;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    font-size: 14.81px;
    padding: 40.74px 0;
    background: #fff;
    border-top: 2px solid #000000;
    color: #000000;
    font-weight: 600;
    text-align: center;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
