:root{--brand-blue: #1f5fa3;--brand-yellow: #f2c200;--brand-red: #c63c3c;--ink: #111827;--muted: #48536b;--bg: #ffffff;--bg-soft: #f7f8fb;--ring: 0 0 0 3px rgba(31, 95, 163, 0.25);--fs: 112.5%}@media(prefers-color-scheme: dark){:root{--bg: #0b0e13;--bg-soft: #0f141c;--ink: #e5e7eb;--muted: #a5b0c3}}:root[data-theme=dark]{--bg: #0b0e13;--bg-soft: #0f141c;--ink: #e5e7eb;--muted: #a5b0c3}:root[data-theme=dark] header.site{background:linear-gradient(180deg, #0b0e13 0%, #0f141c 100%)}:root[data-theme=dark] .topbar{background:rgba(11,14,19,.65);border-color:rgba(255,255,255,.08)}:root[data-theme=light]{--bg: #ffffff;--bg-soft: #f7f8fb;--ink: #111827;--muted: #48536b}:root[data-theme=light] header.site{background:linear-gradient(180deg, #eaf3fb 0%, #fff 100%)}:root[data-theme=light] .topbar{background:rgba(255,255,255,.9);border-color:rgba(0,0,0,.05)}html{font-size:var(--fs);scroll-behavior:smooth}body{margin:0;font:1rem/1.8 system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,Arial,"Apple Color Emoji","Segoe UI Emoji";color:var(--ink);background:var(--bg)}body[data-theme=light] #themeToggle{background:#111;color:#fff}body[data-theme=dark] #themeToggle{background:#fff;color:#111}.fab{display:none}.wrap{max-width:1100px;margin-inline:auto;padding:0 1rem}.skip{position:absolute;inset-block-start:-60px;inset-inline-start:0;background:var(--brand-blue);color:#fff;padding:.5rem 1rem;border-radius:.5rem;z-index:1000;opacity:0}.skip:focus{outline:none;box-shadow:var(--ring);inset-block-start:0}.sr-only{position:absolute !important;inline-size:1px;block-size:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.body--lock{overflow:hidden}.topbar{position:sticky;top:0;z-index:999;background:rgba(255,255,255,.9);backdrop-filter:saturate(180%) blur(10px);border-bottom:1px solid rgba(0,0,0,.05)}@media(prefers-color-scheme: dark){.topbar{background:rgba(11,14,19,.65);border-color:rgba(255,255,255,.08)}}.topbar .nav{display:flex;align-items:center;gap:1rem;min-height:64px}.topbar .brand{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit}.topbar .brand .name{font-weight:700;letter-spacing:.2px}.topbar .navlinks,.topbar .accessibility{margin-inline-start:auto;display:flex;gap:.75rem;flex-wrap:wrap}.topbar .navlinks a,.topbar .accessibility a{padding:.45rem .7rem;border-radius:.5rem;text-decoration:none;color:var(--ink)}.topbar .navlinks a:hover,.topbar .accessibility a:hover{background:var(--bg-soft)}@media(max-width: 860px){.topbar .navlinks{display:none}}.logo{inline-size:44px;block-size:auto;display:block}header.site{background:linear-gradient(180deg, #eaf3fb 0%, #fff 100%);border-bottom:1px solid rgba(0,0,0,.06);padding-left:1rem}@media(prefers-color-scheme: dark){header.site{background:linear-gradient(180deg, #0b0e13 0%, #0f141c 100%)}}header.site .hero{display:grid;grid-template-columns:1.2fr .8fr;gap:2rem;align-items:center;padding:3rem 0}header.site .hero h1{font-size:clamp(1.8rem,3.5vw,3rem);line-height:1.15;margin:.25rem 0}header.site .hero p{color:var(--muted);max-width:65ch}@media(max-width: 860px){header.site .hero{grid-template-columns:1fr;gap:1.5rem}}header.site .badges{display:flex;gap:.5rem;flex-wrap:wrap;margin:.75rem 0 0}header.site .badge{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .6rem;border-radius:999px;font-size:.9rem}header.site .badge.blue{background:rgba(31,95,163,.12);color:var(--brand-blue)}header.site .badge.yellow{background:rgba(242,194,0,.18);color:#846a00}header.site .badge.red{background:rgba(198,60,60,.12);color:#7b2a2a}header.site .heroimg{position:relative;inline-size:100%;block-size:auto;aspect-ratio:1000/650;overflow:hidden;border-radius:1rem;box-shadow:0 10px 30px rgba(0,0,0,.08)}header.site .heroimg picture{position:absolute;inset:0;inline-size:100%;block-size:100%;opacity:0;animation:fade 20s infinite}header.site .heroimg picture img{position:absolute;inset:0;inline-size:100%;block-size:100%;object-fit:cover}header.site .heroimg picture:nth-child(1){animation-delay:0s}header.site .heroimg picture:nth-child(2){animation-delay:5s}header.site .heroimg picture:nth-child(3){animation-delay:10s}header.site .heroimg picture:nth-child(4){animation-delay:15s}@media(prefers-reduced-motion: reduce){header.site .heroimg picture{animation:none;opacity:1}}section{scroll-margin-top:80px;padding:3rem 0}section h2{font-size:1.6rem;margin:.2rem 0 1rem}.lead{color:var(--muted)}.cards{display:grid;grid-template-columns:repeat(auto-fit, minmax(260px, 1fr));gap:1rem}.cards .card{background:var(--bg-soft);border:1px solid rgba(0,0,0,.05);border-radius:.9rem;padding:1rem}.cards .card time{display:none}.cards .card h3{margin:.1rem 0 .5rem;font-size:1.1rem}.cards .card p{margin:.3rem 0}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem .9rem;border-radius:.7rem;border:1px solid rgba(0,0,0,0);text-decoration:none;font-weight:600}.btn.primary{background:var(--brand-blue);color:#fff}.btn.primary:hover{filter:brightness(0.98)}.btn.ghost{border-color:rgba(0,0,0,.12)}.mapwrap{position:relative;border-radius:.9rem;overflow:hidden;border:1px solid rgba(0,0,0,.05)}.mapwrap img{display:block;inline-size:100%;height:auto}.map-actions{display:flex;gap:.5rem;margin:.75rem 0}.news{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:1rem}.news article{border-left:3px solid var(--brand-blue);padding:.75rem 1rem;background:var(--bg-soft);border-radius:.5rem}.news time{font-size:.9rem;color:var(--muted)}footer{padding:2.5rem 0;border-top:1px solid rgba(0,0,0,.06);color:var(--muted)}@media(max-width: 860px){.fab{position:fixed;inset-block-end:1rem;inset-inline-end:1rem;z-index:1001;inline-size:3.25rem;block-size:3.25rem;border-radius:999px;border:1px solid rgba(0,0,0,.12);background:var(--brand-blue);color:#fff;font-size:1.35rem;font-weight:700;display:grid;place-items:center;box-shadow:0 10px 24px rgba(0,0,0,.18);cursor:pointer}.fab:hover{filter:brightness(0.98)}.fab:focus-visible{outline:none;box-shadow:var(--ring)}.drawer{position:fixed;inset:0;z-index:1000}.drawer[data-open=true] .drawer__panel{transform:translateY(0)}.drawer .drawer__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.35);border:0}.drawer .drawer__panel{position:absolute;inset-inline:0;inset-block-end:0;background:var(--bg);color:var(--ink);border-top-left-radius:1rem;border-top-right-radius:1rem;box-shadow:0 -8px 24px rgba(0,0,0,.25);padding:1rem;max-block-size:75vh;overflow:auto;transform:translateY(100%);transition:transform .25s ease;z-index:2}.drawer .drawer__nav{display:grid;gap:.5rem}.drawer .drawer__nav a,.drawer .drawer__nav button{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem .9rem;border-radius:.7rem;border:1px solid rgba(0,0,0,0);text-decoration:none;font-weight:600;justify-content:flex-start;inline-size:100%;background:var(--bg-soft);color:var(--ink);border-color:rgba(0,0,0,.08)}.drawer .drawer__nav a:hover,.drawer .drawer__nav button:hover{background:rgba(0,0,0,.06)}.drawer .drawer__nav a:focus-visible,.drawer .drawer__nav button:focus-visible{outline:none;box-shadow:var(--ring)}}@keyframes fade{0%,20%{opacity:1}25%,100%{opacity:0}}/*# sourceMappingURL=style.min.css.map */
