
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    color: var(--text);
    line-height: 1.55;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    background: #ffffff;
    text-size-adjust: 100%;
}
.content-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 21.84px;
}
.page-top {
    padding: 26.93px 0;
    background: #ffffff;
    margin-bottom: 41.56px;
    border-bottom: 2px solid #000000;
}
.logo-text {
    font-size: 24.95px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000;
    font-weight: 800;
}
.nav-bar {
    display: flex;
    gap: 27.2px;
}
.nav-bar a {
    font-size: 13.36px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    color: #000000 !important;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.split-view {
    gap: 62.92px;
    display: grid;
    margin-bottom: 78.81px;
    grid-template-columns: 1fr 300px;
}
.primary-content {
    background: #ffffff;
    padding: 49.93px;
    border: 2px solid #000000;
    border-radius: 13.33px;
}
.main-text {
    line-height: 1.75;
    font-size: 18.62px;
    color: #000000;
}
.main-text a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.module {
    margin-bottom: 32.43px;
    background: #ffffff;
    border-radius: 10.6px;
    border: 2px solid #000000;
    padding: 26.99px;
}
.block-heading {
    font-weight: 800;
    padding-bottom: 8.55px;
    text-transform: uppercase;
    margin-bottom: 17.88px;
    border-bottom: 2px solid #000000;
    font-size: 20.89px;
    color: #000000;
}
.fresh-list, .past-entries {
    list-style: none;
    padding: 0;
}
.fresh-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 8.82px;
    padding-bottom: 11.1px;
}
.fresh-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.fresh-list a:hover {
    text-decoration: underline;
}
.past-entries a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.past-entries a:hover {
    text-decoration: underline;
}
.term-cloud {
    flex-wrap: wrap;
    display: flex;
    gap: 10.39px;
}
.chip {
    font-weight: 600;
    font-size: 13.31px;
    text-decoration: none;
    padding: 4.3px 12.05px;
    border: 2px solid #000000;
    background: #ffffff;
    display: inline-block;
    border-radius: 8.28px;
    color: #000000 !important;
}
.chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.base-bar {
    font-weight: 600;
    border-top: 2px solid #000000;
    color: #000000;
    font-size: 13.56px;
    background: #fff;
    text-align: center;
    padding: 38.79px 0;
}
@media (max-width: 900px) { .split-view { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
