
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    background: #ffffff;
    line-height: 1.63;
    text-size-adjust: 100%;
    color: var(--text);
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
}
.wrapper {
    padding: 0 20.32px;
    max-width: 1200px;
    margin: 0 auto;
}
.page-top {
    background: #ffffff;
    margin-bottom: 41.79px;
    padding: 27.17px 0;
    border-bottom: 2px solid #000000;
}
.identity {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    color: #000000;
    font-size: 24.43px;
}
.primary-nav {
    gap: 23.03px;
    display: flex;
}
.primary-nav a {
    font-weight: 700;
    font-size: 14.51px;
    text-decoration: none;
    color: #000000 !important;
    text-transform: uppercase;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.page-grid {
    grid-template-columns: 1fr 300px;
    margin-bottom: 82.88px;
    gap: 57.79px;
    display: grid;
}
.main-post {
    border: 2px solid #000000;
    background: #ffffff;
    padding: 45.83px;
    border-radius: 11.88px;
}
.post-body {
    font-size: 18.98px;
    color: #000000;
    line-height: 1.78;
}
.post-body a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.rail {
    top: 40px;
    position: sticky;
}
.widget-box {
    background: #ffffff;
    border: 2px solid #000000;
    padding: 26.45px;
    border-radius: 10.07px;
    margin-bottom: 30.65px;
}
.section-head {
    text-transform: uppercase;
    font-weight: 800;
    color: #000000;
    margin-bottom: 19.81px;
    border-bottom: 2px solid #000000;
    padding-bottom: 8.77px;
    font-size: 20.61px;
}
.stream, .log-list {
    padding: 0;
    list-style: none;
}
.stream li {
    padding-bottom: 10.65px;
    margin-bottom: 11.6px;
    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 {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.log-list a:hover {
    text-decoration: underline;
}
.chip-group {
    gap: 8.96px;
    display: flex;
    flex-wrap: wrap;
}
.topic-chip {
    font-size: 13.48px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    padding: 3.17px 13.1px;
    border: 2px solid #000000;
    color: #000000 !important;
    background: #ffffff;
    border-radius: 9.68px;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    padding: 37.83px 0;
    background: #fff;
    font-size: 13.6px;
    border-top: 2px solid #000000;
    color: #000000;
    font-weight: 600;
    text-align: center;
}
@media (max-width: 900px) { .page-grid { grid-template-columns: 1fr; gap: 40px; } .rail {
    position: static;
} }
