@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400&family=IBM+Plex+Sans:wght@400;500;600&display=swap");:root{--font-sans:"IBM Plex Sans",-apple-system,BlinkMacSystemFont,sans-serif;--font-mono:"IBM Plex Mono","Menlo",monospace;--fs-xs:0.6875rem;--fs-sm:0.8125rem;--fs-base:0.9375rem;--fs-md:1rem;--fs-lg:1.25rem;--fs-xl:1.5rem;--fs-2xl:2.125rem;--fs-3xl:2.5rem;--fw-regular:400;--fw-medium:500;--fw-semibold:600;--fw-bold:700;--ls-tight:-0.01em;--ls-normal:0;--ls-wide:0.05em;--ls-wider:0.1em;--ls-widest:0.15em;--ls-mono:0.15em;--lh-tight:1.15;--lh-snug:1.3;--lh-normal:1.6;--lh-relaxed:1.8;--sp-1:0.25rem;--sp-2:0.5rem;--sp-3:0.75rem;--sp-4:1rem;--sp-5:1.25rem;--sp-6:1.5rem;--sp-8:2rem;--sp-10:2.5rem;--sp-12:3rem;--sp-16:4rem;--sp-20:5rem;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--ease-default:cubic-bezier(0.4,0,0.2,1);--duration-fast:150ms;--duration-normal:250ms;--duration-slow:400ms;--max-width:1080px;--nav-height:60px}[data-theme=dark]{--color-bg:#0a0e0c;--color-surface-1:#101a16;--color-surface-2:#162420;--color-surface-3:#1c2e28;--color-border:#1e2e28;--color-border-light:#2a3e36;--color-accent:#3ca882;--color-accent-dark:#1a5c50;--color-accent-glow:rgba(60,168,130,.08);--color-text:#e2e8e4;--color-text-mid:#a0b0a8;--color-text-dim:#6a7e74;--color-success:#6ebe7a;--color-warning:#d4a05a;--color-error:#d47272;--cat-self-custody:#7c3aed;--cat-exotic:#d97706;--cat-mainstream:#2563eb;--cat-non-kyc:#dc2626;--badge-zero-fees:#065f46;--badge-value:#1e40af;--badge-defi:#6b21a8;--badge-popular:#9a3412;--badge-limit:#991b1b;--badge-kyc:#854d0e;--badge-swiss:#166534;--badge-default:#475569}[data-theme=light]{--color-bg:#f2f7f5;--color-surface-1:#fff;--color-surface-2:#e8f0ec;--color-surface-3:#d8e4de;--color-border:#c0d0c8;--color-border-light:#d8e4de;--color-accent:#1a5c50;--color-accent-dark:#0e3e35;--color-accent-glow:rgba(26,92,80,.06);--color-text:#1a2e28;--color-text-mid:#3a5e50;--color-text-dim:#6a8e7e;--color-success:#2e8b6e;--color-warning:#9a6a2e;--color-error:#b84a4a;--cat-self-custody:#8b5cf6;--cat-exotic:#f59e0b;--cat-mainstream:#3b82f6;--cat-non-kyc:#ef4444;--badge-zero-fees:#d1fae5;--badge-value:#dbeafe;--badge-defi:#ede9fe;--badge-popular:#ffedd5;--badge-limit:#fee2e2;--badge-kyc:#fef3c7;--badge-swiss:#dcfce7;--badge-default:#f1f5f9}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-sans);font-size:var(--fs-base);line-height:var(--lh-normal);color:var(--color-text);background-color:var(--color-bg);-webkit-font-smoothing:antialiased}body{min-height:100vh}a{color:var(--color-accent);text-decoration:none}a:hover{text-decoration:underline}img,svg{display:block;max-width:100%}.reveal{opacity:0;transform:translateY(20px);transition:opacity .5s var(--ease-default),transform .5s var(--ease-default)}.reveal.visible{opacity:1;transform:translateY(0)}.stagger>.reveal:first-child{transition-delay:0ms}.stagger>.reveal:nth-child(2){transition-delay:80ms}.stagger>.reveal:nth-child(3){transition-delay:.16s}.stagger>.reveal:nth-child(4){transition-delay:.24s}.stagger>.reveal:nth-child(5){transition-delay:.32s}.stagger>.reveal:nth-child(6){transition-delay:.4s}.word-reveal{display:inline-block;opacity:0;transform:translateY(20px);animation:wordReveal .5s var(--ease-default) forwards}@keyframes wordReveal{to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}.stagger>.reveal:nth-child(n){transition-delay:0ms}.word-reveal{opacity:1;transform:none;animation:none}}