:root{--atl-atlantic-50:#e6f0ff;--atl-atlantic-100:#c7dbff;--atl-atlantic-200:#9dbdf7;--atl-atlantic-300:#6b97ea;--atl-atlantic-400:#3f6fd6;--atl-atlantic-500:#1f4db0;--atl-atlantic-600:#123e8f;--atl-atlantic-700:#0c3470;--atl-atlantic-800:#0a2a5c;--atl-atlantic-900:#081f45;--atl-atlantic-950:#04122b;--atl-neutral-0:#ffffff;--atl-neutral-50:#f7f8fa;--atl-neutral-100:#eef0f4;--atl-neutral-200:#dde1e9;--atl-neutral-300:#c2c9d6;--atl-neutral-400:#98a2b5;--atl-neutral-500:#6b7488;--atl-neutral-600:#4b5364;--atl-neutral-700:#353c49;--atl-neutral-800:#22272f;--atl-neutral-900:#12151a;--atl-neutral-950:#0a0c0f;--atl-brand:var(--atl-atlantic-700);--atl-brand-contrast:var(--atl-neutral-0);--atl-brand-soft:var(--atl-atlantic-50);--atl-bg:var(--atl-neutral-0);--atl-bg-subtle:var(--atl-neutral-50);--atl-fg:var(--atl-neutral-900);--atl-fg-muted:var(--atl-neutral-600);--atl-border:var(--atl-neutral-200);--atl-focus-ring:var(--atl-atlantic-400);--atl-success:#1a8a5a;--atl-warning:#c98a12;--atl-danger:#c0392b;--atl-font-display:"Noto Serif Display","Noto Serif Display ExtraCondensed",Georgia,serif;--atl-font-sans:"Inter",system-ui,-apple-system,"Segoe UI",sans-serif;--atl-font-accent:"Simonetta","Inter",serif;--atl-radius-sm:0.375rem;--atl-radius-md:0.625rem;--atl-radius-lg:1rem;--atl-radius-xl:1.5rem;--atl-radius-full:9999px;--atl-shadow-sm:0 1px 2px rgba(8,31,69,0.06);--atl-shadow-md:0 4px 16px rgba(8,31,69,0.08);--atl-shadow-lg:0 12px 40px rgba(8,31,69,0.12);color-scheme:dark;--aca-bg:#070c16;--aca-surface:#0d1523;--aca-surface-2:#131e30;--aca-fg:#eef2f9;--aca-fg-muted:#93a0b8;--aca-border:rgba(230,240,255,0.1);--aca-brand:var(--atl-atlantic-400);--aca-brand-strong:var(--atl-atlantic-500);--aca-accent-soft:rgba(63,111,214,0.16);--aca-shadow:0 16px 44px rgba(0,0,0,0.4);--aca-success:#4ec98c;--aca-danger:#e4756a;--aca-warning:#e0aa4a}@font-face{font-family:"Noto Serif Display";src:url(/fonts/NotoSerifDisplay-ExtraCondensed.woff2) format("woff2");font-weight:400 900;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-Regular.woff2) format("woff2");font-weight:400;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-Medium.woff2) format("woff2");font-weight:500;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-SemiBold.woff2) format("woff2");font-weight:600;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-Bold.woff2) format("woff2");font-weight:700;font-display:swap}@font-face{font-family:Simonetta;src:url(/fonts/Simonetta-Regular.woff2) format("woff2");font-weight:400;font-display:swap}html[data-theme=light]{color-scheme:light;--aca-bg:#f5f7fb;--aca-surface:#ffffff;--aca-surface-2:#eef2f9;--aca-fg:#12151a;--aca-fg-muted:#5b6579;--aca-border:rgba(12,52,112,0.12);--aca-brand:var(--atl-atlantic-700);--aca-brand-strong:var(--atl-atlantic-600);--aca-accent-soft:rgba(12,52,112,0.08);--aca-shadow:0 16px 44px rgba(8,31,69,0.12);--aca-success:#157a4e;--aca-danger:#b8392e;--aca-warning:#9a7415}*,:after,:before{box-sizing:border-box;margin:0}html{-webkit-text-size-adjust:100%}body{font-family:var(--atl-font-sans);background:var(--aca-bg);color:var(--aca-fg);line-height:1.6;-webkit-font-smoothing:antialiased;transition:background .25s ease,color .25s ease}h1,h2,h3{font-family:var(--atl-font-display);font-weight:900;line-height:1.02;letter-spacing:-.01em}a{color:inherit;text-decoration:none}img,video{max-width:100%}button{font:inherit}:focus-visible{outline:2px solid var(--atl-focus-ring);outline-offset:2px;border-radius:3px}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.card{background:var(--aca-surface);border:1px solid var(--aca-border);border-radius:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:700;border-radius:999px;padding:.8rem 1.5rem;cursor:pointer;border:1px solid transparent;transition:background .18s ease,transform .18s ease,border-color .18s ease}.btn:hover{transform:translateY(-1px)}.btn--primary{background:var(--aca-brand-strong);color:#fff}.btn--primary:hover{background:var(--aca-brand)}.btn--ghost{background:transparent;border-color:var(--aca-border);color:var(--aca-fg)}.btn--ghost:hover{background:var(--aca-accent-soft)}.btn:disabled{opacity:.6;cursor:default;transform:none}#toasts{position:fixed;bottom:1.25rem;right:1.25rem;z-index:200;display:flex;flex-direction:column;gap:.6rem;width:min(360px,calc(100vw - 2.5rem))}.toast{display:flex;align-items:flex-start;gap:.75rem;background:var(--aca-surface);border:1px solid var(--aca-border);border-radius:.9rem;padding:.9rem 1.05rem;box-shadow:var(--aca-shadow);animation:toast-in .3s cubic-bezier(.22,1,.36,1)}.toast__icon{flex:0 0 auto;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:var(--aca-brand);color:#fff;font-size:.85rem;font-weight:700;line-height:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}.toast[data-kind=success] .toast__icon{background:var(--aca-success)}.toast[data-kind=error] .toast__icon{background:var(--aca-danger)}.toast.is-leaving{animation:toast-out .25s ease forwards}.toast__body{flex:1 1;font-size:.9rem}.toast__title{font-weight:700;font-size:.92rem}.toast__close{background:none;border:0;color:var(--aca-fg-muted);cursor:pointer;padding:.1rem;line-height:1}@keyframes toast-in{0%{opacity:0;transform:translateY(12px)}}@keyframes toast-out{to{opacity:0;transform:translateY(8px)}}#splash{position:fixed;inset:0;z-index:300;display:grid;place-items:center;place-content:center;grid-gap:1.5rem;gap:1.5rem;background:var(--atl-atlantic-700);opacity:0;visibility:hidden;transition:opacity .45s ease,visibility .45s}html[data-splash=show] #splash{opacity:1;visibility:visible}#splash img{width:56px;height:auto;animation:splash-pulse 1.1s ease-in-out infinite}@keyframes splash-pulse{50%{opacity:.45;transform:scale(.96)}}#splash-slow{display:none;flex-direction:column;align-items:center;gap:.7rem;text-align:center}html[data-splash-slow="1"] #splash-slow{display:flex;animation:splash-slow-in .4s ease}@keyframes splash-slow-in{0%{opacity:0;transform:translateY(6px)}}#splash-slow p{color:var(--atl-atlantic-100);font-size:.9rem}#splash-slow button{font:inherit;font-weight:700;font-size:.88rem;color:var(--atl-atlantic-800);background:#fff;border:0;border-radius:999px;padding:.6rem 1.4rem;cursor:pointer;transition:transform .15s ease}#splash-slow button:hover{transform:translateY(-1px)}