:root{--gray-100: #f3f4f6;--gray-300: #d1d5db}*{box-sizing:border-box;font-family:system-ui,sans-serif}body{background:#f3f6fc;padding:40px}.wizard-card{max-width:900px;margin:auto;background:#fff;border-radius:12px;padding:32px}.wizard-header h1{margin-bottom:4px}.wizard-header p{color:#6b7280}.stepper{display:flex;justify-content:space-between;margin:32px 0}.step{flex:1;text-align:center;position:relative}.step:after{content:"";position:absolute;top:18px;right:-50%;width:100%;height:2px;background:#d1d5db}.step:last-child:after{display:none}.step-circle{width:36px;height:36px;border-radius:50%;border:2px solid #d1d5db;margin:auto;display:flex;align-items:center;justify-content:center;font-weight:600}.step.active .step-circle{border-color:#2563eb;color:#2563eb}.step.completed .step-circle{background:#22c55e;border-color:#22c55e;color:#fff}.step.completed:after{background:#22c55e}.step-label{margin-top:8px;font-size:.85rem}.form-group{display:flex;flex-direction:column;gap:6px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}input,select{padding:10px;border-radius:8px;border:1px solid #d1d5db;background:#f9fafb}.address-input{width:100%}input[readonly]{color:#6b7280;cursor:default}.vehicle-search{display:flex;gap:8px}.wizard-footer{display:flex;justify-content:space-between;margin-top:24px}.btn-primary{background:#0b0b1e;color:#fff;border:none;padding:10px 16px;border-radius:8px}.btn-primary:disabled,.btn-secondary:disabled{opacity:.7;cursor:not-allowed}.btn-secondary{background:#fff;border:1px solid #d1d5db;padding:10px 16px;border-radius:8px}.spinner{display:inline-block;width:14px;height:14px;margin-right:8px;vertical-align:-2px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:spinner-rotate .7s linear infinite}@keyframes spinner-rotate{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.spinner{animation-duration:2s}}.wizard-error{background:#fee2e2;color:#991b1b;padding:12px;border-radius:8px;margin-bottom:16px}input[type=file]{padding:10px;background:var(--gray-100);border:1px dashed var(--gray-300);border-radius:8px;cursor:pointer}.auth-card{max-width:460px}.auth-field{margin-top:16px}.auth-hint{color:#6b7280;font-size:.85rem;margin:8px 0 0}.btn-block{width:100%;margin-top:20px;padding:12px;cursor:pointer}.btn-small{padding:6px 12px;font-size:.85rem;cursor:pointer}.btn-link{text-decoration:none;display:inline-block}.auth-footnote{margin-top:20px;text-align:center;color:#6b7280;font-size:.9rem}.auth-notice{background:#dbeafe;color:#1e3a8a;padding:12px;border-radius:8px;margin-top:16px;font-size:.9rem}.auth-resend{margin-top:8px}.google-login{margin-top:20px;display:flex;flex-direction:column;align-items:center}.auth-separator{width:100%;display:flex;align-items:center;gap:12px;color:#9ca3af;font-size:.85rem;margin-bottom:16px}.auth-separator:before,.auth-separator:after{content:"";flex:1;height:1px;background:#e5e7eb}.google-hint{text-align:center;max-width:320px;margin-top:10px}.auth-method-title{font-size:1rem;font-weight:600;margin:0 0 12px;text-align:center}.google-disabled{background:var(--gray-100);border:1px dashed var(--gray-300);color:#6b7280;border-radius:8px;padding:12px;font-size:.85rem;line-height:1.5;text-align:center;max-width:420px}.google-disabled code{background:#e5e7eb;border-radius:4px;padding:1px 4px;font-size:.8rem}.account-bar{display:flex;justify-content:flex-end;align-items:center;gap:12px;margin-bottom:16px}.account-name{color:#6b7280;font-size:.9rem}.auth-warning{background:#fef3c7;color:#78350f;padding:12px;border-radius:8px;margin-bottom:16px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;font-size:.9rem}.auth-warning-actions{display:flex;gap:8px}
