
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background: #ffffff;
    color: var(--text);
    -moz-text-size-adjust: 100%;
    line-height: 1.62;
}
.wrapper {
    padding: 0 19.51px;
    max-width: 1200px;
    margin: 0 auto;
}
.page-top {
    background: #ffffff;
    border-bottom: 2px solid #000000;
    padding: 24.63px 0;
    margin-bottom: 41.66px;
}
.brand-mark {
    text-transform: uppercase;
    color: #000000;
    font-size: 23.2px;
    text-decoration: none;
    font-weight: 800;
}
.primary-nav {
    display: flex;
    gap: 26.53px;
}
.primary-nav a {
    text-transform: uppercase;
    font-size: 13.94px;
    font-weight: 700;
    text-decoration: none;
    color: #000000 !important;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.content-grid {
    grid-template-columns: 1fr 300px;
    display: grid;
    margin-bottom: 79.49px;
    gap: 62.54px;
}
.top-story {
    background: #ffffff;
    border-radius: 10.17px;
    padding: 50.11px;
    border: 2px solid #000000;
}
.post-body {
    line-height: 1.81;
    font-size: 17.01px;
    color: #000000;
}
.post-body a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.info-panel {
    position: sticky;
    top: 40px;
}
.widget-box {
    margin-bottom: 29.92px;
    padding: 24.35px;
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 10.93px;
}
.box-title {
    color: #000000;
    font-size: 19.58px;
    padding-bottom: 11.39px;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 18.97px;
}
.updates-list, .past-entries {
    padding: 0;
    list-style: none;
}
.updates-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 11.33px;
    margin-bottom: 12.88px;
}
.updates-list a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.updates-list a:hover {
    text-decoration: underline;
}
.past-entries a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.past-entries a:hover {
    text-decoration: underline;
}
.topic-list {
    flex-wrap: wrap;
    display: flex;
    gap: 7.58px;
}
.chip {
    font-weight: 600;
    background: #ffffff;
    padding: 6.7px 11.65px;
    text-decoration: none;
    border-radius: 9.34px;
    display: inline-block;
    color: #000000 !important;
    font-size: 13.5px;
    border: 2px solid #000000;
}
.chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.base-bar {
    border-top: 2px solid #000000;
    font-weight: 600;
    padding: 38.06px 0;
    background: #fff;
    font-size: 13.77px;
    color: #000000;
    text-align: center;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
