
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
body {
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.63;
    text-size-adjust: 100%;
    background: #ffffff;
}
.wrapper {
    margin: 0 auto;
    padding: 0 19.9px;
    max-width: 1200px;
}
.page-top {
    margin-bottom: 40.77px;
    border-bottom: 2px solid #000000;
    padding: 22.37px 0;
    background: #ffffff;
}
.brand-link {
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
    font-size: 24.39px;
    font-weight: 800;
}
.nav-bar {
    display: flex;
    gap: 24.59px;
}
.nav-bar a {
    color: #000000 !important;
    text-decoration: none;
    font-size: 14.3px;
    font-weight: 700;
    text-transform: uppercase;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.split-view {
    display: grid;
    margin-bottom: 79.27px;
    gap: 57.19px;
    grid-template-columns: 1fr 300px;
}
.primary-content {
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 10.41px;
    padding: 47.81px;
}
.entry-text {
    color: #000000;
    font-size: 18.2px;
    line-height: 1.76;
}
.entry-text a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.right-col {
    top: 40px;
    position: sticky;
}
.panel-item {
    margin-bottom: 27.16px;
    padding: 24.38px;
    border: 2px solid #000000;
    border-radius: 13.78px;
    background: #ffffff;
}
.block-heading {
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 19.69px;
    padding-bottom: 9.69px;
    margin-bottom: 20.83px;
    color: #000000;
}
.new-items, .time-list {
    padding: 0;
    list-style: none;
}
.new-items li {
    margin-bottom: 10.88px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 10.55px;
}
.new-items a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.new-items a:hover {
    text-decoration: underline;
}
.time-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.time-list a:hover {
    text-decoration: underline;
}
.topic-list {
    flex-wrap: wrap;
    display: flex;
    gap: 7.03px;
}
.term-badge {
    padding: 7.27px 14.46px;
    background: #ffffff;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    color: #000000 !important;
    border-radius: 8.06px;
    font-size: 12.46px;
    border: 2px solid #000000;
}
.term-badge:hover {
    background: #000000;
    color: #ffffff !important;
}
.footer-bar {
    text-align: center;
    border-top: 2px solid #000000;
    font-size: 14.74px;
    padding: 41.77px 0;
    font-weight: 600;
    color: #000000;
    background: #fff;
}
@media (max-width: 900px) { .split-view { grid-template-columns: 1fr; gap: 40px; } .right-col {
    position: static;
} }
