
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    color: var(--text);
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background: #ffffff;
    line-height: 1.58;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.page-wrap {
    margin: 0 auto;
    padding: 0 22.36px;
    max-width: 1200px;
}
.nav-wrap {
    background: #ffffff;
    padding: 24.46px 0;
    margin-bottom: 40.73px;
    border-bottom: 2px solid #000000;
}
.brand-mark {
    font-size: 23.4px;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
    color: #000000;
}
.main-menu {
    gap: 25.29px;
    display: flex;
}
.main-menu a {
    color: #000000 !important;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14.54px;
    font-weight: 700;
}
.main-menu a:hover {
    opacity: 0.7;
}
.layout-grid {
    grid-template-columns: 1fr 300px;
    display: grid;
    gap: 58.71px;
    margin-bottom: 80.33px;
}
.hero-post {
    border-radius: 11.69px;
    background: #ffffff;
    border: 2px solid #000000;
    padding: 49.47px;
}
.post-body {
    font-size: 17.06px;
    color: #000000;
    line-height: 1.76;
}
.post-body a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.rail {
    position: sticky;
    top: 40px;
}
.widget-box {
    background: #ffffff;
    border-radius: 13.9px;
    padding: 23.17px;
    border: 2px solid #000000;
    margin-bottom: 31.19px;
}
.block-heading {
    font-size: 20.09px;
    color: #000000;
    margin-bottom: 21.76px;
    font-weight: 800;
    padding-bottom: 7.33px;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
}
.updates-list, .date-index {
    list-style: none;
    padding: 0;
}
.updates-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 10.39px;
    margin-bottom: 12.79px;
}
.updates-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.updates-list a:hover {
    text-decoration: underline;
}
.date-index a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.date-index a:hover {
    text-decoration: underline;
}
.keyword-wrap {
    gap: 7.18px;
    flex-wrap: wrap;
    display: flex;
}
.topic-chip {
    border: 2px solid #000000;
    font-weight: 600;
    display: inline-block;
    color: #000000 !important;
    font-size: 12.09px;
    text-decoration: none;
    background: #ffffff;
    border-radius: 7.28px;
    padding: 4.18px 11.79px;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.base-bar {
    border-top: 2px solid #000000;
    text-align: center;
    font-size: 14.78px;
    padding: 37.47px 0;
    font-weight: 600;
    background: #fff;
    color: #000000;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .rail {
    position: static;
} }
