
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    line-height: 1.63;
    color: var(--text);
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
.wrapper {
    padding: 0 22.53px;
    margin: 0 auto;
    max-width: 1200px;
}
.page-top {
    border-bottom: 2px solid #000000;
    padding: 23.71px 0;
    background: #ffffff;
    margin-bottom: 39.81px;
}
.wordmark {
    text-transform: uppercase;
    text-decoration: none;
    color: #000000;
    font-size: 24.83px;
    font-weight: 800;
}
.main-menu {
    gap: 27.5px;
    display: flex;
}
.main-menu a {
    color: #000000 !important;
    font-size: 14.74px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
}
.main-menu a:hover {
    opacity: 0.7;
}
.dual-panel {
    grid-template-columns: 1fr 300px;
    display: grid;
    margin-bottom: 80.4px;
    gap: 61.48px;
}
.main-post {
    background: #ffffff;
    border-radius: 10.6px;
    padding: 46.56px;
    border: 2px solid #000000;
}
.post-body {
    line-height: 1.81;
    font-size: 17.13px;
    color: #000000;
}
.post-body a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.aside-col {
    top: 40px;
    position: sticky;
}
.info-card {
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 11.12px;
    padding: 21.67px;
    margin-bottom: 28.27px;
}
.panel-title {
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 19.54px;
    font-size: 20.15px;
    border-bottom: 2px solid #000000;
    color: #000000;
    padding-bottom: 9.68px;
}
.updates-list, .past-entries {
    padding: 0;
    list-style: none;
}
.updates-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 9.75px;
    margin-bottom: 8.98px;
}
.updates-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.updates-list a:hover {
    text-decoration: underline;
}
.past-entries a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.past-entries a:hover {
    text-decoration: underline;
}
.label-group {
    display: flex;
    gap: 11.1px;
    flex-wrap: wrap;
}
.topic-chip {
    font-weight: 600;
    border: 2px solid #000000;
    background: #ffffff;
    color: #000000 !important;
    text-decoration: none;
    font-size: 13.81px;
    display: inline-block;
    border-radius: 8.63px;
    padding: 3.14px 14.04px;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.closing {
    background: #fff;
    color: #000000;
    font-weight: 600;
    border-top: 2px solid #000000;
    text-align: center;
    padding: 41.45px 0;
    font-size: 13.36px;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .aside-col {
    position: static;
} }
