
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
body {
    background: #ffffff;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: var(--text);
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
    line-height: 1.58;
}
.inner {
    max-width: 1200px;
    padding: 0 20.14px;
    margin: 0 auto;
}
.banner-area {
    border-bottom: 2px solid #000000;
    margin-bottom: 37.72px;
    padding: 26.56px 0;
    background: #ffffff;
}
.brand-mark {
    font-size: 24.01px;
    font-weight: 800;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
}
.header-links {
    display: flex;
    gap: 24.93px;
}
.header-links a {
    color: #000000 !important;
    text-transform: uppercase;
    font-size: 13.7px;
    text-decoration: none;
    font-weight: 700;
}
.header-links a:hover {
    opacity: 0.7;
}
.dual-panel {
    margin-bottom: 78.55px;
    grid-template-columns: 1fr 300px;
    display: grid;
    gap: 58.7px;
}
.main-post {
    border-radius: 10.58px;
    border: 2px solid #000000;
    padding: 48.47px;
    background: #ffffff;
}
.post-body {
    color: #000000;
    line-height: 1.85;
    font-size: 17.45px;
}
.post-body a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.right-col {
    top: 40px;
    position: sticky;
}
.panel-item {
    border-radius: 13.31px;
    background: #ffffff;
    border: 2px solid #000000;
    padding: 21.1px;
    margin-bottom: 28.57px;
}
.block-heading {
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    font-size: 20.67px;
    margin-bottom: 18.92px;
    font-weight: 800;
    color: #000000;
    padding-bottom: 11.14px;
}
.fresh-list, .history-list {
    padding: 0;
    list-style: none;
}
.fresh-list li {
    padding-bottom: 12.83px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 7.46px;
}
.fresh-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.fresh-list a:hover {
    text-decoration: underline;
}
.history-list a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.history-list a:hover {
    text-decoration: underline;
}
.topic-list {
    flex-wrap: wrap;
    display: flex;
    gap: 10.5px;
}
.chip {
    color: #000000 !important;
    display: inline-block;
    background: #ffffff;
    border: 2px solid #000000;
    font-weight: 600;
    border-radius: 8.76px;
    text-decoration: none;
    font-size: 12.79px;
    padding: 3.95px 15.46px;
}
.chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.base-bar {
    font-size: 13.52px;
    padding: 40.56px 0;
    color: #000000;
    text-align: center;
    font-weight: 600;
    background: #fff;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .right-col {
    position: static;
} }
