
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #ffffff;
    -moz-text-size-adjust: 100%;
    color: var(--text);
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
.shell {
    padding: 0 18.33px;
    max-width: 1200px;
    margin: 0 auto;
}
.banner-area {
    background: #ffffff;
    margin-bottom: 39.53px;
    border-bottom: 2px solid #000000;
    padding: 27.16px 0;
}
.identity {
    text-transform: uppercase;
    color: #000000;
    font-size: 23.75px;
    font-weight: 800;
    text-decoration: none;
}
.main-menu {
    gap: 26.37px;
    display: flex;
}
.main-menu a {
    font-size: 13.16px;
    text-decoration: none;
    color: #000000 !important;
    text-transform: uppercase;
    font-weight: 700;
}
.main-menu a:hover {
    opacity: 0.7;
}
.page-grid {
    gap: 59.09px;
    grid-template-columns: 1fr 300px;
    display: grid;
    margin-bottom: 82.76px;
}
.primary-content {
    padding: 45.38px;
    border-radius: 12.7px;
    background: #ffffff;
    border: 2px solid #000000;
}
.post-body {
    font-size: 17.58px;
    line-height: 1.84;
    color: #000000;
}
.post-body a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.aside-col {
    position: sticky;
    top: 40px;
}
.module {
    border: 2px solid #000000;
    border-radius: 12.4px;
    margin-bottom: 29.95px;
    padding: 24.69px;
    background: #ffffff;
}
.label {
    border-bottom: 2px solid #000000;
    margin-bottom: 22.46px;
    padding-bottom: 11.78px;
    text-transform: uppercase;
    color: #000000;
    font-size: 20.44px;
    font-weight: 800;
}
.updates-list, .month-list {
    padding: 0;
    list-style: none;
}
.updates-list li {
    margin-bottom: 12.63px;
    padding-bottom: 11.11px;
    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;
}
.chip-group {
    gap: 11.79px;
    display: flex;
    flex-wrap: wrap;
}
.topic-chip {
    border-radius: 7.25px;
    background: #ffffff;
    color: #000000 !important;
    text-decoration: none;
    border: 2px solid #000000;
    font-weight: 600;
    font-size: 13.76px;
    padding: 3.14px 12.37px;
    display: inline-block;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    text-align: center;
    font-weight: 600;
    font-size: 13.85px;
    color: #000000;
    background: #fff;
    border-top: 2px solid #000000;
    padding: 42.13px 0;
}
@media (max-width: 900px) { .page-grid { grid-template-columns: 1fr; gap: 40px; } .aside-col {
    position: static;
} }
