.supabase-setup-banner{background:linear-gradient(135deg,#fbbf24,#f59e0b);border:2px solid #f59e0b;border-radius:12px;padding:2rem;margin:2rem;color:#1f2937}.setup-content{display:flex;gap:1.5rem;align-items:flex-start}.setup-icon{font-size:2.5rem;flex-shrink:0}.setup-text h3{font-size:1.5rem;margin-bottom:.5rem;color:#1f2937}.setup-text p{margin-bottom:1rem;color:#374151;line-height:1.6}.setup-steps{background:#ffffff4d;border-radius:8px;padding:1.5rem;margin:1rem 0}.setup-steps ol{margin-left:1.5rem;line-height:2}.setup-steps li{margin-bottom:.75rem;color:#1f2937}.setup-steps code{background:#0000001a;padding:.25rem .5rem;border-radius:4px;font-family:Courier New,monospace;font-size:.9rem}.setup-steps pre{background:#0003;padding:1rem;border-radius:6px;margin-top:.5rem;overflow-x:auto;font-family:Courier New,monospace;font-size:.875rem;line-height:1.6}.setup-note{font-size:.9rem;color:#4b5563;font-style:italic;margin-top:1rem}@media (max-width: 768px){.supabase-setup-banner{margin:1rem;padding:1.5rem}.setup-content{flex-direction:column}}.layout{min-height:100vh;display:flex;flex-direction:column}.navbar{background:#0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:100}.logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:#fff;font-size:1.25rem;font-weight:700}.logo-icon{font-size:1.5rem}.logo-text{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-links{display:flex;gap:2rem;align-items:center}.nav-links a{color:#ffffffb3;text-decoration:none;font-weight:500;transition:color .3s ease;padding:.5rem 0;position:relative}.nav-links a:hover{color:#fff}.nav-links a.active{color:#667eea}.nav-links a.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#667eea,#764ba2)}.main-content{flex:1;width:100%}@media (max-width: 768px){.navbar{flex-direction:column;gap:1rem;padding:1rem}.nav-links{gap:1rem}}.home{width:100%;min-height:100vh;padding:2rem;max-width:1400px;margin:0 auto}.hero{text-align:center;margin-bottom:4rem;padding:3rem 0}.hero h1{font-size:3.5rem;line-height:1.2;margin-bottom:1rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.tagline{font-size:1.5rem;color:#ffffffe6;margin-bottom:1rem;font-weight:500}.description{font-size:1.1rem;color:#ffffffb3;max-width:600px;margin:0 auto;line-height:1.6}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.service-card{background:#ffffff0d;border:2px solid rgba(255,255,255,.1);border-radius:16px;padding:2.5rem;text-decoration:none;color:inherit;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#667eea,#764ba2);transform:scaleX(0);transition:transform .3s ease}.service-card:hover{transform:translateY(-8px);border-color:#667eea80;box-shadow:0 12px 24px #667eea33}.service-card:hover:before{transform:scaleX(1)}.service-icon{font-size:4rem;margin-bottom:1rem}.service-card h2{font-size:1.75rem;margin-bottom:1rem;color:#fff}.service-card p{color:#ffffffb3;margin-bottom:1.5rem;line-height:1.6}.service-features{display:flex;flex-direction:column;gap:.5rem;width:100%;margin-top:auto;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.service-features span{color:#fffc;font-size:.9rem}.quick-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.action-button{padding:.875rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;border:2px solid transparent}.action-button.secondary{background:#ffffff1a;color:#fff;border-color:#fff3}.action-button.secondary:hover{background:#ffffff26;border-color:#ffffff4d;transform:translateY(-2px)}@media (max-width: 768px){.hero h1{font-size:2.5rem}.services-grid{grid-template-columns:1fr}}.booking-container{width:100%;max-width:1000px;margin:0 auto;padding:2rem}.booking-header{text-align:center;margin-bottom:3rem}.booking-header h1{font-size:2.5rem;margin-bottom:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.booking-header p{color:#ffffffb3;font-size:1.1rem}.booking-form{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2.5rem}.form-section{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.form-section:last-of-type{border-bottom:none}.form-section h2{font-size:1.5rem;margin-bottom:1.5rem;color:#fff}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group.full-width{grid-column:1 / -1}.form-group label{margin-bottom:.5rem;color:#ffffffe6;font-weight:500;font-size:.9rem}.form-group input,.form-group select,.form-group textarea{padding:.75rem;border:1px solid rgba(255,255,255,.2);border-radius:8px;background:#ffffff0d;color:#fff;font-size:1rem;transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#667eea;background:#ffffff14;box-shadow:0 0 0 3px #667eea1a}.form-group textarea{resize:vertical;font-family:inherit}.price-summary{background:#667eea1a;border:2px solid rgba(102,126,234,.3);border-radius:12px;padding:1.5rem;margin:2rem 0;text-align:center}.price-summary h3{font-size:2rem;color:#fff;margin-bottom:.5rem}.price-note{color:#ffffffb3;font-size:.9rem}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.btn-primary,.btn-secondary{padding:.875rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;border:2px solid transparent}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 16px #667eea4d}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background:#ffffff1a;color:#fff;border-color:#fff3}.btn-secondary:hover{background:#ffffff26;border-color:#ffffff4d}.error-message{background:#ef444433;border:1px solid rgba(239,68,68,.5);color:#fca5a5;padding:1rem;border-radius:8px;margin-bottom:1.5rem}.success-message{text-align:center;padding:3rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px}.success-message h2{color:#4ade80;font-size:2rem;margin-bottom:1rem}.success-message p{color:#ffffffb3;font-size:1.1rem}@media (max-width: 768px){.booking-container{padding:1rem}.booking-form{padding:1.5rem}.form-grid{grid-template-columns:1fr}.form-actions{flex-direction:column}.btn-primary,.btn-secondary{width:100%}}.dashboard{width:100%;max-width:1200px;margin:0 auto;padding:2rem}.dashboard-header{text-align:center;margin-bottom:3rem}.dashboard-header h1{font-size:2.5rem;margin-bottom:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dashboard-header p{color:#ffffffb3;font-size:1.1rem}.search-form{margin-bottom:3rem}.search-input-group{display:flex;gap:1rem;max-width:600px;margin:0 auto}.search-input-group input{flex:1;padding:1rem;border:1px solid rgba(255,255,255,.2);border-radius:8px;background:#ffffff0d;color:#fff;font-size:1rem}.search-input-group input:focus{outline:none;border-color:#667eea;background:#ffffff14;box-shadow:0 0 0 3px #667eea1a}.search-button{padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.search-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 16px #667eea4d}.search-button:disabled{opacity:.6;cursor:not-allowed}.orders-section,.bookings-section{margin-bottom:3rem}.orders-section h2,.bookings-section h2{font-size:1.75rem;margin-bottom:1.5rem;color:#fff}.orders-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.order-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem;transition:all .3s ease}.order-card:hover{transform:translateY(-4px);border-color:#667eea4d;box-shadow:0 8px 16px #667eea33}.order-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.order-header h3{font-size:1.25rem;color:#fff;margin-bottom:.25rem}.service-type{color:#fff9;font-size:.9rem}.status-badge{padding:.375rem .75rem;border-radius:6px;font-size:.75rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px}.order-details{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.detail-row{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.detail-row .label{color:#ffffffb3;font-weight:500;font-size:.9rem;min-width:100px}.detail-row .value{color:#fff;text-align:right;flex:1;font-size:.9rem}.detail-row .value.price{font-weight:600;font-size:1.1rem;color:#4ade80}.track-link{display:inline-block;margin-top:1rem;color:#667eea;text-decoration:none;font-weight:600;transition:color .3s ease}.track-link:hover{color:#764ba2}.empty-state{text-align:center;padding:3rem;color:#ffffffb3}.empty-state a{color:#667eea;text-decoration:none}.empty-state a:hover{text-decoration:underline}@media (max-width: 768px){.dashboard{padding:1rem}.search-input-group{flex-direction:column}.orders-grid{grid-template-columns:1fr}.order-header{flex-direction:column;gap:.5rem}}.track-order{width:100%;max-width:1000px;margin:0 auto;padding:2rem}.track-header{text-align:center;margin-bottom:3rem}.track-header h1{font-size:2.5rem;margin-bottom:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.track-header p{color:#ffffffb3;font-size:1.1rem}.track-form{margin-bottom:3rem}.track-input-group{display:flex;flex-direction:column;gap:1rem;max-width:600px;margin:0 auto}.track-input-group input{padding:1rem;border:1px solid rgba(255,255,255,.2);border-radius:8px;background:#ffffff0d;color:#fff;font-size:1rem}.track-input-group input:focus{outline:none;border-color:#667eea;background:#ffffff14;box-shadow:0 0 0 3px #667eea1a}.track-input-group input:disabled{opacity:.6;cursor:not-allowed}.or-divider{text-align:center;color:#ffffff80;font-weight:500}.track-button{padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.track-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 16px #667eea4d}.track-button:disabled{opacity:.6;cursor:not-allowed}.error-message{background:#ef444433;border:1px solid rgba(239,68,68,.5);color:#fca5a5;padding:1rem;border-radius:8px;margin-bottom:2rem;text-align:center}.tracking-results{display:flex;flex-direction:column;gap:2rem}.order-info-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem}.order-info-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.order-info-header h2{font-size:1.75rem;color:#fff;margin-bottom:.5rem}.service-type{color:#fff9;font-size:1rem}.status-badge{padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px}.status-pending{background-color:#fbbf24}.status-confirmed{background-color:#3b82f6}.status-assigned{background-color:#8b5cf6}.status-picked_up{background-color:#10b981}.status-in_transit{background-color:#06b6d4}.status-delivered,.status-completed{background-color:#10b981}.status-driver_en_route{background-color:#8b5cf6}.status-cancelled{background-color:#ef4444}.order-info-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.info-section h3{font-size:1.1rem;color:#fff;margin-bottom:.5rem}.info-section p{color:#fffc;line-height:1.6;margin-bottom:.25rem}.detail-label{color:#fff9!important;font-size:.9rem}.price{font-size:1.5rem;font-weight:700;color:#4ade80!important}.status-timeline{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem}.status-timeline h3{font-size:1.5rem;color:#fff;margin-bottom:2rem}.timeline{display:flex;flex-direction:column;gap:1.5rem;position:relative;padding-left:2rem}.timeline:before{content:"";position:absolute;left:.75rem;top:0;bottom:0;width:2px;background:#fff3}.timeline-step{display:flex;gap:1.5rem;position:relative;opacity:.5;transition:opacity .3s ease}.timeline-step.completed,.timeline-step.current{opacity:1}.timeline-marker{width:2.5rem;height:2.5rem;border-radius:50%;background:#ffffff1a;border:2px solid rgba(255,255,255,.3);display:flex;align-items:center;justify-content:center;font-weight:600;color:#ffffffb3;flex-shrink:0;position:relative;z-index:1}.timeline-step.completed .timeline-marker{background:#10b981;border-color:#10b981;color:#fff}.timeline-step.current .timeline-marker{background:#667eea;border-color:#667eea;color:#fff;box-shadow:0 0 0 4px #667eea33}.timeline-content h4{font-size:1.1rem;color:#fff;margin-bottom:.25rem}.current-status{color:#667eea;font-size:.875rem;font-weight:600;margin-top:.25rem}.tracking-history{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem}.tracking-history h3{font-size:1.5rem;color:#fff;margin-bottom:1.5rem}.history-list{display:flex;flex-direction:column;gap:1rem}.history-item{padding:1rem;background:#ffffff0d;border-radius:8px;border-left:3px solid #667eea}.history-status{font-weight:600;color:#fff;margin-bottom:.5rem}.history-time{color:#fff9;font-size:.9rem;margin-bottom:.25rem}.history-notes{color:#fffc;font-size:.9rem;margin-top:.5rem}@media (max-width: 768px){.track-order{padding:1rem}.order-info-header{flex-direction:column;gap:1rem}.order-info-details{grid-template-columns:1fr}.timeline{padding-left:1.5rem}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%;min-height:100vh}
