
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    line-height: 1.62;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
    color: var(--text);
}
.page-wrap {
    max-width: 1200px;
    padding: 0 18.63px;
    margin: 0 auto;
}
.head-section {
    margin-bottom: 40.16px;
    border-bottom: 2px solid #000000;
    background: #ffffff;
    padding: 23.98px 0;
}
.brand-mark {
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
    font-weight: 800;
    font-size: 24.31px;
}
.main-menu {
    gap: 24.7px;
    display: flex;
}
.main-menu a {
    color: #000000 !important;
    font-size: 13.53px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}
.main-menu a:hover {
    opacity: 0.7;
}
.layout-grid {
    margin-bottom: 78.64px;
    display: grid;
    gap: 62.39px;
    grid-template-columns: 1fr 300px;
}
.top-story {
    background: #ffffff;
    padding: 50.39px;
    border: 2px solid #000000;
    border-radius: 12.57px;
}
.body-copy {
    font-size: 18.31px;
    color: #000000;
    line-height: 1.8;
}
.body-copy a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.module {
    padding: 25.16px;
    background: #ffffff;
    border: 2px solid #000000;
    margin-bottom: 31.62px;
    border-radius: 10.02px;
}
.block-heading {
    font-weight: 800;
    border-bottom: 2px solid #000000;
    font-size: 19.71px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 20.59px;
    padding-bottom: 10.26px;
}
.latest-entries, .history-list {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 9.24px;
    padding-bottom: 9.57px;
}
.latest-entries a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.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;
}
.tag-area {
    gap: 12.46px;
    flex-wrap: wrap;
    display: flex;
}
.chip {
    text-decoration: none;
    padding: 3.95px 14.11px;
    border: 2px solid #000000;
    background: #ffffff;
    font-size: 12.01px;
    border-radius: 7.92px;
    color: #000000 !important;
    font-weight: 600;
    display: inline-block;
}
.chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.base-bar {
    font-size: 14.24px;
    background: #fff;
    border-top: 2px solid #000000;
    padding: 37.96px 0;
    color: #000000;
    text-align: center;
    font-weight: 600;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
