
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background: #ffffff;
    color: var(--text);
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.63;
    -moz-text-size-adjust: 100%;
}
.shell {
    padding: 0 21.74px;
    max-width: 1200px;
    margin: 0 auto;
}
.nav-wrap {
    border-bottom: 2px solid #000000;
    margin-bottom: 42.13px;
    background: #ffffff;
    padding: 23.65px 0;
}
.brand-link {
    color: #000000;
    text-transform: uppercase;
    font-size: 23.27px;
    text-decoration: none;
    font-weight: 800;
}
.nav-bar {
    gap: 25.35px;
    display: flex;
}
.nav-bar a {
    text-decoration: none;
    text-transform: uppercase;
    color: #000000 !important;
    font-weight: 700;
    font-size: 14.56px;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.page-grid {
    grid-template-columns: 1fr 300px;
    gap: 61.62px;
    display: grid;
    margin-bottom: 77.35px;
}
.main-post {
    border: 2px solid #000000;
    border-radius: 10.66px;
    background: #ffffff;
    padding: 46.84px;
}
.content-area {
    font-size: 17.03px;
    line-height: 1.78;
    color: #000000;
}
.content-area a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.info-panel {
    top: 40px;
    position: sticky;
}
.panel-item {
    padding: 25.55px;
    border-radius: 12.71px;
    background: #ffffff;
    border: 2px solid #000000;
    margin-bottom: 28.58px;
}
.block-heading {
    padding-bottom: 8.99px;
    font-weight: 800;
    border-bottom: 2px solid #000000;
    font-size: 19.51px;
    text-transform: uppercase;
    margin-bottom: 22.19px;
    color: #000000;
}
.stream, .time-list {
    padding: 0;
    list-style: none;
}
.stream li {
    padding-bottom: 11.42px;
    margin-bottom: 10.95px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.stream a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.stream a:hover {
    text-decoration: underline;
}
.time-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.time-list a:hover {
    text-decoration: underline;
}
.keyword-wrap {
    display: flex;
    gap: 10.11px;
    flex-wrap: wrap;
}
.label-item {
    display: inline-block;
    font-size: 12.06px;
    padding: 8.56px 11.43px;
    font-weight: 600;
    border: 2px solid #000000;
    text-decoration: none;
    background: #ffffff;
    border-radius: 7.91px;
    color: #000000 !important;
}
.label-item:hover {
    color: #ffffff !important;
    background: #000000;
}
.ground {
    font-weight: 600;
    font-size: 14.69px;
    text-align: center;
    padding: 38.83px 0;
    background: #fff;
    border-top: 2px solid #000000;
    color: #000000;
}
@media (max-width: 900px) { .page-grid { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
