
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    -webkit-text-size-adjust: 100%;
    line-height: 1.57;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background: #ffffff;
    color: var(--text);
}
.shell {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 22.29px;
}
.banner-area {
    border-bottom: 2px solid #000000;
    margin-bottom: 39.35px;
    padding: 25.64px 0;
    background: #ffffff;
}
.brand-mark {
    text-transform: uppercase;
    color: #000000;
    font-weight: 800;
    font-size: 24.18px;
    text-decoration: none;
}
.main-menu {
    gap: 24.4px;
    display: flex;
}
.main-menu a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: none;
    font-size: 13.97px;
    text-transform: uppercase;
}
.main-menu a:hover {
    opacity: 0.7;
}
.dual-panel {
    display: grid;
    margin-bottom: 80.61px;
    gap: 62.26px;
    grid-template-columns: 1fr 300px;
}
.main-post {
    padding: 48.06px;
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 11.22px;
}
.content-area {
    color: #000000;
    font-size: 18.57px;
    line-height: 1.78;
}
.content-area a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.info-panel {
    position: sticky;
    top: 40px;
}
.module {
    background: #ffffff;
    border-radius: 13.96px;
    margin-bottom: 32.03px;
    padding: 24.56px;
    border: 2px solid #000000;
}
.module-head {
    font-size: 20.94px;
    text-transform: uppercase;
    font-weight: 800;
    border-bottom: 2px solid #000000;
    color: #000000;
    padding-bottom: 12.92px;
    margin-bottom: 18.39px;
}
.new-items, .time-list {
    list-style: none;
    padding: 0;
}
.new-items li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 12.15px;
    padding-bottom: 7.42px;
}
.new-items a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.new-items a:hover {
    text-decoration: underline;
}
.time-list a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.time-list a:hover {
    text-decoration: underline;
}
.chip-group {
    gap: 10.81px;
    flex-wrap: wrap;
    display: flex;
}
.pill {
    color: #000000 !important;
    font-weight: 600;
    font-size: 12.13px;
    padding: 3.31px 16.92px;
    border: 2px solid #000000;
    border-radius: 7.46px;
    display: inline-block;
    text-decoration: none;
    background: #ffffff;
}
.pill:hover {
    background: #000000;
    color: #ffffff !important;
}
.ground {
    text-align: center;
    font-weight: 600;
    border-top: 2px solid #000000;
    font-size: 13.37px;
    padding: 37.26px 0;
    background: #fff;
    color: #000000;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
