
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    background: #ffffff;
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    line-height: 1.58;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: var(--text);
}
.shell {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 22.56px;
}
.nav-wrap {
    border-bottom: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 37.89px;
    padding: 27.27px 0;
}
.home-brand {
    font-weight: 800;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 24.78px;
}
.top-menu {
    gap: 23.45px;
    display: flex;
}
.top-menu a {
    color: #000000 !important;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14.19px;
    font-weight: 700;
}
.top-menu a:hover {
    opacity: 0.7;
}
.content-grid {
    margin-bottom: 78.66px;
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 59.14px;
}
.feature-post {
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 11.4px;
    padding: 50.41px;
}
.content-area {
    color: #000000;
    font-size: 17.43px;
    line-height: 1.78;
}
.content-area a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.secondary {
    position: sticky;
    top: 40px;
}
.info-card {
    margin-bottom: 28.84px;
    padding: 26.08px;
    border-radius: 12.14px;
    background: #ffffff;
    border: 2px solid #000000;
}
.box-title {
    text-transform: uppercase;
    font-size: 20.77px;
    font-weight: 800;
    color: #000000;
    margin-bottom: 21.3px;
    border-bottom: 2px solid #000000;
    padding-bottom: 9.6px;
}
.updates-list, .month-list {
    list-style: none;
    padding: 0;
}
.updates-list li {
    margin-bottom: 10.84px;
    padding-bottom: 8.75px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.updates-list a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.updates-list a:hover {
    text-decoration: underline;
}
.month-list a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.month-list a:hover {
    text-decoration: underline;
}
.topic-list {
    display: flex;
    flex-wrap: wrap;
    gap: 11.53px;
}
.term-badge {
    font-weight: 600;
    display: inline-block;
    border: 2px solid #000000;
    color: #000000 !important;
    text-decoration: none;
    font-size: 12.39px;
    border-radius: 8.36px;
    background: #ffffff;
    padding: 6.81px 15.99px;
}
.term-badge:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    text-align: center;
    font-weight: 600;
    color: #000000;
    border-top: 2px solid #000000;
    background: #fff;
    font-size: 14.67px;
    padding: 40.02px 0;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
