
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
body {
    -webkit-text-size-adjust: 100%;
    color: var(--text);
    -moz-text-size-adjust: 100%;
    line-height: 1.61;
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #ffffff;
}
.page-wrap {
    margin: 0 auto;
    padding: 0 18.87px;
    max-width: 1200px;
}
.top-bar {
    background: #ffffff;
    border-bottom: 2px solid #000000;
    padding: 25.33px 0;
    margin-bottom: 40.36px;
}
.brand-mark {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 800;
    color: #000000;
    font-size: 24.48px;
}
.nav-bar {
    display: flex;
    gap: 24.86px;
}
.nav-bar a {
    font-size: 14.37px;
    font-weight: 700;
    color: #000000 !important;
    text-decoration: none;
    text-transform: uppercase;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.content-grid {
    margin-bottom: 82.63px;
    gap: 61.32px;
    grid-template-columns: 1fr 300px;
    display: grid;
}
.top-story {
    border: 2px solid #000000;
    border-radius: 12.42px;
    background: #ffffff;
    padding: 48.76px;
}
.main-text {
    font-size: 17.84px;
    color: #000000;
    line-height: 1.82;
}
.main-text a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.aside-col {
    position: sticky;
    top: 40px;
}
.widget-box {
    margin-bottom: 29.1px;
    background: #ffffff;
    border-radius: 13.43px;
    padding: 24.09px;
    border: 2px solid #000000;
}
.box-title {
    margin-bottom: 19.62px;
    color: #000000;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    font-size: 19.08px;
    padding-bottom: 10.33px;
    font-weight: 800;
}
.latest-entries, .time-list {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 10.89px;
    margin-bottom: 12.17px;
}
.latest-entries a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.time-list a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.time-list a:hover {
    text-decoration: underline;
}
.keyword-wrap {
    flex-wrap: wrap;
    display: flex;
    gap: 12.95px;
}
.term-badge {
    background: #ffffff;
    font-size: 12.39px;
    text-decoration: none;
    padding: 4.95px 15.9px;
    border-radius: 7.17px;
    font-weight: 600;
    color: #000000 !important;
    display: inline-block;
    border: 2px solid #000000;
}
.term-badge:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    font-size: 14.33px;
    font-weight: 600;
    color: #000000;
    background: #fff;
    text-align: center;
    padding: 40.17px 0;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .aside-col {
    position: static;
} }
