
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
    background: #ffffff;
    color: var(--text);
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    line-height: 1.56;
}
.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 18.27px;
}
.head-section {
    border-bottom: 2px solid #000000;
    padding: 26.63px 0;
    background: #ffffff;
    margin-bottom: 39.71px;
}
.home-brand {
    color: #000000;
    font-weight: 800;
    font-size: 23.54px;
    text-transform: uppercase;
    text-decoration: none;
}
.primary-nav {
    display: flex;
    gap: 24.38px;
}
.primary-nav a {
    font-size: 13.85px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000 !important;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.split-view {
    gap: 58.14px;
    display: grid;
    margin-bottom: 82.26px;
    grid-template-columns: 1fr 300px;
}
.main-post {
    background: #ffffff;
    border-radius: 12.19px;
    padding: 45.76px;
    border: 2px solid #000000;
}
.body-copy {
    color: #000000;
    font-size: 18.59px;
    line-height: 1.81;
}
.body-copy a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.rail {
    position: sticky;
    top: 40px;
}
.panel-item {
    background: #ffffff;
    padding: 23.95px;
    border: 2px solid #000000;
    margin-bottom: 31.42px;
    border-radius: 11.2px;
}
.label {
    color: #000000;
    font-weight: 800;
    font-size: 19.78px;
    border-bottom: 2px solid #000000;
    padding-bottom: 10.57px;
    text-transform: uppercase;
    margin-bottom: 22.43px;
}
.feed-list, .past-entries {
    padding: 0;
    list-style: none;
}
.feed-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 11.13px;
    padding-bottom: 9.1px;
}
.feed-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.feed-list a:hover {
    text-decoration: underline;
}
.past-entries a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.past-entries a:hover {
    text-decoration: underline;
}
.topic-list {
    flex-wrap: wrap;
    display: flex;
    gap: 7.96px;
}
.term-badge {
    padding: 7.5px 13.78px;
    border: 2px solid #000000;
    background: #ffffff;
    display: inline-block;
    font-weight: 600;
    font-size: 13.66px;
    border-radius: 7.85px;
    text-decoration: none;
    color: #000000 !important;
}
.term-badge:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    padding: 38.32px 0;
    text-align: center;
    font-weight: 600;
    font-size: 13.33px;
    border-top: 2px solid #000000;
    background: #fff;
    color: #000000;
}
@media (max-width: 900px) { .split-view { grid-template-columns: 1fr; gap: 40px; } .rail {
    position: static;
} }
