
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
body {
    line-height: 1.62;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    color: var(--text);
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20.03px;
}
.top-bar {
    background: #ffffff;
    padding: 23.53px 0;
    margin-bottom: 38.82px;
    border-bottom: 2px solid #000000;
}
.brand-link {
    font-size: 24.71px;
    font-weight: 800;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
}
.primary-nav {
    gap: 27.1px;
    display: flex;
}
.primary-nav a {
    font-size: 13.42px;
    color: #000000 !important;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.content-grid {
    gap: 59.69px;
    grid-template-columns: 1fr 300px;
    margin-bottom: 81.37px;
    display: grid;
}
.feature-post {
    padding: 50.27px;
    background: #ffffff;
    border-radius: 11.07px;
    border: 2px solid #000000;
}
.body-copy {
    color: #000000;
    line-height: 1.8;
    font-size: 17.45px;
}
.body-copy a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.right-col {
    top: 40px;
    position: sticky;
}
.widget-box {
    background: #ffffff;
    border: 2px solid #000000;
    padding: 22.11px;
    border-radius: 12.67px;
    margin-bottom: 31.84px;
}
.panel-title {
    font-weight: 800;
    margin-bottom: 21.22px;
    border-bottom: 2px solid #000000;
    color: #000000;
    text-transform: uppercase;
    padding-bottom: 11.71px;
    font-size: 20.07px;
}
.updates-list, .time-list {
    padding: 0;
    list-style: none;
}
.updates-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 11.29px;
    padding-bottom: 7.57px;
}
.updates-list a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.updates-list a:hover {
    text-decoration: underline;
}
.time-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.time-list a:hover {
    text-decoration: underline;
}
.label-group {
    gap: 11.69px;
    flex-wrap: wrap;
    display: flex;
}
.chip {
    padding: 8.66px 15.7px;
    font-weight: 600;
    color: #000000 !important;
    border: 2px solid #000000;
    font-size: 12.7px;
    border-radius: 6.25px;
    display: inline-block;
    text-decoration: none;
    background: #ffffff;
}
.chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.footer-bar {
    padding: 42.28px 0;
    color: #000000;
    border-top: 2px solid #000000;
    background: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 14.64px;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .right-col {
    position: static;
} }
