
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
body {
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: var(--text);
    background: #ffffff;
    -ms-text-size-adjust: 100%;
    line-height: 1.62;
    text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.wrapper {
    padding: 0 22.13px;
    margin: 0 auto;
    max-width: 1200px;
}
.page-top {
    margin-bottom: 39.77px;
    padding: 25.97px 0;
    background: #ffffff;
    border-bottom: 2px solid #000000;
}
.brand-mark {
    text-decoration: none;
    font-size: 23.3px;
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
}
.main-menu {
    gap: 26.98px;
    display: flex;
}
.main-menu a {
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    font-size: 14.39px;
    color: #000000 !important;
}
.main-menu a:hover {
    opacity: 0.7;
}
.content-grid {
    margin-bottom: 80.39px;
    display: grid;
    gap: 60.35px;
    grid-template-columns: 1fr 300px;
}
.main-post {
    border: 2px solid #000000;
    border-radius: 10.03px;
    padding: 48.48px;
    background: #ffffff;
}
.content-area {
    line-height: 1.76;
    color: #000000;
    font-size: 17.73px;
}
.content-area a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.info-card {
    margin-bottom: 28.88px;
    border: 2px solid #000000;
    border-radius: 12.92px;
    padding: 23.27px;
    background: #ffffff;
}
.box-title {
    font-size: 19.11px;
    text-transform: uppercase;
    padding-bottom: 12.3px;
    color: #000000;
    border-bottom: 2px solid #000000;
    margin-bottom: 22.09px;
    font-weight: 800;
}
.stream, .date-index {
    list-style: none;
    padding: 0;
}
.stream li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 9.76px;
    padding-bottom: 12.14px;
}
.stream a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.stream a:hover {
    text-decoration: underline;
}
.date-index a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.date-index a:hover {
    text-decoration: underline;
}
.tag-area {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.topic-chip {
    font-weight: 600;
    border-radius: 8.89px;
    border: 2px solid #000000;
    text-decoration: none;
    padding: 5.59px 16.55px;
    color: #000000 !important;
    font-size: 12.3px;
    display: inline-block;
    background: #ffffff;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.footer-bar {
    color: #000000;
    border-top: 2px solid #000000;
    font-weight: 600;
    padding: 41.03px 0;
    font-size: 13.27px;
    background: #fff;
    text-align: center;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
