@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Outfit:wght@300;400;500;600;700;800&display=swap";:root{--font-sans:"Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--transition-fast:.15s ease;--transition-normal:.25s cubic-bezier(.4, 0, .2, 1);--transition-slow:.4s cubic-bezier(.4, 0, .2, 1);--shadow-sm:0 2px 4px #00000005;--shadow-md:0 4px 12px #0000000d;--shadow-lg:0 12px 24px #00000014;--shadow-xl:0 20px 40px #0000001f;--border-radius-sm:8px;--border-radius-md:12px;--border-radius-lg:16px;--border-radius-xl:24px}[data-theme=light]{--primary:#e65c00;--primary-hover:#cf5300;--primary-light:#e65c0014;--primary-text:#fff;--primary-gradient:linear-gradient(90deg, #ff9e2c 0%, #e65c00 100%);--bg-app:#905df7;--bg-card:#fff;--bg-card-hover:#fcfcfc;--bg-input:#f8fafc;--bg-profile-card:#f8fafc;--profile-border-start:#e65c00;--profile-border-end:#e2e8f0;--border:#e2e8f0;--border-focus:#e65c00;--text-primary:#1e293b;--text-secondary:#64748b;--text-muted:#94a3b8;--success:#e65c00;--error:#ef4444;--glass-bg:#ffffffd9;--glass-border:#e2e8f0cc;--overlay:#905df780;--shadow-phone:0 24px 64px #00000040}[data-theme=dark]{--primary:#f53d00;--primary-hover:#ffb300;--primary-light:#f53d001f;--primary-text:#fff;--primary-gradient:linear-gradient(90deg, #ffb300 0%, #f53d00 100%);--bg-app:linear-gradient(135deg, #1c0a52 0%, #090524 50%, #25076a 100%);--bg-card:#0c0822;--bg-card-hover:#120c30;--bg-subcard:#060414;--bg-input:transparent;--bg-profile-card:#080518;--profile-border-start:#ff9e2c;--profile-border-end:#3b2075;--border:#a855f74d;--border-focus:#ffb300;--text-primary:#fff;--text-secondary:#a8aabf;--text-muted:#6b6e8a;--success:#22c55e;--error:#ef4444;--glass-bg:#0c0822f2;--glass-border:#a855f759;--overlay:#090524d9;--shadow-phone:0 0 50px #a855f759, 0 24px 64px #000000d9}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);box-shadow:var(--shadow-md)}.glass-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-sm);transition:transform var(--transition-normal), box-shadow var(--transition-normal), border-color var(--transition-normal)}.glass-card:hover{box-shadow:var(--shadow-md);border-color:var(--primary);transform:translateY(-2px)}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-fade-in{animation:fadeIn var(--transition-normal) forwards}.animate-pulse-slow{animation:2s ease-in-out infinite pulse}.animate-spin-slow{animation:3s linear infinite spin}.device-container{background:var(--bg-app);width:100vw;height:100vh;font-family:var(--font-sans);color:var(--text-primary);transition:background var(--transition-slow);box-sizing:border-box;justify-content:center;align-items:center;padding:20px;display:flex;overflow:hidden}.main-card{background:var(--bg-card);-webkit-backdrop-filter:blur(16px);border:1.5px solid var(--border);border-radius:var(--border-radius-xl);width:80vw;min-width:720px;max-width:1200px;height:94vh;min-height:520px;max-height:900px;box-shadow:var(--shadow-phone);box-sizing:border-box;transition:background var(--transition-slow), box-shadow var(--transition-slow);gap:20px;padding:5px;display:flex;position:relative;overflow:hidden}.split-left{border-radius:var(--border-radius-lg);box-sizing:border-box;background:#905df7;flex-direction:column;flex-shrink:0;justify-content:flex-end;width:55%;height:100%;display:flex;position:relative;overflow:hidden}.vehicle-type-btn{padding:10px}@media (width<=768px){.device-container{width:100vw!important;height:100dvh!important;max-height:100dvh!important;padding:0!important;overflow:hidden!important}.split-left{display:none!important}.main-card{width:100vw!important;min-width:0!important;max-width:100%!important;height:100dvh!important;min-height:0!important;max-height:100dvh!important;box-shadow:none!important;background:var(--bg-card)!important;border:none!important;border-radius:0!important;padding:0!important;overflow:hidden!important}.split-right,.phone-screen{box-sizing:border-box!important;flex-direction:column!important;justify-content:space-between!important;width:100%!important;height:100dvh!important;max-height:100dvh!important;padding:8px 12px 10px!important;display:flex!important;overflow:hidden!important}.steps-container{border-radius:10px!important;flex-shrink:0!important;margin:0 0 6px!important;padding:8px 12px!important}.steps-line-track{top:18px!important;left:36px!important;right:36px!important}.step-circle{width:18px!important;height:18px!important;font-size:9.5px!important}.step-label{margin-top:2px!important;font-size:9.5px!important}.hero-section{border-radius:12px!important;flex-shrink:0!important;min-height:auto!important;max-height:100px!important;margin:0 0 6px!important;padding:10px 12px!important}.hero-text{max-width:65%!important}.hero-title{color:#fff!important;font-size:16.5px!important;line-height:1.15!important}.hero-desc{color:#a8aabf!important;font-size:9.5px!important}.profile-card{border-radius:10px!important;gap:10px!important;margin-bottom:8px!important;padding:8px 10px!important}.profile-avatar{width:32px!important;height:32px!important;font-size:14px!important}.profile-name{font-size:12px!important}.profile-email{font-size:9.5px!important}.inputs-card{border-radius:12px!important;flex-shrink:1!important;margin-bottom:0!important;padding:12px 12px 6px!important}.step1-inputs-card{margin-bottom:0!important;padding:22px 16px 14px!important}.step1-inputs-card .floating-label-group{margin-bottom:18px!important}.step1-inputs-card .floating-label-group:last-child{margin-bottom:10px!important}.step1-inputs-card .floating-label-group input{border-radius:12px!important;height:54px!important;min-height:54px!important;padding:14px 14px 14px 42px!important;font-size:14.5px!important}.step1-inputs-card .floating-label-group label{font-size:11px!important;top:-8px!important;left:14px!important}.step1-inputs-card .floating-label-group .input-icon{width:18px!important;height:18px!important;top:50%!important;left:14px!important;transform:translateY(-50%)!important}.step2-vehicle-selector-wrapper,.vehicle-grid-container{margin-bottom:10px!important}.vehicle-type-btn{padding:11px 10px!important}.step2-inputs-card{margin-bottom:0!important;padding:21px 14px 19px!important}.step2-inputs-card .floating-label-group input{letter-spacing:1px!important;border-radius:12px!important;height:48px!important;min-height:48px!important;padding:12px 14px 12px 42px!important;font-size:15px!important;font-weight:600!important}.step2-location-card{border-radius:14px!important;margin-top:14px!important;padding:14px!important}.step2-location-icon-badge{border-radius:10px!important;width:38px!important;height:38px!important;margin-right:12px!important}.step3-inputs-card{margin-bottom:15px!important;padding:12px 14px!important}.step3-review-row{padding:7.5px 12px!important;font-size:12px!important}.floating-label-group{margin-bottom:10px!important}.floating-label-group:last-child{margin-bottom:4px!important}.floating-label-group input{box-sizing:border-box!important;border-radius:10px!important;height:40px!important;min-height:40px!important;padding:10px 12px 10px 36px!important;font-size:13px!important}.floating-label-group label{font-size:10px!important;top:-6px!important}.floating-label-group .input-icon{width:16px!important;height:16px!important;top:50%!important;left:12px!important;transform:translateY(-50%)!important}.btn{border-radius:10px!important;height:40px!important;padding:8px 18px!important;font-size:13.5px!important}.btn-primary{flex:2.5!important;padding-left:20px!important;padding-right:20px!important}.partner-back-btn{box-sizing:border-box!important;align-items:center!important;height:38px!important;padding:10px 20px!important;font-size:13.5px!important;display:inline-flex!important}.partner-profile-header{align-items:center!important;min-height:52px!important;margin-top:10px!important;padding:7px 12px!important;display:flex!important}.dashboard-card-profile{margin-bottom:0!important;padding:8px 10px!important}.dashboard-avatar-box{border-radius:8px!important;width:36px!important;height:36px!important}.dashboard-avatar-box svg{width:36px!important;height:36px!important}.dashboard-info-card,.dashboard-action-card{padding:8px 12px!important}.dashboard-info-row,.dashboard-action-row{gap:24px!important;padding:4.5px 0!important}.dashboard-info-row>span:last-child,.dashboard-action-row>span:last-child{max-width:180px!important;margin-left:24px!important}.dashboard-header-bar{margin-top:13px!important;margin-bottom:12px!important}.dashboard-hero-banner{margin-bottom:12px!important}.dashboard-stats-grid{margin-bottom:50px!important}.dashboard-livejobs-section{flex-direction:column!important;gap:8px!important;min-height:0!important;display:flex!important}.dashboard-livejobs-card{flex:none!important;min-height:125px!important;padding:12px 10px!important}}.split-left-img{object-fit:contain;opacity:1;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.split-left-overlay{z-index:2;background:linear-gradient(#905df700 50%,#090d16b3 100%);width:100%;height:100%;position:absolute;top:0;left:0}.split-left-content{z-index:3;color:#fff;padding:32px 24px;position:relative}.split-left-title{letter-spacing:1.5px;color:#38bdf8;text-transform:uppercase;margin-bottom:6px;font-size:10px;font-weight:800}.split-left-text{font-family:"Outfit", var(--font-sans);text-shadow:0 2px 8px #00000080;font-size:24px;font-weight:800;line-height:1.25}.split-right,.phone-screen{box-sizing:border-box;flex-direction:column;flex:1;justify-content:space-between;height:100%;padding:10px 14px 10px 10px;display:flex;overflow:hidden}.split-right::-webkit-scrollbar{background:0 0!important;width:0!important;height:0!important;display:none!important}.phone-screen::-webkit-scrollbar{background:0 0!important;width:0!important;height:0!important;display:none!important}.steps-container{background:var(--bg-subcard,#060414);border:1.5px solid var(--border);border-radius:14px;flex-shrink:0;justify-content:space-between;align-items:center;margin:0 0 8px;padding:10px 20px;display:flex;position:relative}.steps-line-track{z-index:1;pointer-events:none;height:1.5px;position:absolute;top:22px;left:48px;right:48px;overflow:hidden}.steps-line-bg{background:#19142c;width:100%;height:100%;position:absolute;top:0;left:0}.steps-line-active{height:100%;transition:width var(--transition-normal);background:linear-gradient(90deg,#ff9e2c 0%,#a855f7 100%);position:absolute;top:0;left:0}.step-node{z-index:2;flex-direction:column;flex:1;align-items:center;display:flex}.step-circle{border:1.5px solid var(--border);width:22px;height:22px;color:var(--text-secondary);transition:all var(--transition-normal);z-index:3;background:#060414;border-radius:50%;justify-content:center;align-items:center;font-size:10.5px;font-weight:700;display:flex;position:relative}.step-node.active .step-circle{border-color:var(--primary);color:var(--primary);background:#060414;box-shadow:0 0 10px #f53d0059}.step-node.completed .step-circle{color:#c084fc;background:#1b1236;border-color:#3b2075}.step-label{color:var(--text-secondary);transition:color var(--transition-normal);flex-direction:column;align-items:center;gap:2px;margin-top:4px;font-size:10.5px;font-weight:600;display:flex}.step-node.active .step-label{color:var(--primary);font-weight:700}.hero-section{box-sizing:border-box;text-align:left;background-color:#05070f;border-radius:14px;flex-shrink:0;align-items:center;width:100%;min-height:auto;max-height:105px;margin:0 0 8px;padding:12px 16px;display:flex;position:relative;overflow:hidden}.hero-bg-img{object-fit:cover;object-position:right center;z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;right:0}.hero-text{z-index:2;max-width:60%;position:relative}.hero-subtitle{color:#ffb300;letter-spacing:1px;text-transform:uppercase;margin-bottom:4px;font-size:10px;font-weight:800;display:block}.hero-title{font-family:"Outfit", var(--font-sans);color:#fff;margin-bottom:4px;font-size:20px;font-weight:800;line-height:1.15}.hero-desc{color:#8f9bb3;font-size:10.5px;line-height:1.3}.hero-graphic{object-fit:contain;max-width:100%;max-height:100%}.profile-card{background:var(--bg-profile-card);background-image:linear-gradient(var(--bg-profile-card), var(--bg-profile-card)), linear-gradient(135deg, var(--profile-border-start) 0%, var(--profile-border-end) 100%);text-align:left;background-origin:border-box;background-clip:padding-box,border-box;border:1.5px solid #0000;border-radius:16px;align-items:center;gap:16px;margin-bottom:24px;padding:16px;display:flex}.profile-avatar{border:1.5px solid var(--border);width:44px;height:44px;color:var(--text-primary);background:#1e293b4d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;font-weight:700;display:flex}.profile-info{flex-direction:column;display:flex;overflow:hidden}.profile-name{color:var(--text-primary);margin-bottom:4px;font-size:14px;font-weight:700}.profile-email{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}@media (width<=900px){#dev-panel{display:none!important}}.app-header{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;margin-bottom:10px;padding-bottom:8px;display:flex}.header-back-btn{border:1.5px solid var(--border);width:38px;height:38px;color:var(--text-primary);cursor:pointer;transition:all var(--transition-fast);background-color:#0000;border-radius:50%;justify-content:center;align-items:center;display:flex}.header-back-btn:hover{border-color:var(--primary)}.header-progress-container{flex-direction:column;align-items:center;gap:6px;display:flex}.header-progress-text{color:var(--text-primary);font-size:12px;font-weight:700}.header-progress-track{background-color:var(--border);border-radius:2px;width:100px;height:4px;position:relative;overflow:hidden}.header-progress-fill{background:var(--primary-gradient,var(--primary));height:100%;transition:width var(--transition-normal);border-radius:2px}.header-logo-container{-webkit-user-select:none;user-select:none;flex-direction:column;align-items:flex-end;display:flex}.header-logo-row{align-items:center;gap:4px;display:flex}.header-logo-speed-lines{flex-direction:column;gap:2px;margin-top:1px;display:flex}.header-logo-line-1{background-color:#ffb300;border-radius:1px;width:5px;height:1.2px}.header-logo-line-2{background-color:#ffb300;border-radius:1px;width:8px;height:1.2px}.header-logo-line-3{background-color:#ffb300;border-radius:1px;width:4px;height:1.2px}.header-logo-text{letter-spacing:-.3px;color:#fff;font-size:16px;font-weight:800}.header-logo-highlight{color:#ffb300}.header-logo-tagline{color:var(--text-secondary);letter-spacing:.2px;margin-top:1px;font-size:7px;font-weight:700}@media (width<=768px){.app-header{margin-bottom:12px!important;padding-bottom:10px!important}.header-back-btn{width:32px!important;height:32px!important}.header-progress-text{font-size:11px!important}.header-progress-track{width:80px!important;height:3.5px!important}.header-logo-text{font-size:14px!important}}@media (width>=769px){.step2-inputs-card{flex-direction:column;gap:14px;margin-bottom:0;padding:18px 18px 14px;display:flex}.step2-vehicle-selector-wrapper{margin-bottom:0}.vehicle-number-section{flex-direction:column;margin-top:4px;display:flex}.vehicle-number-section .floating-label-group{margin-top:10px;margin-bottom:4px}}*,:before,:after{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent!important;-ms-overflow-style:none!important;scrollbar-width:none!important}::-webkit-scrollbar{background:0 0!important;width:0!important;height:0!important;display:none!important}html,body,#root{touch-action:pan-x pan-y;-ms-touch-action:pan-x pan-y;-webkit-user-select:none;user-select:none;overflow-x:hidden}button,input,select,textarea,a,label,form,div{touch-action:manipulation}body{font-family:var(--font-sans);background-color:var(--bg-app);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color var(--transition-slow), color var(--transition-slow);margin:0}button,input,select,textarea{font-family:inherit;font-size:inherit;color:inherit}button{cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none}input[type=text],input[type=tel]{border-radius:var(--border-radius-sm);border:1px solid var(--border);background-color:var(--bg-card);width:100%;color:var(--text-primary);transition:border-color var(--transition-fast), box-shadow var(--transition-fast);outline:none;padding:10px 12px}input[type=text]:focus,input[type=tel]:focus{border-color:var(--border-focus);box-shadow:0 0 0 3px var(--primary-light)}input::placeholder{color:var(--text-muted)}input:-webkit-autofill{-webkit-text-fill-color:#fff!important;caret-color:#fff!important;transition:background-color 5000s ease-in-out!important;-webkit-box-shadow:inset 0 0 0 1000px #060414!important}input:-webkit-autofill:hover{-webkit-text-fill-color:#fff!important;caret-color:#fff!important;transition:background-color 5000s ease-in-out!important;-webkit-box-shadow:inset 0 0 0 1000px #060414!important}input:-webkit-autofill:focus{-webkit-text-fill-color:#fff!important;caret-color:#fff!important;transition:background-color 5000s ease-in-out!important;-webkit-box-shadow:inset 0 0 0 1000px #060414!important}input:-webkit-autofill:active{-webkit-text-fill-color:#fff!important;caret-color:#fff!important;transition:background-color 5000s ease-in-out!important;-webkit-box-shadow:inset 0 0 0 1000px #060414!important}label{color:var(--text-secondary);margin-bottom:4px;font-size:12px;font-weight:700;display:block}.helper-text{color:var(--text-muted);margin-top:4px;font-size:10px}.btn{box-sizing:border-box;height:54px;transition:all var(--transition-fast);border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:16px 24px;font-size:15px;font-weight:700;text-decoration:none;display:inline-flex}.btn-primary{background:var(--primary-gradient,var(--primary));color:var(--primary-text,#fff);border:none;box-shadow:0 4px 15px #f53d0059}.btn-primary:hover{opacity:.95;box-shadow:0 6px 20px #f53d008c}.btn-primary:disabled{background:var(--border);color:var(--text-muted);box-shadow:none;cursor:not-allowed}.btn-secondary{border:1.5px solid var(--border);color:var(--text-primary);background-color:#0000}.btn-secondary:hover{border-color:var(--text-secondary);background-color:#151b2d4d}.inputs-card{background-color:var(--bg-subcard,#060414);border:1.5px solid var(--border);background-color:var(--bg-subcard,#060414);border:1.5px solid var(--border);border-radius:14px;margin-bottom:0;padding:16px 16px 4px}.step2-location-card{background-color:var(--bg-card,#05070d);border:1.5px solid var(--border);cursor:pointer;transition:all var(--transition-fast);box-shadow:var(--shadow-sm);-webkit-user-select:none;user-select:none;border-radius:14px;align-items:center;margin-top:10px;padding:14px 18px;display:flex}.step2-location-icon-badge{width:36px;height:36px;color:var(--primary);background-color:#f53d0014;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;margin-right:12px;display:flex}.input-wrapper{align-items:center;width:100%;display:flex;position:relative}.floating-label-group{text-align:left;margin-bottom:14px;position:relative}.floating-label-group:last-child{margin-bottom:6px}.floating-label-group label{background-color:var(--bg-subcard,#060414);color:var(--text-primary);transition:color var(--transition-fast);z-index:2;pointer-events:none;margin-bottom:0;padding:0 6px;font-size:11px;font-weight:700;display:block;position:absolute;top:-8px;left:14px}.floating-label-group input{box-sizing:border-box;border:1.5px solid var(--border);width:100%;height:44px;min-height:44px;color:var(--text-primary);transition:border-color var(--transition-fast), box-shadow var(--transition-fast);background-color:#0000;border-radius:10px;outline:none;padding:11px 14px 11px 40px;font-size:13.5px;font-weight:600}.floating-label-group input::placeholder{color:var(--text-secondary);opacity:.75;font-weight:400}.floating-label-group input:focus{border-color:var(--border-focus);box-shadow:0 0 0 3px var(--primary-light)}.floating-label-group input:focus~label{color:var(--border-focus)}.floating-label-group .input-icon{color:var(--primary);transition:color var(--transition-fast);pointer-events:none;z-index:3;justify-content:center;align-items:center;width:18px;height:18px;display:flex;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.floating-label-group .input-icon svg{width:100%;height:100%;display:block}.floating-label-group.has-error input{border-color:var(--error)}.floating-label-group.has-error label,.floating-label-group.has-error .input-icon{color:var(--error)}.form-group{margin-bottom:12px}.form-card-title{color:var(--text-primary);margin-bottom:12px;font-size:18px;font-weight:800;line-height:1.2}.step-meta{color:var(--success);letter-spacing:.5px;text-transform:uppercase;margin-bottom:4px;font-size:12px;font-weight:800}
