
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #ffffff;
    -moz-text-size-adjust: 100%;
    color: var(--text);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    line-height: 1.62;
    text-size-adjust: 100%;
}
.frame {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 22.09px;
}
.main-header {
    padding: 26.18px 0;
    border-bottom: 2px solid #000000;
    margin-bottom: 39.42px;
    background: #ffffff;
}
.brand-mark {
    text-transform: uppercase;
    font-weight: 800;
    color: #000000;
    text-decoration: none;
    font-size: 24.58px;
}
.nav-links {
    gap: 24.64px;
    display: flex;
}
.nav-links a {
    text-transform: uppercase;
    font-size: 14.62px;
    font-weight: 700;
    color: #000000 !important;
    text-decoration: none;
}
.nav-links a:hover {
    opacity: 0.7;
}
.content-grid {
    margin-bottom: 82.62px;
    gap: 59.03px;
    grid-template-columns: 1fr 300px;
    display: grid;
}
.main-post {
    padding: 47.22px;
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 12.94px;
}
.content-area {
    color: #000000;
    line-height: 1.81;
    font-size: 18.13px;
}
.content-area a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.rail {
    position: sticky;
    top: 40px;
}
.module {
    margin-bottom: 30.59px;
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 11.83px;
    padding: 26.7px;
}
.block-heading {
    font-weight: 800;
    border-bottom: 2px solid #000000;
    margin-bottom: 19.04px;
    padding-bottom: 12.27px;
    color: #000000;
    font-size: 20.26px;
    text-transform: uppercase;
}
.stream, .log-list {
    list-style: none;
    padding: 0;
}
.stream li {
    margin-bottom: 12.61px;
    padding-bottom: 10.47px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.stream a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.stream a:hover {
    text-decoration: underline;
}
.log-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.log-list a:hover {
    text-decoration: underline;
}
.label-group {
    gap: 10.98px;
    flex-wrap: wrap;
    display: flex;
}
.topic-chip {
    background: #ffffff;
    text-decoration: none;
    display: inline-block;
    border-radius: 6.36px;
    padding: 7.43px 12.48px;
    font-weight: 600;
    color: #000000 !important;
    font-size: 12.25px;
    border: 2px solid #000000;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    padding: 41.96px 0;
    background: #fff;
    font-size: 14.31px;
    text-align: center;
    font-weight: 600;
    border-top: 2px solid #000000;
    color: #000000;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .rail {
    position: static;
} }
