
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.6;
    text-size-adjust: 100%;
    color: var(--text);
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -moz-text-size-adjust: 100%;
}
.wrapper {
    max-width: 1200px;
    padding: 0 18.94px;
    margin: 0 auto;
}
.main-header {
    margin-bottom: 39.79px;
    padding: 27.42px 0;
    border-bottom: 2px solid #000000;
    background: #ffffff;
}
.logo-text {
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 23.14px;
    font-weight: 800;
}
.main-menu {
    gap: 25.84px;
    display: flex;
}
.main-menu a {
    text-transform: uppercase;
    text-decoration: none;
    color: #000000 !important;
    font-weight: 700;
    font-size: 13.13px;
}
.main-menu a:hover {
    opacity: 0.7;
}
.split-view {
    display: grid;
    grid-template-columns: 1fr 300px;
    margin-bottom: 77.01px;
    gap: 61.25px;
}
.primary-content {
    padding: 48.5px;
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 10.33px;
}
.content-area {
    line-height: 1.75;
    font-size: 18.19px;
    color: #000000;
}
.content-area a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.info-panel {
    position: sticky;
    top: 40px;
}
.widget-box {
    border: 2px solid #000000;
    border-radius: 13.56px;
    padding: 23.1px;
    background: #ffffff;
    margin-bottom: 31.25px;
}
.panel-title {
    margin-bottom: 19.74px;
    text-transform: uppercase;
    padding-bottom: 10.7px;
    font-size: 19.4px;
    color: #000000;
    border-bottom: 2px solid #000000;
    font-weight: 800;
}
.fresh-list, .time-list {
    padding: 0;
    list-style: none;
}
.fresh-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 9.88px;
    padding-bottom: 9.67px;
}
.fresh-list a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.fresh-list a:hover {
    text-decoration: underline;
}
.time-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.time-list a:hover {
    text-decoration: underline;
}
.tag-area {
    flex-wrap: wrap;
    gap: 11.37px;
    display: flex;
}
.pill {
    text-decoration: none;
    border-radius: 6.17px;
    padding: 8.78px 11.01px;
    background: #ffffff;
    font-size: 13.52px;
    font-weight: 600;
    border: 2px solid #000000;
    color: #000000 !important;
    display: inline-block;
}
.pill:hover {
    background: #000000;
    color: #ffffff !important;
}
.base-bar {
    text-align: center;
    font-weight: 600;
    border-top: 2px solid #000000;
    padding: 39.75px 0;
    font-size: 14.73px;
    color: #000000;
    background: #fff;
}
@media (max-width: 900px) { .split-view { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
