@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;900&family=JetBrains+Mono:wght@400;500&display=swap";:root{--bg:#f7fcfc;--surface:#ffffff59;--primary:#34d399;--primary-dark:#10b981;--text:#0f1729;--text-secondary:#6b7280;--text-muted:#9ca3af;--border:#94a3b833;--success:#34d399;--error:#ef4444;--input-bg:#eef4ff;--card-bg:#ffffff59;--card-shadow:0 18px 60px #0f172a1a;--card-radius:28px;--btn-radius:18px;--btn-glow:0 16px 40px #6cd3c966}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;max-width:390px;min-height:100vh;margin:0 auto;font-family:DM Sans,system-ui,-apple-system,sans-serif;overflow-x:hidden}#root{flex-direction:column;min-height:100vh;display:flex}@keyframes pulse-glow{0%,to{opacity:1}50%{opacity:.4}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
