
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background: #ffffff;
    line-height: 1.61;
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
.inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 17.36px;
}
.main-header {
    border-bottom: 2px solid #000000;
    background: #ffffff;
    padding: 27.74px 0;
    margin-bottom: 37.59px;
}
.brand-link {
    text-transform: uppercase;
    color: #000000;
    font-size: 24.36px;
    font-weight: 800;
    text-decoration: none;
}
.nav-links {
    gap: 22.1px;
    display: flex;
}
.nav-links a {
    font-weight: 700;
    text-transform: uppercase;
    color: #000000 !important;
    text-decoration: none;
    font-size: 13.97px;
}
.nav-links a:hover {
    opacity: 0.7;
}
.content-grid {
    margin-bottom: 81.37px;
    display: grid;
    gap: 58.74px;
    grid-template-columns: 1fr 300px;
}
.main-post {
    border: 2px solid #000000;
    padding: 50.78px;
    border-radius: 10.12px;
    background: #ffffff;
}
.main-text {
    line-height: 1.84;
    color: #000000;
    font-size: 17.6px;
}
.main-text a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.right-col {
    position: sticky;
    top: 40px;
}
.widget-box {
    padding: 22.5px;
    border: 2px solid #000000;
    border-radius: 13.2px;
    background: #ffffff;
    margin-bottom: 30.74px;
}
.box-title {
    text-transform: uppercase;
    font-weight: 800;
    padding-bottom: 9.27px;
    border-bottom: 2px solid #000000;
    margin-bottom: 21.78px;
    font-size: 19.77px;
    color: #000000;
}
.latest-entries, .past-entries {
    list-style: none;
    padding: 0;
}
.latest-entries li {
    margin-bottom: 9.34px;
    padding-bottom: 10.87px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.latest-entries a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.past-entries a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.past-entries a:hover {
    text-decoration: underline;
}
.label-group {
    gap: 10.99px;
    flex-wrap: wrap;
    display: flex;
}
.topic-chip {
    font-size: 12.71px;
    border-radius: 6.06px;
    text-decoration: none;
    color: #000000 !important;
    border: 2px solid #000000;
    background: #ffffff;
    font-weight: 600;
    display: inline-block;
    padding: 5.35px 11.48px;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.footer-bar {
    font-size: 13.41px;
    padding: 39.43px 0;
    text-align: center;
    background: #fff;
    font-weight: 600;
    border-top: 2px solid #000000;
    color: #000000;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .right-col {
    position: static;
} }
