@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;600;700&family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap";@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;600;700&family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap";@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;600;700&family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap";:root{--primary:#6366f1;--primary-dark:#4f46e5;--primary-light:#818cf8;--secondary:#8b5cf6;--accent:#06b6d4;--success:#10b981;--warning:#f59e0b;--danger:#ef4444;--bg-base:#0a0b14;--bg-card:#111827;--bg-card-2:#1a2035;--bg-glass:#111827d9;--bg-hover:#6366f114;--border:#ffffff14;--border-focus:#6366f180;--text:#e2e8f0;--text-muted:#94a3b8;--text-faint:#64748b;--text-heading:#f8fafc;--grad-primary:linear-gradient(135deg, #6366f1, #8b5cf6);--grad-hero:linear-gradient(135deg, #0a0b14 0%, #111827 50%, #0f172a 100%);--shadow-sm:0 1px 3px #0006;--shadow-md:0 4px 20px #00000080;--shadow-lg:0 10px 40px #0009;--shadow-glow:0 0 40px #6366f133;--radius-sm:8px;--radius-md:14px;--radius-lg:20px;--radius-xl:28px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg-base);color:var(--text);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:15px;line-height:1.6}#root{min-height:100vh}h1,h2,h3,h4{color:var(--text-heading);font-weight:700}a{color:var(--primary-light);text-decoration:none;transition:color .2s}a:hover{color:var(--primary)}.btn-primary{background:var(--grad-primary);color:#fff;border-radius:var(--radius-sm);cursor:pointer;letter-spacing:.01em;border:none;align-items:center;gap:.5rem;padding:.7rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .25s;display:inline-flex}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #6366f173}.btn-primary:disabled{opacity:.55;cursor:not-allowed;transform:none}.btn-secondary{background:var(--bg-card-2);color:var(--text);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;align-items:center;gap:.5rem;padding:.7rem 1.5rem;font-size:.9rem;font-weight:500;transition:all .2s;display:inline-flex}.btn-secondary:hover{background:var(--bg-hover);border-color:var(--border-focus)}.btn-ghost{color:var(--text);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;background:0 0;align-items:center;padding:.7rem 1.5rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.btn-ghost:hover{background:var(--bg-hover);border-color:var(--primary);color:var(--primary-light)}.btn-full{justify-content:center;width:100%}.btn-large{padding:.9rem 2rem;font-size:1rem}.btn-sm{border-radius:6px;padding:.35rem .75rem;font-size:.8rem}.btn-success{color:#10b981;cursor:pointer;background:#10b98126;border:1px solid #10b9814d}.btn-success:hover{background:#10b9814d}.btn-warn{color:#f59e0b;cursor:pointer;background:#f59e0b26;border:1px solid #f59e0b4d}.btn-warn:hover{background:#f59e0b4d}.btn-danger{color:#ef4444;cursor:pointer;background:#ef444426;border:1px solid #ef44444d}.btn-danger:hover{background:#ef44444d}.btn-otp{color:var(--primary-light);cursor:pointer;background:#6366f126;border:1px solid #6366f14d;border-radius:6px;padding:.4rem .9rem;font-size:.82rem;font-weight:600;transition:all .2s}.btn-otp:hover{background:#6366f14d}.btn-auto-generate{color:var(--primary-light);border-radius:var(--radius-sm);cursor:pointer;background:linear-gradient(135deg,#6366f126,#8b5cf626);border:1px solid #6366f14d;width:100%;margin-bottom:1.5rem;padding:.7rem 1.2rem;font-size:.9rem;font-weight:600;transition:all .2s}.btn-auto-generate:hover{background:linear-gradient(135deg,#6366f14d,#8b5cf64d)}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.83rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-heading);background:#ffffff0a;outline:none;width:100%;padding:.7rem 1rem;font-family:inherit;font-size:.9rem;transition:all .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--border-focus);background:#6366f10d;box-shadow:0 0 0 3px #6366f11f}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-faint)}.form-group select option{background:#1a2035}.form-grid-2{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (width<=640px){.form-grid-2{grid-template-columns:1fr}}.form-section-title{text-transform:uppercase;letter-spacing:.08em;color:var(--text-faint);border-bottom:1px solid var(--border);padding-bottom:.5rem;font-size:.75rem;font-weight:700}.input-with-prefix{border:1px solid var(--border);border-radius:var(--radius-sm);background:#ffffff0a;align-items:center;display:flex;overflow:hidden}.input-with-prefix:focus-within{border-color:var(--border-focus);box-shadow:0 0 0 3px #6366f11f}.input-prefix{color:var(--text-muted);border-right:1px solid var(--border);white-space:nowrap;background:#ffffff08;align-items:center;height:42px;padding:0 .9rem;font-size:.85rem;font-weight:600;display:flex}.input-with-prefix input{box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important}.balance-hint{border-radius:var(--radius-sm);color:#06b6d4;background:#06b6d414;border:1px solid #06b6d433;align-items:center;gap:.5rem;padding:.7rem 1rem;font-size:.85rem;display:flex}.balance-hint svg{flex-shrink:0;width:16px;height:16px}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem}.glass-card{background:var(--bg-glass);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid #ffffff1a}.card-header{align-items:flex-start;gap:1rem;margin-bottom:1.75rem;display:flex}.card-icon{border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.card-icon svg{width:22px;height:22px}.card-icon-blue{color:var(--primary-light);background:#6366f126}.card-title{color:var(--text-heading);margin-bottom:.2rem;font-size:1.1rem;font-weight:700}.card-subtitle{color:var(--text-muted);font-size:.85rem}.alert{border-radius:var(--radius-sm);margin-bottom:1rem;padding:.9rem 1rem;font-size:.88rem;font-weight:500}.alert-error{color:#fca5a5;background:#ef44441a;border:1px solid #ef444440}.alert-success{color:#6ee7b7;background:#10b9811a;border:1px solid #10b98140}.status-badge{text-transform:capitalize;border-radius:99px;padding:.2rem .65rem;font-size:.74rem;font-weight:600;display:inline-flex}.status-pending{color:#fbbf24;background:#f59e0b26}.status-otp{color:#a5b4fc;background:#6366f126}.status-done{color:#6ee7b7;background:#10b98126}.status-failed{color:#fca5a5;background:#ef444426}.status-cancelled{color:#94a3b8;background:#64748b26}.spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.app-layout{flex-direction:column;min-height:100vh;display:flex}.app-header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);z-index:100;background:#0a0b14e6;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:2rem;max-width:1280px;height:64px;margin:0 auto;padding:0 1.5rem;display:flex}.header-logo{align-items:center;gap:.6rem;text-decoration:none;display:flex}.header-logo-icon svg{width:32px;height:32px;display:block}.header-logo-name{color:var(--text-heading);letter-spacing:-.02em;font-size:1.1rem;font-weight:800}.header-nav{align-items:center;gap:.25rem;display:flex}.header-nav-link{color:var(--text-muted);border-radius:8px;padding:.45rem .85rem;font-size:.88rem;font-weight:500;text-decoration:none;transition:all .2s}.header-nav-link:hover,.header-nav-link.active{background:var(--bg-hover);color:var(--text-heading)}.header-nav-link.active{color:var(--primary-light)}.header-right{align-items:center;gap:1rem;display:flex}.header-user{align-items:center;gap:.6rem;display:flex}.header-avatar{background:var(--grad-primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.85rem;font-weight:700;display:flex}.header-user-name{color:var(--text-muted);font-size:.88rem;font-weight:500}.logout-btn{color:#fca5a5;cursor:pointer;background:#ef44441a;border:1px solid #ef444433;border-radius:8px;padding:.4rem .9rem;font-size:.8rem;font-weight:500;transition:all .2s}.logout-btn:hover{background:#ef444433}.mobile-menu-btn{color:var(--text);cursor:pointer;background:0 0;border:none;padding:.3rem;display:none}.mobile-menu-btn svg{width:24px;height:24px}.mobile-menu{background:var(--bg-card);border-top:1px solid var(--border);flex-direction:column;gap:.25rem;padding:1rem 1.5rem;display:flex}.mobile-menu-link{color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.75rem;padding:.7rem .75rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.mobile-menu-link:hover{background:var(--bg-hover)}.app-main{flex:1}.app-footer{border-top:1px solid var(--border);text-align:center;color:var(--text-faint);padding:1.5rem;font-size:.8rem}@media (width<=768px){.header-nav,.header-user,.logout-btn{display:none}.mobile-menu-btn{display:flex}}.page-container{max-width:1280px;margin:0 auto;padding:2rem 1.5rem}.page-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:2rem;display:flex}.page-title{color:var(--text-heading);letter-spacing:-.03em;font-size:1.8rem;font-weight:800;line-height:1.2}.page-subtitle{color:var(--text-muted);margin-top:.3rem;font-size:.9rem}.back-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.4rem .8rem;font-size:.85rem;font-weight:500;transition:all .2s;display:flex}.back-btn:hover{background:var(--bg-hover);color:var(--text)}.back-btn svg{width:16px;height:16px}.section-header{justify-content:space-between;align-items:center;margin:2rem 0 1rem;display:flex}.section-title{color:var(--text-heading);font-size:1.1rem;font-weight:700}.section-link{color:var(--primary-light);font-size:.85rem;font-weight:500}.section-link:hover{color:var(--primary)}.modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:200;background:#000000bf;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.modal{background:var(--bg-card);border-radius:var(--radius-xl);width:100%;max-width:520px;box-shadow:var(--shadow-lg);border:1px solid #ffffff1a;animation:.25s modalIn}@keyframes modalIn{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}.modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.5rem 1.75rem;display:flex}.modal-header h3{color:var(--text-heading);font-size:1.1rem;font-weight:700}.modal-close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.25rem .5rem;font-size:1.1rem;transition:all .2s}.modal-close:hover{background:var(--bg-hover);color:var(--text)}.modal-body{padding:1.75rem}.modal-desc{color:var(--text-muted);margin-bottom:1.25rem;font-size:.88rem}.modal-footer{border-top:1px solid var(--border);justify-content:flex-end;gap:.75rem;padding:1.25rem 1.75rem;display:flex}.modal-amount-input{border:1px solid var(--border);border-radius:var(--radius-sm);background:#ffffff0a;align-items:center;padding:6px 16px;display:flex}.modal-amount-input span{color:var(--text-muted);margin-right:6px;font-size:24px;font-weight:700}.modal-amount-input input{width:100%;color:var(--text-heading);font-size:24px;font-weight:700;box-shadow:none!important;background:0 0!important;border:none!important}.otp-code-fields{flex-direction:column;gap:1rem;display:flex}.loading-state{color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 2rem;display:flex}.empty-state{color:var(--text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:4rem 2rem;display:flex}.empty-icon{font-size:3rem}.landing-body{--navy:#0a2540;--navy-deep:#071a30;--royal:#2563eb;--royal-light:#3b82f6;--emerald:#10b981;--emerald-light:#34d399;--bg:#f8fafc;--surface:#fff;--surface-alt:#f1f5f9;--text:#0f172a;--text-secondary:#64748b;--text-tertiary:#94a3b8;--border:#e2e8f0;--border-soft:#edf1f6;--success:#10b981;--warning:#f59e0b;--error:#ef4444;--glass-bg:#ffffffa6;--glass-border:#fff9;--r-sm:10px;--r-md:16px;--r-lg:24px;--r-xl:32px;--shadow-sm:0 2px 8px #0a25400f;--shadow-md:0 8px 24px #0a254014;--shadow-lg:0 24px 60px #0a254024;--glow-emerald:0 0 0 1px #10b98126, 0 8px 30px #10b9812e;--glow-royal:0 0 0 1px #2563eb26, 0 8px 30px #2563eb2e;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:Inter,sans-serif;line-height:1.5;transition:background .4s,color .4s;overflow-x:hidden}.landing-body[data-theme=dark]{--bg:#060d18;--surface:#ffffff0b;--surface-alt:#ffffff06;--text:#f1f5f9;--text-secondary:#9aaac2;--text-tertiary:#5e7090;--border:#ffffff17;--border-soft:#ffffff0f;--glass-bg:#121c2e8c;--glass-border:#ffffff14;--shadow-sm:0 2px 10px #0000004d;--shadow-md:0 10px 30px #0006;--shadow-lg:0 30px 70px #0000008c;background-image:radial-gradient(circle at 15% 0,#2563eb29,#0000 45%),radial-gradient(circle at 90% 15%,#10b9811a,#0000 40%)}.landing-body .font-display{font-family:Space Grotesk,sans-serif}.landing-body .font-mono{font-family:JetBrains Mono,monospace}.landing-body img,.landing-body svg{display:block}.landing-body a{color:inherit;text-decoration:none}.landing-body button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}.landing-body .wrap{max-width:1240px;margin:0 auto;padding:0 32px}.landing-body section{position:relative}.landing-body .icon{flex-shrink:0;width:20px;height:20px}.landing-body ::selection{background:var(--emerald);color:#fff}.landing-body a:focus-visible,.landing-body button:focus-visible,.landing-body summary:focus-visible{outline:2px solid var(--royal);outline-offset:3px;border-radius:6px}.landing-body .btn{white-space:nowrap;border-radius:100px;justify-content:center;align-items:center;gap:8px;padding:14px 26px;font-size:15px;font-weight:600;transition:transform .25s cubic-bezier(.2,.8,.2,1),box-shadow .25s,background .25s;display:inline-flex}.landing-body .btn:active{transform:translateY(1px)scale(.98)}.landing-body .btn-primary{background:linear-gradient(135deg, var(--royal), var(--navy));color:#fff;box-shadow:var(--glow-royal)}.landing-body .btn-primary:hover{transform:translateY(-2px);box-shadow:0 14px 36px #2563eb4d}.landing-body .btn-ghost{background:var(--surface);color:var(--text);border:1px solid var(--border)}.landing-body .btn-ghost:hover{border-color:var(--royal);transform:translateY(-2px)}.landing-body .btn-sm{padding:10px 18px;font-size:13.5px}.landing-body header.nav{z-index:100;padding:18px 0;transition:all .35s;position:fixed;top:0;left:0;right:0}.landing-body header.nav.scrolled{background:var(--glass-bg);-webkit-backdrop-filter:blur(18px)saturate(160%);backdrop-filter:blur(18px)saturate(160%);border-bottom:1px solid var(--glass-border);padding:12px 0}.landing-body .nav-inner{justify-content:space-between;align-items:center;display:flex}.landing-body .logo{align-items:center;gap:10px;font-family:Space Grotesk,sans-serif;font-size:21px;font-weight:700;display:flex}.landing-body .logo .mark{background:linear-gradient(135deg, var(--emerald), var(--royal));width:34px;height:34px;box-shadow:var(--glow-emerald);border-radius:10px;justify-content:center;align-items:center;display:flex}.landing-body .logo .mark svg{color:#fff;width:18px;height:18px}.landing-body .nav-links{align-items:center;gap:34px;display:flex}.landing-body .nav-links a{color:var(--text-secondary);font-size:14.5px;font-weight:500;transition:all .2s;position:relative}.landing-body .nav-links a:hover{color:var(--text)}.landing-body .nav-actions{align-items:center;gap:14px;display:flex}.landing-body .theme-toggle{background:var(--surface-alt);border:1px solid var(--border);border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:all .25s;display:flex}.landing-body .theme-toggle:hover{border-color:var(--royal)}.landing-body .theme-toggle svg{width:18px;height:18px}.landing-body .login-link{color:var(--text-secondary);font-size:14.5px;font-weight:600}.landing-body .login-link:hover{color:var(--text)}.landing-body .hamburger{background:var(--surface-alt);border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;display:none}.landing-body .mobile-menu{background:var(--bg);z-index:99;flex-direction:column;gap:28px;padding:100px 32px 40px;transition:all .4s cubic-bezier(.2,.8,.2,1);display:flex;position:fixed;inset:0;transform:translateY(-100%)}.landing-body .mobile-menu.open{transform:translateY(0)}.landing-body .mobile-menu a{font-family:Space Grotesk,sans-serif;font-size:22px;font-weight:600}.landing-body .hero{padding:170px 0 110px;overflow:hidden}.landing-body .hero-grid{grid-template-columns:1.05fr .95fr;align-items:center;gap:60px;display:grid}.landing-body .eyebrow{background:var(--surface-alt);border:1px solid var(--border);color:var(--emerald);border-radius:100px;align-items:center;gap:8px;margin-bottom:24px;padding:7px 16px;font-size:13px;font-weight:600;display:inline-flex}.landing-body .eyebrow .dot{background:var(--emerald);border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 4px #10b9812e}.landing-body h1.hero-head{letter-spacing:-.02em;margin-bottom:22px;font-family:Space Grotesk,sans-serif;font-size:clamp(38px,5.4vw,64px);font-weight:700;line-height:1.06}.landing-body h1.hero-head .accent{background:linear-gradient(135deg, var(--royal), var(--emerald));color:#0000;-webkit-background-clip:text;background-clip:text}.landing-body .hero-sub{color:var(--text-secondary);max-width:480px;margin-bottom:36px;font-size:18px;line-height:1.65}.landing-body .hero-cta{flex-wrap:wrap;gap:14px;margin-bottom:48px;display:flex}.landing-body .btn-watch{color:var(--text);align-items:center;gap:10px;font-size:15px;font-weight:600;display:inline-flex}.landing-body .btn-watch .play{background:var(--surface);border:1px solid var(--border);width:42px;height:42px;box-shadow:var(--shadow-sm);border-radius:50%;justify-content:center;align-items:center;transition:all .25s;display:flex}.landing-body .btn-watch:hover .play{background:var(--royal);color:#fff;transform:scale(1.07)}.landing-body .trust-row{flex-wrap:wrap;gap:32px;display:flex}.landing-body .trust-stat .num{font-family:Space Grotesk,sans-serif;font-size:26px;font-weight:700}.landing-body .trust-stat .lbl{color:var(--text-tertiary);font-size:12.5px;font-weight:500}.landing-body .hero-visual{perspective:1400px;height:540px;position:relative}.landing-body .tilt-card{border-radius:var(--r-lg);background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(20px)saturate(180%);backdrop-filter:blur(20px)saturate(180%);box-shadow:var(--shadow-lg);transition:transform .12s ease-out;position:absolute}.landing-body .dash-mock{z-index:3;width:380px;padding:26px;top:30px;left:0}.landing-body .dash-mock .dm-top{justify-content:space-between;align-items:center;margin-bottom:22px;display:flex}.landing-body .dash-mock .dm-greet{color:var(--text-tertiary);font-size:12.5px}.landing-body .dash-mock .dm-name{font-family:Space Grotesk,sans-serif;font-size:15.5px;font-weight:600}.landing-body .dash-mock .dm-avatar{background:linear-gradient(135deg, var(--royal), var(--navy));border-radius:50%;width:34px;height:34px}.landing-body .dm-balance-lbl{color:var(--text-tertiary);margin-bottom:6px;font-size:12px}.landing-body .dm-balance{letter-spacing:-.01em;margin-bottom:4px;font-family:JetBrains Mono,monospace;font-size:34px;font-weight:600}.landing-body .dm-delta{color:var(--emerald);background:#10b9811f;border-radius:100px;align-items:center;gap:4px;margin-bottom:22px;padding:4px 10px;font-size:12.5px;font-weight:600;display:inline-flex}.landing-body .dm-chart{height:70px;margin-bottom:20px}.landing-body .dm-actions{gap:10px;display:flex}.landing-body .dm-action{text-align:center;background:var(--surface-alt);border-radius:14px;flex:1;padding:12px 0;font-size:11.5px;font-weight:600}.landing-body .dm-action svg{width:16px;height:16px;color:var(--royal);margin:0 auto 6px}.landing-body .card-mock{z-index:2;background:linear-gradient(135deg, var(--navy), #13335c);color:#fff;border:1px solid #ffffff1f;width:230px;padding:22px;top:0;right:10px}.landing-body .card-mock .cm-top{justify-content:space-between;margin-bottom:32px;display:flex}.landing-body .card-mock .cm-chip{background:linear-gradient(135deg,#d4af37,#f1cf6e);border-radius:5px;width:34px;height:24px}.landing-body .card-mock .cm-network{letter-spacing:.05em;color:#ffffffd9;font-family:Space Grotesk,sans-serif;font-size:13px;font-weight:700}.landing-body .card-mock .cm-num{letter-spacing:.12em;color:#ffffffeb;margin-bottom:18px;font-family:JetBrains Mono,monospace;font-size:15px}.landing-body .card-mock .cm-bottom{color:#fff9;justify-content:space-between;font-size:11px;display:flex}.landing-body .card-mock .cm-bottom b{color:#fff;margin-top:2px;font-family:Space Grotesk,sans-serif;font-size:12.5px;display:block}.landing-body .toast-mock{z-index:4;align-items:center;gap:12px;width:250px;padding:16px 18px;display:flex;bottom:10px;left:30px}.landing-body .toast-mock .ti{width:38px;height:38px;color:var(--emerald);background:#10b98126;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.landing-body .toast-mock .tt{font-size:13px;font-weight:600}.landing-body .toast-mock .ts{color:var(--text-tertiary);font-size:11.5px}.landing-body .toast-mock .tamt{color:var(--emerald);margin-left:auto;font-family:JetBrains Mono,monospace;font-size:13.5px;font-weight:600}.landing-body .glow-blob{filter:blur(90px);opacity:.35;z-index:0;border-radius:50%;width:420px;height:420px;position:absolute}.landing-body .section-pad{padding:100px 0}.landing-body .section-head{text-align:center;max-width:640px;margin:0 auto 60px}.landing-body .section-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--royal);margin-bottom:14px;font-size:13px;font-weight:700}.landing-body .section-title{letter-spacing:-.015em;margin-bottom:16px;font-family:Space Grotesk,sans-serif;font-size:clamp(28px,3.6vw,42px);font-weight:700}.landing-body .section-desc{color:var(--text-secondary);font-size:16.5px;line-height:1.65}.landing-body .features-grid{grid-template-columns:repeat(4,1fr);gap:22px;display:grid}.landing-body .feature-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);padding:30px 26px;transition:all .3s cubic-bezier(.2,.8,.2,1);position:relative;overflow:hidden}.landing-body .feature-card:hover{box-shadow:var(--shadow-md);border-color:#0000;transform:translateY(-6px)}.landing-body .feature-card .fi{border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:20px;display:flex}.landing-body .feature-card h3{margin-bottom:8px;font-family:Space Grotesk,sans-serif;font-size:17px;font-weight:600}.landing-body .feature-card p{color:var(--text-secondary);font-size:14px;line-height:1.6}.landing-body .fi-blue{color:var(--royal);background:#2563eb1f}.landing-body .fi-green{color:var(--emerald);background:#10b9811f}.landing-body .fi-navy{color:var(--navy);background:#0a254014}.landing-body[data-theme=dark] .fi-navy{color:#cdd9e8;background:#ffffff12}.landing-body .steps{grid-template-columns:repeat(4,1fr);gap:0;display:grid;position:relative}.landing-body .steps:before{content:"";background:linear-gradient(90deg, var(--royal), var(--emerald));opacity:.25;height:2px;position:absolute;top:28px;left:60px;right:60px}.landing-body .step{text-align:center;padding:0 18px;position:relative}.landing-body .step .sn{background:var(--surface);border:2px solid var(--border);z-index:2;width:58px;height:58px;color:var(--royal);box-shadow:var(--shadow-sm);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 22px;font-family:Space Grotesk,sans-serif;font-size:18px;font-weight:700;display:flex;position:relative}.landing-body .step h4{margin-bottom:8px;font-family:Space Grotesk,sans-serif;font-size:16.5px;font-weight:600}.landing-body .step p{color:var(--text-secondary);font-size:13.5px;line-height:1.6}.landing-body .security-sec{background:var(--navy);color:#fff;border-radius:var(--r-xl);margin:0 auto;padding:80px 60px;position:relative;overflow:hidden}.landing-body[data-theme=dark] .security-sec{border:1px solid var(--border);background:linear-gradient(160deg,#0d2038,#071322)}.landing-body .security-sec:before{content:"";background:radial-gradient(circle,#10b9812e,#0000 70%);width:500px;height:500px;position:absolute;top:-200px;right:-150px}.landing-body .security-grid{z-index:1;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:50px;display:grid;position:relative}.landing-body .sec-item{gap:16px;display:flex}.landing-body .sec-item .si{width:44px;height:44px;color:var(--emerald-light);background:#ffffff14;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.landing-body .sec-item h4{margin-bottom:6px;font-family:Space Grotesk,sans-serif;font-size:15.5px;font-weight:600}.landing-body .sec-item p{color:#ffffffa6;font-size:13.5px;line-height:1.55}.landing-body .compliance-row{z-index:1;flex-wrap:wrap;gap:14px;margin-top:50px;display:flex;position:relative}.landing-body .badge-pill{color:#ffffffd9;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:100px;align-items:center;gap:8px;padding:9px 16px;font-size:12.5px;font-weight:600;display:flex}.landing-body .badge-pill svg{width:14px;height:14px;color:var(--emerald-light)}.landing-body .testi-track{scroll-snap-type:x mandatory;scrollbar-width:none;gap:22px;padding-bottom:10px;display:flex;overflow-x:auto}.landing-body .testi-track::-webkit-scrollbar{display:none}.landing-body .testi-card{scroll-snap-align:start;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);flex-shrink:0;min-width:340px;padding:28px}.landing-body .stars{color:var(--warning);gap:3px;margin-bottom:16px;display:flex}.landing-body .stars svg{width:16px;height:16px}.landing-body .testi-card p.quote{color:var(--text);margin-bottom:22px;font-size:15px;line-height:1.65}.landing-body .testi-person{align-items:center;gap:12px;display:flex}.landing-body .testi-person .av{background:linear-gradient(135deg, var(--royal-light), var(--emerald));border-radius:50%;width:42px;height:42px}.landing-body .testi-person b{font-family:Space Grotesk,sans-serif;font-size:14px}.landing-body .testi-person span{color:var(--text-tertiary);font-size:12.5px;display:block}.landing-body .app-showcase{background:var(--surface-alt);border-radius:var(--r-xl);text-align:center;padding:90px 60px}.landing-body .phones-row{justify-content:center;align-items:center;gap:26px;margin-top:60px;display:flex}.landing-body .phone{background:var(--bg);border:8px solid var(--navy);width:230px;height:470px;box-shadow:var(--shadow-lg);border-radius:34px;flex-shrink:0;position:relative;overflow:hidden}.landing-body[data-theme=dark] .phone{border-color:#1a2c44}.landing-body .phone.mid{z-index:2;width:260px;height:520px;margin-top:-30px}.landing-body .phone-notch{background:var(--navy);z-index:5;border-radius:0 0 14px 14px;width:90px;height:18px;position:absolute;top:0;left:50%;transform:translate(-50%)}.landing-body[data-theme=dark] .phone-notch{background:#1a2c44}.landing-body .phone-screen{text-align:left;flex-direction:column;gap:12px;height:100%;padding:30px 16px 16px;display:flex}.landing-body .ps-bal{text-align:center;margin-bottom:6px}.landing-body .ps-bal .l{color:var(--text-tertiary);font-size:10px}.landing-body .ps-bal .v{font-family:JetBrains Mono,monospace;font-size:21px;font-weight:600}.landing-body .ps-row{gap:8px;display:flex}.landing-body .ps-pill{background:var(--surface);border:1px solid var(--border);text-align:center;border-radius:10px;flex:1;padding:8px;font-size:9px;font-weight:600}.landing-body .ps-pill svg{width:13px;height:13px;color:var(--royal);margin:0 auto 4px}.landing-body .ps-card{background:linear-gradient(135deg, var(--navy), #1a3a60);color:#fff;border-radius:14px;margin-top:4px;padding:16px}.landing-body .ps-card .pn{letter-spacing:.1em;color:#ffffffd9;margin-bottom:14px;font-family:JetBrains Mono,monospace;font-size:11px}.landing-body .ps-card .pc{background:linear-gradient(135deg,#d4af37,#f1cf6e);border-radius:4px;width:26px;height:18px;margin-bottom:12px}.landing-body .ps-tx{background:var(--surface);border:1px solid var(--border);border-radius:10px;align-items:center;gap:8px;padding:9px 10px;font-size:10px;display:flex}.landing-body .ps-tx .pi{background:var(--surface-alt);width:24px;height:24px;color:var(--royal);border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.landing-body .ps-tx .pi svg{width:13px;height:13px}.landing-body .ps-tx b{font-size:10.5px;display:block}.landing-body .ps-tx span{color:var(--text-tertiary);font-size:9px}.landing-body .ps-tx .pamt{margin-left:auto;font-family:JetBrains Mono,monospace;font-size:10.5px;font-weight:600}.landing-body .ps-transfer-row{justify-content:center;align-items:center;gap:14px;margin:10px 0;display:flex}.landing-body .ps-av{background:var(--surface-alt);border:2px solid var(--border);border-radius:50%;width:40px;height:40px}.landing-body .ps-amount-big{text-align:center;margin:10px 0;font-family:JetBrains Mono,monospace;font-size:28px;font-weight:600}.landing-body .ps-keypad{grid-template-columns:repeat(3,1fr);gap:6px;margin-top:auto;display:grid}.landing-body .ps-key{text-align:center;background:var(--surface);border-radius:8px;padding:8px 0;font-size:13px;font-weight:600}.landing-body .pricing-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.landing-body .price-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:38px 32px;transition:all .3s;position:relative}.landing-body .price-card.popular{border:2px solid var(--royal);box-shadow:var(--glow-royal);transform:scale(1.03)}.landing-body .price-card:hover{transform:translateY(-6px)}.landing-body .price-card.popular:hover{transform:scale(1.03)translateY(-6px)}.landing-body .popular-tag{background:linear-gradient(135deg, var(--royal), var(--emerald));color:#fff;letter-spacing:.03em;border-radius:100px;padding:6px 16px;font-size:11.5px;font-weight:700;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.landing-body .price-card h3{margin-bottom:8px;font-family:Space Grotesk,sans-serif;font-size:19px;font-weight:600}.landing-body .price-card .pdesc{color:var(--text-secondary);min-height:36px;margin-bottom:24px;font-size:13.5px}.landing-body .price-card .pamt{margin-bottom:4px;font-family:Space Grotesk,sans-serif;font-size:40px;font-weight:700}.landing-body .price-card .pamt span{color:var(--text-tertiary);font-size:15px;font-weight:500}.landing-body .price-card .pfreq{color:var(--text-tertiary);margin-bottom:28px;font-size:13px}.landing-body .plist{flex-direction:column;gap:13px;margin-bottom:30px;display:flex}.landing-body .plist li{text-align:left;align-items:flex-start;gap:10px;font-size:14px;list-style:none;display:flex}.landing-body .plist li svg{width:17px;height:17px;color:var(--emerald);flex-shrink:0;margin-top:1px}.landing-body .price-card .btn{width:100%}.landing-body .faq-list{text-align:left;flex-direction:column;gap:12px;max-width:760px;margin:0 auto;display:flex}.landing-body .faq-item{background:var(--surface);border:1px solid var(--border);border-radius:14px;overflow:hidden}.landing-body .faq-q{cursor:pointer;justify-content:space-between;align-items:center;padding:20px 24px;font-size:15.5px;font-weight:600;list-style:none;display:flex}.landing-body .faq-q::-webkit-details-marker{display:none}.landing-body .faq-q .chev{color:var(--text-tertiary);transition:transform .3s}.landing-body .faq-item[open] .faq-q .chev{color:var(--royal);transform:rotate(180deg)}.landing-body .faq-a{color:var(--text-secondary);padding:0 24px 22px;font-size:14.5px;line-height:1.65}.landing-body .cta-band{background:linear-gradient(135deg, var(--navy), #102d4d 60%, #0a3a3c);border-radius:var(--r-xl);text-align:center;color:#fff;padding:80px 60px;position:relative;overflow:hidden}.landing-body .cta-band h2{margin-bottom:18px;font-family:Space Grotesk,sans-serif;font-size:clamp(28px,4vw,40px);font-weight:700}.landing-body .cta-band p{color:#ffffffb3;max-width:480px;margin:0 auto 34px;font-size:16px}.landing-body .cta-band .btn-primary{color:var(--navy);background:#fff;box-shadow:0 14px 36px #00000040}.landing-body .cta-band .btn-ghost{color:#fff;background:#ffffff14;border-color:#fff3}.landing-body footer{border-top:1px solid var(--border);padding:80px 0 36px}.landing-body .foot-grid{text-align:left;grid-template-columns:1.4fr 1fr 1fr 1fr 1fr;gap:40px;margin-bottom:60px;display:grid}.landing-body .foot-brand p{color:var(--text-secondary);max-width:260px;margin:18px 0 22px;font-size:14px;line-height:1.6}.landing-body .foot-col h5{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:18px;font-family:Space Grotesk,sans-serif;font-size:13.5px;font-weight:600}.landing-body .foot-col a{color:var(--text-secondary);margin-bottom:13px;font-size:14px;transition:all .2s;display:block}.landing-body .foot-col a:hover{color:var(--royal)}.landing-body .social-row{gap:10px;display:flex}.landing-body .social-row a{background:var(--surface-alt);border:1px solid var(--border);border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.landing-body .social-row a svg{width:16px;height:16px}.landing-body .social-row a:hover{background:var(--royal);color:#fff;border-color:#0000}.landing-body .foot-bottom{border-top:1px solid var(--border);color:var(--text-tertiary);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding-top:30px;font-size:13px;display:flex}.landing-body .foot-licenses{flex-wrap:wrap;gap:18px;display:flex}.landing-body .reveal{opacity:0;transition:opacity .7s cubic-bezier(.2,.8,.2,1),transform .7s cubic-bezier(.2,.8,.2,1);transform:translateY(24px)}.landing-body .reveal.visible{opacity:1;transform:translateY(0)}@media (width<=1024px){.landing-body .features-grid,.landing-body .security-grid{grid-template-columns:repeat(2,1fr)}.landing-body .pricing-grid{grid-template-columns:1fr;max-width:420px;margin:0 auto}.landing-body .price-card.popular{transform:none}.landing-body .foot-grid{grid-template-columns:1fr 1fr}.landing-body .hero-grid{grid-template-columns:1fr}.landing-body .hero-visual{height:460px;margin-top:30px}.landing-body .steps{grid-template-columns:repeat(2,1fr);gap:40px 0}.landing-body .steps:before{display:none}}@media (width<=760px){.landing-body .nav-links{display:none}.landing-body .hamburger{display:flex}.landing-body .wrap{padding:0 20px}.landing-body .features-grid{grid-template-columns:1fr}.landing-body .security-sec,.landing-body .app-showcase,.landing-body .cta-band{border-radius:var(--r-lg);padding:50px 26px}.landing-body .security-grid{grid-template-columns:1fr}.landing-body .phones-row{flex-wrap:nowrap;justify-content:flex-start;padding:0 10px 10px;overflow-x:auto}.landing-body .phone.mid{margin-top:0}.landing-body .foot-grid{grid-template-columns:1fr 1fr;gap:30px}.landing-body .section-pad{padding:64px 0}.landing-body h1.hero-head{font-size:38px}.landing-body .trust-row{gap:22px}.landing-body .hero{padding:140px 0 70px}.landing-body .login-link{display:none}}.landing-body .about-grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:80px;display:grid}.landing-body .pillar-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);box-shadow:var(--shadow-sm);padding:24px;transition:transform .25s,border-color .25s,box-shadow .25s}.landing-body .pillar-card:hover{border-color:var(--royal);box-shadow:var(--shadow-md);transform:translateY(-3px)}.landing-body .contact-grid{grid-template-columns:1fr 1.25fr;align-items:start;gap:60px;margin-top:40px;display:grid}.landing-body .info-block{align-items:flex-start;gap:18px;transition:transform .2s;display:flex}.landing-body .info-block:hover{transform:translate(4px)}.landing-body .info-icon{width:44px;height:44px;box-shadow:var(--shadow-sm);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:20px;display:flex}.landing-body .contact-form-container{background:var(--surface-alt);border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--shadow-md);padding:40px}.landing-body .contact-form input,.landing-body .contact-form textarea{background:var(--surface);border:1px solid var(--border);color:var(--text);border-radius:10px;outline:none;width:100%;padding:12px 16px;font-size:14px;transition:border-color .2s,box-shadow .2s}.landing-body .contact-form input:focus,.landing-body .contact-form textarea:focus{border-color:var(--royal);box-shadow:0 0 0 3px #2563eb1f}@media (width<=900px){.landing-body .about-grid,.landing-body .contact-grid{grid-template-columns:1fr!important;gap:40px!important}}.auth-body{--navy:#0a2540;--navy-deep:#071a30;--royal:#2563eb;--royal-light:#3b82f6;--emerald:#10b981;--emerald-light:#34d399;--bg:#f8fafc;--surface:#fff;--surface-alt:#f1f5f9;--text:#0f172a;--text-secondary:#64748b;--text-tertiary:#94a3b8;--border:#e2e8f0;--border-soft:#edf1f6;--success:#10b981;--warning:#f59e0b;--error:#ef4444;--glass-bg:#ffffffb3;--glass-border:#fff9;--r-sm:10px;--r-md:16px;--r-lg:22px;--shadow-sm:0 2px 8px #0a25400f;--shadow-md:0 10px 28px #0a254017;--shadow-lg:0 24px 60px #0a254026;--neu-light:-6px -6px 14px #fffc, 6px 6px 14px #0a254014;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:Inter,sans-serif;transition:background .35s,color .35s}.auth-body[data-theme=dark]{--bg:#070d18;--surface:#0e1a2e;--surface-alt:#0b1422;--text:#f1f5f9;--text-secondary:#94a6c2;--text-tertiary:#5a6f8f;--border:#ffffff14;--border-soft:#ffffff0d;--glass-bg:#101a2ca6;--glass-border:#ffffff14;--shadow-sm:0 2px 10px #00000059;--shadow-md:0 10px 30px #00000073;--shadow-lg:0 30px 70px #0009;--neu-light:-6px -6px 14px #ffffff05, 6px 6px 14px #00000073}.auth-body .font-display{font-family:Space Grotesk,sans-serif}.auth-body .font-mono{font-family:JetBrains Mono,monospace}.auth-body button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}.auth-body input,.auth-body select{color:inherit;font-family:inherit}.auth-body a{color:inherit;text-decoration:none}.auth-body svg{display:block}.auth-body .icon{flex-shrink:0;width:18px;height:18px}.auth-body a:focus-visible,.auth-body button:focus-visible,.auth-body input:focus-visible{outline:2px solid var(--royal);outline-offset:2px;border-radius:6px}.auth-body .shell{min-height:100vh;display:flex}.auth-body .brand-panel{background:linear-gradient(165deg, var(--navy), #0d2c4d 55%, #0a3a3c);color:#fff;text-align:left;flex-direction:column;width:42%;padding:48px 56px;display:flex;position:relative;overflow:hidden}.auth-body[data-theme=dark] .brand-panel{background:linear-gradient(165deg,#081628,#0a2038 55%,#08221f)}.auth-body .brand-panel:before{content:"";background:radial-gradient(circle,#10b98138,#0000 70%);border-radius:50%;width:480px;height:480px;position:absolute;top:-160px;right:-160px}.auth-body .brand-panel:after{content:"";background:radial-gradient(circle,#2563eb33,#0000 70%);border-radius:50%;width:380px;height:380px;position:absolute;bottom:-120px;left:-100px}.auth-body .bp-logo{z-index:1;align-items:center;gap:10px;font-family:Space Grotesk,sans-serif;font-size:20px;font-weight:700;display:flex;position:relative}.auth-body .bp-logo .mark{background:linear-gradient(135deg, var(--emerald), var(--royal));border-radius:9px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.auth-body .bp-logo .mark svg{color:#fff;width:17px;height:17px}.auth-body .bp-mid{z-index:1;flex-direction:column;flex:1;justify-content:center;max-width:420px;display:flex;position:relative}.auth-body .bp-mid h2{margin-bottom:18px;font-family:Space Grotesk,sans-serif;font-size:32px;font-weight:700;line-height:1.2}.auth-body .bp-mid p{color:#ffffffa6;margin-bottom:36px;font-size:15px;line-height:1.65}.auth-body .bp-feature{align-items:flex-start;gap:14px;margin-bottom:22px;display:flex}.auth-body .bp-feature .fi{width:36px;height:36px;color:var(--emerald-light);background:#ffffff14;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.auth-body .bp-feature .fi svg{width:17px;height:17px}.auth-body .bp-feature b{margin-bottom:2px;font-size:14px;font-weight:600;display:block}.auth-body .bp-feature span{color:#ffffff8c;font-size:12.5px}.auth-body .bp-foot{z-index:1;flex-wrap:wrap;gap:10px;display:flex;position:relative}.auth-body .bp-badge{color:#fffc;background:#ffffff12;border:1px solid #ffffff24;border-radius:100px;align-items:center;gap:7px;padding:8px 14px;font-size:11.5px;font-weight:600;display:flex}.auth-body .bp-badge svg{width:13px;height:13px;color:var(--emerald-light)}.auth-body .auth-panel{flex-direction:column;flex:1;justify-content:center;align-items:center;padding:40px 24px;display:flex;position:relative}.auth-body .theme-toggle{background:var(--surface-alt);border:1px solid var(--border);border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:all .2s;display:flex;position:absolute;top:28px;right:32px}.auth-body .theme-toggle:hover{border-color:var(--royal)}.auth-body .theme-toggle svg{width:18px;height:18px}.auth-body .mobile-logo{align-items:center;gap:9px;margin-bottom:30px;font-family:Space Grotesk,sans-serif;font-size:19px;font-weight:700;display:none}.auth-body .mobile-logo .mark{background:linear-gradient(135deg, var(--emerald), var(--royal));border-radius:9px;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.auth-body .mobile-logo .mark svg{color:#fff;width:16px;height:16px}.auth-body .auth-card{text-align:left;width:100%;max-width:420px}.auth-body .screen{display:none}.auth-body .screen.active{animation:.4s cubic-bezier(.2,.8,.2,1) auth-fadein;display:block}@keyframes auth-fadein{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.auth-body .auth-eyebrow{letter-spacing:.05em;text-transform:uppercase;color:var(--royal);margin-bottom:10px;font-size:12.5px;font-weight:700}.auth-body .auth-title{letter-spacing:-.01em;color:var(--text);margin-bottom:8px;font-family:Space Grotesk,sans-serif;font-size:27px;font-weight:700}.auth-body .auth-sub{color:var(--text-secondary);margin-bottom:30px;font-size:14.5px;line-height:1.6}.auth-body .auth-sub b{color:var(--text);font-weight:600}.auth-body .field{margin-bottom:18px}.auth-body .field label{color:var(--text-secondary);margin-bottom:7px;font-size:12.5px;font-weight:600;display:block}.auth-body .input-wrap{background:var(--surface-alt);border:1px solid var(--border);border-radius:12px;align-items:center;padding:0 14px;transition:all .2s;display:flex;position:relative}.auth-body .input-wrap:focus-within{border-color:var(--royal);box-shadow:0 0 0 3px #2563eb1f}.auth-body .input-wrap svg{width:17px;height:17px;color:var(--text-tertiary);flex-shrink:0}.auth-body .input-wrap input,.auth-body .input-wrap select{width:100%;color:var(--text);background:0 0;border:none;outline:none;flex:1;padding:13px 10px;font-size:14.5px}.auth-body .input-wrap button.eye{color:var(--text-tertiary);align-items:center;padding:6px;display:flex}.auth-body .input-wrap button.eye svg{width:17px;height:17px}.auth-body .row-2{grid-template-columns:1fr 1fr;gap:14px;display:grid}.auth-body .check-row{align-items:flex-start;gap:10px;margin-bottom:22px;display:flex}.auth-body .check-row input{width:18px;height:18px;accent-color:var(--royal);flex-shrink:0;margin-top:1px}.auth-body .check-row label{color:var(--text-secondary);font-size:13px;line-height:1.5}.auth-body .check-row a{color:var(--royal);font-weight:600}.auth-body .between-row{justify-content:space-between;align-items:center;margin-bottom:22px;display:flex}.auth-body .between-row label{color:var(--text-secondary);align-items:center;gap:8px;font-size:13px;display:flex}.auth-body .between-row input{accent-color:var(--royal)}.auth-body .link-btn{color:var(--royal);font-size:13px;font-weight:600}.auth-body .btn{border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;padding:13px 22px;font-size:14.5px;font-weight:600;transition:all .2s;display:inline-flex}.auth-body .btn:active{transform:scale(.98)}.auth-body .btn:disabled{opacity:.5;cursor:not-allowed}.auth-body .btn-primary{background:linear-gradient(135deg, var(--royal), var(--navy));color:#fff}.auth-body .btn-primary:hover:not(:disabled){filter:brightness(1.08)}.auth-body .btn-ghost{background:var(--surface-alt);border:1px solid var(--border);color:var(--text)}.auth-body .btn-ghost:hover{border-color:var(--royal)}.auth-body .divider{color:var(--text-tertiary);align-items:center;gap:12px;margin:24px 0;font-size:12.5px;display:flex}.auth-body .divider:before,.auth-body .divider:after{content:"";background:var(--border);flex:1;height:1px}.auth-body .social-row{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:8px;display:grid}.auth-body .social-btn{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:12px;justify-content:center;align-items:center;gap:9px;padding:12px;font-size:13.5px;font-weight:600;display:flex}.auth-body .social-btn:hover{border-color:var(--royal)}.auth-body .social-btn svg{width:17px;height:17px}.auth-body .foot-link{text-align:center;color:var(--text-secondary);margin-top:26px;font-size:13.5px}.auth-body .foot-link a,.auth-body .foot-link button{color:var(--royal);font-weight:600}.auth-body .biometric-row{justify-content:center;margin:22px 0 6px;display:flex}.auth-body .biometric-btn{background:var(--surface-alt);border:1px solid var(--border);width:56px;height:56px;color:var(--royal);border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.auth-body .biometric-btn:hover{border-color:var(--royal);transform:scale(1.05)}.auth-body .biometric-btn svg{width:24px;height:24px}.auth-body .trust-note{background:var(--surface-alt);border-radius:12px;align-items:flex-start;gap:10px;margin-top:24px;padding:13px 14px;display:flex}.auth-body .trust-note svg{width:16px;height:16px;color:var(--emerald);flex-shrink:0;margin-top:1px}.auth-body .trust-note span{color:var(--text-secondary);font-size:12px;line-height:1.5}.auth-body .stepper{align-items:center;margin-bottom:30px;display:flex}.auth-body .step-dot{background:var(--surface-alt);border:1.5px solid var(--border);width:30px;height:30px;color:var(--text-tertiary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12.5px;font-weight:700;transition:all .3s;display:flex}.auth-body .step-dot.active{background:var(--royal);border-color:var(--royal);color:#fff}.auth-body .step-dot.done{background:var(--emerald);border-color:var(--emerald);color:#fff}.auth-body .step-line{background:var(--border);flex:1;height:2px;margin:0 4px}.auth-body .step-line.done{background:var(--emerald)}.auth-body .step-labels{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.02em;justify-content:space-between;margin-top:8px;margin-bottom:24px;font-size:10.5px;font-weight:600;display:flex}.auth-body .pw-strength{margin-top:-6px;margin-bottom:18px}.auth-body .pw-track{background:var(--surface-alt);border-radius:100px;gap:3px;height:5px;margin-bottom:6px;display:flex;overflow:hidden}.auth-body .pw-seg{background:var(--border);border-radius:100px;flex:1;transition:all .3s}.auth-body .pw-label{color:var(--text-tertiary);font-size:11.5px;font-weight:600}.auth-body .otp-row{justify-content:center;gap:10px;margin-bottom:22px;display:flex}.auth-body .otp-box{background:var(--surface-alt);border:1px solid var(--border);text-align:center;width:50px;height:58px;color:var(--text);border-radius:12px;font-family:JetBrains Mono,monospace;font-size:22px;font-weight:700}.auth-body .otp-box:focus{border-color:var(--royal);box-shadow:0 0 0 3px #2563eb1f}.auth-body .resend-row{text-align:center;color:var(--text-secondary);margin-bottom:24px;font-size:13px}.auth-body .resend-row button{color:var(--royal);font-weight:600}.auth-body .resend-row button:disabled{color:var(--text-tertiary);cursor:default}.auth-body .upload-zone{border:1.5px dashed var(--border);text-align:center;cursor:pointer;border-radius:14px;margin-bottom:14px;padding:24px;transition:all .2s;position:relative}.auth-body .upload-zone:hover{border-color:var(--royal);background:var(--surface-alt)}.auth-body .upload-zone.filled{border-style:solid;border-color:var(--emerald);background:#10b9810d}.auth-body .upload-zone svg{width:26px;height:26px;color:var(--text-tertiary);margin:0 auto 10px}.auth-body .upload-zone.filled svg{color:var(--emerald)}.auth-body .upload-zone b{color:var(--text);margin-bottom:3px;font-size:13.5px;display:block}.auth-body .upload-zone span{color:var(--text-tertiary);font-size:11.5px}.auth-body .upload-zone input[type=file]{opacity:0;cursor:pointer;position:absolute;inset:0}.auth-body .id-type-row{grid-template-columns:1fr 1fr 1fr;gap:10px;margin-bottom:18px;display:grid}.auth-body .id-type-opt{text-align:center;border:1.5px solid var(--border);background:var(--surface-alt);color:var(--text-secondary);border-radius:11px;padding:12px 8px;font-size:12px;font-weight:600}.auth-body .id-type-opt.selected{border-color:var(--royal);color:var(--royal);background:#2563eb0f}.auth-body .id-type-opt svg{width:20px;height:20px;margin:0 auto 6px}.auth-body .selfie-frame{background:var(--surface-alt);border:2.5px dashed var(--border);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:140px;height:140px;margin:0 auto 18px;transition:all .3s;display:flex;position:relative}.auth-body .selfie-frame.captured{border-style:solid;border-color:var(--emerald);background:#10b98114}.auth-body .selfie-frame svg{width:46px;height:46px;color:var(--text-tertiary)}.auth-body .selfie-frame.captured svg{color:var(--emerald)}.auth-body .success-wrap{text-align:center;padding:10px 0 0}.auth-body .success-circle{background:#10b9811f;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;margin:0 auto 26px;display:flex}.auth-body .success-circle svg{width:42px;height:42px;color:var(--emerald)}.auth-body .checkmark-path{stroke-dasharray:30;stroke-dashoffset:30px;animation:.5s .15s forwards auth-draw}@keyframes auth-draw{to{stroke-dashoffset:0}}.auth-body .success-summary{background:var(--surface-alt);text-align:left;border-radius:14px;margin:24px 0;padding:18px}.auth-body .success-summary .sr{justify-content:space-between;padding:8px 0;font-size:13.5px;display:flex}.auth-body .success-summary .sr:not(:last-child){border-bottom:1px solid var(--border-soft)}.auth-body .mfa-methods{flex-direction:column;gap:10px;margin-bottom:24px;display:flex}.auth-body .mfa-method{border:1.5px solid var(--border);text-align:left;border-radius:13px;align-items:center;gap:14px;width:100%;padding:14px 16px;transition:all .2s;display:flex}.auth-body .mfa-method.selected{border-color:var(--royal);background:#2563eb0d}.auth-body .mfa-method .mi{background:var(--surface-alt);width:38px;height:38px;color:var(--royal);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.auth-body .mfa-method .mi svg{width:18px;height:18px}.auth-body .mfa-method b{color:var(--text);font-size:13.5px;display:block}.auth-body .mfa-method span{color:var(--text-tertiary);font-size:11.5px}.auth-body .radio-dot{border:1.5px solid var(--border);border-radius:50%;flex-shrink:0;width:18px;height:18px;margin-left:auto;position:relative}.auth-body .mfa-method.selected .radio-dot{border-color:var(--royal)}.auth-body .mfa-method.selected .radio-dot:after{content:"";background:var(--royal);border-radius:50%;position:absolute;inset:3px}.auth-body .auth-error{color:var(--error);background:#ef44441a;border:1px solid #ef444433;border-radius:10px;margin-bottom:18px;padding:10px 14px;font-size:13px}@media (width<=920px){.auth-body .brand-panel{display:none}.auth-body .mobile-logo{display:flex}.auth-body .auth-panel{padding:36px 20px}}@media (width<=480px){.auth-body .otp-box{width:42px;height:52px;font-size:19px}.auth-body .id-type-row{grid-template-columns:1fr 1fr}}.dashboard-theme{--navy:#0a2540;--navy-deep:#071a30;--royal:#2563eb;--royal-light:#3b82f6;--emerald:#10b981;--emerald-light:#34d399;--bg:#f8fafc;--surface:#fff;--surface-alt:#f1f5f9;--surface-raised:#fff;--text:#0f172a;--text-secondary:#64748b;--text-tertiary:#94a3b8;--border:#e2e8f0;--border-soft:#edf1f6;--success:#10b981;--warning:#f59e0b;--error:#ef4444;--glass-bg:#ffffffb3;--glass-border:#fff9;--r-sm:10px;--r-md:16px;--r-lg:22px;--shadow-sm:0 2px 8px #0a25400f;--shadow-md:0 10px 28px #0a254017;--shadow-lg:0 24px 60px #0a254026;--neu-light:-6px -6px 14px #fffc, 6px 6px 14px #0a254014;--sidebar-w:248px;background:var(--bg);color:var(--text);flex-direction:column;min-height:100vh;font-family:Inter,sans-serif;display:flex}.dashboard-theme[data-theme=dark]{--bg:#070d18;--surface:#0e1a2e;--surface-alt:#0b1422;--surface-raised:#ffffff0b;--text:#f1f5f9;--text-secondary:#94a6c2;--text-tertiary:#5a6f8f;--border:#ffffff14;--border-soft:#ffffff0d;--glass-bg:#101a2ca6;--glass-border:#ffffff14;--shadow-sm:0 2px 10px #00000059;--shadow-md:0 10px 30px #00000073;--shadow-lg:0 30px 70px #0009;--neu-light:-6px -6px 14px #ffffff05, 6px 6px 14px #00000073}.dashboard-theme .font-display{font-family:Space Grotesk,sans-serif}.dashboard-theme .font-mono{font-family:JetBrains Mono,monospace}.dashboard-theme button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}.dashboard-theme input,.dashboard-theme select,.dashboard-theme textarea{color:inherit;background:0 0;border:none;outline:none;font-family:inherit}.dashboard-theme a{color:inherit;text-decoration:none}.dashboard-theme svg{display:block}.dashboard-theme .icon{flex-shrink:0;width:18px;height:18px}.dashboard-theme ::selection{background:var(--emerald);color:#fff}.dashboard-theme a:focus-visible,.dashboard-theme button:focus-visible,.dashboard-theme input:focus-visible,.dashboard-theme select:focus-visible{outline:2px solid var(--royal);outline-offset:2px;border-radius:6px}.dashboard-theme .app{text-align:left;width:100%;min-height:100vh;display:flex}.dashboard-theme .sidebar{width:var(--sidebar-w);background:var(--navy);color:#fff;z-index:50;flex-direction:column;flex-shrink:0;transition:all .3s;display:flex;position:fixed;top:0;bottom:0;left:0}.dashboard-theme[data-theme=dark] .sidebar{border-right:1px solid var(--border);background:#0a1626}.dashboard-theme .sb-logo{align-items:center;gap:10px;padding:26px 24px 22px;font-family:Space Grotesk,sans-serif;font-size:19px;font-weight:700;display:flex}.dashboard-theme .sb-logo .mark{background:linear-gradient(135deg, var(--emerald), var(--royal));border-radius:9px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.dashboard-theme .sb-logo .mark svg{color:#fff;width:17px;height:17px}.dashboard-theme .sb-nav{flex:1;padding:6px 14px;overflow-y:auto}.dashboard-theme .sb-section-lbl{text-transform:uppercase;letter-spacing:.08em;color:#ffffff59;text-align:left;padding:18px 12px 8px;font-size:11px;font-weight:600}.dashboard-theme .sb-item{color:#ffffffa6;text-align:left;border-radius:11px;align-items:center;gap:13px;width:100%;margin-bottom:3px;padding:11px 14px;font-size:14px;font-weight:500;transition:all .2s;display:flex;position:relative}.dashboard-theme .sb-item svg{flex-shrink:0;width:18px;height:18px}.dashboard-theme .sb-item:hover{color:#fff;background:#ffffff0f}.dashboard-theme .sb-item.active{color:#fff;background:#ffffff1a}.dashboard-theme .sb-item.active:before{content:"";background:var(--emerald);border-radius:0 4px 4px 0;width:4px;height:18px;position:absolute;top:50%;left:-14px;transform:translateY(-50%)}.dashboard-theme .sb-badge{background:var(--emerald);color:#06281e;border-radius:100px;margin-left:auto;padding:2px 7px;font-size:10.5px;font-weight:700}.dashboard-theme .sb-foot{border-top:1px solid #ffffff14;padding:16px 14px 22px}.dashboard-theme .sb-user{border-radius:12px;align-items:center;gap:10px;padding:10px;display:flex}.dashboard-theme .sb-user:hover{background:#ffffff0f}.dashboard-theme .sb-user .av{background:linear-gradient(135deg, var(--royal-light), var(--emerald));border-radius:50%;flex-shrink:0;width:36px;height:36px}.dashboard-theme .sb-user .nm{color:#fff;font-size:13.5px;font-weight:600}.dashboard-theme .sb-user>div:last-child{flex:1;min-width:0}.dashboard-theme .sb-user .em{color:#ffffff73;text-overflow:ellipsis;white-space:nowrap;font-size:11.5px;overflow:hidden}.dashboard-theme .main{margin-left:var(--sidebar-w);background:var(--bg);flex-direction:column;flex:1;min-height:100vh;transition:margin-left .3s;display:flex}.dashboard-theme .topbar{z-index:40;background:var(--glass-bg);-webkit-backdrop-filter:blur(16px)saturate(160%);backdrop-filter:blur(16px)saturate(160%);border-bottom:1px solid var(--border);align-items:center;gap:20px;padding:16px 32px;display:flex;position:sticky;top:0}.dashboard-theme .topbar h1{color:var(--text);font-family:Space Grotesk,sans-serif;font-size:19px;font-weight:600}.dashboard-theme .searchbox{background:var(--surface-alt);border:1px solid var(--border);border-radius:11px;flex:1;align-items:center;gap:10px;max-width:360px;padding:9px 14px;display:flex}.dashboard-theme .searchbox input{color:var(--text);background:0 0;border:none;outline:none;flex:1;font-size:13.5px}.dashboard-theme .searchbox svg{width:16px;height:16px;color:var(--text-tertiary)}.dashboard-theme .top-actions{align-items:center;gap:10px;margin-left:auto;display:flex}.dashboard-theme .icon-btn{background:var(--surface-alt);border:1px solid var(--border);width:40px;height:40px;color:var(--text);border-radius:11px;justify-content:center;align-items:center;transition:all .2s;display:flex;position:relative}.dashboard-theme .icon-btn:hover{border-color:var(--royal)}.dashboard-theme .icon-btn svg{width:18px;height:18px}.dashboard-theme .dot-badge{background:var(--error);border:2px solid var(--bg);border-radius:50%;width:8px;height:8px;position:absolute;top:8px;right:8px}.dashboard-theme .profile-trigger{background:var(--surface-alt);border:1px solid var(--border);color:var(--text);border-radius:11px;align-items:center;gap:9px;padding:6px 10px 6px 6px;display:flex}.dashboard-theme .profile-trigger .av{background:linear-gradient(135deg, var(--royal-light), var(--emerald));border-radius:50%;width:30px;height:30px}.dashboard-theme .profile-trigger svg{width:14px;height:14px;color:var(--text-tertiary)}.dashboard-theme .sidebar-toggle{background:var(--surface-alt);width:40px;height:40px;color:var(--text);border:1px solid var(--border);border-radius:10px;justify-content:center;align-items:center;display:none}.dashboard-theme .dropdown{background:var(--surface);border:1px solid var(--border);width:340px;box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;z-index:60;text-align:left;border-radius:16px;padding:8px;transition:all .2s;position:absolute;top:60px;right:0;transform:translateY(-8px)}.dashboard-theme .dropdown.open{opacity:1;visibility:visible;transform:translateY(0)}.dashboard-theme .dd-head{justify-content:space-between;align-items:center;padding:12px 14px 8px;display:flex}.dashboard-theme .dd-head h4{color:var(--text);font-size:14px;font-weight:600}.dashboard-theme .dd-head button{color:var(--royal);font-size:12px;font-weight:600}.dashboard-theme .notif-item{border-radius:11px;gap:12px;padding:12px 14px;transition:all .15s;display:flex}.dashboard-theme .notif-item:hover{background:var(--surface-alt)}.dashboard-theme .notif-item .ni{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.dashboard-theme .notif-item .ni svg{width:16px;height:16px}.dashboard-theme .notif-item p{color:var(--text);margin-bottom:2px;font-size:13px;font-weight:600}.dashboard-theme .notif-item span{color:var(--text-tertiary);font-size:11.5px}.dashboard-theme .profile-menu{background:var(--surface);border:1px solid var(--border);width:230px;box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;z-index:60;text-align:left;border-radius:16px;padding:8px;transition:all .2s;position:absolute;top:60px;right:0;transform:translateY(-8px)}.dashboard-theme .profile-menu.open{opacity:1;visibility:visible;transform:translateY(0)}.dashboard-theme .pm-item{text-align:left;width:100%;color:var(--text);border-radius:10px;align-items:center;gap:11px;padding:10px 12px;font-size:13.5px;font-weight:500;display:flex}.dashboard-theme .pm-item:hover{background:var(--surface-alt)}.dashboard-theme .pm-item svg{width:16px;height:16px;color:var(--text-tertiary)}.dashboard-theme .relative{position:relative}.dashboard-theme .content{flex:1;padding:30px 32px 100px}.dashboard-theme .panel{display:none}.dashboard-theme .panel.active{animation:.35s db-fadein;display:block}@keyframes db-fadein{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.dashboard-theme .page-head{text-align:left;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:14px;margin-bottom:26px;display:flex}.dashboard-theme .page-head h2{color:var(--text);margin-bottom:4px;font-family:Space Grotesk,sans-serif;font-size:26px;font-weight:700}.dashboard-theme .page-head p{color:var(--text-secondary);font-size:14px}.dashboard-theme .card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);box-shadow:var(--shadow-sm)}.dashboard-theme .glass{background:var(--glass-bg);-webkit-backdrop-filter:blur(16px)saturate(160%);backdrop-filter:blur(16px)saturate(160%);border:1px solid var(--glass-border)}.dashboard-theme .pad-lg{padding:26px}.dashboard-theme .pad-md{padding:20px}.dashboard-theme .grid{gap:20px;display:grid}.dashboard-theme .cols-4{grid-template-columns:repeat(4,1fr)}.dashboard-theme .cols-3{grid-template-columns:repeat(3,1fr)}.dashboard-theme .cols-2{grid-template-columns:repeat(2,1fr)}.dashboard-theme .flex{display:flex}.dashboard-theme .between{justify-content:space-between}.dashboard-theme .center{align-items:center}.dashboard-theme .gap-8{gap:8px}.dashboard-theme .gap-10{gap:10px}.dashboard-theme .gap-12{gap:12px}.dashboard-theme .gap-16{gap:16px}.dashboard-theme .gap-20{gap:20px}.dashboard-theme .muted{color:var(--text-secondary)}.dashboard-theme .tmuted{color:var(--text-tertiary)}.dashboard-theme .mb-8{margin-bottom:8px}.dashboard-theme .mb-12{margin-bottom:12px}.dashboard-theme .mb-16{margin-bottom:16px}.dashboard-theme .mb-20{margin-bottom:20px}.dashboard-theme .mb-24{margin-bottom:24px}.dashboard-theme .bal-card{border-radius:var(--r-md);text-align:left;padding:22px;transition:transform .25s,box-shadow .25s;position:relative;overflow:hidden}.dashboard-theme .bal-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.dashboard-theme .bal-card .bi{border-radius:11px;justify-content:center;align-items:center;width:38px;height:38px;margin-bottom:18px;display:flex}.dashboard-theme .bal-card .bi svg{width:18px;height:18px}.dashboard-theme .bal-card .blabel{color:var(--text-tertiary);margin-bottom:6px;font-size:12.5px}.dashboard-theme .bal-card .bamt{color:var(--text);margin-bottom:10px;font-family:JetBrains Mono,monospace;font-size:24px;font-weight:600}.dashboard-theme .bal-card .bdelta{border-radius:100px;align-items:center;gap:4px;padding:3px 9px;font-size:11.5px;font-weight:600;display:inline-flex}.dashboard-theme .bdelta.up{color:var(--emerald);background:#10b9811f}.dashboard-theme .bdelta.down{color:var(--error);background:#ef44441f}.dashboard-theme .spark{opacity:.5;width:90px;height:40px;position:absolute;bottom:0;right:0}.dashboard-theme .btn{cursor:pointer;border-radius:11px;justify-content:center;align-items:center;gap:8px;padding:11px 20px;font-size:13.5px;font-weight:600;transition:all .2s;display:inline-flex}.dashboard-theme .btn:active{transform:scale(.97)}.dashboard-theme .btn-primary{background:linear-gradient(135deg, var(--royal), var(--navy));color:#fff}.dashboard-theme .btn-primary:hover{filter:brightness(1.08)}.dashboard-theme .btn-ghost{background:var(--surface-alt);border:1px solid var(--border);color:var(--text)}.dashboard-theme .btn-ghost:hover{border-color:var(--royal)}.dashboard-theme .btn-emerald{background:linear-gradient(135deg, var(--emerald), #0d9468);color:#fff}.dashboard-theme .btn-danger{color:var(--error);background:#ef44441a}.dashboard-theme .btn-sm{padding:8px 14px;font-size:12.5px}.dashboard-theme .btn-icon{border-radius:10px;width:38px;height:38px;padding:0}.dashboard-theme .tabs{background:var(--surface-alt);border-radius:13px;flex-wrap:wrap;gap:6px;width:fit-content;margin-bottom:24px;padding:5px;display:flex}.dashboard-theme .tab-btn{color:var(--text-secondary);border-radius:9px;padding:9px 18px;font-size:13.5px;font-weight:600;transition:all .2s}.dashboard-theme .tab-btn.active{background:var(--surface);color:var(--text);box-shadow:var(--shadow-sm)}.dashboard-theme .tab-content{display:none}.dashboard-theme .tab-content.active{animation:.3s db-fadein;display:block}.dashboard-theme .table-wrap{width:100%;overflow-x:auto}.dashboard-theme table{border-collapse:collapse;text-align:left;width:100%}.dashboard-theme th{text-align:left;text-transform:uppercase;letter-spacing:.04em;color:var(--text-tertiary);padding:0 16px 12px;font-size:11.5px;font-weight:600}.dashboard-theme td{border-top:1px solid var(--border-soft);color:var(--text);padding:14px 16px;font-size:13.5px}.dashboard-theme tr.tx-row:hover td{background:var(--surface-alt)}.dashboard-theme .tx-desc{align-items:center;gap:12px;display:flex}.dashboard-theme .tx-icon{background:var(--surface-alt);width:36px;height:36px;color:var(--royal);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.dashboard-theme .tx-icon svg{width:16px;height:16px}.dashboard-theme .tx-name{font-size:13.5px;font-weight:600}.dashboard-theme .tx-sub{color:var(--text-tertiary);font-size:11.5px}.dashboard-theme .amt-pos{color:var(--emerald);font-family:JetBrains Mono,monospace;font-weight:600}.dashboard-theme .amt-neg{color:var(--text);font-family:JetBrains Mono,monospace;font-weight:600}.dashboard-theme .status-pill{border-radius:100px;align-items:center;gap:5px;padding:4px 10px;font-size:11.5px;font-weight:600;display:inline-flex}.dashboard-theme .status-pill.completed{color:var(--emerald);background:#10b9811f}.dashboard-theme .status-pill.pending{color:var(--warning);background:#f59e0b1f}.dashboard-theme .status-pill.otp_pending{color:var(--royal);background:#2563eb1f}.dashboard-theme .status-pill.failed{color:var(--error);background:#ef44441f}.dashboard-theme .status-pill.cancelled{color:var(--text-secondary);background:#94a3b826}.dashboard-theme .cat-chip{background:var(--surface-alt);border:1px solid var(--border);color:var(--text-secondary);border-radius:100px;padding:4px 10px;font-size:11.5px;font-weight:600}.dashboard-theme .filter-bar{text-align:left;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:20px;display:flex}.dashboard-theme .filter-input{background:var(--surface);border:1px solid var(--border);color:var(--text);border-radius:11px;align-items:center;gap:8px;padding:10px 14px;font-size:13.5px;display:flex}.dashboard-theme .filter-input svg{width:15px;height:15px;color:var(--text-tertiary)}.dashboard-theme .filter-input input,.dashboard-theme .filter-input select{min-width:120px;color:var(--text);background:0 0;border:none;font-size:13.5px}.dashboard-theme .progress-track{background:var(--surface-alt);border-radius:100px;width:100%;height:8px;overflow:hidden}.dashboard-theme .progress-fill{background:linear-gradient(90deg, var(--royal), var(--emerald));border-radius:100px;height:100%;transition:width .6s}.dashboard-theme .toggle{background:var(--surface-alt);width:48px;height:28px;box-shadow:var(--neu-light);cursor:pointer;border-radius:100px;flex-shrink:0;transition:all .25s;position:relative}.dashboard-theme .toggle:after{content:"";background:#fff;border-radius:50%;width:22px;height:22px;transition:all .25s;position:absolute;top:3px;left:3px;box-shadow:0 2px 6px #00000040}.dashboard-theme .toggle.on{background:var(--emerald)}.dashboard-theme .toggle.on:after{transform:translate(20px)}.dashboard-theme .acc-card{border-radius:var(--r-md);text-align:left;padding:24px}.dashboard-theme .acc-type{text-transform:uppercase;letter-spacing:.05em;color:var(--royal);margin-bottom:8px;font-size:11.5px;font-weight:700}.dashboard-theme .acc-name{color:var(--text);margin-bottom:18px;font-family:Space Grotesk,sans-serif;font-size:17px;font-weight:600}.dashboard-theme .acc-row{border-top:1px solid var(--border-soft);justify-content:space-between;align-items:center;padding:11px 0;display:flex}.dashboard-theme .acc-row .al{color:var(--text-tertiary);font-size:12px}.dashboard-theme .acc-row .av2{color:var(--text);font-family:JetBrains Mono,monospace;font-size:13.5px;font-weight:500}.dashboard-theme .copy-btn{background:var(--surface-alt);cursor:pointer;width:28px;height:28px;color:var(--text-secondary);border-radius:8px;justify-content:center;align-items:center;display:flex}.dashboard-theme .copy-btn:hover{border:1px solid var(--royal);color:var(--royal)}.dashboard-theme .copy-btn svg{width:13px;height:13px}.dashboard-theme .copy-toast{background:var(--navy);color:#fff;box-shadow:var(--shadow-lg);opacity:0;z-index:200;pointer-events:none;border-radius:100px;align-items:center;gap:8px;padding:12px 22px;font-size:13.5px;font-weight:600;transition:all .3s;display:flex;position:fixed;bottom:30px;left:50%;transform:translate(-50%)translateY(20px)}.dashboard-theme .copy-toast.show{opacity:1;transform:translate(-50%)translateY(0)}.dashboard-theme .copy-toast svg{width:15px;height:15px;color:var(--emerald-light)}.dashboard-theme .bank-card-visual{aspect-ratio:1.586;background:linear-gradient(135deg, var(--navy), #1a3a60 60%, #123a3c);color:#fff;width:100%;max-width:340px;box-shadow:var(--shadow-md);text-align:left;border-radius:18px;padding:24px;transition:all .4s;position:relative;overflow:hidden}.dashboard-theme .bank-card-visual.virtual{background:linear-gradient(135deg, var(--royal), #1e3a8a 60%, #0d2440)}.dashboard-theme .bank-card-visual.frozen{filter:grayscale(.85)brightness(.75)}.dashboard-theme .bcv-top{justify-content:space-between;margin-bottom:34px;display:flex}.dashboard-theme .bcv-chip{background:linear-gradient(135deg,#d4af37,#f1cf6e);border-radius:6px;width:38px;height:27px}.dashboard-theme .bcv-network{text-transform:lowercase;font-family:Space Grotesk,sans-serif;font-size:14px;font-weight:700}.dashboard-theme .bcv-num{letter-spacing:.14em;margin-bottom:20px;font-family:JetBrains Mono,monospace;font-size:17px}.dashboard-theme .bcv-bottom{color:#fff9;justify-content:space-between;font-size:11px;display:flex}.dashboard-theme .bcv-bottom b{color:#fff;margin-top:2px;font-family:Space Grotesk,sans-serif;font-size:13px;display:block}.dashboard-theme .frozen-overlay{opacity:0;background:#060c168c;flex-direction:column;justify-content:center;align-items:center;gap:8px;transition:all .3s;display:flex;position:absolute;inset:0}.dashboard-theme .bank-card-visual.frozen .frozen-overlay{opacity:1}.dashboard-theme .frozen-overlay svg{color:#fff;width:26px;height:26px}.dashboard-theme .frozen-overlay span{color:#fff;letter-spacing:.03em;font-size:12.5px;font-weight:700}.dashboard-theme input[type=range]{-webkit-appearance:none;background:var(--surface-alt);border-radius:100px;outline:none;width:100%;height:6px}.dashboard-theme input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:var(--royal);cursor:pointer;border-radius:50%;width:20px;height:20px;box-shadow:0 2px 8px #2563eb66}.dashboard-theme .form-field{text-align:left;margin-bottom:18px}.dashboard-theme .form-field label{color:var(--text-secondary);margin-bottom:7px;font-size:12.5px;font-weight:600;display:block}.dashboard-theme .form-field input,.dashboard-theme .form-field select,.dashboard-theme .form-field textarea{background:var(--surface-alt);border:1px solid var(--border);width:100%;color:var(--text);border-radius:11px;padding:12px 14px;font-size:14px}.dashboard-theme .form-field input:focus,.dashboard-theme .form-field select:focus{border-color:var(--royal);background:var(--surface)}.dashboard-theme .input-amount{background:var(--surface-alt);border:1px solid var(--border);border-radius:11px;align-items:center;padding:12px 14px;display:flex}.dashboard-theme .input-amount span{color:var(--text-tertiary);margin-right:6px;font-weight:600}.dashboard-theme .input-amount input{width:100%;color:var(--text);background:0 0;border:none;font-family:JetBrains Mono,monospace;font-size:18px;font-weight:600}.dashboard-theme .benef-item{border:1px solid var(--border);text-align:left;border-radius:13px;align-items:center;gap:14px;margin-bottom:10px;padding:14px;display:flex}.dashboard-theme .benef-item .bav{background:linear-gradient(135deg, var(--royal-light), var(--emerald));border-radius:50%;flex-shrink:0;width:42px;height:42px}.dashboard-theme .benef-item b{color:var(--text);font-size:14px;display:block}.dashboard-theme .benef-item span{color:var(--text-tertiary);font-size:12px}.dashboard-theme .empty-state{text-align:center;padding:60px 20px}.dashboard-theme .empty-state .ei{background:var(--surface-alt);width:64px;height:64px;color:var(--text-tertiary);border-radius:18px;justify-content:center;align-items:center;margin:0 auto 18px;display:flex}.dashboard-theme .empty-state .ei svg{width:28px;height:28px}.dashboard-theme .empty-state h4{color:var(--text);margin-bottom:6px;font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:600}.dashboard-theme .empty-state p{color:var(--text-secondary);max-width:280px;margin:0 auto;font-size:13.5px}.dashboard-theme .skeleton{background:linear-gradient(90deg, var(--surface-alt) 25%, var(--border-soft) 50%, var(--surface-alt) 75%);background-size:200% 100%;border-radius:10px;animation:1.4s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.dashboard-theme .goal-card{border-radius:var(--r-md);text-align:left;padding:20px}.dashboard-theme .goal-top{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.dashboard-theme .goal-icon{border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.dashboard-theme .chart-box{width:100%;height:260px;position:relative}.dashboard-theme .chart-box.sm{height:200px}.dashboard-theme .legend-row{text-align:left;flex-direction:column;gap:10px;margin-top:6px;display:flex}.dashboard-theme .legend-item{color:var(--text);align-items:center;gap:10px;font-size:13px;display:flex}.dashboard-theme .legend-dot{border-radius:3px;flex-shrink:0;width:10px;height:10px}.dashboard-theme .legend-item .lv{margin-left:auto;font-family:JetBrains Mono,monospace;font-weight:600}.dashboard-theme .fab-wrap{z-index:80;position:fixed;bottom:28px;right:32px}.dashboard-theme .fab{background:linear-gradient(135deg, var(--royal), var(--emerald));color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;transition:all .3s;display:flex;box-shadow:0 14px 30px #2563eb66}.dashboard-theme .fab svg{width:24px;height:24px;transition:all .3s}.dashboard-theme .fab.open svg{transform:rotate(45deg)}.dashboard-theme .fab-menu{opacity:0;visibility:hidden;flex-direction:column;align-items:flex-end;gap:10px;transition:all .25s;display:flex;position:absolute;bottom:72px;right:0;transform:translateY(10px)}.dashboard-theme .fab-menu.open{opacity:1;visibility:visible;transform:translateY(0)}.dashboard-theme .fab-item{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-md);white-space:nowrap;cursor:pointer;color:var(--text);border-radius:100px;align-items:center;gap:10px;padding:10px 16px;font-size:13px;font-weight:600;display:flex}.dashboard-theme .fab-item svg{width:16px;height:16px;color:var(--royal)}.dashboard-theme .insight-card{border:1px solid var(--border);text-align:left;border-radius:14px;gap:14px;padding:18px;display:flex}.dashboard-theme .insight-card .ii{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.dashboard-theme .insight-card .ii svg{width:17px;height:17px}.dashboard-theme .kyc-step{border-bottom:1px solid var(--border-soft);text-align:left;gap:16px;padding:18px 0;display:flex}.dashboard-theme .kyc-step:last-child{border-bottom:none}.dashboard-theme .kyc-num{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:700;display:flex}.dashboard-theme .kyc-num.done{color:var(--emerald);background:#10b98126}.dashboard-theme .kyc-num.pending{background:var(--surface-alt);color:var(--text-tertiary);border:1px solid var(--border)}.dashboard-theme .otp-progress{justify-content:space-between;align-items:center;width:100%;margin-bottom:1.5rem;display:flex}.dashboard-theme .otp-step{align-items:center;gap:.5rem;display:flex;position:relative}.dashboard-theme .otp-step-dot{border:1px solid var(--border);background:var(--surface-alt);width:28px;height:28px;color:var(--text-secondary);border-radius:50%;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;display:flex}.dashboard-theme .otp-step.active .otp-step-dot{border-color:var(--royal);background:var(--royal);color:#fff}.dashboard-theme .otp-step.done .otp-step-dot{border-color:var(--emerald);background:var(--emerald);color:#fff}.dashboard-theme .otp-step.done .otp-step-dot svg{color:#fff;width:14px;height:14px}.dashboard-theme .otp-step-label{color:var(--text-muted);font-size:.8rem;font-weight:600}.dashboard-theme .otp-step.active .otp-step-label{color:var(--text)}.dashboard-theme .otp-step-line{background:var(--border);width:60px;height:2px}.dashboard-theme .otp-step-line.done{background:var(--emerald)}.dashboard-theme .otp-icon{text-align:center;margin:1rem 0;font-size:2rem}.dashboard-theme .otp-title{text-align:center;color:var(--text);margin-bottom:.5rem;font-size:1.3rem;font-weight:700}.dashboard-theme .otp-desc{color:var(--text-secondary);text-align:center;margin-bottom:1.5rem;font-size:.9rem}.dashboard-theme .otp-stage-info{color:var(--text-tertiary);text-align:center;text-transform:uppercase;margin-top:-1rem;margin-bottom:1.5rem;font-size:.75rem;font-weight:600}.dashboard-theme .otp-form{flex-direction:column;gap:1rem;width:100%;display:flex}.dashboard-theme .otp-input-group{justify-content:center;display:flex}.dashboard-theme .otp-input{border-radius:var(--radius-sm);border:1px solid var(--border);text-align:center;background:var(--surface-alt);width:100%;max-width:280px;color:var(--text);padding:.75rem 1rem;font-family:JetBrains Mono,monospace;font-size:1.25rem;font-weight:600}.dashboard-theme .otp-input:focus{border-color:var(--royal);box-shadow:0 0 0 3px #2563eb26}.dashboard-theme .otp-actions{gap:1rem;margin-top:1rem;display:flex}.dashboard-theme .otp-actions button{flex:1}.dashboard-theme .success-animation{justify-content:center;margin-bottom:1.5rem;display:flex}.dashboard-theme .success-circle{width:64px;height:64px;color:var(--emerald);background:#10b98126;border-radius:50%;justify-content:center;align-items:center;display:flex}.dashboard-theme .success-circle svg{width:32px;height:32px}.dashboard-theme .success-title{text-align:center;color:var(--text);margin-bottom:.5rem;font-size:1.3rem;font-weight:700}.dashboard-theme .success-desc{color:var(--text-secondary);text-align:center;margin-bottom:1.5rem;font-size:.9rem}.dashboard-theme .success-summary{background:var(--surface-alt);border-radius:var(--radius-md);border:1px solid var(--border);flex-direction:column;gap:.75rem;margin-bottom:1.5rem;padding:1.25rem;display:flex}.dashboard-theme .summary-row{justify-content:space-between;font-size:.85rem;display:flex}.dashboard-theme .summary-row span{color:var(--text-muted)}.dashboard-theme .summary-row strong{color:var(--text);font-weight:600}.dashboard-theme .status-badge{text-transform:uppercase;border-radius:100px;padding:.25rem .6rem;font-size:.75rem;font-weight:600}.dashboard-theme .status-badge.status-pending{color:#f59e0b;background:#f59e0b26}.dashboard-theme .success-actions{gap:1rem;display:flex}.dashboard-theme .success-actions button{flex:1}.dashboard-theme .transfer-layout{grid-template-columns:1.6fr 1fr;gap:20px;display:grid}@media (width<=900px){.dashboard-theme .transfer-layout{grid-template-columns:1fr}}.dashboard-theme .transfer-sidebar{flex-direction:column;gap:20px;display:flex}.dashboard-theme .info-card{text-align:left;padding:1.5rem}.dashboard-theme .info-title{color:var(--text);text-transform:uppercase;letter-spacing:.03em;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.95rem;font-weight:700;display:flex}.dashboard-theme .info-title svg{width:18px;height:18px;color:var(--royal)}.dashboard-theme .info-text{color:var(--text-secondary);font-size:.85rem;line-height:1.5}.dashboard-theme .info-stages{flex-direction:column;gap:.75rem;margin-top:1rem;display:flex}.dashboard-theme .info-stage{align-items:center;gap:.75rem;display:flex}.dashboard-theme .info-stage-icon{font-size:1.25rem}.dashboard-theme .info-stage strong{color:var(--text);font-size:.85rem;display:block}.dashboard-theme .info-stage p{color:var(--text-secondary);font-size:.75rem}.dashboard-theme .info-list{color:var(--text-secondary);flex-direction:column;gap:.4rem;margin-top:.75rem;padding-left:1.25rem;font-size:.85rem;display:flex}@media (width<=1100px){.dashboard-theme .cols-4,.dashboard-theme .cols-3{grid-template-columns:repeat(2,1fr)}}@media (width<=900px){.dashboard-theme .sidebar{transform:translate(-100%)}.dashboard-theme .sidebar.open{transform:translate(0)}.dashboard-theme .main{margin-left:0}.dashboard-theme .sidebar-toggle{display:flex}.dashboard-theme .searchbox{display:none}}@media (width<=640px){.dashboard-theme .cols-4,.dashboard-theme .cols-3,.dashboard-theme .cols-2{grid-template-columns:1fr}.dashboard-theme .content{padding:20px 16px 90px}.dashboard-theme .topbar{padding:14px 16px}.dashboard-theme .page-head h2{font-size:21px}.dashboard-theme .dropdown,.dashboard-theme .profile-menu{width:auto;position:fixed;left:16px;right:16px}}.admin-layout{background:radial-gradient(circle at 0% 0%, #6366f10d 0%, transparent 40%), radial-gradient(circle at 100% 100%, #8b5cf60d 0%, transparent 40%), var(--bg-base);min-height:100vh;display:flex}.admin-sidebar{-webkit-backdrop-filter:blur(16px);border-right:1px solid var(--border);z-index:100;background:#111827b3;flex-direction:column;width:280px;height:100vh;display:flex;position:sticky;top:0}.admin-brand{border-bottom:1px solid var(--border);flex-shrink:0;align-items:center;gap:.85rem;padding:2rem 1.5rem;display:flex}.admin-brand-icon{border-radius:var(--radius-sm);background:linear-gradient(135deg,#6366f126,#8b5cf626);border:1px solid #6366f140;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.7rem;display:flex}.admin-brand-name{color:var(--text-heading);letter-spacing:-.02em;font-size:1.1rem;font-weight:800}.admin-brand-role{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;font-size:.7rem;font-weight:700}.admin-nav{flex-direction:column;flex:1;gap:.2rem;padding:1.3rem .85rem;display:flex;overflow-y:auto}.admin-nav::-webkit-scrollbar{width:5px}.admin-nav::-webkit-scrollbar-track{background:0 0}.admin-nav::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}.admin-nav::-webkit-scrollbar-thumb:hover{background:#6366f159}.admin-nav-item{border-radius:var(--radius-sm);color:var(--text-muted);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.85rem;width:100%;padding:.8rem 1rem;font-size:.92rem;font-weight:500;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.admin-nav-item:hover{background:var(--bg-hover);color:var(--text-heading);transform:translate(4px)}.admin-nav-item.active{color:var(--primary-light);border-left:3px solid var(--primary);background:linear-gradient(90deg,#6366f126 0%,#6366f108 100%);padding-left:calc(1rem - 3px);font-weight:600}.admin-nav-icon{font-size:1.25rem}.admin-sidebar-footer{border-top:1px solid var(--border);background:#0a0b1466;flex-shrink:0;padding:1.5rem}.admin-user-info{align-items:center;gap:.75rem;display:flex}.admin-avatar{background:var(--grad-primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;font-weight:800;display:flex;box-shadow:0 4px 12px #6366f140}.admin-avatar.sm{width:32px;height:32px;box-shadow:none;font-size:.8rem}.admin-user-name{color:var(--text-heading);font-size:.7rem;font-weight:600}.admin-user-role{color:var(--text-muted);font-size:.72rem}.admin-main{flex:1;width:100%;max-width:1400px;margin:0 auto;padding:1.5rem;overflow-y:auto}.admin-page-title{color:var(--text-heading);letter-spacing:-.03em;margin-bottom:1.75rem;font-size:1.6rem;font-weight:800;position:relative}.admin-page-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:2rem;display:flex}.admin-search{gap:.5rem;display:flex}.admin-search input{border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);background:#11182799;outline:none;min-width:280px;padding:.65rem 1.25rem;font-size:.9rem;transition:all .2s}.admin-search input:focus{border-color:var(--border-focus);background:#111827d9;box-shadow:0 0 0 3px #6366f126}.admin-toast{-webkit-backdrop-filter:blur(12px);border-radius:var(--radius-sm);color:#34d399;z-index:1000;box-shadow:var(--shadow-lg), 0 0 20px #10b98126;background:#111827f2;border:1px solid #10b98159;padding:1rem 1.5rem;font-size:.92rem;font-weight:600;animation:.35s cubic-bezier(.16,1,.3,1) slideIn;position:fixed;top:2rem;right:2rem}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.admin-stats-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}@media (width<=1100px){.admin-stats-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.admin-stats-grid{grid-template-columns:1fr}}.admin-stat{-webkit-backdrop-filter:blur(8px);border:1px solid var(--border);border-radius:var(--radius-md);cursor:default;background:#1118278c;flex-direction:column;align-items:flex-start;gap:.75rem;padding:1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.admin-stat:hover{box-shadow:var(--shadow-md), 0 8px 30px #0000004d;border-color:#ffffff26;transform:translateY(-4px)}.admin-stat-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.25rem;display:flex}.admin-stat-icon.blue{color:#22d3ee;background:#06b6d414;border:1px solid #06b6d433}.admin-stat-icon.green{color:#34d399;background:#10b98114;border:1px solid #10b98133}.admin-stat-icon.orange{color:#fbbf24;background:#f59e0b14;border:1px solid #f59e0b33}.admin-stat-icon.red{color:#f87171;background:#ef444414;border:1px solid #ef444433}.admin-stat-info{flex-direction:column;width:100%;display:flex}.admin-stat-val{color:var(--text-heading);letter-spacing:-.03em;margin-top:.25rem;font-size:1.15rem;font-weight:800;line-height:1.15}.admin-stat-lbl{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.62rem;font-weight:700}.card{-webkit-backdrop-filter:blur(12px);border:1px solid var(--border);border-radius:var(--radius-lg);background:#1118278c;margin-bottom:2rem;padding:2rem;box-shadow:0 10px 30px #0003}.card-title{color:var(--text-heading);letter-spacing:-.01em;font-size:1.15rem;font-weight:700}.card-subtitle{color:var(--text-muted);margin-top:.25rem;font-size:.85rem}.admin-table-container{border-radius:var(--radius-md);width:100%;overflow-x:auto}.admin-table{border-collapse:separate;border-spacing:0;width:100%;font-size:.9rem}.admin-table th{text-align:left;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);border-bottom:1px solid var(--border);background:#1118274d;padding:1rem 1.25rem;font-size:.72rem;font-weight:700}.admin-table td{border-bottom:1px solid var(--border);color:var(--text);vertical-align:middle;padding:1rem 1.25rem;transition:all .2s}.admin-table tr:hover td{background:#ffffff05}.admin-table tr:last-child td{border-bottom:none}.admin-user-cell{align-items:center;gap:.85rem;display:flex}.admin-cell-name{color:var(--text-heading);font-weight:600}.admin-cell-email{color:var(--text-muted);margin-top:.05rem;font-size:.75rem}.status-badge{text-transform:capitalize;letter-spacing:.02em;border-radius:99px;justify-content:center;align-items:center;padding:.25rem .75rem;font-size:.78rem;font-weight:700;display:inline-flex}.status-badge.status-done{color:#34d399;background:#10b9811a;border:1px solid #10b98133}.status-badge.status-pending{color:#fbbf24;background:#f59e0b1a;border:1px solid #f59e0b33}.status-badge.status-failed{color:#f87171;background:#ef44441a;border:1px solid #ef444433}.admin-actions{flex-wrap:wrap;gap:.5rem;display:flex}.admin-otp-layout{grid-template-columns:400px 1fr;align-items:start;gap:1.5rem;display:grid}@media (width<=1100px){.admin-otp-layout{grid-template-columns:1fr}}.otp-toggle-list{flex-direction:column;gap:1rem;margin-top:1.5rem;display:flex}.otp-toggle-item{border:1px solid var(--border);border-radius:var(--radius-md);background:#ffffff05;justify-content:space-between;align-items:center;padding:1.25rem;transition:all .2s;display:flex}.otp-toggle-item:hover{background:#ffffff08;border-color:#ffffff26}.otp-toggle-info{align-items:center;gap:1rem;display:flex}.otp-toggle-icon{font-size:1.6rem}.otp-toggle-name{color:var(--text-heading);font-size:.95rem;font-weight:700}.otp-toggle-desc{color:var(--text-muted);margin-top:.15rem;font-size:.8rem}.toggle-switch{flex-shrink:0;width:48px;height:26px;display:inline-block;position:relative}.toggle-switch input{opacity:0;width:0;height:0}.toggle-track{cursor:pointer;border:1px solid var(--border);background:#0000004d;border-radius:99px;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;inset:0}.toggle-track:after{content:"";background:var(--text-muted);border-radius:50%;width:18px;height:18px;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;bottom:3px;left:3px}.toggle-switch input:checked+.toggle-track{background:#6366f133;border-color:#6366f180}.toggle-switch input:checked+.toggle-track:after{background:var(--primary-light);transform:translate(22px);box-shadow:0 0 10px #6366f199}.code-pill{color:var(--primary-light);letter-spacing:.06em;background:#6366f114;border:1px solid #6366f133;border-radius:6px;padding:.25rem .75rem;font-family:Space Mono,Courier New,monospace;font-size:.88rem;font-weight:600}.modal-overlay{-webkit-backdrop-filter:blur(8px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.modal{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:520px;max-height:calc(100vh - 3rem);box-shadow:var(--shadow-lg), 0 0 40px #6366f11a;flex-direction:column;animation:.35s cubic-bezier(.16,1,.3,1) modalUp;display:flex;overflow:hidden}@keyframes modalUp{0%{opacity:0;transform:translateY(30px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.modal-header{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;padding:1.5rem 1.75rem;display:flex}.modal-header h3{letter-spacing:-.02em;font-size:1.15rem;font-weight:800}.modal-close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;font-size:1.2rem;transition:color .2s}.modal-close:hover{color:var(--text-heading)}.modal-body{flex:1;padding:1.75rem;overflow-y:auto}.modal form{flex-direction:column;flex:1;display:flex;overflow:hidden}.modal-desc{color:var(--text-muted);margin-bottom:1.5rem;font-size:.88rem;line-height:1.5}.modal-footer{border-top:1px solid var(--border);background:#0a0b144d;flex-shrink:0;justify-content:flex-end;gap:.75rem;padding:1.25rem 1.75rem;display:flex}.permissions-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}@media (width<=480px){.permissions-grid{grid-template-columns:1fr}}.logo-upload-container{border:1px dashed var(--border);border-radius:var(--radius-md);background:#ffffff05;align-items:center;gap:1.5rem;margin-top:.5rem;padding:1.25rem;display:flex}.logo-preview-box{border:1px solid var(--border);background:#00000040;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;display:flex;overflow:hidden}.logo-preview-box img{object-fit:contain;width:100%;height:100%}.logo-preview-fallback{color:var(--text-faint);font-size:2rem}.logo-upload-controls{flex-direction:column;gap:.5rem;display:flex}.logo-upload-btn-wrap{display:inline-block;position:relative}.logo-upload-input{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.logo-upload-btn{background:var(--bg-card-2);border:1px solid var(--border);color:var(--text);border-radius:var(--radius-sm);cursor:pointer;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s;display:inline-flex}.logo-upload-btn:hover{background:var(--bg-hover);border-color:var(--border-focus)}.logo-upload-hint{color:var(--text-faint);font-size:.75rem}.admin-mobile-header{display:none}@media (width<=900px){.admin-mobile-header{-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border);z-index:150;background:#111827d9;justify-content:space-between;align-items:center;height:60px;padding:.75rem 1.25rem;display:flex;position:sticky;top:0}.admin-hamburger{color:var(--text-heading);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;font-size:1.5rem;display:flex}.admin-layout{flex-direction:column;min-height:100vh}.admin-sidebar{z-index:200;border-right:1px solid var(--border);width:280px;height:100vh;transition:transform .3s cubic-bezier(.4,0,.2,1);position:fixed;top:0;bottom:0;left:0;transform:translate(-100%);box-shadow:10px 0 30px #00000080}.admin-sidebar.open{transform:translate(0)}.admin-sidebar-backdrop{-webkit-backdrop-filter:blur(4px);z-index:190;background:#0009;animation:.2s ease-out fadeIn;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.admin-brand{padding:1.5rem 1.25rem}.admin-nav{flex-direction:column;gap:.4rem;padding:1.5rem .85rem;overflow-x:visible}.admin-nav-item{white-space:normal;width:100%;padding:.8rem 1rem;transform:none!important}.admin-nav-item:hover{transform:none}.admin-nav-item.active{border-left:3px solid var(--primary);border-bottom:none;padding-bottom:.8rem;padding-left:calc(1rem - 3px)}.admin-sidebar-footer{display:flex!important}.admin-main{padding:1.5rem}.admin-page-header{flex-direction:column;align-items:stretch;gap:1rem}.admin-search input{min-width:100%}.admin-actions{justify-content:flex-start!important}.admin-otp-layout{grid-template-columns:1fr}.admin-dashboard-split{grid-template-columns:1fr!important}}@media (width<=480px){.otp-code-fields>div{grid-template-columns:1fr!important}.admin-main{padding:1rem}.card{padding:1.25rem}.modal-overlay{padding:.5rem}.modal{max-height:calc(100vh - 1rem)}.modal-header{padding:1rem 1.25rem}.modal-body{padding:1.25rem}.modal-footer{padding:.85rem 1.25rem}}.admin-profile-grid{grid-template-columns:minmax(300px,1fr) minmax(320px,1.2fr);align-items:start;gap:1.5rem;display:grid}@media (width<=900px){.admin-profile-grid{grid-template-columns:1fr!important}}.admin-dashboard-split{grid-template-columns:minmax(300px,1fr) minmax(360px,1.4fr);align-items:start;gap:1.5rem;display:grid}
