
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background: #ffffff;
    color: var(--text);
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.6;
}
.inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 21.84px;
}
.top-bar {
    border-bottom: 2px solid #000000;
    padding: 25.44px 0;
    margin-bottom: 37.9px;
    background: #ffffff;
}
.home-brand {
    font-size: 23.34px;
    font-weight: 800;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
}
.primary-nav {
    gap: 23.33px;
    display: flex;
}
.primary-nav a {
    color: #000000 !important;
    font-size: 13.99px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.two-col {
    display: grid;
    margin-bottom: 82.08px;
    gap: 60.63px;
    grid-template-columns: 1fr 300px;
}
.top-story {
    border: 2px solid #000000;
    border-radius: 10.74px;
    background: #ffffff;
    padding: 47.34px;
}
.content-area {
    line-height: 1.75;
    font-size: 17.61px;
    color: #000000;
}
.content-area a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.secondary {
    position: sticky;
    top: 40px;
}
.module {
    margin-bottom: 28.78px;
    border: 2px solid #000000;
    padding: 24.48px;
    border-radius: 12.65px;
    background: #ffffff;
}
.section-head {
    color: #000000;
    font-weight: 800;
    padding-bottom: 8.94px;
    border-bottom: 2px solid #000000;
    font-size: 20.7px;
    margin-bottom: 21px;
    text-transform: uppercase;
}
.fresh-list, .past-entries {
    list-style: none;
    padding: 0;
}
.fresh-list li {
    padding-bottom: 9.25px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 8.13px;
}
.fresh-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.fresh-list a:hover {
    text-decoration: underline;
}
.past-entries a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.past-entries a:hover {
    text-decoration: underline;
}
.tag-area {
    gap: 9.73px;
    display: flex;
    flex-wrap: wrap;
}
.term-badge {
    color: #000000 !important;
    font-weight: 600;
    background: #ffffff;
    font-size: 13.76px;
    text-decoration: none;
    display: inline-block;
    padding: 5.77px 11.78px;
    border: 2px solid #000000;
    border-radius: 8.36px;
}
.term-badge:hover {
    background: #000000;
    color: #ffffff !important;
}
.footer-bar {
    font-weight: 600;
    font-size: 14.87px;
    text-align: center;
    background: #fff;
    color: #000000;
    border-top: 2px solid #000000;
    padding: 38.93px 0;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
