
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    background: #ffffff;
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.55;
    text-size-adjust: 100%;
}
.page-wrap {
    padding: 0 19.82px;
    max-width: 1200px;
    margin: 0 auto;
}
.nav-wrap {
    margin-bottom: 37.3px;
    border-bottom: 2px solid #000000;
    background: #ffffff;
    padding: 26.21px 0;
}
.brand-mark {
    text-transform: uppercase;
    font-size: 24.15px;
    text-decoration: none;
    font-weight: 800;
    color: #000000;
}
.main-menu {
    gap: 24.98px;
    display: flex;
}
.main-menu a {
    font-size: 14.72px;
    text-decoration: none;
    color: #000000 !important;
    text-transform: uppercase;
    font-weight: 700;
}
.main-menu a:hover {
    opacity: 0.7;
}
.layout-grid {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 60.83px;
    margin-bottom: 78.76px;
}
.main-post {
    border-radius: 10.36px;
    background: #ffffff;
    border: 2px solid #000000;
    padding: 45.02px;
}
.post-body {
    line-height: 1.85;
    font-size: 17.77px;
    color: #000000;
}
.post-body a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.aside-col {
    top: 40px;
    position: sticky;
}
.module {
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 11.12px;
    margin-bottom: 29.53px;
    padding: 22.01px;
}
.block-heading {
    margin-bottom: 21.39px;
    padding-bottom: 12.33px;
    color: #000000;
    text-transform: uppercase;
    font-size: 19.2px;
    border-bottom: 2px solid #000000;
    font-weight: 800;
}
.updates-list, .date-index {
    padding: 0;
    list-style: none;
}
.updates-list li {
    margin-bottom: 7.05px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 8.73px;
}
.updates-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.updates-list a:hover {
    text-decoration: underline;
}
.date-index a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.date-index a:hover {
    text-decoration: underline;
}
.keyword-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 9.54px;
}
.pill {
    border-radius: 6.56px;
    background: #ffffff;
    display: inline-block;
    text-decoration: none;
    border: 2px solid #000000;
    font-weight: 600;
    color: #000000 !important;
    padding: 8.63px 15.59px;
    font-size: 12.14px;
}
.pill:hover {
    color: #ffffff !important;
    background: #000000;
}
.base-bar {
    padding: 42.62px 0;
    color: #000000;
    font-weight: 600;
    border-top: 2px solid #000000;
    font-size: 13.58px;
    background: #fff;
    text-align: center;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .aside-col {
    position: static;
} }
