
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    color: var(--text);
    line-height: 1.63;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -moz-text-size-adjust: 100%;
}
.wrapper {
    padding: 0 19.59px;
    margin: 0 auto;
    max-width: 1200px;
}
.main-header {
    background: #ffffff;
    padding: 26.84px 0;
    border-bottom: 2px solid #000000;
    margin-bottom: 37.39px;
}
.home-brand {
    color: #000000;
    font-size: 24.56px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 800;
}
.main-menu {
    display: flex;
    gap: 24.44px;
}
.main-menu a {
    font-size: 14.08px;
    color: #000000 !important;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
}
.main-menu a:hover {
    opacity: 0.7;
}
.dual-panel {
    margin-bottom: 79.96px;
    gap: 58.85px;
    grid-template-columns: 1fr 300px;
    display: grid;
}
.primary-content {
    border: 2px solid #000000;
    padding: 50.99px;
    border-radius: 10.55px;
    background: #ffffff;
}
.post-body {
    line-height: 1.8;
    color: #000000;
    font-size: 17.2px;
}
.post-body a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.secondary {
    top: 40px;
    position: sticky;
}
.panel-item {
    background: #ffffff;
    border: 2px solid #000000;
    margin-bottom: 31.26px;
    padding: 24.07px;
    border-radius: 13.71px;
}
.module-head {
    font-size: 20.75px;
    font-weight: 800;
    color: #000000;
    padding-bottom: 8.99px;
    margin-bottom: 21.09px;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
}
.new-items, .history-list {
    padding: 0;
    list-style: none;
}
.new-items li {
    padding-bottom: 12.91px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 12.67px;
}
.new-items a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.new-items a:hover {
    text-decoration: underline;
}
.history-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.history-list a:hover {
    text-decoration: underline;
}
.topic-list {
    gap: 10.15px;
    flex-wrap: wrap;
    display: flex;
}
.term-badge {
    display: inline-block;
    font-size: 13.46px;
    border-radius: 8.3px;
    text-decoration: none;
    border: 2px solid #000000;
    padding: 8.14px 16.9px;
    color: #000000 !important;
    background: #ffffff;
    font-weight: 600;
}
.term-badge:hover {
    background: #000000;
    color: #ffffff !important;
}
.ground {
    border-top: 2px solid #000000;
    text-align: center;
    padding: 39.43px 0;
    background: #fff;
    color: #000000;
    font-size: 14.59px;
    font-weight: 600;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
