
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    color: var(--text);
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
    line-height: 1.58;
}
.page-wrap {
    padding: 0 19.41px;
    margin: 0 auto;
    max-width: 1200px;
}
.page-top {
    margin-bottom: 42.39px;
    padding: 27.31px 0;
    border-bottom: 2px solid #000000;
    background: #ffffff;
}
.identity {
    font-size: 23.89px;
    font-weight: 800;
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
}
.primary-nav {
    gap: 22.77px;
    display: flex;
}
.primary-nav a {
    text-decoration: none;
    color: #000000 !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13.43px;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.dual-panel {
    gap: 58.15px;
    grid-template-columns: 1fr 300px;
    display: grid;
    margin-bottom: 82.64px;
}
.feature-post {
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 11.14px;
    padding: 47.5px;
}
.content-area {
    line-height: 1.85;
    font-size: 17.82px;
    color: #000000;
}
.content-area a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.aside-col {
    top: 40px;
    position: sticky;
}
.widget-box {
    border: 2px solid #000000;
    padding: 23.93px;
    background: #ffffff;
    border-radius: 11.73px;
    margin-bottom: 31.21px;
}
.module-head {
    margin-bottom: 20.03px;
    border-bottom: 2px solid #000000;
    font-size: 20.52px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 800;
    padding-bottom: 9.96px;
}
.stream, .log-list {
    list-style: none;
    padding: 0;
}
.stream li {
    padding-bottom: 12.07px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 11.35px;
}
.stream a {
    color: #000000;
    text-decoration: none;
    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;
}
.topic-list {
    flex-wrap: wrap;
    display: flex;
    gap: 8.13px;
}
.pill {
    padding: 4.86px 12.4px;
    font-size: 13.2px;
    border: 2px solid #000000;
    font-weight: 600;
    text-decoration: none;
    color: #000000 !important;
    background: #ffffff;
    display: inline-block;
    border-radius: 7.39px;
}
.pill:hover {
    color: #ffffff !important;
    background: #000000;
}
.footer-bar {
    text-align: center;
    font-size: 13.14px;
    padding: 40.37px 0;
    background: #fff;
    color: #000000;
    font-weight: 600;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .aside-col {
    position: static;
} }
