
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    background: #ffffff;
    -ms-text-size-adjust: 100%;
    line-height: 1.61;
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
}
.inner {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 18.1px;
}
.nav-wrap {
    background: #ffffff;
    margin-bottom: 39.95px;
    border-bottom: 2px solid #000000;
    padding: 26.98px 0;
}
.brand-mark {
    font-weight: 800;
    color: #000000;
    text-decoration: none;
    font-size: 23.15px;
    text-transform: uppercase;
}
.top-menu {
    display: flex;
    gap: 23.51px;
}
.top-menu a {
    color: #000000 !important;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14.14px;
}
.top-menu a:hover {
    opacity: 0.7;
}
.content-grid {
    grid-template-columns: 1fr 300px;
    margin-bottom: 82.52px;
    gap: 62.33px;
    display: grid;
}
.main-post {
    border-radius: 12.65px;
    padding: 45.22px;
    background: #ffffff;
    border: 2px solid #000000;
}
.post-body {
    line-height: 1.82;
    font-size: 17.94px;
    color: #000000;
}
.post-body a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.widget-box {
    padding: 26.35px;
    margin-bottom: 28.87px;
    border: 2px solid #000000;
    border-radius: 12.79px;
    background: #ffffff;
}
.label {
    font-size: 19.89px;
    border-bottom: 2px solid #000000;
    font-weight: 800;
    margin-bottom: 19.87px;
    padding-bottom: 8.14px;
    text-transform: uppercase;
    color: #000000;
}
.stream, .log-list {
    padding: 0;
    list-style: none;
}
.stream li {
    margin-bottom: 12.55px;
    padding-bottom: 8.41px;
    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;
}
.log-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.log-list a:hover {
    text-decoration: underline;
}
.topic-list {
    flex-wrap: wrap;
    display: flex;
    gap: 7.91px;
}
.keyword-tag {
    font-weight: 600;
    font-size: 13.74px;
    color: #000000 !important;
    border: 2px solid #000000;
    text-decoration: none;
    background: #ffffff;
    padding: 8.25px 12.08px;
    display: inline-block;
    border-radius: 6.99px;
}
.keyword-tag:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    font-size: 13.68px;
    font-weight: 600;
    padding: 39.36px 0;
    text-align: center;
    border-top: 2px solid #000000;
    background: #fff;
    color: #000000;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
