@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";:root{font-family:Manrope,system-ui,sans-serif;color:#f8f8f8;background:#080808;font-synthesis:none;--yellow:#ffd400;--black:#080808;--panel:#121212;--panel2:#191919;--line:#2b2b2b;--muted:#9d9d9d}*{box-sizing:border-box}body{margin:0;min-width:320px;background:#080808}button,input{font:inherit}button{cursor:pointer}.splash{min-height:100vh;display:grid;place-items:center}.brand-mark,.status-logo{width:68px;height:68px;border-radius:22px;background:var(--yellow);color:#080808;display:grid;place-items:center;font-weight:900;font-size:32px;box-shadow:0 0 60px #ffd40055}.topbar{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 32px;border-bottom:1px solid #202020;background:#0b0b0be8;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);position:relative;z-index:1000}.logo{font-weight:900;letter-spacing:.14em;display:flex;align-items:center;gap:10px}.logo.large{font-size:24px}.logo-dot{display:inline-block;width:13px;height:13px;background:var(--yellow);border-radius:4px;transform:rotate(8deg)}.top-actions{display:flex;align-items:center;gap:12px}.role-pill{display:flex;align-items:center;gap:7px;background:#1a1a1a;border:1px solid #2d2d2d;padding:9px 13px;border-radius:999px;font-size:12px;font-weight:800;letter-spacing:.08em}.icon-button{width:42px;height:42px;border:1px solid #303030;color:#fff;background:#171717;border-radius:13px;display:grid;place-items:center}.app-shell main{min-height:calc(100vh - 76px)}.eyebrow{font-size:11px;letter-spacing:.19em;font-weight:800;color:#ababab}.eyebrow.yellow{color:var(--yellow)}h1,h2,p{margin-top:0}h1{font-size:clamp(34px,4vw,62px);letter-spacing:-.055em;line-height:1.02}h2{letter-spacing:-.035em}.muted{color:var(--muted);line-height:1.7}.primary-button,.secondary-button,.facebook-button{min-height:54px;border-radius:16px;border:0;padding:0 20px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:10px}.primary-button{background:var(--yellow);color:#090909;box-shadow:0 10px 30px #ffd40020}.primary-button:hover{transform:translateY(-1px)}.primary-button:disabled{opacity:.6}.secondary-button{background:#1b1b1b;color:#fff;border:1px solid #333}.full{width:100%}.error-box,.success-box{padding:13px 15px;border-radius:13px;margin:14px 0;font-size:14px}.error-box{background:#3a1515;border:1px solid #702525;color:#ffb9b9}.success-box{background:#123321;border:1px solid #235d3a;color:#b7f8ce}input{width:100%;background:#111;color:#fff;border:1px solid #323232;border-radius:14px;min-height:52px;padding:0 15px;outline:none}input:focus{border-color:var(--yellow);box-shadow:0 0 0 3px #ffd40017}label{display:grid;gap:8px;color:#c8c8c8;font-size:13px;font-weight:700}.login-page{min-height:100vh;display:grid;grid-template-columns:1.2fr .8fr}.login-hero{position:relative;padding:44px 7vw;display:flex;flex-direction:column;justify-content:space-between;background:radial-gradient(circle at 20% 45%,#3b3200 0,#151300 25%,#080808 62%);overflow:hidden;isolation:isolate}.login-hero:after{content:"";position:absolute;width:520px;height:520px;border:1px solid #ffd40033;border-radius:50%;right:-160px;top:15%;box-shadow:0 0 0 60px #ffd40008,0 0 0 120px #ffd40005}.login-hero h1{font-size:clamp(48px,7vw,96px);max-width:850px;margin:20px 0}.login-hero h1 em{font-style:normal;color:var(--yellow)}.login-hero p{color:#aaa;font-size:17px}.hero-number{font-size:130px;font-weight:900;color:#ffffff08;position:absolute;right:5vw;bottom:0}.login-panel{display:grid;place-items:center;padding:40px;background:#0d0d0d}.login-card{width:min(390px,100%)}.login-card h2{font-size:36px;margin:12px 0}.social-stack{display:grid;gap:12px;margin:30px 0}.google-wrap{min-height:52px;display:grid;place-items:center}.facebook-button{width:100%;background:#1877f2;color:#fff;justify-content:space-between}.dev-toggle{background:none;border:0;color:#777;width:100%;padding:10px}.dev-form{display:grid;gap:10px;margin:10px 0 20px}.login-card small{display:block;color:#666;line-height:1.6;text-align:center}.profile-page{min-height:100vh;display:grid;place-items:center;padding:30px;background:radial-gradient(circle at top,#282000,#080808 50%)}.profile-card{width:min(520px,100%);padding:36px;background:#111;border:1px solid #292929;border-radius:28px;display:grid;gap:18px}.profile-card h1{font-size:44px;margin:5px 0}.customer-layout,.driver-layout{display:grid;grid-template-columns:minmax(0,1fr) 430px;height:calc(100vh - 76px)}.map-card{min-height:480px;background:#151515}.map-card,.leaflet-container{height:100%;width:100%}.leaflet-container{filter:grayscale(1) contrast(1.1) brightness(.72)}.tramm-marker{background:none;border:0}.marker-core{width:42px;height:42px;background:var(--yellow);color:#080808;border:5px solid #080808;border-radius:15px;display:grid;place-items:center;font-weight:900;box-shadow:0 6px 24px #000}.ride-panel,.driver-panel{padding:42px 34px;background:#101010;border-left:1px solid #252525;overflow:auto}.ride-panel h1,.driver-panel h1{font-size:43px;margin:12px 0}.ride-form{display:grid;gap:17px;margin-top:28px}.ride-form label>span{display:flex;align-items:center;gap:8px}.input-with-action{display:grid;grid-template-columns:1fr 46px;gap:7px}.input-with-action button{border:1px solid #333;background:#191919;color:var(--yellow);border-radius:13px}.bonus-toggle{display:flex!important;align-items:center;gap:10px!important;background:#161616;border:1px solid #292929;padding:13px;border-radius:14px}.bonus-toggle input{width:18px;min-height:auto;accent-color:var(--yellow)}.quote-card{margin-top:20px;padding:20px;background:linear-gradient(145deg,#202020,#121212);border:1px solid #343434;border-radius:22px}.quote-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.quote-top strong{font-size:28px;color:var(--yellow)}.metric-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:16px}.metric-grid span{background:#111;border-radius:12px;padding:10px 5px;display:flex;align-items:center;justify-content:center;gap:6px;font-size:12px}.route-summary{display:grid;gap:8px;margin:25px 0}.route-summary>div{display:grid;grid-template-columns:24px 1fr;gap:10px;align-items:start;padding:13px;background:#171717;border:1px solid #282828;border-radius:15px}.route-summary small{display:block;color:#777;margin-bottom:3px}.route-summary.compact{margin:12px 0}.price-row{display:flex;align-items:center;justify-content:space-between;padding:18px 0;border-top:1px solid #292929;border-bottom:1px solid #292929;margin-bottom:20px}.price-row strong{font-size:25px;color:var(--yellow)}.status-orbit{height:160px;display:grid;place-items:center;position:relative}.status-orbit.small{height:110px}.pulse-ring{position:absolute;width:110px;height:110px;border-radius:50%;border:1px solid #ffd40080;animation:pulse 1.7s infinite}.secure-note{display:flex;align-items:center;justify-content:center;gap:7px;color:#777;font-size:12px;margin-top:15px}@keyframes pulse{0%{transform:scale(.6);opacity:1}to{transform:scale(1.55);opacity:0}}.modal-backdrop{position:fixed;inset:0;background:#000c;z-index:2000;display:grid;place-items:center;padding:20px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.modal-card{width:min(540px,100%);background:#111;border:1px solid #333;border-radius:25px;padding:26px;box-shadow:0 30px 100px #000}.payment-form{display:grid;gap:18px}.modal-head{display:flex;justify-content:space-between}.modal-head h2{margin:6px 0}.driver-dashboard,.admin-page{max-width:1180px;margin:auto;padding:44px 28px}.driver-hero,.admin-heading{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:30px;background:linear-gradient(135deg,#262100,#111 55%);border:1px solid #393000;border-radius:28px}.driver-hero h1,.admin-heading h1{font-size:44px;margin:10px 0}.driver-hero p,.admin-heading p{color:#aaa}.availability{min-width:180px;height:62px;border-radius:18px;background:#222;color:#aaa;border:1px solid #333;display:flex;align-items:center;justify-content:center;gap:10px;font-weight:800}.availability.online{background:var(--yellow);color:#080808}.section-head{display:flex;justify-content:space-between;align-items:center;margin:38px 0 15px}.ride-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:16px}.empty-card,.driver-ride-card,.settings-card,.webhook-card{background:#111;border:1px solid #292929;border-radius:23px;padding:24px}.empty-card{min-height:220px;display:grid;place-items:center;color:#777;text-align:center}.ride-card-head{display:flex;align-items:center;justify-content:space-between}.ride-card-head strong{font-size:25px;color:var(--yellow)}.connection-card{display:flex;align-items:center;gap:13px;background:#241515;border:1px solid #4a2525;border-radius:18px;padding:16px 20px;min-width:190px}.connection-card.ok{background:#102519;border-color:#24523a}.connection-card span{color:var(--yellow)}.connection-card small,.connection-card strong{display:block}.settings-card{margin-top:22px}.mode-switch{display:grid;grid-template-columns:1fr 1fr;background:#080808;padding:5px;border-radius:16px;margin-bottom:25px}.mode-switch button{height:46px;border:0;border-radius:12px;background:transparent;color:#777;font-weight:800}.mode-switch button.active{background:var(--yellow);color:#080808}.mode-switch button.active.danger{background:#e35d5d}.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px}.settings-grid section{display:grid;gap:14px}.settings-grid h2{border-bottom:1px solid #292929;padding-bottom:13px}.form-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:22px}.webhook-card{margin-top:20px}.webhook-card code{display:block;background:#080808;border:1px solid #292929;padding:15px;border-radius:13px;margin:12px 0;color:var(--yellow);overflow:auto}.safe-bottom{height:env(safe-area-inset-bottom)}@media(max-width:900px){.login-page{grid-template-columns:1fr}.login-hero{min-height:44vh;padding:28px}.login-hero h1{font-size:52px}.login-panel{padding:32px 20px}.customer-layout,.driver-layout{grid-template-columns:1fr;height:auto}.map-card{height:46vh;min-height:340px}.ride-panel,.driver-panel{border-left:0;border-top:1px solid #252525;padding:28px 20px;min-height:54vh}.topbar{padding:0 18px}.driver-hero,.admin-heading{align-items:flex-start;flex-direction:column}.availability{width:100%}.settings-grid{grid-template-columns:1fr}.form-actions{flex-direction:column}.form-actions button{width:100%}.metric-grid{grid-template-columns:1fr 1fr}.metric-grid span:last-child{grid-column:1/-1}}.hero-copy{position:relative;z-index:3;max-width:760px}.hero-vehicle{position:absolute;width:min(63vw,760px);right:-6vw;bottom:-11vw;opacity:.72;filter:drop-shadow(0 30px 90px #000);z-index:1;pointer-events:none}.login-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#080808 0%,#080808dd 35%,transparent 72%);z-index:2;pointer-events:none}.login-hero>.logo,.login-hero>.hero-number{position:relative;z-index:4}@media(max-width:900px){.hero-vehicle{width:570px;right:-180px;bottom:-170px;opacity:.45}.login-hero:before{background:linear-gradient(180deg,#08080844,#080808 95%)}}.admin-workspace{display:grid;grid-template-columns:250px minmax(0,1fr);min-height:calc(100vh - 76px);background:#090909}.admin-nav{padding:30px 18px;border-right:1px solid #242424;background:#0d0d0d;display:flex;flex-direction:column;gap:8px}.admin-nav h2{margin:7px 0 24px}.admin-nav button{height:48px;border:1px solid transparent;border-radius:14px;background:transparent;color:#999;display:flex;align-items:center;gap:11px;padding:0 14px;font-weight:800;text-align:left}.admin-nav button:hover,.admin-nav button.active{background:#1a1a1a;color:#fff;border-color:#303030}.admin-nav button.active{color:var(--yellow);box-shadow:inset 3px 0 0 var(--yellow)}.admin-content{padding:38px;min-width:0}.admin-title{display:flex;align-items:center;justify-content:space-between;gap:22px;margin-bottom:24px}.admin-title h1{font-size:46px;margin:8px 0 0}.stat-grid{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:14px}.stat-card{background:linear-gradient(145deg,#171717,#0f0f0f);border:1px solid #292929;border-radius:20px;padding:22px;min-height:120px;display:flex;flex-direction:column;justify-content:space-between}.stat-card small{color:#888;font-weight:700}.stat-card strong{font-size:28px;color:var(--yellow)}.table-card{margin-top:24px;background:#101010;border:1px solid #292929;border-radius:22px;padding:22px}.data-table{display:grid;gap:9px}.data-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:14px;background:#151515;border:1px solid #282828;border-radius:15px;padding:14px 16px}.data-row>div:first-child{min-width:0}.data-row strong,.data-row small{display:block}.data-row small{color:#777;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.status-chip{font-size:11px;letter-spacing:.06em;text-transform:uppercase;padding:8px 10px;border-radius:999px;background:#2a2a2a;color:#bbb;font-weight:900}.status-chip.approved,.status-chip.completed,.status-chip.captured{background:#123721;color:#8df0b1}.status-chip.pending,.status-chip.searching,.status-chip.payment_pending{background:#3c3100;color:#ffe478}.status-chip.suspended,.status-chip.rejected,.status-chip.cancelled,.status-chip.payment_failed{background:#3c1717;color:#ffabab}.row-actions{display:flex!important;gap:7px}.row-actions button,.data-row>button{min-height:40px;padding:0 13px;border-radius:11px}.driver-row{grid-template-columns:minmax(0,1fr) auto auto}.settings-card>.admin-title{margin-top:0}.table-card h2{margin-bottom:18px}@media(max-width:1100px){.stat-grid{grid-template-columns:repeat(2,1fr)}.admin-workspace{grid-template-columns:210px minmax(0,1fr)}.admin-content{padding:28px}}@media(max-width:760px){.admin-workspace{display:block}.admin-nav{position:sticky;top:76px;z-index:900;display:flex;flex-direction:row;overflow:auto;border-right:0;border-bottom:1px solid #242424;padding:10px}.admin-nav>div{display:none}.admin-nav button{flex:0 0 auto;height:42px}.admin-content{padding:22px 14px}.admin-title{align-items:flex-start;flex-direction:column}.admin-title h1{font-size:36px}.stat-grid{grid-template-columns:1fr 1fr}.data-row,.driver-row{grid-template-columns:1fr}.row-actions{width:100%}.row-actions button{flex:1}}.customer-nav{position:fixed;z-index:1100;left:50%;transform:translate(-50%);top:16px;display:flex;gap:5px;background:#111d;border:1px solid #303030;border-radius:16px;padding:5px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.customer-nav button{height:36px;border:0;border-radius:11px;background:transparent;color:#888;padding:0 13px;display:flex;align-items:center;gap:7px;font-weight:800}.customer-nav button.active{background:var(--yellow);color:#080808}.address-autocomplete{position:relative;min-width:0}.suggestions{position:absolute;z-index:1400;left:0;right:0;top:calc(100% + 7px);background:#111;border:1px solid #333;border-radius:15px;padding:7px;box-shadow:0 20px 60px #000;max-height:280px;overflow:auto}.suggestions button{display:block;width:100%;border:0;border-bottom:1px solid #222;background:transparent;color:#ddd;text-align:left;padding:12px;border-radius:9px;line-height:1.35}.suggestions button:hover{background:#242000;color:var(--yellow)}.driver-summary{display:flex;align-items:center;gap:13px;background:#171717;border:1px solid #303030;padding:14px;border-radius:17px;margin:18px 0}.driver-summary .avatar{width:48px;height:48px;border-radius:15px;background:var(--yellow);color:#080808;display:grid;place-items:center;font-size:20px;font-weight:900}.driver-summary small{display:block;color:#777;margin-top:4px}.content-page{max-width:1180px;margin:auto;padding:48px 28px}.page-heading{margin-bottom:26px}.page-heading h1{font-size:48px;margin:8px 0}.history-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:15px}.history-card{background:#111;border:1px solid #292929;border-radius:21px;padding:22px}.history-card h3{margin:22px 0 7px;font-size:17px}.history-card p{color:#777;min-height:50px}.history-card>strong{font-size:24px;color:var(--yellow)}.shop-layout{display:grid;grid-template-columns:minmax(330px,1fr) 430px;gap:20px;max-width:1280px;margin:auto;padding:42px 28px}.shop-list{display:grid;align-content:start;gap:12px}.shop-card{width:100%;display:grid;grid-template-columns:55px 1fr;gap:14px;text-align:left;background:#111;color:#fff;border:1px solid #292929;border-radius:20px;padding:18px}.shop-card.active,.shop-card:hover{border-color:#7a6800;background:#181600}.shop-card small{display:block;color:#777;margin-top:4px}.shop-card p{color:#999;margin:8px 0 0}.shop-icon{width:52px;height:52px;border-radius:16px;background:var(--yellow);color:#090909;display:grid;place-items:center}.shop-cart{background:#101010;border:1px solid #292929;border-radius:24px;padding:24px;align-self:start;position:sticky;top:96px}.product-list{display:grid;gap:9px;margin:18px 0}.product-row{display:grid;grid-template-columns:1fr 70px;align-items:center;gap:12px;background:#171717;border:1px solid #292929;border-radius:15px;padding:13px}.product-row small{display:block;color:#777;margin:5px 0}.product-row b{color:var(--yellow)}.product-row input{min-height:46px;text-align:center}.order-history{grid-column:1/-1;background:#101010;border:1px solid #292929;border-radius:22px;padding:22px}.order-history .data-row{grid-template-columns:1fr auto}@media(max-width:900px){.customer-nav{top:auto;bottom:18px}.shop-layout{grid-template-columns:1fr;padding:28px 16px 90px}.shop-cart{position:static}.order-history{grid-column:auto}.content-page{padding:32px 16px 90px}.page-heading h1{font-size:38px}}.driver-tabs{position:fixed;z-index:1100;left:50%;transform:translate(-50%);top:16px;display:flex;gap:5px;background:#111d;border:1px solid #303030;border-radius:16px;padding:5px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.driver-tabs button{height:36px;border:0;border-radius:11px;background:transparent;color:#888;padding:0 13px;display:flex;align-items:center;gap:7px;font-weight:800}.driver-tabs button svg{width:16px}.driver-tabs button.active{background:var(--yellow);color:#080808}.driver-stat-row{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin-top:18px}.mini-stat{background:#111;border:1px solid #292929;border-radius:18px;padding:18px}.mini-stat small{display:block;color:#777;margin-bottom:8px}.mini-stat strong{font-size:23px;color:var(--yellow)}.payout-card{background:#111;border:1px solid #292929;border-radius:23px;padding:24px;margin:22px 0}.payout-card .primary-button{margin-top:18px}.wide{grid-column:1/-1}.shop-owner-card{display:grid;grid-template-columns:1fr auto auto;gap:15px;align-items:center;background:#111;border:1px solid #292929;border-radius:18px;padding:18px;margin-bottom:10px}.shop-owner-card small{display:block;color:#777;margin-top:5px}.shop-owner-card p{margin:0;color:#aaa}.floating-error{position:fixed;z-index:1800;right:20px;top:90px;max-width:420px}@media(max-width:900px){.driver-tabs{top:auto;bottom:18px}.driver-tabs button{font-size:0;padding:0 14px}.driver-tabs button svg{width:20px;height:20px}.driver-stat-row{grid-template-columns:1fr}.shop-owner-card{grid-template-columns:1fr auto}.shop-owner-card p{grid-column:1/-1}}.shop-owner-section{background:#0e0e0e;border:1px solid #242424;border-radius:22px;padding:12px;margin-bottom:15px}.shop-owner-section .shop-owner-card{margin-bottom:10px;border:0;background:#151515}.owner-order{margin-top:8px}.owner-order .row-actions:empty{display:none!important}@media(max-width:760px){.owner-order{grid-template-columns:1fr}.owner-order .row-actions{display:flex!important}}.driver-warning{background:#332a05;border:1px solid #695600;color:#ffe681;padding:12px 14px;border-radius:13px;margin-bottom:14px;font-size:13px;line-height:1.5}.login-divider{display:flex;align-items:center;gap:12px;color:#666;font-size:12px;margin:20px 0}.login-divider:before,.login-divider:after{content:"";height:1px;background:#2b2b2b;flex:1}.password-login{display:grid;gap:14px}.password-login label>span{display:flex;align-items:center;gap:7px}.demo-note{margin:16px 0;padding:12px 14px;border:1px solid #3a3200;background:#1d1900;border-radius:13px;color:#c9b95e;font-size:12px;line-height:1.5}.map-stack{position:relative;min-width:0;min-height:0;height:100%;background:#101010}.map-stack>.map-card{height:100%;min-height:100%}.map-stack>.customer-nav{position:absolute;inset:auto auto 18px 50%;transform:translate(-50%);z-index:1100;white-space:nowrap;box-shadow:0 16px 50px #000a}.secondary-nav-wrap{display:flex;justify-content:center;margin:0 0 28px}.secondary-nav-wrap .customer-nav{position:static;inset:auto;transform:none;width:max-content;max-width:100%;box-shadow:none}.shop-nav-wrap{grid-column:1/-1;margin-bottom:0}.leaflet-container{filter:saturate(1.22) contrast(1.04) brightness(.94)}@media(max-width:900px){.map-stack{height:auto;display:grid;grid-template-rows:minmax(340px,46vh) auto}.map-stack>.map-card{height:46vh;min-height:340px}.map-stack>.customer-nav{position:relative;inset:auto;transform:none;margin:-24px auto 12px;width:max-content;max-width:calc(100vw - 24px);box-shadow:0 14px 42px #000b}.customer-nav button{padding:0 12px}.ride-panel{padding-top:22px}.secondary-nav-wrap{position:sticky;top:84px;z-index:850;margin:-6px auto 24px}.secondary-nav-wrap .customer-nav{max-width:calc(100vw - 32px);overflow-x:auto}.shop-layout,.content-page{padding-bottom:32px}}@media(max-width:420px){.map-stack>.customer-nav,.secondary-nav-wrap .customer-nav{width:calc(100vw - 24px);justify-content:space-between}.customer-nav button{flex:1;justify-content:center;padding:0 8px;font-size:12px}}.pickup-marker{background:#ffd400;color:#080808}.destination-marker{background:#fff;color:#080808}.driver-marker{width:46px;height:46px;background:#080808;color:#ffd400;border-color:#ffd400;border-radius:50%;box-shadow:0 8px 28px #000,0 0 0 3px #ffd40044}.driver-navigation-card{position:relative;height:min(58vh,620px);min-height:430px;margin:22px 0 8px;border:1px solid #343434;border-radius:28px;overflow:hidden;background:#111;box-shadow:0 24px 70px #0008}.driver-navigation-map{position:absolute;inset:0}.driver-navigation-card .maplibregl-map{font-family:Manrope,system-ui,sans-serif}.driver-navigation-card .maplibregl-canvas{outline:0}.driver-navigation-card:after{content:"";position:absolute;inset:0;pointer-events:none;box-shadow:inset 0 0 90px #0008}.driver-map-overlay{position:absolute;z-index:5;left:16px;top:16px;display:grid;grid-template-columns:12px auto;align-items:center;column-gap:9px;background:#0b0b0be8;border:1px solid #353535;border-radius:15px;padding:11px 14px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 10px 30px #0008}.driver-map-overlay small{grid-column:2;color:#8c8c8c;margin-top:2px}.live-dot{width:10px;height:10px;border-radius:50%;background:#777;box-shadow:0 0 0 6px #7772}.live-dot.ok{background:#48e383;box-shadow:0 0 0 6px #48e38320}.driver-heading-pill{position:absolute;z-index:5;right:16px;top:16px;display:flex;align-items:center;gap:7px;background:#0b0b0be8;border:1px solid #353535;border-radius:999px;padding:10px 13px;color:var(--yellow);font-weight:900;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.follow-driver-button{position:absolute;z-index:6;left:50%;bottom:18px;transform:translate(-50%);height:48px;padding:0 17px;border-radius:15px;border:1px solid #454545;background:#101010e8;color:#fff;font-weight:800;display:flex;align-items:center;gap:8px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 12px 35px #000b}.follow-driver-button.active{background:var(--yellow);border-color:var(--yellow);color:#080808}.nav-marker{display:grid;place-items:center;will-change:transform}.nav-marker-self{width:62px;height:62px}.nav-self-halo{position:absolute;width:58px;height:58px;border-radius:50%;background:#ffd40025;border:1px solid #ffd40080;animation:driverHalo 1.8s ease-out infinite}.nav-self-arrow{position:relative;width:42px;height:42px;border-radius:50% 50% 50% 12px;transform:rotate(45deg);background:#090909;border:4px solid var(--yellow);color:var(--yellow);display:grid;place-items:center;font-size:19px;box-shadow:0 10px 30px #000}.nav-self-arrow:first-letter{transform:rotate(-45deg)}.nav-other-car{width:36px;height:36px;border-radius:12px;background:#fff;color:#080808;border:4px solid #111;display:grid;place-items:center;font-weight:900;box-shadow:0 8px 25px #0009}.nav-marker-pickup,.nav-marker-destination{width:40px;height:40px;border-radius:14px;border:4px solid #090909;display:grid;place-items:center;font-weight:900;box-shadow:0 8px 25px #0009}.nav-marker-pickup{background:var(--yellow);color:#080808}.nav-marker-destination{background:#fff;color:#080808}@keyframes driverHalo{0%{transform:scale(.55);opacity:1}to{transform:scale(1.35);opacity:0}}.driver-layout>.driver-navigation-card{height:calc(100vh - 76px);min-height:520px;margin:0;border:0;border-radius:0}.driver-dashboard>.driver-navigation-card{margin-top:20px}.maplibregl-ctrl-bottom-left,.maplibregl-ctrl-bottom-right{z-index:4}.maplibregl-ctrl-attrib{background:#0c0c0caa!important;color:#aaa}.maplibregl-ctrl-attrib a{color:#ddd}@media(max-width:900px){.driver-navigation-card{height:48vh;min-height:360px;border-radius:22px}.driver-layout>.driver-navigation-card{height:48vh;min-height:360px}.driver-layout{display:block;height:auto}.driver-layout .driver-panel{border-left:0;border-top:1px solid #252525}.driver-map-overlay{left:10px;top:10px;padding:9px 11px}.driver-heading-pill{right:10px;top:10px}.follow-driver-button{bottom:14px;white-space:nowrap}.driver-dashboard{padding:26px 14px 88px}.driver-hero{align-items:flex-start;flex-direction:column}.availability{width:100%}}.auth-mode-button{width:100%;margin:4px 0 16px;min-height:44px;border:1px solid #313131;border-radius:14px;background:#151515;color:#f5f5f5;font-weight:800}.auth-mode-button:hover{border-color:#6f5e00;color:var(--yellow)}.auth-consent{display:flex!important;align-items:flex-start;gap:10px!important;padding:12px 13px;border:1px solid #2d2d2d;background:#151515;border-radius:14px;line-height:1.45}.auth-consent input{width:18px;min-width:18px;min-height:18px;height:18px;margin-top:1px;accent-color:var(--yellow)}.auth-consent span{font-weight:600;color:#aaa}.login-card{padding:4px 0}.password-login input{background:#0c0c0c}@media(max-width:900px){.login-panel{padding:30px 18px}.login-card{width:min(440px,100%)}}textarea{width:100%;min-height:120px;resize:vertical;background:#111;color:#fff;border:1px solid #323232;border-radius:14px;padding:14px 15px;outline:none;font:inherit}.driver-workspace{position:relative;height:calc(100dvh - 76px);overflow:hidden;background:#090909}.driver-workspace>.driver-navigation-card{position:absolute;inset:0;width:100%;height:100%;min-height:0;margin:0;border:0;border-radius:0}.driver-map-actions{position:absolute;z-index:40;right:18px;top:84px;display:grid;gap:10px}.map-action{width:76px;min-height:68px;border:1px solid #3a3a3a;border-radius:20px;background:#0b0b0be8;color:#fff;display:grid;place-items:center;align-content:center;gap:4px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 12px 36px #000a;font-size:10px;font-weight:900;letter-spacing:.04em;touch-action:none;-webkit-user-select:none;user-select:none}.map-action svg{width:23px;height:23px}.map-action.active,.availability-action.active{background:var(--yellow);border-color:var(--yellow);color:#090909}.sos-action{border-color:#6f2929;color:#ff8b8b}.sos-action.active{background:#e43232;border-color:#ff6b6b;color:#fff;animation:sosGlow 1.25s infinite}.walkie-action.active{background:#fff;color:#080808;border-color:#fff;transform:scale(.98)}@keyframes sosGlow{50%{box-shadow:0 0 0 8px #e4323228,0 12px 36px #000a}}.driver-bottom-sheet{position:absolute;z-index:35;left:18px;bottom:92px;width:min(480px,calc(100% - 130px));max-height:48vh;overflow:auto;background:#0b0b0bf2;border:1px solid #383838;border-radius:26px;padding:14px 18px 18px;box-shadow:0 24px 80px #000c;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.sheet-handle{width:48px;height:5px;background:#444;border-radius:99px;margin:0 auto 12px}.driver-sheet-summary,.driver-sheet-summary>div{display:flex;align-items:center;justify-content:space-between;gap:11px}.driver-sheet-summary>div{justify-content:flex-start}.driver-sheet-summary button{width:40px;height:40px;border:0;border-radius:12px;background:#1b1b1b;color:#fff;display:grid;place-items:center}.driver-sheet-summary small{display:block;color:#8f8f8f;margin-top:3px}.work-dot{width:13px;height:13px;border-radius:50%;background:#656565;box-shadow:0 0 0 6px #6662}.work-dot.online{background:#49e589;box-shadow:0 0 0 6px #49e58920}.driver-quick-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:14px 0 4px}.driver-quick-stats span{background:#171717;border:1px solid #292929;border-radius:14px;padding:10px}.driver-quick-stats small,.driver-quick-stats b{display:block}.driver-quick-stats small{color:#777;font-size:10px}.driver-quick-stats b{color:var(--yellow);margin-top:4px}.waiting-copy{color:#7f7f7f;font-size:13px;margin:14px 2px 0}.incoming-job{background:#171717;border:1px solid #343434;border-radius:18px;padding:14px;margin-top:10px}.incoming-job>div{display:flex;justify-content:space-between;gap:12px}.incoming-job span{font-size:10px;color:#aaa;font-weight:900;letter-spacing:.08em}.incoming-job strong{color:var(--yellow)}.incoming-job p{font-size:13px;color:#ddd;margin:8px 0 12px}.incoming-job button{width:100%;height:44px;border:0;border-radius:13px;background:var(--yellow);color:#080808;font-weight:900}.active-job{width:min(560px,calc(100% - 130px))}.job-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.job-header h2{margin:5px 0;font-size:26px}.job-header>strong{font-size:25px;color:var(--yellow)}.job-route{display:grid;gap:7px;margin:12px 0}.job-route span{display:grid;grid-template-columns:22px 1fr;gap:8px;align-items:center;background:#171717;border:1px solid #292929;border-radius:13px;padding:10px;font-size:13px}.job-route svg{width:16px;color:var(--yellow)}.driver-mobile-nav{position:fixed;z-index:1200;left:50%;transform:translate(-50%);bottom:max(12px,env(safe-area-inset-bottom));display:flex;background:#0c0c0cf2;border:1px solid #343434;border-radius:20px;padding:6px;box-shadow:0 16px 55px #000d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.driver-mobile-nav button{width:82px;height:52px;border:0;border-radius:15px;background:transparent;color:#777;display:grid;place-items:center;align-content:center;gap:2px;font-size:9px;font-weight:900}.driver-mobile-nav button svg{width:20px;height:20px}.driver-mobile-nav button.active{background:var(--yellow);color:#080808}.driver-content-page{padding-bottom:110px}.driver-sos-map-badge{position:absolute;z-index:7;left:16px;top:88px;display:flex;align-items:center;gap:7px;background:#d82d2ded;border:1px solid #ff7777;border-radius:13px;padding:9px 12px;font-weight:900;box-shadow:0 10px 30px #0009}.nav-self-car{position:relative;width:32px;height:50px;border-radius:12px 12px 9px 9px;background:var(--yellow);border:4px solid #080808;box-shadow:0 9px 28px #000}.nav-self-car:before,.nav-self-car:after{content:"";position:absolute;left:4px;right:4px;height:7px;background:#171717;border-radius:4px}.nav-self-car:before{top:7px}.nav-self-car:after{bottom:7px}.nav-self-car span:before,.nav-self-car span:after{content:"";position:absolute;width:5px;height:13px;background:#080808;top:18px}.nav-self-car span:before{left:-6px;border-radius:4px 0 0 4px}.nav-self-car span:after{right:-6px;border-radius:0 4px 4px 0}.nav-other-car{position:relative;width:26px;height:40px;border-radius:9px;background:#fff;border:3px solid #111;box-shadow:0 8px 25px #0009}.nav-other-car:before,.nav-other-car:after{content:"";position:absolute;left:4px;right:4px;height:5px;background:#171717;border-radius:3px}.nav-other-car:before{top:6px}.nav-other-car:after{bottom:6px}.nav-sos-core{position:relative;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#e32d2d;color:#fff;border:4px solid #fff;font-size:25px;font-weight:900;box-shadow:0 10px 30px #000}.nav-sos-pulse{position:absolute;width:50px;height:50px;border-radius:50%;border:3px solid #ff4747;animation:sosMarker 1.2s infinite}@keyframes sosMarker{to{transform:scale(1.8);opacity:0}}.driver-profile-hero{display:flex;align-items:center;gap:22px;background:linear-gradient(135deg,#302800,#111 55%);border:1px solid #4b4000;border-radius:28px;padding:28px;margin-bottom:20px}.driver-profile-hero h1{font-size:42px;margin:7px 0}.driver-profile-hero p{display:flex;align-items:center;gap:7px;color:#aaa}.driver-profile-hero>.status-chip{margin-left:auto}.driver-avatar{position:relative;width:110px;height:110px;border-radius:32px;background:var(--yellow);color:#080808;display:grid;place-items:center;font-size:42px;font-weight:900;overflow:hidden;cursor:pointer}.driver-avatar img{width:100%;height:100%;object-fit:cover}.driver-avatar input{position:absolute;inset:0;opacity:0;cursor:pointer}.driver-profile-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:20px}.profile-settings,.feedback-panel{background:#111;border:1px solid #292929;border-radius:24px;padding:24px}.feedback-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.feedback-card{background:#171717;border:1px solid #2e2e2e;border-radius:16px;padding:15px;margin-top:10px}.feedback-card>div{display:flex;justify-content:space-between}.feedback-card span{color:var(--yellow);letter-spacing:2px}.feedback-card p{color:#ccc;margin:10px 0}.feedback-card small{color:#777}.compact-rating{margin-top:14px;padding-top:13px;border-top:1px solid #292929}.compact-rating>div{display:flex;margin-bottom:9px}.compact-rating>div button{border:0;background:transparent;color:#555;padding:2px}.compact-rating>div button.active{color:var(--yellow)}.compact-rating>.secondary-button{min-height:40px;width:100%;font-size:12px}.floating-error{display:flex;align-items:flex-start;gap:8px}.floating-error>button{border:0;background:transparent;color:inherit;padding:0}.driver-heading-pill{right:108px}.follow-driver-button{bottom:102px}@media(max-width:900px){.topbar{height:64px;padding:0 14px}.app-shell main{min-height:calc(100vh - 64px)}.driver-workspace{height:calc(100dvh - 64px)}.driver-map-actions{right:10px;top:72px;gap:8px}.map-action{width:64px;min-height:60px;border-radius:17px}.map-action svg{width:21px}.driver-bottom-sheet{left:10px;bottom:80px;width:calc(100% - 92px);max-height:44vh;border-radius:22px;padding:11px 13px 14px}.active-job{width:calc(100% - 92px)}.driver-mobile-nav{bottom:max(7px,env(safe-area-inset-bottom));width:calc(100% - 18px);justify-content:space-between}.driver-mobile-nav button{width:24%;height:50px}.driver-map-overlay{max-width:calc(100% - 174px)}.driver-map-overlay strong{font-size:12px}.driver-map-overlay small{font-size:9px}.driver-heading-pill{right:82px;top:10px;font-size:11px}.follow-driver-button{bottom:82px;font-size:0;width:48px;padding:0;left:auto;right:10px;transform:none}.driver-sos-map-badge{left:10px;top:78px;font-size:11px}.driver-profile-hero{align-items:flex-start;padding:20px;flex-wrap:wrap}.driver-profile-hero h1{font-size:32px}.driver-profile-hero>.status-chip{margin-left:0}.driver-avatar{width:82px;height:82px;border-radius:24px}.driver-profile-grid{grid-template-columns:1fr}.feedback-stats{grid-template-columns:repeat(3,1fr)}.settings-grid{grid-template-columns:1fr}.wide{grid-column:auto}.floating-error{top:72px;left:10px;right:84px;max-width:none}.role-pill{display:none}}.job-tools{display:flex;gap:8px;margin:0 0 12px}.job-tools a{flex:1;min-height:42px;border-radius:13px;border:1px solid #343434;background:#171717;color:#fff;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:7px;font-size:12px;font-weight:900}.job-tools a svg{width:16px;color:var(--yellow)}.incoming-sheet{max-height:42vh}.customer-map-card{position:relative}.customer-driver-count{position:absolute;z-index:500;top:14px;left:14px;display:flex;align-items:center;gap:7px;background:#0a0a0ae8;border:1px solid #343434;border-radius:999px;padding:8px 12px;color:#fff;box-shadow:0 10px 32px #0009;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.customer-driver-count strong{color:var(--yellow);font-size:15px}.customer-driver-count small{font-size:10px;color:#bbb}.customer-driver{position:relative;display:block;border:3px solid #0b0b0b;box-shadow:0 8px 24px #0009}.customer-driver.nearby{width:24px;height:37px;border-radius:8px;background:#fff}.customer-driver.assigned{width:31px;height:47px;border-radius:10px;background:var(--yellow);border-width:4px}.customer-driver:before,.customer-driver:after{content:"";position:absolute;left:4px;right:4px;height:5px;border-radius:3px;background:#151515}.customer-driver:before{top:6px}.customer-driver:after{bottom:6px}.customer-driver span:before,.customer-driver span:after{content:"";position:absolute;width:4px;height:10px;background:#111;top:14px}.customer-driver span:before{left:-6px;border-radius:4px 0 0 4px}.customer-driver span:after{right:-6px;border-radius:0 4px 4px 0}@media(max-width:900px){.customer-driver-count{top:10px;left:10px;max-width:calc(100% - 20px);padding:7px 10px}.customer-driver-count small{white-space:nowrap}.incoming-sheet{max-height:46vh}}.leaflet-container{filter:none!important}.kaine-marker{background:none;border:0}.payment-choice{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:5px;background:#090909;border:1px solid #2f2f2f;border-radius:16px}.payment-choice button{min-height:46px;border:0;border-radius:12px;background:transparent;color:#8c8c8c;font-weight:900}.payment-choice button.active{background:var(--yellow);color:#080808}.driver-arrival-card{display:grid;gap:13px;margin:16px 0;padding:15px;background:#171717;border:1px solid #343434;border-radius:20px}.driver-summary{display:flex;align-items:center;gap:12px}.driver-summary .avatar{width:52px;height:52px;border-radius:17px;background:var(--yellow);color:#080808;display:grid;place-items:center;font-weight:900;overflow:hidden}.driver-summary .avatar.photo img{width:100%;height:100%;object-fit:cover}.driver-summary small{display:block;color:#929292;margin-top:4px}.vehicle-preview{width:100%;max-height:190px;object-fit:cover;border-radius:16px;border:1px solid #333;background:#0b0b0b}.driver-live-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.driver-live-stats span{padding:9px;background:#0d0d0d;border:1px solid #292929;border-radius:12px;text-align:center}.driver-live-stats small,.driver-live-stats strong{display:block}.driver-live-stats small{font-size:9px;color:#777}.driver-live-stats strong{margin-top:3px;color:var(--yellow);font-size:13px}.bank-transfer-card{display:grid;gap:10px;margin:15px 0;padding:15px;background:#181506;border:1px solid #5b4a00;border-radius:18px}.bank-transfer-card h3{margin:0}.transfer-warning,.driver-warning{color:#ffd84a;font-size:12px;line-height:1.45}.copy-row{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center;padding:10px 12px;background:#0c0c0c;border:1px solid #333;border-radius:13px}.copy-row small,.copy-row strong{display:block}.copy-row small{color:#777;font-size:9px}.copy-row strong{overflow-wrap:anywhere}.copy-row button{border:0;border-radius:10px;background:var(--yellow);color:#080808;padding:9px 11px;font-weight:900}.manual-payment-warning{display:grid;gap:6px;padding:12px;margin-bottom:12px;background:#241f05;border:1px solid #5b4a00;border-radius:14px}.manual-payment-warning.confirmed{background:#0e2b1a;border-color:#23663c}.manual-payment-warning small{color:#c7c7c7}.manual-payment-warning button{min-height:40px;border:0;border-radius:11px;background:var(--yellow);font-weight:900}.vehicle-photo-upload{position:relative;display:grid;place-items:center;min-height:180px;margin-bottom:18px;border:1px dashed #4b4b4b;border-radius:20px;background:#0b0b0b;overflow:hidden;cursor:pointer}.vehicle-photo-upload img{width:100%;height:230px;object-fit:cover}.vehicle-photo-upload input{position:absolute;inset:0;opacity:0;cursor:pointer}.vehicle-photo-upload span{color:#999}.zoom-action{background:#161616}.zoom-action span{font-size:8px}.driver-map-actions{max-height:calc(100dvh - 170px);overflow:visible}@media(max-width:900px){.driver-map-actions{top:70px;max-height:calc(100dvh - 154px)}.map-action{width:58px;min-height:54px;padding:5px 2px}.map-action span{font-size:7px}.driver-bottom-sheet{bottom:70px;width:calc(100% - 78px);max-height:52vh}.driver-arrival-card{padding:12px}.driver-live-stats{grid-template-columns:repeat(3,1fr)}.vehicle-preview{max-height:145px}.payment-choice button{font-size:12px}}.language-select{appearance:none;border:1px solid rgba(255,255,255,.16);background:#111;color:#fff;border-radius:999px;padding:.55rem 2rem .55rem .8rem;font-weight:800;cursor:pointer;background-image:linear-gradient(45deg,transparent 50%,#f6c800 50%),linear-gradient(135deg,#f6c800 50%,transparent 50%);background-position:calc(100% - 13px) 50%,calc(100% - 8px) 50%;background-size:5px 5px,5px 5px;background-repeat:no-repeat}.language-select.compact{padding:.42rem 1.7rem .42rem .65rem;font-size:.78rem}.login-language{position:absolute;top:1.25rem;right:1.25rem;z-index:5}.login-panel{position:relative}.instant-quote{display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(17,17,17,.12);border-bottom:1px solid rgba(17,17,17,.12);padding:1rem 0;margin:.2rem 0}.instant-quote span{font-weight:750}.instant-quote strong{font-size:1.75rem;letter-spacing:-.04em}.transfer-copy-buttons{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem;margin-top:.65rem}.copy-only-button{display:flex;align-items:center;justify-content:center;gap:.4rem;min-height:46px;border-radius:13px;border:1px solid rgba(255,255,255,.12);background:#171717;color:#fff;font-weight:800}.copy-only-button span{color:#f6c800}.copy-only-button:disabled{opacity:.45}.compact-transfer{margin-top:.85rem}.incoming-actions{display:grid;grid-template-columns:1fr 1fr;gap:.65rem;margin-top:.8rem}.incoming-actions button{min-height:48px;border-radius:14px;font-weight:900}.accept-order{border:0;background:#f6c800;color:#090909}.decline-order{border:1px solid rgba(255,255,255,.2);background:#1a1a1a;color:#fff}@media(max-width:720px){.top-actions .role-pill{display:none}.language-select.compact{font-size:.72rem}.login-language{top:.8rem;right:.8rem}.transfer-copy-buttons{grid-template-columns:1fr}.copy-only-button{justify-content:space-between;padding:0 .9rem}.instant-quote{position:sticky;bottom:0;background:#fffffff0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:3;padding:.8rem 0}.incoming-actions{grid-template-columns:1fr 1fr}}.compact-transfer-price{display:flex;align-items:center;justify-content:space-between;margin-top:.7rem;padding:.65rem .1rem;border-bottom:1px solid rgba(255,255,255,.12)}.compact-transfer-price strong{font-size:1.35rem;color:#f6c800}.address-input-shell{position:relative;z-index:20}.address-input-shell.open{z-index:1200}.address-input-wrap{position:relative}.address-input-wrap input{padding-right:42px}.address-input-state{position:absolute;right:13px;top:50%;transform:translateY(-50%);display:grid;place-items:center;color:#777;pointer-events:none}.address-input-state.committed{color:#34d27b}.address-input-state.loading svg{animation:address-spin .8s linear infinite}@keyframes address-spin{to{transform:rotate(360deg)}}.address-suggestions{position:absolute;left:0;right:0;top:calc(100% + 7px);z-index:2000;max-height:min(310px,42vh);overflow:auto;padding:7px;background:#111;border:1px solid #383838;border-radius:15px;box-shadow:0 22px 60px #000d}.address-suggestions button{width:100%;display:flex;gap:9px;align-items:flex-start;border:0;background:transparent;color:#fff;text-align:left;padding:11px;border-radius:11px}.address-suggestions button:hover,.address-suggestions button.active{background:#24200b}.address-suggestions button svg{flex:0 0 auto;color:var(--yellow);margin-top:2px}.address-suggestions button span{line-height:1.35}.address-input-help{margin:5px 2px 0;color:#767676;font-size:10px;font-weight:600}.address-input-help.committed{color:#52d78b}.push-permission-banner{position:fixed;z-index:5000;left:50%;top:12px;transform:translate(-50%);width:min(680px,calc(100% - 24px));display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:11px;padding:12px 13px;background:#151515f2;border:1px solid #48400d;border-radius:17px;box-shadow:0 18px 60px #000c;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.push-permission-banner>svg{color:var(--yellow)}.push-permission-banner strong,.push-permission-banner small,.push-permission-banner em{display:block}.push-permission-banner small{margin-top:2px;color:#aaa;font-size:11px}.push-permission-banner em{margin-top:4px;color:#f5d84a;font-size:10px}.push-enable-button{display:flex;align-items:center;gap:5px;border:0;border-radius:11px;background:var(--yellow);color:#080808;min-height:38px;padding:0 13px;font-weight:900}.push-dismiss-button{width:34px;height:34px;border:0;border-radius:10px;background:#292929;color:#aaa;display:grid;place-items:center}.payment-choice.three{grid-template-columns:repeat(3,1fr)}.voice-history-drawer{position:fixed;z-index:4600;right:92px;top:86px;width:min(360px,calc(100vw - 112px));max-height:calc(100dvh - 180px);overflow:auto;padding:12px;background:#111;border:1px solid #3b3b3b;border-radius:20px;box-shadow:0 24px 80px #000e}.voice-history-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.voice-history-head>div{display:flex;align-items:center;gap:8px;color:var(--yellow)}.voice-history-head button{width:34px;height:34px;border:0;border-radius:10px;background:#292929;color:#fff}.voice-history-row{width:100%;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;margin-top:7px;padding:10px;border:1px solid #2f2f2f;border-radius:13px;background:#191919;color:#fff;text-align:left}.voice-history-row>svg{color:var(--yellow)}.voice-history-row span strong,.voice-history-row span small{display:block}.voice-history-row span small{margin-top:2px;color:#888}.voice-history-row em{color:var(--yellow);font-size:10px}.admin-feature-toggle{display:flex!important;grid-template-columns:auto 1fr!important;align-items:center;gap:12px!important;padding:13px;background:#161616;border:1px solid #303030;border-radius:14px}.admin-feature-toggle input{width:20px;min-height:20px;accent-color:var(--yellow)}.admin-feature-toggle strong,.admin-feature-toggle small{display:block}.admin-feature-toggle small{color:#858585;margin-top:2px}@media(max-width:720px){.push-permission-banner{top:7px;grid-template-columns:auto 1fr auto;padding:10px}.push-permission-banner small{display:none}.push-dismiss-button{grid-column:3}.push-enable-button{grid-column:1/-1;width:100%}.voice-history-drawer{right:76px;top:68px;width:calc(100vw - 88px);max-height:calc(100dvh - 150px)}.payment-choice.three button{font-size:11px;padding:0 4px}.address-suggestions{position:fixed;left:10px;right:10px;top:auto;max-height:42dvh}.ride-panel .address-suggestions{bottom:calc(env(safe-area-inset-bottom) + 12px)}}.address-autocomplete{z-index:20}.address-autocomplete:focus-within{z-index:2100}.address-input-shell{position:relative}.address-input-shell input{padding-right:42px}.address-status{position:absolute;right:13px;top:50%;transform:translateY(-50%);color:#777;pointer-events:none}.address-status.ok{color:#34d27b}.address-status.spinning{animation:address-spin .8s linear infinite}.suggestions button{display:flex;align-items:flex-start;gap:8px}.suggestions button svg{flex:0 0 auto;color:var(--yellow);margin-top:1px}@media(max-width:720px){.suggestions{position:absolute;left:0;right:0;top:calc(100% + 6px);bottom:auto;max-height:34dvh}}.guest-page{min-height:100vh;background:#080808}.guest-header{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 32px;border-bottom:1px solid #202020;background:#0b0b0bf2;position:relative;z-index:1000}.guest-header-actions{display:flex;align-items:center;gap:10px}.guest-header .secondary-button{min-height:42px;border-radius:13px}.guest-quote-layout{display:grid;grid-template-columns:minmax(0,1fr) 430px;min-height:calc(100vh - 76px)}.guest-map-wrap{position:relative;min-height:560px}.guest-map-wrap .map-card{height:100%;min-height:560px}.guest-trust{position:absolute;left:18px;bottom:18px;z-index:900;display:flex;align-items:center;gap:8px;background:#0c0c0ce8;border:1px solid #39320b;border-radius:14px;padding:11px 14px;color:#e8e8e8;font-size:12px;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.guest-trust svg{color:var(--yellow)}.guest-quote-panel{padding:42px 34px;background:#101010;border-left:1px solid #252525;overflow:auto}.guest-quote-panel h1{font-size:44px;margin:12px 0}.guest-price-card{display:grid;grid-template-columns:1fr auto;gap:4px 12px;align-items:end;padding:18px 0;border-top:1px solid #292929;border-bottom:1px solid #292929}.guest-price-card span{font-weight:800}.guest-price-card strong{font-size:30px;color:var(--yellow)}.guest-price-card small{grid-column:1/-1;color:#8f8f8f}.back-to-quote{display:inline-flex;align-items:center;gap:7px;margin-bottom:18px;border:0;background:transparent;color:#bcbcbc;padding:0;font-weight:800}.back-to-quote:hover{color:var(--yellow)}.pending-ride-note{margin-bottom:16px;padding:12px 14px;border:1px solid #4f4308;background:#201b03;color:#ffe673;border-radius:14px;font-size:12px;line-height:1.45}@media(max-width:900px){.guest-header{padding:0 15px;height:68px}.guest-header .logo{font-size:13px}.guest-header-actions{gap:6px}.guest-header-actions .secondary-button{padding:0 12px}.guest-quote-layout{grid-template-columns:1fr;min-height:auto}.guest-map-wrap{min-height:46vh}.guest-map-wrap .map-card{min-height:46vh;height:46vh}.guest-quote-panel{border-left:0;border-top:1px solid #252525;padding:28px 18px 100px}.guest-quote-panel h1{font-size:38px}.guest-trust{left:10px;right:10px;bottom:10px;justify-content:center;text-align:center}.guest-price-card{position:sticky;bottom:0;background:#101010e8;z-index:30;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}}.google-fallback-button{width:100%;display:flex;align-items:center;justify-content:center;gap:.7rem;border:1px solid rgba(255,255,255,.16);background:#fff;color:#111;border-radius:999px;padding:.78rem 1rem;font-weight:800;cursor:pointer}.google-g{font-size:1.05rem;font-weight:900;color:#4285f4}.shop-owner-section{display:grid;gap:1rem;margin-bottom:1.4rem}.shop-product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem}.shop-product-card,.owner-order-card{background:var(--surface,#fff);border:1px solid rgba(20,20,20,.1);border-radius:18px;padding:1rem;display:flex;justify-content:space-between;gap:1rem}.shop-product-card>div,.owner-order-card>div{display:grid;gap:.25rem}.source-badge{width:max-content;border-radius:999px;padding:.22rem .55rem;font-size:.7rem;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.source-badge.own{background:#fff1a8;color:#17130a}.source-badge.external{background:#171717;color:#ffd400}.shop-owner-forms{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.owner-orders{display:grid;gap:.7rem}.owner-order-card{display:block}.order-items-list{display:grid;gap:.45rem;margin:.8rem 0}.order-item-line{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.55rem .7rem;border-radius:12px;background:#7f7f7f17}.order-item-line>div{display:grid;gap:.1rem}.order-item-line small{opacity:.72}.order-price-breakdown{display:flex;flex-wrap:wrap;gap:.5rem 1rem;font-size:.83rem;opacity:.82}.pickup-fee-note{margin:.65rem 0;padding:.6rem .75rem;border-radius:12px;background:#fff4b8;color:#231c00;font-weight:700}.shop-price-preview{display:grid;gap:.35rem;margin:1rem 0;padding:.85rem;border-radius:16px;background:#7f7f7f17}.shop-price-preview>div{display:flex;justify-content:space-between;gap:1rem}.shop-price-preview .total{border-top:1px solid rgba(127,127,127,.18);padding-top:.55rem;margin-top:.2rem}.settings-grid select{width:100%;min-height:46px;border-radius:12px;border:1px solid rgba(127,127,127,.25);background:inherit;color:inherit;padding:.65rem .75rem}.active-job>.primary-button{position:relative;z-index:2;min-height:54px;font-size:1rem;font-weight:900}@media(max-width:720px){.shop-product-card{padding:.8rem}.order-item-line{font-size:.86rem}.shop-owner-forms{grid-template-columns:1fr}.owner-order-card .incoming-actions{display:grid;grid-template-columns:1fr 1fr}.driver-bottom-sheet.active-job{padding-bottom:calc(5.6rem + env(safe-area-inset-bottom))}}
