
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.58;
    background: #ffffff;
    color: var(--text);
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
.content-wrap {
    max-width: 1200px;
    padding: 0 21.73px;
    margin: 0 auto;
}
.top-bar {
    padding: 26.36px 0;
    background: #ffffff;
    border-bottom: 2px solid #000000;
    margin-bottom: 41.65px;
}
.wordmark {
    color: #000000;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 23.92px;
}
.nav-bar {
    gap: 23.29px;
    display: flex;
}
.nav-bar a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    color: #000000 !important;
    font-size: 13.74px;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.dual-panel {
    margin-bottom: 77.33px;
    grid-template-columns: 1fr 300px;
    gap: 57.25px;
    display: grid;
}
.feature-post {
    border-radius: 10.54px;
    padding: 48.79px;
    background: #ffffff;
    border: 2px solid #000000;
}
.body-copy {
    font-size: 18.64px;
    color: #000000;
    line-height: 1.79;
}
.body-copy a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.panel-item {
    border-radius: 12.03px;
    margin-bottom: 30.68px;
    padding: 26.82px;
    border: 2px solid #000000;
    background: #ffffff;
}
.box-title {
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 18.25px;
    color: #000000;
    font-size: 20.68px;
    border-bottom: 2px solid #000000;
    padding-bottom: 9.49px;
}
.new-items, .past-entries {
    padding: 0;
    list-style: none;
}
.new-items li {
    padding-bottom: 9.04px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 8.92px;
}
.new-items a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.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: 12.46px;
    display: flex;
    flex-wrap: wrap;
}
.term-badge {
    font-weight: 600;
    font-size: 12.68px;
    color: #000000 !important;
    border-radius: 7.83px;
    display: inline-block;
    text-decoration: none;
    padding: 7.5px 16.88px;
    border: 2px solid #000000;
    background: #ffffff;
}
.term-badge:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    color: #000000;
    font-size: 14.94px;
    border-top: 2px solid #000000;
    padding: 41.75px 0;
    text-align: center;
    font-weight: 600;
    background: #fff;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
