@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";:root{--ink:#0b0f14;--ink-2:#0f172a;--ink-3:#111827;--cream:#f8fafc;--accent:#16a34a;--accent-2:#22c55e;--mint:#22c55e;--border:rgba(148,163,184,.4);--surface:#ffffff;--surface-border:#cbd5e1;--surface-border-strong:#94a3b8;--surface-shadow:0 12px 28px rgba(15,23,42,.08);--surface-shadow-hover:0 18px 34px rgba(15,23,42,.12);--glass:rgba(255,255,255,.08);--shadow:0 25px 80px rgba(2,6,23,.25);--radius-lg:20px;--radius-md:14px;--easing:cubic-bezier(.22,.61,.36,1);--motion-fast:.18s;--motion-base:.32s;--motion-slow:.54s}*{box-sizing:border-box}body{margin:0;background:#0b0f14;color:#e5e7eb;font-family:Plus Jakarta Sans,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.app{position:relative;min-height:100vh;overflow:hidden}.bg-orb{display:none}.container{max-width:1120px;margin:0 auto;padding:24px;position:relative;z-index:1}.page{margin-top:24px}.nav{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border:1px solid var(--border);border-radius:var(--radius-lg);background:#0f172a99;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:var(--shadow);gap:12px;transition:transform var(--motion-base) var(--easing),box-shadow var(--motion-base) var(--easing),border-color var(--motion-base) var(--easing)}.nav:hover{border-color:#22c55e59;box-shadow:0 28px 85px #02061752}.brand{display:flex;align-items:center;gap:6px;font-weight:800;letter-spacing:.3px}.brandMark{background:linear-gradient(135deg,#22c55e,#16a34a);color:#04130a;padding:6px 10px;border-radius:12px;font-size:14px;transition:transform var(--motion-base) var(--easing),box-shadow var(--motion-base) var(--easing)}.brand:hover .brandMark{transform:translateY(-1px);box-shadow:0 10px 18px #16a34a59}.btnGoogle{display:inline-flex;align-items:center;gap:10px;background:#fff;color:#0f172a;border:1px solid #e2e8f0;padding:12px 18px;border-radius:12px;font-weight:600;box-shadow:0 16px 40px -18px #00000073}.btnGoogle .googleG{background:#0f172a;color:#fff;border-radius:8px;padding:6px 9px;font-weight:800}.googleSignupPage .signupGrid{gap:22px}.signupHeroCard{background:linear-gradient(135deg,#0b1224,#131d36);color:#e2e8f0;padding:36px;border-radius:18px;box-shadow:0 18px 40px -12px #00000073}.signupHeroCard h1{font-size:28px;margin:10px 0;color:#f8fafc}.signupHeroCard .heroSub{color:#cbd5e1;font-size:16px;line-height:1.5}.heroBadgeRow{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.heroBadge{background:#ffffff14;border:1px solid rgba(255,255,255,.14);color:#e2e8f0;padding:10px 14px;border-radius:999px;font-size:13px}.signupHeroCard .roleToggle{display:inline-flex;background:#0f172a;padding:4px;border-radius:999px;gap:6px}.signupHeroCard .roleToggle .chip{border:none;padding:10px 16px;border-radius:999px;background:transparent;color:#cbd5e1;cursor:pointer;transition:background .2s ease,color .2s ease}.signupHeroCard .roleToggle .chipActive{background:#1d283a;color:#e2e8f0;box-shadow:0 10px 30px -12px #00000080}.vehicleGrid{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));margin-top:10px}.vehicleOption{display:flex;align-items:center;gap:12px;width:100%;padding:12px 14px;background:#0f172a;color:#e2e8f0;border:1px solid #1e293b;border-radius:14px;transition:border .15s ease,transform .15s ease}.vehicleOption:hover{border-color:#38bdf8}.vehicleOption.selected{border-color:#22c55e;box-shadow:0 10px 30px -16px #22c55e8c}.vehicleCopy .vehicleTitle{font-weight:700;color:#f1f5f9}.vehicleCopy .vehicleSub{color:#94a3b8;font-size:13px}.googleAction{margin-top:22px;display:flex;flex-direction:column;gap:12px}.finePrint{color:#94a3b8;font-size:12px}.finePrint a{color:#0ea5e9}@media (max-width: 900px){.signupHeroCard{order:2}.signupFormCard{order:1}}.brandLogo{width:auto;height:36px;max-width:170px;object-fit:contain;object-position:left center;display:block}.brandName{font-family:Plus Jakarta Sans,ui-sans-serif,system-ui;font-size:20px}.card{border:1px solid rgba(148,163,184,.5);border-radius:var(--radius-lg);background:#0f172ab3;padding:18px;box-shadow:0 20px 60px #02061759,inset 0 1px #ffffff0a;transition:transform var(--motion-base) var(--easing),box-shadow var(--motion-base) var(--easing),border-color var(--motion-base) var(--easing)}.card:hover{transform:translateY(-2px);border-color:#22c55e85;box-shadow:0 24px 70px #0206176b}.cardTitle{font-weight:700;font-size:18px;margin-top:6px}.glass{background:var(--glass);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.featureGrid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:24px}@media (max-width:980px){.featureGrid{grid-template-columns:1fr 1fr}}@media (max-width:800px){.grid,.featureGrid{grid-template-columns:1fr}.nav{flex-direction:column;align-items:flex-start}}label{display:block;font-size:12px;color:#94a3b8;margin:10px 0 6px}input,select,textarea{width:100%;padding:12px 14px;border-radius:var(--radius-md);background:#0f172acc;border:1px solid var(--border);color:#e5e7eb;transition:border-color var(--motion-fast) var(--easing),box-shadow var(--motion-fast) var(--easing),background var(--motion-fast) var(--easing)}input[type=number]{-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input:focus,select:focus,textarea:focus{outline:none;border-color:#22c55e8c;box-shadow:0 0 0 3px #22c55e29}textarea{min-height:44px;height:44px;resize:vertical}.btn{display:inline-flex;align-items:center;justify-content:center;text-align:center;line-height:1.2;border:1px solid var(--ink);background:transparent;color:#e5e7eb;padding:10px 16px;border-radius:var(--radius-md);cursor:pointer;font-weight:600;transition:transform var(--motion-fast) var(--easing),box-shadow var(--motion-fast) var(--easing),background var(--motion-fast) var(--easing),border-color var(--motion-fast) var(--easing),color var(--motion-fast) var(--easing)}.btn:hover{transform:translateY(-1px);box-shadow:0 10px 24px #0f172a29}.btnPrimary{background:linear-gradient(135deg,#22c55e,#16a34a);border-color:#16a34a;color:#04130a}.btnPrimary:hover{filter:saturate(1.06)}.btnOutline{border-color:var(--accent);color:var(--accent)}.btnGhost{border-color:transparent;background:#94a3b81a}.badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;border:1px solid var(--border);font-size:12px;color:#cbd5f5}.badgeGreen{border-color:#22c55e80;color:#15803d;background:#22c55e14}.vehicleTag{display:inline-flex;align-items:center;gap:6px;width:fit-content;max-width:100%;border:1px solid #bbf7d0;border-radius:999px;background:#ecfdf3;color:#166534;padding:4px 10px;font-size:11px;font-weight:700}.vehicleTagIcon{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center}.vehicleTagIcon svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.vehicleTagText{line-height:1}.pill{display:inline-flex;padding:6px 12px;border-radius:999px;background:#0f172a99;font-size:12px;font-weight:600;letter-spacing:.2px;margin-bottom:12px}.small{color:#94a3b8;font-size:12px}.table{width:100%;border-collapse:collapse}.table th,.table td{border-bottom:1px solid var(--border);padding:10px 8px;text-align:left;font-size:13px}.kpi{font-size:22px;font-weight:800}.row{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.row.tight{gap:8px}.spaceBetween{justify-content:space-between}.error{color:#b91c1c}.success{color:#16a34a}.hero{display:grid;grid-template-columns:1.1fr .9fr;gap:24px;align-items:center}.heroTitle{font-family:Plus Jakarta Sans,ui-sans-serif,system-ui;font-size:42px;margin:0 0 10px}.heroSub{margin:0 0 18px;color:#cbd5f5;max-width:520px}.heroMeta{display:flex;gap:18px;flex-wrap:wrap;margin-top:16px}.heroCard{display:grid;gap:16px}@media (max-width:900px){.hero{grid-template-columns:1fr}.heroTitle{font-size:34px}}.routeLine{display:flex;align-items:center;gap:8px;margin:14px 0}.routeDot{width:10px;height:10px;border-radius:999px;background:#475569}.routeDot.active{background:var(--accent)}.routeBar{flex:1;height:2px;border-radius:999px;background:linear-gradient(90deg,rgba(34,197,94,.2),var(--accent))}.cta{margin-top:28px;padding:20px;border-radius:20px;background:#0f172ab3;border:1px solid rgba(148,163,184,.45);display:flex;justify-content:space-between;align-items:center;gap:16px;box-shadow:0 20px 45px #02061738}@media (max-width:800px){.cta{flex-direction:column;align-items:flex-start}}.inputWrap{position:relative}.inputWrap input{padding-right:44px}.iconBtn{position:absolute;top:50%;right:10px;transform:translateY(-50%);border:1px solid var(--border);background:#0f172ad9;color:#e5e7eb;width:32px;height:32px;border-radius:10px;cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center}.iconBtn svg{width:18px;height:18px;stroke:currentColor}.iconBtn:hover{border-color:#22c55e99}.appFooter{text-align:center;font-size:12px;color:#94a3b8;padding:18px 0 28px;flex:0 0 auto}.landingApp .appFooter{color:#64748b}.authApp .appFooter{color:#94a3b8}.landingApp{background:#f6f7fb;color:#0f172a}.landingApp .container{max-width:1160px;padding:28px 28px 48px}.landingApp .nav{background:#fff;border:1px solid #e2e8f0;box-shadow:0 24px 60px #0f172a14}.landingApp .brandMark{background:#16a34a;color:#fff}.landingApp .btn{border:1px solid #e2e8f0;color:#0f172a;background:#fff}.landingApp .btnPrimary{background:#16a34a;border-color:#16a34a;color:#fff}.landingApp .btnGhost{background:#f1f5f9;border-color:#f1f5f9}.landingApp .page{margin-top:32px}.landingHero{display:grid;grid-template-columns:1.05fr .95fr;gap:32px;align-items:center;position:relative}.landingHeroContent{animation:fadeUp var(--motion-slow) var(--easing) both}.landingHeroArt{animation:fadeUp calc(var(--motion-slow) + .12s) var(--easing) both}.landingHero:before{content:"";position:absolute;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,#22c55e2e,#22c55e00);top:-40px;left:-40px;z-index:0;pointer-events:none}.landingHeroContent{position:relative;z-index:1}.landingBadge{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;background:#e9f8ef;color:#15803d;font-weight:600;font-size:12px}.landingGreet{margin-top:10px;display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;background:#fff;border:1px solid #e2e8f0;color:#334155;font-size:12px;font-weight:600}.landingTitle{font-family:Plus Jakarta Sans,ui-sans-serif,system-ui;font-size:44px;margin:14px 0 12px;line-height:1.1}.landingSub{font-size:16px;color:#475569;max-width:520px}.landingActions{display:flex;gap:12px;flex-wrap:wrap;margin:20px 0}.landingStats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:18px}.landingStatValue{font-size:18px;font-weight:700}.landingStatLabel{font-size:12px;color:#64748b}.landingHeroArt{position:relative;display:grid;gap:16px}.heroCardLarge{background:#fff;border:1px solid #e2e8f0;border-radius:22px;padding:18px;box-shadow:0 26px 70px #0f172a14;transition:transform var(--motion-base) var(--easing),box-shadow var(--motion-base) var(--easing),border-color var(--motion-base) var(--easing)}.heroCardLarge:hover{transform:translateY(-2px);border-color:#cbd5e1;box-shadow:0 30px 75px #0f172a24}.heroCardHeader{display:flex;align-items:center;justify-content:space-between}.heroCardTitle{font-weight:700;font-size:18px;margin-top:4px}.heroRoute{display:flex;align-items:center;gap:10px;margin:16px 0}.heroDot{width:10px;height:10px;border-radius:50%;background:#cbd5f5}.heroDot.active{background:#16a34a}.heroRouteLine{flex:1;height:4px;border-radius:999px;background:linear-gradient(90deg,#22c55e33,#16a34a)}.heroCardFooter{color:#64748b;font-size:12px}.heroCardSmall{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:16px}.heroCardSmall.light{background:#f8fafc}.heroCardKpi{font-size:28px;font-weight:700;margin:6px 0}.heroCardMeta{font-size:12px;color:#64748b;margin-top:4px}.landingHighlights{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:40px}.highlightCard{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:18px;transition:transform var(--motion-base) var(--easing),box-shadow var(--motion-base) var(--easing),border-color var(--motion-base) var(--easing)}.highlightCard:hover{transform:translateY(-2px);border-color:#bbf7d0;box-shadow:0 18px 35px #0f172a14}.highlightCard h3{margin:10px 0 8px}.highlightCard p{color:#64748b;font-size:13px;margin:0}.highlightIcon{width:auto;height:32px;padding:0 12px;border-radius:999px;background:#e9f8ef;color:#15803d;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700}.landingCta{margin-top:32px;background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:22px;display:flex;align-items:center;justify-content:space-between;gap:16px}.landingCta h2{margin:0 0 8px}.landingCta p{margin:0;color:#64748b}@media (max-width:980px){.landingHero{grid-template-columns:1fr}.landingStats{grid-template-columns:1fr 1fr}.landingHighlights{grid-template-columns:1fr}.landingCta{flex-direction:column;align-items:flex-start}}@media (max-width:720px){.landingTitle{font-size:34px}.landingStats{grid-template-columns:1fr}.landingApp .container{padding:16px 16px 28px}.landingApp .nav{padding:12px 14px;border-radius:16px;gap:10px}.landingApp .brandName{font-size:18px}.landingApp .nav .row{width:100%;display:flex;align-items:center;flex-wrap:wrap;gap:8px}.landingApp .nav .row .badge{margin-right:auto}.landingApp .nav .row .btn{width:auto;min-width:150px;text-align:center;justify-content:center}.landingApp .nav .navGuestRow{width:auto;margin-left:auto;flex-wrap:nowrap;gap:8px}.landingApp .nav .navGuestRow .navLoginBtn{display:none}.landingApp .nav .navGuestRow .navGetStartedBtn{min-width:0;padding:10px 14px}.landingBadge,.landingGreet{display:inline-flex;width:fit-content;max-width:100%}.landingGreet{margin-top:8px}.landingActions{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:14px 0}.landingActions .btn{width:100%;text-align:center;justify-content:center}}@media (max-width:420px){.landingApp .nav .row{flex-direction:column;align-items:stretch}.landingApp .nav .row .btn{width:100%;min-width:0}.landingApp .nav .navGuestRow{width:auto;margin-left:auto;flex-direction:row;align-items:center}.landingApp .nav .navGuestRow .btn{width:auto;min-width:0}.landingActions{grid-template-columns:1fr}}.landingApp{background:#f8fafc;font-family:Plus Jakarta Sans,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial}.landingApp:before,.landingApp:after{content:"";position:fixed;pointer-events:none;z-index:0;border-radius:999px;filter:blur(110px)}.landingApp:before{width:600px;height:600px;top:-160px;left:-200px;background:#10b98133}.landingApp:after{width:500px;height:500px;right:-180px;bottom:-150px;background:#3b82f624}.landingApp .container{max-width:1280px;padding:24px 24px 44px}.landingApp .page{margin-top:0}.landingApp .nav{background:#ffffffb8;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(15,23,42,.06);box-shadow:0 4px 24px -4px #0f172a0d;margin-bottom:58px;position:relative;z-index:30}.landingApp .brandMark{border-radius:8px;padding:6px 10px;font-size:14px;font-weight:800;color:#fff;background:#10b981}.landingApp .brandName{font-family:Plus Jakarta Sans,ui-sans-serif,system-ui;font-size:22px;font-weight:800;letter-spacing:-.01em;line-height:1}.landingApp .nav .badge{border-color:#e2e8f0;color:#94a3b8;background:#ffffffa6;text-transform:uppercase;letter-spacing:.05em;font-weight:700}.landingApp .nav .btnOutline{border-color:#0f172a;color:#fff;background:#0f172a;font-weight:700;box-shadow:0 10px 20px #0f172a1f}.landingApp .nav .btnOutline:hover{background:#1e293b;border-color:#1e293b}.landingApp .nav .brand{min-width:0;flex:0 1 auto}.landingApp .nav .brandLogo{width:auto;height:auto;max-width:min(170px,44vw);max-height:38px}.landingApp .nav .navAuthedRow{max-width:100%;margin-left:auto;justify-content:flex-end;gap:8px;flex-wrap:nowrap;min-width:0}.landingApp .nav .navAuthedRow .badge{font-size:10px;padding:4px 8px;letter-spacing:.04em;line-height:1.1}.landingApp .nav .navAuthedRow .badge,.landingApp .nav .navAuthedRow .btn{white-space:nowrap}.landingApp .nav .navAuthedRow .btn{padding:9px 12px;font-size:13px}.landingHero{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:48px;align-items:center}.landingHero:before{width:760px;height:560px;top:-120px;left:-220px;border-radius:50%;background:radial-gradient(ellipse at 60% 45%,#10b9812e,#10b98108 58%,#10b98100 76%);pointer-events:none}.landingBadge{background:#ffffffe6;border:1px solid rgba(16,185,129,.12);color:#059669;font-weight:700;display:inline-flex;align-items:center;gap:12px;padding:10px 16px;border-radius:999px;font-size:15px}.landingBadgePrimary{color:#059669;font-weight:700}.landingBadgeDivider{color:#cbd5e1;font-weight:700}.landingBadgeSecondary{color:#64748b;font-weight:500}.landingDot{width:8px;height:8px;border-radius:999px;background:#10b981;box-shadow:0 0 #10b98159;animation:landingPulse 1.8s infinite}.landingTitle{font-family:Plus Jakarta Sans,ui-sans-serif,system-ui;font-size:clamp(3rem,6vw,4.5rem);line-height:1.07;letter-spacing:-.028em;font-weight:800;margin:18px 0 16px;max-width:720px}.landingTitleAccent{background:linear-gradient(90deg,#10b981,#0f766e);-webkit-background-clip:text;background-clip:text;color:transparent}.landingSub{font-size:1.125rem;max-width:650px;color:#64748b;font-weight:500;line-height:1.58}.landingStats{padding-top:18px;border-top:1px solid #e2e8f0;margin-top:16px;max-width:680px}.landingHeroArt{gap:12px;align-self:center;padding-top:44px}.heroCardLarge,.heroCardSmall{background:#ffffffbd;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(15,23,42,.05);box-shadow:0 4px 24px -4px #0f172a0a}.heroCardLarge{border-radius:20px;padding:24px}.landingMiniGrid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.heroCardSmall{border-radius:18px;padding:24px}.heroCardSmall.light{background:#ffffffd1}.heroCardKpi{font-size:2.25rem;line-height:1}.heroRouteTitle{font-size:1.25rem;font-weight:800;line-height:1.2;letter-spacing:-.015em;color:#0f172a}.heroLatestTitle{font-size:.95rem;font-weight:700;line-height:1.2;letter-spacing:-.01em;color:#0f172a;margin-top:8px}.heroLatestLabel{font-size:.74rem;font-weight:800;letter-spacing:.06em;color:#94a3b8}.heroLatestStatus{margin-top:18px;display:inline-flex;align-items:center;gap:6px;font-size:.9rem;font-weight:500;color:#059669}.heroLatestIcon{width:14px;height:14px;display:inline-flex;align-items:center;justify-content:center;color:#059669}.heroLatestIcon svg{width:14px;height:14px}.landingRouteTrack{position:relative;width:100%;height:6px;border-radius:999px;background:#e5e7eb;margin:14px 0 12px}.landingRouteFill{position:absolute;inset:0 auto 0 0;width:85%;border-radius:999px;background:#10b981}.landingRouteKnob{position:absolute;top:50%;right:15%;width:14px;height:14px;border-radius:999px;border:2px solid #10b981;background:#fff;transform:translate(50%,-50%);box-shadow:0 1px 2px #0f172a26}.highlightCard{background:#ffffffa8;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(15,23,42,.06);box-shadow:0 6px 24px -6px #0f172a0f}.highlightCard h3{font-size:1.25rem;letter-spacing:-.02em;margin:12px 0 8px}.highlightCard p{font-size:.875rem;line-height:1.6}.landingActions .btn{padding:14px 28px;border-radius:12px;font-weight:700}.highlightIcon{border:1px solid transparent}.highlightIcon.shield{background:#ecfdf3;color:#047857;border-color:#bbf7d0}.highlightIcon.live{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe}.highlightIcon.resolve{background:#fffbeb;color:#b45309;border-color:#fde68a}.highlightIcon svg{width:13px;height:13px;flex-shrink:0;stroke:currentColor;fill:none}.landingCta{background:#ffffffc2;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.landingHighlights{margin-top:96px;padding-bottom:48px}@keyframes landingPulse{0%{box-shadow:0 0 #10b98159}70%{box-shadow:0 0 0 8px #10b98100}to{box-shadow:0 0 #10b98100}}@media (max-width:980px){.landingHero{grid-template-columns:1fr;gap:26px}.landingApp .nav{flex-wrap:nowrap}.landingApp .nav .navAuthedRow{width:auto;justify-content:flex-end}.landingApp .nav .navAuthedRow .badge{font-size:9px;padding:3px 7px}.landingApp .nav .navAuthedRow .btn{padding:8px 10px;font-size:12px}.landingHeroArt{padding-top:0}.landingTitle{font-size:clamp(2.6rem,10vw,4.4rem);max-width:none}.landingSub{max-width:none}.landingMiniGrid{grid-template-columns:1fr}}@media (max-width:720px){.landingHero{gap:28px}.landingApp .container{padding:14px 14px 24px}.landingApp .brandName{font-size:20px}.landingApp .brandMark{font-size:13px;padding:6px 9px}.landingApp .nav{flex-direction:row;align-items:center;justify-content:space-between;gap:10px}.landingApp .nav .brand{min-width:0;flex:1 1 auto}.landingApp .nav .row{width:auto;margin-left:auto;flex:0 0 auto;flex-wrap:nowrap}.landingApp .nav .navAuthedRow{width:auto;margin-left:auto;flex-wrap:nowrap;justify-content:flex-end}.landingApp .nav .row .btn{width:auto;min-width:0;padding:8px 10px}}@media (max-width:520px){.landingApp .nav .brandLogo{max-width:min(150px,56vw);max-height:34px}.landingApp .nav .navAuthedRow{gap:6px}.landingApp .nav .navAuthedRow .badge{font-size:8px;padding:3px 6px}.landingApp .nav .navAuthedRow .btn{font-size:11px;padding:7px 9px}}.authApp{background:#f7f7f8;color:#0f172a}.authContainer{max-width:100%;padding:0;min-height:100vh;display:flex;flex-direction:column}.authApp .page{margin-top:0;flex:1 1 auto;min-height:0}.authShell{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr;background:#f7f7f8}.authLeft{background:radial-gradient(circle at 20% 20%,#22c55e2e,#0b0f1433 35%),#0b0f14;color:#f8fafc;padding:72px 64px;display:flex;flex-direction:column;gap:18px;justify-content:center}.authBrandRow{display:flex;align-items:center;gap:12px}.authLogo{width:44px;height:44px;border-radius:14px;background:#16a34a;display:inline-flex;align-items:center;justify-content:center;font-weight:800;color:#fff}.authBrandTitle{font-size:20px;font-weight:700}.authBrandSub{font-size:12px;color:#cbd5f5}.authHeadline{font-family:Plus Jakarta Sans,ui-sans-serif,system-ui;font-size:40px;margin:6px 0 0}.authLead{color:#cbd5f5;max-width:420px;margin:0}.authList{display:flex;flex-direction:column;gap:10px;margin-top:8px}.authListItem{background:#ffffff14;border:1px solid rgba(255,255,255,.12);padding:12px 14px;border-radius:12px;font-size:13px;opacity:0;transform:translateY(10px);animation:authHighlightIn .6s ease forwards}.authListItem:nth-child(1){animation-delay:.1s}.authListItem:nth-child(2){animation-delay:.25s}.authListItem:nth-child(3){animation-delay:.4s}@keyframes authHighlightIn{to{opacity:1;transform:translateY(0)}}.authRight{background:#f7f7f8;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:36px 28px;min-height:0;gap:14px}.authHomeLink{width:100%;max-width:480px;display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#475569;text-decoration:none}.authHomeLink:hover{color:#0f172a}.authCard{width:100%;max-width:480px;background:#fff;border:1px solid #e2e8f0;border-radius:22px;padding:26px;box-shadow:0 24px 60px #0f172a14;max-height:100%;overflow:auto;transition:transform var(--motion-base) var(--easing),box-shadow var(--motion-base) var(--easing)}.authCard:hover{transform:translateY(-2px);box-shadow:0 28px 70px #0f172a24}.authTitle{font-size:22px;font-weight:700;margin-bottom:4px}.authSub{color:#64748b;margin-bottom:18px;font-size:13px}.authForm{display:flex;flex-direction:column;gap:10px}.authRow{display:grid;grid-template-columns:1fr 1fr;gap:12px}.authSubmit{width:100%;margin-top:6px}.authFooter{margin-top:12px;font-size:12px;color:#64748b}.authFooter a{color:#16a34a;font-weight:600}.roleToggle{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:6px}.roleOption{border:1px solid #e2e8f0;background:#f8fafc;border-radius:14px;padding:12px;text-align:left;font-weight:700;cursor:pointer;display:flex;flex-direction:column;gap:6px;transition:border-color var(--motion-fast) var(--easing),background var(--motion-fast) var(--easing),transform var(--motion-fast) var(--easing)}.roleOption:hover{transform:translateY(-1px)}.roleOption span{font-weight:400;font-size:12px;color:#64748b}.roleOption.active{border-color:#16a34a;background:#e9f8ef;color:#15803d}.authNote{font-size:12px;color:#64748b;background:#f8fafc;border:1px dashed #e2e8f0;padding:10px 12px;border-radius:12px}.authApp label{color:#94a3b8;font-size:12px}.authApp input,.authApp select,.authApp textarea{background:#f1f5f9;border:1px solid #e2e8f0;color:#0f172a;border-radius:14px;height:46px}.authApp input::placeholder{color:#94a3b8}.authApp .inputWrap .iconBtn{background:#e2e8f0;border-color:#e2e8f0;color:#475569}.authApp .btn{border-radius:14px}.authApp .btnPrimary{background:#16a34a;border-color:#16a34a;color:#fff}.authApp .notice{background:#fff5f5}@media (max-width:980px){.authShell{grid-template-columns:1fr}.authLeft{padding:48px 32px}.authRight{padding:24px 20px 12px}}@media (max-width:640px){.authRight{padding:20px}.authHeadline{font-size:32px}.roleToggle,.authRow{grid-template-columns:1fr}.authHomeLink{font-size:12px}}.signinPremium{position:relative;min-height:100vh;background:#f8fafc;color:#0f172a;padding:24px;overflow:hidden;display:flex;align-items:center;justify-content:center}.signinGlow{position:absolute;width:42vw;height:42vw;border-radius:999px;pointer-events:none;z-index:0;filter:blur(120px)}.signinGlowOne{top:-12%;left:-12%;background:#10b9813d}.signinGlowTwo{bottom:-12%;right:-12%;background:#3b82f62e}.signinGrid{width:100%;max-width:1180px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:80px;align-items:center;position:relative;z-index:1}.signinShowcase{display:flex;flex-direction:column;gap:22px}.signinBrandRow{display:flex;align-items:center;gap:12px;margin-bottom:18px}.signinBrandLogo{width:auto;height:54px;max-width:280px;object-fit:contain;object-position:left center;display:block}.signinLogo{display:inline-flex;align-items:center;justify-content:center;border-radius:12px;padding:8px 12px;font-size:18px;font-weight:800;background:#10b981;color:#fff;box-shadow:0 14px 24px -16px #10b981d9}.signinBrand{font-size:32px;font-weight:800;letter-spacing:-.03em}.signinHeadline{margin:0;font-size:clamp(2.6rem,5.3vw,4.1rem);line-height:1.08;letter-spacing:-.03em;font-weight:800}.signinHeadline span{color:#10b981}.signinLead{margin:0;max-width:520px;font-size:18px;color:#64748b;line-height:1.65}.signinHighlights{margin-top:4px;display:flex;flex-direction:column;gap:14px;max-width:520px}.signinHighlightItem{display:flex;align-items:center;gap:14px;border:1px solid rgba(148,163,184,.28);background:#fff9;border-radius:18px;padding:14px 16px;box-shadow:0 10px 30px -20px #0f172a42}.signinHighlightItem span{font-size:15px;font-weight:700;color:#334155}.signinHighlightIcon{width:40px;height:40px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center}.signinHighlightIcon svg{width:20px;height:20px;stroke:currentColor}.signinHighlightIcon.green{background:#ecfdf5;color:#059669}.signinHighlightIcon.blue{background:#eff6ff;color:#2563eb}.signinPanelWrap{width:100%;max-width:560px;margin-left:auto;position:relative}.signinBackLink{position:absolute;left:0;top:-48px;display:inline-flex;align-items:center;gap:8px;color:#94a3b8;font-size:13px;font-weight:700;transition:color var(--motion-fast) var(--easing)}.signinBackLink svg{width:16px;height:16px;stroke:currentColor}.signinBackLink:hover{color:#334155}.signinCard{border-radius:32px;border:1px solid rgba(255,255,255,.6);background:#fffc;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 25px 50px -12px #0f172a1f;padding:42px}.signinCardHead h2{margin:0;font-size:38px;line-height:1.05;font-weight:800;letter-spacing:-.03em}.signinCardHead p{margin:8px 0 0;color:#64748b;font-weight:500}.signinCard .notice{margin:18px 0 0}.signinForm{margin-top:30px;display:flex;flex-direction:column;gap:20px}.signinField label{display:block;margin:0 0 10px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:#94a3b8}.signinField input{width:100%;height:58px;border-radius:18px;border:1px solid #e2e8f0;background:#f8fafcbf;color:#0f172a;padding:0 18px;font-weight:600;transition:border-color var(--motion-fast) var(--easing),box-shadow var(--motion-fast) var(--easing)}.signinField input::placeholder{color:#94a3b8}.signinField input:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 4px #10b9811f}.signinLabelRow{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.signinLabelRow label{margin:0}.signinLabelRow button,.signinLabelRow a{border:none;background:none;padding:0;font-size:12px;font-weight:800;color:#059669;cursor:pointer}.signinLabelRow button:hover,.signinLabelRow a:hover{text-decoration:underline}.signinPasswordWrap{position:relative}.signinPasswordWrap input{padding-right:48px}.signinEyeBtn{position:absolute;top:50%;right:14px;transform:translateY(-50%);border:none;background:none;color:#cbd5e1;width:24px;height:24px;padding:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:color var(--motion-fast) var(--easing)}.signinEyeBtn svg{width:20px;height:20px;stroke:currentColor}.signinEyeBtn:hover{color:#64748b}.signinSubmit{margin-top:4px;width:100%;height:56px;border:none;border-radius:18px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:17px;font-weight:800;color:#fff;background:#10b981;box-shadow:0 18px 32px -18px #10b981cc;cursor:pointer;transition:background var(--motion-fast) var(--easing),transform var(--motion-fast) var(--easing),box-shadow var(--motion-fast) var(--easing)}.signinSubmit:hover{background:#059669;transform:translateY(-1px);box-shadow:0 24px 34px -22px #10b981d1}.signinSubmit:active{transform:translateY(0)}.signinSubmit:disabled{opacity:.78;cursor:not-allowed}.authDivider{margin-top:18px;display:flex;align-items:center;gap:12px;color:#94a3b8;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.authDivider:before,.authDivider:after{content:"";flex:1;height:1px;background:#e2e8f0}.authDivider span{white-space:nowrap}.signinGoogleWrap,.signupGoogleWrap{margin-top:10px;width:100%;display:flex;flex-direction:column;align-items:center;gap:8px}.googleAuthButton{width:100%;max-width:400px;min-height:44px;position:relative;border-radius:999px}.googleAuthMount{width:100%;display:flex;justify-content:center;transition:opacity var(--motion-fast) var(--easing)}.googleAuthPlaceholder{position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid #e2e8f0;border-radius:999px;background:#fff;color:#64748b;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;transition:opacity var(--motion-fast) var(--easing)}.googleAuthButton.ready .googleAuthPlaceholder{opacity:0;pointer-events:none}.googleAuthButton.loading .googleAuthMount{opacity:0}.googleAuthButton.disabled{opacity:.62;pointer-events:none}.googleAuthHint{margin-top:0;width:100%;max-width:400px;text-align:left;line-height:1.35;color:#94a3b8;font-size:12px;font-weight:600}.signinFooter{margin-top:26px;padding-top:24px;border-top:1px solid #f1f5f9;text-align:center;color:#64748b;font-size:14px;font-weight:500}.signinFooter a{color:#059669;font-weight:700}.signinFooter a:hover{text-decoration:underline}@media (max-width:1024px){.signinPremium{padding:20px 16px}.signinGrid{grid-template-columns:1fr;gap:0;max-width:620px}.signinShowcase{display:none}.signinPanelWrap{max-width:100%}.signinBackLink{position:static;margin-bottom:14px}}@media (max-width:640px){.signinCard{border-radius:24px;padding:30px 20px 24px}.signinCardHead h2{font-size:30px}.signinCardHead p{font-size:14px}.signinField input{height:52px;border-radius:16px}.signinSubmit{height:52px;border-radius:16px;font-size:16px}.signinFooter{margin-top:20px;padding-top:20px;font-size:13px}}.dashboardApp{background:#f4f6fb;color:#0f172a}.dashboardApp .bg-orb{display:none}.dashboardContainer{max-width:100%;padding:0;height:100vh}.dashboardPage{margin-top:0;height:100vh}.dashboardLayout{height:100vh;min-height:100vh;animation:none}.dashboardContentShell{position:relative}.dashboardApp .dashboardHeader,.dashboardApp .dispatcherTopbar{-webkit-backdrop-filter:none;backdrop-filter:none;background:#fff}.dashboardRoutePending{position:absolute;top:0;right:0;bottom:0;left:0;z-index:22;pointer-events:none;padding:24px 32px 40px;background:#f4f6fbb8}.dashboardRoutePendingCard{border:1px solid var(--surface-border);border-radius:24px;background:#ffffffb8;padding:22px;box-shadow:var(--surface-shadow)}.dashboardDataPending{position:absolute;top:0;right:0;bottom:0;left:0;z-index:12;pointer-events:none;background:#f4f6fb85;border-radius:24px}.dashboardDataPendingCard{border:1px solid var(--surface-border);border-radius:24px;background:#ffffffbd;padding:22px;box-shadow:var(--surface-shadow)}.sidebar{position:fixed;top:0;left:0;bottom:0;width:260px;height:100vh;overflow-y:auto;background:var(--surface);border-right:1px solid var(--surface-border);padding:22px 14px 18px;display:flex;flex-direction:column;gap:16px;box-shadow:inset -1px 0 #ffffffa6;z-index:30}.sidebarBrand{display:flex;align-items:center;gap:12px;font-weight:700;padding:2px 10px 8px}.sidebarBrandWithLogo{flex-direction:column;align-items:flex-start;gap:4px}.sidebarBrandLogo{width:auto;height:34px;max-width:154px;object-fit:contain;object-position:left center;display:block}.sidebarLogo{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;background:#16a34a;color:#fff;border-radius:12px;font-size:18px}.sidebarTitle{font-size:18px}.sidebarSub{font-size:12px;color:#64748b}.sidebarNav{display:flex;flex-direction:column;gap:4px}.sidebarItem{border:none;background:transparent;padding:12px 14px;border-radius:14px;display:flex;align-items:center;justify-content:flex-start;text-align:left;font-weight:700;color:#334155;cursor:pointer;transition:background var(--motion-fast) var(--easing),color var(--motion-fast) var(--easing),transform var(--motion-fast) var(--easing)}.sidebarItemWithIcon{justify-content:flex-start;text-align:left;gap:10px}.sidebarItemIcon{width:18px;height:18px;flex:0 0 18px;display:inline-flex;align-items:center;justify-content:center;opacity:.92}.sidebarItemIcon .iconSvg{width:18px;height:18px}.sidebarItemLabel{line-height:1.2}.senderPremiumItem.sidebarItemWithIcon,.dispatcherPremiumItem.sidebarItemWithIcon,.adminPremiumItem.sidebarItemWithIcon{justify-content:flex-start;text-align:left;gap:10px}.sidebarItem:hover{background:#f4f7fb;color:#0f172a;transform:translate(2px)}.sidebarItem.active{background:linear-gradient(90deg,#dcfce7,#ecfdf5);color:#15803d}.sidebarFooter{display:flex;flex-direction:column;gap:10px;margin-top:auto;padding-top:18px;position:sticky;bottom:0;background:linear-gradient(180deg,#fff0,#fff 24%)}.sidebarFooter .dispatcherSidebarToggle{width:100%;margin-bottom:0}.dispatcherSidebarAvailability{display:block}.sidebarSignout{width:100%;display:inline-flex;align-items:center;justify-content:flex-start;text-align:left;line-height:1.2;border:none;background:#f8fafc;color:#475569;padding:12px 14px;border-radius:14px;font-weight:700;cursor:pointer;transition:background var(--motion-fast) var(--easing),color var(--motion-fast) var(--easing),transform var(--motion-fast) var(--easing)}.sidebarSignout:hover{background:#f1f5f9;color:#0f172a;transform:translate(2px)}.sidebarMenuCheck,.sidebarMenuBtn{display:none}.dashboardMain{margin-left:260px;min-height:100vh;height:100vh;max-height:100vh;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;padding:24px 32px 40px;display:flex;flex-direction:column;gap:18px;background:radial-gradient(circle at top right,rgba(187,247,208,.14),transparent 32%)}.dashboardHeader{position:sticky;top:0;z-index:18;display:flex;align-items:center;justify-content:space-between;gap:16px;background:#ffffffe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--surface-border);border-radius:16px;padding:14px 16px;box-shadow:var(--surface-shadow)}.dashboardTitle{font-size:22px;font-weight:700}.dashboardSubtitle{color:#64748b;font-size:14px;margin-top:4px}.dashboardHeaderActions{display:flex;align-items:center;gap:16px}.iconButton{border:none;background:#f1f5f9;width:44px;height:44px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.iconSvg{width:18px;height:18px}.profileChip{display:flex;align-items:center;gap:10px;background:var(--surface);border:1px solid var(--surface-border);padding:8px 12px;border-radius:16px;box-shadow:0 8px 18px #0f172a0f}.profileAvatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#22c55e,#16a34a);display:inline-flex;align-items:center;justify-content:center;overflow:hidden;color:#fff;font-size:13px;font-weight:700;letter-spacing:.3px}.profileAvatarImage{width:100%;height:100%;object-fit:cover}.profileAvatarFallback{line-height:1}.profileAvatar.sm{width:32px;height:32px;font-size:12px}.profileAvatar.lg{width:64px;height:64px;font-size:20px}.profileName{font-weight:600}.profileMeta{font-size:12px;color:#64748b}.notice{padding:10px 14px;border-radius:12px;font-size:13px;background:var(--surface);border:1px solid var(--surface-border);display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;box-shadow:0 8px 16px #0f172a0d}.notice.success{border-color:#bbf7d0;color:#15803d;background:#f0fdf4}.notice.error{border-color:#fecaca;color:#b91c1c;background:#fef2f2}.notice.warning{border-color:#fed7aa;color:#9a3412;background:#fff7ed}.noticeAction{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:10px;border:1px solid #fdba74;background:#fff;color:#9a3412;font-weight:700}.noticeAction:hover{background:#ffedd5}.incomingJobStack{position:fixed;top:18px;right:18px;z-index:2200;width:min(360px,calc(100vw - 24px));display:flex;flex-direction:column;gap:10px;pointer-events:none;max-height:calc(100vh - 36px);overflow-y:auto;padding-right:4px}.incomingJobCard{position:relative;border:1px solid #bbf7d0;border-radius:14px;background:#f0fdf4;color:#14532d;box-shadow:0 14px 30px #0284432e;padding:12px 12px 10px;pointer-events:auto;transition:transform var(--motion-fast) var(--easing),box-shadow var(--motion-fast) var(--easing),opacity var(--motion-fast) var(--easing)}.incomingJobCard.isAccepting{transform:scale(.985);box-shadow:0 18px 34px #02844338}.incomingJobClose{position:absolute;top:8px;right:8px;border:1px solid #86efac;background:#fff;color:#166534;border-radius:999px;width:22px;height:22px;cursor:pointer;font-size:12px;line-height:1}.incomingJobLabel{font-size:11px;text-transform:uppercase;letter-spacing:.05em;font-weight:800;color:#16a34a;margin-bottom:4px}.incomingJobTopRow{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:4px;padding-right:26px}.incomingJobTopRow .incomingJobLabel{margin-bottom:0}.incomingJobAge{flex:0 0 auto;font-size:11px;font-weight:700;color:#64748b;white-space:nowrap}.incomingJobTitle{font-size:15px;font-weight:800;color:#14532d;padding-right:26px}.incomingJobRoute{margin-top:4px;font-size:12px;color:#166534;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.incomingJobFooter{margin-top:10px;display:flex;align-items:center;justify-content:space-between;gap:10px}.incomingJobPrice{font-size:16px;font-weight:800;color:#15803d}.incomingJobAction{min-width:100px;min-height:38px}.incomingJobCardSummary{background:#fff;border-color:#d1fae5;color:#0f172a}.incomingJobSummaryValue{font-size:1.5rem;line-height:1;font-weight:800;letter-spacing:-.04em;color:#14532d;margin-top:2px}.incomingJobSummaryText{margin-top:8px;font-size:12px;line-height:1.5;color:#64748b}.senderAssignmentToastStack{position:fixed;top:18px;right:18px;z-index:2200;width:min(360px,calc(100vw - 24px));display:flex;flex-direction:column;gap:10px;pointer-events:none;max-height:calc(100vh - 36px);overflow-y:auto;padding-right:4px}.senderAssignmentToast{position:relative;border:1px solid rgba(16,185,129,.28);border-radius:18px;background:linear-gradient(180deg,#fff,#f0fdf4);box-shadow:0 18px 38px #0f172a29;padding:14px 14px 13px;pointer-events:auto;cursor:pointer;transition:transform var(--motion-fast) var(--easing),box-shadow var(--motion-fast) var(--easing),border-color var(--motion-fast) var(--easing)}.senderAssignmentToast:hover{transform:translateY(-1px);box-shadow:0 22px 42px #0f172a2e;border-color:#10b98166}.senderAssignmentToastClose{position:absolute;top:10px;right:10px;border:1px solid rgba(16,185,129,.24);background:#fff;color:#0f766e;border-radius:999px;width:22px;height:22px;cursor:pointer;font-size:12px;line-height:1}.senderAssignmentToastLabel{font-size:11px;text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:#16a34a;padding-right:28px}.senderAssignmentToastHead{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;margin-top:8px}.senderAssignmentToastIdentity{min-width:0}.senderAssignmentToastTitle{font-size:15px;font-weight:800;color:#0f172a;line-height:1.2}.senderAssignmentToastMeta{font-size:12px;color:#64748b;margin-top:2px}.senderAssignmentToastAge{font-size:11px;font-weight:700;color:#64748b;white-space:nowrap;align-self:flex-start;padding-top:2px}.senderAssignmentToastRoute{margin-top:10px;font-size:13px;line-height:1.45;color:#14532d;padding-right:10px}.dispatcherSidebarToggle{border:none;border-radius:14px;padding:12px 14px;font-weight:800;color:#fff;cursor:pointer;box-shadow:0 10px 22px #0f172a1f;display:flex;flex-direction:column;align-items:flex-start;gap:2px}.dispatcherStatusDot{width:10px;height:10px;border-radius:999px;display:inline-block;flex:0 0 auto}.dispatcherStatusDot.online{background:#22c55e;box-shadow:0 0 0 3px #22c55e2e}.dispatcherStatusDot.offline{background:#94a3b8;box-shadow:0 0 0 3px #94a3b82e}.dispatcherSidebarToggle.online{background:#16a34a}.dispatcherSidebarToggle.offline{background:#475569}.dispatcherSidebarToggle.isUpdating{opacity:.8}.dispatcherSidebarToggleLabel{font-size:14px;font-weight:800}.dispatcherAccountStatus{display:flex;align-items:center;gap:6px}.dispatcherSidebarToggleSub{font-size:11px;font-weight:600;opacity:.88}.dispatcherMobileAvailability{display:none}.statsGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.statCard{background:var(--surface);border:1px solid var(--surface-border);border-radius:18px;padding:18px;display:flex;align-items:center;gap:14px;position:relative;box-shadow:var(--surface-shadow);transition:transform var(--motion-base) var(--easing),box-shadow var(--motion-base) var(--easing),border-color var(--motion-base) var(--easing)}.statCard:hover{transform:translateY(-2px);border-color:#93c5fd;box-shadow:var(--surface-shadow-hover)}.statIcon{width:42px;height:42px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:18px;background:#ecfdf3;color:#16a34a}.statIcon.blue{background:#eff6ff;color:#2563eb}.statIcon.amber{background:#fefce8;color:#ca8a04}.statIcon.purple{background:#f5f3ff;color:#7c3aed}.statMeta{flex:1;min-width:0}.statValue{font-size:22px;font-weight:700}.statLabel{font-size:13px;color:#64748b}.statBadge{font-size:12px;padding:6px 10px;border-radius:999px;background:#f1f5f9;color:#475569;font-weight:600}.statBadge.success{background:#ecfdf3;color:#15803d}.dashboardColumns{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:18px}.dashboardCol,.dashboardSide{display:flex;flex-direction:column;gap:18px}.sectionCard{background:var(--surface);border:1px solid var(--surface-border);border-radius:18px;padding:18px;box-shadow:var(--surface-shadow);transition:transform var(--motion-base) var(--easing),box-shadow var(--motion-base) var(--easing),border-color var(--motion-base) var(--easing)}.sectionCard:hover{transform:translateY(-2px);border-color:#93c5fd;box-shadow:var(--surface-shadow-hover)}.sectionTitle{font-weight:700;margin-bottom:14px}.sectionTitleRow{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.detailSectionHeader{display:flex;align-items:center;gap:10px;margin-bottom:14px}.detailSectionHeader .sectionTitle{margin-bottom:0}.detailSectionIcon{width:38px;height:38px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:#f1f5f9;color:#475569;flex:0 0 38px}.detailSectionIcon.green{background:#ecfdf5;color:#16a34a}.detailSectionIcon.blue{background:#eff6ff;color:#2563eb}.detailSectionIcon.amber{background:#fefce8;color:#ca8a04}.detailSectionIcon.red{background:#fef2f2;color:#dc2626}.detailSectionIcon.slate{background:#f8fafc;color:#334155}.textButton{border:none;background:none;display:inline-flex;align-items:center;justify-content:center;text-align:center;color:#16a34a;font-weight:600;cursor:pointer;text-decoration:none;transition:color var(--motion-fast) var(--easing)}.textButton:hover{color:#15803d}.actionGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.actionCard{border:1px solid var(--surface-border);background:#f8fafc;border-radius:16px;padding:18px;text-align:left;display:flex;gap:12px;cursor:pointer;align-items:flex-start;transition:transform var(--motion-base) var(--easing),box-shadow var(--motion-base) var(--easing),background var(--motion-base) var(--easing)}.actionCard:hover{transform:translateY(-2px);border-color:var(--surface-border-strong);box-shadow:0 16px 28px #0f172a1a}.actionCard.primary{background:#16a34a;color:#fff;border-color:#15803d}.actionIcon{width:36px;height:36px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#ffffff2e;font-size:18px}.actionIcon.muted{background:#e2e8f0;color:#0f172a}.actionTitle{font-weight:700;margin-bottom:4px}.actionSub{font-size:12px;color:inherit;opacity:.8}.formGrid{display:flex;flex-direction:column;gap:12px}.formRow{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.walletFormRow{grid-template-columns:minmax(280px,560px) auto;justify-content:flex-start;align-items:end}.walletActionCol{display:flex;align-items:flex-end;justify-content:flex-start}.walletActionCol .btn{min-width:146px;min-height:46px}.walletAmountWrap{position:relative}.walletAmountWrap input{padding-right:58px}.walletMaxBtn{position:absolute;top:50%;right:8px;transform:translateY(-50%);border:1px solid #86efac;background:#ecfdf3;color:#15803d;border-radius:999px;padding:3px 10px;font-size:11px;font-weight:700;cursor:pointer;line-height:1.2}.walletMaxBtn:hover{background:#dcfce7;border-color:#4ade80}.walletMaxBtn:disabled{opacity:.55;cursor:not-allowed}.walletReasonInput{min-height:96px;height:auto;line-height:1.45;resize:none}.walletAvailability{margin-top:6px}.dispatcherWalletHistoryActions{align-items:flex-end}.dispatcherWalletHistoryDate{text-align:right}.walletHistoryModal{width:min(640px,100%)}.walletHistoryMetaGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px}.walletHistoryMetaCard{border:1px solid #e2e8f0;background:#f8fafc;border-radius:14px;padding:14px}.walletHistoryMetaLabel{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8}.walletHistoryMetaValue{margin-top:8px;font-size:15px;font-weight:700;color:#0f172a}.walletHistoryAmount{color:#15803d}.walletHistoryDetailList{display:flex;flex-direction:column;gap:10px;margin-top:16px}.walletHistoryDetailRow{display:grid;grid-template-columns:140px minmax(0,1fr);gap:14px;padding:12px 0;border-top:1px solid #e2e8f0}.walletHistoryDetailLabel{font-size:12px;font-weight:700;color:#64748b}.walletHistoryDetailValue{font-size:14px;line-height:1.5;color:#0f172a;overflow-wrap:anywhere}.formActions{margin-top:8px}.modalActions{display:flex;justify-content:flex-end;gap:10px}.mutedText{font-size:12px;color:#64748b}.modalBackdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1200;display:flex;align-items:center;justify-content:center;padding:18px;animation:fadeUp var(--motion-fast) var(--easing) both}.modalCard{width:min(760px,100%);max-height:min(92vh,780px);overflow:auto;background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:18px;box-shadow:0 28px 70px #0f172a38}.modalCard.senderCreateModal{width:min(1040px,calc(100vw - 40px));max-height:none;padding:22px;overflow:visible}.senderCreateBody{max-height:none;overflow:visible;padding-right:4px}.senderCreateModal .formRow{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:14px}.senderCreateModal label{color:#64748b}.senderCreateModal input,.senderCreateModal select,.senderCreateModal textarea{background:#f8fafc;border:1px solid #e2e8f0;color:#0f172a}.categorySelectWrap{position:relative}.categorySelectTrigger{width:100%;min-height:48px;border:1px solid #e2e8f0;border-radius:14px;background:#f8fafc;color:#0f172a;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 14px;cursor:pointer;text-align:left}.categorySelectTrigger.open{border-color:#22c55e8c;box-shadow:0 0 0 3px #22c55e29}.categorySelectCaret{color:#475569;font-size:14px}.categorySelectMenu{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:1400;max-height:176px;overflow-y:auto;background:#fff;border:1px solid #cbd5e1;border-radius:12px;box-shadow:0 18px 35px #0f172a26;padding:0}.categorySelectOption{width:100%;border:none;border-radius:0;background:transparent;color:#0f172a;text-align:left;display:flex;align-items:center;min-height:44px;padding:8px 10px;cursor:pointer}.categorySelectOption:hover{background:#f1f5f9}.categorySelectOption.selected{background:#e9f8ef;color:#15803d}.senderCreateModal .senderDescriptionField{min-height:52px;height:52px;resize:none;overflow-y:auto;scrollbar-width:none}.senderQuoteBlock{display:flex;flex-direction:column;gap:8px}.senderQuoteGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}.senderQuoteCard{border:1px solid #dbe4ef;border-radius:12px;background:#f8fafc;padding:10px;text-align:left;cursor:pointer;transition:border-color var(--motion-fast) var(--easing),box-shadow var(--motion-fast) var(--easing),transform var(--motion-fast) var(--easing)}.senderQuoteCard:hover{border-color:#94a3b8;transform:translateY(-1px)}.senderQuoteCard.active{border-color:#22c55e;box-shadow:0 0 0 3px #22c55e24}.senderQuoteTop{display:flex;align-items:center;justify-content:space-between;gap:8px}.senderQuoteTier{display:inline-flex;align-items:center;justify-content:center;border:1px solid #bbf7d0;border-radius:999px;background:#ecfdf3;color:#166534;padding:3px 10px;font-size:11px;font-weight:700}.senderQuotePrice{color:#15803d;font-size:14px;font-weight:800}.senderQuoteSub{margin-top:8px;color:#64748b;font-size:12px}.senderQuotePlanSub{margin-top:4px;color:#94a3b8;font-size:11px}.senderQuoteHint{margin-top:2px}.senderCreateModal .senderDescriptionField::-webkit-scrollbar{display:none}.senderCreateModal input:focus,.senderCreateModal select:focus,.senderCreateModal textarea:focus{outline:none;border-color:#22c55e8c;box-shadow:0 0 0 3px #22c55e29}.addressSuggestWrap,.addressSuggestInputShell{position:relative}.addressSuggestWrap.hasLeadingIcon .addressSuggestInputShell input{padding-left:42px}.addressSuggestLeadingIcon{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:#6b7280;pointer-events:none;display:inline-flex;align-items:center;justify-content:center}.addressSuggestLeadingIconButton{border:none;background:transparent;padding:0;cursor:pointer;pointer-events:auto}.addressSuggestLeadingIconButton:hover{color:#16a34a}.addressSuggestLeadingIconButton:disabled{cursor:wait;opacity:.7}.addressSuggestLeadingIconButton.isBusy{color:#16a34a}.addressSuggestWrap.hasLeadingIcon:focus-within .addressSuggestLeadingIcon{color:#16a34a}.addressSuggestList{position:fixed;display:flex;flex-direction:column;gap:4px;max-height:172px;overflow:auto;padding:8px;border:1px solid #dbe4ef;border-radius:12px;background:#fff;box-shadow:0 14px 28px #0f172a24}.addressSuggestListFloating{z-index:2400}.addressSuggestItem{display:flex;flex-direction:column;align-items:flex-start;gap:2px;width:100%;text-align:left;padding:8px 10px;border:none;border-radius:10px;background:transparent;color:#0f172a;cursor:pointer}.addressSuggestItem:hover{background:#f1f5f9}.addressSuggestPrimary{font-size:13px;line-height:1.3}.addressSuggestSecondary{font-size:11px;color:#64748b}.addressSuggestHint{margin-top:6px;font-size:11px;color:#64748b}.pac-container{z-index:2600!important;border:1px solid #dbe4ef;border-radius:12px;box-shadow:0 14px 28px #0f172a24;font-family:inherit}.pac-item{padding:8px 10px}.pac-item:hover{background:#f1f5f9}.savedAddressQuick{margin-top:8px}.savedAddressQuickLabel{font-size:11px;color:#64748b;margin-bottom:6px}.savedAddressQuickList{display:flex;flex-wrap:wrap;gap:6px}.savedAddressQuickBtn{max-width:100%;border:1px solid #d1d9e6;border-radius:999px;background:#f8fafc;color:#334155;display:inline-flex;align-items:center;gap:6px;padding:5px 10px;cursor:pointer}.savedAddressQuickBtn:hover{border-color:#94a3b8;background:#f1f5f9}.savedAddressQuickBtn.active{border-color:#86efac;background:#e9f8ef;color:#15803d}.savedAddressQuickName{font-size:11px;font-weight:700;color:#0f172a}.savedAddressQuickBtn.active .savedAddressQuickName{color:#15803d}.savedAddressQuickText{font-size:11px;max-width:170px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboardApp .btn:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}.deliveryList{display:flex;flex-direction:column;gap:12px}.deliveryItem{display:flex;align-items:center;gap:12px;padding:12px;border-radius:14px;background:#f8fafc;border:1px solid var(--surface-border);box-shadow:0 8px 16px #0f172a0d;min-width:0;transition:transform var(--motion-fast) var(--easing),background var(--motion-fast) var(--easing),box-shadow var(--motion-fast) var(--easing)}.deliveryItem:hover{transform:translateY(-1px);background:#f1f5f9;border-color:var(--surface-border-strong);box-shadow:0 10px 20px #0f172a17}.deliveryIcon{width:44px;height:44px;border-radius:14px;background:#e2e8f0;display:flex;align-items:center;justify-content:center}.packageCategoryIcon{display:flex;align-items:center;justify-content:center}.packageCategoryIcon .iconSvg{width:28px;height:28px}.senderHistoryItemMark .iconSvg{width:34px;height:34px}.packageCategoryIcon.parcel{background:#e2e8f0;color:#334155}.packageCategoryIcon.document{background:#eff6ff;color:#2563eb}.packageCategoryIcon.food{background:#ecfdf5;color:#16a34a}.packageCategoryIcon.electronics{background:#eef2ff;color:#4f46e5}.packageCategoryIcon.clothing{background:#fdf2f8;color:#db2777}.packageCategoryIcon.medical{background:#fef2f2;color:#dc2626}.packageCategoryIcon.beauty{background:#fff1f2;color:#e11d48}.packageCategoryIcon.home{background:#fefce8;color:#a16207}.packageCategoryIcon.baby{background:#faf5ff;color:#9333ea}.packageCategoryIcon.pet{background:#fff7ed;color:#ea580c}.packageCategoryIcon.toy{background:#fef3c7;color:#d97706}.packageCategoryIcon.sport{background:#ecfeff;color:#0891b2}.packageCategoryIcon.auto{background:#f1f5f9;color:#475569}.packageCategoryIcon.fragile{background:#fff7ed;color:#c2410c}.packageCategoryIcon.liquid{background:#eff6ff;color:#0284c7}.deliveryMeta{flex:1;min-width:0}.deliveryTitle{font-weight:600}.deliverySub{font-size:12px;color:#64748b}.deliveryActions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.deliveryUser{display:flex;align-items:center;gap:8px}.deliveryUserAvatarFallback{width:24px;height:24px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 24px;font-size:11px;font-weight:700;background:#e2e8f0;color:#334155}.deliveryRoute{margin-top:2px}.dispatcherRoutePreview{display:flex;flex-direction:column;gap:6px}.dispatcherRouteStop{display:flex;align-items:flex-start;gap:8px;line-height:1.45;overflow-wrap:anywhere}.dispatcherRouteStop.pickup{color:#0f172a}.dispatcherRouteStop.dropoff{color:#e11d48}.dispatcherRouteStopIcon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 18px;margin-top:1px}.dispatcherRouteStopIcon .iconSvg{width:18px;height:18px}.deliveryPrice{font-weight:700;color:#15803d}.deliveryStatus{font-size:12px;color:#64748b}.deliveryItemClickable{cursor:pointer;transition:border-color var(--motion-fast) var(--easing),box-shadow var(--motion-fast) var(--easing),transform var(--motion-fast) var(--easing)}.deliveryItemClickable:hover{border-color:#cbd5e1;box-shadow:0 12px 24px -20px #0f172a3d;transform:translateY(-1px)}.deliveryItemClickable:focus-visible{outline:none;border-color:#22c55e;box-shadow:0 0 0 3px #22c55e24,0 12px 24px -20px #0f172a3d}.dashboardSide .deliveryItem{flex-direction:column;align-items:flex-start}.dashboardSide .deliveryMeta{width:100%}.dashboardSide .deliveryActions{width:100%;margin-top:8px;justify-content:flex-start;align-items:center;gap:8px}.dashboardSide .deliveryActions .btn,.dashboardSide .deliveryActions .textButton{white-space:nowrap;max-width:100%}.dashboardSide .deliveryActions .btn{padding:8px 12px;font-size:14px}.dispatcherEligibleJobs .deliveryList{margin-top:10px;gap:14px}.dispatcherEligibleJobs .deliveryItem{padding:16px 18px;gap:18px;align-items:flex-start}.dispatcherEligibleJobs .dispatcherEligibleJobCard{position:relative}.dispatcherEligibleJobs .deliveryMeta{display:flex;flex-direction:column;gap:6px}.dispatcherEligibleJobs .deliveryRoute{margin-top:0;line-height:1.45;overflow-wrap:anywhere;font-size:15px;font-weight:500;color:#475569}.dispatcherEligibleJobs .dispatcherRoutePreview{gap:7px}.dispatcherEligibleJobs .dispatcherRouteStop{align-items:flex-start}.dispatcherEligibleJobs .dispatcherRouteStop span:last-child{font-size:15px;font-weight:500;line-height:1.45;color:#475569}.dispatcherEligibleJobs .jobsDistance{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px;font-weight:600;letter-spacing:.03em;text-transform:uppercase;color:#64748b}.dispatcherEligibleJobs .jobsTopRow{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.dispatcherEligibleJobs .jobsTopRow .deliveryTitle{margin:0;min-width:0}.dispatcherEligibleJobs .jobsSenderRow{margin-top:4px;display:flex;align-items:center;gap:10px}.dispatcherEligibleJobs .jobsSenderText{font-size:15px;font-weight:700;line-height:1.3;color:#0f172a}.dispatcherEligibleJobs .jobsAgeText{flex:0 0 auto;font-size:11px;font-weight:700;letter-spacing:.04em;color:#94a3b8;white-space:nowrap;text-align:right}.dispatcherEligibleJobs .jobsEligibilityNote{line-height:1.45;color:#475569;font-size:12px;font-style:italic}.dispatcherEligibleJobs .deliveryActions{margin-left:auto;align-self:center;justify-content:flex-end;gap:12px;min-width:220px}@media (min-width:761px){.dispatcherEligibleJobs .dispatcherEligibleJobCard{padding-top:22px}.dispatcherEligibleJobs .jobsTopRow{display:block;padding-right:120px}.dispatcherEligibleJobs .jobsAgeText{position:absolute;top:18px;right:18px;z-index:1;max-width:140px;overflow:hidden;text-overflow:ellipsis}}.dispatcherJobsActiveCard{align-items:flex-start;gap:18px}.dispatcherJobsActiveStatus{flex:0 0 auto}.dispatcherJobsActiveSender{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:8px 0}.dispatcherJobsActiveSenderName{font-size:16px;font-weight:700;color:#334155}.dispatcherJobsActiveRef{font-size:13px;color:#94a3b8}.dispatcherJobsActiveActions{margin-left:auto;align-self:stretch;justify-content:flex-start;min-width:170px}.dispatcherJobsActiveAside{display:flex;flex-direction:column;align-items:flex-end;gap:12px}.dispatcherJobsActivePrice{font-size:18px;font-weight:800}.dispatcherRouteDetailGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.dispatcherRouteDetailCard{padding:14px 16px;border-radius:16px;border:1px solid var(--surface-border);background:#f8fafc}.dispatcherRouteDetailCard.pickup{border-color:#dbe4ef}.dispatcherRouteDetailCard.dropoff{border-color:#fecdd3;background:#fff8fa}.dispatcherRouteDetailHead{display:flex;align-items:center;gap:10px;margin-bottom:8px}.dispatcherRouteDetailHead label{margin:0}.dispatcherRouteDetailIcon{width:34px;height:34px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:#ecfdf5;color:#16a34a;flex:0 0 34px}.dispatcherRouteDetailCard.dropoff .dispatcherRouteDetailIcon{background:#fff1f2;color:#e11d48}.dispatcherRouteDetailIcon .iconSvg{width:18px;height:18px}@media (max-width:760px){.incomingJobStack,.senderAssignmentToastStack{top:auto;bottom:12px;left:12px;right:12px;width:auto}.incomingJobTopRow{gap:8px}.senderAssignmentToastHead{grid-template-columns:auto 1fr}.senderAssignmentToastAge{grid-column:2;justify-self:flex-start;padding-top:0}.incomingJobRoute{white-space:normal}.dispatcherEligibleJobs .jobsTopRow{align-items:flex-start}.dispatcherEligibleJobs .jobsAgeText{position:static}.dispatcherRouteDetailGrid{grid-template-columns:1fr}}.profileUploadRow{display:flex;align-items:flex-start;margin-bottom:14px}.profileAvatarTrigger{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:0;border:none;background:transparent;cursor:pointer;border-radius:50%}.profileAvatarTrigger:disabled{cursor:progress}.profileAvatarTrigger:focus-visible{outline:2px solid #16a34a;outline-offset:4px}.profileAvatarTrigger .profileAvatar{box-shadow:0 10px 24px -16px #0f172a73}.profileAvatarTriggerBadge{position:absolute;right:-2px;bottom:-2px;width:24px;height:24px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:#fff;color:#16a34a;border:1px solid #bbf7d0;box-shadow:0 8px 18px -12px #0f172a59;transition:transform var(--motion-fast) var(--easing),opacity var(--motion-fast) var(--easing)}.profileAvatarTriggerBadge .iconSvg{width:13px;height:13px}.profileAvatarTrigger:hover .profileAvatarTriggerBadge,.profileAvatarTrigger:focus-visible .profileAvatarTriggerBadge{transform:scale(1.06)}.profileAvatarTriggerStatus{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#0f172a00;color:#fff;transition:background var(--motion-fast) var(--easing)}.profileAvatarTrigger:hover .profileAvatarTriggerStatus,.profileAvatarTrigger:focus-visible .profileAvatarTriggerStatus,.profileAvatarTrigger.isUploading .profileAvatarTriggerStatus{background:#0f172a38}.profileAvatarTrigger.isUploading .profileAvatarTriggerBadge{opacity:0}.profileAvatarTrigger .refreshSpinner{width:0;height:0;flex:0 0 0;border-color:#fff}.profileAvatarTrigger.isUploading .refreshSpinner{width:18px;height:18px;flex:0 0 18px;border-width:2px;border-style:solid;border-radius:50%;border-right-color:transparent}.dispatcherRouteStack{display:flex;flex-direction:column;gap:16px}.dispatcherRouteCard{padding:14px;border-radius:16px;border:1px solid #dbe4ef;background:#f8fafc}.dispatcherRoutesHero{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(280px,.9fr);gap:18px;margin:6px 0 18px;padding:20px 22px;border-radius:24px;border:1px solid rgba(134,239,172,.55);background:radial-gradient(circle at top right,rgba(34,197,94,.14),transparent 38%),linear-gradient(135deg,#f7fff9,#f8fafc 54%,#eefdf4);box-shadow:0 22px 42px #0f172a14}.dispatcherRoutesHeroCopy{min-width:0}.dispatcherRoutesHeroEyebrow{font-size:11px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#16a34a;margin-bottom:8px}.dispatcherRoutesHeroTitle{font-size:clamp(1.2rem,2vw,1.55rem);line-height:1.05;font-weight:800;color:#0f172a;letter-spacing:-.03em;margin-bottom:8px}.dispatcherRoutesHeroText{margin:0;max-width:56ch;color:#64748b;line-height:1.6}.dispatcherRoutesHeroStats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.dispatcherRoutesHeroStat{min-width:0;padding:14px;border-radius:18px;background:#ffffffc7;border:1px solid rgba(203,213,225,.8);box-shadow:inset 0 1px #ffffff8c;display:flex;flex-direction:column;gap:6px;justify-content:center}.dispatcherRoutesHeroStatValue{font-size:1.55rem;line-height:1;font-weight:800;letter-spacing:-.04em;color:#0f172a}.dispatcherRoutesHeroStatLabel{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#94a3b8}.dispatcherRoutesHeroStatPill{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;min-height:34px;padding:0 12px;border-radius:999px;background:#e2e8f0;color:#475569;font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.dispatcherRoutesHeroStatPill.online{background:#dcfce7;color:#15803d}.dispatcherRouteCardPremium{padding:18px;border-radius:22px;border:1px solid rgba(203,213,225,.95);background:linear-gradient(180deg,#fffffffa,#f8fafcfa),linear-gradient(135deg,rgba(34,197,94,.08),transparent 44%);box-shadow:0 18px 30px #0f172a0f}.dispatcherRouteCardHead{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:16px}.dispatcherRouteIdentity{min-width:0;display:flex;align-items:flex-start;gap:12px}.dispatcherRouteIndex{display:inline-flex;align-items:center;justify-content:center;min-width:76px;min-height:34px;padding:0 12px;border-radius:999px;background:#eafaf0;border:1px solid rgba(134,239,172,.6);color:#15803d;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.dispatcherRouteTitle{font-size:1.05rem;line-height:1.1;font-weight:800;color:#0f172a;letter-spacing:-.03em}.dispatcherRouteSub{margin-top:4px;color:#64748b;font-size:13px;line-height:1.5}.dispatcherRouteRemove{border:1px solid rgba(16,185,129,.18);background:#fff;color:#16a34a;padding:10px 14px;border-radius:14px;font-weight:700;cursor:pointer;transition:transform var(--motion-fast) var(--easing),box-shadow var(--motion-fast) var(--easing),border-color var(--motion-fast) var(--easing)}.dispatcherRouteRemove:hover{transform:translateY(-1px);box-shadow:0 14px 20px #16a34a1f;border-color:#16a34a59}.dispatcherRouteField{display:flex;flex-direction:column;gap:8px}.dispatcherRouteField>label{font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#94a3b8}.dispatcherRouteDetected{display:inline-flex;align-items:center;align-self:flex-start;gap:8px;padding:8px 12px;border-radius:999px;background:#f0fdf4;color:#15803d;font-size:13px;font-weight:600}.dispatcherRouteDetectedDot{width:8px;height:8px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 4px #22c55e29}.dispatcherRouteHint{color:#64748b;font-size:13px;line-height:1.5}.dispatcherRoutesActions{margin-top:16px;display:flex;align-items:center;justify-content:space-between;gap:12px}.dispatcherRoutesAddButton{border:none;background:transparent;color:#0f172a;padding:0;display:inline-flex;align-items:center;gap:10px;font-weight:700;cursor:pointer}.dispatcherRoutesAddButton:disabled{opacity:.45;cursor:not-allowed}.dispatcherRoutesAddIcon{width:34px;height:34px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:#eafaf0;color:#16a34a;border:1px solid rgba(134,239,172,.65)}.dispatcherRoutesAddIcon .iconSvg{width:18px;height:18px}.dispatcherRoutesSaveButton{min-width:200px}.dispatcherCurrentLocationCard{margin-top:14px;padding:14px 16px;border-radius:16px;border:1px solid #dbe4ef;background:#f8fafc;display:flex;align-items:flex-start;gap:12px}.dispatcherCurrentLocationIcon{width:38px;height:38px;border-radius:12px;background:#ecfdf5;color:#16a34a;display:inline-flex;align-items:center;justify-content:center;flex:0 0 38px}.dispatcherCurrentLocationIcon .iconSvg{width:18px;height:18px}.dispatcherCurrentLocationTitle{display:flex;align-items:center;gap:8px;margin-bottom:4px;font-weight:700;color:#0f172a}.addressCard{display:flex;align-items:center;gap:10px;padding:12px;border-radius:14px;background:#f8fafc;border:1px solid var(--surface-border);margin-bottom:10px;transition:transform var(--motion-fast) var(--easing),background var(--motion-fast) var(--easing),box-shadow var(--motion-fast) var(--easing)}.addressCard:hover{transform:translateY(-1px);background:#f1f5f9;border-color:var(--surface-border-strong);box-shadow:0 8px 16px #0f172a17}.addressIcon{width:38px;height:38px;border-radius:999px;background:#16a34a;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 16px #16a34a3d}.addressIcon .iconSvg{width:17px;height:17px}.addressIcon.dark{background:#0f172a}.addressTitle{font-weight:600}.addressSub{font-size:12px;color:#64748b}.ghostButton{border:1px dashed #cbd5f5;background:#fff;color:#0f172a;padding:10px 12px;border-radius:12px;width:100%;display:inline-flex;align-items:center;justify-content:center;font-weight:600;cursor:pointer}.promoCard{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;border:1px solid rgba(21,128,61,.55);border-radius:20px;padding:18px;display:flex;flex-direction:column;gap:12px;box-shadow:0 20px 34px #16a34a40;transition:transform var(--motion-base) var(--easing),box-shadow var(--motion-base) var(--easing)}.promoCard:hover{transform:translateY(-2px);box-shadow:0 24px 42px #16a34a52}.promoHeader{display:flex;align-items:center;gap:10px;font-weight:700}.promoIcon{width:34px;height:34px;border-radius:12px;background:#fff3;display:flex;align-items:center;justify-content:center}.promoSub{font-size:12px;opacity:.85}.promoTitle{font-weight:700}.promoButton{border:none;background:#fff;color:#15803d;padding:10px 14px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;font-weight:700;cursor:pointer;transition:transform var(--motion-fast) var(--easing),box-shadow var(--motion-fast) var(--easing)}.promoButton:hover{transform:translateY(-1px);box-shadow:0 10px 20px #0f172a26}.proofImage{width:100%;max-height:220px;object-fit:cover;border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc}.dispatcherDeliveryActionRow{align-items:center}.dispatcherActionButton{min-width:190px}.dispatcherActionModal{width:min(640px,100%);padding:22px}.dispatcherActionModalHero{display:grid;grid-template-columns:64px minmax(0,1fr);gap:16px;align-items:flex-start}.dispatcherActionModalHero.pickup{color:#15803d}.dispatcherActionModalHero.dropoff{color:#e11d48}.dispatcherActionModalIcon{width:64px;height:64px;border-radius:18px;display:flex;align-items:center;justify-content:center;background:#f8fafc;border:1px solid #e2e8f0}.dispatcherActionModalHero.pickup .dispatcherActionModalIcon{background:#ecfdf3;border-color:#bbf7d0}.dispatcherActionModalHero.dropoff .dispatcherActionModalIcon{background:#fff1f2;border-color:#fecdd3}.dispatcherActionModalIcon .iconSvg{width:24px;height:24px}.dispatcherActionModalEyebrow{font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#64748b}.dispatcherActionModalTitle{margin:6px 0 0;font-size:1.5rem;line-height:1.15;color:#0f172a}.dispatcherActionModalSub{margin:10px 0 0;font-size:14px;line-height:1.55;color:#64748b}.dispatcherActionModalDetails{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:18px}.dispatcherActionModalDetail{padding:14px 16px;border:1px solid #e2e8f0;border-radius:16px;background:#f8fafc}.dispatcherActionModalLabel{display:block;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8;margin-bottom:8px}.dispatcherActionModalDetail strong{display:block;font-size:15px;line-height:1.5;color:#0f172a}.dispatcherActionModalNote{margin-top:14px;padding:14px 16px;border-radius:16px;background:linear-gradient(135deg,#f8fafc,#eef6ff);color:#475569;font-size:14px;line-height:1.5}.dispatcherActionModalNote.success{background:linear-gradient(135deg,#f0fdf4,#ecfdf5);color:#166534;border:1px solid #86efac}.dispatcherActionModalWarning{margin-top:14px;padding:12px 14px;border:1px solid #fecdd3;border-radius:14px;background:#fff1f2;color:#be123c;font-size:13px;font-weight:600}.dispatcherSuccessModal{width:min(520px,100%);padding:28px 24px 22px;text-align:center}.dispatcherSuccessIcon{width:74px;height:74px;margin:0 auto 14px;border-radius:24px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ecfdf3,#dcfce7);color:#16a34a;border:1px solid #bbf7d0}.dispatcherSuccessIcon .iconSvg{width:30px;height:30px}.dispatcherSuccessEyebrow{font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#16a34a}.dispatcherSuccessTitle{margin:8px 0 0;font-size:1.6rem;line-height:1.15;color:#0f172a}.dispatcherSuccessSub{margin:10px auto 0;max-width:36ch;font-size:14px;line-height:1.6;color:#64748b}.dispatcherSuccessMeta{margin-top:16px;display:flex;flex-direction:column;gap:8px;align-items:center;color:#475569;font-size:13px}.dispatcherSuccessMeta span{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:999px;background:#f8fafc;border:1px solid #e2e8f0;max-width:100%;overflow-wrap:anywhere}.senderTrackingPanel{border:1px solid #dbe4ef;border-radius:14px;background:#f8fafc;padding:12px;margin:0 0 14px}.senderTrackingHead{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px;flex-wrap:wrap}.senderTrackingMap{width:100%;height:220px;border:1px solid #dbe4ef;border-radius:12px;background:#e2e8f0}.senderTrackingMeta{display:flex;flex-direction:column;gap:6px;margin-top:10px}.dashboardApp label{color:#64748b}.dashboardApp input,.dashboardApp select,.dashboardApp textarea{background:#f8fafc;border:1px solid var(--surface-border);color:#0f172a;box-shadow:inset 0 1px #ffffffa6}.dashboardApp textarea{min-height:52px}.dashboardApp .btn{border:1px solid #16a34a;color:#16a34a;background:#fff;border-radius:12px}.dashboardApp .btnPrimary{background:#16a34a;color:#fff}.dashboardApp .btnOutline{border-color:#16a34a;color:#16a34a}.dispatcherPremiumSidebar{background:#fff;border-right:1px solid #e2e8f0}.dispatcherPremiumNav{gap:10px}.dispatcherPremiumItem{border:none;border-radius:14px;background:transparent;padding:12px 14px;font-weight:700;color:#0f172a;justify-content:flex-start;text-align:left}.dispatcherPremiumItem:hover{background:#f4f7fb;color:#0f172a;transform:translate(1px)}.dispatcherPremiumNav .sidebarItem.active{background:linear-gradient(90deg,#dcfce7,#ecfdf5);color:#15803d}.dispatcherPremiumMain{padding:0 0 34px;gap:0}.dispatcherPageBody{position:relative;padding:12px 30px 0;display:flex;flex-direction:column;gap:18px}.dispatcherTopbar{position:sticky;top:0;z-index:20;background:#ffffffd1;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid #e2e8f0;padding:16px 30px;display:flex;align-items:center;justify-content:space-between;gap:14px}.dispatcherTopbarRight{display:flex;align-items:center;justify-content:flex-end;gap:12px}.dispatcherAccountChip{display:flex;align-items:center;gap:10px;border:1px solid #e2e8f0;background:#f8fafc;border-radius:999px;padding:6px 14px 6px 8px}.dispatcherAccountName{font-size:12px;font-weight:700;color:#0f172a;line-height:1.2}.dispatcherAccountMeta{font-size:10px;color:#94a3b8;font-weight:600;line-height:1.2}.dispatcherPremiumMain .notice{margin:12px 30px 0}.dispatcherStatsGrid{padding:24px 30px 0}.dispatcherStatCard{background:#fff;border:1px solid rgba(15,23,42,.07);border-radius:18px;padding:20px;min-height:154px;position:relative;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.dispatcherStatCard:hover{transform:translateY(-2px);box-shadow:0 12px 24px -8px #0f172a14}.dispatcherStatIcon{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#94a3b8;background:#f8fafc;margin-bottom:14px}.dispatcherStatIcon.blue{color:#3b82f6;background:#eff6ff}.dispatcherStatIcon.green{color:#10b981;background:#ecfdf5}.dispatcherStatValue{font-size:2rem;font-weight:800;color:#0f172a;line-height:1.05}.dispatcherStatValueLoading{display:flex;align-items:center;gap:10px;font-size:1rem;color:#64748b}.dispatcherCommitmentSkeleton{display:flex;flex-direction:column;gap:10px;margin-top:2px}.dispatcherCommitmentValueBar{width:170px;height:34px;border-radius:14px}.dispatcherCommitmentSubBar{width:120px;height:12px;border-radius:999px}.dispatcherNoticeSkeleton{display:flex;align-items:center;justify-content:space-between;gap:18px}.dispatcherNoticeSkeletonMain{flex:1;height:18px;max-width:520px;border-radius:999px}.dispatcherNoticeSkeletonAction{width:150px;height:40px;border-radius:14px}.dispatcherLockedBadgeSkeleton{min-width:96px;padding:4px 8px}.dispatcherLockedBadgeBar{width:84px;height:10px;border-radius:999px}.dispatcherStatLabel{margin-top:6px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8}.dispatcherLockedBadge{position:absolute;top:14px;right:14px;background:#f1f5f9;color:#64748b;border-radius:8px;padding:4px 8px;font-size:10px;font-weight:700}.dispatcherPremiumColumns{padding:24px 30px 0;gap:24px}.dispatcherPremiumCol{gap:24px}.dispatcherSectionLabel{margin:0 0 12px;font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:#94a3b8;font-weight:700}.dispatcherQuickGrid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.dispatcherQuickAction{display:flex;align-items:center;gap:12px;padding:16px;border-radius:16px;border:1px solid #e2e8f0;background:#fff;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.dispatcherQuickAction:hover{transform:translateY(-1px);border-color:#cbd5e1;box-shadow:0 10px 20px -12px #0f172a33}.dispatcherQuickAction.primary{background:#10b981;border-color:#10b981;color:#fff;box-shadow:0 14px 24px -14px #10b9818c}.dispatcherQuickIcon{width:38px;height:38px;border-radius:11px;display:flex;align-items:center;justify-content:center;background:#fff3}.dispatcherQuickIcon.muted{background:#f8fafc;color:#94a3b8}.dispatcherQuickTitle{font-size:14px;font-weight:700}.dispatcherQuickSub{font-size:11px;color:#94a3b8}.dispatcherQuickAction.primary .dispatcherQuickSub{color:#ffffffd1}.dispatcherPanel{background:#fff;border:1px solid #e2e8f0;border-radius:24px;overflow:hidden;box-shadow:0 8px 22px -16px #0f172a29}.dispatcherPanel>.detailSectionHeader,.dispatcherPanel>.sectionTitleRow{padding:18px 22px 0;margin-bottom:12px}.dispatcherPanelHeader{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:18px 22px;border-bottom:1px solid #f1f5f9;background:#f8fafc}.dispatcherPanel .sectionTitle{margin:0}.dispatcherRefresh{border:none;background:transparent;color:#059669;font-size:12px;font-weight:700;cursor:pointer}.dispatcherEmptyState{padding:48px 24px;text-align:center}.dispatcherEmptyIcon{width:56px;height:56px;border-radius:999px;background:#f8fafc;color:#cbd5e1;display:flex;align-items:center;justify-content:center;margin:0 auto 12px}.dispatcherEmptyTitle{margin:0;color:#0f172a;font-weight:700}.dispatcherEmptySub{margin:6px auto 0;max-width:260px;font-size:12px;color:#94a3b8}.dispatcherSectionSkeleton{display:flex;flex-direction:column;gap:14px;padding:14px 0 4px}.dispatcherSectionSkeleton.compact{padding-top:8px}.dispatcherSectionSkeletonRow{height:104px;border-radius:18px}.dispatcherCompactSkeletonRow{height:112px;border-radius:18px}.dispatcherRecentSkeletonRow{height:56px;border-radius:16px}.dispatcherPanel .deliveryList{padding:14px}.dispatcherPanel.compact{padding:18px}.dispatcherPanel.compact .sectionTitle{margin-bottom:12px}.dispatcherPanel.compact .dispatcherPanelHeader{padding:0;background:transparent;border-bottom:none;margin-bottom:12px}.dispatcherCompactEmpty{border:1px dashed #e2e8f0;border-radius:14px;text-align:center;font-size:12px;color:#94a3b8;padding:14px 12px;background:#f8fafc}.dispatcherActiveItem{flex-direction:column;align-items:stretch;gap:14px;padding:14px;border-radius:18px;background:linear-gradient(180deg,#fff,#f8fbff)}.dispatcherActiveCard{cursor:pointer;transition:transform var(--motion-fast) var(--easing),box-shadow var(--motion-fast) var(--easing),border-color var(--motion-fast) var(--easing)}.dispatcherActiveCard:hover{transform:translateY(-1px);border-color:#93c5fd;box-shadow:0 12px 24px #0f172a14}.dispatcherActiveCard:focus-visible{outline:2px solid #16a34a;outline-offset:2px}.dispatcherActiveTop{display:grid;grid-template-columns:54px minmax(0,1fr);grid-template-areas:"icon meta" "icon status";align-items:flex-start;column-gap:12px;row-gap:8px;min-width:0}.dispatcherActiveIcon{grid-area:icon;flex:0 0 54px;width:54px;height:54px;border-radius:16px}.dispatcherActiveTop .deliveryMeta{grid-area:meta;flex:1;min-width:0}.dispatcherActiveStatus{grid-area:status;display:inline-flex;align-items:center;justify-content:center;justify-self:flex-start;padding:6px 10px;border-radius:999px;font-size:11px;font-weight:700;white-space:nowrap;background:#eef2ff;color:#475569}.dispatcherActiveStatus.status-assigned{background:#eff6ff;color:#2563eb}.dispatcherActiveStatus.status-picked_up,.dispatcherActiveStatus.status-in_transit{background:#ecfdf5;color:#059669}.dispatcherActiveActions{justify-content:flex-end;align-items:center;gap:10px;flex-wrap:wrap}.dispatcherViewAll{display:inline-flex;align-items:center;justify-content:center;text-align:center;color:#94a3b8;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.dispatcherRecentList{display:flex;flex-direction:column;gap:10px}.dispatcherRecentItem{display:flex;align-items:center;gap:10px;padding:10px;border-radius:14px}.dispatcherRecentCard{cursor:pointer;transition:transform var(--motion-fast) var(--easing),box-shadow var(--motion-fast) var(--easing),background var(--motion-fast) var(--easing)}.dispatcherRecentItem:hover{background:#f8fafc}.dispatcherRecentCard:hover{transform:translateY(-1px);box-shadow:0 10px 18px #0f172a14}.dispatcherRecentCard:focus-visible{outline:2px solid #16a34a;outline-offset:2px}.dispatcherRecentBadge{width:34px;height:34px;border-radius:999px;background:#f1f5f9;color:#94a3b8;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center}.dispatcherRecentMeta{flex:1}.dispatcherRecentTitle{font-size:12px;font-weight:700;color:#0f172a}.dispatcherRecentStatus{display:inline-flex;align-items:center;justify-content:center;text-align:center;border-radius:8px;font-size:10px;font-weight:700;padding:6px 10px}.dispatcherRecentStatus.status-completed{background:#ecfdf5;color:#059669}.dispatcherRecentStatus.status-cancelled{background:#f8fafc;color:#64748b}.dispatcherRecentStatus.status-disputed{background:#fff7ed;color:#c2410c}@media (max-width:1100px){.dispatcherPremiumColumns{grid-template-columns:1fr}.dispatcherPremiumSide{order:2}}@media (max-width:900px){.dispatcherTopbar{position:static;padding:14px 16px}.dispatcherStatsGrid,.dispatcherPremiumColumns{padding-left:16px;padding-right:16px}.dispatcherQuickGrid{grid-template-columns:1fr}}.senderPremiumSidebar{background:#fff;border-right:1px solid #e2e8f0}.senderPremiumNav{gap:10px}.senderPremiumItem{border:none;border-radius:14px;background:transparent;padding:12px 14px;font-weight:700;color:#0f172a;justify-content:flex-start;text-align:left}.senderNavItem{justify-content:flex-start;text-align:left;gap:10px}.senderNavIcon{width:18px;height:18px;flex:0 0 18px;display:inline-flex;align-items:center;justify-content:center;opacity:.92}.senderNavIcon .iconSvg{width:18px;height:18px}.senderPremiumItem:hover{background:#f4f7fb;color:#0f172a;transform:translate(1px)}.senderPremiumNav .sidebarItem.active{background:linear-gradient(90deg,#dcfce7,#ecfdf5);color:#15803d}.senderPremiumMain{padding:0 0 34px;gap:0}.senderTopbar{position:sticky;top:0;z-index:20;background:#ffffffd1;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid #e2e8f0;padding:16px 30px;display:flex;align-items:center;justify-content:space-between;gap:14px}.senderPageBody{position:relative;padding:12px 30px 0;display:flex;flex-direction:column;gap:18px}.senderTopbarActions{display:flex;align-items:center;gap:10px}.pageHeaderStatusChip{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;border:1px solid #dbe4ef;background:#f8fafc;color:#475569;font-size:12px;font-weight:700;white-space:nowrap}.pageHeaderStatusSpinner{width:14px;height:14px;border-radius:50%;border:2px solid currentColor;border-right-color:transparent;animation:spin .7s linear infinite}.senderNewButton{display:inline-flex;align-items:center;justify-content:center;gap:8px;text-align:center;line-height:1.2;border:none;border-radius:12px;background:#10b981;color:#fff;font-size:12px;font-weight:700;padding:10px 14px;cursor:pointer;box-shadow:0 12px 20px -14px #10b9818c}.senderNewButton:hover{background:#059669}.senderNewButtonSymbol{font-size:18px;line-height:1;margin-top:-1px}.senderAccountChip{display:flex;align-items:center;gap:10px;border:1px solid #e2e8f0;background:#f8fafc;border-radius:999px;padding:6px 14px 6px 8px}.senderAccountName{font-size:12px;font-weight:700;color:#0f172a;line-height:1.2}.senderAccountMeta{font-size:10px;color:#94a3b8;font-weight:600;line-height:1.2}.senderNoticeStack{padding:12px 30px 0;display:flex;flex-direction:column;gap:10px}.senderNoticeStack .notice{margin:0}.senderMobileCtaWrap{display:none}.senderStatsGrid{padding:22px 30px 0;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}.senderStatCard{background:#fff;border:1px solid rgba(15,23,42,.07);border-radius:24px;padding:20px 22px;display:grid;gap:18px;min-height:188px;position:relative;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;box-shadow:0 18px 44px -28px #0f172a38}.senderStatCard:hover{transform:translateY(-2px);box-shadow:0 12px 24px -10px #0f172a14}.senderStatTopRow{display:flex;align-items:center;justify-content:space-between;gap:12px}.senderStatIcon{width:52px;height:52px;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#10b981;background:#ecfdf5;box-shadow:inset 0 0 0 1px #10b9811f}.senderStatIcon.blue{color:#3b82f6;background:#eff6ff}.senderStatIcon.purple{color:#8b5cf6;background:#f5f3ff}.senderStatMeta{display:grid;gap:10px;align-content:start}.senderStatValue{font-size:2.55rem;font-weight:800;color:#0f172a;line-height:1.05;letter-spacing:-.03em}.senderStatLabel{font-size:12px;color:#94a3b8;font-weight:700;text-transform:uppercase;letter-spacing:.09em}.senderStatBadge{font-size:11px;padding:6px 10px;border-radius:999px;background:#f1f5f9;color:#64748b;font-weight:700}.senderStatBadge.success{color:#059669;background:#ecfdf5}.senderStatBadge.neutral{color:#7c3aed;background:#f5f3ff}.senderPremiumColumns{padding:24px 30px 0;gap:24px}.senderPremiumCol{gap:24px}.senderPanel{border-radius:24px;border-color:#e2e8f0;box-shadow:0 8px 22px -16px #0f172a29}.senderQuickGrid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.senderQuickAction{border-radius:16px}.senderQuickAction.primary{box-shadow:0 14px 24px -14px #10b9818c}.senderQuickIcon{width:38px;height:38px;border-radius:11px}.senderQuickIcon.muted{background:#f8fafc;color:#94a3b8}.senderPremiumSide{gap:24px}.senderPanel .addressCard .btn{padding:8px 10px;font-size:12px}.senderRecentDeliveryList{display:flex;flex-direction:column;gap:18px}.senderRecentDeliveryCard{border:1px solid #dbe6f3;border-radius:22px;background:#fff;padding:16px 18px;display:flex;flex-direction:column;gap:14px}.senderRecentDeliveryHead{display:flex;align-items:flex-start;gap:14px}.senderRecentDeliveryIcon{width:54px;height:54px;flex:0 0 54px}.senderRecentDeliveryIdentity{min-width:0;flex:1;padding-top:2px}.senderRecentDeliveryTitle{color:#0f172a;font-size:1rem;font-weight:800;line-height:1.2}.senderRecentDeliveryHead .senderHistoryBadge{margin-left:auto;flex:0 0 auto}.senderRecentDeliveryMetrics{display:grid;grid-template-columns:1fr auto;gap:16px;align-items:end}.senderRecentDeliveryMetric{display:flex;flex-direction:column;gap:4px;min-width:0}.senderRecentDeliveryMetric.amount{text-align:right;align-items:flex-end}.senderRecentDeliveryMetricLabel{font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8}.senderRecentDeliveryMetric strong{color:#0f172a;font-size:1rem;line-height:1.15}.senderRecentDeliveryMetric.amount strong{color:#0f172a}.senderDeliveryHistoryStats{margin-top:0;grid-template-columns:repeat(3,minmax(0,1fr))}.senderHistoryStatCard{min-height:0;align-items:center}.senderPaymentStatsGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.senderPaymentStatCard{min-height:132px}.senderPaymentStatCard .statValue{line-height:1.04;overflow-wrap:anywhere;word-break:break-word}.senderPaymentChargeList{gap:14px}.senderPaymentChargeItem{display:grid;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:14px;cursor:pointer}.senderPaymentChargeItem .deliveryIcon{width:52px;height:52px;border-radius:16px}.senderPaymentChargeItem .deliveryMeta{align-self:center}.senderPaymentChargeActions{margin-left:0;min-width:fit-content;display:flex;flex-direction:column;align-items:flex-end;gap:8px}.senderPaymentChargeActions .deliveryPrice{font-size:1.1rem}.senderPaymentChargeStatus{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;border-radius:999px;background:#ecfdf3;border:1px solid #bbf7d0;color:#15803d;font-size:12px;font-weight:700;white-space:nowrap}.senderHistorySection{display:flex;flex-direction:column;gap:18px}.senderHistoryToolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.senderHistoryTabs{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.senderHistoryTab{border:none;background:transparent;color:#64748b;font-size:15px;font-weight:600;display:inline-flex;align-items:center;gap:8px;padding:0 0 10px;border-bottom:3px solid transparent;cursor:pointer}.senderHistoryTab.active{color:#0f172a;border-bottom-color:#0f172a}.senderHistoryTabCount{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 8px;border-radius:999px;background:#f1f5f9;color:#475569;font-size:12px;font-weight:700}.senderHistoryTab.active .senderHistoryTabCount{background:#0f172a;color:#fff}.senderHistoryControls{display:flex;align-items:center;gap:10px;margin-left:auto;min-width:0;flex:1 1 320px;justify-content:flex-end}.senderHistorySearch{width:min(100%,420px);max-width:420px;min-width:0;flex:1 1 320px;display:flex;align-items:center;gap:10px;border:1px solid #e2e8f0;border-radius:16px;background:#fff;padding:0 16px;min-height:54px;color:#64748b;box-shadow:0 12px 22px -18px #0f172a2e}.senderHistorySearch input{border:none;background:transparent;padding:0;min-height:52px;color:#0f172a}.senderHistorySearch input:focus{outline:none;box-shadow:none}.senderHistoryEmpty{margin:0}.senderHistoryResultsMeta{margin-top:-4px;color:#64748b;font-size:13px}.senderHistoryList{display:flex;flex-direction:column;gap:18px}.senderHistoryCard{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:24px 26px;box-shadow:0 14px 30px -24px #0f172a3d;cursor:pointer;transition:border-color var(--motion-fast) var(--easing),box-shadow var(--motion-fast) var(--easing),transform var(--motion-fast) var(--easing)}.senderHistoryCard:hover{border-color:#cbd5e1;box-shadow:0 18px 36px -26px #0f172a47;transform:translateY(-1px)}.senderHistoryCard:focus-visible{outline:none;border-color:#22c55e;box-shadow:0 0 0 3px #22c55e24,0 18px 36px -26px #0f172a47}.senderHistoryCardHead{display:flex;align-items:center;gap:16px}.senderHistoryItemMark{width:64px;height:64px;border-radius:20px;background:#f1f5f9;color:#0f172a;display:flex;align-items:center;justify-content:center;flex:0 0 64px}.senderHistoryCardIdentity{min-width:0;flex:1}.senderHistoryCardTitle{font-size:1.15rem;font-weight:800;color:#0f172a}.senderHistoryCardSub{margin-top:4px;font-size:12px;color:#94a3b8}.senderHistoryMetaRow{margin-top:10px;display:flex;flex-wrap:wrap;gap:8px}.senderHistoryMetaChip{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#ecfdf5;color:#15803d;padding:6px 10px;font-size:11px;font-weight:700}.senderHistoryMetaChip.subtle{background:#f8fafc;color:#475569}.senderHistoryMetaChip.paid{background:#eff6ff;color:#2563eb}.senderHistoryBadge{display:inline-flex;align-items:center;justify-content:center;padding:8px 14px;border-radius:999px;font-size:12px;font-weight:700;white-space:nowrap}.senderHistoryBadge.success{background:#ecfdf5;color:#15803d}.senderHistoryBadge.active{background:#eff6ff;color:#2563eb}.senderHistoryBadge.pending{background:#fff7ed;color:#c2410c}.senderHistoryBadge.muted{background:#f1f5f9;color:#475569}.senderHistoryMobileMeta{display:none}.senderHistoryCardBody{margin-top:22px;padding-top:22px;border-top:1px solid #eef2f7;display:grid;grid-template-columns:minmax(0,2.2fr) repeat(3,minmax(0,1fr));gap:18px;align-items:start}.senderHistoryRouteBlock{display:flex;flex-direction:column;gap:12px}.senderHistoryRoutePoint{display:flex;align-items:center;gap:10px;color:#475569;line-height:1.45}.senderHistoryRouteIcon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 18px}.senderHistoryRouteIcon .iconSvg{width:18px;height:18px}.senderHistoryRoutePoint.pickup{color:#0f172a}.senderHistoryRoutePoint.dropoff{color:#e11d48}.senderHistoryInfoBlock{display:flex;flex-direction:column;gap:8px}.senderHistoryInfoLabel{font-size:12px;color:#94a3b8;text-transform:uppercase;letter-spacing:.06em;font-weight:700}.senderHistoryInfoBlock strong{font-size:1rem;color:#0f172a}.senderHistoryVehicleWrap{margin-top:2px;display:flex;align-items:center}.senderHistoryInfoBlock.total{align-items:flex-end}.senderHistoryInfoBlock.total strong{font-size:1.8rem;letter-spacing:-.03em}.senderHistoryCardActions{margin-top:18px;display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}.senderHistoryTrackBtn{min-width:120px}@media (max-width:1100px){.senderPremiumColumns{grid-template-columns:1fr}.senderHistoryCardBody{grid-template-columns:1fr 1fr}.senderHistoryInfoBlock.total{align-items:flex-start}}@media (max-width:900px){.deliveryIcon{width:34px;height:34px;border-radius:10px}.packageCategoryIcon .iconSvg{width:20px;height:20px}.senderHistoryItemMark{width:34px;height:34px;border-radius:10px;flex:0 0 34px}.senderHistoryItemMark .iconSvg{width:20px;height:20px}.senderPremiumMain{background:linear-gradient(180deg,#f1f4f8,#eef2f7);padding-bottom:28px}.senderTopbar{position:static;padding:14px 16px;flex-wrap:wrap}.senderTopbar .dashboardTitle{font-size:clamp(1.8rem,7vw,2.15rem);letter-spacing:-.02em}.senderTopbar .dashboardSubtitle{margin-top:6px;font-size:1.1rem}.senderTopbarActions{width:100%;margin-left:0;justify-content:space-between;flex-wrap:wrap}.senderTopbar .senderNewButton{display:none}.senderAccountChip{border:none;background:transparent;padding:0;box-shadow:none}.senderAccountChip>div{display:none}.senderAccountChip .profileAvatar{width:52px;height:52px;font-size:18px;box-shadow:0 10px 20px -12px #10b981b3}.senderNoticeStack,.senderStatsGrid,.senderPremiumColumns,.senderMobileCtaWrap{padding-left:16px;padding-right:16px}.senderPageBody{padding:12px 16px 0}.senderStatsGrid{padding-top:12px;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}.dispatcherActionModal{padding:18px}.dispatcherActionModalHero{grid-template-columns:1fr}.dispatcherActionModalIcon{width:56px;height:56px}.dispatcherActionModalDetails{grid-template-columns:1fr}.dispatcherActionButton{width:100%}.senderStatCard{min-height:0;padding:16px 16px 18px;border-radius:24px;display:grid;box-shadow:0 10px 24px -18px #0f172a33}.senderStatTopRow{gap:8px;align-items:flex-start}.senderStatIcon{width:42px;height:42px;border-radius:14px;flex:0 0 42px}.senderStatMeta{display:grid;gap:6px}.senderStatValue{font-size:clamp(1.95rem,6vw,2.2rem);letter-spacing:-.02em}.senderStatLabel{font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8}.senderStatBadge{margin-top:0;padding:5px 8px;font-size:10px;line-height:1.15;white-space:normal;text-align:center}.senderDeliveryHistoryStats{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:"total active" "spent spent";gap:12px}.senderDeliveryHistoryStats .senderHistoryStatCard:nth-child(1){grid-area:total}.senderDeliveryHistoryStats .senderHistoryStatCard:nth-child(2){grid-area:active}.senderDeliveryHistoryStats .senderHistoryStatCard:nth-child(3){grid-area:spent}.senderDeliveryHistoryStats .senderHistoryStatCard:last-child{grid-column:1 / -1}.senderHistoryStatCard{min-height:0;padding:16px 16px 18px;align-items:flex-start;gap:12px}.senderHistoryStatCard .senderStatIcon{width:42px;height:42px;border-radius:14px;flex:0 0 42px}.senderHistoryStatCard .senderStatMeta{gap:8px}.senderHistoryStatCard .senderStatLabel{font-size:11px;letter-spacing:.05em}.senderHistoryStatCard .senderStatValue{font-size:clamp(1.9rem,5.6vw,2.15rem);line-height:1;letter-spacing:-.03em}.senderHistoryStatValueAmount{font-size:clamp(1.3rem,4.9vw,1.95rem);line-height:1;letter-spacing:-.04em;white-space:nowrap;overflow:hidden;text-overflow:clip;font-variant-numeric:tabular-nums}.senderPaymentStatsGrid{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:"total paid" "pending pending";gap:12px}.senderPaymentStatsGrid .senderPaymentStatCard:nth-child(1){grid-area:total}.senderPaymentStatsGrid .senderPaymentStatCard:nth-child(2){grid-area:paid}.senderPaymentStatsGrid .senderPaymentStatCard:nth-child(3){grid-area:pending}.senderPaymentStatsGrid .senderPaymentStatCard{min-height:0;padding:14px 14px 16px;align-items:flex-start;gap:10px}.senderPaymentStatsGrid .statIcon{width:42px;height:42px;border-radius:14px;flex:0 0 42px}.senderPaymentStatsGrid .statValue{font-size:clamp(1rem,4.2vw,1.5rem);line-height:.98;letter-spacing:-.04em}.senderPaymentStatsGrid .senderPaymentStatValueAmount{white-space:nowrap;overflow:hidden;text-overflow:clip;font-variant-numeric:tabular-nums}.senderPaymentStatsGrid .statLabel{font-size:10px;line-height:1.25;letter-spacing:.05em}.senderPaymentChargeItem{grid-template-columns:48px minmax(0,1fr);align-items:flex-start;gap:12px;padding:16px}.senderPaymentChargeItem .deliveryIcon{width:48px;height:48px;border-radius:14px;grid-column:1;grid-row:1 / span 2}.senderPaymentChargeItem .deliveryMeta{grid-column:2;grid-row:1}.senderPaymentChargeActions{grid-column:1 / -1;grid-row:2;width:100%;flex-direction:row;align-items:center;justify-content:space-between;gap:10px;padding-top:6px}.senderPaymentChargeActions .deliveryPrice{font-size:1rem}.senderStatBadge{margin-top:10px;display:inline-flex;align-items:center}.senderMobileCtaWrap{display:block;padding-top:14px}.senderMobileCtaButton{width:100%;min-height:72px;border:none;border-radius:20px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-size:1.45rem;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:12px;box-shadow:0 20px 28px -18px #059669a6;cursor:pointer}.senderMobileCtaButton .senderNewButtonSymbol{font-size:30px}.senderQuickPanel{display:none}.senderPremiumColumns{padding-top:16px}.senderPanel{border-radius:22px;box-shadow:none}.senderRecentDeliveryCard{padding:14px 16px;border-radius:20px;gap:12px}.senderRecentDeliveryIcon{width:48px;height:48px;flex-basis:48px}.senderRecentDeliveryTitle{font-size:.98rem}.senderRecentDeliveryHead .senderHistoryBadge{padding:6px 10px;font-size:11px}.senderRecentDeliveryMetric strong{font-size:.95rem}.senderQuickGrid{grid-template-columns:1fr}.senderHistoryToolbar,.senderHistoryControls{width:100%}.senderHistoryControls{margin-left:0;justify-content:stretch}.senderHistorySearch{width:100%;max-width:none;flex:1}.senderHistoryResultsMeta{margin-top:0}.senderHistoryCard{padding:14px;border-radius:18px}.senderHistoryCardHead{align-items:flex-start;gap:10px}.senderHistoryCardSub,.senderHistoryMetaRow,.senderHistoryCardBody,.senderHistoryCardActions{display:none}.senderHistoryCardIdentity{min-width:0}.senderHistoryCardTitle{font-size:1rem;line-height:1.2}.senderHistoryBadge{margin-left:auto;padding:6px 10px;font-size:11px}.senderHistoryMobileMeta{margin-top:10px;display:grid;grid-template-columns:1fr auto;gap:10px}.senderHistoryMobileStat{display:flex;flex-direction:column;gap:2px;min-width:0}.senderHistoryMobileStat.amount{align-items:flex-end;text-align:right}.senderHistoryMobileLabel{font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#94a3b8}.senderHistoryMobileStat strong{color:#0f172a;font-size:.95rem;line-height:1.15}}.adminPremiumSidebar{background:#fff;border-right:1px solid #e2e8f0}.adminPremiumNav{gap:10px}.adminPremiumItem{border:1px solid var(--surface-border);border-radius:14px;background:#f8fafc;padding:12px 14px;font-weight:700;color:#0f172a;justify-content:center;text-align:center}.adminPremiumItem:hover{background:#f1f5f9;border-color:var(--surface-border-strong);color:#0f172a;transform:translate(1px)}.adminPremiumNav .sidebarItem.active{background:#eff6ff;border-color:#93c5fd;color:#2563eb;box-shadow:0 8px 18px #2563eb1a,inset 0 0 0 1px #3b82f633}.adminPremiumMain{padding:0 0 34px;gap:0}.adminTopbar{position:sticky;top:0;z-index:20;background:#ffffffd6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid #e2e8f0;padding:16px 30px;display:flex;align-items:center;justify-content:space-between;gap:14px}.adminTopbarTitle{min-width:0}.adminTopbarActions{display:flex;align-items:center;gap:10px}.adminAccountChip{display:flex;align-items:center;gap:10px;border:1px solid #e2e8f0;background:#f8fafc;border-radius:999px;padding:6px 14px 6px 8px}.adminAccountAvatar{width:30px;height:30px;border-radius:999px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;color:#fff;background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.adminAccountName{font-size:12px;font-weight:700;color:#0f172a;line-height:1.2}.adminAccountMeta{font-size:10px;color:#94a3b8;font-weight:600;line-height:1.2}.adminNoticeStack{padding:12px 30px 0;display:flex;flex-direction:column;gap:10px}.adminNoticeStack .notice{margin:0}.adminStatsGrid{padding:22px 30px 0}.adminStatCard{background:#fff;border:1px solid rgba(15,23,42,.07);border-radius:18px;padding:18px;min-height:120px;display:flex;flex-direction:column;gap:10px;transition:transform .3s ease,box-shadow .3s ease}.adminStatCard:hover{transform:translateY(-2px);box-shadow:0 12px 24px -10px #0f172a14}.adminStatIcon{width:42px;height:42px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:#ecfdf5;color:#16a34a}.adminStatValue{font-size:2rem;font-weight:800;color:#0f172a;line-height:1.05}.adminStatLabel{margin-top:6px;font-size:12px;color:#64748b;font-weight:600}.adminPremiumColumns{padding:24px 30px 0;gap:24px}.adminPremiumCol{gap:24px}.adminPanel{border-radius:24px;border-color:#e2e8f0;box-shadow:0 8px 22px -16px #0f172a29}.adminDeliveriesHeader select{min-width:150px}.adminPremiumSide{gap:24px}@media (max-width:1100px){.adminPremiumColumns{grid-template-columns:1fr}}@media (max-width:900px){.adminTopbar{position:static;padding:14px 16px}.dispatcherTopbar{position:static;padding:14px 16px;flex-wrap:wrap}.dispatcherPageBody{padding:12px 16px 0}.dispatcherTopbarRight{width:100%;justify-content:space-between;flex-wrap:wrap}.adminTopbarActions{width:100%;justify-content:space-between}.adminNoticeStack,.adminStatsGrid,.adminPremiumColumns{padding-left:16px;padding-right:16px}}.refreshBtn{display:inline-flex;align-items:center;justify-content:center;gap:8px}.refreshSpinner{width:0;height:0;flex:0 0 0;border-radius:50%;border:0 solid currentColor;opacity:0}.refreshBtn.refreshing .refreshSpinner{width:14px;height:14px;flex:0 0 14px;border-width:2px;border-right-color:transparent;opacity:1;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.dashboardMain.isRefreshing .statCard,.dashboardMain.isRefreshing .sectionCard,.dashboardMain.isRefreshing .deliveryItem{animation:refreshPulse .52s ease}@keyframes refreshPulse{0%{transform:translateY(0);box-shadow:none}50%{transform:translateY(-1px);box-shadow:0 10px 22px #0f172a14}to{transform:translateY(0);box-shadow:none}}@media (max-width:1100px){.dashboardColumns{grid-template-columns:1fr}.dashboardSide{order:2}}@media (max-width:900px){.dashboardLayout,.routeShell{animation:none}.dashboardRoutePending{padding:18px 16px 24px}.dashboardRoutePendingCard{border-radius:18px;padding:18px}.dashboardDataPending{border-radius:18px}.dashboardDataPendingCard{border-radius:18px;padding:18px}.statsGrid{grid-template-columns:1fr}.senderStatsGrid{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:"deliveries eta" "spent spent"}.senderStatsGrid .senderStatCard:nth-child(1){grid-area:deliveries}.senderStatsGrid .senderStatCard:nth-child(2){grid-area:eta}.senderStatsGrid .senderStatCard:nth-child(3){grid-area:spent}.dashboardContainer,.dashboardPage,.dashboardLayout{height:auto;min-height:100vh}.dashboardLayout{display:block}.sidebar{position:sticky;top:0;left:auto;bottom:auto;width:auto;height:auto;overflow:visible;z-index:40;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px 16px;border-right:none;border-bottom:1px solid #e2e8f0}.sidebarBrand{grid-column:1;margin-right:0}.sidebarMenuCheck{display:block;position:absolute;opacity:0;pointer-events:none}.sidebarMenuBtn{grid-column:2;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid #e2e8f0;background:#fff;color:#0f172a;font-weight:700;padding:8px 12px;border-radius:12px;cursor:pointer;min-width:98px;line-height:1;font-size:0}.sidebarMenuBtn:before{content:"☰";font-size:14px;font-weight:700;color:#0f172a}.sidebarMenuBtn:after{content:"Menu";font-size:13px;font-weight:700;color:#0f172a}.sidebarMenuCheck:checked~.sidebarMenuBtn:before{content:"✕";font-size:12px}.sidebarMenuCheck:checked~.sidebarMenuBtn:after{content:"Close"}.sidebarNav,.sidebarFooter{display:none;grid-column:1 / -1;width:100%;flex-direction:column;gap:8px;margin-top:8px}.sidebarMenuCheck:checked~.sidebarNav,.sidebarMenuCheck:checked~.sidebarFooter{display:flex}.sidebarItem{width:100%;white-space:nowrap}.sidebarSignout{width:100%}.sidebarFooter{margin-top:0}.dispatcherSidebarAvailability{display:none}.dispatcherMobileAvailability{display:block}.dispatcherMobileAvailability .dispatcherSidebarToggle{width:100%;min-height:56px;border-radius:16px;padding:14px 16px;box-shadow:0 12px 24px -12px #0f172a38}.dashboardMain{margin-left:0;height:auto;max-height:none;overflow:visible}.dashboardHeader,.dispatcherTopbar,.senderTopbar,.adminTopbar,.pageHeaderStatusChip{-webkit-backdrop-filter:none;backdrop-filter:none;background:#fff}.signupGlow,.signinGlow,.bg-orb{display:none!important;filter:none!important}}@media (max-width:420px){.senderStatsGrid{grid-template-columns:1fr;grid-template-areas:"deliveries" "eta" "spent"}}@media (max-width:720px){.dashboardMain{padding:20px}.dispatcherWalletStatsGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.dispatcherWalletStatsGrid .statCard{min-width:0;padding:16px;border-radius:16px;flex-direction:column;align-items:flex-start;gap:12px}.dispatcherWalletStatsGrid .statMeta{min-width:0;width:100%}.dispatcherWalletStatsGrid .statValue{font-size:1.28rem;line-height:1.05;letter-spacing:-.03em;overflow-wrap:normal;word-break:normal}.dispatcherWalletStatsGrid .statLabel{line-height:1.25}.dispatcherWalletStatsGrid .statIcon{margin-bottom:0}.dispatcherStatsGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:20px 20px 0}.dispatcherStatsGrid>.dispatcherStatCard:nth-child(2){grid-column:1 / -1;order:3}.dispatcherStatsGrid>.dispatcherStatCard:nth-child(3){order:2}.dispatcherStatCard{min-height:128px;padding:16px;border-radius:16px}.dispatcherStatCard.dispatcherStatCardCommitment{min-height:140px;padding-top:18px}.dispatcherStatCard.dispatcherStatCardCommitment .dispatcherStatValue{font-size:1.4rem;line-height:1;letter-spacing:-.03em;max-width:100%;word-break:break-word}.dispatcherStatCard.dispatcherStatCardCommitment .dispatcherStatLabel{max-width:12ch;line-height:1.25}.dispatcherStatIcon{width:34px;height:34px;border-radius:10px;margin-bottom:12px}.dispatcherStatValue{font-size:1.65rem}.dispatcherCommitmentValueBar{width:130px;height:28px}.dispatcherCommitmentSubBar{width:94px}.dispatcherPremiumColumns{padding:20px 20px 0;gap:20px}.dispatcherPremiumCol{gap:20px}.dispatcherQuickGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.dispatcherQuickAction{display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px;padding:14px;border-radius:14px;min-height:112px}.dispatcherQuickAction>div:last-child{display:flex;flex-direction:column;justify-content:center;min-width:0;width:100%}.dispatcherQuickIcon{width:34px;height:34px;border-radius:10px;flex:0 0 34px}.dispatcherQuickTitle{font-size:13px;line-height:1.25;white-space:normal}.dispatcherQuickSub{font-size:10px;line-height:1.35}.actionGrid,.formRow{grid-template-columns:1fr}.walletActionCol{justify-content:flex-start}.walletReasonInput{min-height:88px}.dispatcherWalletHistoryItem{gap:12px}.dispatcherWalletHistoryActions{display:grid;grid-template-columns:1fr auto;gap:8px 12px;width:100%;align-items:center}.dispatcherWalletHistoryActions .deliveryPrice{grid-column:1;grid-row:1}.dispatcherWalletHistoryActions .badge{grid-column:2;grid-row:1;justify-self:end}.dispatcherWalletHistoryDate{grid-column:1 / -1;grid-row:2;text-align:left}.walletHistoryMetaGrid{grid-template-columns:1fr}.walletHistoryDetailRow{grid-template-columns:1fr;gap:6px}.deliveryItem{flex-direction:column;align-items:flex-start}.deliveryActions{flex-wrap:wrap}.dispatcherEligibleJobs .deliveryActions{width:100%;min-width:0;justify-content:space-between}.dispatcherJobsActiveCard{align-items:flex-start}.dispatcherJobsActiveActions{width:100%;min-width:0;margin-left:0;justify-content:flex-start}.dispatcherJobsActiveAside{align-items:flex-start}.dispatcherRoutesHero{grid-template-columns:1fr;padding:18px}.dispatcherRoutesHeroStats{grid-template-columns:repeat(3,minmax(0,1fr))}.dispatcherRouteCardHead{flex-direction:column;align-items:flex-start}.dispatcherRouteRemove{align-self:flex-start}.dispatcherRoutesActions{flex-direction:column;align-items:stretch;gap:10px}.dashboardHeader{flex-direction:column;align-items:flex-start}.modalBackdrop{align-items:center;justify-content:center;padding:10px 10px max(10px,env(safe-area-inset-bottom));overflow-y:auto}.senderDeliveryPage .statsGrid,.dispatcherDeliveryPage .statsGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.senderDeliveryPage .statCard,.dispatcherDeliveryPage .statCard{align-items:flex-start;padding:14px 16px;gap:10px}.senderDeliveryPage .statIcon,.dispatcherDeliveryPage .statIcon{width:44px;height:44px;border-radius:14px;flex:0 0 44px}.senderDeliveryPage .statMeta,.dispatcherDeliveryPage .statMeta{min-width:0;width:100%}.senderDeliveryPage .statValue,.dispatcherDeliveryPage .statValue{font-size:clamp(1.05rem,4.6vw,1.7rem);line-height:1.08;letter-spacing:-.02em;overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none}.senderDeliveryPage .statValueName,.dispatcherDeliveryPage .statValueName,.senderDeliveryPage .statValueCategory,.dispatcherDeliveryPage .statValueCategory{font-size:clamp(.98rem,4.2vw,1.5rem);line-height:1.02;letter-spacing:-.03em;max-width:100%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;overflow-wrap:anywhere}.senderDeliveryPage .statValueAmount,.dispatcherDeliveryPage .statValueAmount{font-size:clamp(.98rem,4vw,1.42rem);line-height:1;letter-spacing:-.04em;white-space:nowrap;overflow:hidden;text-overflow:clip;font-variant-numeric:tabular-nums}.senderDeliveryPage .statValueWeight,.dispatcherDeliveryPage .statValueWeight{font-size:clamp(1rem,4vw,1.34rem);line-height:1.02;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.senderDeliveryPage .statLabel,.dispatcherDeliveryPage .statLabel{font-size:11px;line-height:1.25;letter-spacing:.04em}.senderDeliveryPage .dispatcherRouteDetailGrid,.dispatcherDeliveryPage .dispatcherRouteDetailGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.modalCard.senderCreateModal{width:min(720px,100%);max-height:calc(100dvh - 20px);margin-top:0;border-radius:20px;padding:14px;box-shadow:0 -10px 30px #0f172a2e;overflow:hidden;display:flex;flex-direction:column}.senderCreateBody{max-height:calc(100dvh - 170px);overflow:auto;padding-right:0;min-height:0}.senderCreateModal .sectionTitleRow{position:sticky;top:0;z-index:2;background:#fff;padding:4px 0 10px;margin-bottom:10px}.senderCreateModal .sectionTitle{margin-bottom:0}.senderCreateModal .sectionTitleRow .textButton{padding:8px 12px;border-radius:10px;background:#f8fafc}.senderCreateModal .mutedText{font-size:13px}.dispatcherRoutesHeroStats{grid-template-columns:1fr}.dispatcherRouteIdentity{flex-direction:column;gap:10px}.dispatcherRouteIndex{min-width:0}.dispatcherRoutesSaveButton{width:100%}.senderCreateModal .formGrid{gap:10px}.senderQuoteGrid{display:flex;flex-wrap:nowrap;align-items:stretch;gap:6px}.senderQuoteCard{flex:1 1 0;min-width:0;padding:8px 6px}.senderQuoteTop{flex-direction:column;align-items:flex-start;gap:4px}.senderQuoteTier{font-size:10px;padding:2px 8px}.senderQuotePrice{font-size:12px}.senderQuoteSub{margin-top:4px;font-size:11px}.senderQuotePlanSub{display:none}.senderQuoteBlock>label{margin:4px 0 2px;white-space:nowrap;font-size:13px;line-height:1.2}.senderCreateModal input,.senderCreateModal select,.senderCreateModal textarea{min-height:48px;border-radius:14px;font-size:16px}.categorySelectTrigger{min-height:48px;font-size:16px}.categorySelectMenu{max-height:176px}.categorySelectOption{font-size:16px}.senderCreateModal textarea{min-height:84px;height:auto}.modalActions{flex-direction:column-reverse}.modalActions .btn{width:100%}}@media (max-width:620px){.senderPaymentStatsGrid{gap:10px}.senderPaymentStatsGrid .senderPaymentStatCard{padding:13px 12px 14px;gap:8px}.senderPaymentStatsGrid .statIcon{width:38px;height:38px;border-radius:12px;flex:0 0 38px}.senderPaymentStatsGrid .senderPaymentStatValueAmount{font-size:.92rem;letter-spacing:-.05em}.senderPaymentStatsGrid .statLabel{font-size:9.5px}}@media (max-width:420px){.senderPaymentStatsGrid{grid-template-columns:1fr;grid-template-areas:"total" "paid" "pending"}.senderDeliveryPage .statsGrid,.dispatcherDeliveryPage .statsGrid,.senderDeliveryPage .dispatcherRouteDetailGrid,.dispatcherDeliveryPage .dispatcherRouteDetailGrid{grid-template-columns:1fr}.senderDeliveryPage .statValue,.dispatcherDeliveryPage .statValue{font-size:1.1rem}.senderDeliveryPage .statValueName,.dispatcherDeliveryPage .statValueName,.senderDeliveryPage .statValueCategory,.dispatcherDeliveryPage .statValueCategory{font-size:1rem}.senderDeliveryPage .statValueAmount,.dispatcherDeliveryPage .statValueAmount{font-size:.94rem}.senderDeliveryPage .statValueWeight,.dispatcherDeliveryPage .statValueWeight{font-size:1rem}.senderHistoryStatCard .senderStatValue{font-size:1.75rem}.senderHistoryStatValueAmount{font-size:1.12rem}.senderPaymentStatsGrid .statValue{font-size:1.08rem}.dispatcherWalletStatsGrid{gap:10px}.dispatcherWalletStatsGrid .statCard{padding:14px}.dispatcherWalletStatsGrid .statValue{font-size:1.15rem}.dispatcherStatsGrid{gap:10px}.dispatcherStatCard{min-height:118px;padding:14px}.dispatcherStatValue{font-size:1.5rem}.dispatcherStatCard.dispatcherStatCardCommitment .dispatcherStatValue{font-size:1.28rem}.dispatcherQuickGrid{gap:8px}.dispatcherQuickAction{padding:12px}.dispatcherQuickTitle{font-size:12px}.dispatcherQuickSub{font-size:9.5px}}.jobNotifier{position:fixed;right:18px;bottom:18px;width:min(340px,calc(100vw - 24px));background:#fff;border:1px solid #d1fae5;border-radius:18px;box-shadow:0 20px 45px #0f172a2e;padding:14px;z-index:1200;animation:fadeUp var(--motion-base) var(--easing) both}.jobNotifierTitle{font-size:14px;font-weight:700;color:#065f46}.jobNotifierHeader{display:flex;align-items:center;gap:10px}.jobNotifierMeta{margin-top:4px;color:#64748b;font-size:12px}.jobNotifierRoute{margin-top:6px;font-size:12px;color:#475569}.jobNotifierValue{margin-top:8px;font-size:20px;font-weight:700;color:#0f172a}.jobNotifierMsg{margin-top:8px;font-size:12px;color:#b91c1c}.jobNotifierActions{margin-top:10px;display:flex;gap:8px}.jobNotifierActions .btn{flex:1}.routeShell{animation:routeIn var(--motion-base) var(--easing) both}.dashboardRouteShell{animation:none}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes routeIn{0%{opacity:0;transform:translateY(10px) scale(.995)}to{opacity:1;transform:translateY(0) scale(1)}}.skeletonBlock{position:relative;overflow:hidden;background:#e5eaf2;border-radius:12px}.skeletonBlock:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background:linear-gradient(90deg,#e5eaf200,#ffffffb3,#e5eaf200);animation:skeletonShimmer 1.2s infinite}@keyframes skeletonShimmer{to{transform:translate(100%)}}.skeletonTitle{height:26px;width:220px;margin-bottom:10px}.skeletonSub{height:14px;width:320px}.skeletonCard{height:120px}.signupPremium{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:28px 24px;background:#f8fafc;overflow:hidden}.signupGlow{position:absolute;border-radius:999px;filter:blur(120px);pointer-events:none}.signupGlowOne{width:46vw;height:46vw;min-width:320px;min-height:320px;top:-18%;right:-10%;background:#3b82f629}.signupGlowTwo{width:40vw;height:40vw;min-width:280px;min-height:280px;left:-8%;bottom:-16%;background:#10b9812e}.signupGrid{width:100%;max-width:1200px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:56px;align-items:center;position:relative;z-index:1}.signupShowcase{display:flex;flex-direction:column;gap:26px}.signupBrandRow{display:inline-flex;align-items:center;gap:10px}.signupBrandLogo{width:auto;height:50px;max-width:260px;object-fit:contain;object-position:left center;display:block}.signupBrandMark{background:#10b981;color:#fff;border-radius:12px;padding:8px 11px;font-size:16px;font-weight:800;line-height:1;box-shadow:0 14px 24px -16px #10b981b3}.signupBrandName{color:#0f172a;font-size:30px;font-weight:800;letter-spacing:-.02em}.signupHeroCopy{display:flex;flex-direction:column;gap:14px}.signupHeroTitle{margin:0;color:#0f172a;font-size:clamp(2.4rem,4.2vw,3.5rem);line-height:1.08;letter-spacing:-.03em;font-weight:800}.signupHeroTitle span{background:linear-gradient(90deg,#10b981,#0f766e);-webkit-background-clip:text;background-clip:text;color:transparent}.signupHeroSub{margin:0;max-width:440px;color:#64748b;font-size:1rem;line-height:1.6;font-weight:500}.signupHighlights{display:flex;flex-direction:column;gap:12px}.signupHighlight{display:flex;align-items:center;gap:12px;width:fit-content;max-width:100%;padding:13px 16px;border-radius:18px;border:1px solid rgba(15,23,42,.08);background:#ffffffc7;box-shadow:0 8px 18px -16px #0f172a66}.signupHighlight span{color:#10b981;font-size:12px;font-weight:800}.signupHighlight p{margin:0;color:#334155;font-size:13px;font-weight:700}.signupPanel{position:relative;display:flex;flex-direction:column;gap:12px}.signupBackLink{display:inline-flex;align-items:center;gap:8px;color:#94a3b8;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.signupBackLink svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2}.signupBackLink:hover{color:#475569}.signupCard{width:100%;border-radius:34px;padding:30px;background:#ffffffd6;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.72);box-shadow:0 30px 60px -12px #0f172a1a}.signupCardHead{margin-bottom:18px}.signupCardTitle{color:#0f172a;font-size:1.7rem;font-weight:800;letter-spacing:-.015em}.signupCardSub{margin-top:4px;color:#94a3b8;font-size:13px;font-weight:600}.signupForm{display:flex;flex-direction:column;gap:10px}.signupRoleGrid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:2px}.signupVehicleBlock{margin-top:0}.signupVehicleGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:8px}.signupVehicleCard{min-width:0;border:1px solid #dbe3ee;border-radius:12px;background:#f8fafc;padding:5px 4px;text-align:center;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:3px;min-height:0;width:auto;height:auto;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}@media (min-width:721px){.signupVehicleCard{max-width:none;width:auto;height:auto;justify-self:center}}.signupVehicleCard .vehicleTag{width:auto;max-width:100%;min-width:0;justify-content:center;gap:2px;padding:2px 4px;font-size:9px;margin:0 auto}.signupVehicleCard .vehicleTagIcon{width:12px;height:12px;flex:0 0 12px}.signupVehicleCard .vehicleTagIcon svg{width:12px;height:12px}.signupVehicleCard .vehicleTagText{min-width:0;flex:0 1 auto;text-align:left;font-size:9px;white-space:nowrap;line-height:1.05;overflow-wrap:normal;word-break:normal}.signupVehicleCard:hover{transform:none;border-color:#94a3b8}.signupVehicleCard.active{border-color:#10b981;box-shadow:0 0 0 3px #10b9811f}.signupVehicleCardSub{width:100%;margin-top:1px;text-align:center;color:#64748b;font-size:7.5px;line-height:1.15}.signupVehicleCardSubMobile{display:none}.signupRoleCard{border:2px solid #f1f5f9;border-radius:16px;background:#f8fafc;padding:12px;text-align:left;cursor:pointer;transition:border-color .2s ease,background .2s ease,transform .2s ease,box-shadow .2s ease}.signupRoleCard:hover{transform:translateY(-1px)}.signupRoleCard p{margin:0 0 4px;color:#0f172a;font-size:14px;font-weight:800}.signupRoleCard span{display:block;color:#64748b;font-size:11px;line-height:1.35;font-weight:500}.signupRoleCard.active{border-color:#10b981;background:#10b9810d;box-shadow:0 10px 18px -16px #10b981cc}.signupFormRow{display:grid;grid-template-columns:1fr 1fr;gap:12px}.signupLabel{margin:0 0 4px 2px;color:#94a3b8;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.signupInput{width:100%;height:46px;border-radius:12px;border:1px solid rgba(226,232,240,.95);background:#f8fafcdb;color:#0f172a;padding:12px 14px;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.signupInput::placeholder{color:#94a3b8}.signupInput:focus{background:#fff;border-color:#10b981;box-shadow:0 0 0 4px #10b9811a;outline:none}.signupInputWrap .iconBtn{background:#fff;border-color:#dbe3ee;color:#64748b}.signupInputWrap .iconBtn:hover{border-color:#10b981;color:#059669}.signupNote{border:1px dashed #dbe3ee;border-radius:14px;background:#f8fafcdb;color:#64748b;font-size:12px;line-height:1.45;padding:10px 12px}.signupCreateBtn{width:100%;border:1px solid #020617;border-radius:16px;background:linear-gradient(125deg,#020617,#0f172a 52%,#0f766e);background-size:190% 190%;color:#fff;font-size:15px;font-weight:800;letter-spacing:.01em;padding:14px 16px;margin-top:2px;box-shadow:0 18px 34px -18px #0f172acc,0 10px 24px -18px #10b981b3;animation:navCtaShift 4.8s ease infinite}.signupCreateBtn:hover{border-color:#0f766e;filter:saturate(1.12)}.signupFooter{margin-top:2px;text-align:center;color:#64748b;font-size:12px;font-weight:700}.signupFooter a{color:#059669}.signupFooter a:hover{text-decoration:underline}.googlePromptNote{margin:0 0 8px;border:1px solid #fde68a;border-radius:10px;background:#fffbeb;color:#92400e;font-size:12px;font-weight:600;padding:8px 10px}.landingApp .nav .navLoginBtn{border:1px solid #dbe3ee;background:#ffffffeb;color:#0f172a;font-weight:700}.landingApp .nav .navLoginBtn:hover{background:#fff;border-color:#94a3b8;box-shadow:0 10px 22px -15px #0f172a73}.landingApp .nav .navGetStartedBtn{border:1px solid transparent;color:#fff;background:linear-gradient(128deg,#0f172a,#14532d 55%,#10b981);background-size:200% 200%;font-weight:800;letter-spacing:.01em;box-shadow:0 16px 34px -16px #059669b8,inset 0 1px #ffffff52;animation:navCtaShift 5s ease infinite}.landingApp .nav .navGetStartedBtn:hover{border-color:#10b98199;filter:saturate(1.12)}.landingApp .nav .navGetStartedBtn:after{content:" →";font-weight:700}@keyframes navCtaShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@media (max-width:1024px){.signupGrid{grid-template-columns:1fr;max-width:620px;gap:0}.signupShowcase{display:none}}@media (max-width:720px){.signupPremium{padding:18px 14px}.signupCard{border-radius:24px;padding:22px 18px}.signupRoleGrid{grid-template-columns:1fr 1fr;gap:8px}.signupVehicleGrid{display:flex;flex-wrap:wrap;justify-content:center;gap:6px}.signupVehicleCard{min-height:0;padding:8px 11px;border-radius:999px;gap:0;justify-content:center;width:auto;flex:0 0 auto;justify-self:auto}.signupVehicleCard .vehicleTag{border:none;background:transparent;font-size:10.5px;padding:0}.signupVehicleCard .vehicleTagIcon{width:14px;height:14px;flex:0 0 14px}.signupVehicleCard .vehicleTagIcon svg{width:14px;height:14px}.signupVehicleCard .vehicleTagText{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:10.5px;line-height:1}.signupVehicleCardSubDesktop,.signupVehicleCardSubMobile{display:none}.signupVehicleCard.active{border-radius:12px;padding:9px 11px 8px;gap:3px}.signupVehicleCard.active .signupVehicleCardSubMobile{display:block;width:100%;text-align:center;color:#64748b;font-size:9px;line-height:1.15}.signupFormRow{grid-template-columns:1fr}}@media (max-width:420px){.signupVehicleGrid{gap:4px}.signupVehicleCard{min-height:0;padding:7px 9px;border-radius:10px}.signupVehicleCard .vehicleTag{font-size:9.5px}.signupVehicleCard .vehicleTagIcon{width:13px;height:13px;flex:0 0 13px}.signupVehicleCard .vehicleTagIcon svg{width:13px;height:13px}.signupVehicleCard.active{padding:8px 9px 7px}.signupVehicleCard.active .signupVehicleCardSubMobile{font-size:8.5px}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
