:root{--orange: #ec5b29;--orange-dark: #c8410f;--teal: #0e7c7b;--ink: #1a1c22;--gray-600: #5c616c;--gray-300: #d4d7dd;--gray-100: #f1f2f4;--white: #fff;--green: #1f9d61;--green-soft: #e2f4ea;--font-head: "Sora", system-ui, sans-serif;--font-body: "Inter", system-ui, sans-serif}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:var(--font-body);background:#2a2d34;color:var(--ink)}.app{position:relative;max-width:430px;height:100dvh;margin:0 auto;overflow:hidden;background:var(--gray-100);box-shadow:0 0 60px #0006}.map{position:absolute;inset:0 0 auto 0;height:54%;z-index:0;background:#cfd6dd}.brand{position:absolute;top:14px;left:14px;z-index:500;display:flex;align-items:baseline;gap:8px;background:#fffffff0;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:8px 14px;border-radius:999px;box-shadow:0 4px 14px #00000026}.brand .logo{font-family:var(--font-head);font-weight:800;color:var(--orange);font-size:19px;letter-spacing:-.5px}.brand .tag{font-size:11px;color:var(--gray-600);font-weight:500}.leeto-pin .pin-head{width:26px;height:26px;background:var(--orange);border:3px solid #fff;border-radius:50% 50% 50% 0;transform:rotate(45deg);box-shadow:0 3px 8px #00000059}.leeto-pin .pin-stem{width:10px;height:5px;background:#00000040;border-radius:50%;margin:6px auto 0;filter:blur(1px)}.sheet{position:absolute;left:0;right:0;bottom:0;z-index:500;background:var(--white);border-radius:22px 22px 0 0;padding:18px 18px 24px;box-shadow:0 -8px 30px #0000002e;max-height:62%;overflow-y:auto}.sheet h2{font-family:var(--font-head);font-size:19px;margin:4px 0 2px}.hint{color:var(--gray-600);font-size:13px;margin:0 0 14px}.field{margin-bottom:12px}.field label{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:var(--gray-600);margin-bottom:5px}.field label svg{color:var(--teal)}.usp-check{vertical-align:-3px;color:var(--green)}.field .coords{font-size:14px;font-weight:600}.muted{color:var(--gray-600);font-weight:400;font-size:12px}.field input,.field select{width:100%;font-family:var(--font-body);font-size:14px;padding:11px 12px;border:1px solid var(--gray-300);border-radius:11px;background:var(--white);color:var(--ink)}.field input:focus,.field select:focus{outline:none;border-color:var(--orange)}.row{display:flex;gap:10px;align-items:flex-end}.row .grow{flex:1}.photo-btn{display:grid;place-items:center;width:64px;height:44px;border:1px dashed var(--gray-300);border-radius:11px;font-size:13px;font-weight:600;color:var(--teal);cursor:pointer;overflow:hidden}.photo-btn img{width:100%;height:100%;object-fit:cover}.fare{display:flex;justify-content:space-between;align-items:center;margin:6px 0 12px;padding:12px 14px;background:var(--gray-100);border-radius:12px;font-size:14px}.fare strong{font-family:var(--font-head);font-size:20px;color:var(--orange)}.cta{width:100%;border:none;background:var(--orange);color:#fff;font-family:var(--font-head);font-weight:700;font-size:16px;padding:14px;border-radius:13px;cursor:pointer}.cta:hover{background:var(--orange-dark)}.status-pill{display:inline-block;font-weight:700;font-size:14px;color:var(--teal);background:#e4f2f2;padding:8px 14px;border-radius:999px;margin-bottom:14px}.status-pill.s-Arrived,.status-pill.s-Completed{color:var(--green);background:var(--green-soft)}.live-job{font-size:12px;color:var(--green);background:var(--green-soft);padding:6px 10px;border-radius:8px;margin-bottom:12px;font-family:ui-monospace,Menlo,monospace}.signout{margin-left:auto;background:var(--gray-100);border:none;border-radius:9px;padding:7px;color:var(--gray-600);cursor:pointer;display:grid;place-items:center}.signout:hover{color:var(--ink)}.signin{min-height:100dvh;display:grid;place-items:center;background:radial-gradient(700px 360px at 50% 0%,var(--orange-soft, #fbe7dd),#f1f2f4)}.signin-card{background:#fff;border-radius:20px;box-shadow:0 20px 50px #00000026;padding:36px 30px;width:340px;text-align:center}.signin-card h1{font-family:var(--font-head);color:var(--orange);font-size:30px;margin:10px 0 2px}.signin-card p{color:var(--gray-600);font-size:14px;margin:4px 0 22px}.signin-card .cta{width:100%}.signin-foot{display:block;margin-top:16px;font-size:12px;color:var(--gray-600)}.searching{display:grid;place-items:center;padding:20px}.spinner{width:34px;height:34px;border:4px solid var(--gray-100);border-top-color:var(--orange);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.driver{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid var(--gray-100)}.avatar{width:46px;height:46px;border-radius:50%;background:var(--teal);color:#fff;display:grid;place-items:center;font-family:var(--font-head);font-weight:700;font-size:19px}.driver-info{display:flex;flex-direction:column;flex:1}.driver-info strong{font-size:14px}.driver-info span{font-size:13px;color:var(--gray-600)}.eta{font-family:var(--font-head);font-weight:700;color:var(--orange);font-size:18px}.usp-note{margin-top:14px;padding:13px 14px;background:#fff6f2;border:1px solid #f6d8cb;border-radius:12px;font-size:13px;line-height:1.45;color:var(--ink)}.usp-photo{display:block;width:100%;max-height:130px;object-fit:cover;border-radius:10px;margin-top:10px}.done{text-align:center;padding-top:6px}.paid{font-family:var(--font-head);font-weight:700;font-size:20px;color:var(--green)}.payout-note{color:var(--gray-600);font-size:13px;margin:4px 0 12px}.rate{font-size:20px;margin-bottom:16px;letter-spacing:2px}
