
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    color: var(--text);
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
    line-height: 1.59;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.page-wrap {
    padding: 0 22.79px;
    max-width: 1200px;
    margin: 0 auto;
}
.nav-wrap {
    margin-bottom: 40.39px;
    border-bottom: 2px solid #000000;
    padding: 23.08px 0;
    background: #ffffff;
}
.wordmark {
    text-decoration: none;
    font-size: 23.34px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 800;
}
.nav-bar {
    gap: 22.27px;
    display: flex;
}
.nav-bar a {
    font-weight: 700;
    font-size: 14.3px;
    text-transform: uppercase;
    color: #000000 !important;
    text-decoration: none;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.content-grid {
    margin-bottom: 81.71px;
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 57.55px;
}
.feature-post {
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 10.86px;
    padding: 45.82px;
}
.main-text {
    color: #000000;
    line-height: 1.79;
    font-size: 17.39px;
}
.main-text a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.panel-item {
    margin-bottom: 27.7px;
    border-radius: 10.39px;
    border: 2px solid #000000;
    background: #ffffff;
    padding: 25.27px;
}
.section-head {
    color: #000000;
    padding-bottom: 7.23px;
    margin-bottom: 21.11px;
    font-weight: 800;
    border-bottom: 2px solid #000000;
    font-size: 20.14px;
    text-transform: uppercase;
}
.fresh-list, .past-entries {
    padding: 0;
    list-style: none;
}
.fresh-list li {
    margin-bottom: 10.29px;
    padding-bottom: 10.74px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.fresh-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.fresh-list 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 {
    display: flex;
    flex-wrap: wrap;
    gap: 11.99px;
}
.topic-chip {
    display: inline-block;
    padding: 4.16px 12.94px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid #000000;
    font-size: 13.96px;
    background: #ffffff;
    border-radius: 7.76px;
    color: #000000 !important;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.end-section {
    background: #fff;
    color: #000000;
    font-weight: 600;
    border-top: 2px solid #000000;
    font-size: 13.27px;
    text-align: center;
    padding: 42.34px 0;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
