
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.57;
    background: #ffffff;
    color: var(--text);
    text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.wrapper {
    margin: 0 auto;
    padding: 0 20.78px;
    max-width: 1200px;
}
.main-header {
    margin-bottom: 37.44px;
    padding: 27.28px 0;
    border-bottom: 2px solid #000000;
    background: #ffffff;
}
.logo-text {
    font-size: 24.48px;
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
    font-weight: 800;
}
.primary-nav {
    display: flex;
    gap: 23px;
}
.primary-nav a {
    font-weight: 700;
    font-size: 14.27px;
    text-transform: uppercase;
    color: #000000 !important;
    text-decoration: none;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.split-view {
    gap: 61.11px;
    grid-template-columns: 1fr 300px;
    display: grid;
    margin-bottom: 77.65px;
}
.feature-post {
    border: 2px solid #000000;
    background: #ffffff;
    padding: 50.05px;
    border-radius: 10.21px;
}
.body-copy {
    line-height: 1.75;
    color: #000000;
    font-size: 17.07px;
}
.body-copy a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.side-block {
    background: #ffffff;
    border-radius: 13.43px;
    border: 2px solid #000000;
    padding: 26.11px;
    margin-bottom: 31.7px;
}
.box-title {
    padding-bottom: 8.59px;
    border-bottom: 2px solid #000000;
    margin-bottom: 21.25px;
    font-size: 20.61px;
    color: #000000;
    font-weight: 800;
    text-transform: uppercase;
}
.new-items, .past-entries {
    padding: 0;
    list-style: none;
}
.new-items li {
    margin-bottom: 7.33px;
    padding-bottom: 12.02px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.new-items a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.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 {
    display: flex;
    gap: 7.19px;
    flex-wrap: wrap;
}
.topic-chip {
    font-size: 13.83px;
    background: #ffffff;
    border-radius: 8.62px;
    border: 2px solid #000000;
    font-weight: 600;
    color: #000000 !important;
    padding: 7.06px 14.76px;
    text-decoration: none;
    display: inline-block;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.base-bar {
    background: #fff;
    border-top: 2px solid #000000;
    font-weight: 600;
    padding: 41.61px 0;
    color: #000000;
    text-align: center;
    font-size: 13.95px;
}
@media (max-width: 900px) { .split-view { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
