
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
body {
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    color: var(--text);
    line-height: 1.64;
    text-size-adjust: 100%;
    background: #ffffff;
}
.shell {
    margin: 0 auto;
    padding: 0 17.24px;
    max-width: 1200px;
}
.nav-wrap {
    background: #ffffff;
    padding: 25.59px 0;
    border-bottom: 2px solid #000000;
    margin-bottom: 42.61px;
}
.brand-link {
    font-weight: 800;
    color: #000000;
    font-size: 24.3px;
    text-transform: uppercase;
    text-decoration: none;
}
.main-menu {
    gap: 25.76px;
    display: flex;
}
.main-menu a {
    color: #000000 !important;
    text-transform: uppercase;
    font-size: 14.69px;
    text-decoration: none;
    font-weight: 700;
}
.main-menu a:hover {
    opacity: 0.7;
}
.two-col {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 62.7px;
    margin-bottom: 81.53px;
}
.feature-post {
    border-radius: 11.2px;
    background: #ffffff;
    border: 2px solid #000000;
    padding: 48.12px;
}
.body-copy {
    font-size: 18.79px;
    line-height: 1.82;
    color: #000000;
}
.body-copy a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.rail {
    position: sticky;
    top: 40px;
}
.widget-box {
    margin-bottom: 32.86px;
    border-radius: 10.35px;
    border: 2px solid #000000;
    background: #ffffff;
    padding: 21.23px;
}
.panel-title {
    padding-bottom: 8.42px;
    font-size: 20.33px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 19.93px;
    border-bottom: 2px solid #000000;
    font-weight: 800;
}
.fresh-list, .past-entries {
    list-style: none;
    padding: 0;
}
.fresh-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 11.58px;
    padding-bottom: 11.53px;
}
.fresh-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.fresh-list a:hover {
    text-decoration: underline;
}
.past-entries a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.past-entries a:hover {
    text-decoration: underline;
}
.label-group {
    display: flex;
    gap: 7.57px;
    flex-wrap: wrap;
}
.topic-chip {
    font-size: 12.78px;
    padding: 4.29px 15.74px;
    font-weight: 600;
    border: 2px solid #000000;
    color: #000000 !important;
    text-decoration: none;
    background: #ffffff;
    display: inline-block;
    border-radius: 6.82px;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.end-section {
    color: #000000;
    text-align: center;
    background: #fff;
    font-size: 13.51px;
    font-weight: 600;
    border-top: 2px solid #000000;
    padding: 37.2px 0;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .rail {
    position: static;
} }
