:root{--primary:#932a2a;--primary-dark:#7a2222;--primary-soft:#f6e9e9;--secondary:#3786f1;--secondary-soft:#e7f0fe;--bg:#fff;--surface:#f6f6f7;--surface-alt:#f0f1f3;--border:#ececee;--border-strong:#e2e2e5;--text:#0e0e10;--text-muted:#6b7280;--text-faint:#9ca3af;--ink:#111113;--success:#16a34a;--success-soft:#e6f4ea;--warning:#d97706;--warning-soft:#fcf1e2;--white:#fff;--r-sm:10px;--r-md:14px;--r-lg:18px;--r-xl:24px;--r-pill:999px;--sh-soft:0 2px 8px #0b0b0f0a;--sh-card:0 6px 16px #0b0b0f0f;--sh-float:0 10px 24px #0b0b0f1a;--sidebar-w:264px}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{background:var(--surface);color:var(--text);-webkit-font-smoothing:antialiased;letter-spacing:-.01em;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,Roboto,Helvetica,Arial,sans-serif}button{cursor:pointer;background:0 0;border:none;font-family:inherit}a{color:inherit;text-decoration:none}input,select,textarea{font-family:inherit}svg{display:block}.app{grid-template-columns:var(--sidebar-w) 1fr;min-height:100vh;display:grid}.sidebar{background:var(--white);border-right:1px solid var(--border);flex-direction:column;height:100vh;padding:22px 16px;display:flex;position:sticky;top:0}.brand{justify-content:center;align-items:center;padding:8px 8px 26px;display:flex}.brand-logo{width:auto;height:42px;display:block}.nav{flex-direction:column;gap:2px;margin-top:4px;display:flex}.nav-item{border-radius:var(--r-md);color:var(--text-muted);align-items:center;gap:12px;padding:11px 12px;font-size:14px;font-weight:600;transition:background .15s,color .15s;display:flex}.nav-item svg{stroke:currentColor;width:20px;height:20px}.nav-item:hover{background:var(--surface);color:var(--text)}.nav-item.active{background:var(--primary-soft);color:var(--primary-dark)}.nav-item.active svg{stroke:var(--primary)}.nav-cta{border-radius:var(--r-md);background:var(--primary);height:46px;color:var(--white);box-shadow:var(--sh-soft);justify-content:center;align-items:center;gap:8px;margin:4px 4px 16px;font-size:14px;font-weight:700;transition:background .15s,transform 50ms;display:flex}.nav-cta:hover{background:var(--primary-dark)}.nav-cta:active{transform:scale(.99)}.nav-cta svg{stroke:currentColor;width:18px;height:18px}.sidebar-foot{margin-top:auto}.user-card{border-radius:var(--r-md);border:1px solid var(--border);align-items:center;gap:11px;padding:10px;display:flex}.user-card:hover{background:var(--surface)}.user-meta{min-width:0;line-height:1.25}.user-name{font-size:13px;font-weight:700}.user-mail{color:var(--text-faint);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.main{flex-direction:column;min-width:0;display:flex}.topbar{z-index:5;-webkit-backdrop-filter:saturate(180%)blur(12px);backdrop-filter:saturate(180%)blur(12px);border-bottom:1px solid var(--border);background:#ffffffd1;justify-content:space-between;align-items:center;padding:18px 28px;display:flex;position:sticky;top:0}.topbar-left{align-items:center;gap:14px;min-width:0;display:flex}.crumb{color:var(--text-faint);font-size:13px;font-weight:600}.topbar h1{letter-spacing:-.5px;font-size:22px;font-weight:800}.topbar-actions{align-items:center;gap:10px;display:flex}.icon-btn{border-radius:var(--r-md);background:var(--surface);place-items:center;width:42px;height:42px;transition:background .15s;display:grid;position:relative}.icon-btn:hover{background:var(--surface-alt)}.icon-btn svg{width:20px;height:20px;stroke:var(--text)}.icon-btn .dot{background:var(--primary);border:1.5px solid var(--white);border-radius:50%;width:8px;height:8px;position:absolute;top:10px;right:11px}.content{width:100%;padding:28px 28px 56px}.avatar{color:var(--white);background:var(--primary);border-radius:50%;flex:none;place-items:center;font-weight:700;display:grid;overflow:hidden}.avatar-img{object-fit:cover;width:100%;height:100%;display:block}.btn{border-radius:var(--r-md);white-space:nowrap;justify-content:center;align-items:center;gap:8px;height:48px;padding:0 22px;font-size:15px;font-weight:700;transition:background .15s,opacity .15s,transform 50ms;display:inline-flex}.btn:active{transform:scale(.99)}.btn svg{stroke:currentColor;width:18px;height:18px}.btn-primary{background:var(--primary);color:var(--white);box-shadow:var(--sh-soft)}.btn-primary:hover{background:var(--primary-dark)}.btn-secondary{background:var(--secondary-soft);color:var(--secondary)}.btn-secondary:hover{filter:brightness(.98)}.btn-ghost{background:var(--white);color:var(--text);border:1px solid var(--border)}.btn-ghost:hover{background:var(--surface)}.btn-block{width:100%}.btn-sm{height:40px;padding:0 16px;font-size:14px}.tag{border-radius:var(--r-pill);letter-spacing:.2px;align-items:center;gap:6px;padding:5px 11px;font-size:11px;font-weight:700;display:inline-flex}.tag .tdot{background:currentColor;border-radius:50%;width:6px;height:6px}.tag.searching{background:var(--secondary-soft);color:var(--secondary)}.tag.scheduled{background:var(--warning-soft);color:var(--warning)}.tag.inProgress{background:var(--primary-soft);color:var(--primary)}.tag.done{background:var(--success-soft);color:var(--success)}.tag.canceled{background:var(--surface-alt);color:var(--text-muted)}.plate{background:var(--white);border:1px solid var(--border-strong);border-radius:7px;align-items:center;padding-right:9px;display:inline-flex;overflow:hidden}.plate .band{background:var(--secondary);align-self:stretch;width:7px}.plate .num{letter-spacing:.5px;padding:4px 0 4px 8px;font-size:13px;font-weight:700}.client-badge{background:var(--ink);width:26px;height:26px;color:var(--white);border-radius:8px;flex:none;place-items:center;font-size:10px;font-weight:700;display:grid}.type-chip{background:var(--surface);border-radius:var(--r-pill);align-items:center;gap:6px;padding:5px 11px;font-size:11px;font-weight:700;display:inline-flex}.type-chip svg{width:13px;height:13px;stroke:var(--text)}.pills{flex-wrap:wrap;gap:8px;display:flex}.pill{border-radius:var(--r-pill);background:var(--white);border:1px solid var(--border);height:38px;color:var(--text);align-items:center;gap:6px;padding:0 16px;font-size:13px;font-weight:600;transition:background .15s,color .15s;display:inline-flex}.pill svg{stroke:currentColor;width:15px;height:15px}.pill:hover{background:var(--surface)}.pill.active{background:var(--ink);color:var(--white);border-color:var(--ink)}.card{background:var(--white);border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--sh-soft)}.card-pad{padding:20px}.section-title{margin-bottom:12px;font-size:17px;font-weight:700}.route .stop{align-items:center;gap:12px;display:flex}.route .marker-col{flex:none;place-items:center;width:26px;display:grid}.route .dot-outer{background:var(--secondary);border-radius:50%;place-items:center;width:16px;height:16px;display:grid}.route .dot-inner{background:var(--white);border-radius:50%;width:6px;height:6px}.route .pin{background:var(--primary);width:22px;height:22px;color:var(--white);border-radius:50%;place-items:center;display:grid}.route .pin svg{stroke:currentColor;fill:none;width:13px;height:13px}.route .line{background:var(--border-strong);width:2px;height:24px;margin-left:12px}.route .stop-body{flex:1;min-width:0}.route .stop-label{color:var(--text-faint);font-size:11px;font-weight:600}.route .stop-city{white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:600;overflow:hidden}.route .stop-addr{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;margin-top:1px;font-size:12px;overflow:hidden}.route .stop-time{color:var(--text-muted);white-space:nowrap;font-size:13px;font-weight:700}.list-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.search{background:var(--white);border:1px solid var(--border);border-radius:var(--r-pill);align-items:center;gap:8px;width:280px;max-width:100%;height:40px;padding:0 14px;display:flex}.search svg{width:16px;height:16px;stroke:var(--text-faint);flex:none}.search input{background:0 0;border:none;outline:none;flex:1;font-size:14px}.toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;margin-bottom:16px;display:flex}.toolbar-right,.filters{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.tsel{border:1px solid var(--border);border-radius:var(--r-pill);background:var(--white);height:40px;color:var(--text);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239CA3AF' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-position:right 13px center;background-repeat:no-repeat;background-size:14px;padding:0 36px 0 14px;font-size:13px;font-weight:600}.tsel:hover{border-color:var(--border-strong)}.tsel:focus{border-color:var(--secondary);box-shadow:0 0 0 3px var(--secondary-soft);outline:none}.result-bar{justify-content:space-between;align-items:center;margin:2px 2px 16px;display:flex}#count{color:var(--text-muted);font-size:13px;font-weight:600}.pager{z-index:20;background:color-mix(in srgb, var(--white) 82%, transparent);-webkit-backdrop-filter:blur(10px);border:1px solid var(--border);width:max-content;box-shadow:var(--sh-pop,0 8px 24px #0000001a);border-radius:999px;justify-content:center;align-items:center;gap:6px;margin:28px auto 0;padding:7px 9px;display:flex;position:sticky;bottom:18px}.page-btn{border-radius:var(--r-md);border:1px solid var(--border);background:var(--white);min-width:38px;height:38px;color:var(--text);place-items:center;padding:0 10px;font-size:13px;font-weight:700;transition:background .15s,border-color .15s;display:grid}.page-btn:hover:not(:disabled){background:var(--surface)}.page-btn.active,.page-btn.active:hover:not(:disabled){background:var(--ink);color:var(--white);border-color:var(--ink)}.page-btn:disabled{opacity:.4;cursor:default}.page-btn svg{stroke:currentColor;width:16px;height:16px}.page-dots{text-align:center;min-width:20px;color:var(--text-faint);font-weight:700}.grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:16px;display:grid}.mission-card{background:var(--white);border:1px solid var(--border);border-radius:var(--r-xl);box-shadow:var(--sh-soft);cursor:pointer;flex-direction:column;height:100%;padding:18px;transition:box-shadow .18s,transform 60ms,border-color .15s;display:flex}.mission-card:hover{box-shadow:var(--sh-card);border-color:var(--border-strong)}.mission-card:active{transform:scale(.995)}.mc-head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:14px;display:flex}.mc-price{color:var(--primary);flex:none;font-size:18px;font-weight:800}.mc-head-left{flex-wrap:nowrap;align-items:center;gap:8px;min-width:0;display:flex}.mc-head-left .tag{white-space:nowrap;flex:none;gap:7px;padding:7px 13px;font-size:13px}.mc-head-left .tag .tdot{width:7px;height:7px}.mc-type-pill{background:var(--surface);border-radius:var(--r-pill);white-space:nowrap;color:var(--text);flex:none;align-items:center;gap:7px;padding:7px 13px;font-size:13px;font-weight:700;display:inline-flex}.mc-type-pill svg{width:15px;height:15px;stroke:var(--text)}.mc-meta{color:var(--text-muted);align-items:center;gap:9px;margin-top:12px;font-size:13px;font-weight:600;display:flex}.mc-veh{text-overflow:ellipsis;white-space:nowrap;flex:0 auto;min-width:0;overflow:hidden}.mc-meta .plate,.mc-ref{flex:none}.mc-ref{white-space:nowrap}.sep{background:var(--text-faint);border-radius:50%;flex:none;width:3px;height:3px}.divider{background:var(--border);height:1px;margin:16px 0}.mc-foot{color:var(--text-muted);align-items:center;gap:8px;margin-top:16px;margin-bottom:16px;font-size:13px;font-weight:600;display:flex}.mc-foot svg{width:14px;height:14px;stroke:var(--text-muted)}.mc-bottom{border-top:1px solid var(--border);margin-top:auto;padding-top:16px}.mission-card .mc-bottom>*{border-top:0;margin-top:0;padding-top:0}.mc-driver{align-items:center;gap:8px;display:flex}.mc-driver .who{font-size:13px;font-weight:600}.mc-driver .role{color:var(--text-faint);font-size:11px}.mc-driver.pending{color:var(--text-faint)}.mc-driver.pending svg{width:18px;height:18px;stroke:var(--text-faint)}.mc-noassign{background:var(--surface);border:1px dashed var(--border-strong);width:28px;height:28px}.mc-noassign svg{width:15px;height:15px;stroke:var(--text-faint)}.empty{text-align:center;color:var(--text-muted);padding:60px 0}.empty svg{width:30px;height:30px;stroke:var(--text-faint);margin:0 auto 12px}.detail-grid{grid-template-columns:1fr 340px;align-items:start;gap:24px;display:grid}.stack{flex-direction:column;gap:20px;display:flex}.rail{flex-direction:column;gap:18px;display:flex;position:sticky;top:96px}.gallery{gap:12px;padding-bottom:4px;display:flex;overflow-x:auto}.photo{border-radius:var(--r-lg);background:var(--surface);border:1px solid var(--border);flex:none;place-items:center;width:200px;height:150px;display:grid;position:relative}.photo.first{width:300px}.photo svg{width:26px;height:26px;stroke:var(--text-faint)}.photo .pbadge{color:var(--white);border-radius:var(--r-pill);background:#0e0e10bf;align-items:center;gap:5px;padding:4px 9px;font-size:11px;font-weight:600;display:flex;position:absolute;bottom:10px;left:10px}.photo .pbadge svg{width:12px;height:12px;stroke:var(--white);fill:var(--white)}.veh-title{letter-spacing:-.4px;font-size:26px;font-weight:800}.veh-row{flex-wrap:wrap;align-items:center;gap:14px;margin-top:12px;display:flex}.client-inline{align-items:center;gap:8px;display:flex}.client-inline .nm{color:var(--text-muted);font-size:15px;font-weight:600}.head-tags{align-items:center;gap:10px;margin-bottom:14px;display:flex}.route-actions{gap:10px;margin-top:18px;display:flex}.route-btn{border-radius:var(--r-md);border:1px solid var(--border);flex:1;justify-content:center;align-items:center;gap:7px;height:46px;font-size:14px;font-weight:700;transition:opacity .15s,background .15s;display:inline-flex}.route-btn svg{stroke:currentColor;width:17px;height:17px}.route-btn.primary{background:var(--secondary-soft);color:var(--secondary);border-color:#0000}.route-btn.ghost{background:var(--surface);color:var(--text)}.route-btn:hover{opacity:.85}.step{align-items:center;gap:14px;padding:14px 0;display:flex}.step+.step{border-top:1px solid var(--border)}.step-num{background:var(--surface);border-radius:50%;flex:none;place-items:center;width:28px;height:28px;font-size:13px;font-weight:800;display:grid}.step.done .step-num{background:var(--success-soft);color:var(--success)}.step.done .step-num svg{width:15px;height:15px;stroke:var(--success)}.step-body{flex:1}.step-title{font-size:15px;font-weight:700}.step-sub{color:var(--text-muted);margin-top:1px;font-size:13px}.step svg.chev{width:18px;height:18px;stroke:var(--text-faint)}.pay-card{background:var(--primary-soft);border-radius:var(--r-lg);justify-content:space-between;align-items:center;padding:20px;display:flex}.pay-label{color:var(--primary-dark);font-size:13px;font-weight:700}.pay-sub{color:var(--primary);opacity:.8;margin-top:2px;font-size:13px}.pay-amount{color:var(--primary);font-size:30px;font-weight:800}.kv{justify-content:space-between;align-items:center;padding:9px 0;display:flex}.kv+.kv{border-top:1px solid var(--border)}.kv .k{color:var(--text-muted);font-size:13px;font-weight:600}.kv .v{font-size:14px;font-weight:700}.driver-card{align-items:center;gap:12px;display:flex}.driver-card .who{font-size:15px;font-weight:700}.driver-card .role{color:var(--text-muted);font-size:12px}.order-grid{grid-template-columns:1fr 360px;align-items:start;gap:28px;display:grid}.form-section{margin-bottom:8px}.form-section+.form-section{margin-top:26px}.fs-head{align-items:center;gap:11px;margin-bottom:14px;display:flex}.fs-num{background:var(--primary-soft);width:30px;height:30px;color:var(--primary);border-radius:50%;flex:none;place-items:center;font-size:13px;font-weight:800;display:grid}.fs-title{font-size:16px;font-weight:700}.fs-hint{color:var(--text-faint);margin-left:auto;font-size:13px;font-weight:500}.field{margin-bottom:16px}.field:last-child{margin-bottom:0}.field label{color:var(--text-muted);letter-spacing:.2px;margin-bottom:7px;font-size:12px;font-weight:700;display:block}.field .req{color:var(--primary)}.input,.select,.textarea{border-radius:var(--r-md);background:var(--surface);width:100%;height:50px;color:var(--text);border:1.5px solid #0000;outline:none;padding:0 15px;font-size:15px;font-weight:500;transition:border-color .15s,box-shadow .15s,background .15s}.input::placeholder,.textarea::placeholder{color:var(--text-faint);font-weight:400}.textarea{resize:vertical;height:auto;min-height:92px;padding:13px 15px;line-height:1.45}.input:focus,.select:focus,.textarea:focus{background:var(--white);border-color:var(--secondary);box-shadow:0 0 0 4px var(--secondary-soft)}.row-2{grid-template-columns:1fr 1fr;gap:12px;display:grid}.row-3{grid-template-columns:1.4fr 1fr 1fr;gap:12px;display:grid}.field-wrap{position:relative}.field-wrap .input{padding-left:44px}.field-wrap .marker{background:radial-gradient(circle at center, var(--white) 0 2.4px, var(--secondary) 2.4px);pointer-events:none;border:none;border-radius:50%;width:14px;height:14px;position:absolute;top:50%;left:15px;transform:translateY(-50%)}.field-wrap .marker.pin{background:var(--primary);width:20px;height:20px;color:var(--white);border:none;border-radius:50%;place-items:center;display:grid;left:12px}.field-wrap .marker.pin svg{fill:none;stroke:currentColor;width:12px;height:12px}.type-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.type-opt{border-radius:var(--r-lg);border:1.5px solid var(--border-strong);background:var(--white);text-align:left;align-items:center;gap:13px;padding:16px;transition:border-color .15s,background .15s,box-shadow .15s;display:flex;position:relative}.type-opt:hover{border-color:var(--text-faint)}.type-opt.active{border-color:var(--primary);background:var(--primary-soft);box-shadow:0 0 0 4px var(--primary-soft)}.type-opt .ico{background:var(--surface);border-radius:13px;flex:none;place-items:center;width:44px;height:44px;display:grid}.type-opt.active .ico{background:var(--white)}.type-opt.active .ico svg{stroke:var(--primary)}.type-opt .ico svg{width:21px;height:21px;stroke:var(--text)}.type-opt .to-text{flex-direction:column;gap:4px;min-width:0;display:flex}.type-opt .t{font-size:15px;font-weight:700;display:block}.type-opt .d{color:var(--text-muted);font-size:12px;line-height:1.35;display:block}.type-opt .chk{background:var(--primary);border-radius:50%;place-items:center;width:20px;height:20px;display:none;position:absolute;top:13px;right:13px}.type-opt .chk svg{width:12px;height:12px;stroke:var(--white)}.type-opt.active .chk{display:grid}.type-more{cursor:pointer;width:100%;font:inherit;color:var(--text-muted);border-radius:var(--r-md);background:0 0;border:0;justify-content:center;align-items:center;gap:6px;margin-top:10px;padding:10px;font-size:13px;font-weight:600;transition:color .15s,background .15s;display:flex}.type-more:hover{color:var(--text);background:var(--surface)}.type-more-chev{place-items:center;transition:transform .22s cubic-bezier(.2,.85,.25,1);display:grid;transform:rotate(90deg)}.type-more-chev svg{width:14px;height:14px;display:block}.type-more-chev.open{transform:rotate(-90deg)}@media (prefers-reduced-motion:reduce){.type-more-chev{transition:none}}.summary{position:sticky;top:96px}.summary-label{letter-spacing:.4px;text-transform:uppercase;color:var(--text-faint);align-items:center;gap:7px;margin-bottom:12px;font-size:12px;font-weight:700;display:flex}.summary-label svg{width:14px;height:14px;stroke:var(--text-faint)}.summary .est{background:var(--ink);color:var(--white);border-radius:var(--r-lg);justify-content:space-between;align-items:baseline;margin-top:16px;padding:18px 20px;display:flex}.summary .est .lbl{color:#ffffffb3;font-size:13px;font-weight:600}.summary .est .amt{font-size:28px;font-weight:800}.summary .note{color:var(--text-faint);align-items:flex-start;gap:6px;margin-top:14px;font-size:12px;line-height:1.45;display:flex}.summary .note svg{width:14px;height:14px;stroke:var(--text-faint);flex:none;margin-top:1px}#preview .mission-card{cursor:default}#preview .mission-card:hover{box-shadow:var(--sh-soft);border-color:var(--border);transform:none}.pay-backdrop{z-index:60;background:#0e0e106b;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.pay-modal{background:var(--white);border-radius:var(--r-lg);width:100%;max-width:540px;max-height:calc(100dvh - 40px);padding:24px;position:relative;overflow-y:auto;box-shadow:0 24px 60px #00000040}.pay-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:18px;display:flex}.pay-head-col{margin-bottom:18px;padding-right:36px}.pay-title{font-size:17px;font-weight:800}.pay-sub{color:var(--text-muted);margin-top:4px;font-size:12.5px;line-height:1.4}.pay-x{background:var(--surface);width:30px;height:30px;color:var(--text-muted);border-radius:9px;flex:none;place-items:center;display:grid}.pay-x:hover{background:var(--border)}.pay-x svg{stroke:currentColor;width:15px;height:15px}.pay-x-abs{z-index:1;position:absolute;top:16px;right:16px}.pac-container{z-index:100000!important}.pay-steps{align-items:center;gap:6px;margin-bottom:12px;display:flex}.pay-dot{background:var(--border-strong);border-radius:50%;width:9px;height:9px;transition:background .2s}.pay-dot.on{background:var(--primary)}.pay-bar{background:var(--border-strong);border-radius:2px;width:28px;height:2px;transition:background .2s}.pay-bar.on{background:var(--primary)}.pay-form{flex-direction:column;gap:18px;display:flex}.pay-fields{flex-direction:column;display:flex}.pay-reassure{background:var(--secondary-soft);border-radius:var(--r-md);color:var(--text);border:1px solid #cfe0fb;align-items:flex-start;gap:10px;padding:12px 14px;font-size:12.5px;line-height:1.45;display:flex}.pay-reassure svg{width:18px;height:18px;stroke:var(--secondary);flex:none;margin-top:1px}.pay-reassure b{font-weight:700}.pay-reassure-sec{color:var(--text-muted);margin-top:4px;display:block}.pay-actions{gap:10px;display:flex}.pay-actions .btn{flex:1}@media (max-width:1080px){.detail-grid,.order-grid{grid-template-columns:1fr}.rail,.summary{position:static}}@media (max-width:860px){:root{--sidebar-w:0px}.sidebar{display:none}.app{grid-template-columns:1fr}.content,.topbar{padding-left:18px;padding-right:18px}.row-3{grid-template-columns:1fr}}.auth-screen{z-index:100;background:radial-gradient(1100px 560px at 50% -8%, var(--primary-soft), var(--surface) 60%);justify-content:center;align-items:center;padding:24px;display:none;position:fixed;inset:0}.auth-screen.show{display:flex}.auth-card{background:var(--white);border:1px solid var(--border);border-radius:var(--r-xl);width:100%;max-width:420px;box-shadow:var(--sh-float);padding:32px}.auth-logo{width:auto;height:42px;margin:0 auto 10px;display:block}.auth-sub{text-align:center;color:var(--text-muted);margin-bottom:22px;font-size:14px}.auth-field{margin-bottom:14px}.auth-field label{color:var(--text-muted);margin-bottom:6px;font-size:12px;font-weight:700;display:block}.auth-err{background:var(--primary-soft);color:var(--primary-dark);border-radius:var(--r-md);margin-bottom:14px;padding:10px 12px;font-size:13px;font-weight:600;display:none}.auth-err.show{display:block}.auth-foot{text-align:center;color:var(--text-muted);margin-top:18px;font-size:13px}.auth-foot a{color:var(--secondary);cursor:pointer;font-weight:700}.auth-logout{width:100%;color:var(--text-muted);border-radius:var(--r-md);background:0 0;justify-content:center;align-items:center;gap:8px;margin-top:14px;padding:10px;font-size:13px;font-weight:600;transition:background .15s,color .15s;display:flex}.auth-logout:hover{background:var(--surface);color:var(--text)}.auth-logout svg{stroke:currentColor;width:16px;height:16px}.auth-logout:disabled{opacity:.5;cursor:default}.user-logout{border-radius:8px;place-items:center;width:30px;height:30px;margin-left:auto;transition:background .15s;display:grid}.user-logout:hover{background:var(--surface-alt)}.user-logout svg{width:16px;height:16px;stroke:var(--text-muted)}.auth-oauth{border:1.5px solid var(--border-strong);border-radius:var(--r-md);background:var(--white);width:100%;height:50px;color:var(--text);justify-content:center;align-items:center;gap:10px;margin-bottom:10px;font-size:15px;font-weight:700;transition:background .15s,border-color .15s;display:flex}.auth-oauth:hover{background:var(--surface);border-color:var(--text-faint)}.auth-oauth svg{flex:none}.auth-divider{color:var(--text-faint);align-items:center;gap:12px;margin:18px 0;font-size:12px;font-weight:600;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--border);flex:1;height:1px}.auth-sent{text-align:center}.auth-sent .ico{background:var(--secondary-soft);border-radius:50%;place-items:center;width:60px;height:60px;margin:4px auto 16px;display:grid}.auth-sent .ico svg{width:26px;height:26px;stroke:var(--secondary)}.auth-sent h3{font-size:19px;font-weight:800}.auth-sent p{color:var(--text-muted);margin-top:8px;font-size:14px;line-height:1.5}.spinner{border:2px solid;border-top-color:#0000;border-radius:50%;flex:none;width:16px;height:16px;animation:.6s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.auth-oauth:disabled,.btn:disabled{opacity:.6;cursor:default}.auth-oauth:disabled:hover{background:var(--white);border-color:var(--border-strong)}.gt{box-sizing:border-box;cursor:pointer;border:1px solid var(--border);width:340px;max-width:calc(100vw - 32px);box-shadow:var(--sh-card);color:var(--text);background:#fff;border-radius:14px;flex-direction:column;padding:14px 16px;font-family:inherit;display:flex}.gt.compact{width:auto}.gt-main{align-items:flex-start;gap:12px;display:flex}.gt.compact .gt-main{align-items:center}.gt-ic{border-radius:50%;flex:none;place-items:center;width:32px;height:32px;display:grid}.gt-ic svg{width:17px;height:17px}.gt-body{min-width:0}.gt-title{font-size:14px;font-weight:700;line-height:1.35}.gt.compact .gt-title{white-space:nowrap}.gt-desc{color:var(--text-muted);margin-top:2px;font-size:13px;line-height:1.4}.gt.success .gt-ic{background:var(--success-soft)}.gt.success .gt-ic svg{stroke:var(--success)}.gt.error .gt-ic{background:var(--primary-soft)}.gt.error .gt-ic svg{stroke:var(--primary)}.gt-actions{gap:8px;margin-top:12px;display:flex}.gt-act{border-radius:var(--r-sm);cursor:pointer;white-space:nowrap;background:var(--surface);height:36px;color:var(--text);border:1px solid var(--border-strong);flex:1;padding:0 14px;font-family:inherit;font-size:13px;font-weight:700}.gt-act:hover{background:var(--surface-alt)}.gt-act.primary{background:var(--primary);color:var(--white);border-color:var(--primary)}.gt-act.primary:hover{background:var(--primary-dark)}.gt-ic.anim-pulse{animation:.4s both gt-ic-spring;position:relative}.gt-ic.anim-pulse:after{content:"";opacity:.55;border:2px solid;border-radius:50%;animation:.6s ease-out 50ms forwards gt-ic-ring;position:absolute;inset:-2px}.gt.success .gt-ic.anim-pulse{color:var(--success)}.gt.error .gt-ic.anim-pulse{color:var(--primary)}@keyframes gt-ic-spring{0%{opacity:0;transform:scale(0)}55%{transform:scale(1.2)}to{opacity:1;transform:scale(1)}}@keyframes gt-ic-ring{to{opacity:0;transform:scale(1.7)}}.team-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:22px;display:flex}.team-title{letter-spacing:-.3px;font-size:18px;font-weight:800}.team-sub{color:var(--text-muted);margin-top:3px;font-size:14px}.invite-form{flex-wrap:wrap;align-items:flex-end;gap:12px;margin-bottom:18px;display:flex}.member-list{flex-direction:column;gap:12px;display:flex}.member{align-items:center;gap:14px;display:flex}.m-meta{flex:1;min-width:0}.m-name{font-size:15px;font-weight:700}.m-you{color:var(--text-faint);font-size:13px;font-weight:600}.m-mail{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.role-pill{border-radius:var(--r-pill);flex:none;padding:5px 11px;font-size:12px;font-weight:700}.role-pill.admin{background:var(--primary-soft);color:var(--primary)}.role-pill.member{background:var(--surface-alt);color:var(--text-muted)}.badge{border-radius:var(--r-pill);flex:none;padding:5px 11px;font-size:11px;font-weight:700}.badge.active{background:var(--success-soft);color:var(--success)}.badge.invited{background:var(--warning-soft);color:var(--warning)}.m-remove{border-radius:10px;flex:none;place-items:center;width:36px;height:36px;transition:background .15s;display:grid}.m-remove:hover{background:var(--surface-alt)}.m-remove svg{width:17px;height:17px;stroke:var(--text-muted)}@media (max-width:600px){.member{flex-wrap:wrap}}.soon{text-align:center;max-width:580px;margin:56px auto;padding:0 16px}.soon-ic{background:linear-gradient(140deg, var(--primary-soft), var(--secondary-soft));border-radius:24px;place-items:center;width:84px;height:84px;margin:0 auto 22px;display:grid}.soon-ic svg{width:36px;height:36px;stroke:var(--primary)}.soon-badge{background:var(--warning-soft);color:var(--warning);letter-spacing:.3px;text-transform:uppercase;border-radius:var(--r-pill);align-items:center;gap:7px;margin-bottom:14px;padding:6px 12px;font-size:12px;font-weight:700;display:inline-flex}.soon-badge .dot{background:var(--warning);border-radius:50%;width:7px;height:7px;animation:1.6s infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.35}}.soon-title{letter-spacing:-.5px;font-size:26px;font-weight:800}.soon-text{color:var(--text-muted);margin-top:10px;font-size:15px;line-height:1.55}.soon-list{text-align:left;flex-direction:column;gap:10px;max-width:380px;margin:26px auto 0;display:flex}.soon-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);align-items:center;gap:11px;padding:12px 14px;font-size:14px;font-weight:600;display:flex}.soon-item .ic{border:1px solid var(--border);background:#fff;border-radius:8px;flex:none;place-items:center;width:26px;height:26px;display:grid}.soon-item .ic svg{width:15px;height:15px;stroke:var(--secondary)}.mapcard{border-radius:var(--r-lg);border:1px solid var(--border);background:var(--surface);width:100%;position:relative;overflow:hidden}.mapcard-frame{border:0;width:100%;height:100%;display:block}.mapcard-empty{background:linear-gradient(135deg, var(--surface), var(--surface-alt));place-items:center;display:grid}.mapcard-empty span{color:var(--text-faint);font-size:13px;font-weight:600}.mapcard-driver{border:1px solid var(--border);border-radius:var(--r-pill);color:var(--text);box-shadow:var(--sh-soft);background:#fffffff2;align-items:center;gap:7px;padding:6px 11px;font-size:12px;font-weight:700;display:inline-flex;position:absolute;top:10px;left:10px}.mapcard-driver-dot{background:var(--secondary);border-radius:50%;width:8px;height:8px;animation:1.5s infinite pulse}.imp{flex-direction:column;gap:8px;margin-bottom:10px;display:flex}.imp-toggle{width:100%;color:var(--text-muted);background:var(--surface);border:1px solid var(--border);border-radius:var(--r-sm);cursor:pointer;text-align:left;align-items:center;gap:10px;padding:9px 11px;font-size:13px;font-weight:600;display:flex}.imp-toggle:hover{background:var(--surface-alt);color:var(--text)}.imp-toggle svg{flex:none;width:16px;height:16px}.imp-toggle>span:not(.imp-chev){flex:1}.imp-chev{color:var(--text-faint);flex:none;transition:transform .15s;display:inline-flex}.imp.open .imp-chev{transform:rotate(-90deg)}.imp-panel{background:var(--bg);border:1px solid var(--border-strong);border-radius:var(--r-sm);box-shadow:var(--sh-soft);flex-direction:column;gap:9px;padding:12px;display:flex}.imp-title{color:var(--text-muted);font-size:12px;font-weight:700}.imp-input{border:1px solid var(--border-strong);border-radius:var(--r-sm);background:var(--surface);width:100%;padding:9px 11px;font-size:14px}.imp-input:focus{border-color:var(--primary);background:var(--bg);outline:none}.imp-err{color:var(--primary);font-size:12px;font-weight:600}.imp-go{color:var(--white);background:var(--primary);border-radius:var(--r-sm);cursor:pointer;border:none;padding:9px 12px;font-size:13px;font-weight:700}.imp-go:hover:not(:disabled){background:var(--primary-dark)}.imp-go:disabled{opacity:.5;cursor:not-allowed}.ast-card{background:var(--white);border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--sh-card);flex-direction:column;gap:10px;margin:8px 0 2px;padding:14px;font-size:14px;display:flex}.ast-card-head{justify-content:space-between;align-items:center;gap:8px;font-weight:600;display:flex}.ast-card-head svg{vertical-align:-3px;width:16px;height:16px;margin-right:4px}.ast-muted{color:var(--text-muted);font-size:12.5px;font-weight:400}.ast-error{color:var(--primary)}.ast-resolving{color:var(--text-faint);font-size:12px;font-weight:400}.ast-fields{flex-direction:column;gap:2px;display:flex}.ast-fields .field{margin-bottom:10px}.ast-row3{grid-template-columns:1.1fr 1fr 1fr;gap:8px;display:grid}.ast-row2{grid-template-columns:1fr 1fr;gap:8px;display:grid}.ast-seg{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:6px;max-height:184px;margin-bottom:12px;display:grid;overflow-y:auto}.ast-seg-opt{border:1px solid var(--border);background:var(--white);border-radius:var(--r-md);min-width:0;color:var(--text-muted);cursor:pointer;text-align:center;justify-content:center;align-items:center;gap:7px;padding:9px 10px;font-size:13px;font-weight:600;line-height:1.25;display:flex}.ast-seg-opt span{overflow-wrap:anywhere}.ast-seg-opt svg{flex-shrink:0;width:17px;height:17px}.ast-seg-opt.on{border-color:var(--primary);color:var(--primary);background:var(--primary-soft)}.ast-check{cursor:pointer;align-items:center;gap:8px;margin:8px 0 10px;font-size:13.5px;display:flex}.ast-attach{flex-wrap:wrap;gap:6px;display:flex}.ast-attach-chip{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-pill);align-items:center;gap:5px;padding:4px 10px;font-size:12.5px;display:inline-flex}.ast-attach-chip svg{width:13px;height:13px}.ast-attach-chip.missing{opacity:.55;text-decoration:line-through}.ast-attach-chip button{cursor:pointer;color:var(--text-muted);background:0 0;border:0;padding:0;display:inline-flex}.ast-price{border-top:1px dashed var(--border);padding-top:10px;font-size:13.5px}.ast-price-v{color:var(--text);font-size:18px;font-weight:700}.ast-card-actions{justify-content:flex-end;gap:8px;display:flex}.ast-legal{align-items:center;gap:6px;display:flex}.ast-legal svg{flex:none;width:13px;height:13px}.ast-batch-rows{border:1px solid var(--border);border-radius:var(--r-md);flex-direction:column;display:flex;overflow:hidden}.ast-batch-row{border-bottom:1px solid var(--border)}.ast-batch-row:last-child{border-bottom:0}.ast-batch-row.ok{background:var(--success-soft)}.ast-batch-line{text-align:left;cursor:pointer;width:100%;font:inherit;background:0 0;border:0;align-items:center;gap:10px;padding:10px 12px;display:flex}.ast-batch-chev{color:var(--text-faint);flex:none;place-items:center;transition:transform .22s cubic-bezier(.2,.85,.25,1);display:grid}.ast-batch-chev svg{width:14px;height:14px;display:block}.ast-batch-chev.open{color:var(--text-muted);transform:rotate(90deg)}@media (prefers-reduced-motion:reduce){.ast-batch-chev{transition:none}}.ast-batch-status{flex:none;place-items:center;width:18px;display:grid}.ast-batch-status svg{width:15px;height:15px}.ast-batch-row.ok .ast-batch-status{color:var(--success)}.ast-batch-row.ko .ast-batch-status{color:var(--primary)}.ast-batch-main{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.ast-batch-title{align-items:center;gap:6px;min-width:0;font-size:13.5px;font-weight:600;display:flex}.ast-batch-title svg{width:14px;height:14px;color:var(--text-faint);flex:none}.ast-batch-route{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.ast-batch-sub{min-width:0;color:var(--text-muted);align-items:center;gap:7px;font-size:12px;display:flex}.ast-batch-type{background:var(--primary-soft);color:var(--primary);border-radius:999px;flex:none;align-items:center;gap:4px;padding:1px 7px;font-size:11px;font-weight:600;display:inline-flex}.ast-batch-type svg{width:12px;height:12px}.ast-batch-veh{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.ast-batch-msg{font-size:12px}.ast-batch-msg.ok{color:var(--success)}.ast-batch-msg.ko{color:var(--primary)}.ast-batch-price{white-space:nowrap;font-size:13px;font-weight:600}.ast-batch-edit{border-top:1px dashed var(--border);padding:4px 12px 12px;animation:.2s ast-expand;overflow:hidden}@keyframes ast-expand{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.ast-batch-edit{animation:none}}.ast-batch-editprice{align-items:center;gap:6px;padding:8px 2px 4px;font-size:13px;display:flex}.ast-batch-editprice strong{font-size:15px}.ast-batch-loading{color:var(--text-muted);background:var(--surface);border-radius:var(--r-md);align-items:center;gap:8px;padding:7px 11px;font-size:12.5px;display:flex}.ast-batch-loading strong{color:var(--text);font-variant-numeric:tabular-nums}.ast-progress{align-items:center;gap:10px;display:flex}.ast-progress-bar{background:var(--surface);border-radius:4px;flex:1;height:6px;overflow:hidden}.ast-progress-bar span{background:var(--secondary);height:100%;transition:width .25s;display:block}.ast-spin{border:2px solid var(--border);border-top-color:var(--text-muted);border-radius:50%;flex:none;width:12px;height:12px;animation:.7s linear infinite ast-rot;display:inline-block}@keyframes ast-rot{to{transform:rotate(360deg)}}.md-table-wrap{border:1px solid var(--border);border-radius:var(--r-md);margin:4px 0 10px;overflow-x:auto}.md-table-wrap table{border-collapse:collapse;width:100%;font-size:13px}.md-table-wrap th,.md-table-wrap td{text-align:left;border-bottom:1px solid var(--border);white-space:nowrap;padding:7px 10px}.md-table-wrap th{background:var(--surface);color:var(--text-muted);font-size:12px;font-weight:600}.md-table-wrap tr:last-child td{border-bottom:0}.status{background:radial-gradient(1100px 560px at 50% -8%, var(--primary-soft), var(--surface) 60%);place-items:center;min-height:100dvh;padding:24px;display:grid}.status-card{text-align:center;width:100%;max-width:440px}.status-logo{width:auto;height:32px;margin:0 auto 24px;display:block}.status-ic{background:linear-gradient(140deg, var(--primary-soft), var(--secondary-soft));border-radius:22px;place-items:center;width:76px;height:76px;margin:0 auto 20px;display:grid}.status-ic svg{width:32px;height:32px;stroke:var(--primary)}.status-ic.alert{background:var(--primary-soft)}.status-ic.alert svg{stroke:var(--primary)}.status-code{letter-spacing:.4px;text-transform:uppercase;color:var(--text-faint);margin-bottom:8px;font-size:12px;font-weight:700}.status-title{letter-spacing:-.5px;font-size:24px;font-weight:800}.status-text{color:var(--text-muted);margin-top:10px;font-size:15px;line-height:1.55}.status-ref{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-pill);color:var(--text-faint);margin-top:14px;padding:5px 11px;font-family:ui-monospace,monospace;font-size:12px;font-weight:600;display:inline-block}.status-actions{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:26px;display:flex}@keyframes sk-shimmer{to{transform:translate(100%)}}.sk{background:var(--surface);border-radius:8px;position:relative;overflow:hidden}.sk:after{content:"";background:linear-gradient(90deg,#0000,#fff9,#0000);animation:1.25s infinite sk-shimmer;position:absolute;inset:0;transform:translate(-100%)}@media (prefers-reduced-motion:reduce){.sk:after{animation:none}}.sk-line{border-radius:6px;height:12px}.sk-line.lg{height:20px}.sk-line.sm{height:10px}.sk-chip{border-radius:var(--r-pill);width:96px;height:34px}.sk-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:16px;display:grid}.sk-toolbar{flex-wrap:wrap;gap:10px;margin-bottom:20px;display:flex}.sk-mcard{background:var(--white);border:1px solid var(--border);border-radius:var(--r-xl);box-shadow:var(--sh-soft);flex-direction:column;gap:14px;height:188px;padding:18px;display:flex}.sk-mcard .row{justify-content:space-between;align-items:center;gap:10px;display:flex}
