
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    line-height: 1.59;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: var(--text);
}
.page-wrap {
    margin: 0 auto;
    padding: 0 22.61px;
    max-width: 1200px;
}
.main-header {
    border-bottom: 2px solid #000000;
    padding: 26.14px 0;
    background: #ffffff;
    margin-bottom: 39.63px;
}
.brand-mark {
    font-size: 23.83px;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 800;
}
.main-menu {
    display: flex;
    gap: 27.33px;
}
.main-menu a {
    font-weight: 700;
    font-size: 14.99px;
    text-decoration: none;
    color: #000000 !important;
    text-transform: uppercase;
}
.main-menu a:hover {
    opacity: 0.7;
}
.page-grid {
    gap: 60.89px;
    margin-bottom: 78.49px;
    grid-template-columns: 1fr 300px;
    display: grid;
}
.feature-post {
    border-radius: 11.03px;
    background: #ffffff;
    border: 2px solid #000000;
    padding: 47.32px;
}
.body-copy {
    color: #000000;
    line-height: 1.78;
    font-size: 17.73px;
}
.body-copy a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.aside-col {
    position: sticky;
    top: 40px;
}
.widget-box {
    border: 2px solid #000000;
    background: #ffffff;
    padding: 26.98px;
    margin-bottom: 30.83px;
    border-radius: 10.02px;
}
.box-title {
    border-bottom: 2px solid #000000;
    padding-bottom: 7.07px;
    font-size: 19.1px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 18.53px;
    font-weight: 800;
}
.updates-list, .log-list {
    list-style: none;
    padding: 0;
}
.updates-list li {
    padding-bottom: 10.48px;
    margin-bottom: 12.04px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.updates-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.updates-list a:hover {
    text-decoration: underline;
}
.log-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.log-list a:hover {
    text-decoration: underline;
}
.chip-group {
    gap: 11.41px;
    display: flex;
    flex-wrap: wrap;
}
.label-item {
    color: #000000 !important;
    border: 2px solid #000000;
    font-size: 13.43px;
    background: #ffffff;
    text-decoration: none;
    padding: 4.81px 12.01px;
    display: inline-block;
    font-weight: 600;
    border-radius: 9.31px;
}
.label-item:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    background: #fff;
    font-size: 13.71px;
    border-top: 2px solid #000000;
    padding: 38.73px 0;
    font-weight: 600;
    color: #000000;
    text-align: center;
}
@media (max-width: 900px) { .page-grid { grid-template-columns: 1fr; gap: 40px; } .aside-col {
    position: static;
} }
