
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    background: #ffffff;
    line-height: 1.56;
    -webkit-text-size-adjust: 100%;
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
.wrapper {
    padding: 0 22.93px;
    max-width: 1200px;
    margin: 0 auto;
}
.banner-area {
    padding: 27.03px 0;
    background: #ffffff;
    border-bottom: 2px solid #000000;
    margin-bottom: 41.66px;
}
.brand-mark {
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
    color: #000000;
    font-size: 24.34px;
}
.main-menu {
    gap: 26.34px;
    display: flex;
}
.main-menu a {
    font-size: 14.82px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000 !important;
}
.main-menu a:hover {
    opacity: 0.7;
}
.split-view {
    margin-bottom: 82.92px;
    display: grid;
    gap: 61.78px;
    grid-template-columns: 1fr 300px;
}
.hero-post {
    border-radius: 11.29px;
    border: 2px solid #000000;
    padding: 48.93px;
    background: #ffffff;
}
.main-text {
    line-height: 1.78;
    font-size: 18.77px;
    color: #000000;
}
.main-text a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.info-panel {
    position: sticky;
    top: 40px;
}
.aside-box {
    border: 2px solid #000000;
    margin-bottom: 31.85px;
    padding: 25.02px;
    border-radius: 11.08px;
    background: #ffffff;
}
.section-head {
    color: #000000;
    margin-bottom: 17.85px;
    font-weight: 800;
    font-size: 19.28px;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    padding-bottom: 8.36px;
}
.new-items, .time-list {
    list-style: none;
    padding: 0;
}
.new-items li {
    margin-bottom: 11.25px;
    padding-bottom: 8.4px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.new-items a {
    text-decoration: none;
    font-weight: 600;
    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: 8.73px;
    display: flex;
    flex-wrap: wrap;
}
.chip {
    background: #ffffff;
    border-radius: 7.94px;
    border: 2px solid #000000;
    font-weight: 600;
    color: #000000 !important;
    padding: 6.44px 17px;
    font-size: 13.29px;
    text-decoration: none;
    display: inline-block;
}
.chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    font-weight: 600;
    text-align: center;
    border-top: 2px solid #000000;
    background: #fff;
    color: #000000;
    padding: 38.34px 0;
    font-size: 14.93px;
}
@media (max-width: 900px) { .split-view { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
