
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    -moz-text-size-adjust: 100%;
    line-height: 1.6;
    text-size-adjust: 100%;
    background: #ffffff;
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
.content-wrap {
    padding: 0 20.83px;
    max-width: 1200px;
    margin: 0 auto;
}
.page-top {
    border-bottom: 2px solid #000000;
    padding: 23.66px 0;
    background: #ffffff;
    margin-bottom: 39.6px;
}
.identity {
    font-size: 24.24px;
    text-transform: uppercase;
    font-weight: 800;
    color: #000000;
    text-decoration: none;
}
.nav-bar {
    gap: 26.58px;
    display: flex;
}
.nav-bar a {
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000 !important;
    font-size: 13.16px;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.split-view {
    display: grid;
    margin-bottom: 81.22px;
    grid-template-columns: 1fr 300px;
    gap: 61.92px;
}
.main-post {
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 10.17px;
    padding: 49.05px;
}
.entry-text {
    color: #000000;
    font-size: 18.42px;
    line-height: 1.84;
}
.entry-text a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.secondary {
    top: 40px;
    position: sticky;
}
.module {
    padding: 26.46px;
    background: #ffffff;
    border: 2px solid #000000;
    margin-bottom: 32.73px;
    border-radius: 12.45px;
}
.section-head {
    border-bottom: 2px solid #000000;
    font-weight: 800;
    padding-bottom: 11.95px;
    font-size: 19.03px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 19.81px;
}
.updates-list, .time-list {
    padding: 0;
    list-style: none;
}
.updates-list li {
    padding-bottom: 11.01px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 8.26px;
}
.updates-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.updates-list a:hover {
    text-decoration: underline;
}
.time-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.time-list a:hover {
    text-decoration: underline;
}
.chip-group {
    flex-wrap: wrap;
    display: flex;
    gap: 12.83px;
}
.topic-chip {
    font-weight: 600;
    color: #000000 !important;
    border: 2px solid #000000;
    display: inline-block;
    text-decoration: none;
    padding: 4.55px 13.95px;
    background: #ffffff;
    border-radius: 8.65px;
    font-size: 13.7px;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.ground {
    border-top: 2px solid #000000;
    color: #000000;
    padding: 38.35px 0;
    text-align: center;
    background: #fff;
    font-weight: 600;
    font-size: 13.08px;
}
@media (max-width: 900px) { .split-view { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
