.header-actions{display:flex;align-items:center;gap:14px}.theme-toggle{width:38px;height:38px;display:grid;place-items:center;border:1px solid #ffffff24;border-radius:50%;background:#ffffff0d;color:#fff;transition:.2s}.theme-toggle:hover{border-color:var(--yellow);color:var(--yellow);background:#ffffff16}.theme-toggle[hidden]{display:none}.theme-toggle i{font-size:1rem}body{transition:background-color .2s ease,color .2s ease}

html[data-theme="dark"]{color-scheme:dark;--ink:#edf2f8;--muted:#aab6c8;--surface:#111b2d;--line:#28364d}
html[data-theme="dark"] body{background:#0b1322;color:var(--ink)}
html[data-theme="dark"] .featured-carousel,
html[data-theme="dark"] .featured-copy,
html[data-theme="dark"] .news-pagination a,
html[data-theme="dark"] .empty-state{background:#111b2d;color:var(--ink);border-color:#2b3a52}
html[data-theme="dark"] .featured-heading h2,
html[data-theme="dark"] .section-heading h1,
html[data-theme="dark"] .section-heading h2,
html[data-theme="dark"] .featured-slide.category-accent .featured-copy h1,
html[data-theme="dark"] .news-row.category-accent h3 a,
html[data-theme="dark"] .related-card,
html[data-theme="dark"] .related-card h3{color:#f2f5f9}
html[data-theme="dark"] .featured-copy p,
html[data-theme="dark"] .news-row.category-accent p,
html[data-theme="dark"] .news-row .news-row-date,
html[data-theme="dark"] .article-lead,
html[data-theme="dark"] .article-meta{color:#aab6c8}
html[data-theme="dark"] .news-row.category-accent{border-bottom-color:#2a384f}
html[data-theme="dark"] .related{background:#0f192a}
html[data-theme="dark"] .article-page{background:#0b1322}
html[data-theme="dark"] .article-body{color:#d8e0eb}
html[data-theme="dark"] .article-breadcrumb a{color:#aab6c8}
html[data-theme="dark"] .share-box{border-color:#2a384f}
html[data-theme="dark"] .search-box{background:#111b2d;border:1px solid #2c3b52}
html[data-theme="dark"] .search-box input{background:transparent;color:#f2f5f9}
html[data-theme="dark"] .search-box input::placeholder{color:#8f9bad}
html[data-theme="dark"] .news-row .news-row-image,
html[data-theme="dark"] .featured-image{background:#172338}
html[data-theme="dark"] .heading-line{background:#2a384f}
html[data-theme="dark"] .newsletter{box-shadow:inset 0 1px #ffffff0c}
@media(max-width:575px){.site-header .container.py-3{gap:8px!important;justify-content:flex-start!important}.brand{min-width:0}.brand img{width:min(210px,55vw)}.header-actions{display:flex!important;flex:0 0 auto;gap:7px;margin-left:auto}.theme-toggle,.admin-link{width:36px;height:36px}.theme-toggle{flex:0 0 auto}.admin-link{display:grid;place-items:center}.admin-link span{display:none!important}}
