
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
    color: var(--text);
    text-size-adjust: 100%;
    line-height: 1.64;
    -moz-text-size-adjust: 100%;
    background: #ffffff;
}
.shell {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 21.04px;
}
.banner-area {
    padding: 25.33px 0;
    margin-bottom: 37.22px;
    border-bottom: 2px solid #000000;
    background: #ffffff;
}
.brand-mark {
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 24.82px;
    font-weight: 800;
}
.main-menu {
    display: flex;
    gap: 24.32px;
}
.main-menu a {
    font-weight: 700;
    text-transform: uppercase;
    color: #000000 !important;
    text-decoration: none;
    font-size: 13.69px;
}
.main-menu a:hover {
    opacity: 0.7;
}
.content-grid {
    gap: 58.81px;
    margin-bottom: 80.09px;
    display: grid;
    grid-template-columns: 1fr 300px;
}
.lead-article {
    border-radius: 13.75px;
    border: 2px solid #000000;
    background: #ffffff;
    padding: 50.3px;
}
.content-area {
    line-height: 1.83;
    color: #000000;
    font-size: 18.92px;
}
.content-area a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.info-card {
    background: #ffffff;
    border: 2px solid #000000;
    padding: 25.77px;
    border-radius: 13.04px;
    margin-bottom: 31.12px;
}
.label {
    margin-bottom: 19.62px;
    padding-bottom: 12.63px;
    border-bottom: 2px solid #000000;
    font-weight: 800;
    font-size: 20.38px;
    text-transform: uppercase;
    color: #000000;
}
.new-items, .past-entries {
    list-style: none;
    padding: 0;
}
.new-items li {
    padding-bottom: 8.29px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 12.15px;
}
.new-items a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.new-items a:hover {
    text-decoration: underline;
}
.past-entries a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.past-entries a:hover {
    text-decoration: underline;
}
.keyword-wrap {
    gap: 7.55px;
    display: flex;
    flex-wrap: wrap;
}
.label-item {
    font-weight: 600;
    padding: 6.26px 15.97px;
    text-decoration: none;
    font-size: 12.28px;
    display: inline-block;
    background: #ffffff;
    border-radius: 9.09px;
    border: 2px solid #000000;
    color: #000000 !important;
}
.label-item:hover {
    color: #ffffff !important;
    background: #000000;
}
.footer-bar {
    font-weight: 600;
    font-size: 13.33px;
    text-align: center;
    padding: 38.26px 0;
    border-top: 2px solid #000000;
    background: #fff;
    color: #000000;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
