
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    background: #ffffff;
    text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    color: var(--text);
    line-height: 1.62;
}
.content-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 17.22px;
}
.head-section {
    background: #ffffff;
    padding: 24.63px 0;
    border-bottom: 2px solid #000000;
    margin-bottom: 42.91px;
}
.logo-text {
    text-decoration: none;
    font-size: 23.53px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 800;
}
.top-menu {
    display: flex;
    gap: 26.97px;
}
.top-menu a {
    font-size: 13.34px;
    color: #000000 !important;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}
.top-menu a:hover {
    opacity: 0.7;
}
.dual-panel {
    grid-template-columns: 1fr 300px;
    margin-bottom: 79.29px;
    gap: 58.49px;
    display: grid;
}
.primary-content {
    padding: 50.84px;
    border: 2px solid #000000;
    border-radius: 11.8px;
    background: #ffffff;
}
.entry-text {
    color: #000000;
    font-size: 17.57px;
    line-height: 1.75;
}
.entry-text a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.widget-box {
    background: #ffffff;
    border-radius: 10.14px;
    border: 2px solid #000000;
    padding: 26.61px;
    margin-bottom: 32.99px;
}
.label {
    text-transform: uppercase;
    font-size: 20.83px;
    border-bottom: 2px solid #000000;
    margin-bottom: 20.83px;
    font-weight: 800;
    color: #000000;
    padding-bottom: 10.33px;
}
.fresh-list, .history-list {
    list-style: none;
    padding: 0;
}
.fresh-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 11.63px;
    margin-bottom: 9.81px;
}
.fresh-list a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.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;
}
.chip-group {
    display: flex;
    flex-wrap: wrap;
    gap: 11.93px;
}
.label-item {
    display: inline-block;
    text-decoration: none;
    border: 2px solid #000000;
    font-weight: 600;
    border-radius: 7.41px;
    padding: 5.1px 11.14px;
    font-size: 12.57px;
    background: #ffffff;
    color: #000000 !important;
}
.label-item:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    color: #000000;
    font-weight: 600;
    background: #fff;
    border-top: 2px solid #000000;
    text-align: center;
    font-size: 14.12px;
    padding: 41.97px 0;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
