:root{--color-bg:#fdf4ff;--color-bg-tint:#e0f2fe;--color-surface:#fff;--color-border:#ead9f7;--color-text:#2c1a4b;--color-text-muted:#7c6a97;--color-accent:#f4467e;--color-accent-hover:#d92e66;--color-accent-contrast:#fff;--color-danger:#dc2626;--color-success:#16a34a;--color-fun-blue:#3b82f6;--color-fun-purple:#8b5cf6;--color-fun-green:#22c55e;--color-fun-yellow:#fbbf24;--shadow-card:0 8px 20px #4c1d951f;--shadow-pressed:0 2px 6px #4c1d9529;--radius-sm:4px;--radius-md:8px;--radius-lg:16px;--radius-xl:28px;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--font-sans:ui-rounded, "SF Pro Rounded", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}@media (prefers-color-scheme:dark){:root{--color-bg:#17102b;--color-bg-tint:#0f172a;--color-surface:#241a3f;--color-border:#3a2c5c;--color-text:#f6f1ff;--color-text-muted:#b3a5cf;--color-accent:#ff6fa3;--color-accent-hover:#ff89b5;--color-accent-contrast:#2c1a4b;--color-danger:#f87171;--color-success:#4ade80;--color-fun-blue:#60a5fa;--color-fun-purple:#a78bfa;--color-fun-green:#4ade80;--color-fun-yellow:#fcd34d;--shadow-card:0 8px 20px #00000059;--shadow-pressed:0 2px 6px #0006}}*,:before,:after{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--color-bg);background-image:linear-gradient(160deg, var(--color-bg) 0%, var(--color-bg-tint) 100%);min-height:100dvh;color:var(--color-text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;touch-action:manipulation;background-attachment:fixed;line-height:1.6}a{color:var(--color-accent)}:focus-visible{outline:3px solid var(--color-accent);outline-offset:2px}
