
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    color: var(--text);
    -ms-text-size-adjust: 100%;
    line-height: 1.56;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -moz-text-size-adjust: 100%;
    background: #ffffff;
    text-size-adjust: 100%;
}
.frame {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20.67px;
}
.page-top {
    background: #ffffff;
    border-bottom: 2px solid #000000;
    padding: 25.39px 0;
    margin-bottom: 40.36px;
}
.identity {
    color: #000000;
    font-size: 24.39px;
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
}
.main-menu {
    display: flex;
    gap: 23.62px;
}
.main-menu a {
    font-size: 14.82px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000 !important;
    font-weight: 700;
}
.main-menu a:hover {
    opacity: 0.7;
}
.page-grid {
    display: grid;
    grid-template-columns: 1fr 300px;
    margin-bottom: 79.38px;
    gap: 61.42px;
}
.primary-content {
    padding: 49.32px;
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 13.12px;
}
.main-text {
    line-height: 1.82;
    color: #000000;
    font-size: 18.31px;
}
.main-text a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.rail {
    top: 40px;
    position: sticky;
}
.panel-item {
    margin-bottom: 32.81px;
    border-radius: 10.86px;
    padding: 21.79px;
    background: #ffffff;
    border: 2px solid #000000;
}
.panel-title {
    font-weight: 800;
    margin-bottom: 18.86px;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    color: #000000;
    padding-bottom: 7.96px;
    font-size: 19.42px;
}
.fresh-list, .history-list {
    padding: 0;
    list-style: none;
}
.fresh-list li {
    padding-bottom: 9.38px;
    margin-bottom: 11.38px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.fresh-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.fresh-list a:hover {
    text-decoration: underline;
}
.history-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.history-list a:hover {
    text-decoration: underline;
}
.topic-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10.45px;
}
.topic-chip {
    display: inline-block;
    font-size: 12.93px;
    background: #ffffff;
    border-radius: 6.29px;
    padding: 4.16px 12.48px;
    font-weight: 600;
    border: 2px solid #000000;
    text-decoration: none;
    color: #000000 !important;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.base-bar {
    padding: 38.14px 0;
    text-align: center;
    border-top: 2px solid #000000;
    color: #000000;
    font-size: 13.01px;
    font-weight: 600;
    background: #fff;
}
@media (max-width: 900px) { .page-grid { grid-template-columns: 1fr; gap: 40px; } .rail {
    position: static;
} }
