
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    background: #ffffff;
    line-height: 1.56;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    color: var(--text);
}
.wrapper {
    margin: 0 auto;
    padding: 0 20.17px;
    max-width: 1200px;
}
.page-top {
    margin-bottom: 37.33px;
    background: #ffffff;
    border-bottom: 2px solid #000000;
    padding: 23.12px 0;
}
.wordmark {
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 23.84px;
}
.main-menu {
    display: flex;
    gap: 22.02px;
}
.main-menu a {
    font-size: 14.08px;
    color: #000000 !important;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}
.main-menu a:hover {
    opacity: 0.7;
}
.two-col {
    margin-bottom: 81.14px;
    grid-template-columns: 1fr 300px;
    gap: 59.02px;
    display: grid;
}
.main-post {
    border: 2px solid #000000;
    background: #ffffff;
    padding: 49.9px;
    border-radius: 13.93px;
}
.entry-text {
    font-size: 18.2px;
    line-height: 1.8;
    color: #000000;
}
.entry-text a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.rail {
    position: sticky;
    top: 40px;
}
.module {
    margin-bottom: 27.25px;
    border: 2px solid #000000;
    border-radius: 11.67px;
    background: #ffffff;
    padding: 25.92px;
}
.block-heading {
    font-weight: 800;
    color: #000000;
    border-bottom: 2px solid #000000;
    font-size: 20.46px;
    text-transform: uppercase;
    padding-bottom: 12.83px;
    margin-bottom: 17.9px;
}
.fresh-list, .past-entries {
    list-style: none;
    padding: 0;
}
.fresh-list li {
    margin-bottom: 7.3px;
    padding-bottom: 8.09px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.fresh-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.fresh-list 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.12px;
}
.term-badge {
    font-weight: 600;
    border: 2px solid #000000;
    font-size: 12.67px;
    color: #000000 !important;
    border-radius: 8.9px;
    text-decoration: none;
    display: inline-block;
    background: #ffffff;
    padding: 7.66px 12.14px;
}
.term-badge:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    font-weight: 600;
    border-top: 2px solid #000000;
    background: #fff;
    font-size: 14.94px;
    color: #000000;
    text-align: center;
    padding: 39.85px 0;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .rail {
    position: static;
} }
