
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text);
    -ms-text-size-adjust: 100%;
    background: #ffffff;
    line-height: 1.62;
    -webkit-text-size-adjust: 100%;
}
.inner {
    padding: 0 21.02px;
    margin: 0 auto;
    max-width: 1200px;
}
.page-top {
    margin-bottom: 42.74px;
    border-bottom: 2px solid #000000;
    padding: 24.8px 0;
    background: #ffffff;
}
.home-brand {
    font-size: 23.92px;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
}
.main-menu {
    gap: 22.53px;
    display: flex;
}
.main-menu a {
    text-transform: uppercase;
    font-size: 14.03px;
    text-decoration: none;
    font-weight: 700;
    color: #000000 !important;
}
.main-menu a:hover {
    opacity: 0.7;
}
.split-view {
    margin-bottom: 79.26px;
    grid-template-columns: 1fr 300px;
    display: grid;
    gap: 60.15px;
}
.main-post {
    border-radius: 11.87px;
    padding: 45.45px;
    border: 2px solid #000000;
    background: #ffffff;
}
.entry-text {
    color: #000000;
    font-size: 17.66px;
    line-height: 1.76;
}
.entry-text a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.rail {
    position: sticky;
    top: 40px;
}
.module {
    border: 2px solid #000000;
    padding: 22.9px;
    margin-bottom: 28.36px;
    background: #ffffff;
    border-radius: 11.36px;
}
.block-heading {
    padding-bottom: 7.81px;
    font-weight: 800;
    margin-bottom: 17.56px;
    font-size: 20.2px;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    color: #000000;
}
.updates-list, .date-index {
    list-style: none;
    padding: 0;
}
.updates-list li {
    margin-bottom: 7.53px;
    padding-bottom: 8.88px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.updates-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.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;
}
.topic-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8.5px;
}
.label-item {
    font-size: 12.09px;
    border-radius: 9.61px;
    padding: 7.31px 15.85px;
    text-decoration: none;
    display: inline-block;
    background: #ffffff;
    font-weight: 600;
    color: #000000 !important;
    border: 2px solid #000000;
}
.label-item:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    color: #000000;
    border-top: 2px solid #000000;
    font-weight: 600;
    background: #fff;
    font-size: 13.77px;
    padding: 42.15px 0;
    text-align: center;
}
@media (max-width: 900px) { .split-view { grid-template-columns: 1fr; gap: 40px; } .rail {
    position: static;
} }
