@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap";:root{--color-primary:#4472c4;--color-primary-dark:#2e5ba8;--color-primary-light:#5b9bd5;--color-accent-gold:#ffc000;--color-accent-orange:#ed7d31;--color-accent-green:#70ad47;--color-text-dark:#44546a;--color-text-white:#fff;--color-text-secondary:#e7e6e6;--color-bg-light:#f4f6fb;--color-bg-white:#fff;--color-border-white:#fff9;--font-family:"Inter", sans-serif;--font-size-hero:3rem;--font-size-h1:2.25rem;--font-size-h2:1.75rem;--font-size-h3:1.25rem;--font-size-body:1rem;--font-size-small:.875rem;--spacing-section:80px;--spacing-container:1200px;--gap-grid:24px;--radius-button:8px;--radius-card:12px;--radius-pill:9999px;--shadow-card:0 2px 8px #0000001f;--shadow-glow:0 0 40px 20px #ffffff59}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);font-size:var(--font-size-body);color:var(--color-text-dark);line-height:1.6}a{color:inherit;text-decoration:none}.toast-wrap.svelte-1cpok13{z-index:9999;pointer-events:none;flex-direction:column;gap:10px;display:flex;position:fixed;bottom:32px;left:50%;transform:translate(-50%)}.toast.svelte-1cpok13{font-size:.9rem;font-weight:600;font-family:var(--font-family);white-space:nowrap;border-radius:10px;align-items:center;gap:10px;padding:14px 20px;animation:.2s svelte-1cpok13-slide-up;display:flex;box-shadow:0 8px 32px #00000059}.toast.success.svelte-1cpok13{color:#4ade80;background:#1a3460;border:1px solid #4ade80}.toast.error.svelte-1cpok13{color:#ff9090;background:#1a3460;border:1px solid #ff9090}.toast.info.svelte-1cpok13{color:#fff;background:#1a3460;border:1px solid #ffffff4d}@keyframes svelte-1cpok13-slide-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
