@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap";:root{font-family:DM Sans,sans-serif;color:#10231f;background:#eef2ed;font-synthesis:none;--ink:#10231f;--green:#0c6b52;--dark:#071b17;--mint:#d9f4e8;--gold:#f6c35b;--cream:#f7f8f4}*{box-sizing:border-box}body{margin:0;min-width:320px;background:linear-gradient(180deg,#e5eee8 0,#f5f6f2 300px);-webkit-font-smoothing:antialiased}button,input,select{font:inherit}button{cursor:pointer}.app-shell{width:100%;max-width:520px;min-height:100vh;margin:auto;background:#f7f8f4;position:relative;padding-bottom:92px;box-shadow:0 0 60px #0a2f2220}header{height:70px;padding:15px 20px;display:flex;align-items:center;justify-content:space-between;background:#e5eee8}.logo{font:800 18px Manrope;letter-spacing:1.8px;display:flex;align-items:center;gap:9px}.logo span{display:grid;place-items:center;width:35px;height:35px;border-radius:11px;background:var(--dark);color:#fff}.avatar{width:39px;height:39px;border-radius:50%;border:3px solid #fff;background:var(--gold);font-weight:800;color:var(--dark)}.content{min-height:calc(100vh - 160px)}.welcome{padding:30px 22px 21px;background:#e5eee8}.eyebrow{margin:0 0 7px;color:#527068;font-size:11px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase}.welcome h1,.page h1{font:700 31px/1.09 Manrope;margin:0;color:var(--dark);letter-spacing:-1.3px}.welcome h1 strong{color:var(--green)}.welcome>p:last-child{font-size:14px;color:#587068;margin:12px 0 0;max-width:330px;line-height:1.45}.balance-card{margin:0 18px 16px;padding:20px;border-radius:22px;background:linear-gradient(145deg,#0b2a23,#0d5947);color:#fff;box-shadow:0 16px 30px #0b3a2c28}.balance-top{display:flex;justify-content:space-between}.balance-top span{font-size:12px;color:#b9d5cc}.balance-top h2{font:800 36px Manrope;margin:3px 0 16px;letter-spacing:-1.5px}.dollar{width:48px;height:48px;border:1px solid #ffffff25;background:#ffffff12;border-radius:15px;display:grid;place-items:center;color:var(--gold)}.balance-meta{padding-top:14px;border-top:1px solid #ffffff18;display:flex;align-items:center;justify-content:space-between;font-size:12px}.balance-meta span{display:flex;align-items:center;gap:7px;color:#c2d8d1}.balance-meta i{width:7px;height:7px;background:var(--gold);border-radius:50%}.balance-meta button{border:0;background:none;color:#fff;font-weight:700;display:flex;align-items:center}.quick-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px;padding:0 18px 22px}.quick-grid button{border:1px solid #dfe6df;background:#fff;border-radius:18px;padding:14px;text-align:left;display:grid;grid-template-columns:40px 1fr;column-gap:10px;align-items:center}.quick-icon{grid-row:1/3;width:40px;height:40px;display:grid;place-items:center;border-radius:13px}.quick-icon svg{width:19px}.quick-icon.green{background:var(--mint);color:var(--green)}.quick-icon.gold{background:#fff0c9;color:#a76b00}.quick-grid b{font-size:13px}.quick-grid small{color:#789088;font-size:10px}.section{padding:8px 18px 20px}.section-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:13px}.section-title h3{font:700 18px Manrope;margin:0}.section-title button{border:0;background:none;color:var(--green);font-size:12px;font-weight:700}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.stats article{background:#fff;border:1px solid #e2e7e1;border-radius:16px;padding:12px;display:grid;gap:3px}.stats svg{width:18px;color:var(--green)}.stats b{font:800 22px Manrope}.stats span{font-size:10px;color:#71837d}.list{background:#fff;border:1px solid #e2e7e1;border-radius:18px;overflow:hidden}.list-row{min-height:67px;padding:11px 13px;display:flex;align-items:center;gap:11px;border-bottom:1px solid #edf0ec}.list-row:last-child{border:0}.person-icon,.money-icon{width:41px;height:41px;border-radius:13px;background:#eaf2ed;color:var(--green);display:grid;place-items:center;flex:none}.person-icon svg,.money-icon svg{width:19px}.list-copy{min-width:0;display:flex;flex-direction:column;gap:3px;flex:1}.list-copy b{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.list-copy span{font-size:10px;color:#7c8f88}.status{font-size:9px;font-weight:800;padding:6px 8px;border-radius:20px;text-transform:uppercase;letter-spacing:.5px}.status.pending{background:#fff1cd;color:#9a6700}.status.verified,.status.fulfilled{background:#dff4e9;color:#147052}.status.rejected{background:#ffe5e2;color:#a63f35}nav{position:fixed;z-index:20;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:520px;height:76px;padding:8px 12px max(8px,env(safe-area-inset-bottom));background:#fff;border-top:1px solid #e3e8e2;display:grid;grid-template-columns:1fr 1fr 62px 1fr 1fr;align-items:center}nav button{border:0;background:none;color:#91a09b;display:flex;flex-direction:column;align-items:center;gap:3px;font-size:9px;font-weight:700}nav button svg{width:20px}.nav-add{justify-self:center;width:52px;height:52px;border-radius:17px!important;background:var(--green)!important;color:#fff!important;transform:translateY(-17px);box-shadow:0 8px 18px #0c6b5260}.nav-add svg{width:25px!important}.active{color:var(--green)!important}.page{padding:25px 18px}.page-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.circle-add{width:43px;height:43px;border:0;border-radius:14px;background:var(--green);color:#fff}.search{height:48px;border-radius:15px;background:#fff;border:1px solid #dfe6df;display:flex;align-items:center;padding:0 14px;gap:9px}.search svg{width:18px;color:#789088}.search input{border:0;outline:0;width:100%;background:transparent}.driver-count{font-size:11px;color:#758880;margin:18px 2px 9px}.driver-list{display:grid;gap:9px}.driver-list article{position:relative;background:#fff;border:1px solid #e2e7e1;border-radius:17px;padding:13px;display:grid;grid-template-columns:46px 1fr auto;align-items:center;gap:11px}.driver-avatar{width:46px;height:46px;border-radius:14px;background:#dcebe3;display:grid;place-items:center;font-weight:800;color:var(--green)}.driver-list h3{font:700 14px Manrope;margin:0 0 2px}.driver-list p{font-size:11px;color:#60746d;margin:0 0 3px}.driver-list small{font-size:9px;color:#9aa6a2}.wallet-hero{margin-top:19px;border-radius:23px;padding:23px;background:linear-gradient(150deg,#0a2b23,#0d7157);color:#fff}.wallet-hero>span{font-size:11px;color:#c0d8d0}.wallet-hero h2{font:800 39px Manrope;margin:2px 0}.wallet-hero p{font-size:11px;color:#c0d8d0}.wallet-hero button{margin-top:14px;border:0;border-radius:12px;background:var(--gold);color:#302100;padding:11px 13px;font-weight:800;font-size:11px;display:flex;align-items:center;gap:7px}.wallet-hero button svg{width:16px}.wallet-summary{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:12px 0 24px}.wallet-summary article{border:1px solid #e2e7e1;background:#fff;border-radius:16px;padding:12px;display:grid;grid-template-columns:28px 1fr;align-items:center}.wallet-summary svg{grid-row:1/3;width:18px;color:var(--green)}.wallet-summary span{font-size:9px;color:#84948f}.wallet-summary b{font-size:14px}.money-icon.in{background:#e1f4e9}.money-icon.out{background:#fff0dc;color:#b06a15}.amount{font-size:12px}.amount.positive{color:var(--green)}.profile-card{text-align:center;margin:20px 0 13px;background:#fff;border:1px solid #e2e7e1;border-radius:22px;padding:22px}.profile-avatar{margin:auto;width:68px;height:68px;border-radius:22px;background:var(--gold);display:grid;place-items:center;font:800 27px Manrope}.profile-card h2{font:700 20px Manrope;margin:11px 0 2px}.profile-card span{font-size:10px;background:#ddf2e7;color:var(--green);padding:5px 9px;border-radius:20px;font-weight:800}.profile-card p{font-size:12px;color:#74877f}.referral-card{background:var(--dark);color:#fff;border-radius:20px;padding:17px}.referral-icon{width:40px;height:40px;background:#ffffff18;border-radius:13px;display:grid;place-items:center;color:var(--gold);margin-bottom:12px}.referral-card h3{font:700 17px Manrope;margin:0 0 5px}.referral-card span{color:#b9cdc6;font-size:11px}.referral-card button{margin-top:15px;width:100%;border:0;background:var(--gold);padding:11px;border-radius:12px;font-weight:800;font-size:11px;display:flex;align-items:center;justify-content:center;gap:7px}.referral-card button svg{width:15px}.profile-stats{display:grid;grid-template-columns:repeat(3,1fr);margin-top:12px;background:#fff;border:1px solid #e2e7e1;border-radius:17px;padding:15px 5px}.profile-stats article{text-align:center;border-right:1px solid #e5e9e5}.profile-stats article:last-child{border:0}.profile-stats b{font:800 16px Manrope;display:block}.profile-stats span{font-size:9px;color:#81918c}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:#0617139e;display:flex;align-items:flex-end;justify-content:center}.sheet{position:relative;width:100%;max-width:520px;max-height:92vh;overflow-y:auto;background:#f8f9f6;border-radius:25px 25px 0 0;padding:13px 21px max(25px,env(safe-area-inset-bottom));animation:up .22s ease}.grabber{width:38px;height:4px;background:#c9d1cc;border-radius:4px;margin:0 auto 21px}.sheet-close{position:absolute;right:17px;top:23px;width:34px;height:34px;border:0;border-radius:11px;background:#e9eeea;color:#496159}.sheet-close svg{width:18px}.sheet h2{font:700 25px Manrope;margin:0 0 20px}.sheet form{display:grid;gap:14px}.sheet label{font-size:11px;font-weight:800;display:grid;gap:6px}.sheet input,.sheet select{height:50px;border:1px solid #dbe2dc;border-radius:14px;background:#fff;padding:0 14px;outline:none}.sheet input:focus,.sheet select:focus{border-color:var(--green);box-shadow:0 0 0 3px #0c6b5215}.form-note{font-size:10px;color:#71847d;margin:0;line-height:1.4}.form-error{font-size:11px;color:#a43f35;background:#ffe9e6;padding:10px;border-radius:10px;margin:0}.primary{border:0;border-radius:14px;background:var(--green);color:#fff;padding:13px 18px;font-weight:800}.primary.full{height:50px;width:100%;display:flex;align-items:center;justify-content:center;gap:7px}.primary svg{width:18px}.center{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:25px;color:#62766f}.brand-mark{width:62px;height:62px;border-radius:20px;background:var(--dark);color:var(--gold);display:grid;place-items:center;margin-bottom:17px}.center h2{font:700 23px Manrope;color:var(--dark);margin-bottom:6px}.center p{font-size:13px;max-width:300px;line-height:1.5}.empty{text-align:center;padding:30px 15px;color:#92a19c}.empty svg{color:#b1bdb9}.empty p{font-size:11px;margin:7px}.toast{position:fixed;z-index:70;left:50%;bottom:91px;transform:translate(-50%);background:var(--dark);color:#fff;border-radius:13px;padding:11px 15px;font-size:11px;font-weight:700;display:flex;align-items:center;gap:7px;box-shadow:0 8px 25px #0003;white-space:nowrap}.toast svg{color:var(--gold)}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes up{0%{transform:translateY(100%)}to{transform:none}}@media(min-width:521px){body{padding:20px 0}.app-shell{min-height:calc(100vh - 40px);border-radius:25px;overflow:hidden}nav{bottom:20px;border-radius:0 0 25px 25px}.modal-backdrop{align-items:center}.sheet{border-radius:25px}}
