
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    -webkit-text-size-adjust: 100%;
    color: var(--text);
    background: #ffffff;
    line-height: 1.65;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
}
.wrapper {
    padding: 0 17.17px;
    max-width: 1200px;
    margin: 0 auto;
}
.head-section {
    border-bottom: 2px solid #000000;
    padding: 25.44px 0;
    background: #ffffff;
    margin-bottom: 37.87px;
}
.identity {
    text-decoration: none;
    color: #000000;
    font-size: 23.19px;
    font-weight: 800;
    text-transform: uppercase;
}
.nav-bar {
    display: flex;
    gap: 22.13px;
}
.nav-bar a {
    text-decoration: none;
    font-size: 14.06px;
    font-weight: 700;
    color: #000000 !important;
    text-transform: uppercase;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.dual-panel {
    margin-bottom: 81.14px;
    grid-template-columns: 1fr 300px;
    display: grid;
    gap: 58.29px;
}
.lead-article {
    border-radius: 12.79px;
    padding: 45.8px;
    border: 2px solid #000000;
    background: #ffffff;
}
.entry-text {
    font-size: 18.49px;
    line-height: 1.81;
    color: #000000;
}
.entry-text a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.right-col {
    position: sticky;
    top: 40px;
}
.widget-box {
    margin-bottom: 31.39px;
    border-radius: 11.99px;
    background: #ffffff;
    padding: 21.49px;
    border: 2px solid #000000;
}
.section-head {
    padding-bottom: 10.07px;
    font-size: 20.43px;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    margin-bottom: 20.66px;
    color: #000000;
    font-weight: 800;
}
.latest-entries, .history-list {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 8.35px;
    padding-bottom: 9.5px;
}
.latest-entries a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.history-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.history-list a:hover {
    text-decoration: underline;
}
.chip-group {
    gap: 7.37px;
    flex-wrap: wrap;
    display: flex;
}
.pill {
    border-radius: 7.85px;
    border: 2px solid #000000;
    font-size: 13.55px;
    font-weight: 600;
    background: #ffffff;
    display: inline-block;
    text-decoration: none;
    padding: 5.31px 16.91px;
    color: #000000 !important;
}
.pill:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    text-align: center;
    font-size: 14.16px;
    background: #fff;
    color: #000000;
    padding: 38.33px 0;
    font-weight: 600;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .right-col {
    position: static;
} }
