
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.65;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -moz-text-size-adjust: 100%;
    background: #ffffff;
    color: var(--text);
    -ms-text-size-adjust: 100%;
}
.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 18.78px;
}
.nav-wrap {
    padding: 23.14px 0;
    background: #ffffff;
    border-bottom: 2px solid #000000;
    margin-bottom: 41.87px;
}
.brand-link {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 23.52px;
    color: #000000;
    font-weight: 800;
}
.main-menu {
    gap: 26.29px;
    display: flex;
}
.main-menu a {
    text-decoration: none;
    font-size: 14.12px;
    text-transform: uppercase;
    color: #000000 !important;
    font-weight: 700;
}
.main-menu a:hover {
    opacity: 0.7;
}
.layout-grid {
    margin-bottom: 78.5px;
    gap: 58.72px;
    display: grid;
    grid-template-columns: 1fr 300px;
}
.primary-content {
    padding: 46.19px;
    background: #ffffff;
    border-radius: 13.1px;
    border: 2px solid #000000;
}
.entry-text {
    font-size: 18.01px;
    color: #000000;
    line-height: 1.8;
}
.entry-text a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.info-card {
    border-radius: 10.19px;
    margin-bottom: 29.94px;
    border: 2px solid #000000;
    background: #ffffff;
    padding: 25.41px;
}
.box-title {
    color: #000000;
    border-bottom: 2px solid #000000;
    font-weight: 800;
    margin-bottom: 19.89px;
    padding-bottom: 8.47px;
    font-size: 20.66px;
    text-transform: uppercase;
}
.updates-list, .past-entries {
    padding: 0;
    list-style: none;
}
.updates-list li {
    padding-bottom: 11.75px;
    margin-bottom: 10.12px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.updates-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.updates-list a:hover {
    text-decoration: underline;
}
.past-entries a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.past-entries a:hover {
    text-decoration: underline;
}
.label-group {
    flex-wrap: wrap;
    display: flex;
    gap: 8.73px;
}
.topic-chip {
    font-weight: 600;
    text-decoration: none;
    font-size: 13.07px;
    border-radius: 8.03px;
    display: inline-block;
    background: #ffffff;
    border: 2px solid #000000;
    padding: 7.57px 15.61px;
    color: #000000 !important;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.footer-bar {
    font-size: 13.3px;
    text-align: center;
    padding: 41.11px 0;
    border-top: 2px solid #000000;
    background: #fff;
    font-weight: 600;
    color: #000000;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
