
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
    color: var(--text);
    -webkit-text-size-adjust: 100%;
    line-height: 1.58;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    background: #ffffff;
}
.content-wrap {
    max-width: 1200px;
    padding: 0 18.93px;
    margin: 0 auto;
}
.main-header {
    padding: 23.06px 0;
    margin-bottom: 37.39px;
    background: #ffffff;
    border-bottom: 2px solid #000000;
}
.wordmark {
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 23.27px;
    font-weight: 800;
}
.primary-nav {
    gap: 23.54px;
    display: flex;
}
.primary-nav a {
    text-decoration: none;
    font-size: 13.04px;
    font-weight: 700;
    color: #000000 !important;
    text-transform: uppercase;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.two-col {
    margin-bottom: 79.13px;
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 59.74px;
}
.lead-article {
    padding: 48.9px;
    border: 2px solid #000000;
    border-radius: 11.87px;
    background: #ffffff;
}
.entry-text {
    font-size: 17.2px;
    line-height: 1.84;
    color: #000000;
}
.entry-text a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.right-col {
    position: sticky;
    top: 40px;
}
.side-block {
    border: 2px solid #000000;
    background: #ffffff;
    padding: 21.58px;
    margin-bottom: 32.98px;
    border-radius: 11.79px;
}
.panel-title {
    border-bottom: 2px solid #000000;
    margin-bottom: 17.65px;
    font-size: 19.24px;
    padding-bottom: 12.54px;
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
}
.latest-entries, .history-list {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    margin-bottom: 12.31px;
    padding-bottom: 7.8px;
    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;
    font-weight: 600;
    text-decoration: none;
}
.history-list a:hover {
    text-decoration: underline;
}
.tag-area {
    gap: 8.05px;
    display: flex;
    flex-wrap: wrap;
}
.topic-chip {
    background: #ffffff;
    border-radius: 9.55px;
    color: #000000 !important;
    padding: 5.59px 15.74px;
    border: 2px solid #000000;
    display: inline-block;
    font-size: 13.96px;
    text-decoration: none;
    font-weight: 600;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    color: #000000;
    border-top: 2px solid #000000;
    text-align: center;
    padding: 42.76px 0;
    font-weight: 600;
    background: #fff;
    font-size: 13.56px;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .right-col {
    position: static;
} }
