
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #ffffff;
    -moz-text-size-adjust: 100%;
    line-height: 1.61;
    -ms-text-size-adjust: 100%;
    color: var(--text);
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
.wrapper {
    padding: 0 20.14px;
    margin: 0 auto;
    max-width: 1200px;
}
.nav-wrap {
    background: #ffffff;
    border-bottom: 2px solid #000000;
    margin-bottom: 40.64px;
    padding: 23.15px 0;
}
.brand-mark {
    font-weight: 800;
    font-size: 23.08px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
}
.main-menu {
    display: flex;
    gap: 22.4px;
}
.main-menu a {
    text-decoration: none;
    font-size: 14.48px;
    color: #000000 !important;
    font-weight: 700;
    text-transform: uppercase;
}
.main-menu a:hover {
    opacity: 0.7;
}
.split-view {
    margin-bottom: 81.79px;
    grid-template-columns: 1fr 300px;
    display: grid;
    gap: 58px;
}
.feature-post {
    border-radius: 12.34px;
    background: #ffffff;
    border: 2px solid #000000;
    padding: 48.3px;
}
.post-body {
    line-height: 1.76;
    color: #000000;
    font-size: 18.46px;
}
.post-body a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.aside-col {
    top: 40px;
    position: sticky;
}
.widget-box {
    border: 2px solid #000000;
    padding: 25.77px;
    margin-bottom: 31.09px;
    background: #ffffff;
    border-radius: 13.37px;
}
.block-heading {
    color: #000000;
    padding-bottom: 7.05px;
    font-size: 20.09px;
    border-bottom: 2px solid #000000;
    font-weight: 800;
    margin-bottom: 20.32px;
    text-transform: uppercase;
}
.updates-list, .history-list {
    list-style: none;
    padding: 0;
}
.updates-list li {
    margin-bottom: 7.47px;
    padding-bottom: 11.59px;
    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;
}
.history-list a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.history-list a:hover {
    text-decoration: underline;
}
.label-group {
    display: flex;
    gap: 8.39px;
    flex-wrap: wrap;
}
.chip {
    border: 2px solid #000000;
    text-decoration: none;
    color: #000000 !important;
    border-radius: 7.89px;
    display: inline-block;
    padding: 6.8px 12.67px;
    font-size: 12.85px;
    font-weight: 600;
    background: #ffffff;
}
.chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.ground {
    text-align: center;
    padding: 43px 0;
    font-weight: 600;
    color: #000000;
    font-size: 14.49px;
    border-top: 2px solid #000000;
    background: #fff;
}
@media (max-width: 900px) { .split-view { grid-template-columns: 1fr; gap: 40px; } .aside-col {
    position: static;
} }
