
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.56;
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #ffffff;
}
.page-wrap {
    max-width: 1200px;
    padding: 0 17.88px;
    margin: 0 auto;
}
.nav-wrap {
    border-bottom: 2px solid #000000;
    padding: 25.16px 0;
    background: #ffffff;
    margin-bottom: 38.2px;
}
.identity {
    font-weight: 800;
    text-decoration: none;
    font-size: 23.14px;
    text-transform: uppercase;
    color: #000000;
}
.main-menu {
    display: flex;
    gap: 26.39px;
}
.main-menu a {
    color: #000000 !important;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13.25px;
    font-weight: 700;
}
.main-menu a:hover {
    opacity: 0.7;
}
.content-grid {
    margin-bottom: 79.38px;
    gap: 57.01px;
    grid-template-columns: 1fr 300px;
    display: grid;
}
.main-post {
    border-radius: 10.02px;
    padding: 49.02px;
    background: #ffffff;
    border: 2px solid #000000;
}
.read-area {
    line-height: 1.84;
    color: #000000;
    font-size: 17.04px;
}
.read-area a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.aside-col {
    top: 40px;
    position: sticky;
}
.widget-box {
    border: 2px solid #000000;
    margin-bottom: 30.41px;
    padding: 24.75px;
    border-radius: 10.92px;
    background: #ffffff;
}
.panel-title {
    margin-bottom: 20.94px;
    font-size: 20.62px;
    color: #000000;
    padding-bottom: 7.48px;
    border-bottom: 2px solid #000000;
    font-weight: 800;
    text-transform: uppercase;
}
.stream, .time-list {
    padding: 0;
    list-style: none;
}
.stream li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 11.78px;
    padding-bottom: 8.48px;
}
.stream a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.stream a:hover {
    text-decoration: underline;
}
.time-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.time-list a:hover {
    text-decoration: underline;
}
.topic-list {
    flex-wrap: wrap;
    gap: 8.33px;
    display: flex;
}
.topic-chip {
    color: #000000 !important;
    display: inline-block;
    background: #ffffff;
    text-decoration: none;
    padding: 4.92px 16.61px;
    font-weight: 600;
    border: 2px solid #000000;
    font-size: 13.31px;
    border-radius: 7.07px;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.end-section {
    text-align: center;
    font-weight: 600;
    color: #000000;
    font-size: 14.24px;
    background: #fff;
    border-top: 2px solid #000000;
    padding: 39.31px 0;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .aside-col {
    position: static;
} }
