@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";:root{--bg-primary:#051424;--bg-secondary:#0d1c2d;--bg-surface:#ffffff0f;--bg-surface-hover:#ffffff1a;--bg-card:#ffffff12;--border-subtle:#ffffff1a;--border-active:#ffffff40;--color-primary:#2563eb;--color-primary-glow:#2563eb59;--color-primary-dark:#1d4ed8;--color-success:#10b981;--color-success-bg:#10b98126;--color-warning:#f59e0b;--color-warning-bg:#f59e0b26;--color-danger:#ef4444;--color-danger-bg:#ef444426;--color-text:#f1f5f9;--color-text-secondary:#94a3b8;--color-text-muted:#64748b;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--shadow-card:0 8px 32px #0006;--shadow-button:0 4px 16px #2563eb4d}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-primary);color:var(--color-text);-webkit-font-smoothing:antialiased;font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5}#root{background-color:#0000;flex-direction:column;max-width:480px;min-height:100vh;margin:0 auto;display:flex;position:relative}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,select,textarea{font-family:inherit;font-size:16px}a{color:inherit;text-decoration:none}
