:root{--c-navy: #0b1628;--c-navy-mid: #162444;--c-blue: #1a56db;--c-blue-dim: #1346bf;--c-blue-light: #dbeafe;--c-blue-soft: #eff6fb;--c-accent: #06b6d4;--c-accent-light: #ecfeff;--c-green: #10b981;--c-green-light: #d1fae5;--c-orange: #f59e0b;--c-orange-light: #fef3c7;--c-red: #ef4444;--c-red-light: #fee2e2;--c-purple: #8b5cf6;--c-purple-light: #ede9fe;--c-bg: #f1f5fb;--c-card: #ffffff;--c-text: #0f172a;--c-sub: #334155;--c-muted: #64748b;--c-border: #e2e8f0;--c-border-mid: #cbd5e1;--font-display: "Syne", system-ui, sans-serif;--font-body: "DM Sans", system-ui, sans-serif;color-scheme:light}[data-theme=dark]{--c-navy: #0b1628;--c-navy-mid: #162444;--c-blue: #3b82f6;--c-blue-dim: #2563eb;--c-blue-light: #1e3a8a;--c-blue-soft: #172554;--c-accent: #22d3ee;--c-accent-light: #164e63;--c-green: #34d399;--c-green-light: #064e3b;--c-orange: #fbbf24;--c-orange-light: #78350f;--c-red: #f87171;--c-red-light: #7f1d1d;--c-purple: #a78bfa;--c-purple-light: #4c1d95;--c-bg: #0a0f1c;--c-card: #111a2e;--c-text: #e2e8f0;--c-sub: #cbd5e1;--c-muted: #94a3b8;--c-border: #1f2a44;--c-border-mid: #334155;color-scheme:dark}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{-webkit-font-smoothing:antialiased;font-family:var(--font-body);color:var(--c-text);background:var(--c-bg);overflow-x:hidden}img,video,canvas,svg{max-width:100%;height:auto;display:block}button,input,textarea,select{font-family:inherit;color:inherit}a{color:inherit;text-decoration:none}ul,ol{list-style:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:var(--c-border-mid);border-radius:8px}@keyframes cs-slide-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes cs-fade{0%{opacity:0}to{opacity:1}}@keyframes cs-pop{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.cs-toasts.svelte-r9p0hk{position:fixed;bottom:24px;right:24px;z-index:9999;display:flex;flex-direction:column;gap:8px;pointer-events:none}.cs-toast.svelte-r9p0hk{color:#fff;padding:12px 18px;border-radius:10px;font-size:14px;font-weight:500;box-shadow:0 8px 28px #00000038;display:flex;align-items:center;gap:10px;animation:cs-slide-in .25s ease}.cs-toast--success.svelte-r9p0hk{background:var(--c-green)}.cs-toast--error.svelte-r9p0hk{background:var(--c-red)}.cs-toast--info.svelte-r9p0hk{background:var(--c-blue)}.cs-toast__icon.svelte-r9p0hk{font-size:16px}
