
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.61;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    background: #ffffff;
}
.shell {
    padding: 0 19.66px;
    max-width: 1200px;
    margin: 0 auto;
}
.page-top {
    padding: 25.67px 0;
    background: #ffffff;
    margin-bottom: 37.59px;
    border-bottom: 2px solid #000000;
}
.wordmark {
    color: #000000;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 23.49px;
    text-decoration: none;
}
.nav-bar {
    display: flex;
    gap: 23.33px;
}
.nav-bar a {
    font-weight: 700;
    text-decoration: none;
    color: #000000 !important;
    text-transform: uppercase;
    font-size: 13.34px;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.dual-panel {
    gap: 59.46px;
    grid-template-columns: 1fr 300px;
    margin-bottom: 80.19px;
    display: grid;
}
.main-post {
    padding: 48.72px;
    background: #ffffff;
    border-radius: 10.62px;
    border: 2px solid #000000;
}
.entry-text {
    font-size: 17.87px;
    line-height: 1.85;
    color: #000000;
}
.entry-text a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.info-panel {
    position: sticky;
    top: 40px;
}
.info-card {
    border-radius: 12.25px;
    padding: 25.92px;
    border: 2px solid #000000;
    margin-bottom: 32.37px;
    background: #ffffff;
}
.block-heading {
    padding-bottom: 7.52px;
    font-weight: 800;
    margin-bottom: 20.37px;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    font-size: 19.74px;
    color: #000000;
}
.latest-entries, .history-list {
    list-style: none;
    padding: 0;
}
.latest-entries li {
    margin-bottom: 10.1px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 9.91px;
}
.latest-entries a {
    color: #000000;
    font-weight: 600;
    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;
}
.chip-group {
    display: flex;
    gap: 7.02px;
    flex-wrap: wrap;
}
.topic-chip {
    padding: 7.56px 11.6px;
    font-weight: 600;
    border-radius: 8px;
    font-size: 12.15px;
    color: #000000 !important;
    text-decoration: none;
    display: inline-block;
    border: 2px solid #000000;
    background: #ffffff;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.footer-bar {
    padding: 37.26px 0;
    font-weight: 600;
    font-size: 13.1px;
    border-top: 2px solid #000000;
    background: #fff;
    color: #000000;
    text-align: center;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
