
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    line-height: 1.58;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text);
    background: #ffffff;
}
.shell {
    padding: 0 19.55px;
    margin: 0 auto;
    max-width: 1200px;
}
.nav-wrap {
    margin-bottom: 41.29px;
    background: #ffffff;
    border-bottom: 2px solid #000000;
    padding: 24px 0;
}
.home-brand {
    text-decoration: none;
    font-weight: 800;
    font-size: 23.53px;
    color: #000000;
    text-transform: uppercase;
}
.primary-nav {
    gap: 22.73px;
    display: flex;
}
.primary-nav a {
    font-size: 14.41px;
    text-transform: uppercase;
    color: #000000 !important;
    font-weight: 700;
    text-decoration: none;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.content-grid {
    margin-bottom: 80.3px;
    display: grid;
    gap: 62.02px;
    grid-template-columns: 1fr 300px;
}
.primary-content {
    border: 2px solid #000000;
    padding: 49.74px;
    background: #ffffff;
    border-radius: 12.95px;
}
.content-area {
    font-size: 17.94px;
    line-height: 1.82;
    color: #000000;
}
.content-area a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.aside-col {
    position: sticky;
    top: 40px;
}
.side-block {
    padding: 23.07px;
    margin-bottom: 28.57px;
    border-radius: 11.91px;
    background: #ffffff;
    border: 2px solid #000000;
}
.block-heading {
    padding-bottom: 11.77px;
    margin-bottom: 22.69px;
    color: #000000;
    font-size: 20.38px;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    font-weight: 800;
}
.updates-list, .date-index {
    list-style: none;
    padding: 0;
}
.updates-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 9.46px;
    margin-bottom: 11.16px;
}
.updates-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.updates-list a:hover {
    text-decoration: underline;
}
.date-index a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.date-index a:hover {
    text-decoration: underline;
}
.tag-area {
    gap: 10.23px;
    flex-wrap: wrap;
    display: flex;
}
.label-item {
    border-radius: 8.21px;
    padding: 3.69px 11.04px;
    background: #ffffff;
    color: #000000 !important;
    border: 2px solid #000000;
    display: inline-block;
    text-decoration: none;
    font-size: 12.15px;
    font-weight: 600;
}
.label-item:hover {
    background: #000000;
    color: #ffffff !important;
}
.ground {
    border-top: 2px solid #000000;
    padding: 42.89px 0;
    color: #000000;
    font-size: 13.94px;
    font-weight: 600;
    background: #fff;
    text-align: center;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .aside-col {
    position: static;
} }
