
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
body {
    line-height: 1.64;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #ffffff;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: var(--text);
    text-size-adjust: 100%;
}
.shell {
    padding: 0 21.2px;
    max-width: 1200px;
    margin: 0 auto;
}
.nav-wrap {
    padding: 23.57px 0;
    border-bottom: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 38.38px;
}
.home-brand {
    text-decoration: none;
    font-weight: 800;
    font-size: 24.42px;
    text-transform: uppercase;
    color: #000000;
}
.main-menu {
    display: flex;
    gap: 25.74px;
}
.main-menu a {
    text-transform: uppercase;
    text-decoration: none;
    color: #000000 !important;
    font-size: 14.8px;
    font-weight: 700;
}
.main-menu a:hover {
    opacity: 0.7;
}
.page-grid {
    gap: 60.64px;
    grid-template-columns: 1fr 300px;
    display: grid;
    margin-bottom: 79.74px;
}
.main-post {
    border: 2px solid #000000;
    border-radius: 11.08px;
    padding: 46.22px;
    background: #ffffff;
}
.body-copy {
    font-size: 17.53px;
    color: #000000;
    line-height: 1.77;
}
.body-copy a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.secondary {
    position: sticky;
    top: 40px;
}
.side-block {
    border: 2px solid #000000;
    border-radius: 12.98px;
    margin-bottom: 32.74px;
    background: #ffffff;
    padding: 25.78px;
}
.box-title {
    padding-bottom: 8.14px;
    margin-bottom: 20.64px;
    font-weight: 800;
    border-bottom: 2px solid #000000;
    font-size: 19.47px;
    text-transform: uppercase;
    color: #000000;
}
.updates-list, .past-entries {
    padding: 0;
    list-style: none;
}
.updates-list li {
    margin-bottom: 12.99px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 7.63px;
}
.updates-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.updates-list a:hover {
    text-decoration: underline;
}
.past-entries a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.past-entries a:hover {
    text-decoration: underline;
}
.label-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12.5px;
}
.topic-chip {
    border: 2px solid #000000;
    padding: 3.79px 12.07px;
    font-size: 13.91px;
    background: #ffffff;
    color: #000000 !important;
    font-weight: 600;
    border-radius: 6.62px;
    display: inline-block;
    text-decoration: none;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.closing {
    text-align: center;
    color: #000000;
    font-weight: 600;
    font-size: 14.46px;
    border-top: 2px solid #000000;
    background: #fff;
    padding: 37.08px 0;
}
@media (max-width: 900px) { .page-grid { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
