
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    color: var(--text);
    line-height: 1.6;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
.page-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 22.24px;
}
.page-top {
    border-bottom: 2px solid #000000;
    margin-bottom: 41.66px;
    background: #ffffff;
    padding: 22.12px 0;
}
.home-brand {
    text-transform: uppercase;
    font-size: 23.35px;
    text-decoration: none;
    color: #000000;
    font-weight: 800;
}
.primary-nav {
    gap: 25.56px;
    display: flex;
}
.primary-nav a {
    text-decoration: none;
    color: #000000 !important;
    text-transform: uppercase;
    font-size: 14.66px;
    font-weight: 700;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.dual-panel {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 57.31px;
    margin-bottom: 78.32px;
}
.main-post {
    background: #ffffff;
    padding: 50.24px;
    border-radius: 12.79px;
    border: 2px solid #000000;
}
.post-body {
    font-size: 17px;
    color: #000000;
    line-height: 1.75;
}
.post-body a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.aside-col {
    top: 40px;
    position: sticky;
}
.aside-box {
    margin-bottom: 32.95px;
    padding: 22.39px;
    border-radius: 11.27px;
    background: #ffffff;
    border: 2px solid #000000;
}
.label {
    color: #000000;
    margin-bottom: 19.95px;
    border-bottom: 2px solid #000000;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 20.86px;
    padding-bottom: 9.68px;
}
.updates-list, .date-index {
    padding: 0;
    list-style: none;
}
.updates-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 12.97px;
    margin-bottom: 9.59px;
}
.updates-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.updates-list a:hover {
    text-decoration: underline;
}
.date-index a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.date-index a:hover {
    text-decoration: underline;
}
.term-cloud {
    gap: 9.19px;
    flex-wrap: wrap;
    display: flex;
}
.chip {
    padding: 6.58px 14.41px;
    color: #000000 !important;
    font-size: 13.08px;
    border: 2px solid #000000;
    background: #ffffff;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    border-radius: 9.94px;
}
.chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.ground {
    text-align: center;
    padding: 42.15px 0;
    font-size: 13.93px;
    background: #fff;
    font-weight: 600;
    color: #000000;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .aside-col {
    position: static;
} }
