
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    line-height: 1.59;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #ffffff;
    color: var(--text);
    text-size-adjust: 100%;
}
.content-wrap {
    max-width: 1200px;
    padding: 0 17.02px;
    margin: 0 auto;
}
.nav-wrap {
    padding: 24.76px 0;
    margin-bottom: 41.56px;
    border-bottom: 2px solid #000000;
    background: #ffffff;
}
.brand-mark {
    font-weight: 800;
    font-size: 24.16px;
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
}
.nav-bar {
    gap: 27.8px;
    display: flex;
}
.nav-bar a {
    font-size: 13.94px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000 !important;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.two-col {
    gap: 61.73px;
    margin-bottom: 78.32px;
    display: grid;
    grid-template-columns: 1fr 300px;
}
.lead-article {
    border-radius: 12.84px;
    background: #ffffff;
    border: 2px solid #000000;
    padding: 48.27px;
}
.post-body {
    font-size: 18.89px;
    color: #000000;
    line-height: 1.76;
}
.post-body a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.widget-box {
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 12.51px;
    margin-bottom: 31.75px;
    padding: 23.08px;
}
.module-head {
    font-size: 19.81px;
    border-bottom: 2px solid #000000;
    margin-bottom: 17.79px;
    color: #000000;
    font-weight: 800;
    text-transform: uppercase;
    padding-bottom: 11.75px;
}
.stream, .past-entries {
    list-style: none;
    padding: 0;
}
.stream li {
    margin-bottom: 8.59px;
    padding-bottom: 11.22px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.stream a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.stream a:hover {
    text-decoration: underline;
}
.past-entries a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.past-entries a:hover {
    text-decoration: underline;
}
.chip-group {
    flex-wrap: wrap;
    display: flex;
    gap: 9.28px;
}
.chip {
    color: #000000 !important;
    padding: 4.62px 13.96px;
    display: inline-block;
    border-radius: 8.6px;
    border: 2px solid #000000;
    text-decoration: none;
    background: #ffffff;
    font-size: 12.99px;
    font-weight: 600;
}
.chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    font-weight: 600;
    background: #fff;
    border-top: 2px solid #000000;
    color: #000000;
    padding: 41.75px 0;
    font-size: 14.23px;
    text-align: center;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
