
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
body {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    color: var(--text);
    line-height: 1.58;
    -moz-text-size-adjust: 100%;
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.shell {
    padding: 0 20.11px;
    margin: 0 auto;
    max-width: 1200px;
}
.banner-area {
    margin-bottom: 37.78px;
    border-bottom: 2px solid #000000;
    padding: 27.97px 0;
    background: #ffffff;
}
.home-brand {
    color: #000000;
    font-weight: 800;
    font-size: 24.35px;
    text-decoration: none;
    text-transform: uppercase;
}
.main-menu {
    gap: 22.45px;
    display: flex;
}
.main-menu a {
    text-transform: uppercase;
    font-size: 13.91px;
    color: #000000 !important;
    font-weight: 700;
    text-decoration: none;
}
.main-menu a:hover {
    opacity: 0.7;
}
.layout-grid {
    gap: 62.84px;
    grid-template-columns: 1fr 300px;
    margin-bottom: 80.56px;
    display: grid;
}
.primary-content {
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 12.04px;
    padding: 46.45px;
}
.read-area {
    font-size: 18.57px;
    line-height: 1.83;
    color: #000000;
}
.read-area a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.right-col {
    top: 40px;
    position: sticky;
}
.module {
    border: 2px solid #000000;
    margin-bottom: 27.15px;
    border-radius: 12.47px;
    padding: 25.96px;
    background: #ffffff;
}
.module-head {
    padding-bottom: 10.46px;
    border-bottom: 2px solid #000000;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 19.09px;
    color: #000000;
    font-size: 20.97px;
}
.fresh-list, .history-list {
    list-style: none;
    padding: 0;
}
.fresh-list li {
    margin-bottom: 9.75px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 9.13px;
}
.fresh-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.fresh-list a:hover {
    text-decoration: underline;
}
.history-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.history-list a:hover {
    text-decoration: underline;
}
.chip-group {
    gap: 7px;
    display: flex;
    flex-wrap: wrap;
}
.chip {
    border: 2px solid #000000;
    color: #000000 !important;
    border-radius: 8.34px;
    display: inline-block;
    background: #ffffff;
    font-size: 13.69px;
    font-weight: 600;
    padding: 4.5px 14.51px;
    text-decoration: none;
}
.chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.base-bar {
    color: #000000;
    border-top: 2px solid #000000;
    background: #fff;
    font-size: 13.85px;
    text-align: center;
    padding: 37.04px 0;
    font-weight: 600;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .right-col {
    position: static;
} }
