
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #ffffff;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: var(--text);
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.58;
}
.shell {
    padding: 0 17.06px;
    margin: 0 auto;
    max-width: 1200px;
}
.top-bar {
    border-bottom: 2px solid #000000;
    margin-bottom: 41.78px;
    padding: 26.31px 0;
    background: #ffffff;
}
.brand-link {
    font-weight: 800;
    color: #000000;
    font-size: 23.59px;
    text-decoration: none;
    text-transform: uppercase;
}
.top-menu {
    gap: 24.28px;
    display: flex;
}
.top-menu a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13.73px;
    color: #000000 !important;
    font-weight: 700;
}
.top-menu a:hover {
    opacity: 0.7;
}
.content-grid {
    grid-template-columns: 1fr 300px;
    gap: 62.12px;
    display: grid;
    margin-bottom: 80.43px;
}
.feature-post {
    border-radius: 13.26px;
    background: #ffffff;
    border: 2px solid #000000;
    padding: 48.87px;
}
.body-copy {
    font-size: 17.72px;
    line-height: 1.78;
    color: #000000;
}
.body-copy a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.rail {
    position: sticky;
    top: 40px;
}
.widget-box {
    padding: 23.44px;
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 13.12px;
    margin-bottom: 30.62px;
}
.block-heading {
    text-transform: uppercase;
    font-size: 19.51px;
    border-bottom: 2px solid #000000;
    margin-bottom: 19.24px;
    font-weight: 800;
    color: #000000;
    padding-bottom: 7.73px;
}
.fresh-list, .date-index {
    padding: 0;
    list-style: none;
}
.fresh-list li {
    padding-bottom: 11.23px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 11.24px;
}
.fresh-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.fresh-list a:hover {
    text-decoration: underline;
}
.date-index a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.date-index a:hover {
    text-decoration: underline;
}
.tag-area {
    flex-wrap: wrap;
    display: flex;
    gap: 12.91px;
}
.topic-chip {
    border-radius: 9.77px;
    padding: 5.59px 12.99px;
    font-size: 12.72px;
    color: #000000 !important;
    display: inline-block;
    font-weight: 600;
    border: 2px solid #000000;
    background: #ffffff;
    text-decoration: none;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.closing {
    font-size: 14.11px;
    border-top: 2px solid #000000;
    padding: 39.36px 0;
    color: #000000;
    background: #fff;
    text-align: center;
    font-weight: 600;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .rail {
    position: static;
} }
