
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
    background: #ffffff;
    line-height: 1.59;
}
.inner {
    padding: 0 19.85px;
    margin: 0 auto;
    max-width: 1200px;
}
.page-top {
    border-bottom: 2px solid #000000;
    padding: 23.09px 0;
    margin-bottom: 42.68px;
    background: #ffffff;
}
.brand-link {
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
    font-weight: 800;
    font-size: 24.58px;
}
.nav-links {
    display: flex;
    gap: 25.27px;
}
.nav-links a {
    text-transform: uppercase;
    font-weight: 700;
    color: #000000 !important;
    font-size: 14.7px;
    text-decoration: none;
}
.nav-links a:hover {
    opacity: 0.7;
}
.two-col {
    margin-bottom: 81.58px;
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 62.22px;
}
.main-post {
    border: 2px solid #000000;
    border-radius: 11.97px;
    padding: 46.97px;
    background: #ffffff;
}
.post-body {
    line-height: 1.78;
    font-size: 18.26px;
    color: #000000;
}
.post-body a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.aside-box {
    border-radius: 10.77px;
    background: #ffffff;
    padding: 25.73px;
    margin-bottom: 32.23px;
    border: 2px solid #000000;
}
.module-head {
    border-bottom: 2px solid #000000;
    font-weight: 800;
    margin-bottom: 22.11px;
    padding-bottom: 7.39px;
    font-size: 20.86px;
    text-transform: uppercase;
    color: #000000;
}
.new-items, .past-entries {
    padding: 0;
    list-style: none;
}
.new-items li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 12.97px;
    padding-bottom: 11.78px;
}
.new-items a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.new-items a:hover {
    text-decoration: underline;
}
.past-entries a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.past-entries a:hover {
    text-decoration: underline;
}
.topic-list {
    gap: 11.52px;
    flex-wrap: wrap;
    display: flex;
}
.chip {
    text-decoration: none;
    padding: 8.71px 12.84px;
    font-size: 12.08px;
    background: #ffffff;
    font-weight: 600;
    color: #000000 !important;
    border: 2px solid #000000;
    display: inline-block;
    border-radius: 6.56px;
}
.chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    text-align: center;
    border-top: 2px solid #000000;
    color: #000000;
    font-weight: 600;
    padding: 39.94px 0;
    font-size: 13.04px;
    background: #fff;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
