
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.64;
    background: #ffffff;
}
.wrapper {
    padding: 0 22.72px;
    margin: 0 auto;
    max-width: 1200px;
}
.top-bar {
    border-bottom: 2px solid #000000;
    padding: 27.84px 0;
    background: #ffffff;
    margin-bottom: 38.61px;
}
.brand-mark {
    font-size: 24.41px;
    font-weight: 800;
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
}
.main-menu {
    display: flex;
    gap: 26.77px;
}
.main-menu a {
    font-weight: 700;
    text-decoration: none;
    color: #000000 !important;
    font-size: 14.54px;
    text-transform: uppercase;
}
.main-menu a:hover {
    opacity: 0.7;
}
.dual-panel {
    display: grid;
    margin-bottom: 82.05px;
    grid-template-columns: 1fr 300px;
    gap: 60.99px;
}
.primary-content {
    border: 2px solid #000000;
    background: #ffffff;
    padding: 45.47px;
    border-radius: 13.77px;
}
.main-text {
    font-size: 17.13px;
    line-height: 1.77;
    color: #000000;
}
.main-text a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.panel-item {
    border: 2px solid #000000;
    border-radius: 12.03px;
    margin-bottom: 28.17px;
    padding: 24.7px;
    background: #ffffff;
}
.box-title {
    border-bottom: 2px solid #000000;
    color: #000000;
    margin-bottom: 20.46px;
    font-size: 20.2px;
    padding-bottom: 9.95px;
    text-transform: uppercase;
    font-weight: 800;
}
.fresh-list, .history-list {
    padding: 0;
    list-style: none;
}
.fresh-list li {
    padding-bottom: 11.3px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 9.56px;
}
.fresh-list a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.fresh-list a:hover {
    text-decoration: underline;
}
.history-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.history-list a:hover {
    text-decoration: underline;
}
.label-group {
    flex-wrap: wrap;
    display: flex;
    gap: 12.08px;
}
.chip {
    display: inline-block;
    padding: 7.03px 12.54px;
    border: 2px solid #000000;
    border-radius: 9.93px;
    font-weight: 600;
    color: #000000 !important;
    background: #ffffff;
    font-size: 12.99px;
    text-decoration: none;
}
.chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.base-bar {
    font-size: 14.85px;
    text-align: center;
    font-weight: 600;
    color: #000000;
    border-top: 2px solid #000000;
    padding: 40.01px 0;
    background: #fff;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
