
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    line-height: 1.56;
    text-size-adjust: 100%;
    color: var(--text);
    background: #ffffff;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
}
.page-wrap {
    padding: 0 20.84px;
    margin: 0 auto;
    max-width: 1200px;
}
.nav-wrap {
    background: #ffffff;
    border-bottom: 2px solid #000000;
    margin-bottom: 40.81px;
    padding: 22.49px 0;
}
.brand-mark {
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
    font-weight: 800;
    font-size: 23.93px;
}
.top-menu {
    display: flex;
    gap: 26.86px;
}
.top-menu a {
    text-decoration: none;
    font-size: 13.37px;
    color: #000000 !important;
    text-transform: uppercase;
    font-weight: 700;
}
.top-menu a:hover {
    opacity: 0.7;
}
.layout-grid {
    margin-bottom: 80.67px;
    grid-template-columns: 1fr 300px;
    gap: 59.51px;
    display: grid;
}
.primary-content {
    background: #ffffff;
    border-radius: 10.94px;
    border: 2px solid #000000;
    padding: 48.46px;
}
.main-text {
    font-size: 18.29px;
    color: #000000;
    line-height: 1.81;
}
.main-text a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.info-panel {
    top: 40px;
    position: sticky;
}
.widget-box {
    background: #ffffff;
    border-radius: 10.13px;
    border: 2px solid #000000;
    padding: 23px;
    margin-bottom: 28.69px;
}
.block-heading {
    text-transform: uppercase;
    padding-bottom: 8.39px;
    font-size: 19.29px;
    margin-bottom: 21.92px;
    color: #000000;
    font-weight: 800;
    border-bottom: 2px solid #000000;
}
.updates-list, .date-index {
    list-style: none;
    padding: 0;
}
.updates-list li {
    margin-bottom: 10.9px;
    padding-bottom: 10.93px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.updates-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.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;
}
.topic-list {
    flex-wrap: wrap;
    gap: 9.31px;
    display: flex;
}
.keyword-tag {
    color: #000000 !important;
    font-weight: 600;
    border: 2px solid #000000;
    font-size: 13.64px;
    display: inline-block;
    padding: 8.41px 13.69px;
    background: #ffffff;
    text-decoration: none;
    border-radius: 7.17px;
}
.keyword-tag:hover {
    background: #000000;
    color: #ffffff !important;
}
.base-bar {
    color: #000000;
    font-weight: 600;
    border-top: 2px solid #000000;
    background: #fff;
    font-size: 14.98px;
    padding: 37.1px 0;
    text-align: center;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
