
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    background: #ffffff;
    line-height: 1.64;
    -webkit-text-size-adjust: 100%;
    color: var(--text);
}
.wrapper {
    max-width: 1200px;
    padding: 0 21.29px;
    margin: 0 auto;
}
.banner-area {
    padding: 22.18px 0;
    background: #ffffff;
    margin-bottom: 37.64px;
    border-bottom: 2px solid #000000;
}
.identity {
    font-size: 24.76px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    color: #000000;
}
.primary-nav {
    display: flex;
    gap: 27.16px;
}
.primary-nav a {
    font-weight: 700;
    font-size: 13.75px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000 !important;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.page-grid {
    display: grid;
    margin-bottom: 77.79px;
    grid-template-columns: 1fr 300px;
    gap: 61.79px;
}
.top-story {
    border-radius: 10.74px;
    border: 2px solid #000000;
    padding: 45.63px;
    background: #ffffff;
}
.post-body {
    color: #000000;
    line-height: 1.78;
    font-size: 17.09px;
}
.post-body a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.widget-box {
    border: 2px solid #000000;
    margin-bottom: 27.77px;
    background: #ffffff;
    border-radius: 10.8px;
    padding: 24.5px;
}
.box-title {
    font-weight: 800;
    padding-bottom: 7.79px;
    color: #000000;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    font-size: 20.17px;
    margin-bottom: 18.29px;
}
.latest-entries, .history-list {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    padding-bottom: 8.1px;
    margin-bottom: 9.4px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.latest-entries a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.history-list a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.history-list a:hover {
    text-decoration: underline;
}
.label-group {
    flex-wrap: wrap;
    gap: 7.91px;
    display: flex;
}
.term-badge {
    font-weight: 600;
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 7.02px;
    display: inline-block;
    color: #000000 !important;
    padding: 8.25px 13.33px;
    text-decoration: none;
    font-size: 13.05px;
}
.term-badge:hover {
    background: #000000;
    color: #ffffff !important;
}
.base-bar {
    background: #fff;
    color: #000000;
    padding: 37.74px 0;
    text-align: center;
    font-weight: 600;
    font-size: 14.04px;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .page-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
