:root{--navy:#082d4f;--dark:#051e35;--orange:#f25a29;--gold:#f8ad25;--cream:#fff8ed;--ink:#173047;--muted:#687b8d;--green:#20aa65}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--ink);margin:0;font-family:Arial,sans-serif}a{color:inherit;text-decoration:none}button,select{font:inherit}header{z-index:30;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fff9f0ef;border-bottom:1px solid #eadfd0;justify-content:space-between;align-items:center;height:82px;padding:0 clamp(18px,6vw,90px);display:flex;position:sticky;top:0}.brand{color:var(--navy);align-items:center;gap:10px;font-size:18px;font-weight:900;display:flex}.brand img{object-fit:cover;border-radius:50%;width:52px;height:52px}.brand b{color:var(--orange)}nav{gap:28px;font-size:14px;font-weight:750;display:flex}nav a:hover{color:var(--orange)}.actions{gap:8px;display:flex}.actions button{cursor:pointer;background:#fff;border:1px solid #e2d8cc;border-radius:999px;min-width:45px;height:42px;font-weight:900}.actions i{background:var(--orange);color:#fff;border-radius:50%;padding:2px 7px;font-style:normal}.hero{background:radial-gradient(circle at 84% 15%,#ffe1ac 0,#0000 34%),linear-gradient(135deg,#fffaf3,#fff0d6);grid-template-columns:1.05fr .95fr;align-items:center;gap:25px;min-height:660px;padding:70px clamp(24px,7vw,110px);display:grid;overflow:hidden}.heroCopy{z-index:2;position:relative}.eyebrow{letter-spacing:2.4px;text-transform:uppercase;color:var(--orange);font-size:12px;font-weight:950}h1{letter-spacing:-5px;color:var(--navy);margin:18px 0;font-size:clamp(58px,7vw,92px);font-weight:950;line-height:.96}h1 em{color:var(--orange);font-family:Georgia,serif;display:block}.lead{color:#536a7f;max-width:620px;font-size:18px;line-height:1.65}.heroButtons{gap:14px;margin:30px 0;display:flex}.heroButtons a{border-radius:999px;padding:15px 22px;font-weight:900}.primary{background:var(--orange);color:#fff;box-shadow:0 12px 28px #f25a2940}.secondary{color:var(--navy);background:#fff;border:1px solid #e8dccd}.checks{color:#5c7285;gap:22px;font-size:13px;font-weight:800;display:flex}.scene{min-height:500px;position:relative}.sun{background:linear-gradient(#ffc14a,#f66b2e);border-radius:50%;width:390px;height:390px;position:absolute;top:5%;right:5%;box-shadow:0 30px 100px #f8ad2540}.mountains{color:var(--navy);letter-spacing:-110px;filter:drop-shadow(0 20px 14px #082d4f30);font-size:220px;line-height:1;position:absolute;top:100px;right:2%}.plate{background:#fff;border:17px solid #f3e4d0;border-radius:50%;place-items:center;width:350px;height:210px;font-size:145px;display:grid;position:absolute;bottom:0;right:8%;transform:rotate(-3deg);box-shadow:0 30px 60px #082d4f35}.bubble{background:#fff;border-radius:17px;padding:14px 17px;position:absolute;box-shadow:0 14px 35px #082d4f28}.bubble b{font-size:13px}.fresh{top:45%;left:0}.metro{bottom:20%;right:-5px}.menu{max-width:1500px;margin:auto;padding:95px clamp(20px,6vw,90px)}.heading{text-align:center;max-width:720px;margin:0 auto 55px}.heading h2{letter-spacing:-2px;color:var(--navy);margin:10px;font-size:clamp(40px,5vw,58px);line-height:1}.heading>p:last-child{color:var(--muted);line-height:1.6}.group{margin:50px 0}.groupTitle{align-items:center;gap:12px;margin-bottom:18px;display:flex}.groupTitle span{font-size:28px}.groupTitle h3{color:var(--navy);margin:0;font-size:25px}.groupTitle i{background:#e3d9cb;flex:1;height:1px}.grid{grid-template-columns:repeat(4,1fr);gap:17px;display:grid}.card{background:#fff;border:1px solid #eee1d2;border-radius:24px;flex-direction:column;min-height:315px;padding:19px;transition:all .2s;display:flex;box-shadow:0 8px 25px #082d4f0d}.card:hover{transform:translateY(-4px);box-shadow:0 20px 42px #082d4f18}.foodIcon{background:linear-gradient(145deg,#fff4d5,#ffdda1);border-radius:19px;place-items:center;width:66px;height:66px;font-size:34px;display:grid}.cardCopy{flex:1}.card h4{color:var(--navy);margin:16px 0 5px;font-size:18px}.cardCopy p{color:var(--muted);margin:0;font-size:12px}.cardCopy strong{color:var(--orange);margin-top:11px;font-size:24px;display:block}.cardCopy small{color:#7d8c98;font-size:11px}.card label{text-transform:uppercase;letter-spacing:1px;color:#71818e;font-size:10px;font-weight:900}.card select{background:#fff;border:1px solid #ddd3c6;border-radius:9px;width:100%;margin:6px 0 11px;padding:9px;font-size:12px;display:block}.add{background:var(--navy);color:#fff;cursor:pointer;border:0;border-radius:11px;justify-content:space-between;padding:12px;font-weight:900;display:flex}.add:hover{background:var(--orange)}.how{background:var(--navy);color:#fff;padding:95px clamp(24px,7vw,110px)}.light h2{color:#fff}.steps{grid-template-columns:repeat(3,1fr);gap:22px;max-width:1200px;margin:auto;display:grid}.steps article{background:#ffffff0b;border:1px solid #ffffff24;border-radius:23px;padding:29px;position:relative}.steps article>span{color:#ffffff30;font-size:27px;font-weight:950;position:absolute;top:20px;right:22px}.steps article>b{font-size:40px}.steps h3{font-size:20px}.steps p{color:#b9cad8;font-size:14px;line-height:1.55}.delivery{background:var(--gold);color:var(--navy);justify-content:space-between;align-items:center;gap:30px;padding:45px clamp(24px,7vw,110px);display:flex}.delivery>div{grid-template-columns:auto 1fr;gap:0 15px;display:grid}.delivery>div>span{grid-row:1/3;font-size:40px}.delivery h2{margin:0}.delivery p{max-width:700px;margin:5px 0;font-size:13px}.delivery>a{background:var(--navy);color:#fff;white-space:nowrap;border-radius:999px;padding:15px 22px;font-weight:900}footer{background:var(--dark);color:#fff;align-items:center;gap:15px;padding:42px clamp(24px,7vw,110px);display:flex}footer img{border-radius:50%;width:56px;height:56px}footer p{color:#9eb3c4;margin:5px 0;font-size:12px}footer>span{color:#8da4b5;margin-left:auto;font-size:12px}.overlay{z-index:70;background:#01182fa8;justify-content:flex-end;display:flex;position:fixed;inset:0}.overlay aside{background:#fff;flex-direction:column;width:min(460px,100%);height:100%;padding:27px;animation:.23s slide;display:flex}@keyframes slide{0%{transform:translate(100%)}to{transform:none}}.cartHead{border-bottom:1px solid #eee2d5;justify-content:space-between;padding-bottom:15px;display:flex}.cartHead small{color:var(--orange);text-transform:uppercase;font-weight:900}.cartHead h2{color:var(--navy);margin:4px 0}.cartHead button{cursor:pointer;background:0;border:0;font-size:30px}.lines{flex:1;overflow:auto}.line{border-bottom:1px solid #eee2d5;grid-template-columns:auto 1fr auto;gap:11px;padding:16px 0;display:grid}.line>span{background:#fff1cf;border-radius:13px;place-items:center;width:46px;height:46px;font-size:24px;display:grid}.line h4{color:var(--navy);margin:2px 0}.line p{color:var(--muted);margin:0;font-size:11px}.line>div>button{color:var(--orange);background:0;border:0;padding:5px 0;font-size:11px}.counter{align-items:center;gap:7px;display:flex}.counter button{border-radius:50%;height:26px;width:26px!important;color:var(--navy)!important;border:1px solid #ddd!important}.total{justify-content:space-between;padding:18px 0;font-size:20px;display:flex}.total b{color:var(--orange);font-size:25px}.note{color:var(--muted);font-size:11px}.checkout{text-align:center;background:var(--green);color:#fff;border-radius:12px;padding:15px;font-weight:900;display:block}.empty{text-align:center;margin:auto;font-size:55px}.empty p{font-size:14px}.empty a{color:var(--orange);font-size:14px;font-weight:900}.floatCart{z-index:45;background:var(--orange);color:#fff;border:0;border-radius:999px;padding:16px 22px;font-weight:950;position:fixed;bottom:22px;right:22px;box-shadow:0 14px 34px #f25a2960}@media (width<=1100px){.grid{grid-template-columns:repeat(3,1fr)}.hero{grid-template-columns:1fr}.scene{min-height:480px}.fresh{left:9%}.metro{right:5%}}@media (width<=760px){header{height:70px;padding:0 15px}.brand img{width:44px;height:44px}.brand span{font-size:15px}nav{display:none}.hero{min-height:0;padding:52px 20px 65px}h1{letter-spacing:-3px;font-size:54px}.lead{font-size:16px}.heroButtons{text-align:center;flex-direction:column}.checks{flex-direction:column;gap:8px}.scene{min-height:355px}.sun{width:270px;height:270px}.mountains{font-size:150px;top:85px;right:7%}.plate{width:255px;height:155px;font-size:105px;right:5%}.bubble{padding:10px;font-size:11px}.metro{display:none}.menu{padding:70px 15px}.grid{grid-template-columns:repeat(2,1fr);gap:11px}.card{min-height:325px;padding:14px}.steps{grid-template-columns:1fr}.delivery{flex-direction:column;align-items:flex-start}.delivery>a{text-align:center;width:100%}footer{flex-wrap:wrap}footer>span{width:100%;margin:7px 0}.overlay aside{padding:21px}}@media (width<=430px){.brand span{display:none}.grid{grid-template-columns:1fr}.card{min-height:295px}.heading h2{font-size:38px}.foodIcon{width:58px;height:58px}}.plate{border:14px solid #f3e4d0;border-radius:50%;width:350px;height:350px;padding:0;font-size:0;display:block;overflow:hidden}.plate img{object-fit:cover;width:100%;height:100%;display:block}.card{min-height:415px;padding:0 15px 16px;overflow:hidden}.foodPhoto{background:#fff0d6;height:190px;margin:0 -15px;overflow:hidden}.foodPhoto img{object-fit:cover;width:100%;height:100%;transition:transform .35s;display:block}.card:hover .foodPhoto img{transform:scale(1.045)}.lineThumb{object-fit:cover;background:#fff1cf;border-radius:13px;width:52px;height:52px}.payButton{cursor:pointer;width:100%;font:inherit;border:0}.paymentPanel{padding:18px 2px 5px;overflow:auto}.payIntro{text-align:center;color:var(--muted);margin:0 8px 14px;font-size:13px;line-height:1.5}.zelleQr{background:#fff;border:1px solid #e8e0ef;border-radius:18px;width:min(310px,100%);margin:0 auto 14px;display:block}.recipient small{text-transform:uppercase;letter-spacing:1px;color:#715095;font-weight:900}.recipient strong{color:var(--navy)}.recipient span{color:#6d00b9;font-size:18px;font-weight:950}.customerFields label:nth-child(n+3){grid-column:1/-1}.customerFields input,.customerFields textarea{width:100%;color:var(--ink);font:inherit;background:#fff;border:1px solid #ddd3c6;border-radius:10px;margin-top:5px;padding:10px;font-size:13px;display:block}.checkout.disabled{opacity:.45;pointer-events:none}@media (width<=760px){.plate{width:245px;height:245px;bottom:5px;right:5%}.card{min-height:395px;padding:0 12px 13px}.foodPhoto{height:165px;margin:0 -12px}}@media (width<=430px){.card{min-height:385px}.foodPhoto{height:185px}.customerFields{grid-template-columns:1fr}.customerFields label{grid-column:1/-1}.recipient{padding-right:16px}.recipient button{width:max-content;margin-top:7px;position:static;transform:none}}.stripeTestBanner{z-index:1000;color:#fff;background:#5b21b6;justify-content:center;align-items:center;gap:1rem;padding:.75rem 1rem;display:flex;position:sticky;top:0;box-shadow:0 4px 16px #2e106522}.stripeTestBanner b{letter-spacing:.06em;font-size:.85rem}.stripeTestBanner span{font-size:.9rem}.stripeTestBanner a{color:#fff;font-weight:800;text-decoration:underline}@media (width<=680px){.stripeTestBanner{text-align:center;flex-wrap:wrap;gap:.35rem .8rem}}.card{min-height:365px}.stripeButton{cursor:pointer;width:100%;font:inherit;background:#635bff;border:0;transition:background .2s,transform .2s}.stripeButton:hover{background:#5147e5}.stripeButton:disabled{opacity:.65;cursor:wait}.stripeTrust{text-align:center;color:var(--muted);margin:9px 0 0;font-size:10px}.checkoutError{color:#a72d21;background:#fff0ee;border:1px solid #ffc9c1;border-radius:10px;padding:10px;font-size:12px;line-height:1.4}.paymentNotice{z-index:85;background:#fff;border:1px solid #dbe7df;border-radius:17px;grid-template-columns:auto 1fr auto;align-items:start;gap:12px;width:min(620px,100% - 30px);padding:15px 17px;display:grid;position:fixed;top:94px;left:50%;transform:translate(-50%);box-shadow:0 18px 50px #082d4f38}.paymentNotice>span{color:#13824a;background:#daf5e6;border-radius:50%;place-items:center;width:34px;height:34px;font-weight:950;display:grid}.paymentNotice.cancelled>span{color:#a85d00;background:#fff0d4}.paymentNotice b{color:var(--navy);margin:1px 0 4px;display:block}.paymentNotice p{color:var(--muted);margin:0;font-size:12px;line-height:1.45}.paymentNotice button{color:var(--muted);cursor:pointer;background:0 0;border:0;padding:0;font-size:22px}.cartTools{gap:5px;display:flex}.cartTools button{border-radius:50%;place-items:center;width:38px;height:38px;display:grid}@media (width<=760px){.card{min-height:345px}.paymentNotice{top:80px}}.heroCopy .checks{margin-top:28px}.floatingWhatsapp{z-index:46;color:#fff;background:#25d366;border:2px solid #fff;border-radius:999px;align-items:center;gap:10px;min-height:56px;padding:9px 18px 9px 10px;font-size:13px;font-weight:950;line-height:1.15;transition:transform .2s,box-shadow .2s;display:flex;position:fixed;bottom:22px;left:22px;box-shadow:0 14px 34px #128c4a55}.floatingWhatsapp:hover{transform:translateY(-3px);box-shadow:0 18px 38px #128c4a66}.floatingWhatsapp svg{flex:none;width:36px;height:36px}.floatingWhatsapp span{max-width:155px}@media (width<=760px){.floatingWhatsapp{min-height:52px;padding:8px 14px 8px 8px;font-size:12px;bottom:12px;left:12px}.floatingWhatsapp svg{width:34px;height:34px}.floatCart{bottom:12px;right:12px}}.routeLoading{color:#082d4f;background:#fff8ed;place-items:center;min-height:100vh;font-weight:900;display:grid}.deliveryForm .customerFields label:nth-child(n){grid-column:auto}.deliveryForm .customerFields label.wide{grid-column:1/-1}.overlay aside{overflow:hidden}.checkoutScroll{padding:0 3px 18px;overflow:auto}.checkoutScroll .lines{overflow:visible}.deliveryForm{background:#fffbf5;border:1px solid #e8ddd0;border-radius:17px;margin:8px 0 18px;padding:17px}.deliveryForm h3{color:var(--navy);margin:0;font-size:17px}.deliveryForm>p{color:var(--muted);margin:6px 0 14px;font-size:12px}.customerFields{grid-template-columns:1fr 1fr;gap:10px;display:grid}.customerFields label{text-transform:uppercase;letter-spacing:.7px;color:#687b8d;font-size:10px;font-weight:900}.customerFields label.wide{grid-column:1/-1}.customerFields input,.customerFields textarea{width:100%;color:var(--ink);font:inherit;background:#fff;border:1px solid #d9cfc2;border-radius:10px;outline:none;margin-top:5px;padding:11px;font-size:13px;display:block}.customerFields input:focus,.customerFields textarea:focus{border-color:var(--orange);box-shadow:0 0 0 3px #f25a2915}.customerFields input[readonly]{color:#66737e;background:#f2eee8}.customerFields textarea{resize:vertical;min-height:64px}.paymentChoice{padding:5px 0 12px}.paymentChoice h3{color:var(--navy);margin:5px 0 11px;font-size:17px}.paymentChoice>div{grid-template-columns:1fr 1fr;gap:10px;display:grid}.methodButton{text-align:left;cursor:pointer;background:#fff;border:1px solid #ddd3c6;border-radius:15px;grid-template-columns:auto 1fr;gap:1px 9px;min-height:104px;padding:13px;transition:all .2s;display:grid}.methodButton:hover{border-color:var(--orange);transform:translateY(-2px);box-shadow:0 8px 20px #082d4f12}.methodButton>span{grid-row:1/3;font-size:25px}.methodButton b{color:var(--navy)}.methodButton small{color:var(--muted);line-height:1.3}.cardMethod{background:#f8f7ff;border-color:#c7c3ff}.zelleMethod{background:#fbf7ff;border-color:#dec8f1}.selectedPayment{padding:7px 0}.changePayment{color:var(--orange);cursor:pointer;background:0 0;border:0;padding:4px 0 12px;font-weight:850}.stripeInfo{color:var(--muted);background:#f5f3ff;border:1px solid #e0ddff;border-radius:11px;padding:10px;font-size:11px;line-height:1.5}.zelleIntro{align-items:flex-start;gap:11px;margin:2px 0 12px;display:flex}.zelleIntro>span{color:#fff;background:#6d00b9;border-radius:50%;place-items:center;width:38px;height:38px;font-size:21px;font-weight:900;display:grid}.zelleIntro b{color:var(--navy)}.zelleIntro p{color:var(--muted);margin:3px 0;font-size:11px;line-height:1.4}.recipient{background:#f6efff;border:1px solid #e6d3ff;border-radius:14px;flex-direction:column;gap:2px;padding:13px 105px 13px 15px;display:flex;position:relative}.recipient small{letter-spacing:1px;color:#715095;font-size:9px;font-weight:900}.recipient strong{color:#6d00b9;font-size:20px}.recipient button{color:#fff;cursor:pointer;background:#6d00b9;border:0;border-radius:999px;padding:9px 12px;font-size:11px;font-weight:900;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.payTotal{background:var(--navy);color:#fff;border-radius:13px;justify-content:space-between;align-items:center;margin:10px 0;padding:13px 16px;display:flex}.payTotal b{color:#ffd16a;font-size:23px}.manualNote{color:var(--muted);background:#fff7e6;border-radius:10px;padding:10px;font-size:11px;line-height:1.45}.confirmPay{background:#6d00b9}.orderConfirmation{z-index:90;background:#fff;border:1px solid #dbe7df;border-radius:17px;grid-template-columns:auto 1fr auto;align-items:start;gap:12px;width:min(680px,100% - 28px);padding:16px 18px;display:grid;position:fixed;top:94px;left:50%;transform:translate(-50%);box-shadow:0 18px 55px #082d4f38}.orderConfirmation>span{color:#13824a;background:#daf5e6;border-radius:50%;place-items:center;width:36px;height:36px;font-weight:950;display:grid}.orderConfirmation.cancelled>span{color:#a85d00;background:#fff0d4}.orderConfirmation b{color:var(--navy);margin:1px 0 4px;display:block}.orderConfirmation p{color:var(--muted);margin:0;font-size:12px;line-height:1.45}.orderConfirmation p strong{color:var(--orange);display:inline}.orderConfirmation>button{color:var(--muted);cursor:pointer;background:0 0;border:0;font-size:22px}.confirmationActions{gap:8px;margin-top:10px;display:flex}.confirmationActions a{background:var(--navy);color:#fff;border-radius:999px;padding:8px 12px;font-size:11px;font-weight:900}.confirmationActions .whatsappAction{background:var(--green)}.portalShell,.driverPage{background:radial-gradient(circle at 80% 10%,#ffe3af,#0000 30%),linear-gradient(145deg,#fffaf2,#eef5fa);place-items:center;min-height:100vh;padding:28px;display:grid}.portalCard,.driverCard{background:#fff;border:1px solid #e8ddd0;border-radius:26px;width:min(620px,100%);padding:30px;box-shadow:0 24px 70px #082d4f20}.portalCard.centered,.driverCard.centered{text-align:center}.loginCard{text-align:center;max-width:470px}.loginCard img{border-radius:50%;width:90px;height:90px}.loginCard h1{letter-spacing:-2px;margin:8px 0 12px;font-size:40px}.loginCard>p:not(.portalEyebrow){color:var(--muted);line-height:1.5}.loginCard>a{color:var(--muted);margin-top:18px;font-size:13px;display:block}.portalEyebrow{letter-spacing:2px;text-transform:uppercase;font-weight:950;color:var(--orange)!important;font-size:10px!important}.adminPrimary{background:var(--navy);color:#fff;cursor:pointer;border:0;border-radius:13px;width:100%;padding:14px;font-weight:900}.portalError{color:#9f3026;background:#fff2f0;border:1px solid #ffc7bf;border-radius:11px;margin:12px 0;padding:11px 13px;font-size:12px;line-height:1.45}.spinner{border:3px solid #dbe4eb;border-top-color:var(--orange);border-radius:50%;width:28px;height:28px;animation:.8s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.adminPage{min-height:100vh;color:var(--ink);background:#f3f6f8}.adminHeader{background:var(--navy);color:#fff;border:0;height:74px;padding:0 clamp(18px,4vw,60px);position:static}.adminBrand{align-items:center;gap:11px;display:flex}.adminBrand img{border-radius:50%;width:48px;height:48px}.adminBrand div{flex-direction:column;display:flex}.adminBrand span{color:#b8cad8;margin-top:2px;font-size:11px}.adminHeader>div{align-items:center;gap:12px;display:flex}.adminHeader>div span{color:#b8cad8;font-size:12px}.adminHeader button{color:#fff;cursor:pointer;background:#ffffff12;border:1px solid #ffffff35;border-radius:999px;padding:8px 13px}.adminSummary{grid-template-columns:repeat(4,1fr);gap:13px;max-width:1400px;margin:25px auto;padding:0 24px;display:grid}.adminSummary>div{background:#fff;border:1px solid #e2e7ea;border-radius:17px;padding:18px 20px}.adminSummary p{color:var(--muted);margin:0;font-size:12px}.adminSummary strong{color:var(--navy);margin-top:7px;font-size:31px;display:block}.ordersSection{max-width:1400px;margin:0 auto;padding:0 24px 50px}.ordersToolbar{justify-content:space-between;align-items:end;margin:25px 0 17px;display:flex}.ordersToolbar h1{letter-spacing:-2px;margin:5px 0 0;font-size:38px}.ordersToolbar label{color:var(--muted);text-transform:uppercase;font-size:10px;font-weight:900}.ordersToolbar select{background:#fff;border:1px solid #d9e0e5;border-radius:10px;margin-top:5px;padding:10px 34px 10px 11px;display:block}.orderGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.adminOrder{background:#fff;border:1px solid #e0e6ea;border-left:5px solid #aebbc5;border-radius:20px;padding:20px;box-shadow:0 8px 25px #082d4f0a}.adminOrder.status-received{border-left-color:#2f80ed}.adminOrder.status-preparing{border-left-color:#f5a623}.adminOrder.status-dispatched{border-left-color:#8d50cf}.adminOrder.status-delivered{border-left-color:#20aa65}.orderTop{justify-content:space-between;gap:15px;display:flex}.statusPill{text-transform:uppercase;background:#edf2f5;border-radius:999px;padding:5px 9px;font-size:10px;font-weight:900;display:inline-block}.orderTop h2{color:var(--navy);margin:8px 0 3px;font-size:22px}.orderTop small{color:var(--muted)}.orderAmount{text-align:right}.orderAmount strong{color:var(--orange);font-size:24px;display:block}.orderAmount span{color:var(--muted);font-size:11px}.paymentLine{background:#f5f7f9;border-radius:11px;justify-content:space-between;margin:15px 0;padding:10px 12px;font-size:12px;display:flex}.paymentLine b.paid{color:#14834b}.paymentLine b.pending{color:#ad6500}.orderItems{border-top:1px solid #edf0f2;border-bottom:1px solid #edf0f2;padding:9px 0}.orderItems>div{justify-content:space-between;padding:4px 0;font-size:12px;display:flex}.orderItems b{color:var(--navy)}.customerBlock{padding:14px 0}.customerBlock h3{color:var(--navy);margin:0 0 7px}.customerBlock a,.customerBlock p{color:#536b7d;margin:4px 0;font-size:12px;line-height:1.4;display:block}.customerNote{background:#fff7e8;border-radius:8px;padding:8px}.orderLinks{flex-wrap:wrap;gap:6px;display:flex}.orderLinks a{color:var(--navy);border:1px solid #d6e0e6;border-radius:999px;padding:7px 9px;font-size:10px;font-weight:850}.driverShare{background:#f5effc;border:1px solid #e4d1f6;border-radius:12px;margin-top:12px;padding:11px}.driverShare p{color:#6a557e;margin:0 0 8px;font-size:11px}.driverShare>div{gap:7px;display:flex}.driverShare a,.driverShare button{color:#fff;cursor:pointer;background:#6d00b9;border:0;border-radius:9px;padding:8px 10px;font-size:10px;font-weight:900}.driverShare button{color:#6d00b9;background:#fff;border:1px solid #dac0ef}.orderAction{margin-top:14px}.orderAction button{background:var(--navy);color:#fff;cursor:pointer;border:0;border-radius:11px;width:100%;padding:12px;font-weight:900}.orderAction button:disabled{opacity:.55}.orderAction p{text-align:center;color:#665f91;background:#f5f3ff;border-radius:10px;margin:0;padding:10px;font-size:11px}.orderAction span{text-align:center;color:#14834b;font-size:12px;font-weight:900;display:block}.noOrders{text-align:center;background:#fff;border:1px dashed #ccd6dc;border-radius:20px;padding:55px}.noOrders>span{font-size:45px}.noOrders h2{color:var(--navy)}.noOrders p{color:var(--muted)}.trackingPage{background:#f5f7f8;min-height:100vh}.trackingHeader{background:#fff;height:74px;padding:0 clamp(18px,5vw,75px);position:static}.trackingHeader>a:first-child{color:var(--navy);align-items:center;gap:9px;font-weight:900;display:flex}.trackingHeader img{border-radius:50%;width:48px;height:48px}.trackingHeader>a:last-child{color:var(--orange);font-size:12px;font-weight:850}.trackingHero{background:var(--navy);color:#fff;text-align:center;padding:55px 20px 72px}.trackingHero h1{color:#fff;letter-spacing:-2px;margin:10px 0;font-size:48px}.trackingHero>p{color:#b8cad8}.trackingHero form{text-align:left;max-width:600px;margin:28px auto 0}.trackingHero label{letter-spacing:1px;margin:0 0 6px;font-size:10px;font-weight:900;display:block}.trackingHero form>div{background:#fff;border-radius:13px;padding:5px;display:flex}.trackingHero input{min-width:0;color:var(--navy);letter-spacing:1px;text-transform:uppercase;border:0;outline:0;flex:1;padding:12px;font-weight:900}.trackingHero button{background:var(--orange);color:#fff;cursor:pointer;border:0;border-radius:10px;padding:0 20px;font-weight:900}.trackingContent{max-width:1400px;margin:-38px auto 0;padding:0 24px 60px}.trackingEmpty{text-align:center;background:#fff;border:1px solid #e0e6e9;border-radius:22px;padding:55px;box-shadow:0 16px 45px #082d4f10}.trackingEmpty>span:not(.spinner){background:#fff0d5;border-radius:50%;place-items:center;width:52px;height:52px;font-size:27px;display:inline-grid}.trackingEmpty h2{color:var(--navy)}.trackingEmpty p{color:var(--muted)}.trackingGrid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:22px;display:grid}.trackingCard,.liveMap{background:#fff;border:1px solid #e0e6e9;border-radius:22px;padding:25px;box-shadow:0 16px 45px #082d4f0e}.trackingTitle{border-bottom:1px solid #edf0f2;justify-content:space-between;gap:10px;padding-bottom:17px;display:flex}.trackingTitle small{letter-spacing:1px;color:var(--muted);font-size:9px;font-weight:900}.trackingTitle h2{color:var(--navy);margin:5px 0}.trackingTitle p{color:var(--muted);margin:0;font-size:12px}.trackingTitle>strong{color:var(--orange);font-size:24px}.paymentPending{background:#fff8e8;border:1px solid #f3dfab;border-radius:13px;gap:13px;margin:18px 0;padding:17px;display:flex}.paymentPending>span{font-size:25px}.paymentPending b{color:#8c5a00}.paymentPending p{color:#796d51;margin:4px 0 0;font-size:11px}.timeline{padding:17px 0}.timeline>div{grid-template-columns:40px 1fr;gap:11px;padding-bottom:21px;display:grid;position:relative}.timeline>div:not(:last-child):after{content:"";background:#dfe6ea;width:2px;position:absolute;top:38px;bottom:2px;left:19px}.timeline>div.done:after{background:#20aa65}.timeline>div>span{color:#8797a3;z-index:1;background:#edf1f3;border-radius:50%;place-items:center;width:40px;height:40px;font-weight:900;display:grid}.timeline>div.done>span{color:#fff;background:#20aa65}.timeline>div.active>span{background:var(--orange);color:#fff;box-shadow:0 0 0 6px #f25a2914}.timeline b{color:#8a98a2;margin:3px 0;display:block}.timeline .done b,.timeline .active b{color:var(--navy)}.timeline p{color:var(--muted);margin:3px 0;font-size:11px}.trackingItems{border-top:1px solid #edf0f2;padding-top:13px}.trackingItems h3{color:var(--navy)}.trackingItems>div{justify-content:space-between;padding:5px 0;font-size:12px;display:flex}.liveMap{align-self:start;padding:17px}.liveMap>div:first-child{align-items:center;gap:7px;padding:4px 5px 13px;display:flex}.liveMap>div:first-child span{color:#20aa65}.liveMap iframe{border:0;border-radius:15px;width:100%;height:100%}.liveMap>p{color:var(--muted);text-align:center;font-size:10px}.mapPlaceholder{text-align:center;background:linear-gradient(145deg,#e9f0f4,#f8fafb);border-radius:15px;place-content:center;height:560px;padding:35px;display:grid}.mapPlaceholder span{font-size:55px}.mapPlaceholder p{color:var(--muted);max-width:270px;line-height:1.5}.driverPage{background:#eef3f6;padding:0 0 50px;display:block}.driverHeader{background:var(--navy);color:#fff;border:0;height:78px;padding:0 max(20px,50% - 330px);position:static}.driverHeader img{border-radius:50%;width:48px;height:48px}.driverHeader>div{flex-direction:column;margin-left:10px;margin-right:auto;display:flex}.driverHeader>div span{color:#afc4d3;font-size:11px}.driverHeader i{background:#ffffff18;border-radius:999px;padding:7px 9px;font-size:10px;font-style:normal}.driverHeader i.online{background:#1d9d60}.driverCard{width:min(620px,100% - 28px);margin:25px auto}.driverStatus{border-bottom:1px solid #ebeff2;align-items:center;gap:12px;padding-bottom:17px;display:flex}.driverStatus>span{background:#fff0dc;border-radius:15px;place-items:center;width:51px;height:51px;font-size:26px;display:grid}.driverStatus small,.driverDestination small{letter-spacing:1px;color:var(--muted);font-size:9px;font-weight:900}.driverStatus h1{letter-spacing:-1px;margin:3px 0;font-size:28px}.driverDestination{padding:19px 0}.driverDestination h2{color:var(--navy);margin:5px 0}.driverDestination p{color:#4e6577;line-height:1.45}.driverDestination a{color:var(--orange);font-weight:850}.driverDestination blockquote{border-left:4px solid var(--gold);color:#665f52;background:#fff7e8;margin:14px 0 0;padding:10px;font-size:12px}.mapsButton{text-align:center;color:#fff;background:#4285f4;border-radius:13px;padding:14px;font-weight:900;display:block}.driverItems{border:1px solid #e4e9ec;border-radius:13px;margin:17px 0;padding:15px}.driverItems h3{color:var(--navy);margin:0 0 8px}.driverItems p{margin:6px 0;font-size:12px}.locationControls{background:#edf5fa;border-radius:14px;padding:16px}.locationControls h3{color:var(--navy);margin:0}.locationControls p{color:var(--muted);font-size:11px;line-height:1.45}.locationControls button{color:#fff;cursor:pointer;background:#178f56;border:0;border-radius:10px;width:100%;padding:12px;font-weight:900}.locationControls button.stopLocation{background:#d94a3e}.locationControls small{text-align:center;color:var(--muted);margin-top:8px;display:block}.deliveredButton{background:var(--navy);color:#fff;cursor:pointer;border:0;border-radius:12px;width:100%;margin-top:14px;padding:14px;font-weight:900}.deliveredDone{text-align:center;color:#14834b;background:#e5f7ed;border-radius:12px;margin-top:14px;padding:14px;font-weight:900}.driverErrorIcon{color:#b83a2f;background:#fff0ee;border-radius:50%;place-items:center;width:50px;height:50px;font-size:28px;font-weight:900;display:inline-grid}@media (width<=800px){.orderGrid{grid-template-columns:1fr}.adminSummary{grid-template-columns:repeat(2,1fr)}.trackingGrid{grid-template-columns:1fr}.mapPlaceholder{height:390px}}@media (width<=600px){.customerFields{grid-template-columns:1fr}.customerFields label,.customerFields label.wide{grid-column:1/-1}.paymentChoice>div{grid-template-columns:1fr}.orderConfirmation{top:78px}.confirmationActions{flex-wrap:wrap}.adminHeader>div span{display:none}.adminSummary{gap:8px;padding:0 12px}.adminSummary>div{padding:13px}.ordersSection{padding:0 12px 35px}.ordersToolbar{align-items:flex-start}.ordersToolbar h1{font-size:32px}.adminOrder{padding:15px}.trackingHero{padding-top:40px}.trackingHero h1{font-size:38px}.trackingHero form>div{flex-direction:column}.trackingHero button{padding:12px}.trackingContent{padding:0 12px 40px}.trackingCard,.liveMap{padding:17px}.trackingTitle{flex-direction:column}.trackingTitle>strong{font-size:21px}.portalShell{padding:14px}.portalCard{padding:23px}.loginCard h1{font-size:34px}.driverCard{padding:20px}}.adminTestLaunch{color:#fff;background:#5b21b6;border-radius:999px;align-self:center;padding:.8rem 1.1rem;font-weight:800;text-decoration:none}.testOrdersSection .ordersToolbar{background:#f5f3ff;border:1px solid #ddd6fe;border-radius:18px;padding:18px}.testOrder{border:2px dashed #8b5cf6}.testOrder .statusPill{color:#5b21b6;background:#ede9fe}.mapTileLayer{pointer-events:none;background:#dfe8ec;position:absolute;inset:0;overflow:hidden}.mapTileLayer img{-webkit-user-select:none;user-select:none;width:256px;max-width:none;height:256px;position:absolute}.mapAttribution{z-index:7;color:#526875;background:#ffffffe6;border-radius:4px;padding:2px 5px;font-size:8px;line-height:1.2;position:absolute;bottom:4px;right:5px}.mapAttribution a{color:#365a70;text-decoration:none}.liveMapFrame{border-radius:15px;height:560px;position:relative;overflow:hidden}.customerMapCanvas{cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.customerMapCanvas.dragging{cursor:grabbing}.driverVehicleMarker{z-index:6;border:2px solid var(--driver-color,#4285f4);pointer-events:none;background:#ffffffed;border-radius:12px;place-items:center;width:60px;height:48px;transition:left .85s linear,top .85s linear;animation:1.8s ease-out infinite driverPulse;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 2px 7px #082d4f66}.driverVehicleMarker .vehicleIcon{width:50px;height:30px}.driverVehicleMarker .vehiclePhoto{width:55px;height:42px}.customerMapCanvas.dragging .driverVehicleMarker{transition:none}.customerMapControls{z-index:9;background:#fffffff2;border:1px solid #dbe3e8;border-radius:13px;grid-template-columns:42px 42px;gap:6px;padding:6px;display:grid;position:absolute;top:12px;right:12px;box-shadow:0 8px 25px #082d4f26}.customerMapControls button{height:40px;color:var(--navy);cursor:pointer;background:#fff;border:1px solid #d8e0e5;border-radius:9px;font-size:24px;font-weight:950}.customerMapControls .centerDriver{background:var(--navy);color:#fff;border-color:var(--navy);white-space:nowrap;grid-column:1/-1;padding:0 10px;font-size:10px}.customerMapGestureHint{z-index:8;color:#fff;pointer-events:none;background:#082d4fdd;border-radius:9px;padding:9px 11px;font-size:9px;font-weight:900;position:absolute;top:12px;left:12px}.vehiclePhoto{object-fit:contain;filter:drop-shadow(0 2px 2px #082d4f45);pointer-events:none;-webkit-user-select:none;user-select:none;display:block}.vehicleIcon{overflow:visible}.vehicleIcon .vehicleBody{fill:var(--vehicle-body,#4285f4);stroke:#16364b;stroke-width:1.35px;stroke-linejoin:round}.vehicleIcon .vehicleWindow{fill:#9fd4ef;stroke:#16364b;stroke-width:1px}.vehicleIcon .vehicleDetail{fill:none;stroke:#365466;stroke-width:1px}.vehicleIcon .vehicleWheel{fill:#172b38;stroke:#fff;stroke-width:.8px}.vehicleIcon .vehicleHub{fill:#aebbc4}.vehicleIcon .vehicleBumper{fill:#263c4a}@keyframes driverPulse{0%{box-shadow:0 2px 7px #082d4f66,0 0 #4285f455}70%,to{box-shadow:0 2px 7px #082d4f66,0 0 0 11px #4285f400}}@media (width<=800px){.liveMapFrame{height:390px}.customerMapControls{top:8px;right:8px}.customerMapGestureHint{max-width:105px;padding:8px;font-size:8px;top:8px;left:8px}}.driverVehicleMarker{background:var(--driver-color,#4285f4);color:#fff;border:3px solid #fff;border-radius:50%;width:46px;height:46px}.driverVehicleMarker .vehicleIcon{fill:currentColor;width:27px;height:27px}.motorcycleIcon{stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;fill:none!important}.customerMapCanvas>iframe{z-index:0;pointer-events:none;will-change:transform;border:0;width:100%;height:100%;position:absolute;inset:0}.cartDrawer .cartSummaryScroll{flex:1;min-height:0;overflow:auto}.cartDrawer .lines{overflow:visible}.cartFooter{background:#fff;border-top:1px solid #eee2d5;flex:none;padding-top:4px}.cartFooter .total{padding:14px 0 9px}.minimumOrder{color:#8d5a00;background:#fff4df;border-radius:10px;margin:0 0 9px;padding:9px 11px;font-size:11px;line-height:1.4}.minimumOrder.ready{color:#147a49;background:#eaf8f0}.cartTrust{color:#607484;background:#f3f7f9;border-radius:11px;margin:0 0 12px;padding:10px 12px;font-size:11px;line-height:1.45}.secureContinue{background:var(--navy);color:#fff;cursor:pointer;border:0;border-radius:13px;justify-content:space-between;align-items:center;width:100%;padding:15px 18px;font-weight:950;display:flex;box-shadow:0 12px 26px #082d4f24}.secureContinue:hover{background:var(--orange)}.secureContinue:disabled{box-shadow:none;cursor:not-allowed;background:#a8b2bb}.secureContinue span{font-size:20px}.secureCheckoutOverlay{z-index:100;background:linear-gradient(145deg,#031c33ef,#0c3859e8);padding:30px 22px;position:fixed;inset:0;overflow-y:auto}.secureCheckout{background:#f8f5ef;border-radius:26px;width:min(1080px,100%);margin:0 auto;overflow:hidden;box-shadow:0 30px 90px #00132480}.secureCheckoutHeader{background:#fff;border-bottom:1px solid #e9e0d5;grid-template-columns:180px 1fr 180px;align-items:center;height:auto;min-height:104px;padding:20px 28px;display:grid;position:static}.secureCheckoutHeader>div{text-align:center}.secureCheckoutHeader p{color:var(--orange);letter-spacing:2px;margin:0 0 4px;font-size:10px;font-weight:950}.secureCheckoutHeader h2{color:var(--navy);letter-spacing:-1px;margin:0;font-size:29px}.secureCheckoutHeader>div>span{color:var(--muted);margin-top:5px;font-size:11px;display:block}.secureBack,.secureClose{color:var(--orange);cursor:pointer;background:0 0;border:0;font-weight:900}.secureBack{text-align:left}.secureClose{color:var(--navy);border-radius:50%;justify-self:end;width:42px;height:42px;font-size:30px}.secureClose:hover{background:#f4eee7}.secureCheckoutBody{grid-template-columns:minmax(0,1.16fr) minmax(340px,.84fr);align-items:start;gap:22px;padding:24px;display:grid}.secureFormCard,.secureOrderCard{background:#fff;border:1px solid #e6ddd2;border-radius:20px;padding:24px;box-shadow:0 8px 25px #082d4f0b}.secureOrderCard{position:sticky;top:18px}.sectionTitle{align-items:flex-start;gap:11px;margin-bottom:20px;display:flex}.sectionTitle>span{background:var(--orange);color:#fff;border-radius:50%;flex:0 0 32px;place-items:center;width:32px;height:32px;font-weight:950;display:grid}.sectionTitle h3{color:var(--navy);margin:1px 0 4px;font-size:20px}.sectionTitle p{color:var(--muted);margin:0;font-size:11px;line-height:1.4}.secureFields{grid-template-columns:repeat(2,minmax(0,1fr));gap:17px 14px;display:grid}.secureFields label{color:#52697a;min-width:0;font-size:11px;font-weight:850}.secureFields label>span{align-items:flex-end;min-height:28px;margin-bottom:6px;line-height:1.25;display:flex}.secureFields .fieldWide{grid-column:1/-1}.secureFields input,.secureFields textarea{width:100%;min-height:52px;color:var(--ink);font:inherit;background:#fff;border:1px solid #d8cec1;border-radius:12px;outline:none;padding:12px 14px;font-size:14px;display:block}.secureFields input:focus,.secureFields textarea:focus{border-color:var(--orange);box-shadow:0 0 0 4px #f25a2914}.secureFields input[readonly]{color:#667783;background:#f3f0eb}.secureFields textarea{resize:vertical;min-height:90px}.deliveryEstimate{color:#315b7e;background:#eff6ff;border-radius:11px;justify-content:space-between;align-items:center;gap:10px;margin-top:-5px;padding:11px 13px;font-size:11px;display:flex}.deliveryEstimate b{color:#0f5f99}.deliveryEstimate small{color:#60788a}.deliveryEstimateError{color:#a72d21}.secureOrderLines{gap:10px;display:grid}.secureOrderLines>div{border-bottom:1px solid #eee9e3;grid-template-columns:46px 1fr auto;align-items:center;gap:10px;padding-bottom:10px;display:grid}.secureOrderLines img{object-fit:cover;border-radius:10px;width:46px;height:46px}.secureOrderLines span{min-width:0}.secureOrderLines b,.secureOrderLines small{display:block}.secureOrderLines b{color:var(--navy);font-size:12px;line-height:1.3}.secureOrderLines small{color:var(--muted);margin-top:3px;font-size:9px}.secureOrderLines strong{color:var(--orange);font-size:13px}.checkoutTotals{padding:11px 0}.checkoutTotals>div{color:var(--muted);justify-content:space-between;align-items:center;padding:6px 0;font-size:12px;display:flex}.checkoutTotals>div b{color:var(--navy)}.checkoutTotals .secureTotal{border-top:1px solid #eee9e3;margin-top:5px;padding-top:13px;font-size:18px}.checkoutTotals .secureTotal b{color:var(--orange);font-size:27px}.securePaymentChoice{border-top:1px solid #eee9e3;padding-top:16px}.securePaymentChoice>h3{color:var(--navy);margin:0 0 11px;font-size:17px}.securePaymentChoice>div{grid-template-columns:1fr 1fr;gap:9px;display:grid}.securePaymentChoice .methodButton{min-height:99px}.secureSelectedPayment{border-top:1px solid #eee9e3;padding-top:14px}.secureSelectedPayment .checkout{border:0}.secureSelectedPayment .confirmPay{background:#6d00b9}.secureSelectedPayment .manualNote{margin:10px 0}.secureSelectedPayment .recipient{padding-top:12px;padding-bottom:12px}.secureSelectedPayment .payTotal{margin:10px 0}@media (width<=860px){.secureCheckoutHeader{grid-template-columns:140px 1fr 140px}.secureCheckoutBody{grid-template-columns:1fr}.secureOrderCard{position:static}.securePaymentChoice>div{grid-template-columns:1fr 1fr}}@media (width<=720px){.secureCheckoutOverlay{padding:14px}.secureCheckout{border-radius:20px}.secureFields{grid-template-columns:1fr}.secureFields .fieldWide{grid-column:auto}.secureFields label>span{min-height:0}.securePaymentChoice>div{grid-template-columns:1fr}}@media (width<=600px){.secureCheckoutOverlay{background:#f8f5ef;padding:0}.secureCheckout{border-radius:0;min-height:100vh}.secureCheckoutHeader{grid-template-columns:46px 1fr 46px;min-height:88px;padding:14px 15px}.secureBack span{display:none}.secureCheckoutHeader h2{font-size:23px}.secureCheckoutHeader>div>span{font-size:10px}.secureCheckoutBody{gap:13px;padding:13px}.secureFormCard,.secureOrderCard{border-radius:16px;padding:18px 15px}.secureFields{grid-template-columns:1fr;gap:13px}.secureFields .fieldWide{grid-column:auto}.secureFields label>span{min-height:0;margin-bottom:6px}.securePaymentChoice>div{grid-template-columns:1fr}.securePaymentChoice .methodButton{min-height:86px}.cartDrawer{padding:21px}.secureSelectedPayment .recipient{padding-right:16px}.secureSelectedPayment .recipient button{width:max-content;margin-top:7px;position:static;transform:none}}.reviewsSection{background:linear-gradient(145deg,#fff8ed,#f4f8fa);border-top:1px solid #eadfce;padding:88px clamp(18px,6vw,90px)}.reviewsHeading{text-align:center;max-width:760px;margin:0 auto 42px}.reviewsHeading h2{color:var(--navy);letter-spacing:-2px;margin:10px 0 12px;font-size:clamp(38px,5vw,58px);line-height:1}.reviewsHeading>p:last-child{color:var(--muted);margin:0;line-height:1.6}.reviewsLayout{grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);align-items:start;gap:22px;max-width:1240px;margin:auto;display:grid}.reviewWall{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;display:grid}.reviewCard,.reviewEmpty,.reviewForm{background:#fff;border:1px solid #e6ddd1;border-radius:21px;box-shadow:0 12px 35px #082d4f0c}.reviewCard{padding:21px}.reviewTop{grid-template-columns:42px 1fr auto;align-items:center;gap:10px;display:grid}.reviewAvatar{background:var(--navy);color:#fff;border-radius:50%;place-items:center;width:42px;height:42px;font-weight:950;display:grid}.reviewTop b,.reviewTop small{display:block}.reviewTop b{color:var(--navy)}.reviewTop small{color:var(--muted);margin-top:3px;font-size:10px}.reviewTop strong{color:var(--gold);letter-spacing:1px;font-size:14px}.reviewTop strong i{color:#dfe4e7;font-style:normal}.reviewCard>p{color:#52697a;margin:17px 0 0;font-size:13px;line-height:1.65}.reviewEmpty{text-align:center;grid-column:1/-1;place-content:center;min-height:260px;padding:45px;display:grid}.reviewEmpty>span:not(.spinner){font-size:44px}.reviewEmpty h3{color:var(--navy);margin:12px 0 5px}.reviewEmpty p{color:var(--muted);font-size:12px}.reviewForm{padding:25px;position:sticky;top:98px}.reviewForm h3{color:var(--navy);margin:5px 0 19px;font-size:24px}.reviewForm label,.reviewForm legend{color:#5b7080;text-transform:uppercase;letter-spacing:.6px;font-size:10px;font-weight:900;display:block}.reviewForm input,.reviewForm textarea{width:100%;color:var(--ink);font:inherit;background:#fff;border:1px solid #d8cfc4;border-radius:11px;outline:none;margin-top:6px;padding:12px;font-size:13px;display:block}.reviewForm input:focus,.reviewForm textarea:focus{border-color:var(--orange);box-shadow:0 0 0 4px #f25a2913}.reviewForm textarea{resize:vertical;min-height:105px}.reviewForm fieldset{border:0;margin:16px 0;padding:0}.starPicker{gap:3px;margin-top:5px;display:flex}.starPicker button{color:#d7dde1;cursor:pointer;background:0 0;border:0;padding:0 3px;font-size:27px}.starPicker button.selected{color:var(--gold)}.reviewHoney{width:1px!important;height:1px!important;position:absolute!important;left:-10000px!important;overflow:hidden!important}.reviewSubmit{background:var(--orange);color:#fff;cursor:pointer;border:0;border-radius:12px;width:100%;padding:14px;font-weight:950}.reviewSubmit:disabled{opacity:.6}.reviewForm>small{text-align:center;color:var(--muted);margin-top:10px;font-size:9px;line-height:1.4;display:block}.reviewSuccess,.reviewError{border-radius:10px;padding:10px;font-size:11px;line-height:1.4}.reviewSuccess{color:#157b49;background:#e8f8ef}.reviewError{color:#a72d21;background:#fff0ee}.confirmationActions button.submitOrderAction{background:var(--orange);color:#fff;cursor:pointer;border:0;border-radius:999px;padding:9px 15px;font-size:11px;font-weight:950}.confirmationActions button.submitOrderAction:disabled{opacity:.6}.confirmationError{font-weight:800;color:#a72d21!important;margin-top:7px!important}.adminTabs{background:#fff;border:1px solid #e0e6ea;border-radius:15px;justify-content:flex-start;gap:4px;max-width:1352px;height:auto;margin:0 auto 14px;padding:5px;display:flex;position:static;overflow-x:auto}.adminTabs button{color:#627788;white-space:nowrap;cursor:pointer;background:0 0;border:0;border-radius:10px;padding:11px 16px;font-weight:900}.adminTabs button.active{background:var(--navy);color:#fff}.adminTabs i{background:var(--orange);color:#fff;border-radius:99px;place-items:center;min-width:19px;height:19px;margin-left:5px;font-size:10px;font-style:normal;display:inline-grid}.adminGlobalError{max-width:1352px;margin:12px auto;position:relative}.adminGlobalError button{color:inherit;cursor:pointer;background:0 0;border:0;font-size:20px;position:absolute;top:6px;right:9px}.orderItems.withPhotos>div{grid-template-columns:52px 1fr auto;align-items:center;gap:10px;padding:8px 0;display:grid}.orderItems.withPhotos img{object-fit:cover;border-radius:11px;width:52px;height:52px}.orderItems.withPhotos span b,.orderItems.withPhotos span small{display:block}.orderItems.withPhotos span b{color:var(--navy);font-size:12px}.orderItems.withPhotos span small{color:var(--muted);margin-top:3px;font-size:9px}.orderItems.withPhotos>div>strong{color:var(--orange);font-size:12px}.driverAssignment{color:var(--muted);text-transform:uppercase;letter-spacing:.7px;margin-top:13px;font-size:9px;font-weight:950;display:block}.driverAssignment select{width:100%;color:var(--navy);background:#fff;border:1px solid #d7e0e5;border-radius:10px;margin-top:5px;padding:10px;font-size:12px;display:block}.driverShare p b{color:#5c2884}.driverShare a{display:inline-block}.driverShare>div{flex-wrap:wrap}.financeDashboard,.driversSection,.reviewsAdminSection{max-width:1400px;margin:0 auto;padding:10px 24px 55px}.financeHeading,.driversHeading,.reviewsAdminHeading{justify-content:space-between;align-items:end;gap:20px;margin:23px 0;display:flex}.financeHeading h1,.driversHeading h1,.reviewsAdminHeading h1{letter-spacing:-2px;color:var(--navy);margin:5px 0 4px;font-size:40px}.financeHeading>div>p:last-child,.driversHeading>div>p:last-child,.reviewsAdminHeading>div>p:last-child{color:var(--muted);margin:0;font-size:12px}.periodTabs{background:#fff;border:1px solid #dfe6ea;border-radius:12px;gap:4px;padding:4px;display:flex;overflow-x:auto}.periodTabs button{color:#687c8b;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:9px 12px;font-size:11px;font-weight:900}.periodTabs button.active{background:var(--orange);color:#fff}.financeKpis{grid-template-columns:repeat(4,1fr);gap:13px;margin-bottom:15px;display:grid}.financeKpis article,.financePanel{background:#fff;border:1px solid #e0e6ea;border-radius:18px;box-shadow:0 9px 26px #082d4f08}.financeKpis article{padding:19px}.financeKpis span,.financeKpis small{color:var(--muted);font-size:11px;display:block}.financeKpis strong{color:var(--navy);margin:7px 0 4px;font-size:29px;display:block}.financeGrid{grid-template-columns:minmax(0,1.35fr) minmax(310px,.65fr);gap:15px;display:grid}.financePanel{padding:20px}.salesChart{min-width:0}.panelTitle{justify-content:space-between;align-items:start;gap:12px;display:flex}.panelTitle small{color:var(--orange);letter-spacing:1px;font-size:9px;font-weight:950}.panelTitle h2{color:var(--navy);margin:4px 0;font-size:19px}.panelTitle>b{color:var(--orange);font-size:22px}.barChart{align-items:stretch;gap:7px;height:260px;margin-top:20px;padding-bottom:3px;display:flex;overflow-x:auto}.barColumn{text-align:center;flex:1;grid-template-rows:1fr 24px;gap:5px;min-width:38px;display:grid}.barColumn>div{border-bottom:1px solid #dfe6ea;justify-content:center;align-items:flex-end;min-height:0;display:flex}.barColumn span{background:linear-gradient(var(--orange),#f8ad25);border-radius:7px 7px 2px 2px;width:min(28px,75%);min-height:2px;position:relative}.barColumn span i{white-space:nowrap;background:var(--navy);color:#fff;border-radius:5px;padding:4px;font-size:8px;font-style:normal;display:none;position:absolute;bottom:calc(100% + 5px);left:50%;transform:translate(-50%)}.barColumn:hover span i{display:block}.barColumn>small{color:var(--muted);white-space:nowrap;font-size:8px}.paymentMetric{background:#f5f3ff;border-radius:13px;grid-template-columns:40px 1fr auto;align-items:center;gap:10px;margin-top:14px;padding:13px;display:grid}.paymentMetric>span{color:#fff;background:#635bff;border-radius:11px;place-items:center;width:40px;height:40px;display:grid}.paymentMetric b,.paymentMetric small{display:block}.paymentMetric b{color:var(--navy)}.paymentMetric small{color:var(--muted);margin-top:3px;font-size:9px}.paymentMetric>strong{color:#635bff}.zelleMetric{background:#faf3ff}.zelleMetric>span{background:#6d00b9}.zelleMetric>strong{color:#6d00b9}.productRanking{grid-column:1/-1}.topBadge{color:#946000;background:#fff4d5;border-radius:999px;padding:7px 10px;font-size:10px;font-weight:900}.rankingList{margin-top:15px}.rankingList>div{border-top:1px solid #edf0f2;grid-template-columns:25px minmax(0,1fr) 90px 90px;align-items:center;gap:10px;padding:9px 0;display:grid}.rankingList>div>span{width:24px;height:24px;color:var(--navy);background:#eef2f4;border-radius:7px;place-items:center;font-size:10px;font-weight:950;display:grid}.rankingList>div>div>b{color:var(--navy);font-size:11px;display:block}.rankingList i{background:#eef1f3;border-radius:5px;height:5px;margin-top:5px;display:block;overflow:hidden}.rankingList em{background:var(--orange);border-radius:5px;height:100%;display:block}.rankingList>div>strong,.rankingList>div>b{text-align:right;color:var(--navy);font-size:12px}.rankingList>div>strong small{color:var(--muted);font-weight:400}.financeEmpty{text-align:center;color:var(--muted);padding:40px;font-size:12px}.driversLiveCount{color:#147c49;background:#e3f7ec;border-radius:999px;padding:9px 13px;font-size:11px}.driverRegistration{background:#fff;border:1px solid #e0e6ea;border-radius:17px;grid-template-columns:1fr 1fr auto;align-items:end;gap:11px;margin-bottom:16px;padding:17px;display:grid}.driverRegistration label{color:var(--muted);text-transform:uppercase;letter-spacing:.7px;font-size:9px;font-weight:950}.driverRegistration input{width:100%;font:inherit;border:1px solid #d7e0e5;border-radius:10px;margin-top:5px;padding:11px;display:block}.driverRegistration button{background:var(--orange);color:#fff;cursor:pointer;border:0;border-radius:11px;padding:12px 16px;font-weight:950}.driverFleetLegend{background:#fff;border:1px solid #e0e6ea;border-radius:17px;align-items:center;gap:11px;margin-bottom:16px;padding:13px 15px;display:flex;overflow-x:auto}.driverFleetLegend>div:first-child{border-right:1px solid #e8edef;min-width:190px;padding-right:12px}.driverFleetLegend>div:first-child small,.driverFleetLegend>div:first-child b{display:block}.driverFleetLegend>div:first-child small{color:var(--muted);letter-spacing:1px;font-size:8px;font-weight:950}.driverFleetLegend>div:first-child b{color:var(--navy);margin-top:4px;font-size:12px}.driverLegendItem{background:#f5f7f9;border-radius:11px;grid-template-columns:32px max-content;align-items:center;gap:8px;padding:7px 10px;display:grid}.driverLegendItem span b,.driverLegendItem span small{display:block}.driverLegendItem span b{color:var(--navy);font-size:10px}.driverLegendItem span small{color:var(--muted);margin-top:2px;font-size:8px}.driverLegendCar,.adminDriverMapCar{color:#fff;pointer-events:none;border:3px solid #fff;border-radius:50%;place-items:center;display:grid;box-shadow:0 2px 8px #082d4f55}.driverLegendCar{width:31px;height:31px}.driverLegendCar svg{fill:currentColor;width:18px;height:18px}.driverAdminGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;display:grid}.driverAdminCard{border:1px solid #e0e6ea;border-top:5px solid var(--navy);background:#fff;border-radius:19px;padding:18px}.driverAdminTop{grid-template-columns:46px 1fr auto;align-items:center;gap:10px;display:grid}.driverAdminTop>span{background:var(--navy);color:#fff;border-radius:50%;place-items:center;width:46px;height:46px;font-weight:950;display:grid}.driverAdminTop h2{color:var(--navy);margin:0;font-size:18px}.driverAdminTop a{color:var(--orange);margin-top:4px;font-size:10px;display:block}.driverAdminTop>i{border-radius:99px;padding:6px 9px;font-size:9px;font-style:normal;font-weight:950}.driverAdminTop>i.active{color:#16804c;background:#e2f6eb}.driverAdminTop>i.inactive{color:#71818d;background:#edf0f2}.driverCurrentOrder{border-left:4px solid var(--navy);background:#f4f7f9;border-radius:12px;grid-template-columns:1fr auto;gap:3px 12px;margin:15px 0;padding:12px;display:grid}.driverCurrentOrder small{color:var(--muted);letter-spacing:1px;grid-column:1/-1;font-size:8px;font-weight:950}.driverCurrentOrder b{color:var(--navy)}.driverCurrentOrder span{color:var(--muted);font-size:10px}.driverMiniMapFrame{border-radius:12px;height:255px;position:relative;overflow:hidden}.driverMiniMapFrame iframe{border:0;width:100%;height:100%}.adminDriverMapCar{width:44px;height:44px;animation:1.8s ease-out infinite adminDriverPulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.adminDriverMapCar svg{fill:currentColor;width:25px;height:25px}@keyframes adminDriverPulse{0%{box-shadow:0 2px 8px #082d4f66,0 0 #4285f455}70%,to{box-shadow:0 2px 8px #082d4f66,0 0 0 15px #4285f400}}.driverMapStatus{background:#f4f7f9;border-radius:9px;grid-template-columns:9px 1fr auto;align-items:center;gap:7px;margin-top:8px;padding:7px 9px;display:grid}.driverMapStatus>span{border-radius:50%;width:9px;height:9px}.driverMapStatus b{color:var(--navy);font-size:10px}.driverMapStatus small{color:var(--muted);font-size:8px}.driverMiniMap a{text-align:center;color:#4285f4;margin-top:7px;font-size:10px;font-weight:900;display:block}.driverNoLocation{height:120px;color:var(--muted);background:#eef3f6;border-radius:12px;justify-content:center;align-items:center;gap:10px;font-size:11px;display:flex}.driverNoLocation span:last-child{max-width:210px}.driverToggle{color:#5e7282;cursor:pointer;background:#fff;border:1px solid #d6dfe4;border-radius:10px;width:100%;margin-top:12px;padding:9px;font-weight:900}.driverToggle:disabled{opacity:.45}.reviewsAdminHeading>strong{color:#956200;background:#fff0d4;border-radius:99px;padding:9px 13px;font-size:11px}.reviewAdminGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.reviewAdminCard{background:#fff;border:1px solid #e0e6ea;border-top:4px solid #f3b02d;border-radius:17px;padding:17px}.reviewAdminCard.approved{border-top-color:#20aa65}.reviewAdminCard.rejected{opacity:.75;border-top-color:#aeb8bf}.reviewAdminCard>div{grid-template-columns:39px 1fr auto;align-items:center;gap:9px;display:grid}.reviewAdminCard>div>span{background:var(--navy);color:#fff;border-radius:50%;place-items:center;width:39px;height:39px;font-weight:950;display:grid}.reviewAdminCard h3{color:var(--navy);margin:0;font-size:14px}.reviewAdminCard>div b{color:var(--gold);margin-top:3px;font-size:11px;display:block}.reviewAdminCard>div b i{color:#dce1e4;font-style:normal}.reviewAdminCard>div>small{color:#8b620e;background:#fff3d9;border-radius:99px;padding:5px 7px;font-size:8px;font-weight:950}.reviewAdminCard>p{color:#536a7b;min-height:62px;font-size:12px;line-height:1.55}.reviewAdminCard>footer{background:0 0;grid-template-columns:1fr 1fr;gap:7px;padding:0;display:grid}.reviewAdminCard footer button{cursor:pointer;border:0;border-radius:9px;padding:9px;font-size:10px;font-weight:950}.approveReview{color:#147c49;background:#e3f7ec}.rejectReview{color:#657681;background:#f0f2f3}.reviewAdminCard footer button:disabled{opacity:.4}@media (width<=900px){.reviewsLayout,.financeGrid{grid-template-columns:1fr}.reviewForm{position:static}.financeKpis{grid-template-columns:repeat(2,1fr)}.reviewAdminGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.reviewsSection{padding:65px 14px}.reviewWall,.driverAdminGrid,.reviewAdminGrid{grid-template-columns:1fr}.financeDashboard,.driversSection,.reviewsAdminSection{padding:8px 12px 40px}.financeHeading,.driversHeading,.reviewsAdminHeading{flex-direction:column;align-items:flex-start}.periodTabs{width:100%}.driverRegistration{grid-template-columns:1fr}.rankingList>div{grid-template-columns:25px minmax(0,1fr) 70px}.rankingList>div>b{display:none}.adminTabs{margin-left:12px;margin-right:12px}.reviewTop{grid-template-columns:42px 1fr}.reviewTop strong{grid-column:2}.driverAdminTop{grid-template-columns:46px 1fr}.driverAdminTop>i{grid-column:2;justify-self:start}.orderItems.withPhotos>div{grid-template-columns:46px 1fr auto}.orderItems.withPhotos img{width:46px;height:46px}}@media (width<=480px){.financeKpis{grid-template-columns:1fr 1fr}.financeKpis article{padding:14px}.financeKpis strong{font-size:22px}.barChart{height:225px}.reviewsHeading h2{font-size:38px}.reviewForm{padding:20px}.adminTabs button{padding:10px 12px}}.orderItems.withPhotos .deliveryOrderLine{background:#eff6ff;border-radius:11px;grid-template-columns:56px 1fr auto;padding:9px}.deliveryOrderLine>span:first-child{place-items:center;width:56px;font-size:25px;display:grid}.deliveryOrderLine small{color:var(--muted);margin-top:3px;display:block}.driversSection{max-width:1800px}.fleetMapPanel{background:#fff;border:1px solid #dce4e9;border-radius:22px;margin:0 0 28px;padding:15px;box-shadow:0 16px 42px #082d4f0b}.fleetMapHeading{justify-content:space-between;align-items:center;gap:15px;padding:3px 5px 14px;display:flex}.fleetMapHeading small{color:var(--orange);letter-spacing:1.2px;font-size:9px;font-weight:950}.fleetMapHeading h2{color:var(--navy);margin:4px 0 0;font-size:22px}.fleetMapHeading>div:last-child{grid-template-columns:38px auto;align-items:center;gap:0 8px;display:grid}.fleetMapHeading>div:last-child span{color:#16804c;background:#e4f7ed;border-radius:50%;grid-row:1/3;place-items:center;width:38px;height:38px;font-weight:950;display:grid}.fleetMapHeading>div:last-child b{color:var(--navy);font-size:11px}.fleetMapCanvas{background:#e9eff2;border:1px solid #cfd9df;border-radius:17px;height:clamp(580px,72vh,900px);min-height:580px;position:relative;overflow:hidden}.fleetMapShade{pointer-events:none;background:linear-gradient(#082d4f0a,#0000 18% 76%,#082d4f13);position:absolute;inset:0}.fleetDriverMarker{--driver-color:#4285f4;z-index:4;filter:drop-shadow(0 3px 5px #082d4f35);pointer-events:none;align-items:center;gap:6px;display:flex;position:absolute;transform:translate(-28px,-23px)}.fleetDriverCar{border:2px solid var(--driver-color);width:56px;height:46px;box-shadow:0 0 0 0 color-mix(in srgb,var(--driver-color) 40%,transparent);background:#ffffffed;border-radius:12px;flex:none;place-items:center;animation:1.9s ease-out infinite fleetCarPulse;display:grid}.fleetDriverCar .vehicleIcon{width:46px;height:28px}.fleetDriverCar .vehiclePhoto{width:51px;height:40px}.fleetDriverLabel{border:1px solid var(--driver-color);background:#fffffff2;border-radius:9px;min-width:max-content;padding:5px 7px;box-shadow:0 3px 10px #082d4f24}.fleetDriverLabel b,.fleetDriverLabel small{display:block}.fleetDriverLabel b{color:var(--navy);font-size:10px}.fleetDriverLabel small{color:#5d7180;margin-top:1px;font-size:8px;font-weight:800}@keyframes fleetCarPulse{0%{box-shadow:0 0 0 0 color-mix(in srgb,var(--driver-color) 40%,transparent)}70%,to{box-shadow:0 0 0 11px #0000}}.fleetMapFooter{z-index:6;color:#fff;background:#082d4fe8;border:1px solid #ffffffc9;border-radius:12px;align-items:center;gap:12px;padding:11px 14px;display:flex;position:absolute;bottom:14px;left:15px;right:15px;box-shadow:0 8px 28px #082d4f35}.fleetMapFooter span{color:#82e7ae;text-transform:uppercase;font-size:10px;font-weight:950}.fleetMapFooter b{font-size:10px}.fleetMapEmpty{z-index:5;text-align:center;background:#fffffff2;border:1px solid #fff;border-radius:19px;width:min(380px,100% - 35px);padding:28px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 18px 45px #082d4f20}.fleetMapEmpty span{font-size:44px;display:block}.fleetMapEmpty b{color:var(--navy);margin:10px 0 5px;display:block}.fleetMapEmpty p{color:var(--muted);margin:0;font-size:11px;line-height:1.5}.fleetMapLegend{gap:8px;margin-top:11px;padding:1px;display:flex;overflow-x:auto}.fleetMapLegend>div{background:#f3f6f8;border-radius:10px;grid-template-columns:10px max-content;align-items:center;gap:2px 7px;padding:8px 10px;display:grid}.fleetMapLegend>div>span{border-radius:50%;grid-row:1/3;width:10px;height:10px}.fleetMapLegend b{color:var(--navy);font-size:10px}.fleetMapLegend small{color:var(--muted);font-size:8px}.driverManagementHeading{justify-content:space-between;align-items:end;gap:15px;margin:27px 0 13px;display:flex}.driverManagementHeading small{color:var(--orange);letter-spacing:1px;font-size:9px;font-weight:950}.driverManagementHeading h2{color:var(--navy);margin:4px 0 0;font-size:24px}.driverManagementHeading p{color:var(--muted);margin:0;font-size:10px}.driverAdminGrid.compact{grid-template-columns:repeat(3,minmax(0,1fr))}.driverLocationSummary{background:#f1f5f7;border-radius:12px;grid-template-columns:44px 1fr;align-items:center;gap:9px;padding:10px;display:grid}.driverLocationSummary span b,.driverLocationSummary span small{display:block}.driverLocationSummary span b{color:var(--navy);font-size:10px}.driverLocationSummary span small{color:var(--muted);margin-top:2px;font-size:8px}.driverLocationSummary.offline{opacity:.7}.driverEmptyManagement{margin-top:20px}.driverLegendCar .vehicleIcon{width:37px;height:23px}.driverLegendCar .vehiclePhoto{width:40px;height:32px}@media (width<=1150px){.driverAdminGrid.compact{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){.fleetMapCanvas{height:68vh;min-height:520px}.fleetDriverLabel{display:none}}@media (width<=700px){.driverAdminGrid.compact{grid-template-columns:1fr}.fleetMapPanel{border-radius:16px;padding:8px}.fleetMapHeading{align-items:flex-start}.fleetMapHeading h2{font-size:18px}.fleetMapHeading>div:last-child b{display:none}.fleetMapCanvas{height:65vh;min-height:480px}.fleetMapFooter b{display:none}.fleetMapFooter{bottom:8px;left:8px;right:8px}.fleetDriverCar{width:43px;height:43px}.driverManagementHeading{flex-direction:column;align-items:flex-start}}.fleetMapCanvas{cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.fleetMapCanvas.dragging{cursor:grabbing}.fleetMapCanvas>iframe{z-index:0;pointer-events:none;will-change:transform;border:0;width:100%;height:100%;display:block;position:absolute;inset:0}.fleetDriverMarker{transition:left .85s linear,top .85s linear}.fleetMapCanvas.dragging .fleetDriverMarker{transition:none}.fleetMapControls{z-index:8;background:#fffffff2;border:1px solid #dbe3e8;border-radius:13px;grid-template-columns:42px 42px;gap:6px;padding:6px;display:grid;position:absolute;top:14px;right:14px;box-shadow:0 8px 25px #082d4f26}.fleetMapControls button{height:40px;color:var(--navy);cursor:pointer;background:#fff;border:1px solid #d8e0e5;border-radius:9px;font-size:24px;font-weight:950}.fleetMapControls button:hover{background:#eef4f7}.fleetMapControls .centerFleet{background:var(--navy);color:#fff;border-color:var(--navy);white-space:nowrap;grid-column:1/-1;width:auto;padding:0 12px;font-size:10px}.fleetMapGestureHint{z-index:7;color:#fff;pointer-events:none;background:#082d4fdc;border:1px solid #ffffffd9;border-radius:10px;padding:9px 12px;font-size:9px;font-weight:900;position:absolute;top:14px;left:14px;box-shadow:0 7px 20px #082d4f25}@media (width<=700px){.fleetMapControls{top:8px;right:8px}.fleetMapGestureHint{max-width:112px;padding:8px;font-size:8px;top:8px;left:8px}}.fleetDriverMarker{gap:6px;transform:translate(-24px,-24px)}.fleetDriverCar{background:var(--driver-color);color:#fff;border:4px solid #fff;border-radius:50%;width:48px;height:48px}.fleetDriverCar .vehicleIcon{fill:currentColor;width:27px;height:27px}.driverLegendCar{border-radius:50%;width:32px;height:32px}.driverLegendCar .vehicleIcon{fill:currentColor;width:19px;height:19px}.driverRegistration{grid-template-columns:minmax(180px,1fr) minmax(170px,1fr) 130px minmax(230px,1.2fr) auto}.driverRegistration select,.driverVehicleEditor select,.driverVehicleEditor input{width:100%;font:inherit;background:#fff;border:1px solid #d7e0e5;border-radius:10px;margin-top:5px;padding:11px;display:block}.driverVehicleEditor{background:#f8fafb;border:1px solid #e1e7eb;border-radius:12px;grid-template-columns:110px minmax(0,1fr) auto;align-items:end;gap:8px;margin:12px 0;padding:11px;display:grid}.driverVehicleEditor label{color:var(--muted);text-transform:uppercase;letter-spacing:.6px;font-size:8px;font-weight:950}.driverVehicleEditor button{background:var(--navy);color:#fff;cursor:pointer;border:0;border-radius:9px;padding:11px 12px;font-size:9px;font-weight:950}.driverVehicleEditor button:disabled{opacity:.55}@media (width<=1200px){.driverRegistration{grid-template-columns:repeat(2,minmax(0,1fr))}.driverRegistration button{grid-column:1/-1}}@media (width<=700px){.driverRegistration{grid-template-columns:1fr}.driverRegistration button{grid-column:auto}.driverVehicleEditor{grid-template-columns:1fr}.driverVehicleEditor button{width:100%}}.driverCardActions{grid-template-columns:1fr 1fr;gap:8px;margin-top:12px;display:grid}.driverCardActions .driverToggle{margin-top:0}.driverDelete{color:#a93428;cursor:pointer;background:#fff2f0;border:1px solid #efc0bc;border-radius:10px;width:100%;padding:9px;font-weight:900}.driverDelete:disabled{opacity:.45;cursor:not-allowed}@media (width<=700px){.driverCardActions{grid-template-columns:1fr}}
