
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    line-height: 1.62;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
    color: var(--text);
}
.inner {
    margin: 0 auto;
    padding: 0 20.09px;
    max-width: 1200px;
}
.nav-wrap {
    background: #ffffff;
    margin-bottom: 38.71px;
    padding: 27.46px 0;
    border-bottom: 2px solid #000000;
}
.brand-mark {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 24.64px;
    font-weight: 800;
    color: #000000;
}
.main-menu {
    gap: 25.86px;
    display: flex;
}
.main-menu a {
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000 !important;
    font-size: 13.45px;
}
.main-menu a:hover {
    opacity: 0.7;
}
.content-grid {
    margin-bottom: 79.58px;
    grid-template-columns: 1fr 300px;
    gap: 60.48px;
    display: grid;
}
.top-story {
    background: #ffffff;
    padding: 46.66px;
    border: 2px solid #000000;
    border-radius: 11.47px;
}
.post-body {
    line-height: 1.8;
    font-size: 17.3px;
    color: #000000;
}
.post-body a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.aside-box {
    padding: 26.01px;
    margin-bottom: 30.63px;
    border-radius: 12.86px;
    border: 2px solid #000000;
    background: #ffffff;
}
.box-title {
    padding-bottom: 10.64px;
    border-bottom: 2px solid #000000;
    font-weight: 800;
    text-transform: uppercase;
    color: #000000;
    font-size: 19.65px;
    margin-bottom: 17.16px;
}
.updates-list, .date-index {
    list-style: none;
    padding: 0;
}
.updates-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 7.86px;
    margin-bottom: 12.54px;
}
.updates-list a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.updates-list a:hover {
    text-decoration: underline;
}
.date-index a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.date-index a:hover {
    text-decoration: underline;
}
.topic-list {
    flex-wrap: wrap;
    display: flex;
    gap: 10.75px;
}
.topic-chip {
    font-size: 13.6px;
    padding: 6.68px 11.59px;
    display: inline-block;
    border-radius: 6.81px;
    background: #ffffff;
    color: #000000 !important;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid #000000;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    font-size: 14.21px;
    background: #fff;
    text-align: center;
    color: #000000;
    padding: 42.89px 0;
    font-weight: 600;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
