
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    color: var(--text);
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    line-height: 1.63;
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
}
.page-wrap {
    padding: 0 21.51px;
    margin: 0 auto;
    max-width: 1200px;
}
.page-top {
    padding: 23.48px 0;
    margin-bottom: 40.63px;
    background: #ffffff;
    border-bottom: 2px solid #000000;
}
.brand-mark {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 23.95px;
    color: #000000;
    font-weight: 800;
}
.main-menu {
    display: flex;
    gap: 27.86px;
}
.main-menu a {
    font-weight: 700;
    text-transform: uppercase;
    color: #000000 !important;
    font-size: 13.94px;
    text-decoration: none;
}
.main-menu a:hover {
    opacity: 0.7;
}
.layout-grid {
    display: grid;
    margin-bottom: 82.62px;
    grid-template-columns: 1fr 300px;
    gap: 57.86px;
}
.lead-article {
    padding: 49.51px;
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 12.98px;
}
.read-area {
    line-height: 1.81;
    color: #000000;
    font-size: 17.99px;
}
.read-area a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.right-col {
    position: sticky;
    top: 40px;
}
.widget-box {
    border-radius: 11.08px;
    border: 2px solid #000000;
    padding: 22.1px;
    margin-bottom: 29.87px;
    background: #ffffff;
}
.block-heading {
    padding-bottom: 11.6px;
    border-bottom: 2px solid #000000;
    font-weight: 800;
    color: #000000;
    font-size: 19.08px;
    margin-bottom: 18.46px;
    text-transform: uppercase;
}
.latest-entries, .date-index {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 8.66px;
    padding-bottom: 12.95px;
}
.latest-entries a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.date-index a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.date-index a:hover {
    text-decoration: underline;
}
.label-group {
    flex-wrap: wrap;
    display: flex;
    gap: 12.77px;
}
.chip {
    border-radius: 6.56px;
    padding: 8.37px 12.39px;
    display: inline-block;
    font-size: 12.27px;
    border: 2px solid #000000;
    background: #ffffff;
    color: #000000 !important;
    font-weight: 600;
    text-decoration: none;
}
.chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    font-size: 13.8px;
    background: #fff;
    padding: 41.72px 0;
    color: #000000;
    font-weight: 600;
    border-top: 2px solid #000000;
    text-align: center;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .right-col {
    position: static;
} }
