
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    text-size-adjust: 100%;
    line-height: 1.64;
    -moz-text-size-adjust: 100%;
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background: #ffffff;
}
.inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 18.23px;
}
.page-top {
    padding: 22.08px 0;
    background: #ffffff;
    margin-bottom: 39.53px;
    border-bottom: 2px solid #000000;
}
.identity {
    font-size: 23.48px;
    text-decoration: none;
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
}
.primary-nav {
    gap: 27.82px;
    display: flex;
}
.primary-nav a {
    text-transform: uppercase;
    color: #000000 !important;
    text-decoration: none;
    font-size: 13.15px;
    font-weight: 700;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.two-col {
    margin-bottom: 82.85px;
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 60.33px;
}
.hero-post {
    background: #ffffff;
    border: 2px solid #000000;
    padding: 49.54px;
    border-radius: 13.89px;
}
.post-body {
    font-size: 18.82px;
    color: #000000;
    line-height: 1.77;
}
.post-body a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.aside-col {
    position: sticky;
    top: 40px;
}
.module {
    margin-bottom: 30.43px;
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 10.86px;
    padding: 24.7px;
}
.label {
    font-size: 20.55px;
    font-weight: 800;
    border-bottom: 2px solid #000000;
    margin-bottom: 19.6px;
    text-transform: uppercase;
    color: #000000;
    padding-bottom: 10.56px;
}
.new-items, .history-list {
    list-style: none;
    padding: 0;
}
.new-items li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 11.4px;
    margin-bottom: 12.54px;
}
.new-items a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.new-items 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: 11.21px;
    flex-wrap: wrap;
}
.term-badge {
    font-size: 12.79px;
    text-decoration: none;
    padding: 4.77px 16.03px;
    border-radius: 6.68px;
    background: #ffffff;
    display: inline-block;
    color: #000000 !important;
    border: 2px solid #000000;
    font-weight: 600;
}
.term-badge:hover {
    background: #000000;
    color: #ffffff !important;
}
.end-section {
    text-align: center;
    font-weight: 600;
    border-top: 2px solid #000000;
    background: #fff;
    font-size: 13.08px;
    padding: 37.29px 0;
    color: #000000;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .aside-col {
    position: static;
} }
