
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    line-height: 1.61;
    -moz-text-size-adjust: 100%;
    background: #ffffff;
    color: var(--text);
}
.inner {
    padding: 0 18.98px;
    margin: 0 auto;
    max-width: 1200px;
}
.nav-wrap {
    border-bottom: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 37.77px;
    padding: 23.86px 0;
}
.wordmark {
    font-size: 24.19px;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
}
.main-menu {
    gap: 22.62px;
    display: flex;
}
.main-menu a {
    color: #000000 !important;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14.91px;
}
.main-menu a:hover {
    opacity: 0.7;
}
.content-grid {
    grid-template-columns: 1fr 300px;
    gap: 57.72px;
    display: grid;
    margin-bottom: 81.48px;
}
.primary-content {
    background: #ffffff;
    border-radius: 12.43px;
    border: 2px solid #000000;
    padding: 48.34px;
}
.main-text {
    line-height: 1.83;
    color: #000000;
    font-size: 17.48px;
}
.main-text a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.secondary {
    top: 40px;
    position: sticky;
}
.module {
    margin-bottom: 27.79px;
    border: 2px solid #000000;
    border-radius: 11.46px;
    background: #ffffff;
    padding: 21.25px;
}
.panel-title {
    border-bottom: 2px solid #000000;
    font-weight: 800;
    font-size: 20.78px;
    color: #000000;
    margin-bottom: 17.77px;
    padding-bottom: 10.66px;
    text-transform: uppercase;
}
.stream, .past-entries {
    padding: 0;
    list-style: none;
}
.stream li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 9.91px;
    margin-bottom: 11.7px;
}
.stream a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.stream a:hover {
    text-decoration: underline;
}
.past-entries a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.past-entries a:hover {
    text-decoration: underline;
}
.topic-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12.11px;
}
.topic-chip {
    border: 2px solid #000000;
    padding: 6.86px 14.88px;
    display: inline-block;
    border-radius: 7.16px;
    background: #ffffff;
    text-decoration: none;
    font-size: 12.89px;
    color: #000000 !important;
    font-weight: 600;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.base-bar {
    font-size: 14.35px;
    text-align: center;
    padding: 40.77px 0;
    font-weight: 600;
    background: #fff;
    border-top: 2px solid #000000;
    color: #000000;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
