
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    -ms-text-size-adjust: 100%;
    line-height: 1.63;
    text-size-adjust: 100%;
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -moz-text-size-adjust: 100%;
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
}
.inner {
    padding: 0 17.8px;
    max-width: 1200px;
    margin: 0 auto;
}
.page-top {
    margin-bottom: 38.41px;
    border-bottom: 2px solid #000000;
    padding: 27.04px 0;
    background: #ffffff;
}
.brand-mark {
    color: #000000;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
    font-size: 23.68px;
}
.nav-bar {
    display: flex;
    gap: 26.72px;
}
.nav-bar a {
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000 !important;
    font-size: 13.97px;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.layout-grid {
    display: grid;
    gap: 62.16px;
    margin-bottom: 82.1px;
    grid-template-columns: 1fr 300px;
}
.main-post {
    border: 2px solid #000000;
    border-radius: 11.86px;
    background: #ffffff;
    padding: 50.48px;
}
.main-text {
    font-size: 17.05px;
    line-height: 1.85;
    color: #000000;
}
.main-text a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.rail {
    top: 40px;
    position: sticky;
}
.info-card {
    margin-bottom: 31.76px;
    padding: 25.75px;
    background: #ffffff;
    border-radius: 10.46px;
    border: 2px solid #000000;
}
.box-title {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 20.12px;
    border-bottom: 2px solid #000000;
    padding-bottom: 10.71px;
    color: #000000;
    margin-bottom: 17.81px;
}
.updates-list, .date-index {
    list-style: none;
    padding: 0;
}
.updates-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 11.92px;
    padding-bottom: 10.43px;
}
.updates-list a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.updates-list a:hover {
    text-decoration: underline;
}
.date-index a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.date-index a:hover {
    text-decoration: underline;
}
.label-group {
    flex-wrap: wrap;
    gap: 9.44px;
    display: flex;
}
.label-item {
    font-weight: 600;
    border: 2px solid #000000;
    display: inline-block;
    border-radius: 7.63px;
    text-decoration: none;
    padding: 8.69px 12.66px;
    color: #000000 !important;
    background: #ffffff;
    font-size: 12.85px;
}
.label-item:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    border-top: 2px solid #000000;
    color: #000000;
    font-size: 14.86px;
    background: #fff;
    font-weight: 600;
    text-align: center;
    padding: 40.6px 0;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .rail {
    position: static;
} }
