
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
    line-height: 1.57;
    background: #ffffff;
    -ms-text-size-adjust: 100%;
    color: var(--text);
}
.shell {
    padding: 0 21.43px;
    margin: 0 auto;
    max-width: 1200px;
}
.page-top {
    background: #ffffff;
    margin-bottom: 41.8px;
    border-bottom: 2px solid #000000;
    padding: 25.09px 0;
}
.identity {
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 23.94px;
    color: #000000;
}
.primary-nav {
    gap: 27.72px;
    display: flex;
}
.primary-nav a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13.84px;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.page-grid {
    display: grid;
    gap: 58.16px;
    margin-bottom: 77.52px;
    grid-template-columns: 1fr 300px;
}
.main-post {
    padding: 46.14px;
    border: 2px solid #000000;
    border-radius: 13.13px;
    background: #ffffff;
}
.entry-text {
    font-size: 18.17px;
    color: #000000;
    line-height: 1.76;
}
.entry-text a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.aside-col {
    position: sticky;
    top: 40px;
}
.aside-box {
    margin-bottom: 32.64px;
    padding: 23.74px;
    border: 2px solid #000000;
    border-radius: 10.05px;
    background: #ffffff;
}
.block-heading {
    color: #000000;
    font-weight: 800;
    padding-bottom: 10.65px;
    font-size: 19.23px;
    text-transform: uppercase;
    margin-bottom: 21.9px;
    border-bottom: 2px solid #000000;
}
.updates-list, .past-entries {
    list-style: none;
    padding: 0;
}
.updates-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 12.85px;
    padding-bottom: 12.34px;
}
.updates-list a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.updates-list a:hover {
    text-decoration: underline;
}
.past-entries a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.past-entries a:hover {
    text-decoration: underline;
}
.topic-list {
    gap: 11.31px;
    flex-wrap: wrap;
    display: flex;
}
.topic-chip {
    background: #ffffff;
    padding: 6.63px 14.43px;
    border-radius: 8.44px;
    border: 2px solid #000000;
    font-weight: 600;
    font-size: 13.22px;
    color: #000000 !important;
    display: inline-block;
    text-decoration: none;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.closing {
    padding: 41.67px 0;
    font-weight: 600;
    color: #000000;
    text-align: center;
    border-top: 2px solid #000000;
    background: #fff;
    font-size: 14.41px;
}
@media (max-width: 900px) { .page-grid { grid-template-columns: 1fr; gap: 40px; } .aside-col {
    position: static;
} }
