
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    text-size-adjust: 100%;
    background: #ffffff;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
    color: var(--text);
    line-height: 1.56;
}
.wrapper {
    padding: 0 20.78px;
    margin: 0 auto;
    max-width: 1200px;
}
.page-top {
    background: #ffffff;
    padding: 22.85px 0;
    border-bottom: 2px solid #000000;
    margin-bottom: 41.26px;
}
.home-brand {
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 23.19px;
}
.main-menu {
    gap: 22.76px;
    display: flex;
}
.main-menu a {
    text-decoration: none;
    color: #000000 !important;
    text-transform: uppercase;
    font-size: 13.1px;
    font-weight: 700;
}
.main-menu a:hover {
    opacity: 0.7;
}
.page-grid {
    grid-template-columns: 1fr 300px;
    gap: 60.51px;
    margin-bottom: 81.9px;
    display: grid;
}
.lead-article {
    border: 2px solid #000000;
    padding: 48.51px;
    border-radius: 10.09px;
    background: #ffffff;
}
.entry-text {
    line-height: 1.75;
    font-size: 18.82px;
    color: #000000;
}
.entry-text a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.secondary {
    position: sticky;
    top: 40px;
}
.info-card {
    margin-bottom: 27.95px;
    border: 2px solid #000000;
    background: #ffffff;
    padding: 23.99px;
    border-radius: 12.21px;
}
.panel-title {
    text-transform: uppercase;
    color: #000000;
    padding-bottom: 11.63px;
    border-bottom: 2px solid #000000;
    margin-bottom: 17.03px;
    font-weight: 800;
    font-size: 19.16px;
}
.latest-entries, .past-entries {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    padding-bottom: 8.75px;
    margin-bottom: 9.78px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.latest-entries a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.past-entries a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.past-entries a:hover {
    text-decoration: underline;
}
.chip-group {
    display: flex;
    gap: 12.29px;
    flex-wrap: wrap;
}
.keyword-tag {
    font-size: 12.9px;
    padding: 3.35px 11.25px;
    background: #ffffff;
    border: 2px solid #000000;
    font-weight: 600;
    color: #000000 !important;
    text-decoration: none;
    border-radius: 8.23px;
    display: inline-block;
}
.keyword-tag:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    background: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 14.09px;
    color: #000000;
    padding: 39.4px 0;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .page-grid { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
