
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    background: #ffffff;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: var(--text);
    line-height: 1.56;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
}
.content-wrap {
    margin: 0 auto;
    padding: 0 19.02px;
    max-width: 1200px;
}
.banner-area {
    margin-bottom: 42.21px;
    border-bottom: 2px solid #000000;
    padding: 24.36px 0;
    background: #ffffff;
}
.wordmark {
    text-decoration: none;
    font-size: 23.5px;
    color: #000000;
    font-weight: 800;
    text-transform: uppercase;
}
.primary-nav {
    display: flex;
    gap: 23.73px;
}
.primary-nav a {
    text-decoration: none;
    color: #000000 !important;
    text-transform: uppercase;
    font-size: 14.86px;
    font-weight: 700;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.two-col {
    display: grid;
    margin-bottom: 79.07px;
    gap: 61.69px;
    grid-template-columns: 1fr 300px;
}
.primary-content {
    border-radius: 10.45px;
    border: 2px solid #000000;
    background: #ffffff;
    padding: 49.94px;
}
.main-text {
    font-size: 17.15px;
    color: #000000;
    line-height: 1.84;
}
.main-text a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.rail {
    position: sticky;
    top: 40px;
}
.panel-item {
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 12.29px;
    padding: 21.02px;
    margin-bottom: 30.8px;
}
.block-heading {
    font-size: 20.26px;
    font-weight: 800;
    border-bottom: 2px solid #000000;
    padding-bottom: 8.94px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 21.48px;
}
.new-items, .history-list {
    list-style: none;
    padding: 0;
}
.new-items li {
    padding-bottom: 9.62px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 8.97px;
}
.new-items a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.new-items a:hover {
    text-decoration: underline;
}
.history-list a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.history-list a:hover {
    text-decoration: underline;
}
.topic-list {
    gap: 10.23px;
    display: flex;
    flex-wrap: wrap;
}
.term-badge {
    text-decoration: none;
    color: #000000 !important;
    padding: 5.85px 11.19px;
    border: 2px solid #000000;
    font-size: 13.99px;
    font-weight: 600;
    background: #ffffff;
    display: inline-block;
    border-radius: 8.44px;
}
.term-badge:hover {
    color: #ffffff !important;
    background: #000000;
}
.ground {
    text-align: center;
    font-weight: 600;
    background: #fff;
    color: #000000;
    font-size: 14.31px;
    border-top: 2px solid #000000;
    padding: 41.65px 0;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .rail {
    position: static;
} }
