
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    color: var(--text);
    line-height: 1.58;
    -webkit-text-size-adjust: 100%;
    background: #ffffff;
    text-size-adjust: 100%;
}
.page-wrap {
    margin: 0 auto;
    padding: 0 18.71px;
    max-width: 1200px;
}
.nav-wrap {
    margin-bottom: 38.65px;
    background: #ffffff;
    padding: 27.54px 0;
    border-bottom: 2px solid #000000;
}
.brand-link {
    font-size: 23.13px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 800;
    text-decoration: none;
}
.main-menu {
    gap: 27.17px;
    display: flex;
}
.main-menu a {
    font-weight: 700;
    text-transform: uppercase;
    color: #000000 !important;
    text-decoration: none;
    font-size: 13.48px;
}
.main-menu a:hover {
    opacity: 0.7;
}
.dual-panel {
    margin-bottom: 77.93px;
    grid-template-columns: 1fr 300px;
    display: grid;
    gap: 62.8px;
}
.primary-content {
    border-radius: 11.85px;
    padding: 48.41px;
    border: 2px solid #000000;
    background: #ffffff;
}
.main-text {
    color: #000000;
    font-size: 17.25px;
    line-height: 1.78;
}
.main-text a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.right-col {
    position: sticky;
    top: 40px;
}
.aside-box {
    border-radius: 13.98px;
    border: 2px solid #000000;
    margin-bottom: 31.47px;
    background: #ffffff;
    padding: 26.1px;
}
.label {
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 17.62px;
    padding-bottom: 12.94px;
    color: #000000;
    border-bottom: 2px solid #000000;
}
.latest-entries, .history-list {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    margin-bottom: 11.28px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 8.51px;
}
.latest-entries a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.history-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.history-list a:hover {
    text-decoration: underline;
}
.topic-list {
    display: flex;
    flex-wrap: wrap;
    gap: 11.07px;
}
.pill {
    font-size: 12.46px;
    padding: 5.47px 13.71px;
    text-decoration: none;
    border: 2px solid #000000;
    font-weight: 600;
    background: #ffffff;
    display: inline-block;
    border-radius: 8.41px;
    color: #000000 !important;
}
.pill:hover {
    color: #ffffff !important;
    background: #000000;
}
.base-bar {
    font-size: 14.96px;
    padding: 42.02px 0;
    color: #000000;
    text-align: center;
    font-weight: 600;
    background: #fff;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .right-col {
    position: static;
} }
