
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    line-height: 1.56;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    color: var(--text);
    background: #ffffff;
}
.content-wrap {
    margin: 0 auto;
    padding: 0 19.51px;
    max-width: 1200px;
}
.page-top {
    border-bottom: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 37.81px;
    padding: 26.06px 0;
}
.home-brand {
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
    font-size: 23.65px;
}
.main-menu {
    gap: 23.91px;
    display: flex;
}
.main-menu a {
    color: #000000 !important;
    text-decoration: none;
    font-size: 14.89px;
    text-transform: uppercase;
    font-weight: 700;
}
.main-menu a:hover {
    opacity: 0.7;
}
.dual-panel {
    grid-template-columns: 1fr 300px;
    margin-bottom: 78.46px;
    display: grid;
    gap: 59.76px;
}
.primary-content {
    background: #ffffff;
    border-radius: 13.71px;
    border: 2px solid #000000;
    padding: 46.47px;
}
.main-text {
    color: #000000;
    line-height: 1.85;
    font-size: 18.58px;
}
.main-text a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.aside-col {
    top: 40px;
    position: sticky;
}
.side-block {
    margin-bottom: 32.05px;
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 10.04px;
    padding: 24.94px;
}
.label {
    font-weight: 800;
    font-size: 19.73px;
    padding-bottom: 10.07px;
    color: #000000;
    border-bottom: 2px solid #000000;
    margin-bottom: 19.18px;
    text-transform: uppercase;
}
.stream, .log-list {
    list-style: none;
    padding: 0;
}
.stream li {
    margin-bottom: 9.75px;
    padding-bottom: 11.6px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.stream a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.stream a:hover {
    text-decoration: underline;
}
.log-list a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.log-list a:hover {
    text-decoration: underline;
}
.chip-group {
    gap: 9.38px;
    display: flex;
    flex-wrap: wrap;
}
.topic-chip {
    text-decoration: none;
    font-size: 12.2px;
    border-radius: 6.25px;
    border: 2px solid #000000;
    background: #ffffff;
    font-weight: 600;
    display: inline-block;
    color: #000000 !important;
    padding: 8.08px 16.63px;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    font-weight: 600;
    color: #000000;
    font-size: 14.97px;
    background: #fff;
    border-top: 2px solid #000000;
    padding: 38.87px 0;
    text-align: center;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .aside-col {
    position: static;
} }
