:root{--navy:#07182b;--navy2:#0b2745;--lime:#a8f200;--lime2:#ceff63;--paper:#f5f7f3;--ink:#102336;--muted:#718092;--line:#e4e9e5;--white:#fff;--shadow:0 24px 80px rgba(7,24,43,.18)}*{box-sizing:border-box}html{background:#e8eee8}body{margin:0;min-height:100vh;font-family:"DM Sans",sans-serif;color:var(--ink);background:radial-gradient(circle at 20% 20%,#c9f677 0,transparent 23%),radial-gradient(circle at 84% 72%,#a9d4dc 0,transparent 26%),#eaf0eb;display:grid;place-items:center;overflow-x:hidden}button,input{font:inherit}button,a{cursor:pointer}.ambient{position:fixed;border-radius:50%;filter:blur(1px);pointer-events:none}.ambient-one{width:240px;height:240px;background:#b7fa19;top:-120px;right:-90px;opacity:.5}.ambient-two{width:260px;height:260px;background:#8cd0dc;bottom:-140px;left:-120px;opacity:.35}.phone-shell{position:relative;width:min(100%,430px);min-height:100dvh;background:var(--paper);box-shadow:var(--shadow);overflow:hidden}.hidden{display:none!important}.view{min-height:100dvh}.auth-view{background:var(--navy)}.auth-top{min-height:48vh;padding:28px 26px 32px;position:relative;overflow:hidden;background:linear-gradient(155deg,#061526 0%,#0a2948 100%)}.auth-top:before{content:"";position:absolute;width:300px;height:300px;border:1px solid rgba(168,242,0,.13);border-radius:50%;right:-170px;top:40px;box-shadow:0 0 0 48px rgba(168,242,0,.04),0 0 0 96px rgba(168,242,0,.025)}.secure-pill{float:right;color:#d8e5e6;font-size:11px;border:1px solid rgba(255,255,255,.13);padding:7px 10px;border-radius:30px;display:flex;align-items:center;gap:6px}.secure-pill svg{width:13px;color:var(--lime)}.brand{display:flex;align-items:center;gap:10px;color:white}.brand img{width:44px;height:44px;object-fit:contain}.brand div{display:grid}.brand strong{font:800 19px Manrope}.brand span{font-size:9px;color:#9db0bf}.hero-copy{margin-top:46px;color:white;position:relative;z-index:1}.eyebrow{color:var(--lime);font-size:10px;font-weight:800;letter-spacing:1.6px}.hero-copy h1{font:800 38px/1.07 Manrope;margin:9px 0 13px;letter-spacing:-1.7px}.hero-copy h1 em{font-style:normal;color:var(--lime)}.hero-copy p{max-width:320px;color:#aebdca;font-size:13px;line-height:1.6;margin:0}.floating-card{position:absolute;right:24px;bottom:18px;padding:12px 14px;border-radius:13px;background:rgba(255,255,255,.09);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);color:white;transform:rotate(-2deg);display:grid;gap:2px}.floating-card>span{font-size:8px;color:var(--lime);font-weight:800;text-transform:uppercase}.floating-card>strong{font-size:12px}.mini-avatars{display:flex;align-items:center;margin-top:4px}.mini-avatars b{display:grid;place-items:center;width:19px;height:19px;border-radius:50%;background:#f7b267;color:#552c00;font-size:7px;border:2px solid #17344e;margin-right:-5px}.mini-avatars b:nth-child(2){background:#74c0fc}.mini-avatars b:nth-child(3){background:#e599f7}.mini-avatars small{font-size:7px;margin-left:10px;color:#9fb0bd}.auth-card{position:relative;background:var(--paper);border-radius:26px 26px 0 0;margin-top:-18px;padding:15px 26px 28px;min-height:54vh}.grabber{width:38px;height:4px;border-radius:5px;background:#dbe0dd;margin:0 auto 19px}.auth-card h2,.modal-sheet h2{font:800 23px Manrope;margin:0 0 5px}.auth-card>p,.modal-sheet>p{font-size:12px;color:var(--muted);margin:0 0 22px}.auth-card form{display:grid;gap:8px}form>label{font-size:11px;font-weight:700;margin-top:3px}.input-wrap{height:49px;border:1.5px solid var(--line);border-radius:13px;background:white;display:flex;align-items:center;padding:0 14px;gap:9px;transition:.2s}.input-wrap:focus-within{border-color:#72a500;box-shadow:0 0 0 3px rgba(168,242,0,.16)}.input-wrap svg{width:17px;color:#7c8a91}.input-wrap span{font-size:12px;font-weight:700;padding-right:9px;border-right:1px solid var(--line)}.input-wrap input{border:0;outline:0;min-width:0;flex:1;color:var(--ink);background:transparent;font-size:13px}.icon-btn{border:0;background:none;padding:5px;color:var(--muted)}.icon-btn svg{width:16px}.form-meta{display:flex;justify-content:space-between;align-items:center;margin:3px 0 7px;font-size:10px}.form-meta a,.signup a{color:#4c7300;font-weight:700;text-decoration:none}.check{display:flex;align-items:center;gap:5px}.check input{accent-color:#79aa00}.primary-btn{height:50px;border:0;border-radius:14px;background:var(--lime);color:#0b261e;font-weight:800;display:flex;justify-content:center;align-items:center;gap:10px;box-shadow:0 9px 22px rgba(145,207,0,.23);transition:.18s}.primary-btn:hover{background:var(--lime2);transform:translateY(-1px)}.primary-btn svg{width:17px}.primary-btn.loading{opacity:.65;pointer-events:none}.form-error{font-size:10px;color:#d9485f;min-height:12px;text-align:center}.divider{display:flex;align-items:center;gap:10px;color:#9ca7aa;font-size:9px;margin:11px 0}.divider:before,.divider:after{content:"";height:1px;background:var(--line);flex:1}.outline-btn{height:43px;width:100%;border:1px solid var(--line);border-radius:12px;background:white;font-size:11px;font-weight:700}.outline-btn b{color:#4285f4;font-size:15px;margin-right:6px}.signup{text-align:center!important;font-size:10px!important;margin-top:14px!important}.dashboard-view{background:#f3f6f2;padding-bottom:76px}.app-header{padding:22px 20px 18px;color:white;background:var(--navy)}.user-row{display:flex;align-items:center;gap:10px}.avatar{width:40px;height:40px;border:2px solid rgba(168,242,0,.5);border-radius:50%;background:#163652;color:white;font-size:11px;font-weight:800;position:relative}.avatar span{position:absolute;width:9px;height:9px;border-radius:50%;background:var(--lime);right:-1px;bottom:1px;border:2px solid var(--navy)}.user-row>div{display:grid;flex:1}.user-row small{font-size:9px;color:#9eafbd}.user-row strong{font:700 14px Manrope}.header-action{width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.06);color:white;position:relative}.header-action svg{width:17px}.header-action b{position:absolute;width:7px;height:7px;border-radius:50%;background:#ff6b6b;top:8px;right:9px}.dashboard-scroll{padding-bottom:24px}.balance-card{margin:0 16px 24px;background:linear-gradient(140deg,#0a2846,#07182b);color:white;border-radius:0 0 23px 23px;padding:22px 19px 0;box-shadow:0 15px 32px rgba(8,31,53,.22);position:relative;overflow:hidden}.balance-card:after{content:"";position:absolute;width:180px;height:180px;border:30px solid rgba(168,242,0,.05);border-radius:50%;top:-80px;right:-70px}.balance-top{display:flex;justify-content:space-between;position:relative;z-index:1}.balance-top>div:first-child{display:grid}.balance-top span{font-size:9px;color:#aab9c4}.balance-top span button{color:#aab9c4;background:transparent;border:0;padding:0 4px;vertical-align:middle}.balance-top span svg{width:13px}.balance-top strong{font:800 28px Manrope;margin-top:4px;letter-spacing:-.7px}.brand-mark img{width:45px;height:45px;object-fit:contain}.balance-actions{display:grid;grid-template-columns:repeat(3,1fr);margin:19px 0 16px}.balance-actions button{border:0;background:transparent;color:#dfe8ec;font-size:9px;display:grid;place-items:center;gap:7px;border-right:1px solid rgba(255,255,255,.1)}.balance-actions button:last-child{border:0}.balance-actions button span{width:35px;height:35px;display:grid;place-items:center;border-radius:11px;background:rgba(168,242,0,.13);color:var(--lime)}.balance-actions svg{width:16px}.points{border-top:1px solid rgba(255,255,255,.09);height:41px;display:flex;align-items:center;gap:6px;font-size:9px;position:relative;z-index:1}.points>svg:first-child{width:14px;color:var(--lime)}.points strong{margin-left:auto;color:var(--lime)}.points>svg:last-child{width:14px}.section{padding:0 18px;margin-bottom:25px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:14px}.section-head small{font-size:8px;color:var(--muted)}.section-head h2{font:800 17px Manrope;margin:2px 0 0}.section-head button{border:0;background:none;color:#658f04;font-size:9px;font-weight:700}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px 8px}.product{border:0;background:transparent;padding:0;display:grid;place-items:center;gap:5px;min-width:0;color:var(--ink)}.product-icon{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;background:#e7f7ba;color:#538200}.product-icon svg{width:21px}.product strong{font-size:9px;white-space:nowrap}.product small{font-size:7px;color:#8a969e;white-space:nowrap}.product-icon.blue{background:#dceeff;color:#3382c0}.product-icon.amber{background:#fff0cb;color:#cf8b00}.product-icon.violet{background:#eee2fb;color:#8f55bf}.product-icon.coral{background:#ffe2de;color:#df6255}.product-icon.cyan{background:#d8f3ed;color:#26927c}.product-icon.sky{background:#daf1fa;color:#3b92b7}.product-icon.gray{background:#e9eeec;color:#667670}.promo{margin:0 18px 25px;border-radius:20px;padding:19px;background:linear-gradient(125deg,#b8fa20,#8ed800);position:relative;overflow:hidden;min-height:154px}.promo>div:first-child{position:relative;z-index:2}.promo span{font-size:8px;font-weight:900;letter-spacing:1.2px}.promo h3{font:800 22px/1.05 Manrope;margin:7px 0}.promo p{font-size:9px;margin:0 0 12px}.promo button{border:0;background:var(--navy);color:white;border-radius:20px;padding:8px 12px;font-size:8px;font-weight:700}.promo button svg{width:11px;vertical-align:middle}.promo-art{position:absolute;right:-18px;top:3px;width:160px;height:160px;display:grid;place-items:center}.promo-art img{width:94px;position:relative;z-index:1;filter:drop-shadow(0 13px 13px rgba(16,42,20,.22))}.orbit{position:absolute;width:135px;height:135px;border-radius:50%;border:17px solid rgba(255,255,255,.2);box-shadow:0 0 0 15px rgba(255,255,255,.1)}.transaction{display:flex;align-items:center;gap:11px;padding:12px 0;border-bottom:1px solid var(--line)}.transaction-icon{width:39px;height:39px;display:grid;place-items:center;border-radius:12px;background:white;color:#5f8700;box-shadow:0 4px 13px rgba(20,45,40,.06)}.transaction-icon svg{width:17px}.transaction>div{display:grid;gap:3px}.transaction>div:nth-child(2){flex:1}.transaction strong{font-size:10px}.transaction span{font-size:8px;color:var(--muted)}.transaction>div:last-child{text-align:right}.transaction .success{color:#55a116}.safe-note{margin:6px 18px 0;padding:13px;border-radius:14px;background:#e9efe9;display:flex;align-items:center;gap:10px}.safe-note svg{width:19px;color:#658f04}.safe-note div{display:grid}.safe-note strong{font-size:9px}.safe-note span{font-size:8px;color:var(--muted)}.bottom-nav{position:absolute;bottom:0;left:0;right:0;height:72px;padding:9px 14px max(8px,env(safe-area-inset-bottom));background:rgba(255,255,255,.96);border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(5,1fr);z-index:10}.bottom-nav button{border:0;background:none;color:#94a09f;display:flex;flex-direction:column;align-items:center;gap:3px;font-size:7px}.bottom-nav svg{width:19px}.bottom-nav .active{color:#5d8800;font-weight:700}.bottom-nav .scan-main{width:50px;height:50px;border-radius:17px;background:var(--lime);color:var(--navy);margin:-22px auto 0;box-shadow:0 8px 20px rgba(128,185,0,.3);display:grid;place-items:center}.bottom-nav .scan-main svg{width:23px}.modal{position:fixed;inset:0;z-index:30;display:grid;place-items:end center}.modal-backdrop{position:absolute;inset:0;background:rgba(3,13,24,.62);backdrop-filter:blur(3px)}.modal-sheet{width:min(100%,430px);background:var(--paper);border-radius:26px 26px 0 0;padding:15px 24px 28px;position:relative;z-index:1;animation:slide .25s ease-out}.modal-close{position:absolute;right:18px;top:16px;border:0;background:#e9eeea;width:32px;height:32px;border-radius:50%}.modal-close svg{width:16px}.modal-icon{width:48px;height:48px;border-radius:15px;background:#e7f7ba;color:#538200;display:grid;place-items:center;margin-bottom:14px}.modal-icon svg{width:22px}.modal-sheet form{display:grid;gap:9px}.amount-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:10px}.amount-grid button{height:41px;border:1px solid var(--line);background:white;border-radius:11px;font-size:10px;font-weight:700}.amount-grid button.selected{background:#effbcf;border-color:#7da900;color:#527500}.toast{position:fixed;top:18px;left:50%;transform:translate(-50%,-130%);z-index:50;background:#07182b;color:white;padding:12px 16px;border-radius:13px;display:flex;align-items:center;gap:9px;font-size:10px;box-shadow:var(--shadow);transition:.25s}.toast.show{transform:translate(-50%,0)}.toast svg{width:17px;color:var(--lime)}@keyframes slide{from{transform:translateY(100%)}to{transform:none}}@media(min-width:700px){.phone-shell{min-height:900px;height:900px;margin:28px 0;border-radius:35px;border:8px solid #0a1a28}.view{min-height:884px}.dashboard-view{height:884px;overflow:hidden}.dashboard-scroll{height:calc(100% - 78px);overflow:auto}.auth-card{min-height:495px}.bottom-nav{position:absolute}.modal{place-items:center}.modal-sheet{border-radius:26px;max-height:90vh}.modal-backdrop{position:fixed}}
