@import "https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900&family=JetBrains+Mono:wght@400;700&display=swap";:root{--navy:#444a9f;--navy-dark:#2e3270;--navy-light:#5560b5;--mint:#ed2430;--mint-light:#fde8ea;--teal:#a73c63;--orange:#f4a261;--orange-bg:#fff8f0;--red:#ed2430;--red-bg:#fde8ea;--green:#38a169;--green-bg:#f0fff4;--blue-light:#ebf8ff;--purple-light:#f3f0ff;--white:#fff;--grey-50:#f8f9fc;--grey-100:#f1f3f9;--grey-200:#e2e8f0;--grey-400:#a0aec0;--grey-600:#718096;--grey-800:#2d3748;--shadow-sm:0 1px 3px #00000014, 0 1px 2px #0000000f;--shadow-md:0 4px 16px #444a9f1f;--shadow-lg:0 8px 32px #444a9f29;--radius-sm:8px;--radius-md:14px;--radius-lg:20px;--radius-xl:28px;--font:"Nunito", sans-serif;--font-mono:"JetBrains Mono", monospace;--max-width:480px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;font-size:16px}body{font-family:var(--font);background:var(--grey-50);color:var(--grey-800);-webkit-font-smoothing:antialiased;min-height:100vh}button{cursor:pointer;font-family:var(--font);background:0 0;border:none}input,select,textarea{font-family:var(--font)}ul{list-style:none}a{color:inherit;text-decoration:none}.screen{min-height:100vh;max-width:var(--max-width);background:var(--white);flex-direction:column;gap:0;margin:0 auto;padding:20px 24px 40px;display:flex;position:relative}.screen-centered{align-items:stretch}.page-title-bar{text-align:center;margin:8px 0 4px}.page-title-bar h2{color:var(--navy);letter-spacing:.01em;font-size:1.1rem;font-weight:800}.back-btn{color:var(--navy);border-radius:var(--radius-sm);padding:4px 8px;font-size:1.3rem;transition:background .15s;position:absolute;top:20px;left:20px}.back-btn:hover{background:var(--grey-100)}.close-btn{color:var(--grey-600);border-radius:var(--radius-sm);padding:4px 8px;font-size:1.2rem;position:absolute;top:20px;right:20px}.progress-wrap{margin:12px 0 20px}.progress-label{color:var(--grey-600);margin-bottom:6px;font-size:.8rem;font-weight:700;display:block}.progress-track{background:var(--grey-200);border-radius:99px;height:8px;overflow:hidden}.progress-fill{background:var(--navy);border-radius:99px;height:100%;transition:width .4s cubic-bezier(.4,0,.2,1)}.icon-box{border-radius:var(--radius-lg);justify-content:center;align-items:center;width:80px;height:80px;margin:12px auto 20px;font-size:2rem;display:flex}.icon-blue{background:var(--navy);color:var(--white)}.icon-mint{background:var(--mint-light)}.icon-blue-light{background:var(--blue-light)}.icon-purple{background:var(--purple-light)}.step-heading{color:var(--navy);text-align:center;margin-bottom:8px;font-size:1.5rem;font-weight:900;line-height:1.2}.step-sub{color:var(--grey-600);text-align:center;margin-bottom:20px;font-size:.9rem;line-height:1.5}.section-title{color:var(--navy);text-align:center;margin:24px 0 16px;font-size:1.2rem;font-weight:800}.highlight-email{color:var(--navy);text-align:center;margin-bottom:20px;font-size:1rem;font-weight:800}.screen-header{flex-direction:column;align-items:center;margin-bottom:8px;padding-top:32px;display:flex}.app-logo{border-radius:var(--radius-lg);background:var(--navy);width:72px;height:72px;color:var(--white);box-shadow:var(--shadow-md);justify-content:center;align-items:center;margin-bottom:12px;font-size:2rem;font-weight:900;display:flex}.app-logo-img{object-fit:contain;width:160px;height:auto;margin-bottom:8px}.app-logo-lg{background:var(--white);width:96px;height:96px;color:var(--navy);box-shadow:var(--shadow-lg);border-radius:24px;justify-content:center;align-items:center;margin:0 auto 16px;font-size:2.8rem;font-weight:900;display:flex}.screen-title{color:var(--navy);margin-bottom:4px;font-size:2rem;font-weight:900}.hero-section{background:var(--navy);color:var(--white);text-align:center;border-radius:0 0 var(--radius-xl) var(--radius-xl);margin:-20px -24px 0;padding:40px 24px 32px}.hero-title{margin-bottom:4px;font-size:2.2rem;font-weight:900}.hero-sub{opacity:.8;letter-spacing:.05em;margin-bottom:16px;font-size:.85rem}.hero-tagline{margin-bottom:8px;font-size:1.3rem;font-weight:800}.hero-desc{opacity:.85;margin-bottom:24px;font-size:.875rem;line-height:1.6}.hero-stats{border-top:1px solid #fff3;justify-content:space-around;padding-top:20px;display:flex}.stat{text-align:center}.stat-num{font-size:1.4rem;font-weight:900;display:block}.stat-lbl{opacity:.75;margin-top:2px;font-size:.72rem;display:block}.features-section{padding:24px 0 0}.feature-card{border-radius:var(--radius-md);align-items:center;gap:12px;margin-bottom:12px;padding:14px 16px;display:flex}.feature-icon{border-radius:var(--radius-sm);background:#fff9;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.5rem;display:flex}.feature-text{flex:1}.feature-name{color:var(--navy);font-size:.95rem;font-weight:800}.feature-sub{color:var(--grey-600);margin-top:2px;font-size:.8rem}.feature-arrow{color:var(--grey-400);font-size:1.2rem}.review-card{border:1px solid var(--grey-200);border-radius:var(--radius-md);text-align:center;margin:4px 0 20px;padding:16px}.stars{color:#f6c90e;margin-bottom:8px;font-size:1rem}.stars span{color:var(--grey-800);font-weight:700}.review-text{color:var(--grey-600);margin-bottom:8px;font-size:.875rem;font-style:italic;line-height:1.5}.review-author{color:var(--grey-400);font-size:.78rem}.trust-badges,.trust-row{color:var(--grey-600);border:1px solid var(--grey-200);border-radius:var(--radius-md);flex-wrap:wrap;justify-content:center;gap:16px;margin-top:16px;padding:14px 0;font-size:.78rem;display:flex}.trust-row{border:none;margin-top:8px}.btn{border-radius:var(--radius-xl);letter-spacing:.01em;justify-content:center;align-items:center;min-height:56px;padding:16px 24px;font-size:1rem;font-weight:800;transition:all .2s;display:inline-flex}.btn-full{width:100%}.btn-primary{background:var(--navy);color:var(--white);margin-top:8px;box-shadow:0 4px 12px #444a9f4d}.btn-primary:hover:not(:disabled){background:var(--navy-light);transform:translateY(-1px);box-shadow:0 6px 16px #444a9f59}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-outline{color:var(--navy);border:2px solid var(--grey-200);background:0 0;margin-top:8px}.btn-outline:hover:not(:disabled){border-color:var(--navy);background:var(--grey-50)}.btn-teal{background:var(--teal);color:var(--white);border-radius:var(--radius-md);padding:12px 28px;font-weight:700}.btn-disabled{opacity:.55;cursor:not-allowed}.btn-loading-text{align-items:center;gap:2px;display:flex}.btn-dots{width:24px;font-family:var(--font-mono);letter-spacing:2px;text-align:left;display:inline-block}.form-group{margin-bottom:16px}.form-label{color:var(--navy);margin-bottom:6px;font-size:.875rem;font-weight:800;display:block}.form-input{border:1.5px solid var(--grey-200);border-radius:var(--radius-md);width:100%;color:var(--grey-800);background:var(--white);outline:none;padding:14px 16px;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.form-input:focus{border-color:var(--navy);box-shadow:0 0 0 3px #444a9f1a}.form-input::placeholder{color:var(--orange);opacity:1}.input-error{border-color:var(--red)!important}.input-error:focus{box-shadow:0 0 0 3px #e53e3e1f!important}.form-hint{color:var(--grey-600);margin-top:4px;font-size:.78rem}.field-error{color:var(--red);margin-top:4px;font-size:.8rem;font-weight:600}.input-row{align-items:center;gap:8px;display:flex;position:relative}.input-row .form-input{flex:1}.input-icon-box{background:var(--grey-100);border:1.5px solid var(--grey-200);border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.2rem;display:flex}.eye-btn{color:var(--grey-400);padding:4px;font-size:1.1rem;position:absolute;right:12px}.otp-row{justify-content:center;gap:10px;margin:16px 0 8px;display:flex}.otp-box{background:var(--navy);border:2px solid var(--navy);border-radius:var(--radius-sm);text-align:center;width:48px;height:60px;color:var(--white);caret-color:var(--mint);outline:none;font-size:1.4rem;font-weight:800;transition:border-color .2s,box-shadow .2s}.otp-box:focus{border-color:var(--mint);box-shadow:0 0 0 3px #ed243040}.otp-filled{border-bottom:3px solid var(--mint)}.otp-timer{text-align:center;color:var(--grey-600);margin:10px 0 16px;font-size:.85rem}.timer-bold{color:var(--navy);font-weight:800}.timer-red{color:var(--red);font-weight:800}.resend-section,.resend-card{text-align:center;border:1px solid var(--grey-200);border-radius:var(--radius-md);flex-direction:column;gap:8px;margin-top:16px;padding:16px;display:flex}.resend-question{color:var(--grey-600);font-size:.85rem}.link-btn{color:var(--navy);cursor:pointer;background:0 0;border:none;padding:0;font-size:.9rem;font-weight:800}.link-btn:hover{text-decoration:underline}.link-btn.muted{color:var(--grey-600);font-style:italic;font-weight:600}.link-btn-small{color:var(--navy);cursor:pointer;font-size:.78rem;font-weight:700}.auth-link{text-align:center;color:var(--grey-600);margin-top:20px;font-size:.9rem}.link{color:var(--navy);cursor:pointer;font-weight:800}.link:hover{text-decoration:underline}.link-muted{color:var(--grey-400);cursor:pointer;font-size:.8rem}.link-muted:hover{text-decoration:underline}.info-card{background:var(--grey-100);border-radius:var(--radius-md);color:var(--grey-700,#4a5568);margin-top:12px;padding:14px 16px;font-size:.83rem;line-height:1.6}.info-card-blue{background:var(--blue-light);color:var(--navy)}.warning-card{background:var(--orange-bg);border:1px solid var(--orange);border-radius:var(--radius-md);color:#7b4a10;margin-top:12px;padding:14px 16px;font-size:.83rem;line-height:1.6}.next-steps-card{border:1px solid var(--grey-200);border-radius:var(--radius-md);margin-bottom:20px;padding:16px}.next-steps-title{color:var(--navy);margin-bottom:10px;font-size:.9rem;font-weight:800}.next-step-item{color:var(--grey-600);align-items:center;gap:12px;padding:6px 0;font-size:.875rem;display:flex}.step-num{background:var(--navy);width:28px;height:28px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.8rem;font-weight:800;display:flex}.strength-track{background:var(--grey-200);border-radius:99px;height:6px;margin-top:8px;overflow:hidden}.strength-fill{border-radius:99px;height:100%;transition:width .3s,background .3s}.strength-label{text-align:right;margin-top:2px;font-size:.8rem;font-weight:700}.rules-grid{flex-direction:column;gap:4px;margin-top:10px;display:flex}.rule-item{color:var(--grey-600);align-items:center;gap:8px;font-size:.83rem;display:flex}.rule-ok{color:var(--green);font-weight:600}.match-ok{color:var(--green);margin-top:4px;font-size:.83rem;font-weight:700}.match-fail{color:var(--red);margin-top:4px;font-size:.83rem;font-weight:700}.phone-input-row{border:1.5px solid var(--grey-200);border-radius:var(--radius-md);align-items:center;transition:border-color .2s;display:flex;overflow:hidden}.phone-input-row:focus-within{border-color:var(--navy);box-shadow:0 0 0 3px #444a9f1a}.country-code{background:var(--grey-100);border-right:1.5px solid var(--grey-200);color:var(--navy);white-space:nowrap;flex-shrink:0;padding:14px 12px;font-size:.9rem;font-weight:700}.phone-field{flex:1;box-shadow:none!important;border:none!important;border-radius:0!important}.sms-preview-card{background:var(--grey-50);border:1px solid var(--grey-200);border-radius:var(--radius-md);margin-bottom:8px;padding:12px 16px}.sms-preview-label{color:var(--grey-600);font-size:.8rem}.sms-preview-number{color:var(--navy);margin-top:2px;font-size:1rem;font-weight:800}.login-options-row{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.remember-label{color:var(--grey-600);cursor:pointer;align-items:center;gap:8px;font-size:.875rem;display:flex}.remember-label input[type=checkbox]{width:18px;height:18px;accent-color:var(--navy);cursor:pointer}.version-text{text-align:center;color:var(--grey-400);margin-top:24px;font-size:.78rem}.footer-links{text-align:center;margin-top:4px;font-size:.78rem}.upload-progress-card{background:var(--grey-50);border:1px solid var(--grey-200);border-radius:var(--radius-md);margin-bottom:16px;padding:14px 16px}.upload-progress-header{color:var(--grey-600);justify-content:space-between;margin-bottom:8px;font-size:.85rem;font-weight:700;display:flex}.doc-card{border:1.5px solid var(--grey-200);border-radius:var(--radius-md);margin-bottom:12px;padding:14px;transition:border-color .2s}.doc-done{border-color:var(--green);background:var(--green-bg)}.doc-card-header{align-items:flex-start;gap:12px;margin-bottom:10px;display:flex}.doc-icon-wrap{background:var(--grey-100);border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;display:flex}.doc-info{flex:1}.doc-name-row{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.doc-name{color:var(--navy);font-size:.9rem;font-weight:800}.badge-required{color:var(--red);background:#ffebeb;border-radius:99px;padding:2px 8px;font-size:.7rem;font-weight:700}.badge-done{background:var(--green-bg);color:var(--green);border-radius:99px;padding:2px 8px;font-size:.7rem;font-weight:700}.doc-formats{color:var(--grey-400);margin-top:3px;font-size:.75rem;display:block}.doc-actions{gap:8px;margin-top:4px;display:flex}.btn-choose-file{border:1.5px solid var(--grey-200);border-radius:var(--radius-md);color:var(--navy);cursor:pointer;flex:1;justify-content:center;align-items:center;gap:6px;padding:10px 14px;font-size:.875rem;font-weight:700;transition:border-color .2s;display:flex}.btn-choose-file:hover{border-color:var(--navy)}.btn-camera{border:1.5px solid var(--grey-200);border-radius:var(--radius-sm);cursor:pointer;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.1rem;display:flex}.doc-done-row{color:var(--green);justify-content:space-between;align-items:center;font-size:.83rem;font-weight:600;display:flex}.doc-filename{text-overflow:ellipsis;white-space:nowrap;max-width:200px;overflow:hidden}.guidelines-list{flex-direction:column;gap:4px;margin-top:6px;padding-left:12px;display:flex}.guidelines-list li:before{content:"• "}.biometric-badge{background:var(--mint-light);border-radius:var(--radius-md);align-items:flex-start;gap:10px;margin-bottom:20px;padding:12px 14px;font-size:.83rem;display:flex}.biometric-title{color:var(--teal);font-size:.9rem;font-weight:800}.biometric-sub{color:var(--teal);margin-top:2px;font-size:.8rem}.tips-heading{color:var(--navy);margin-bottom:12px;font-size:1rem;font-weight:800}.tip-row{align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.tip-icon-box{background:var(--grey-100);border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;display:flex}.tip-title{color:var(--navy);font-size:.9rem;font-weight:800}.tip-desc{color:var(--grey-600);margin-top:2px;font-size:.8rem;line-height:1.4}.face-preview-wrap{border:1.5px solid var(--grey-200);border-radius:var(--radius-lg);text-align:center;margin-bottom:16px;padding:24px}.face-oval{background:var(--grey-100);border:3px solid var(--navy);border-radius:50%;width:160px;height:200px;margin:0 auto 12px}.face-hint{color:var(--grey-600);font-size:.83rem}.camera-container{border-radius:var(--radius-lg);border:3px solid var(--navy);aspect-ratio:3/4;background:#000;width:100%;max-width:320px;margin:0 auto 12px;position:relative;overflow:hidden}.camera-feed{object-fit:cover;width:100%;height:100%;display:block}.face-ring{border:3px solid var(--navy);pointer-events:none;border-radius:50%;width:180px;height:220px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.countdown-overlay{color:var(--white);text-shadow:0 2px 12px #0009;pointer-events:none;font-size:5rem;font-weight:900;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.camera-error-wrap{text-align:center;flex-direction:column;align-items:center;gap:16px;padding:48px 24px;display:flex}.camera-error-title{color:var(--navy);font-size:1.2rem;font-weight:800}.camera-error-msg{color:var(--grey-600);max-width:300px;font-size:.875rem;line-height:1.6}.dialog-overlay{z-index:1000;background:#00000073;justify-content:center;align-items:center;padding:24px;animation:.15s fadeIn;display:flex;position:fixed;inset:0}.dialog-box{background:var(--white);border-radius:var(--radius-md);width:100%;max-width:340px;box-shadow:var(--shadow-lg);padding:24px;animation:.2s slideUp}.dialog-title{margin-bottom:8px;font-size:1rem;font-weight:800}.dialog-success{color:var(--navy)}.dialog-error{color:var(--red)}.dialog-message{color:var(--grey-600);margin-bottom:16px;font-size:.875rem;line-height:1.5}.dialog-ok{color:var(--navy);margin-left:auto;padding:4px 8px;font-size:.95rem;font-weight:800;display:block}.dialog-ok:hover{text-decoration:underline}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.dash-screen{min-height:100vh;max-width:var(--max-width);background:var(--grey-50);flex-direction:column;margin:0 auto;padding-bottom:80px;display:flex;position:relative}.dash-body{flex:1;padding:0 0 16px;overflow-y:auto}.dash-header{background:var(--navy);color:var(--white);justify-content:space-between;align-items:flex-start;padding:20px 20px 16px;display:flex}.dash-header-text{flex:1}.dash-greeting{color:#ffffffa6;letter-spacing:.01em;margin-bottom:2px;font-size:.8rem;font-weight:600}.dash-name{color:var(--white);font-size:1.6rem;font-weight:900;line-height:1.1}.dash-header-actions{align-items:center;gap:10px;margin-top:4px;display:flex}.notif-btn{cursor:pointer;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;display:flex;position:relative}.notif-dot{background:var(--orange);border-radius:50%;width:8px;height:8px;position:absolute;top:6px;right:6px}.avatar-circle{background:var(--teal);width:40px;height:40px;color:var(--white);border:2px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;font-weight:800;display:flex}.page-header{background:var(--navy);color:var(--white);justify-content:space-between;align-items:flex-start;padding:20px 20px 16px;display:flex}.page-header-text{flex:1}.page-subtitle{color:#ffffffa6;margin-bottom:2px;font-size:.8rem;font-weight:600}.page-title{color:var(--white);font-size:1.8rem;font-weight:900;line-height:1.1}.section-label{color:var(--grey-600);letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px;font-size:.72rem;font-weight:800}.carousel-wrap{background:var(--navy);margin-top:-1px;padding:0 20px 24px}.carousel-scroll{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;gap:12px;padding-bottom:4px;display:flex;overflow-x:auto}.carousel-scroll::-webkit-scrollbar{display:none}.acc-card{scroll-snap-align:start;border-radius:20px;flex-shrink:0;min-width:260px;padding:20px;position:relative;overflow:hidden}.acc-card-primary{background:var(--navy-dark);border:1.5px solid #ffffff26}.acc-card-white{background:var(--white);border:1.5px solid var(--grey-200);box-shadow:var(--shadow-sm)}.acc-card-peek{background:var(--white);border:1.5px solid var(--grey-200);opacity:.7;min-width:200px}.acc-card-top{justify-content:space-between;align-items:flex-start;margin-bottom:16px;display:flex}.acc-type-label{letter-spacing:.1em;text-transform:uppercase;font-size:.7rem;font-weight:700}.acc-type-light{color:#ffffffa6}.acc-type-muted{color:var(--grey-600)}.acc-trend-btn{width:32px;height:32px;color:var(--white);cursor:pointer;background:#ffffff1a;border:1.5px solid #ffffff4d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;display:flex}.acc-trend-btn-dark{border-color:var(--grey-200);background:var(--grey-100);color:var(--grey-600)}.acc-balance{font-family:var(--font-mono);margin-bottom:4px;font-size:1.4rem;font-weight:700;line-height:1.2}.acc-balance-light{color:var(--white)}.acc-balance-dark{color:var(--grey-800)}.acc-card-bottom{justify-content:space-between;align-items:center;margin-top:16px;display:flex}.acc-issuer{letter-spacing:.08em;text-transform:uppercase;font-size:.68rem;font-weight:700}.acc-issuer-light{color:#ffffff80}.acc-issuer-muted{color:var(--grey-400)}.acc-badge{background:var(--mint);color:var(--white);border-radius:6px;padding:3px 10px;font-size:.7rem;font-weight:800}.acc-goal{color:var(--navy);font-size:.75rem;font-weight:700}.acc-icon-circle{background:var(--grey-100);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;display:flex}.dash-section{padding:20px 20px 4px}.dash-section-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.dash-section-title{color:var(--grey-800);font-size:1rem;font-weight:800}.dash-section-action{color:var(--navy);cursor:pointer;font-size:.8rem;font-weight:700}.eligibility-banner{background:var(--white);border:1.5px dashed var(--navy-light);border-radius:16px;align-items:center;gap:12px;padding:16px;display:flex}.eligibility-icon{background:var(--orange-bg);width:44px;height:44px;color:var(--orange);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;font-weight:900;display:flex}.eligibility-text{flex:1;min-width:0}.eligibility-label{color:var(--grey-600);letter-spacing:.08em;text-transform:uppercase;margin-bottom:2px;font-size:.68rem;font-weight:700}.eligibility-amount{color:var(--grey-800);font-size:.95rem;font-weight:700;font-family:var(--font-mono);align-items:center;gap:6px;display:flex}.eligibility-dots{letter-spacing:3px;color:var(--grey-600)}.eye-toggle{cursor:pointer;color:var(--grey-400);font-size:.85rem}.eligibility-apply{background:var(--navy);color:var(--white);letter-spacing:.05em;cursor:pointer;white-space:nowrap;border:none;border-radius:20px;flex-shrink:0;padding:8px 16px;font-size:.78rem;font-weight:800}.dash-card{background:var(--white);border:1px solid var(--grey-200);border-radius:16px;margin-bottom:12px;overflow:hidden}.dash-card-body{padding:16px}.notice-card{align-items:center;gap:12px;display:flex}.notice-img{background:linear-gradient(135deg, var(--navy) 0%, var(--teal) 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;font-size:2rem;display:flex}.notice-text{flex:1;min-width:0}.notice-category{color:var(--navy);text-transform:uppercase;letter-spacing:.04em;font-size:.72rem;font-weight:700}.notice-title{color:var(--grey-800);margin:2px 0;font-size:.9rem;font-weight:800;line-height:1.3}.notice-sub{color:var(--grey-400);font-size:.78rem}.dot-row{align-items:center;gap:6px;display:flex}.dot{background:var(--grey-200);border-radius:99px;width:6px;height:6px}.dot-active{background:var(--navy);width:18px}.credit-hero{background:var(--navy);border-radius:20px;margin-bottom:4px;padding:20px}.credit-hero-top{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.credit-label{color:#fff9;letter-spacing:.1em;text-transform:uppercase;font-size:.7rem;font-weight:700}.credit-score{color:var(--white);font-size:3.2rem;font-weight:900;font-family:var(--font-mono);margin-bottom:4px;line-height:1}.credit-status{color:#ffffffa6;margin-bottom:16px;font-size:.82rem}.credit-track{background:#ffffff26;border-radius:99px;height:7px;margin-bottom:6px;overflow:hidden}.credit-fill{background:var(--orange);border-radius:99px;height:100%}.credit-bounds{color:#ffffff80;justify-content:space-between;font-size:.7rem;display:flex}.credit-trend-btn{width:32px;height:32px;color:var(--white);background:#ffffff1a;border:1.5px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;display:flex}.loan-card-row{justify-content:space-between;align-items:flex-start;margin-bottom:6px;display:flex}.loan-name{color:var(--grey-800);font-size:.95rem;font-weight:800}.loan-balance{color:var(--grey-800);font-size:.95rem;font-weight:700;font-family:var(--font-mono)}.loan-due{color:var(--grey-600);align-items:center;gap:4px;margin-bottom:8px;font-size:.78rem;display:flex}.loan-progress-track{background:var(--grey-100);border-radius:99px;height:6px;overflow:hidden}.loan-progress-fill{background:var(--navy);border-radius:99px;height:100%}.product-item{border-bottom:1px solid var(--grey-100);align-items:center;gap:12px;padding:14px 16px;display:flex}.product-item:last-child{border-bottom:none}.product-icon{background:var(--orange-bg);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;display:flex}.product-text{flex:1}.product-name{color:var(--grey-800);font-size:.9rem;font-weight:800}.product-meta{color:var(--grey-600);margin-top:1px;font-size:.75rem}.product-chevron{color:var(--grey-400);font-size:1rem}.preapproved-badge{color:var(--navy);align-items:center;gap:8px;padding:12px 16px;font-size:.8rem;font-weight:700;display:flex}.preapproved-check{border:2px solid var(--navy);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:.75rem;display:flex}.send-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.send-card{background:var(--white);border:1px solid var(--grey-200);cursor:pointer;border-radius:20px;flex-direction:column;align-items:flex-start;gap:8px;padding:18px 14px 16px;transition:box-shadow .15s;display:flex}.send-card:hover{box-shadow:var(--shadow-md)}.send-icon{border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;display:flex}.send-name{color:var(--grey-800);font-size:.9rem;font-weight:800;line-height:1.2}.send-sub{color:var(--grey-600);font-size:.75rem}.txn-item{border-bottom:1px solid var(--grey-100);align-items:center;gap:12px;padding:14px 16px;display:flex}.txn-item:last-child{border-bottom:none}.txn-initials{background:var(--blue-light);width:40px;height:40px;color:var(--navy);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.78rem;font-weight:800;display:flex}.txn-text{flex:1}.txn-name{color:var(--grey-800);font-size:.9rem;font-weight:800}.txn-sub{color:var(--grey-600);margin-top:1px;font-size:.75rem}.txn-amount-wrap{align-items:center;gap:4px;display:flex}.txn-amount{color:var(--grey-800);font-size:.9rem;font-weight:700;font-family:var(--font-mono)}.txn-arrow{color:var(--grey-400);font-size:.8rem}.bills-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.bill-cat{background:var(--white);border:1px solid var(--grey-200);cursor:pointer;border-radius:14px;flex-direction:column;align-items:center;gap:6px;padding:14px 8px 12px;transition:box-shadow .15s;display:flex}.bill-cat:hover{box-shadow:var(--shadow-md)}.bill-cat-icon{border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.3rem;display:flex}.bill-cat-name{color:var(--grey-800);text-align:center;font-size:.72rem;font-weight:800}.bill-item{border-bottom:1px solid var(--grey-100);align-items:center;gap:12px;padding:14px 16px;display:flex}.bill-item:last-child{border-bottom:none}.bill-item-icon{background:var(--grey-100);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;display:flex}.bill-item-text{flex:1}.bill-item-name{color:var(--grey-800);font-size:.9rem;font-weight:800}.bill-item-sub{color:var(--grey-600);margin-top:1px;font-size:.75rem}.bill-item-right{text-align:right}.bill-amount{color:var(--grey-800);font-size:.9rem;font-weight:700;font-family:var(--font-mono)}.bill-status-due{color:var(--mint);margin-top:2px;font-size:.72rem;font-weight:700}.bill-status-paid{color:var(--green);margin-top:2px;font-size:.72rem;font-weight:700}.pay-btn{background:var(--navy);color:var(--white);cursor:pointer;border:none;border-radius:20px;margin-top:3px;padding:5px 12px;font-size:.72rem;font-weight:800}.bottom-nav{width:100%;max-width:var(--max-width);background:var(--white);border-top:1px solid var(--grey-200);z-index:100;justify-content:space-around;align-items:center;padding:10px 0 16px;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.nav-tab{cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:4px;min-width:60px;display:flex}.nav-icon-wrap{border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;display:flex}.nav-icon-active{background:var(--navy);font-size:1.1rem}.nav-icon-inactive{color:var(--grey-400);background:0 0}.nav-label{letter-spacing:.06em;text-transform:uppercase;font-size:.64rem;font-weight:800}.nav-label-active{color:var(--navy)}.nav-label-inactive{color:var(--grey-400)}@media (width>=600px){body{background:var(--grey-100)}.screen{border-radius:var(--radius-xl);min-height:auto;box-shadow:var(--shadow-lg);margin:32px auto;padding-bottom:48px}.hero-section{border-radius:var(--radius-xl) var(--radius-xl) 0 0;margin:0}}@media (width<=380px){.otp-box{width:40px;height:52px;font-size:1.2rem}.otp-row{gap:7px}}
