:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#eef2ef;color:#161917;line-height:1.45;--page: #eef2ef;--ink: #161917;--ink-2: #2c332f;--muted: #66706b;--line: #d8dfda;--surface: #fbfcfa;--surface-2: #f5f7f4;--charcoal: #121715;--charcoal-2: #1d2420;--emerald: #08745f;--emerald-2: #075f50;--emerald-soft: #e1f3ec;--cobalt: #245bdb;--cobalt-soft: #e6edff;--gold: #b98022;--gold-soft: #fff3d9;--ruby: #b42318;--ruby-soft: #ffe8e4;--success: #168044;--success-soft: #e4f7ea;--shadow-soft: 0 22px 50px rgba(25, 32, 28, .1);--shadow-tight: 0 10px 24px rgba(25, 32, 28, .08)}*{box-sizing:border-box}html{min-height:100%;background:linear-gradient(180deg,#dce6df 0,#eef2ef 260px),var(--page)}body{min-width:320px;margin:0}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.64}.app{width:min(1020px,100%);min-height:100vh;margin:0 auto;padding:14px}.topbar{position:relative;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;overflow:hidden;min-height:128px;padding:18px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:linear-gradient(135deg,#111715,#1e2823 58%,#0d3f36),var(--charcoal);box-shadow:var(--shadow-soft);color:#f8fbf8}.topbar:after{content:"";position:absolute;right:-26px;bottom:-48px;width:220px;height:170px;border:1px solid rgba(255,255,255,.12);transform:rotate(-12deg)}.brand-row,.topbar-actions{position:relative;z-index:1}.brand-row{display:grid;grid-template-columns:48px minmax(0,1fr);gap:12px;min-width:0}.brand-mark{display:grid;width:48px;height:48px;place-items:center;border:1px solid rgba(255,255,255,.18);border-radius:8px;background:#ffffff1a;color:#f7dca8;box-shadow:inset 0 0 0 1px #ffffff14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.topbar h1,.section-title h2,.hero-panel h2{margin:0;line-height:1.06;letter-spacing:0}.topbar h1{font-size:30px}.eyebrow{margin:0 0 6px;color:#f4c978;font-size:12px;font-weight:900;text-transform:uppercase}.topbar-subtitle{max-width:560px;margin:8px 0 0;color:#c7d4ce;font-size:14px}.topbar-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.mode-pill,.soft-pill{display:inline-flex;align-items:center;gap:7px;min-height:34px;border-radius:8px;padding:7px 11px;font-size:13px;font-weight:900;white-space:nowrap}.mode-pill{border:1px solid rgba(255,255,255,.18);background:#ffffff1a;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.soft-pill{width:fit-content;background:var(--gold-soft);color:#815314}main{padding-top:14px}.stack{display:grid;gap:14px}.hero-panel{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(210px,.58fr);gap:14px;align-items:stretch;overflow:hidden;padding:16px;border:1px solid rgba(216,223,218,.9);border-radius:8px;background:var(--surface);box-shadow:var(--shadow-tight)}.hero-content{display:grid;align-content:center;gap:11px;min-width:0}.hero-panel h2{max-width:620px;font-size:27px;color:var(--ink)}.hero-panel p{max-width:620px;margin:0;color:var(--muted)}.route-visual{display:grid;grid-template-columns:1fr 40px 1fr;align-items:center;min-height:132px;padding:12px;border-radius:8px;background:#101613;color:#fff}.route-stop{display:grid;gap:9px;min-width:0}.route-stop span{width:fit-content;border:1px solid rgba(244,201,120,.48);border-radius:8px;padding:5px 8px;color:#f4c978;font-size:12px;font-weight:900}.route-stop strong{min-width:0;overflow-wrap:anywhere;font-size:18px}.route-stop.end{text-align:right}.route-stop.end span{justify-self:end}.route-line{display:grid;place-items:center}.route-line span{display:block;width:100%;height:2px;background:linear-gradient(90deg,#f4c978,#6ee7c7)}.hero-action{grid-column:1 / -1;min-height:56px}.quick-grid,.stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.stats{grid-template-columns:repeat(4,minmax(0,1fr))}.info-tile,.stat{position:relative;display:grid;gap:7px;min-width:0;overflow:hidden;padding:13px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:0 1px #ffffffbf inset}.info-tile:before,.stat:before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,var(--emerald),var(--gold))}.info-tile svg,.stat svg,.section-title svg{color:var(--emerald)}.info-tile span,.stat span{color:var(--muted);font-size:13px}.info-tile strong,.stat strong{min-width:0;overflow-wrap:anywhere;font-size:18px}.section-title{display:flex;align-items:center;gap:10px;margin-top:4px}.section-title h2{color:var(--ink);font-size:19px}.field{display:grid;gap:7px;color:#404b45;font-size:14px;font-weight:800}input,select,textarea{width:100%;min-height:50px;border:1px solid #cfd8d2;border-radius:8px;background:#fff;color:var(--ink);padding:12px 13px;outline:none;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}select{min-width:142px}.topbar select{border-color:#ffffff38;background:#ffffff1a;color:#fff}.topbar select option{color:var(--ink)}textarea{min-height:96px;resize:vertical}input::placeholder,textarea::placeholder{color:#9aa59f}input:focus,select:focus,textarea:focus{border-color:var(--emerald);background:#fff;box-shadow:0 0 0 4px #08745f1f}.primary,.ghost,.danger,.item-button,.button-grid button,.delivery-switch button{min-height:50px;border:1px solid transparent;border-radius:8px;padding:12px 14px;font-weight:900}.primary{background:linear-gradient(135deg,var(--emerald),var(--emerald-2));color:#fff;box-shadow:0 12px 26px #08745f3d}.primary:hover{filter:brightness(.96)}.ghost{background:#fff;color:var(--ink);border-color:var(--line)}.danger{background:var(--ruby-soft);color:#8b1b12;border-color:#f2c6bf}.action-row{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;text-align:center}.list{display:grid;gap:10px}.item,.panel,.empty,.notice,.form-card,.timeline,.price-card,.route-card{border:1px solid var(--line);border-radius:8px;background:var(--surface)}.item,.panel,.form-card{padding:14px;box-shadow:0 1px #fffc inset}.item{box-shadow:var(--shadow-tight)}.item-button{display:grid;gap:8px;width:100%;color:inherit;text-align:left}.item-button:hover,.ghost:hover,.delivery-switch button:hover{border-color:#b8c4bd;background:#f8faf7}.form-card{display:grid;gap:12px}.route-card{display:flex;align-items:center;justify-content:center;gap:10px;min-height:54px;padding:10px 12px;background:var(--charcoal);color:#fff;font-weight:950;box-shadow:var(--shadow-tight)}.route-card svg{color:#f4c978}.delivery-switch{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:4px;border:1px solid var(--line);border-radius:8px;background:var(--surface-2)}.delivery-switch button{min-height:46px;background:transparent;color:#4e5953;border-color:transparent}.delivery-switch button.selected{background:#fff;color:var(--emerald-2);border-color:#c6d5cf;box-shadow:0 8px 18px #19201c14}.order-head,.summary-line,.price-card>div{display:flex;align-items:center;justify-content:space-between;gap:12px}.order-head strong{min-width:0;overflow-wrap:anywhere}.muted{color:var(--muted);margin:5px 0}.badge{display:inline-flex;align-items:center;min-height:28px;border-radius:8px;padding:5px 9px;background:var(--cobalt-soft);color:#1e4fbf;font-size:12px;font-weight:900;white-space:nowrap}.status-delivered{background:var(--success-soft);color:var(--success)}.status-cancelled,.status-problem{background:var(--ruby-soft);color:#8b1b12}.status-awaiting_payment,.status-payment_review{background:var(--gold-soft);color:#815314}.status-driver_search,.status-driver_assigned,.status-pickup_in_progress,.status-picked_up,.status-in_transit,.status-ready_for_pickup,.status-out_for_delivery{background:var(--cobalt-soft);color:#1e4fbf}.notice{padding:12px;font-weight:800}.notice.info{background:var(--cobalt-soft);color:#1e4fbf}.notice.danger{background:var(--ruby-soft);color:#8b1b12}.turnstile-box{min-height:65px;display:flex;align-items:center}.boot-screen__button{margin-top:18px}.empty{display:flex;align-items:center;justify-content:center;gap:8px;min-height:62px;padding:14px;color:var(--muted);text-align:center}.empty svg{color:#8da39a}.timeline{display:grid;gap:0;padding:8px 12px;box-shadow:var(--shadow-tight)}.timeline-row{display:grid;grid-template-columns:18px minmax(0,1fr);gap:10px;align-items:center;min-height:37px;color:#8c9690}.timeline-row span{width:10px;height:10px;border-radius:50%;background:#c4cdc7}.timeline-row.done{color:var(--ink)}.timeline-row.done span{background:var(--emerald);box-shadow:0 0 0 4px #08745f1f}.timeline-row p{min-width:0;margin:0;overflow-wrap:anywhere}.price-card{display:grid;gap:6px;padding:15px;background:linear-gradient(135deg,#111715,#203128),var(--charcoal);color:#fff;box-shadow:var(--shadow-tight)}.price-card span{color:#cbd9d2}.price-card strong,.payment-total{font-size:27px;letter-spacing:0}.price-card p{margin:0;color:#b8cac1;font-size:13px}.payment-panel{display:grid;gap:12px}.payment-total{width:fit-content;border-radius:8px;padding:8px 12px;background:var(--charcoal);color:#fff;font-weight:950}.details-grid{display:grid;grid-template-columns:minmax(92px,.42fr) minmax(0,1fr);gap:8px 12px}.details-grid span{color:var(--muted)}.details-grid strong{min-width:0;overflow-wrap:anywhere}.button-grid,.grid-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:10px}.grid-form{margin-top:0;padding:14px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow-tight)}.qr{max-width:180px;border:1px solid var(--line);border-radius:8px;background:#fff}@media(max-width:820px){.app{padding:10px}.topbar,.hero-panel{grid-template-columns:1fr}.topbar{flex-direction:column;min-height:0}.topbar-actions{width:100%;justify-content:space-between}.topbar-actions select{flex:1}.brand-row{grid-template-columns:44px minmax(0,1fr)}.brand-mark{width:44px;height:44px}.topbar h1{font-size:25px}.hero-panel h2{font-size:23px}.route-visual{min-height:112px}.quick-grid,.stats,.button-grid,.grid-form{grid-template-columns:1fr}.hero-action{min-height:54px}}@media(max-width:430px){.topbar{padding:15px}.hero-panel,.form-card,.item,.panel{padding:12px}.route-visual{grid-template-columns:1fr;gap:10px}.route-line{height:24px}.route-line span{width:2px;height:100%;background:linear-gradient(180deg,#f4c978,#6ee7c7)}.route-stop.end{text-align:left}.route-stop.end span{justify-self:start}.delivery-switch{grid-template-columns:1fr}.order-head,.summary-line,.price-card>div{align-items:flex-start;flex-direction:column}.badge{white-space:normal}}
