
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    color: var(--text);
    line-height: 1.58;
    -moz-text-size-adjust: 100%;
    background: #ffffff;
    text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
.inner {
    max-width: 1200px;
    padding: 0 19.58px;
    margin: 0 auto;
}
.main-header {
    margin-bottom: 42.25px;
    border-bottom: 2px solid #000000;
    background: #ffffff;
    padding: 25.87px 0;
}
.brand-mark {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 800;
    color: #000000;
    font-size: 23.4px;
}
.main-menu {
    gap: 24.61px;
    display: flex;
}
.main-menu a {
    text-decoration: none;
    color: #000000 !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14.93px;
}
.main-menu a:hover {
    opacity: 0.7;
}
.layout-grid {
    grid-template-columns: 1fr 300px;
    gap: 62.87px;
    margin-bottom: 80.77px;
    display: grid;
}
.main-post {
    padding: 45.2px;
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 10.88px;
}
.main-text {
    color: #000000;
    font-size: 18.17px;
    line-height: 1.83;
}
.main-text a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.aside-col {
    position: sticky;
    top: 40px;
}
.module {
    padding: 23.28px;
    background: #ffffff;
    margin-bottom: 27.83px;
    border: 2px solid #000000;
    border-radius: 13.57px;
}
.panel-title {
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    margin-bottom: 20.79px;
    padding-bottom: 10.2px;
    font-size: 19.2px;
}
.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.67px;
    margin-bottom: 9.64px;
}
.updates-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.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;
}
.label-group {
    flex-wrap: wrap;
    gap: 10.86px;
    display: flex;
}
.topic-chip {
    font-weight: 600;
    background: #ffffff;
    font-size: 12.66px;
    display: inline-block;
    color: #000000 !important;
    text-decoration: none;
    border-radius: 8.57px;
    padding: 5.4px 16.17px;
    border: 2px solid #000000;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.closing {
    border-top: 2px solid #000000;
    color: #000000;
    padding: 42.74px 0;
    font-size: 13.26px;
    text-align: center;
    background: #fff;
    font-weight: 600;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .aside-col {
    position: static;
} }
