:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}*{box-sizing:border-box;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}body{color:#05335e;background:#f3f4f6}.app{background:#fff;max-width:430px;min-height:100vh;margin:0 auto;position:relative}.splash-screen{background:linear-gradient(135deg,#05335e 0%,#062f55 100%);flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100dvh;padding:2rem;display:flex;position:fixed;top:0;left:0}.splash-logo{object-fit:cover;border-radius:24px;width:140px;height:140px;margin-bottom:1.5rem}.splash-title{color:#fff;margin-bottom:.5rem;font-size:2rem;font-weight:700}.splash-subtitle{color:#faa225;margin-bottom:3rem;font-size:1rem;font-weight:500}.splash-loader{border:3px solid #fff3;border-top-color:#faa225;border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.login-screen{background:#05335e;flex-direction:column;justify-content:flex-start;width:100%;min-height:100dvh;padding:3rem 2rem;display:flex;position:fixed;top:0;left:0}.login-header{text-align:center;margin-bottom:3rem;padding-top:2rem}.login-brand{justify-content:center;align-items:center;gap:12px;display:flex}.login-logo{object-fit:cover;border-radius:12px;width:60px;height:60px}.login-brand-text{color:#fff;letter-spacing:1px;font-size:1.8rem;font-weight:700}.login-form{flex-direction:column;gap:1.5rem;margin-top:2rem;display:flex}.login-error{color:#ff6b6b;text-align:center;margin:-.5rem 0;font-size:.9rem;font-weight:500}.input-underline{background:0 0;border:none;border-bottom:1.5px solid #fff6;align-items:center;gap:12px;padding:10px 4px;transition:border-color .3s;display:flex}.input-underline i{color:#fff9;width:24px;font-size:1.1rem;transition:color .3s}.input-underline:focus-within i{color:#faa225}.input-underline:focus-within{border-bottom-width:2px;border-bottom-color:#faa225}.input-underline input{color:#fff;background:0 0;border:none;outline:none;flex:1;width:100%;padding:8px 0;font-size:1.1rem}.input-underline input::placeholder{color:#ffffffb3}.forgot-link{text-align:center;color:#faa225;cursor:pointer;margin:.5rem 0;font-size:.95rem;font-weight:500}.login-btn{color:#05335e;cursor:pointer;background:#faa225;border:none;border-radius:10px;padding:14px;font-size:1rem;font-weight:700;transition:background .2s}.login-btn:hover{background:#e8921a}.login-btn-secondary{color:#05335e;background:#faa225;margin-top:.5rem}.home-screen{min-height:100vh;padding:1.5rem}.home-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.home-header h2{color:#05335e;font-size:1.3rem;font-weight:700}.home-header i{color:#05335e;cursor:pointer;font-size:1.3rem}.balance-card{color:#fff;background:linear-gradient(135deg,#05335e 0%,#062f55 100%);border-radius:20px;margin-bottom:2rem;padding:1.5rem;position:relative;overflow:hidden}.card-chip img{width:40px;height:32px;margin-bottom:1rem}.balance-label{opacity:.8;margin-bottom:.25rem;font-size:.85rem}.balance-amount{color:#faa225;margin-bottom:1.5rem;font-size:2rem;font-weight:700}.card-footer{justify-content:space-between;align-items:center;display:flex}.visa-logo{width:50px;height:auto}.bank-logo{width:60px;height:auto}.quick-actions{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.action-item{cursor:pointer;background:#f9fafb;border-radius:16px;flex-direction:column;align-items:center;gap:.5rem;padding:1rem .5rem;transition:background .2s;display:flex}.action-item:hover{background:#eef2f7}.action-item i{color:#05335e;font-size:1.5rem}.action-item span{color:#6b7280;font-size:.75rem;font-weight:500}.otp-screen{background:#05335e;flex-direction:column;justify-content:flex-start;width:100%;min-height:100dvh;padding:3rem 2rem;display:flex;position:fixed;top:0;left:0}.otp-header{text-align:center;margin-bottom:2rem;padding-top:2rem}.otp-brand{justify-content:center;align-items:center;gap:12px;margin-bottom:2rem;display:flex}.otp-logo{object-fit:cover;border-radius:12px;width:60px;height:60px}.otp-brand-text{color:#fff;letter-spacing:1px;font-size:1.8rem;font-weight:700}.otp-header h2{color:#fff;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.otp-subtitle{color:#fffc;margin-bottom:.5rem;font-size:.9rem}.otp-error{color:#ef4444;margin-top:.5rem;font-size:.85rem;font-weight:500}.otp-inputs{justify-content:center;gap:10px;margin:2rem 0;display:flex}.otp-box{text-align:center;color:#fff;background:0 0;border:none;border-bottom:2px solid #fff6;border-radius:0;outline:none;width:44px;height:52px;font-size:1.4rem;font-weight:700;transition:border-color .3s}.otp-box:focus{border-bottom-width:2.5px;border-bottom-color:#faa225}.otp-box.error{color:#ef4444;border-bottom-color:#ef4444}.otp-box::placeholder{color:#ffffff80}.resend-link{text-align:center;margin-top:1rem;font-size:.9rem;font-weight:500}.resend-link.active{color:#faa225;cursor:pointer}.resend-link.disabled{color:#ffffff80;cursor:not-allowed}.otp-stage{text-align:center;color:#fff9;margin-top:.5rem;font-size:.75rem}.success-screen{text-align:center;background:#05335e;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100dvh;padding:3rem 2rem;display:flex;position:fixed;top:0;left:0}.success-icon{color:#faa225;margin-bottom:1.5rem;font-size:4rem}.success-screen h2{color:#fff;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.success-text{color:#fffc;max-width:320px;margin-bottom:2.5rem;font-size:.95rem;line-height:1.6}.success-screen .login-btn{width:100%;max-width:300px}
