
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
    color: var(--text);
    background: #ffffff;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.62;
}
.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 17.4px;
}
.top-bar {
    padding: 22.5px 0;
    border-bottom: 2px solid #000000;
    margin-bottom: 37.96px;
    background: #ffffff;
}
.home-brand {
    font-size: 24.84px;
    color: #000000;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
}
.main-menu {
    display: flex;
    gap: 24.26px;
}
.main-menu a {
    font-size: 14.41px;
    font-weight: 700;
    text-decoration: none;
    color: #000000 !important;
    text-transform: uppercase;
}
.main-menu a:hover {
    opacity: 0.7;
}
.content-grid {
    display: grid;
    gap: 60.9px;
    grid-template-columns: 1fr 300px;
    margin-bottom: 80.78px;
}
.lead-article {
    border-radius: 13.2px;
    border: 2px solid #000000;
    background: #ffffff;
    padding: 46.51px;
}
.main-text {
    color: #000000;
    font-size: 18.87px;
    line-height: 1.81;
}
.main-text a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.right-col {
    top: 40px;
    position: sticky;
}
.widget-box {
    border: 2px solid #000000;
    margin-bottom: 29.29px;
    background: #ffffff;
    border-radius: 10.06px;
    padding: 21.54px;
}
.box-title {
    padding-bottom: 11.4px;
    color: #000000;
    border-bottom: 2px solid #000000;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 19.01px;
    margin-bottom: 18.18px;
}
.latest-entries, .time-list {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 8.37px;
    margin-bottom: 9.79px;
}
.latest-entries a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.time-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.time-list a:hover {
    text-decoration: underline;
}
.topic-list {
    flex-wrap: wrap;
    display: flex;
    gap: 11.23px;
}
.chip {
    font-size: 13.32px;
    display: inline-block;
    background: #ffffff;
    border: 2px solid #000000;
    color: #000000 !important;
    font-weight: 600;
    padding: 7.16px 13.18px;
    text-decoration: none;
    border-radius: 6.66px;
}
.chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.footer-bar {
    padding: 39.3px 0;
    background: #fff;
    border-top: 2px solid #000000;
    color: #000000;
    text-align: center;
    font-size: 14.85px;
    font-weight: 600;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .right-col {
    position: static;
} }
