body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}.profile-modal-overlay{align-items:center;background:#000c;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:99999}.profile-modal{background:#fff;border-radius:12px;box-shadow:0 20px 40px #00000080;max-height:90vh;overflow-y:auto;width:400px}.profile-modal .login-header{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:20px 24px}.profile-modal .login-header h2{color:#333;font-size:18px;margin:0}.profile-modal .close-btn{background:#f5f5f5;border:none;border-radius:4px;color:#666;cursor:pointer;font-size:12px;height:28px;width:28px}.profile-modal .close-btn:hover{background:#eee}.profile-content{padding:4px 24px 16px}.profile-avatar{margin-bottom:8px;text-align:center}.avatar-circle{align-items:center;background:linear-gradient(135deg,#e91e63,#8e24aa);border-radius:50%;color:#fff;display:flex;font-size:20px;font-weight:700;height:50px;justify-content:center;margin:0 auto 6px;width:50px}.profile-type-badge{color:#666;font-size:11px;font-weight:600;text-transform:uppercase}.profile-details{margin-bottom:8px}.profile-detail-item{border-bottom:1px solid #f5f5f5;display:flex;justify-content:space-between;padding:8px 0}.profile-detail-item:last-child{border-bottom:none}.profile-detail-label{color:#666;font-size:14px;font-weight:500}.profile-detail-value{color:#333;font-size:14px;font-weight:600}.profile-actions{margin-bottom:0}.profile-btn{border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:600;margin-bottom:6px;padding:10px;width:100%}.profile-btn.primary{background:linear-gradient(135deg,#e91e63,#8e24aa);color:#fff}.profile-btn.secondary{background:#f8f9fa;border:1px solid #dee2e6;color:#495057}.logout-section{border-top:1px solid #f5f5f5;margin-top:8px;padding-top:12px}.logout-btn{background:#fff5f5;border:1px solid #fecaca;border-radius:6px;color:#dc2626;cursor:pointer;display:block!important;font-size:14px;font-weight:600;padding:12px;text-align:center;width:100%}.logout-btn:hover{background:#fef2f2}.trips-header{padding:2rem 2rem 1rem}.driver-cta-section{background:linear-gradient(135deg,#e91e63,#8e24aa);color:#fff;padding:4rem 0;text-align:center}.driver-cta-content{margin:0 auto;max-width:600px;padding:0 1rem}.driver-cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-shadow:0 2px 4px #0000001a}.driver-cta-content p{font-size:1.2rem;line-height:1.6;margin-bottom:2rem;opacity:.9}.driver-cta-btn{background:#fff;border:none;border-radius:50px;box-shadow:0 4px 15px #0000001a;color:#e91e63;cursor:pointer;font-size:1.1rem;font-weight:600;min-width:200px;padding:1rem 2.5rem;transition:all .3s ease}.driver-cta-btn:hover{background:#f8fafc;box-shadow:0 6px 20px #00000026;transform:translateY(-2px)}@media (max-width:768px){.driver-cta-section{padding:3rem 0}.driver-cta-content h2{font-size:2rem}.driver-cta-content p{font-size:1.1rem;margin-bottom:1.5rem}.driver-cta-btn{font-size:1rem;padding:.8rem 2rem}}.onboarding-overlay{align-items:center;background:#000c;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:2000}.onboarding-modal{animation:modalSlideUp .4s ease;background:#fff;border-radius:20px;box-shadow:0 25px 60px #0000004d;max-height:95vh;max-width:1200px;overflow-y:auto;width:100%}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(100px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.onboarding-header{align-items:center;background:linear-gradient(135deg,#e91e63,#8e24aa);border-bottom:2px solid #f1f5f9;border-radius:20px 20px 0 0;color:#fff;display:flex;justify-content:space-between;padding:2.5rem}.onboarding-header h1{font-size:2rem;font-weight:700;margin:0}.close-btn{background:#fff3;border:1px solid #ffffff4d;color:#fff;height:50px;width:50px}.close-btn:hover{background:#ffffff4d;transform:scale(1.1)}.onboarding-tabs{background:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex}.onboarding-tabs .tab{background:#0000;border:none;border-bottom:3px solid #0000;color:#64748b;cursor:pointer;flex:1 1;font-weight:600;padding:1.5rem 2rem;transition:all .3s ease}.onboarding-tabs .tab:hover{background:#f1f5f9;color:#1e293b}.onboarding-tabs .tab.active{background:#fff;border-bottom-color:#e91e63;color:#e91e63}.onboarding-content{min-height:500px;padding:3rem}.onboarding-overview{margin:0 auto;max-width:1000px}.hero-section{margin-bottom:4rem}.hero-section h2{color:#1e293b;font-size:2.5rem;font-weight:800;margin-bottom:1rem}.hero-subtitle{color:#64748b;font-size:1.2rem;margin-bottom:3rem}.value-props{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:3rem 0}.value-prop{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:2rem;text-align:center;transition:all .3s ease}.value-prop:hover{border-color:#e91e63;box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}.prop-icon{font-size:3rem;margin-bottom:1rem}.value-prop h3{color:#1e293b;font-size:1.3rem;font-weight:700;margin-bottom:1rem}.value-prop p{color:#64748b;font-size:1rem;line-height:1.6}.requirements-section{margin:4rem 0}.requirements-section h3{color:#1e293b;font-size:2rem;font-weight:700;margin-bottom:3rem;text-align:center}.requirements-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.requirement-category{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 15px #0000000d;padding:2rem}.requirement-category h4{align-items:center;color:#e91e63;display:flex;font-size:1.2rem;font-weight:700;gap:.5rem;margin-bottom:1.5rem}.requirement-category ul{list-style:none;margin:0;padding:0}.requirement-category li{border-bottom:1px solid #f1f5f9;color:#4b5563;padding:.75rem 0 .75rem 1.5rem;position:relative}.requirement-category li:before{color:#22c55e;content:"✓";font-weight:700;left:0;position:absolute}.requirement-category li:last-child{border-bottom:none}.process-section{margin:4rem 0}.process-section h3{color:#1e293b;font-size:2rem;font-weight:700;margin-bottom:3rem;text-align:center}.process-steps{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.process-step{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:16px;padding:2rem;position:relative;text-align:center}.step-number{font-size:1.5rem;height:60px;width:60px}.process-step h4{color:#1e293b;font-size:1.2rem;font-weight:700;margin-bottom:1rem}.process-step p{color:#64748b;line-height:1.6}.cta-section{background:linear-gradient(135deg,#fef7f7,#f8fafc);border:1px solid #fecaca;border-radius:20px;margin:4rem 0;padding:3rem;text-align:center}.primary-cta-btn{background:linear-gradient(135deg,#e91e63,#8e24aa);border:none;border-radius:12px;box-shadow:0 4px 15px #e91e634d;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;margin:.5rem;padding:1.25rem 3rem;transition:all .3s ease}.primary-cta-btn:hover{box-shadow:0 8px 25px #e91e6366;transform:translateY(-3px)}.secondary-cta-btn{background:#fff;border:2px solid #e91e63;border-radius:12px;color:#e91e63;cursor:pointer;font-size:1.1rem;font-weight:700;margin:.5rem;padding:1.25rem 3rem;transition:all .3s ease}.secondary-cta-btn:hover{background:#e91e63;color:#fff;transform:translateY(-3px)}.application-form{margin:0 auto;max-width:800px}.application-form h2{color:#1e293b;font-size:2rem;font-weight:700;margin-bottom:1rem}.application-form>p{color:#64748b;font-size:1.1rem;margin-bottom:3rem}.form-section{border-radius:16px;margin-bottom:3rem}.form-section h3{font-size:1.4rem;margin-bottom:2rem}.checkbox-label{align-items:flex-start;color:#374151;font-weight:500;line-height:1.6;margin-bottom:1rem}.checkbox-label input[type=checkbox]{margin:.2rem 0 0}.days-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));margin-top:1rem}.day-checkbox{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:8px;cursor:pointer;display:flex;gap:.5rem;padding:.75rem;transition:all .3s ease}.day-checkbox:hover{background:#fef7f7;border-color:#e91e63}.day-checkbox input:checked+span,.day-checkbox:has(input:checked){background:#e91e63;border-color:#e91e63;color:#fff}.agreements{display:flex;flex-direction:column;gap:1rem}.form-actions{justify-content:space-between;margin-top:3rem}.primary-btn{background:linear-gradient(135deg,#e91e63,#8e24aa);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.primary-btn:hover{box-shadow:0 4px 15px #e91e634d;transform:translateY(-2px)}.secondary-btn{background:#f8fafc;border:1px solid #d1d5db;border-radius:8px;color:#64748b;cursor:pointer;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.secondary-btn:hover{background:#f1f5f9;color:#1e293b}.application-success{margin:0 auto;max-width:600px;padding:3rem;text-align:center}.application-success h2{color:#22c55e;font-size:2.2rem;font-weight:700;margin-bottom:1rem}.application-success>p{color:#64748b;font-size:1.1rem;margin-bottom:2rem}.next-steps{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px}.next-steps h3{color:#166534}.next-steps ul{color:#166534;line-height:1.8}.contact-info{background:#eff6ff;border:1px solid #93c5fd;border-radius:12px;margin:2rem 0;padding:1.5rem}.contact-info p{color:#1e40af;font-weight:500;margin:0}@media (max-width:768px){.onboarding-overlay{padding:.5rem}.onboarding-modal{border-radius:12px;max-height:98vh}.onboarding-header{border-radius:12px 12px 0 0;padding:1.5rem}.onboarding-header h1{font-size:1.5rem}.onboarding-tabs{flex-direction:column}.onboarding-tabs .tab{padding:1rem}.onboarding-content{padding:1.5rem}.process-steps,.requirements-grid,.value-props{grid-template-columns:1fr}.hero-section h2{font-size:2rem}.form-grid{grid-template-columns:1fr}.form-actions{flex-direction:column}.primary-cta-btn,.secondary-cta-btn{margin:.5rem 0;padding:1rem 2rem}}.training-docs{margin:0 auto;max-width:1200px}.training-header{align-items:center;border-bottom:2px solid #e2e8f0;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.training-header h2{color:#1e293b;font-size:1.8rem;font-weight:700;margin:0}.progress-indicator{background:linear-gradient(135deg,#e91e63,#8e24aa);border-radius:12px;color:#fff;font-size:.9rem;font-weight:600;padding:.75rem 1.5rem}.training-layout{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:350px 1fr;min-height:600px}.modules-sidebar{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;height:-webkit-fit-content;height:fit-content;padding:1.5rem;position:-webkit-sticky;position:sticky;top:2rem}.modules-sidebar h3{border-bottom:2px solid #e2e8f0;color:#1e293b;font-size:1.2rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:.5rem}.module-item{background:#fff;border:1px solid #e2e8f0;border-radius:12px;cursor:pointer;margin-bottom:1rem;padding:1rem;position:relative;transition:all .3s ease}.module-item:hover{border-color:#e91e63;box-shadow:0 4px 15px #0000001a;transform:translateY(-2px)}.module-item.active{background:#fef7f7;border-color:#e91e63;box-shadow:0 4px 15px #e91e6333}.module-item.completed{background:#f0fdf4;border-color:#22c55e}.module-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.module-header h4{color:#1e293b;flex:1 1;font-size:1rem;font-weight:600;margin:0}.module-duration{background:#e2e8f0;border-radius:6px;color:#64748b;font-size:.8rem;font-weight:500;padding:.25rem .5rem}.completion-check{font-size:1.2rem;position:absolute;right:.5rem;top:.5rem}.module-description{color:#64748b;font-size:.85rem;line-height:1.4;margin:0}.module-content-area{background:#fff;border:1px solid #e2e8f0;border-radius:16px;min-height:600px;padding:2.5rem}.module-content h2{border-bottom:3px solid #e91e63;color:#1e293b;font-size:2rem;font-weight:700;margin-bottom:2rem;padding-bottom:1rem}.content-section{margin-bottom:2.5rem}.content-section h3{align-items:center;color:#e91e63;display:flex;font-size:1.4rem;font-weight:700;gap:.5rem;margin-bottom:1.5rem}.content-section p{color:#4b5563;font-size:1rem;line-height:1.7;margin-bottom:1rem}.content-section ul{color:#4b5563;line-height:1.7;margin:1rem 0;padding-left:1.5rem}.content-section li{margin-bottom:.5rem}.content-section li strong{color:#1e293b;font-weight:600}.values-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:1.5rem 0}.value-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;text-align:center}.value-item h4{color:#e91e63;font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.value-item p{color:#64748b;font-size:.9rem;margin:0}.emergency-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:2rem 0}.emergency-item{background:#fef2f2;border:1px solid #fecaca;border-radius:12px;padding:1.5rem}.emergency-item h4{color:#dc2626;font-size:1.1rem;font-weight:700;margin-bottom:1rem}.emergency-item ol{color:#991b1b;font-weight:500;margin:0;padding-left:1.2rem}.emergency-item li{margin-bottom:.5rem}.contact-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:1.5rem 0}.contact-item{background:#eff6ff;border:1px solid #93c5fd;border-radius:8px;color:#1e40af;font-weight:600;padding:1rem;text-align:center}.technique-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:2rem 0}.technique-item{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;padding:1.5rem}.technique-item h4{color:#166534;font-size:1.1rem;font-weight:700;margin-bottom:1rem}.technique-item ul{color:#166534;margin:0;padding-left:1.2rem}.donts-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:1.5rem 0}.dont-item{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:.9rem;font-weight:600;padding:1rem;text-align:center}.challenge-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:2rem 0}.challenge-item{background:#fffbeb;border:1px solid #fed7aa;border-radius:12px;padding:1.5rem}.challenge-item h4{color:#d97706;font-size:1.1rem;font-weight:700;margin-bottom:1rem}.challenge-item ul{color:#92400e;margin:0;padding-left:1.2rem}.emergency-steps{margin:2rem 0}.step{align-items:flex-start;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;display:flex;gap:1.5rem;margin-bottom:2rem;padding:1.5rem}.step-number{background:linear-gradient(135deg,#dc2626,#b91c1c);flex-shrink:0;height:40px;width:40px}.step-content h4{color:#1e293b;font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.step-content p{color:#64748b;margin:0}.condition-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:2rem 0}.condition-item{background:#fef7f7;border:1px solid #fecaca;border-radius:12px;padding:1.5rem}.condition-item h4{color:#dc2626;font-size:1.1rem;font-weight:700;margin-bottom:1rem}.condition-item p{color:#991b1b;font-size:.9rem;margin:.5rem 0}.condition-item p strong{display:block;margin-bottom:.25rem}.info-checklist{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:1.5rem 0}.checklist-item{align-items:center;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;color:#166534;display:flex;font-weight:500;gap:.5rem;padding:1rem}.app-feature-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:2rem 0}.feature-item{background:#eff6ff;border:1px solid #93c5fd;border-radius:12px;padding:1.5rem}.feature-item h4{color:#1e40af;font-size:1.1rem;font-weight:700;margin-bottom:1rem}.feature-item p{color:#1e40af;font-size:.9rem;line-height:1.5;margin:0}.performance-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:2rem 0}.performance-item{background:#fefce8;border:1px solid #fde047;border-radius:12px;padding:1.5rem;text-align:center}.performance-item h4{color:#a16207;font-size:1.1rem;font-weight:700;margin-bottom:1rem}.performance-item p{color:#a16207;font-size:.9rem;line-height:1.5;margin:0}.complete-module-btn{background:linear-gradient(135deg,#22c55e,#16a34a);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:2rem;padding:1rem 2rem;transition:all .3s ease;width:100%}.complete-module-btn:hover{box-shadow:0 8px 25px #22c55e4d;transform:translateY(-2px)}.training-footer{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;margin-top:3rem;padding:2rem;text-align:center}.certification-info h3{color:#1e293b;font-size:1.3rem;font-weight:700;margin-bottom:1rem}.certification-info p{color:#64748b;font-size:1rem;margin-bottom:1.5rem}.certification-complete{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;margin-top:2rem;padding:2rem}.certification-complete h4{color:#22c55e;font-size:1.4rem;font-weight:700;margin-bottom:1rem}.certification-complete p{color:#166534;font-weight:600;margin:0}@media (max-width:768px){.training-layout{gap:1rem;grid-template-columns:1fr}.modules-sidebar{order:2;position:static}.module-content-area{order:1;padding:1.5rem}.training-header{flex-direction:column;gap:1rem;text-align:center}.app-feature-grid,.challenge-grid,.condition-grid,.contact-grid,.donts-grid,.emergency-grid,.info-checklist,.performance-grid,.technique-grid,.values-grid{grid-template-columns:1fr}.step{flex-direction:column;text-align:center}.module-content h2{font-size:1.5rem}.content-section h3{font-size:1.2rem}}.meeting-booking{margin:0 auto;max-width:800px}.booking-header{margin-bottom:3rem;text-align:center}.booking-header h2{color:#1e293b;font-size:2rem;font-weight:700;margin-bottom:1rem}.booking-header p{color:#64748b;font-size:1.1rem;line-height:1.6}.meeting-types{margin-bottom:3rem}.meeting-types h3{color:#1e293b;font-size:1.4rem;font-weight:700;margin-bottom:1.5rem}.meeting-type-options{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.meeting-option{background:#fff;border:2px solid #e2e8f0;border-radius:16px;cursor:pointer;padding:2rem;position:relative;transition:all .3s ease}.meeting-option:hover{border-color:#e91e63;box-shadow:0 8px 25px #0000001a;transform:translateY(-3px)}.meeting-option.selected{background:#fef7f7;border-color:#e91e63;box-shadow:0 8px 25px #e91e6333}.meeting-option input[type=radio]{height:0;opacity:0;position:absolute;width:0}.option-content h4{align-items:center;color:#1e293b;display:flex;font-size:1.2rem;font-weight:700;gap:.5rem;margin-bottom:1rem}.option-content p{color:#64748b;line-height:1.6;margin-bottom:1rem}.duration{background:#e91e63;border-radius:8px;color:#fff;display:inline-block;font-size:.9rem;font-weight:600;padding:.5rem 1rem}.booking-form{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;margin-bottom:3rem;padding:2.5rem}.form-section h3{border-bottom:2px solid #fecaca;color:#e91e63;font-weight:700;padding-bottom:.5rem}.form-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.form-group{display:flex;flex-direction:column}.form-group.full-width{grid-column:1/-1}.form-group label{color:#374151;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{background:#fff;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;padding:1rem;transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#e91e63;box-shadow:0 0 0 3px #e91e631a;outline:none}.date-selection{margin-bottom:2rem}.date-selection label{color:#374151;display:block;font-weight:600;margin-bottom:.5rem}.date-selection select{background:#fff;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;padding:1rem;width:100%}.time-selection{margin-bottom:2rem}.time-selection label{color:#374151;display:block;font-weight:600;margin-bottom:1rem}.time-slots{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.time-slot{background:#fff;border:1px solid #d1d5db;border-radius:8px;cursor:pointer;font-weight:500;padding:.75rem;position:relative;text-align:center;transition:all .3s ease}.time-slot:hover{background:#fef7f7;border-color:#e91e63}.time-slot.selected{background:#e91e63;border-color:#e91e63;color:#fff}.time-slot input[type=radio]{height:0;opacity:0;position:absolute;width:0}.meeting-location{background:#eff6ff;border:1px solid #93c5fd;border-radius:16px;margin:2.5rem 0;padding:2rem}.meeting-location h3{align-items:center;color:#1e40af;display:flex;font-size:1.3rem;font-weight:700;gap:.5rem;margin-bottom:1.5rem}.location-info h4{color:#1e40af;font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.location-info p{color:#1e40af;line-height:1.6;margin:.25rem 0}.form-actions{text-align:center}.book-meeting-btn{align-items:center;background:linear-gradient(135deg,#e91e63,#8e24aa);border:none;border-radius:12px;box-shadow:0 4px 15px #e91e634d;color:#fff;cursor:pointer;display:inline-flex;font-size:1.1rem;font-weight:700;gap:.5rem;padding:1.25rem 3rem;transition:all .3s ease}.book-meeting-btn:hover{box-shadow:0 8px 25px #e91e6366;transform:translateY(-3px)}.booking-info{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;margin:3rem 0;padding:2rem}.booking-info h3{color:#1e293b;font-size:1.3rem;font-weight:700;margin-bottom:1.5rem}.info-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.info-item{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem}.info-item h4{color:#e91e63;font-size:1.1rem;font-weight:700;margin-bottom:1rem}.info-item ul{color:#64748b;line-height:1.7;margin:0;padding-left:1.2rem}.info-item li{margin-bottom:.5rem}.contact-alternatives{background:#fefce8;border:1px solid #fde047;border-radius:16px;margin:3rem 0;padding:2rem}.contact-alternatives h3{color:#a16207;font-size:1.3rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.alternatives{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.alternative-option{background:#fff;border:1px solid #fde047;border-radius:12px;padding:1.5rem;text-align:center}.alternative-option h4{align-items:center;color:#a16207;display:flex;font-size:1rem;font-weight:700;gap:.5rem;justify-content:center;margin-bottom:1rem}.alternative-option p{color:#a16207;font-size:.9rem;line-height:1.6;margin:0}.booking-success{margin:0 auto;max-width:600px;padding:3rem;text-align:center}.success-icon{font-size:4rem;margin-bottom:2rem}.booking-success h2{color:#22c55e;font-size:2.2rem;font-weight:700;margin-bottom:2rem}.booking-details{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:16px;margin:2rem 0;padding:2rem;text-align:left}.booking-details h3{color:#166534;font-size:1.3rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.detail-item{border-bottom:1px solid #bbf7d0;color:#166534;padding:.75rem 0}.detail-item strong{font-weight:600}.next-steps{background:#eff6ff;border:1px solid #93c5fd;border-radius:16px;margin:2rem 0;padding:2rem;text-align:left}.next-steps h3{color:#1e40af;font-size:1.2rem;font-weight:700;margin-bottom:1rem}.next-steps ul{color:#1e40af;line-height:1.7;margin:0;padding-left:1.2rem}.contact-reminder{background:#fefce8;border:1px solid #fde047;border-radius:16px;margin:2rem 0;padding:2rem;text-align:left}.contact-reminder h3{color:#a16207;font-size:1.2rem;font-weight:700;margin-bottom:1rem}.contact-reminder p{color:#a16207;line-height:1.6;margin:.5rem 0}.contact-reminder strong{font-weight:700}.calendar-note{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;margin:2rem 0;padding:1.5rem}.calendar-note p{color:#64748b;font-weight:500;margin:0;text-align:center}@media (max-width:768px){.meeting-booking{padding:1rem}.booking-header h2{font-size:1.5rem}.meeting-type-options{grid-template-columns:1fr}.booking-form,.meeting-option{padding:1.5rem}.form-grid{grid-template-columns:1fr}.time-slots{grid-template-columns:repeat(3,1fr)}.alternatives,.info-grid{grid-template-columns:1fr}.booking-details,.contact-reminder,.detail-item,.next-steps{text-align:center}.detail-item{flex-direction:column;gap:.5rem}.book-meeting-btn{font-size:1rem;padding:1rem 2rem}.booking-success{padding:2rem 1rem}}.modal-overlay{background:#000000b3;padding:2rem}.earnings-modal{background:#fff;border-radius:1rem;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:800px;overflow-y:auto;position:relative;width:100%}.date-range-selector{align-items:center;display:flex;gap:1rem;margin-bottom:1.5rem}.date-range-selector label{color:#374151;font-weight:600;min-width:100px}.form-input,.form-select{border:1px solid #d1d5db;border-radius:.375rem;font-size:.9rem;padding:.5rem}.earnings-summary-report{margin-top:1.5rem}.summary-cards{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-bottom:1.5rem}.summary-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.2rem;text-align:center}.summary-card h3{color:#6b7280;font-size:.85rem;font-weight:600;margin-bottom:.5rem}.summary-card .amount{color:#1e293b;font-size:1.4rem;font-weight:700;margin:0}.current-month-highlight{background:linear-gradient(135deg,#e91e63,#8e24aa);border-radius:.75rem;color:#fff;margin-bottom:1.5rem;padding:1.2rem}.current-month-highlight h3{color:#fff;margin-bottom:.8rem;text-align:center}.month-stats{display:flex;justify-content:space-around}.stat{text-align:center}.stat-label{display:block;margin-bottom:.25rem;opacity:.9}.stat-value{display:block;font-size:1.1rem;font-weight:600}.trips-breakdown h3{color:#1e293b;margin-bottom:1rem}.trips-table-container{border:1px solid #e2e8f0;border-radius:.5rem;max-height:300px;overflow-x:auto;overflow-y:auto}.trips-table{font-size:.85rem}.trips-table th{border-bottom:1px solid #e2e8f0;padding:.6rem;position:-webkit-sticky;position:sticky;text-align:left;top:0}.trips-table td{border-bottom:1px solid #f1f5f9;padding:.6rem}.route-cell{max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.earnings-cell{color:#10b981;font-weight:600}.rating-cell{text-align:center}@media (max-width:768px){.earnings-modal{max-height:90vh;width:95%}.summary-cards{grid-template-columns:repeat(2,1fr)}.month-stats{flex-direction:column;gap:.8rem}.trips-table{font-size:.75rem}.trips-table td,.trips-table th{padding:.4rem .2rem}}.earnings-report-section{margin:2rem 0;text-align:center}.earnings-report-btn{background:linear-gradient(135deg,#e91e63,#8e24aa);border:none;border-radius:.75rem;box-shadow:0 4px 15px #e91e634d;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.earnings-report-btn:hover{box-shadow:0 6px 20px #e91e6366;transform:translateY(-2px)}.trip-tracker-modal{max-height:90vh;max-width:600px;overflow-y:auto;width:90%}.trip-info{background:#f8fafc;border-radius:.75rem;margin-bottom:1.5rem;padding:1.5rem}.trip-info h3{font-size:1.2rem;margin-bottom:1rem}.trip-info p{color:#475569;margin:.5rem 0}.status-confirmed{color:#10b981;font-weight:600}.status-in_progress{color:#f59e0b;font-weight:600}.status-completed{color:#10b981;font-weight:600}.trip-start-section{margin:1.5rem 0}.estimated-info{background:#e0f2fe;border-radius:.5rem;margin-bottom:1.5rem;padding:1.2rem}.estimated-info h4{color:#0f172a;margin-bottom:.8rem}.estimated-info p{color:#334155;margin:.3rem 0}.driver-notes-input{margin-bottom:1.5rem}.driver-notes-input label{color:#374151;display:block;font-weight:600;margin-bottom:.5rem}.driver-notes-input textarea{border:1px solid #d1d5db;border-radius:.5rem;font-size:.9rem;min-height:80px;padding:.75rem;resize:vertical;width:100%}.start-trip-btn{background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:.75rem;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem;transition:all .3s ease;width:100%}.start-trip-btn:hover:not(:disabled){box-shadow:0 6px 20px #10b98166;transform:translateY(-2px)}.start-trip-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.trip-progress-section{margin:1.5rem 0;text-align:center}.trip-timer{background:linear-gradient(135deg,#e91e63,#8e24aa);border-radius:1rem;color:#fff;margin-bottom:1.5rem;padding:2rem}.timer-display{margin-bottom:1rem}.timer-label{display:block;font-size:.9rem;margin-bottom:.5rem;opacity:.9}.timer-value{display:block;font-size:2.5rem;font-weight:700;text-shadow:0 2px 4px #0000001a}.timer-status{align-items:center;display:flex;font-size:.9rem;gap:.5rem;justify-content:center}.status-indicator{background:#dc2626;border-radius:50%;height:12px;width:12px}.status-indicator.active{animation:pulse 2s infinite;background:#10b981}.trip-comparison{background:#f1f5f9;border-radius:.5rem;margin-bottom:1.5rem;padding:1rem}.comparison-item{align-items:center;display:flex;font-size:.9rem;justify-content:space-between}.comparison-item span:first-child{color:#64748b}.comparison-item span:last-child{color:#1e293b;font-weight:600}.end-trip-btn{background:#f59e0b;border:none;border-radius:.75rem;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem;transition:all .3s ease;width:100%}.end-trip-btn:hover:not(:disabled){background:#d97706;box-shadow:0 6px 20px #f59e0b66;transform:translateY(-2px)}.trip-completion-form{background:#f8fafc;border-radius:.75rem;margin-top:1.5rem;padding:1.5rem}.trip-completion-form h4{color:#1e293b;margin-bottom:1.5rem;text-align:center}.completion-inputs{display:flex;flex-direction:column;gap:1.2rem;margin-bottom:1.5rem}.input-group label{font-size:.9rem;font-weight:600}.input-group input,.input-group textarea{border:1px solid #d1d5db;border-radius:.5rem;font-size:.9rem;padding:.75rem}.input-group textarea{min-height:70px;resize:vertical}.input-group small{color:#6b7280;display:block;font-size:.8rem;margin-top:.25rem}.completion-actions{display:flex;gap:1rem;justify-content:flex-end}.completion-actions button{border-radius:.5rem;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .2s ease}.completion-actions .btn-secondary{background:#6b7280;border:none;color:#fff}.completion-actions .btn-secondary:hover:not(:disabled){background:#4b5563}.completion-actions .btn-primary{background:#10b981;border:none;color:#fff}.completion-actions .btn-primary:hover:not(:disabled){background:#059669}.completion-actions button:disabled{cursor:not-allowed;opacity:.6}@media (max-width:768px){.trip-tracker-modal{margin:1rem;width:95%}.timer-value{font-size:2rem}.completion-actions{flex-direction:column}.completion-actions button{width:100%}.login-overlay,.profile-modal-overlay{padding:1rem}.profile-modal{border-radius:12px;max-height:85vh}.dashboard-nav{flex-direction:column;gap:.5rem}.nav-btn{justify-content:center}.trip-header{align-items:stretch;flex-direction:column;gap:1rem}.trip-route{text-align:center}.detail-row{align-items:flex-start;flex-direction:column;gap:.25rem}.value{text-align:left}.trip-footer{align-items:flex-start;flex-direction:column;gap:1rem}.activity-grid{grid-template-columns:repeat(2,1fr)}.urgent-item{align-items:stretch;flex-direction:column;gap:1rem}.urgent-actions{align-items:center;flex-direction:row;justify-content:center}.trip-main-content{padding-right:0}.info-btn{align-self:flex-start;margin-top:1rem;position:static}.trip-details-section{align-items:stretch;flex-direction:column;gap:1rem}.trip-status-actions{align-items:center;flex-direction:row;justify-content:space-between}.action-buttons{flex-direction:column;width:100%}.fare-row,.info-row{align-items:flex-start;flex-direction:column;gap:.5rem}.modal-content{margin:1rem;max-height:calc(100vh - 2rem)}.modal-body,.modal-header{padding:1.5rem}}@media (max-width:480px){.login-overlay,.profile-modal-overlay{padding:.5rem}.login-modal,.profile-modal{border-radius:12px;padding:1.5rem}}*{box-sizing:border-box;margin:0;padding:0}.active-trip-overlay{align-items:center;background:#dc2626f2;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999}.active-trip-banner{background:#fff;border-radius:12px;box-shadow:0 25px 50px -12px #00000040;max-width:400px;padding:2rem;text-align:center}.active-trip-banner h3{color:#dc2626;font-size:1.5rem;margin-bottom:1rem}.active-trip-banner p{color:#374151;line-height:1.6;margin-bottom:1.5rem}.locked-badge{background:#dc2626;border-radius:20px;color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .75rem}.driver-nav button:disabled{background:#e5e7eb;cursor:not-allowed;opacity:.5}.driver-nav button:disabled:hover{background:#e5e7eb}.landing-page-modern{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh}.modern-nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #0000001a;left:0;padding:1rem 0;position:fixed;right:0;top:0;z-index:1000}.nav-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.nav-container,.nav-logo{align-items:center;display:flex}.nav-logo{font-size:1.5rem;font-weight:800;gap:.75rem}.nav-logo-icon{border-radius:8px;height:40px;object-fit:cover;width:40px}.logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ec4899,#8b5cf6);-webkit-background-clip:text;background-clip:text}.nav-links{align-items:center;display:flex!important;gap:1rem}.nav-signin-btn{background:#ec4899!important;border:none;border-radius:6px;color:#fff!important;display:block!important;font-weight:500;padding:.5rem 1rem;transition:all .2s ease;white-space:nowrap}.nav-signin-btn:hover{background:#be185d!important;transform:translateY(-1px)}@media (max-width:600px){.nav-container{padding:0 1rem}.nav-logo{font-size:1.1rem;gap:.5rem}.nav-logo-icon{height:32px;width:32px}.logo-text{display:none}.nav-links{gap:.5rem}.nav-whatsapp-btn{font-size:.8rem;gap:.3rem;padding:.4rem .7rem}.nav-whatsapp-btn span{display:none}.nav-signin-btn{font-size:.85rem;padding:.4rem .8rem}}.modern-hero{align-items:center;background:linear-gradient(135deg,#ec4899,#be185d 50%,#7c3aed);display:flex;min-height:100vh;overflow:hidden;padding:100px 0 60px;position:relative}.modern-hero:before{background:radial-gradient(ellipse at top left,#ffffff26 0,#0000 50%),radial-gradient(ellipse at bottom right,#7c3aed4d 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.hero-container{align-items:center;display:flex;gap:60px;margin:0 auto;max-width:1200px;padding:0 40px;position:relative;width:100%;z-index:10}.hero-content{align-items:flex-start;display:flex;flex:1 1;flex-direction:column}.coming-soon-badge{align-items:center;background:#ffffff26;border:1px solid #ffffff40;border-radius:50px;color:#fff;display:inline-flex;font-size:1rem;font-weight:600;gap:8px;margin-bottom:32px;padding:12px 24px}.hero-title{color:#fff;font-size:4rem;font-weight:800;line-height:1.1;margin:0 0 32px}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#fce7f3 50%,#f0abfc);-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:#ffffffe6;font-size:1.25rem;line-height:1.8;margin:0 0 40px;max-width:500px}.hero-cta-btn{align-items:center;background:linear-gradient(135deg,#25d366,#128c7e);border:none;border-radius:14px;box-shadow:0 8px 30px #25d36659;color:#fff;cursor:pointer;display:inline-flex;font-size:1.2rem;font-weight:600;gap:12px;padding:18px 40px;transition:all .3s ease}.hero-cta-btn:hover{box-shadow:0 12px 40px #25d36680;transform:translateY(-3px)}.hero-visual{align-items:center;display:flex;flex:1 1;justify-content:center}.floating-elements{display:none}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.hero-badge{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff26;border:1px solid #fff3;border-radius:50px;color:#fffffff2;display:inline-flex;font-size:.9rem;font-weight:600;gap:.75rem;margin-bottom:2rem;padding:.75rem 1.5rem}.hero-description{color:#ffffffe6;font-size:1.4rem;font-weight:400;margin-bottom:4rem;max-width:800px;text-shadow:0 2px 10px #0003}.hero-cta{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-bottom:4rem}.hero-stats{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:600px;padding:2rem 0}.hero-stat{animation:statFadeIn 1.5s ease-out;text-align:center}@keyframes statFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-stat-number{color:#fff;font-size:2.5rem;font-weight:900;margin-bottom:.5rem;text-shadow:0 4px 20px #ffffff4d}.hero-stat-label{color:#fffc;font-size:.9rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.round-trip-service{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #ffffff4d;border-radius:20px;box-shadow:0 15px 50px #00000026;margin:0 auto;padding:40px 60px;width:100%}.service-title{color:#1f2937;font-size:18px;font-weight:700;margin-bottom:20px;text-align:center}.service-legend{color:#6b7280;display:flex;font-size:13px;justify-content:space-around;margin-bottom:20px}.legend-item-simple{align-items:center;display:flex;font-weight:500;gap:8px}.trip-journey{height:150px;justify-content:space-between;margin-bottom:30px;padding:0 60px;position:relative}.location-point,.trip-journey{align-items:center;display:flex}.location-point{border-radius:50%;box-shadow:0 4px 15px #0003;color:#fff;font-size:24px;height:60px;justify-content:center;width:60px;z-index:3}.home-point{animation:pulse 2s ease-in-out infinite;background:linear-gradient(135deg,#10b981,#059669)}.destination-point{animation:pulse 2s ease-in-out 1s infinite;background:linear-gradient(135deg,#dc2626,#b91c1c)}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.journey-line{background:linear-gradient(90deg,#10b981,#ec4899,#dc2626);border-radius:3px;box-shadow:0 4px 15px #ec48994d;height:6px;right:120px}.companion-car,.journey-line{left:120px;position:absolute;top:50%;transform:translateY(-50%)}.companion-car{align-items:center;animation:carTravel 4s ease-in-out infinite;background:linear-gradient(135deg,#ec4899,#be185d);border-radius:50%;box-shadow:0 8px 25px #ec489966;color:#fff;display:flex;font-size:24px;height:50px;justify-content:center;width:50px;z-index:2}@keyframes carTravel{0%{left:120px;transform:translateY(-50%) scaleX(-1)}45%{left:calc(100% - 170px);transform:translateY(-50%) scaleX(-1)}50%{left:calc(100% - 170px);transform:translateY(-50%) scaleX(1)}95%{left:120px;transform:translateY(-50%) scaleX(1)}to{left:120px;transform:translateY(-50%) scaleX(-1)}}.service-description{background:#ec48990d;border:1px solid #ec48991a;border-radius:10px;padding:15px 25px;text-align:center}.service-description h4{color:#1f2937;font-size:14px;font-weight:700;margin-bottom:8px}.service-description p{color:#6b7280;font-size:13px;line-height:1.4;margin:0}.dual-cta-section{background:#f8fafc;padding:4rem 0}.dual-cta-container{grid-gap:3rem;align-items:stretch;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;padding:0 2rem}.driver-cta,.passenger-cta{background:#fff;border-radius:20px;box-shadow:0 10px 40px #0000001a;display:flex;flex-direction:column;justify-content:space-between;padding:3rem;text-align:center}.passenger-cta{background:linear-gradient(135deg,#ec4899,#be185d);color:#fff}.driver-cta{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.cta-content h3{color:inherit;font-size:1.8rem;font-weight:700;margin-bottom:1rem}.cta-content p{font-size:1.1rem;line-height:1.6;margin-bottom:2rem;opacity:.9}@media (max-width:768px){.dual-cta-container{gap:2rem;grid-template-columns:1fr}.driver-cta,.passenger-cta{padding:2rem}}.orbit-ring{animation:rotate 20s linear infinite;border:2px solid #ffffff1a;height:700px;top:50%;transform:translate(-50%,-50%);width:700px}.orbit-ring,.orbit-ring:before{border-radius:50%;left:50%;position:absolute}.orbit-ring:before{background:#fffc;box-shadow:0 0 20px #ffffff80;content:"";height:16px;top:-8px;transform:translateX(-50%);width:16px}@keyframes rotate{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}.btn-primary-modern{background:linear-gradient(45deg,#ec4899,#be185d);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;overflow:hidden;padding:1rem 2rem;position:relative;transition:all .3s ease}.btn-primary-modern:hover{box-shadow:0 10px 25px #ec489966;transform:translateY(-2px)}.btn-shine{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.btn-primary-modern:hover .btn-shine{left:100%}.driver-banner{background:linear-gradient(45deg,#ec4899,#be185d);color:#fff;margin-top:3rem;padding:2rem}.banner-container{margin:0 auto;max-width:1200px}.banner-content{align-items:center;display:flex;gap:2rem;justify-content:space-between}.banner-text h3{color:#fff;font-size:2rem;margin-bottom:.5rem}.banner-text p{color:#fce7f3;font-size:1.125rem;opacity:.95}.btn-driver-cta{background:#fff;border:none;border-radius:8px;color:#be185d;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease;white-space:nowrap}.btn-driver-cta:hover{box-shadow:0 8px 25px #0003;transform:translateY(-2px)}.modern-services{background:#f8fafc;padding:4rem 2rem}.services-container{margin:0 auto;max-width:1200px}.section-header{margin-bottom:4rem;text-align:center}.section-header h2{color:#1f2937;font-size:2.5rem;margin-bottom:1rem}.section-header p{color:#6b7280;font-size:1.125rem}.services-grid-modern{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.service-card-modern{background:linear-gradient(135deg,#ec4899,#be185d);border:none;border-radius:12px;box-shadow:0 8px 20px #ec48994d;color:#fff;padding:1.5rem;text-align:center;transition:all .3s ease}.service-card-modern:hover{box-shadow:0 15px 30px #ec489966;transform:translateY(-4px)}.service-icon-modern{display:block;font-size:2.5rem;margin-bottom:1rem;opacity:.9}.service-card-modern h3{color:#fff;font-size:1.125rem;font-weight:600;margin-bottom:.75rem}.service-card-modern p{color:#ffffffe6;font-size:.875rem;line-height:1.5;margin-bottom:1rem}.service-features{grid-gap:.25rem;display:grid;gap:.25rem;grid-template-columns:1fr}.service-features span{color:#fffffff2;font-size:.8rem;font-weight:500}.modern-pricing{background:#fff;padding:4rem 2rem}.pricing-container{margin:0 auto;max-width:800px}.pricing-card-modern{background:#fff;border:2px solid #ec4899;border-radius:16px;box-shadow:0 20px 25px #ec489933;color:#1f2937;padding:3rem}.pricing-header h3{color:#1f2937;font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center}.pricing-items{margin-bottom:2rem}.pricing-row{align-items:center;border-bottom:1px solid #fff3;display:flex;justify-content:space-between;padding:1rem 0}.pricing-row:last-child{border-bottom:none}.price-label{align-items:center;color:#1f2937;display:flex;font-size:1.125rem;font-weight:600;gap:.75rem}.price-icon,.price-value{font-size:1.5rem}.price-value{color:#7c3aed;font-weight:700}.pricing-benefits{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-top:2rem}.benefit{color:#1f2937;font-size:.875rem;font-weight:500;opacity:1}.modern-how-it-works{background:#f8fafc;padding:4rem 2rem}.steps-grid-modern{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.step-modern{flex-direction:column;text-align:center}.step-icon,.step-modern{align-items:center;display:flex}.step-icon{background:linear-gradient(135deg,#ec4899,#be185d);border-radius:50%;box-shadow:0 8px 25px #ec48994d;height:80px;justify-content:center;margin-bottom:1.5rem;width:80px}.step-number{font-size:2rem}.step-content h3{color:#1f2937;font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.step-content p{color:#6b7280;line-height:1.6}.modern-faq{background:#fff;padding:4rem 2rem}.faq-container{margin:0 auto;max-width:800px}.faq-list{margin-top:3rem}.faq-item{border:1px solid #e5e7eb;border-radius:8px;margin-bottom:1rem;overflow:hidden;transition:all .3s ease}.faq-item:hover{border-color:#ec4899}.faq-question{align-items:center;background:#f9fafb;cursor:pointer;display:flex;justify-content:space-between;padding:1.5rem;transition:background .3s ease}.faq-question:hover{background:#f3f4f6}.faq-question h3{color:#1f2937;font-size:1.125rem;font-weight:600;margin:0}.faq-toggle{color:#6b7280;font-size:1.5rem;transition:transform .3s ease}.faq-toggle.rotate{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;padding:0 1.5rem;transition:all .3s ease}.faq-item.expanded .faq-answer{max-height:200px;padding:1.5rem}.faq-answer p{color:#6b7280;line-height:1.6;margin:0}.modern-footer{background:#111827;color:#fff;padding:4rem 2rem 2rem}.footer-container{margin:0 auto;max-width:1200px}.footer-content{grid-gap:3rem;gap:3rem;grid-template-columns:2fr 1fr 1fr}.footer-section h3{color:#ec4899;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.footer-section h4{font-size:1.125rem;font-weight:600}.footer-section p{color:#d1d5db;line-height:1.6;margin-bottom:1rem}.footer-email{color:#ec4899;font-weight:500}.footer-section li{margin-bottom:.5rem}.footer-link{background:none;border:none;color:#d1d5db;cursor:pointer;text-decoration:none;transition:color .2s ease}.footer-link:hover{color:#ec4899}.footer-bottom{color:#9ca3af;padding-top:2rem}@media (max-width:768px){.nav-links{display:flex!important}.modern-hero{min-height:90vh}.hero-container{gap:2rem;grid-template-columns:1fr;padding:1.5rem}.hero-content{order:1;text-align:center}.hero-visual{order:2}.hero-title{font-size:3rem;line-height:1.1;margin-bottom:1.5rem}.hero-description{font-size:1.15rem;line-height:1.5;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:500px}.hero-cta{justify-content:center;margin-bottom:2rem}.hero-stats{gap:1rem;grid-template-columns:repeat(3,1fr);margin-top:1rem}.hero-stat-number{font-size:1.6rem}.round-trip-service{max-width:90%;padding:25px}.service-legend{align-items:center;flex-direction:column;gap:8px}.trip-journey{height:100px;padding:0 15px}.location-point{font-size:20px;height:50px;width:50px}.companion-car{font-size:18px;height:35px;width:35px}.orbit-ring{height:280px;width:280px}.floating-element{display:none}.btn-primary-modern,.nav-signin-btn{max-width:280px;padding:1rem;width:100%}.banner-content{flex-direction:column;gap:1.5rem;text-align:center}.banner-text h3{font-size:1.5rem}.services-grid-modern{gap:1rem;grid-template-columns:1fr}.service-card-modern{padding:1.25rem}.steps-grid-modern{gap:1.5rem;grid-template-columns:1fr}.pricing-card-modern{padding:2rem}.contact-info,.footer-content,.pricing-benefits{grid-template-columns:1fr}.footer-content{gap:2rem;text-align:center}.faq-container{padding:0 1rem}.section-header h2{font-size:2rem}}@media (max-width:480px){.modern-hero{min-height:85vh;padding-top:100px}.hero-container{gap:1.5rem;padding:1rem}.hero-title{font-size:2.4rem;line-height:1.1;margin-bottom:1rem}.hero-description{font-size:1rem;line-height:1.5;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:400px}.hero-stats{gap:.5rem;grid-template-columns:repeat(3,1fr);margin-top:1rem}.hero-stat-number{font-size:1.3rem}.hero-stat-label{font-size:.7rem}.round-trip-service{max-width:95%;padding:20px}.service-title{font-size:16px}.service-legend{flex-direction:column;font-size:11px;gap:6px}.trip-journey{height:90px;padding:0 10px}.location-point{font-size:18px;height:45px;width:45px}.companion-car{font-size:16px;height:30px;width:30px}.orbit-ring{height:200px;width:200px}.nav-container{padding:0 1rem}.modern-faq,.modern-how-it-works,.modern-pricing,.modern-services{padding:2rem 1rem}.driver-banner{padding:1.5rem 1rem}}.offline-indicator{background:#dc2626;color:#fff;font-size:.875rem;left:0;padding:.5rem;position:fixed;right:0;text-align:center;top:0;transform:translateY(-100%);transition:transform .3s ease;z-index:9999}.offline-indicator.show{transform:translateY(0)}.app-install-banner{background:#ec4899;bottom:0;color:#fff;left:0;padding:1rem;position:fixed;right:0;text-align:center;transform:translateY(100%);transition:transform .3s ease;z-index:1000}.app-install-banner.show{transform:translateY(0)}.app-install-banner button{background:#fff;border:none;border-radius:6px;color:#ec4899;cursor:pointer;font-weight:600;margin:0 .5rem;padding:.5rem 1rem}.pwa-loading{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ec4899e6;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999}.pwa-loading .spinner{animation:spin 1s ease-in-out infinite;border:3px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:40px;width:40px}.dashboard-period-toggle{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin:1.5rem 0;padding:1rem}.dashboard-period-toggle h3{color:#374151;font-size:1.125rem;margin:0 0 1rem}.period-buttons{display:flex;gap:.5rem}.period-btn{background:#fff;border:2px solid #e5e7eb;border-radius:6px;color:#6b7280;cursor:pointer;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.period-btn:hover{border-color:#8b5cf6;color:#8b5cf6}.period-btn.active{background:#8b5cf6;border-color:#8b5cf6;color:#fff}.user-initial-avatar{align-items:center;background:linear-gradient(135deg,#8b5cf6,#a855f7);border:2px solid #fff3;border-radius:50%;box-shadow:0 2px 8px #8b5cf64d;color:#fff;display:flex;font-size:14px;font-weight:600;justify-content:center;letter-spacing:.5px}.default-avatar,.user-avatar,.user-initial-avatar{height:36px;width:36px}.default-avatar{background:#64748b;font-size:14px}body{background:#f8fafc;color:#1e293b;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.App{display:flex;flex-direction:column;min-height:100vh}.app-header{background:linear-gradient(135deg,#ec4899,#be185d);box-shadow:0 4px 20px #0000001a;color:#fff;left:0;position:fixed;right:0;z-index:10000}.logo-icon{border-radius:8px;box-shadow:0 2px 8px #fff3}.modern-logo{flex-direction:column;line-height:1}.logo-text{font-size:1.2rem}.logo-accent{color:#fde7f3}.header-nav{gap:1rem}.user-info{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:12px;padding:.5rem 1rem}.user-name{font-size:.95rem}.user-menu-btn{background:#0000;padding:0;transition:all .2s ease}.user-menu-btn:hover{border-color:#fff9}.user-dropdown{border-radius:12px;margin-top:.5rem;padding:.5rem;z-index:1001}.dropdown-item{background:#0000;border-radius:8px}.dropdown-item:hover{background:#f3f4f6;color:#1f2937}.dropdown-divider{background:#e2e8f0;height:1px;margin:.5rem 0}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.admin-view{min-height:100vh}.admin-header{box-shadow:0 1px 3px 0 #0000001a;padding:1.5rem 2rem}.admin-header h1{font-size:1.875rem;font-weight:700;margin-bottom:1rem}.admin-nav{flex-wrap:wrap;gap:.5rem}.admin-nav button{background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;font-weight:500;padding:.75rem 1.5rem;transition:all .2s}.admin-nav button:hover{color:#475569}.admin-nav button.active{background:#3b82f6;border-color:#3b82f6}.admin-content{max-width:1400px}.admin-dashboard h2{color:#1e293b;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.stat-card{border-radius:.75rem;box-shadow:0 1px 3px 0 #0000001a}.stat-card h3{font-size:.875rem;font-weight:500;letter-spacing:.025em;margin-bottom:.5rem}.stat-number{font-size:2rem;font-weight:700}.driver-management .section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.driver-management h2{color:#1e293b;font-size:1.5rem;font-weight:600}.add-driver-btn{background:#10b981;border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:background .2s}.add-driver-btn:hover{background:#059669}.drivers-list h3{color:#1e293b;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.drivers-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.driver-card{border-radius:.75rem;box-shadow:0 1px 3px 0 #0000001a;transition:transform .2s,box-shadow .2s}.driver-card:hover{box-shadow:0 4px 6px -1px #0000001a;transform:translateY(-2px)}.driver-info h4{color:#1e293b;font-size:1.125rem;font-weight:600;margin-bottom:.75rem}.driver-info p{font-size:.875rem;margin-bottom:.25rem}.driver-status{align-items:center;border-top:1px solid #e2e8f0;display:flex;justify-content:space-between;margin-top:1rem;padding-top:1rem}.status{border-radius:.375rem;font-size:.75rem;font-weight:500;letter-spacing:.025em;padding:.25rem .75rem}.status.available{background:#dcfce7;color:#166534}.status.busy{background:#fed7d7;color:#c53030}.rating{color:#64748b;font-size:.875rem}.booking-management h2{color:#1e293b;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.booking-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.filter-btn{background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;color:#64748b;cursor:pointer;font-weight:500;padding:.75rem 1.25rem;transition:all .2s}.filter-btn:hover{background:#f1f5f9;color:#475569}.filter-btn.active{background:#3b82f6;border-color:#3b82f6;color:#fff}.bookings-list{space-y:1rem}.booking-item{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;box-shadow:0 1px 3px 0 #0000001a;margin-bottom:1rem;padding:1.5rem}.booking-header{border-bottom:1px solid #e2e8f0;margin-bottom:1rem}.booking-header h4{color:#1e293b;font-size:1.125rem;font-weight:600}.booking-status{border-radius:.375rem;font-size:.75rem;font-weight:600;letter-spacing:.025em;padding:.375rem .75rem;text-transform:uppercase}.status-pending_assignment{background:#fef3c7;color:#92400e}.status-in_progress{background:#fde68a;color:#92400e}.status-cancelled{background:#fecaca;color:#dc2626}.booking-details{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr auto}.booking-info{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.info-section h5{color:#374151;font-size:.875rem;font-weight:600;letter-spacing:.025em;margin-bottom:.5rem;text-transform:uppercase}.info-section p{color:#64748b;font-size:.875rem;margin-bottom:.25rem}.requirement{background:#f1f5f9;border-radius:.25rem;color:#475569;font-size:.75rem;padding:.25rem .5rem}.booking-actions{display:flex;flex-direction:column;gap:1rem;min-width:200px}.booking-date{color:#9ca3af;font-size:.75rem}.action-buttons{flex-direction:column;gap:.5rem}.action-btn{border-radius:.375rem;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .2s}.assign-btn{background:#3b82f6;color:#fff}.assign-btn:hover{background:#2563eb}.cancel-btn{background:#ef4444;color:#fff}.cancel-btn:hover{background:#dc2626}.start-btn{background:#10b981}.start-btn:hover{background:#059669}.complete-btn{background:#8b5cf6;color:#fff}.complete-btn:hover{background:#7c3aed}.reassign-btn{background:#f59e0b;color:#fff}.reassign-btn:hover{background:#d97706}.view-btn{background:#6b7280;color:#fff}.view-btn:hover{background:#4b5563}.no-bookings{color:#9ca3af;padding:3rem;text-align:center}.no-bookings p{font-size:1.125rem;font-weight:500}.add-driver-form{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;box-shadow:0 1px 3px 0 #0000001a;margin-bottom:2rem;padding:2rem}.add-driver-form h3{color:#1e293b;font-size:1.25rem;font-weight:600;margin-bottom:1.5rem}.form-row{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.form-actions{border-top:1px solid #e2e8f0;margin-top:1.5rem;padding-top:1.5rem}.form-actions button{border-radius:.5rem;font-weight:500;padding:.75rem 1.5rem;transition:all .2s}.form-actions button[type=button]{background:#f1f5f9;border:1px solid #e2e8f0;color:#475569}.form-actions button[type=button]:hover{background:#e2e8f0}.form-actions button[type=submit]{background:#10b981;border:none}.form-actions button[type=submit]:hover:not(:disabled){background:#059669}.form-actions button:disabled{cursor:not-allowed;opacity:.5}.input-group{margin-bottom:1rem}.input-group label{color:#374151;display:block;font-weight:500;margin-bottom:.5rem}.input-group input,.input-group select,.input-group textarea{border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;padding:.75rem;transition:border-color .3s ease,box-shadow .3s ease;width:100%}.input-group input:focus,.input-group select:focus,.input-group textarea:focus{border-color:#e91e63;box-shadow:0 0 0 3px #e91e631a;outline:none}.login-overlay{padding:1rem;z-index:2000}.login-modal{border-radius:1rem;box-shadow:0 20px 60px #0000004d}.login-header{border-bottom:1px solid #e2e8f0;padding:2rem 2rem 1rem}.login-header h2{font-size:1.5rem}.close-btn{background:none;border-radius:50%;transition:all .3s ease}.close-btn:hover{background:#f1f5f9;color:#e91e63}.login-form{padding:1.5rem 2rem 2rem}.user-type-selector{margin-bottom:1.5rem}.user-type-selector label{color:#374151;font-weight:500;margin-bottom:.75rem}.type-options{grid-gap:.5rem;gap:.5rem;grid-template-columns:1fr 1fr 1fr}.type-btn{background:#fff;border-radius:.5rem;font-size:.875rem;font-weight:500;padding:.75rem;transition:all .3s ease}.type-btn:hover{color:#e91e63}.type-btn.active{background:#e91e63;border-color:#e91e63}.submit-btn{background:linear-gradient(135deg,#e91e63,#8e24aa);border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:1rem;padding:1rem;transition:all .3s ease;width:100%}.submit-btn:hover:not(:disabled){box-shadow:0 8px 25px #e91e634d;transform:translateY(-2px)}.submit-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.form-footer{border-top:1px solid #e2e8f0;margin-top:1.5rem;padding-top:1.5rem;text-align:center}.toggle-btn{background:none;border:none;border-radius:.3rem;color:#e91e63;cursor:pointer;font-weight:500;padding:.5rem;transition:all .3s ease}.toggle-btn:hover{background:#fdf2f8}.staff-info{color:#64748b;font-size:.9rem;line-height:1.4}.staff-info p{margin:.5rem 0}@media (max-width:768px){.login-overlay{padding:.5rem}.login-modal{max-height:95vh}.login-header{padding:1.5rem 1.5rem 1rem}.login-header h2{font-size:1.3rem}.login-form{padding:1rem 1.5rem 1.5rem}.type-options{gap:.75rem;grid-template-columns:1fr}.type-btn{font-size:1rem;padding:1rem}}.landing-page{background:linear-gradient(135deg,#f8fafc,#e2e8f0);min-height:100vh}.hero-section{background:linear-gradient(135deg,#e91e63,#8e24aa);color:#fff;padding:4rem 2rem;text-align:center}.hero-text h1{font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:1rem}.brand-title{align-items:center;display:flex;flex-direction:column;font-weight:800;gap:.3rem;letter-spacing:-.02em}.brand-title .brand-text{color:#fff;text-shadow:0 2px 10px #0000004d}.brand-title .simple-heart{margin-top:.2rem}.brand-title .simple-heart svg{opacity:.8}.hero-description{font-size:1.1rem;line-height:1.6;margin-bottom:2.5rem;opacity:.8}.hero-actions{gap:1rem}.hero-actions,.hero-graphic{display:flex;justify-content:center}.hero-graphic{align-items:center;font-size:4rem;gap:2rem}.how-it-works,.pricing-section,.services-section{padding:4rem 2rem}.how-it-works{background:#f8fafc}.container{margin:0 auto;max-width:1200px}.how-it-works h2,.pricing-section h2,.services-section h2{color:#1e293b;font-size:2.5rem;margin-bottom:3rem;text-align:center}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.service-card{background:#fff;border-radius:1rem;box-shadow:0 4px 20px #0000001a;padding:2rem;text-align:center;transition:transform .3s ease}.service-card:hover{transform:translateY(-5px)}.service-icon{font-size:3rem;margin-bottom:1rem}.service-card h3{color:#e91e63;font-size:1.5rem;margin-bottom:1rem}.pricing-card{background:#fff;border-radius:1rem;box-shadow:0 4px 20px #0000001a;margin:0 auto;max-width:600px;padding:3rem}.price-item{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:1rem 0}.price-label{color:#64748b;font-size:1.1rem}.price-value{color:#e91e63;font-size:1.3rem;font-weight:600}.pricing-note{border-top:1px solid #e2e8f0;margin-top:1.5rem;padding-top:1.5rem}.pricing-note p{color:#059669;margin:.5rem 0}.steps-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:1rem}.step{background:#fff;border-radius:1rem;box-shadow:0 4px 20px #0000001a;padding:2.5rem 2rem;position:relative;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.step:hover{box-shadow:0 8px 30px #00000026;transform:translateY(-5px)}.step-number{align-items:center;background:linear-gradient(135deg,#e91e63,#8e24aa);border-radius:50%;box-shadow:0 4px 15px #e91e634d;color:#fff;display:flex;font-size:1.8rem;font-weight:700;height:80px;justify-content:center;margin:0 auto 1.5rem;position:relative;width:80px;z-index:2}.step h3{color:#1e293b;font-size:1.4rem;font-weight:600;margin-bottom:1rem}.step p{color:#64748b;font-size:1rem;line-height:1.6}.landing-footer{background:#1e293b;color:#fff;padding:3rem 2rem 1rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.footer-section h4{color:#e91e63;margin-bottom:1rem}.footer-section ul{list-style:none;padding:0}.footer-section li{color:#94a3b8;padding:.3rem 0}.staff-links{display:flex;flex-direction:column;gap:.5rem}.link-btn{background:none;border:1px solid #64748b;border-radius:.5rem;color:#94a3b8;cursor:pointer;padding:.5rem 1rem;transition:all .3s ease}.link-btn:hover{border-color:#e91e63;color:#e91e63}.footer-bottom{border-top:1px solid #374151;color:#94a3b8;padding-top:1rem;text-align:center}.trip-booking-form{background:#fff;border-radius:1rem;box-shadow:0 4px 20px #0000001a;margin:0 auto;max-width:800px;padding:2rem}.form-header{margin-bottom:2rem;text-align:center}.form-header h2{color:#e91e63;margin-bottom:.5rem}.form-section{border-bottom:1px solid #e2e8f0;margin-bottom:2.5rem;padding-bottom:2rem}.form-section h3{font-size:1.3rem}.form-section h4{font-size:1.1rem}.checkbox-group{margin:1.5rem 0}.checkbox-label{align-items:center;border-radius:.5rem;cursor:pointer;display:flex;gap:.75rem;margin-bottom:.75rem;padding:.5rem;transition:background-color .3s ease}.checkbox-label:hover{background-color:#f8fafc}.checkbox-label input[type=checkbox]{margin:0;width:auto}.quote-section{margin:2rem 0;text-align:center}.quote-display{background:#f8fafc;border:2px solid #e91e63;border-radius:1rem;margin:2rem 0;padding:2rem}.quote-display h3{color:#e91e63;margin-bottom:1.5rem}.quote-details{margin:0 auto;max-width:400px}.quote-row{border-bottom:1px solid #e2e8f0;padding:.5rem 0}.quote-row,.quote-total{display:flex;justify-content:space-between}.quote-total{border-top:2px solid #e91e63;color:#e91e63;font-size:1.1rem;font-weight:600;margin-top:1rem;padding:1rem 0}.terms-section{background:#fffbeb;border:1px solid #fbbf24;border-radius:.5rem;margin:2rem 0;padding:1.5rem}.submit-section{margin-top:2rem;text-align:center}.dashboard-content{background:#fff;border-radius:1rem;box-shadow:0 4px 20px #00000014;margin:0;min-height:calc(100vh - 120px)}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem;padding:2rem 2rem 0}.section-header h2{color:#1e293b;font-size:1.8rem;font-weight:700;margin:0}.dashboard-tabs{background:#f8fafc;border-radius:1rem 1rem 0 0;margin-bottom:0;padding:1rem}.dashboard-tabs,.tab-btn{display:flex;gap:.5rem;justify-content:center}.tab-btn{align-items:center;background:none;border:none;border-radius:.75rem;color:#64748b;cursor:pointer;font-size:.95rem;font-weight:600;min-width:140px;padding:1rem 1.5rem;transition:all .3s ease}.tab-btn:hover{background:#e91e631a;color:#e91e63;transform:translateY(-2px)}.tab-btn.active{background:linear-gradient(135deg,#e91e63,#8e24aa);box-shadow:0 4px 15px #e91e634d;color:#fff}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));padding:0 2rem}.stat-card{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:1rem;overflow:hidden;padding:1.5rem;position:relative;transition:all .3s ease}.stat-card:before{background:linear-gradient(135deg,#e91e63,#8e24aa);content:"";height:4px;left:0;position:absolute;right:0;top:0}.stat-card:hover{box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}.stat-value{color:#e91e63;font-size:2rem;font-weight:700;margin-bottom:.5rem}.stat-label{color:#64748b;font-size:.85rem;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.form-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:1rem;margin-bottom:2rem;padding:2rem}.form-section:last-child{border-bottom:none;margin-bottom:0}.form-section h3{align-items:center;color:#1e293b;display:flex;font-size:1.2rem;font-weight:600;gap:.5rem;margin-bottom:1.5rem}.form-section h4{color:#374151;font-size:1rem;font-weight:500;margin-bottom:1rem}.admin-dashboard{margin:0 auto;max-width:1400px;padding:2rem}.admin-content{background:#fff;border-radius:1rem;box-shadow:0 4px 20px #00000014;overflow:hidden}.admin-tabs{background:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex;overflow-x:auto}.admin-tab-btn{background:none;border:none;border-bottom:3px solid #0000;color:#64748b;cursor:pointer;font-size:.95rem;font-weight:600;padding:1.25rem 2rem;transition:all .3s ease;white-space:nowrap}.admin-tab-btn:hover{background:#e91e630d;color:#e91e63}.admin-tab-btn.active{background:#fff;border-bottom-color:#e91e63;color:#e91e63}.admin-section{padding:2rem}.drivers-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-top:1.5rem}.driver-card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1.5rem;transition:all .3s ease}.driver-card:hover{border-color:#e91e63;box-shadow:0 8px 25px #0000001a;transform:translateY(-3px)}.driver-header{align-items:flex-start;margin-bottom:1rem}.driver-name{color:#1e293b;font-size:1.1rem;font-weight:600}.driver-status{border-radius:2rem;font-size:.8rem;font-weight:500;padding:.25rem .75rem;text-transform:uppercase}.driver-status.available{background:#dcfce7;color:#166534}.driver-status.busy{background:#fed7aa;color:#9a3412}.driver-details{color:#64748b;font-size:.9rem;line-height:1.5}.driver-actions{display:flex;gap:.75rem;margin-top:1rem}.trips-table{background:#fff;border-collapse:collapse;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;margin-top:1rem;overflow:hidden;width:100%}.trips-table td,.trips-table th{border-bottom:1px solid #e2e8f0;padding:1rem;text-align:left}.trips-table th{color:#374151;font-size:.9rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.trips-table th,.trips-table tr:hover{background:#f8fafc}.trips-table tr:last-child td{border-bottom:none}@media (max-width:1024px){.stats-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.drivers-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media (max-width:768px){.dashboard-tabs{flex-wrap:wrap;gap:.25rem}.tab-btn{font-size:.9rem;min-width:auto;padding:.75rem 1rem}.admin-dashboard{padding:1rem}.admin-tabs,.section-header{flex-direction:column}.section-header{align-items:flex-start;gap:1rem;padding:1.5rem 1.5rem 0}.form-section{padding:1.5rem}.drivers-grid{grid-template-columns:1fr}.trips-table{font-size:.85rem}.trips-table td,.trips-table th{padding:.75rem .5rem}}.empty-icon{font-size:4rem;margin-bottom:1rem}.empty-state h3{color:#374151;margin-bottom:1rem}.earnings-breakdown{background:#f8fafc;border:1px solid #e2e8f0;border-radius:1rem;margin:2rem 0;padding:2rem}.earnings-breakdown h3{color:#1e293b;margin-bottom:1.5rem;text-align:center}.earnings-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.earning-card-admin{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.5rem;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.earning-card-admin:hover{box-shadow:0 4px 20px #0000001a;transform:translateY(-2px)}.earning-card-admin.company{background:linear-gradient(135deg,#e91e63,#8e24aa);border:none;color:#fff}.earning-card-admin.company h4,.earning-card-admin.company small{color:#fff}.earning-card-admin h4{color:#64748b;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.earning-amount{color:#1e293b;font-size:1.8rem;font-weight:700;margin:.5rem 0}.earning-card-admin.company .earning-amount{color:#fff}.earning-card-admin small{color:#94a3b8;font-size:.8rem}.star-rating{align-items:center;display:flex;gap:.25rem;justify-content:center}.star{background:none;border:none;color:#d1d5db;font-size:1.2rem;margin:0;padding:0;transition:color .2s ease}.star.filled{color:#fbbf24}.star:hover{color:#f59e0b}.rating-section{background:#f1f5f9;border-radius:.5rem;margin-top:1rem;padding:1rem;text-align:center}.rate-trip-btn{background:#e91e63;border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.75rem 1.5rem;transition:background .2s ease}.rate-trip-btn:hover{background:#c2185b}.existing-rating{text-align:center}.rating-label{color:#374151;display:block;font-weight:600;margin-bottom:.5rem}.rating-feedback{color:#6b7280;font-size:.9rem;font-style:italic;margin-top:.5rem}.rating-modal{max-width:500px}.trip-summary{background:#f9fafb;border-radius:.5rem;margin-bottom:1.5rem;padding:1rem}.trip-summary p{font-size:.9rem;margin:.5rem 0}.rating-input{margin-bottom:1.5rem;text-align:center}.rating-input label{color:#374151;display:block;font-weight:600;margin-bottom:1rem}.feedback-input{margin-bottom:1.5rem}.feedback-input label{color:#374151;display:block;font-weight:600;margin-bottom:.5rem}.feedback-input textarea{border:1px solid #d1d5db;border-radius:.5rem;font-size:.9rem;padding:.75rem;resize:vertical;width:100%}.modal-actions{display:flex;gap:1rem;justify-content:flex-end}.btn-secondary{background:#6b7280;border:none;color:#fff;transition:background .2s ease}.btn-secondary:hover{background:#4b5563}.btn-primary{background:#e91e63;transition:background .2s ease}.btn-primary:hover{background:#c2185b}.btn-primary:disabled,.btn-secondary:disabled{opacity:.5}.btn-primary:disabled:hover,.btn-secondary:disabled:hover{background:inherit}.admin-time-filters{display:flex;gap:.5rem}.time-btn{background:#fff;border:1px solid #d1d5db;border-radius:.5rem;color:#374151;cursor:pointer;font-size:.9rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.time-btn:hover{background:#f3f4f6}.time-btn.active{background:#e91e63;border-color:#e91e63;color:#fff}@media (max-width:768px){.dashboard-header{flex-direction:column;gap:1rem}.admin-time-filters{justify-content:center;width:100%}.time-btn{flex:1 1;font-size:.8rem;padding:.75rem .5rem}}.trip-card{transition:box-shadow .3s ease}.trip-card:hover{box-shadow:0 4px 15px #0000001a}.trip-header{margin-bottom:1rem}.trip-info h3{color:#1e293b;margin-bottom:.5rem}.trip-date{color:#64748b}.status-badge{border-radius:2rem;font-size:.8rem;font-weight:500;padding:.5rem 1rem;text-transform:uppercase}.status-pending{background:#fef3c7;color:#92400e}.status-assigned{background:#dbeafe;color:#1e40af}.status-confirmed{background:#d1fae5;color:#065f46}.status-progress{background:#e0e7ff;color:#3730a3}.status-completed{background:#dcfce7;color:#166534}.status-cancelled{background:#fee2e2;color:#991b1b}.trip-details{margin:1rem 0}.detail-row{color:#64748b;padding:.3rem 0}.detail-row .cost{color:#e91e63;font-weight:600}.trip-requirements{background:#fff;border-radius:.5rem;margin:1rem 0;padding:1rem}.requirements-list{margin-bottom:.5rem}.req-tag{font-size:.8rem;padding:.25rem .75rem}.requirements-text{color:#64748b;font-style:italic}.driver-info{border-radius:.5rem;margin:1rem 0;padding:1rem}.trip-actions{margin-top:1rem}.profile-section{margin:0 auto;max-width:600px}.profile-card{background:#f8fafc;border-radius:1rem;margin-bottom:2rem;padding:2rem}.profile-detail{border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:.75rem 0}.profile-detail label{color:#374151;font-weight:500}.profile-actions{display:flex;gap:1rem;margin-top:1.5rem}.emergency-contact-card{background:#fef9c3;border:1px solid #fbbf24;border-radius:1rem;padding:2rem;text-align:center}.btn-primary{align-items:center;background:linear-gradient(135deg,#e91e63,#8e24aa);border:none;border-radius:.5rem;color:#fff;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:600;gap:.5rem;justify-content:center;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.btn-primary:hover:not(:disabled){box-shadow:0 8px 25px #e91e6366;transform:translateY(-2px)}.btn-primary.large{border-radius:.75rem;font-size:1.1rem;padding:1rem 2rem}.btn-secondary{align-items:center;background:#fff;border:2px solid #e91e63;border-radius:.5rem;color:#e91e63;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:600;gap:.5rem;justify-content:center;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.btn-secondary:hover:not(:disabled){background:#e91e63;box-shadow:0 4px 15px #e91e634d;color:#fff;transform:translateY(-2px)}.btn-secondary.large{border-radius:.75rem;font-size:1.1rem;padding:1rem 2rem}.btn-outline{align-items:center;background:none;border:1px solid #cbd5e1;border-radius:.5rem;color:#64748b;cursor:pointer;display:inline-flex;font-size:.9rem;gap:.5rem;justify-content:center;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.btn-outline:hover:not(:disabled){background:#fdf2f8;border-color:#e91e63;color:#e91e63}.btn-outline-danger{align-items:center;background:none;border:1px solid #dc2626;border-radius:.5rem;color:#dc2626;cursor:pointer;display:inline-flex;font-size:.9rem;gap:.5rem;justify-content:center;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.btn-outline-danger:hover:not(:disabled){background:#dc2626;box-shadow:0 4px 15px #dc26264d;color:#fff;transform:translateY(-1px)}.btn-sm{border-radius:.4rem;font-size:.875rem;padding:.5rem 1rem}.btn-xs{border-radius:.3rem;font-size:.8rem;padding:.375rem .75rem}.btn-outline-danger:disabled,.btn-outline:disabled,.btn-primary:disabled,.btn-secondary:disabled{cursor:not-allowed;opacity:.6;transform:none}.btn-outline-danger:disabled:hover,.btn-outline:disabled:hover,.btn-primary:disabled:hover,.btn-secondary:disabled:hover{box-shadow:none;transform:none}.btn-loading{color:#0000;position:relative}.btn-loading:after{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:currentcolor;color:#fff;content:"";height:16px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:16px}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}@media (max-width:768px){.hero-content{grid-template-columns:1fr;text-align:center}.hero-text h1{font-size:2.5rem}.hero-actions{align-items:center;flex-direction:column}.form-row{grid-template-columns:1fr}.dashboard-tabs{flex-wrap:wrap}.services-grid,.steps-grid{grid-template-columns:1fr}.steps-grid{gap:2rem}.step{padding:2rem 1.5rem}.step-number{font-size:1.6rem;height:70px;width:70px}}.error-message{background:#fee2e2;border:1px solid #fecaca;border-radius:.5rem;color:#991b1b;margin-bottom:1rem}.info-message{background:#dbeafe;border:1px solid #93c5fd;border-radius:.5rem;color:#1e40af;margin-bottom:1rem;padding:1rem}.btn-primary:disabled,.btn-secondary:disabled{cursor:not-allowed;opacity:.6;transform:none}.btn-primary:disabled:hover,.btn-secondary:disabled:hover{box-shadow:none;transform:none}.logo{cursor:pointer;transition:transform .2s ease}.logo:hover{transform:translateY(-1px)}.logo-icon{border-radius:12px;box-shadow:0 4px 12px #fff3;height:40px;width:40px}.main-nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:16px;display:flex;gap:.5rem;padding:.5rem}.nav-btn{border:none;color:#fffc;font-weight:500;transition:all .2s ease}.nav-btn:hover{background:#ffffff26;color:#fff;transform:translateY(-1px)}.nav-btn.active{box-shadow:0 2px 8px #ffffff1a}.nav-icon{font-size:1.1rem}.header-actions,.user-menu{align-items:center;display:flex;gap:1rem}.user-avatar{align-items:center;background:#ffffff26;border:2px solid #fff3;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.5rem 1rem;transition:all .2s ease}.user-avatar:hover{background:#ffffff40;transform:translateY(-1px)}.login-btn,.logout-btn{border:none;border-radius:12px;box-shadow:0 2px 8px #0000001a;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .2s ease}.login-btn:hover,.logout-btn:hover{box-shadow:0 4px 16px #00000026;transform:translateY(-2px)}.main-content{display:flex;flex:1 1;flex-direction:column}.rider-view{background:#f8fafc;display:flex;height:calc(100vh - 80px)}.rider-welcome{align-items:center;display:flex;justify-content:center;min-height:100%;overflow:hidden;padding:2rem;position:relative}.rider-welcome:before{animation:float 20s infinite;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='50' cy='50' r='1' fill='%23fff' opacity='.1'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;position:absolute;right:0;top:0}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.welcome-content{max-width:600px;position:relative;text-align:center;z-index:1}.welcome-content h1{font-size:3.5rem;font-weight:800;letter-spacing:-.03em;margin-bottom:1.5rem;text-shadow:0 2px 20px #0000001a}.welcome-content>p{color:#ffffffe6;font-size:1.3rem;font-weight:400;margin-bottom:3rem}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:3rem}.feature-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #fff3;border-radius:20px;box-shadow:0 8px 40px #0000001a;padding:2.5rem 2rem;transition:all .3s ease}.feature-card:hover{box-shadow:0 20px 60px #00000026;transform:translateY(-8px)}.feature-icon{display:block;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));font-size:3rem;margin-bottom:1.5rem}.feature-card h3{color:#1e293b;font-size:1.3rem;font-weight:700;margin-bottom:.75rem}.feature-card p{color:#64748b;font-weight:500;margin:0}.sign-in-prompt{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fff3;border:1px solid #ffffff4d;border-radius:16px;color:#fff;display:inline-block;font-size:1.1rem;font-weight:600;margin-top:1rem;padding:1.5rem 3rem;transition:all .2s ease}.sign-in-prompt:hover{background:#ffffff4d;transform:translateY(-2px)}.rider-sidebar{background:#fff;border-right:1px solid #e2e8f0;box-shadow:2px 0 30px #00000014;overflow-y:auto;padding:2rem;width:420px;z-index:10}.rider-map-area{background:#e2e8f0;flex:1 1;position:relative}.user-greeting{border-radius:20px;box-shadow:0 8px 30px #667eea4d;color:#fff;margin-bottom:2rem;padding:2rem;text-align:center}.user-greeting h2{font-size:1.8rem;font-weight:700;letter-spacing:-.02em;margin:0 0 .5rem}.user-greeting p{color:#ffffffe6;font-size:1.1rem;font-weight:500;margin:0}.driver-view{background:#f8fafc;display:flex;flex-direction:column;min-height:calc(100vh - 80px)}.driver-welcome{align-items:center;background:linear-gradient(135deg,#e91e63,#8e24aa);display:flex;justify-content:center;min-height:80vh;padding:2rem}.driver-nav{background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 2px 20px #0000000f;display:flex;gap:1rem;padding:1rem 2rem}.driver-nav button{align-items:center;background:#0000;border:2px solid #0000;border-radius:12px;color:#64748b;cursor:pointer;display:flex;font-size:.95rem;font-weight:600;gap:.5rem;padding:1rem 2rem;transition:all .2s ease}.driver-nav button:hover{background:#f1f5f9;border-color:#e2e8f0;color:#1e293b}.driver-nav button.active{box-shadow:0 4px 15px #667eea4d}.driver-content{flex:1 1;margin:0 auto;max-width:1200px;padding:2rem;width:100%}.driver-header{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 4px 25px #00000014;display:flex;justify-content:space-between;margin-bottom:2rem;padding:2rem}.driver-info h2{color:#1e293b;font-size:2rem;font-weight:700;letter-spacing:-.02em;margin:0 0 .5rem}.driver-info p{color:#64748b;font-size:1.1rem;font-weight:500;margin:0}.status-toggle{align-items:center;border:none;border-radius:12px;box-shadow:0 4px 15px #0000001a;cursor:pointer;display:flex;font-size:1rem;font-weight:700;gap:.5rem;padding:1rem 2rem;transition:all .2s ease}.status-toggle.online{background:linear-gradient(135deg,#e91e63,#8e24aa);color:#fff}.status-toggle.offline{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.status-toggle:hover{box-shadow:0 6px 20px #00000026;transform:translateY(-2px)}.earnings-summary{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.earning-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 4px 25px #00000014;padding:2rem;text-align:center;transition:all .2s ease}.earning-card:hover{box-shadow:0 8px 40px #0000001f;transform:translateY(-4px)}.earning-card h3{color:#64748b;font-size:.9rem;font-weight:600;letter-spacing:.05em;margin:0 0 1rem;text-transform:uppercase}.amount{color:#1e293b;font-size:2.5rem;font-weight:800;letter-spacing:-.02em;margin:0}.quick-actions{background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 4px 25px #00000014;margin-bottom:2rem;padding:2rem}.quick-actions h3{color:#1e293b;font-size:1.5rem;font-weight:700;margin:0 0 1.5rem}.action-buttons{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.action-btn{background:#f8fafc;border:2px solid #e2e8f0;border-radius:16px;color:#1e293b;font-size:1rem;gap:.75rem;justify-content:center;padding:1.5rem;transition:all .2s ease}.action-btn:hover{background:#f1f5f9;box-shadow:0 4px 15px #0000001a}.action-btn.primary{box-shadow:0 4px 15px #667eea4d}.action-btn.primary:hover{box-shadow:0 8px 25px #667eea66;transform:translateY(-3px)}.admin-view{background:#f8fafc;display:flex;flex-direction:column;min-height:calc(100vh - 80px)}.admin-header{background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 2px 20px #0000000f;padding:2rem}.admin-header h1{color:#1e293b;font-size:2.5rem;font-weight:800;letter-spacing:-.02em;margin:0 0 1.5rem}.admin-nav{display:flex;gap:1rem}.admin-nav button{background:#0000;border:2px solid #0000;border-radius:12px;color:#64748b;cursor:pointer;font-size:.95rem;font-weight:600;padding:1rem 2rem;transition:all .2s ease}.admin-nav button:hover{background:#f1f5f9;border-color:#e2e8f0;color:#1e293b}.admin-nav button.active{box-shadow:0 4px 15px #667eea4d}.admin-content{flex:1 1;margin:0 auto;max-width:1200px;padding:2rem;width:100%}.login-overlay{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000bf;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:9999}.login-modal{animation:modalFadeIn .2s ease-out;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0006;max-height:90vh;max-width:450px;overflow-y:auto;padding:2rem;position:relative;width:100%}.login-header{margin-bottom:1.5rem}.login-header h2{font-size:1.8rem}.close-btn{background:#f8fafc;border-radius:8px;font-size:1.2rem;height:32px;width:32px}.trip-notes{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:.75rem;margin:1.5rem 0;padding:1.25rem}.trip-notes h5{align-items:center;color:#166534;display:flex;font-size:1rem;font-weight:700;gap:.5rem;margin:0 0 1rem}.trip-notes p{color:#166534;font-style:italic;margin:0}.loading-message{color:#64748b;font-size:1.1rem;padding:2rem;text-align:center}.current-trips-tab,.trip-history-tab{margin-top:1.5rem}@media (max-width:768px){.login-overlay,.profile-modal-overlay{padding:1rem}.profile-modal{border-radius:12px;max-height:85vh}.profile-modal .login-header{padding:1.25rem 1.5rem}.profile-modal .profile-content{max-height:calc(85vh - 70px);padding:1.5rem}.login-modal{border-radius:12px;padding:1.5rem}}@media (max-width:480px){.login-overlay,.profile-modal-overlay{padding:.5rem}.login-modal,.profile-modal{margin:0;max-width:100%}.profile-modal .login-header{padding:1rem 1.25rem}.profile-modal .profile-content{padding:1.25rem}}.dashboard-welcome{background:linear-gradient(135deg,#fdf2f8,#f3e8ff 50%,#ede9fe);border:1px solid #e91e631a;border-radius:12px;box-shadow:0 2px 10px #e91e6314;margin:1.5rem auto 2rem;max-width:800px;padding:1.25rem 2rem;text-align:center}.welcome-content h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#e91e63,#8b5cf6);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:700;letter-spacing:-.01em;margin:0}.welcome-content p{color:#64748b;font-size:1.1rem;font-weight:500;margin:0}.dashboard-content{margin:0 auto;max-width:800px;padding:0 2rem 2rem}.login-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.login-header h2{color:#1e293b;font-size:2rem;font-weight:700;letter-spacing:-.02em;margin:0}.close-btn{align-items:center;background:#f1f5f9;border:none;border-radius:12px;color:#64748b;cursor:pointer;display:flex;font-size:1.5rem;height:40px;justify-content:center;padding:.5rem;transition:all .2s ease;width:40px}.close-btn:hover{background:#e2e8f0;color:#1e293b;transform:scale(1.05)}.login-form{display:flex;flex-direction:column;gap:1.5rem}.error-message{background:#fef2f2;border-left:4px solid #dc2626;color:#dc2626}.error-message,.success-message{border-radius:6px;font-weight:500;margin-bottom:1.5rem;padding:1rem}.success-message{animation:slideInSuccess .3s ease-out;background:#f0fdf4;border-left:4px solid #16a34a;color:#16a34a}@keyframes slideInSuccess{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.user-type-selector{margin-bottom:1rem}.user-type-selector label{color:#1e293b;display:block;font-size:1rem;font-weight:600;margin-bottom:1rem}.type-options{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(3,1fr)}.type-btn{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;color:#64748b;cursor:pointer;font-size:.9rem;font-weight:600;padding:1rem .75rem;text-align:center;transition:all .2s ease}.type-btn:hover{background:#f1f5f9}.type-btn.active{box-shadow:0 4px 15px #667eea4d}.input-group{position:relative}.input-group input,.input-group textarea{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;box-sizing:border-box;color:#1e293b;font-size:1rem;font-weight:500;padding:1.25rem 1rem;transition:all .2s ease;width:100%}.input-group input:focus,.input-group textarea:focus{box-shadow:0 0 0 3px #667eea1a}.login-submit-btn{border:none;border-radius:12px;box-shadow:0 4px 15px #667eea4d;cursor:pointer;font-size:1rem;font-weight:700;padding:1.25rem;transition:all .2s ease}.login-submit-btn:hover{box-shadow:0 8px 25px #667eea66;transform:translateY(-2px)}.login-submit-btn:disabled{box-shadow:none;cursor:not-allowed;opacity:.6;transform:none}.login-toggle{color:#64748b;text-align:center}.login-toggle p{font-weight:500;margin:0}.login-toggle button{background:none;border:none;cursor:pointer;font-weight:700;margin-left:.5rem;text-decoration:none;transition:color .2s ease}.login-toggle button:hover{text-decoration:underline}.demo-accounts{border-top:1px solid #e2e8f0;padding-top:1.5rem;text-align:center}.demo-accounts p{color:#64748b;font-size:.9rem;font-weight:500;margin:0 0 1rem}.demo-buttons{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.demo-buttons button{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;font-size:.8rem;font-weight:600;padding:.5rem 1rem;transition:all .2s ease}.demo-buttons button:hover{transform:translateY(-1px)}.status{border-radius:20px;font-size:.8rem;font-weight:600;letter-spacing:.05em;padding:.5rem 1rem;text-transform:uppercase}.status.available,.status.online{background:linear-gradient(135deg,#e91e63,#8e24aa)}.status.busy,.status.offline{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.status.pending,.status.pending_approval{background:linear-gradient(135deg,#f59e0b,#d97706)}.status.completed{background:linear-gradient(135deg,#e91e63,#8e24aa)}.stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 4px 25px #00000014;padding:2rem;text-align:center;transition:all .2s ease}.stat-card:hover{box-shadow:0 8px 40px #0000001f;transform:translateY(-4px)}.stat-card h3{color:#64748b;font-size:.9rem;font-weight:600;letter-spacing:.05em;margin:0 0 1rem;text-transform:uppercase}.stat-number{color:#1e293b;font-size:2.5rem;font-weight:800;letter-spacing:-.02em;margin:0}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:1rem}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.form-actions button{border:none;border-radius:12px;cursor:pointer;font-size:.95rem;font-weight:600;padding:1rem 2rem;transition:all .2s ease}.form-actions button[type=submit]{box-shadow:0 4px 15px #667eea4d}.form-actions button[type=button]{background:#f8fafc;border:2px solid #e2e8f0;color:#64748b}.form-actions button:hover{transform:translateY(-2px)}@media (max-width:768px){.header-content{padding:1rem}.main-nav{gap:.25rem;padding:.25rem}.nav-btn{font-size:.9rem;padding:.75rem 1rem}.nav-btn span:last-child{display:none}.rider-view{flex-direction:column}.rider-sidebar{height:50vh;order:2;width:100%}.rider-map-area{height:50vh;order:1}.type-options{grid-template-columns:1fr}.demo-buttons{flex-direction:column}.user-name{display:none}.form-row{grid-template-columns:1fr}.earnings-summary{grid-template-columns:repeat(2,1fr)}.driver-header{flex-direction:column;gap:1.5rem;text-align:center}.welcome-content h1{font-size:2.5rem}.features-grid{grid-template-columns:1fr}.login-modal{margin:1rem;padding:2rem}}.loading-state{align-items:center;color:#64748b;display:flex;font-size:1.1rem;font-weight:500;justify-content:center;min-height:60vh}.empty-state{background:#fff;border:2px dashed #e2e8f0;border-radius:20px;color:#64748b;margin:2rem 0;padding:4rem 2rem;text-align:center}.empty-state p{font-weight:500;margin:.5rem 0}.empty-state p:first-child{color:#1e293b;font-size:1.1rem;font-weight:600}.empty-state p:last-child{font-size:1.3rem;margin-top:1rem}.bookings-list,.drivers-list,.pending-approvals,.trips-list{background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 4px 25px #00000014;margin-bottom:2rem;padding:2rem}.pending-approvals h3,.trips-list h3{color:#1e293b;font-size:1.3rem;font-weight:700;margin:0 0 1.5rem}.pending-item,.trip-item{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;display:flex;justify-content:space-between;margin-bottom:1rem;padding:1.5rem;transition:all .2s ease}.pending-item:hover,.trip-item:hover{box-shadow:0 4px 15px #00000014;transform:translateY(-2px)}.pending-item:last-child,.trip-item:last-child{margin-bottom:0}.add-driver-btn,.add-trip-btn{border:none;border-radius:12px;box-shadow:0 4px 15px #667eea4d;cursor:pointer;font-weight:600;padding:1rem 2rem;transition:all .2s ease}.add-driver-btn:hover,.add-trip-btn:hover{box-shadow:0 8px 25px #667eea66;transform:translateY(-2px)}.app-header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#e91e63,#8e24aa);border-bottom:1px solid #ffffff1a;box-shadow:0 4px 30px #0000001a;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header-content{justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 2rem}.header-content,.logo{align-items:center;display:flex}.logo{color:#fff;gap:.75rem;text-decoration:none}.modern-logo{align-items:baseline;display:flex;gap:.25rem}.logo-image{height:40px;width:auto}.logo-text{font-size:1.5rem}.logo-accent,.logo-text{color:#fff;font-weight:700;letter-spacing:-.02em}.logo-accent{font-size:1.2rem}.header-nav{gap:2rem}.header-nav,.user-section{align-items:center;display:flex}.user-section{gap:1rem}.user-info{align-items:center;color:#fff;display:flex;gap:.75rem}.user-type-icon{font-size:1.5rem}.user-details{align-items:flex-end;display:flex;flex-direction:column}.user-name{font-size:1rem;font-weight:600}.user-type{font-size:.8rem;letter-spacing:.5px;opacity:.8;text-transform:uppercase}.user-menu{position:relative}.user-menu-btn{align-items:center;background:#fff3;border:2px solid #ffffff4d;border-radius:50%;cursor:pointer;display:flex;height:50px;justify-content:center;padding:.5rem;transition:all .3s ease;width:50px}.user-menu-btn:hover{background:#ffffff4d;border-color:#ffffff80;transform:scale(1.05)}.default-avatar,.user-avatar{border-radius:50%;height:32px;width:32px}.default-avatar{align-items:center;background:linear-gradient(135deg,#f59e0b,#ef4444);color:#fff;display:flex;font-size:1.1rem;font-weight:600;justify-content:center}.user-dropdown{animation:slideDown .2s ease-out;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;box-shadow:0 10px 40px #00000026;margin-top:1rem;min-width:200px;overflow:hidden;position:absolute;right:0;top:100%;z-index:1100}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{align-items:center;background:none;border:none;color:#374151;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:.75rem;padding:.75rem 1rem;text-align:left;transition:all .2s ease;width:100%}.dropdown-item:hover{background:#f8fafc;color:#e91e63;transform:translateX(2px)}.dropdown-item.logout{border-top:1px solid #e2e8f0;color:#dc2626}.dropdown-item.logout:hover{background:#fef2f2;color:#dc2626}.dropdown-divider{border:none;border-top:1px solid #e2e8f0;margin:0}@media (max-width:768px){.header-content{padding:1rem}.user-info{gap:.5rem}.user-details{display:none}.user-dropdown{min-width:180px;right:-10px}.dropdown-item{font-size:1rem;padding:1rem 1.25rem}.dropdown-item span:first-child{font-size:1.2rem}}.user-dropdown{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}@media (max-width:480px){.user-dropdown{min-width:160px;right:-20px}.dropdown-item{font-size:.9rem;padding:.875rem 1rem}}.nav-btn.active{background:#ffffff40;box-shadow:0 2px 8px #e91e6333;font-weight:600}.login-btn,.logout-btn{background:#fff;color:#e91e63}.rider-welcome,.user-greeting{background:linear-gradient(135deg,#e91e63,#8e24aa)}.action-btn.primary,.driver-nav button.active{background:linear-gradient(135deg,#e91e63,#8e24aa);border-color:#0000;box-shadow:0 4px 15px #e91e634d;color:#fff}.action-btn.primary:hover{box-shadow:0 8px 25px #e91e6366}.admin-nav button.active,.type-btn.active{background:linear-gradient(135deg,#e91e63,#8e24aa);border-color:#0000;box-shadow:0 4px 15px #e91e634d;color:#fff}.type-btn:hover{background:#fef7f7;border-color:#e91e63;color:#1e293b}.input-group input:focus,.input-group textarea:focus{background:#fff;border-color:#e91e63;box-shadow:0 0 0 3px #e91e631a;outline:none}.login-submit-btn{background:linear-gradient(135deg,#e91e63,#8e24aa);box-shadow:0 4px 15px #e91e634d;color:#fff}.login-submit-btn:hover{box-shadow:0 8px 25px #e91e6366}.login-toggle button{color:#e91e63}.login-toggle button:hover{color:#d81b60}.demo-buttons button:hover{background:#e91e63;border-color:#e91e63;color:#fff}.action-btn:hover{background:#fef7f7;border-color:#e91e63}.add-driver-btn,.add-trip-btn,.form-actions button[type=submit]{background:linear-gradient(135deg,#e91e63,#8e24aa);box-shadow:0 4px 15px #e91e634d;color:#fff}.add-driver-btn:hover,.add-trip-btn:hover{box-shadow:0 8px 25px #e91e6366}.welcome-content h1{color:#fff;text-shadow:0 2px 20px #e91e634d}.user-greeting h2{color:#fff}.feature-card:hover{box-shadow:0 20px 60px #e91e6326}.earning-card:hover,.stat-card:hover{box-shadow:0 8px 40px #e91e631f}.status.available,.status.online{background:linear-gradient(135deg,#4caf50,#388e3c);color:#fff}.status.pending,.status.pending_approval{background:linear-gradient(135deg,#ff9800,#f57c00);color:#fff}.status.completed{background:linear-gradient(135deg,#4caf50,#388e3c);color:#fff}.modern-loading-screen{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#fce4ec,#f8bbd9 50%,#f48fb1);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999}.loading-container{align-items:center;animation:fadeInUp .8s ease-out;display:flex;flex-direction:column;text-align:center}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.heart-spinner{align-items:center;display:flex;height:80px;justify-content:center;margin-bottom:3rem;position:relative;width:80px}.heart-icon{animation:heartBeat 1.5s ease-in-out infinite;color:#e91e63;filter:drop-shadow(0 4px 15px rgba(233,30,99,.3));height:48px;position:relative;width:48px;z-index:2}@keyframes heartBeat{0%{transform:scale(1)}25%{transform:scale(1.1)}50%{transform:scale(1)}75%{transform:scale(1.05)}to{transform:scale(1)}}.heart-pulse-ring{animation:pulseRing 2s cubic-bezier(.215,.61,.355,1) infinite;border:2px solid #e91e634d;border-radius:50%;height:60px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:60px}.heart-pulse-ring-2{animation-delay:.5s;border-color:#e91e6333}@keyframes pulseRing{0%{opacity:1;transform:translate(-50%,-50%) scale(.33)}80%,to{opacity:0;transform:translate(-50%,-50%) scale(1.33)}}.loading-brand{margin-bottom:2rem}.loading-brand h1{color:#1e293b;font-size:2.8rem;font-weight:800;letter-spacing:-.03em;margin:0 0 .5rem;text-shadow:0 2px 10px #00000026}.loading-brand p{color:#475569;font-size:1.1rem;font-weight:600;letter-spacing:.02em;margin:0;text-shadow:0 1px 3px #0000001a}.loading-message{animation:fadeInOut 2s ease-in-out infinite;color:#94a3b8;font-size:1rem;font-weight:500;position:relative}@keyframes fadeInOut{0%,to{opacity:.6}50%{opacity:1}}.loading-message:after{animation:loadingDots 1.5s steps(4) infinite;content:""}@keyframes loadingDots{0%,20%{content:""}40%{content:"."}60%{content:".."}80%,to{content:"..."}}.loading-dots{align-items:center;display:flex;gap:.5rem;justify-content:center;margin-top:.5rem}.loading-dots .dot{animation:dotBounce 1.4s ease-in-out infinite both;background:#e91e63;border-radius:50%;box-shadow:0 2px 8px #e91e634d;height:10px;width:10px}.loading-dots .dot:first-child{animation-delay:-.32s}.loading-dots .dot:nth-child(2){animation-delay:-.16s}.loading-dots .dot:nth-child(3){animation-delay:0s}@keyframes dotBounce{0%,80%,to{opacity:.6;transform:scale(.8)}40%{opacity:1;transform:scale(1.3)}}@media (max-width:768px){.loading-brand h1{font-size:2.2rem}.loading-brand p{font-size:1rem}.heart-spinner{height:60px;margin-bottom:2rem;width:60px}.heart-icon{height:36px;width:36px}.heart-pulse-ring{height:45px;width:45px}}.dashboard-nav{display:flex;gap:.5rem;justify-content:center;margin-top:1.5rem}.nav-btn{align-items:center;background:#0000;border:2px solid #e2e8f0;border-radius:12px;color:#64748b;cursor:pointer;display:flex;font-size:.95rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.nav-btn:hover{background:#fef7f7;border-color:#e91e63;color:#e91e63}.nav-btn.active{background:linear-gradient(135deg,#e91e63,#8e24aa);border-color:#0000;box-shadow:0 4px 15px #e91e634d;color:#fff}.trips-section{background:#fff;border-radius:1rem;box-shadow:0 4px 20px #00000014;overflow:hidden}.trips-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:2rem}.refresh-btn{align-items:center;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;color:#64748b;cursor:pointer;display:flex;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.refresh-btn:hover:not(:disabled){background:#fef7f7;border-color:#e91e63;color:#e91e63}.refresh-btn:disabled{cursor:not-allowed;opacity:.6}.trips-list{grid-gap:1.5rem;display:grid;gap:1.5rem;padding:2rem}.trip-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:1rem;padding:1.5rem;transition:all .3s ease}.trip-card:hover{border-color:#e91e63;box-shadow:0 8px 25px #0000001a;transform:translateY(-2px)}.trip-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1.5rem}.trip-route h4{margin:.25rem 0}.route-arrow{font-size:1.2rem}.trip-status{flex-shrink:0}.trip-details{margin:1.5rem 0}.detail-row{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:.5rem 0}.detail-row:last-child{border-bottom:none}.label{color:#64748b;font-size:.95rem;font-weight:500}.value{color:#1e293b;font-weight:600;text-align:right}.value.fare{color:#e91e63;font-size:1.1rem;font-weight:700}.driver-info{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:.75rem;margin:1.5rem 0;padding:1.25rem}.driver-info h5{align-items:center;color:#166534;display:flex;font-size:1rem;font-weight:700;gap:.5rem;margin:0 0 1rem}.driver-details{grid-gap:.5rem;display:grid;gap:.5rem}.special-requirements{background:#fef7f7;border:1px solid #fecaca;border-radius:.75rem;margin:1.5rem 0;padding:1.25rem}.special-requirements h5{align-items:center;color:#991b1b;display:flex;font-size:1rem;font-weight:700;gap:.5rem;margin:0 0 1rem}.requirements{display:flex;flex-wrap:wrap;gap:.5rem}.requirement{padding:.25rem .75rem}.trip-footer{align-items:center;border-top:1px solid #e2e8f0;display:flex;justify-content:space-between;margin-top:1.5rem;padding-top:1rem}.trip-date{color:#94a3b8;font-size:.9rem}.trip-actions{align-items:center;display:flex;gap:1rem}.assigned-message,.completed-message,.confirmed-message,.pending-message,.progress-message{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:.5rem;color:#166534;font-size:.9rem;font-weight:600;padding:.5rem 1rem}.progress-message{background:#eff6ff;border-color:#93c5fd;color:#1e40af}.assigned-message{background:#fef3c7;border-color:#fbbf24;color:#d97706}.pending-message{color:#6b7280}.completed-message,.pending-message{background:#f3f4f6;border-color:#d1d5db}.completed-message{color:#374151}.no-trips{background:#fff;border:2px dashed #e2e8f0;border-radius:1rem;margin:2rem;padding:4rem 2rem;text-align:center}.no-trips h3{color:#1e293b;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.no-trips p{color:#64748b;font-size:1.1rem;margin-bottom:2rem}.book-trip-btn{background:linear-gradient(135deg,#e91e63,#8e24aa);border:none;border-radius:12px;box-shadow:0 4px 15px #e91e634d;color:#fff;cursor:pointer;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.book-trip-btn:hover{box-shadow:0 8px 25px #e91e6366;transform:translateY(-2px)}.accept-btn,.decline-btn{border:none;border-radius:8px;cursor:pointer;font-size:.95rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.accept-btn{background:linear-gradient(135deg,#22c55e,#16a34a);box-shadow:0 4px 15px #22c55e4d;color:#fff}.accept-btn:hover{box-shadow:0 8px 25px #22c55e66;transform:translateY(-2px)}.decline-btn{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 4px 15px #ef44444d;color:#fff}.decline-btn:hover{box-shadow:0 8px 25px #ef444466;transform:translateY(-2px)}.start-btn{background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:8px;box-shadow:0 4px 15px #3b82f64d;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.start-btn:hover{box-shadow:0 8px 25px #3b82f666;transform:translateY(-2px)}.dashboard-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.dashboard-header h2{color:#1e293b;font-size:2rem;font-weight:700;margin:0}.activity-summary{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;box-shadow:0 4px 20px #00000014;margin-bottom:2rem;padding:2rem}.activity-summary h3{color:#1e293b;font-size:1.5rem;font-weight:700;margin:0 0 1.5rem}.activity-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.activity-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;text-align:center;transition:all .3s ease}.activity-card:hover{border-color:#e91e63;box-shadow:0 8px 25px #0000001a;transform:translateY(-3px)}.activity-card h4{color:#64748b;font-size:.9rem;font-weight:600;letter-spacing:.05em;margin:0 0 .5rem;text-transform:uppercase}.activity-number{color:#e91e63;font-size:2rem;font-weight:800;margin:0 0 .5rem}.activity-card small{color:#94a3b8;font-size:.8rem;font-weight:500}.urgent-bookings{background:#fef7f7;border:1px solid #fecaca;border-radius:1rem;margin-bottom:2rem;padding:2rem}.urgent-bookings h3{color:#991b1b;font-size:1.5rem;font-weight:700;margin:0 0 1.5rem}.urgent-list{grid-gap:1rem;display:grid;gap:1rem}.urgent-item{align-items:center;background:#fff;border:1px solid #fecaca;border-radius:12px;display:flex;justify-content:space-between;padding:1.5rem;transition:all .3s ease}.urgent-item:hover{box-shadow:0 8px 25px #ef44441a;transform:translateY(-2px)}.urgent-info h5{color:#1e293b;font-weight:700;margin:0 0 .5rem}.urgent-info p{color:#64748b;font-size:.95rem;margin:.25rem 0}.urgent-status{background:#fbbf24;border-radius:1rem;color:#fff;display:inline-block;font-size:.8rem;font-weight:600;margin-top:.5rem;padding:.25rem .75rem;text-transform:uppercase}.urgent-actions{align-items:flex-end;display:flex;flex-direction:column;gap:.5rem}.assign-btn-small{background:linear-gradient(135deg,#e91e63,#8e24aa);border:none;border-radius:6px;box-shadow:0 2px 8px #e91e634d;color:#fff;cursor:pointer;font-size:.85rem;font-weight:600;padding:.5rem 1rem;transition:all .3s ease}.assign-btn-small:hover{box-shadow:0 4px 15px #e91e6366;transform:translateY(-1px)}.assigned-info{text-align:right}.assigned-info small{color:#64748b;display:block;font-size:.8rem;margin-bottom:.25rem}.booking-item.detailed{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;box-shadow:0 4px 20px #00000014;margin-bottom:2rem;padding:2rem;transition:all .3s ease}.booking-item.detailed:hover{border-color:#e91e63;box-shadow:0 8px 30px #0000001f;transform:translateY(-2px)}.booking-header{align-items:center;border-bottom:2px solid #f1f5f9;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.trip-route{flex:1 1}.trip-route h4{color:#1e293b;font-size:1.1rem;font-weight:600;margin:.5rem 0}.route-arrow{color:#e91e63;font-size:1.5rem;font-weight:700;margin:.5rem 0;text-align:center}.status-badge{flex-shrink:0}.status-badge .status{background:#f1f5f9;border-radius:1rem;color:#64748b;font-size:.85rem;font-weight:600;letter-spacing:.05em;padding:.5rem 1rem;text-transform:uppercase}.status.status-assigned{background:#fbbf24;color:#fff}.status.status-confirmed{background:#22c55e;color:#fff}.status.status-in_progress{background:#3b82f6;color:#fff}.status.status-completed{background:#8b5cf6;color:#fff}.booking-details-full{grid-gap:1.5rem;display:grid;gap:1.5rem;margin-bottom:2rem}.detail-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.5rem}.detail-section h5{align-items:center;color:#1e293b;display:flex;font-size:1rem;font-weight:700;gap:.5rem;margin:0 0 1rem}.detail-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.detail-item{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:.5rem 0}.detail-item:last-child{border-bottom:none}.detail-item .label{color:#64748b;font-size:.9rem;font-weight:500}.detail-item .value{color:#1e293b;font-weight:600;text-align:right}.detail-item .value.fare-amount{color:#e91e63;font-size:1.2rem;font-weight:700}.detail-section.special-requirements{background:#fef7f7;border-color:#fecaca}.detail-section.special-requirements h5{color:#991b1b}.requirements-list{display:flex;flex-wrap:wrap;gap:.5rem}.requirement{align-items:center;background:#e91e63;border-radius:1rem;color:#fff;display:flex;font-size:.85rem;font-weight:500;gap:.25rem;padding:.5rem 1rem}.notes{background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;color:#64748b;font-style:italic;margin:0;padding:1rem}.booking-actions-full{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;margin-bottom:1rem;padding:1.5rem}.action-group{flex-wrap:wrap;gap:1rem}.action-btn,.action-group{align-items:center;display:flex}.action-btn{border:none;border-radius:12px;box-shadow:0 4px 15px #0000001a;cursor:pointer;font-size:.95rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.action-btn:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-2px)}.action-btn.accept-btn{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff}.action-btn.decline-btn{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.action-btn.start-btn{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.action-btn.complete-btn{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff}.status-message{align-items:center;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:.75rem;color:#166534;display:flex;font-weight:600;gap:.5rem;padding:.75rem 1.5rem}.status-message.progress{background:#eff6ff;border-color:#93c5fd;color:#1e40af}.status-message.completed{background:#f3f4f6;border-color:#d1d5db;color:#374151}.booking-footer{border-top:1px solid #e2e8f0;padding-top:1rem}.booking-dates{color:#94a3b8;font-size:.8rem}.trip-card-clean{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 2px 8px #0000000f;margin-bottom:1rem;padding:1.5rem;position:relative;transition:all .3s ease}.trip-card-clean:hover{border-color:#e91e63;box-shadow:0 6px 20px #0000001f;transform:translateY(-2px)}.trip-main-content{display:flex;flex-direction:column;gap:1.5rem;padding-right:3rem}.trip-route-section{margin-bottom:1rem}.trip-route-clean{align-items:center;color:#1e293b;display:flex;font-weight:600;gap:1rem;margin-bottom:.5rem}.trip-route-clean .destination,.trip-route-clean .pickup{flex:1 1;font-size:1rem}.route-connector{align-items:center;color:#e91e63;display:flex;flex-direction:column;font-size:1.3rem;font-weight:700;gap:.25rem;min-width:80px}.round-trip-label{background:#fef7f7;border:1px solid #fecaca;border-radius:.5rem;color:#e91e63;font-size:.7rem;font-weight:500;padding:.2rem .5rem}.trip-details-section{align-items:flex-end;display:flex;gap:1rem;justify-content:space-between}.trip-basic-info{display:flex;flex:1 1;flex-direction:column;gap:.75rem}.info-row{color:#64748b}.fare-row,.info-row{align-items:center;display:flex;font-size:.9rem;gap:2rem}.fare-row{font-weight:600}.fare-amount{color:#e91e63;font-size:1.2rem;font-weight:700}.trip-status-actions{align-items:flex-end;display:flex;flex-direction:column;gap:1rem}.status-clean{border-radius:1rem;font-size:.8rem;font-weight:600;letter-spacing:.05em;min-width:100px;padding:.5rem 1rem;text-align:center;text-transform:uppercase}.status-clean.status-assigned{background:#fbbf24;color:#fff}.status-clean.status-confirmed{background:#22c55e;color:#fff}.status-clean.status-in_progress{background:#3b82f6;color:#fff}.status-clean.status-completed{background:#8b5cf6;color:#fff}.action-buttons{display:flex;flex-wrap:wrap;gap:.75rem}.btn-accept,.btn-complete,.btn-decline,.btn-start{border:none;border-radius:8px;box-shadow:0 2px 8px #0000001a;cursor:pointer;font-size:.85rem;font-weight:600;padding:.5rem 1rem;transition:all .3s ease;white-space:nowrap}.btn-accept{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff}.btn-decline{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.btn-start{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.btn-complete{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff}.btn-accept:hover,.btn-complete:hover,.btn-decline:hover,.btn-start:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-1px)}.info-btn{align-items:center;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:50%;color:#64748b;cursor:pointer;display:flex;font-size:1.1rem;height:40px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:all .3s ease;width:40px}.info-btn:hover{background:#e91e63;border-color:#e91e63;color:#fff;transform:scale(1.1)}.trips-list-clean{margin-top:1.5rem}.modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.modal-content{animation:modalSlideIn .3s ease;background:#fff;border-radius:16px;box-shadow:0 20px 50px #0000004d;max-height:90vh;max-width:600px;overflow-y:auto;width:100%}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-50px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:2rem 2rem 1rem}.modal-header h3{color:#1e293b;font-size:1.5rem;font-weight:700;margin:0}.modal-close{align-items:center;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:50%;color:#64748b;cursor:pointer;display:flex;font-size:1.5rem;height:40px;justify-content:center;transition:all .3s ease;width:40px}.modal-close:hover{background:#ef4444;border-color:#ef4444;color:#fff}.modal-body{padding:2rem}.detail-section-modal{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.detail-section-modal h4{align-items:center;color:#1e293b;display:flex;font-size:1.1rem;font-weight:700;gap:.5rem;margin:0 0 1rem}.detail-section-modal p{color:#64748b;font-size:.95rem;margin:.5rem 0}.detail-section-modal strong{color:#1e293b;font-weight:600}.total-amount{color:#e91e63;font-size:1.1rem;font-weight:700}.round-trip-notice{color:#e91e63;font-style:italic;font-weight:600}.requirements-modal{display:flex;flex-wrap:wrap;gap:.5rem}.req-tag{background:#e91e63;border-radius:1rem;color:#fff;font-size:.85rem;font-weight:500;padding:.5rem 1rem}.notes-content{background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;font-style:italic;padding:1rem}.trip-actions-compact{display:flex;flex-wrap:wrap;gap:.75rem;margin:1rem 0}.action-btn-compact{border:none;border-radius:8px;box-shadow:0 2px 8px #0000001a;cursor:pointer;font-size:.85rem;font-weight:600;padding:.5rem 1rem;transition:all .3s ease}.action-btn-compact:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-1px)}.action-btn-compact.accept{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff}.action-btn-compact.decline{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.action-btn-compact.start{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.action-btn-compact.complete{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff}.trips-header{align-items:center;border-bottom:2px solid #f1f5f9;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.trips-header h2{color:#1e293b;font-size:1.8rem;font-weight:700;margin:0}.trip-tabs{display:flex;gap:.5rem}.tab-active,.tab-inactive{border:none;border-radius:12px;cursor:pointer;font-size:.9rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.tab-active{background:linear-gradient(135deg,#e91e63,#8e24aa);box-shadow:0 4px 15px #e91e634d;color:#fff}.tab-inactive{background:#f8fafc;border:1px solid #e2e8f0;color:#64748b}.tab-inactive:hover{background:#f1f5f9;color:#1e293b}.trips-list-compact{margin-top:1.5rem}.trip-timestamps{border-top:1px solid #e2e8f0;margin-top:1rem;padding-top:1rem}.trip-timestamps small{color:#94a3b8;font-size:.8rem}@media (max-width:768px){.trip-main-content{padding-right:0}.info-btn{align-self:flex-start;margin-top:1rem;position:static}.trip-details-section{align-items:stretch;flex-direction:column;gap:1rem}.trip-status-actions{align-items:center;flex-direction:row;justify-content:space-between}.action-buttons{flex-direction:column;width:100%}.fare-row,.info-row{align-items:flex-start;flex-direction:column;gap:.5rem}.modal-content{margin:1rem;max-height:calc(100vh - 2rem)}.modal-body,.modal-header{padding:1.5rem}}.beta-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:9999}.beta-modal{background:#fff;border-radius:20px;box-shadow:0 25px 50px #00000040;max-width:360px;padding:40px;position:relative;text-align:center;width:100%}.beta-close{align-items:center;background:#f1f5f9;border:none;border-radius:50%;color:#64748b;cursor:pointer;display:flex;font-size:20px;height:32px;justify-content:center;position:absolute;right:16px;top:16px;transition:all .2s;width:32px}.beta-close:hover{background:#e2e8f0;color:#1e293b}.beta-icon-wrapper{align-items:center;background:linear-gradient(135deg,#fce7f3,#fdf2f8);border-radius:50%;display:flex;font-size:32px;height:70px;justify-content:center;margin:0 auto 20px;width:70px}.beta-modal h2{color:#1e293b;font-size:1.5rem;font-weight:700;margin:0 0 6px}.beta-modal>p{color:#64748b;font-size:.95rem;margin:0 0 24px}.beta-modal form{display:flex;flex-direction:column;gap:16px}.beta-error{background:#fef2f2;border-radius:10px;color:#dc2626;font-size:.9rem;padding:10px 14px}.beta-input-wrapper{position:relative}.beta-input-wrapper input{border:2px solid #e5e7eb;border-radius:12px;box-sizing:border-box;font-size:1rem;padding:14px 50px 14px 16px;transition:all .2s;width:100%}.beta-input-wrapper input:focus{border-color:#ec4899;box-shadow:0 0 0 3px #ec48991a;outline:none}.beta-eye{background:none;border:none;cursor:pointer;font-size:18px;opacity:.6;padding:4px;position:absolute;right:14px;top:50%;transform:translateY(-50%);transition:opacity .2s}.beta-eye:hover{opacity:1}.beta-submit{background:linear-gradient(135deg,#ec4899,#be185d);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:14px 24px;transition:all .3s}.beta-submit:hover:not(:disabled){box-shadow:0 8px 20px #ec489959;transform:translateY(-2px)}.beta-submit:disabled{cursor:not-allowed;opacity:.6}.beta-help{color:#64748b;display:inline-block;font-size:.9rem;margin-top:20px;text-decoration:none;transition:color .2s}.beta-help:hover{color:#ec4899}.waitlist-section{background:linear-gradient(135deg,#1e1b4b,#312e81 50%,#4c1d95);overflow:hidden;padding:5rem 2rem;position:relative}.auth-fullpage{background:#fff;bottom:0;display:flex;left:0;position:fixed;right:0;top:0;z-index:9999}.auth-branding-section{align-items:center;background:linear-gradient(135deg,#ec4899,#be185d 50%,#7c3aed);display:flex;flex:1 1;justify-content:center;overflow:hidden;padding:60px;position:relative}.auth-branding-section:before{background:radial-gradient(ellipse at top left,#ffffff26 0,#0000 50%),radial-gradient(ellipse at bottom right,#7c3aed4d 0,#0000 50%);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.auth-branding-content{color:#fff;max-width:400px;position:relative;text-align:center;z-index:1}.auth-brand-logo{height:100px;margin-bottom:24px;width:100px}.auth-branding-content h1{font-size:2.5rem;font-weight:800;margin:0 0 12px}.auth-branding-content>p{font-size:1.1rem;margin-bottom:40px;opacity:.9}.auth-brand-features{display:flex;flex-direction:column;gap:16px;text-align:left}.auth-brand-feature{align-items:center;display:flex;font-size:1rem;gap:12px;opacity:.9}.auth-brand-feature span:first-child{font-size:1.5rem}.auth-form-section{background:#fafafa;display:flex;flex:1 1;flex-direction:column;overflow-y:auto;padding:40px 60px}.auth-back-btn{align-self:flex-start;background:none;border:none;color:#64748b;cursor:pointer;font-size:1rem;margin-bottom:20px;padding:8px 0;transition:color .2s}.auth-back-btn:hover{color:#ec4899}.auth-form-wrapper{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin:0 auto;max-width:420px;width:100%}.auth-form-header{margin-bottom:32px}.auth-form-header h2{color:#1e293b;font-size:1.8rem;font-weight:700;margin:0 0 8px}.auth-form-header p{color:#64748b;font-size:1rem;margin:0}.auth-type-tabs{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f;display:flex;gap:8px;margin-bottom:28px;padding:6px}.auth-type-tab{align-items:center;background:#0000;border:none;border-radius:8px;color:#64748b;cursor:pointer;display:flex;flex:1 1;font-size:.9rem;font-weight:600;gap:6px;justify-content:center;padding:12px 16px;transition:all .2s}.auth-type-tab:hover{background:#f1f5f9}.auth-type-tab.active{background:linear-gradient(135deg,#ec4899,#be185d);color:#fff}.auth-form{display:flex;flex-direction:column;gap:20px}.auth-error-msg{background:#fef2f2;border:1px solid #fecaca;border-radius:10px;color:#dc2626;font-size:.9rem;padding:12px 16px}.auth-field{display:flex;flex-direction:column;gap:6px}.auth-field label{color:#374151;font-size:.9rem;font-weight:600}.auth-field input{background:#fff;border:2px solid #e5e7eb;border-radius:10px;font-size:1rem;padding:14px 16px;transition:all .2s}.auth-field input:focus{border-color:#ec4899;box-shadow:0 0 0 3px #ec48991a;outline:none}.auth-field input::placeholder{color:#9ca3af}.auth-password-input{align-items:center;display:flex;position:relative}.auth-password-input input{padding-right:50px;width:100%}.auth-eye-toggle{align-items:center;background:none;border:none;color:#9ca3af;cursor:pointer;display:flex;justify-content:center;padding:4px;position:absolute;right:14px;transition:color .2s}.auth-eye-toggle:hover{color:#ec4899}.auth-hint{color:#9ca3af;font-size:.8rem}.auth-submit{background:linear-gradient(135deg,#ec4899,#be185d);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1.05rem;font-weight:600;margin-top:8px;padding:16px 24px;transition:all .3s}.auth-submit:hover:not(:disabled){box-shadow:0 8px 25px #ec489959;transform:translateY(-2px)}.auth-submit:disabled{cursor:not-allowed;opacity:.6}.auth-toggle-mode{color:#64748b;font-size:.95rem;margin-top:16px;text-align:center}.auth-toggle-mode button{background:none;border:none;color:#ec4899;cursor:pointer;font-weight:600;margin-left:4px}.auth-toggle-mode button:hover{text-decoration:underline}.auth-staff-info{background:#f8fafc;border-radius:10px;margin-top:8px;padding:16px;text-align:center}.auth-staff-info p{color:#64748b;font-size:.9rem;line-height:1.5;margin:0}@media (max-width:900px){.auth-fullpage{flex-direction:column;overflow-x:hidden;overflow-y:auto}.auth-branding-section{flex:0 0 auto;min-height:auto;padding:30px 24px}.auth-branding-content h1{font-size:1.8rem}.auth-brand-features{display:none}.auth-form-section{flex:1 0 auto;overflow:visible;padding:24px}.auth-form-wrapper{max-width:100%}.auth-back-btn{color:#fff;left:16px;position:absolute;top:16px;z-index:10}}@media (max-width:480px){.auth-fullpage{-webkit-overflow-scrolling:touch;bottom:0;left:0;overflow-y:auto;position:fixed;right:0;top:0}.auth-branding-section{padding:50px 20px 24px;position:relative}.auth-brand-logo{height:50px;margin-bottom:12px;width:50px}.auth-branding-content h1{font-size:1.4rem;margin-bottom:4px}.auth-branding-content>p{font-size:.85rem;margin-bottom:0}.auth-form-section{background:#fff;border-radius:24px 24px 0 0;margin-top:-20px;padding:20px;position:relative;z-index:5}.auth-back-btn{background:#fff3;border-radius:8px;color:#fff;font-size:.85rem;left:12px;padding:8px 12px;position:absolute;top:12px}.auth-form-header{margin-bottom:20px}.auth-form-header h2{font-size:1.4rem}.auth-form-header p{font-size:.9rem}.auth-type-tabs{margin-bottom:20px}.auth-type-tab{font-size:.8rem;padding:10px 12px}.auth-form{gap:16px}.auth-field input{font-size:.95rem;padding:12px 14px}.auth-submit{font-size:1rem;padding:14px 20px}}.waitlist-section:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='25' cy='25' r='1' fill='rgba(255,255,255,0.3)'/%3E%3Ccircle cx='75' cy='75' r='.5' fill='rgba(255,255,255,0.2)'/%3E%3Ccircle cx='50' cy='10' r='.8' fill='rgba(255,255,255,0.25)'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h200v200H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.5;position:absolute;right:0;top:0}.waitlist-container{margin:0 auto;max-width:800px;position:relative;z-index:1}.waitlist-content{text-align:center}.waitlist-header{margin-bottom:2.5rem}.beta-badge{background:#ec489933;border:1px solid #ec489966;border-radius:50px;color:#f472b6;display:inline-block;font-size:.9rem;font-weight:600;margin-bottom:1rem;padding:.5rem 1rem}.waitlist-header h2{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.waitlist-header p{color:#fffc;font-size:1.1rem;line-height:1.6}.waitlist-form{margin-bottom:2rem}.waitlist-inputs{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:0 auto 1rem;max-width:600px}.input-wrapper{flex:1 1;min-width:200px}.waitlist-input{background:#ffffff1a;border:2px solid #fff3;border-radius:12px;color:#fff;font-size:1rem;padding:1rem 1.25rem;transition:all .3s ease;width:100%}.waitlist-input::placeholder{color:#ffffff80}.waitlist-input:focus{background:#ffffff26;border-color:#ec4899;outline:none}.waitlist-submit-btn{background:linear-gradient(135deg,#ec4899,#be185d);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease;white-space:nowrap}.waitlist-submit-btn:hover:not(:disabled){box-shadow:0 8px 25px #ec489966;transform:translateY(-2px)}.waitlist-submit-btn:disabled{cursor:not-allowed;opacity:.6}.waitlist-error{align-items:center;background:#ef444433;border-radius:8px;color:#fca5a5;display:flex;font-size:.9rem;gap:.5rem;justify-content:center;margin-top:1rem;padding:.75rem 1rem}.waitlist-privacy{color:#fff9;font-size:.85rem;margin-top:1rem}.waitlist-success{background:#10b98133;border:1px solid #10b98166;border-radius:16px;margin-bottom:2rem;padding:2rem}.success-icon{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;color:#fff;display:flex;font-size:1.8rem;font-weight:700;height:60px;justify-content:center;margin:0 auto 1rem;width:60px}.waitlist-success h3{color:#fff;font-size:1.5rem;margin-bottom:.5rem}.waitlist-success p{color:#fffc;margin-bottom:1.5rem}.btn-secondary-waitlist{background:#ffffff1a;border:1px solid #ffffff4d;border-radius:8px;color:#fff;cursor:pointer;padding:.75rem 1.5rem;transition:all .3s ease}.btn-secondary-waitlist:hover{background:#fff3}.waitlist-features{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.waitlist-feature{align-items:center;color:#fffc;display:flex;font-size:.95rem;gap:.5rem}.feature-icon{font-size:1.2rem}.btn-whatsapp-primary{align-items:center;background:linear-gradient(135deg,#25d366,#128c7e);border:none;border-radius:12px;color:#fff;cursor:pointer;display:inline-flex;font-size:1.1rem;font-weight:600;gap:.75rem;overflow:hidden;padding:1rem 2rem;position:relative;transition:all .3s ease}.btn-whatsapp-primary:hover{box-shadow:0 12px 35px #25d36666;transform:translateY(-3px)}.btn-whatsapp-primary.large{font-size:1.2rem;padding:1.25rem 3rem}.btn-whatsapp-secondary{align-items:center;background:#fff;border:2px solid #25d366;border-radius:12px;color:#128c7e;cursor:pointer;display:inline-flex;font-size:1.1rem;font-weight:600;gap:.75rem;overflow:hidden;padding:1rem 2rem;position:relative;transition:all .3s ease}.btn-whatsapp-secondary:hover{background:#25d366;box-shadow:0 12px 35px #25d3664d;color:#fff;transform:translateY(-3px)}.nav-whatsapp-btn{align-items:center;background:linear-gradient(135deg,#25d366,#128c7e);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-weight:600;gap:.5rem;padding:.6rem 1.2rem;transition:all .3s ease}.nav-whatsapp-btn:hover{box-shadow:0 4px 15px #25d3664d;transform:translateY(-2px)}.nav-signin-btn{align-items:center;background:#fff;border:2px solid #fff;border-radius:8px;color:#be185d;cursor:pointer;display:flex;font-weight:600;gap:.5rem;padding:.6rem 1.4rem;transition:all .3s ease}.nav-signin-btn:hover{background:#0000;color:#fff;transform:translateY(-2px)}.cta-note{color:#ffffffb3;font-size:.85rem;margin-top:.75rem}.pricing-cta-btn{align-items:center;background:linear-gradient(135deg,#25d366,#128c7e);border:none;border-radius:12px;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;margin-top:1.5rem;padding:1rem 2rem;transition:all .3s ease}.pricing-cta-btn:hover{box-shadow:0 8px 25px #25d3664d;transform:translateY(-2px)}.steps-cta{margin-top:3rem;text-align:center}.footer-contact-info{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.footer-contact-link{align-items:center;color:#fffc;display:inline-flex;gap:.5rem;text-decoration:none;transition:color .3s ease}.footer-contact-link:hover{color:#ec4899}.footer-contact-link.whatsapp:hover{color:#25d366}.footer-staff-note{color:#ffffff80;font-size:.8rem;font-style:italic;margin-bottom:.5rem}.footer-link.staff-link{opacity:.7}.footer-link.staff-link:hover{color:#ec4899;opacity:1}.footer-tagline{color:#ffffff80;font-size:.85rem;margin-top:.5rem}@media (max-width:1200px){.hero-container{gap:3rem;grid-template-columns:1fr 1fr;padding:2rem}.hero-title{font-size:3rem}.round-trip-service{padding:30px 40px}.trip-journey{padding:0 40px}.journey-line{left:100px;right:100px}.companion-car{left:100px}@keyframes carTravel{0%{left:100px;transform:translateY(-50%) scaleX(-1)}45%{left:calc(100% - 150px);transform:translateY(-50%) scaleX(-1)}50%{left:calc(100% - 150px);transform:translateY(-50%) scaleX(1)}95%{left:100px;transform:translateY(-50%) scaleX(1)}to{left:100px;transform:translateY(-50%) scaleX(-1)}}}@media (max-width:992px){.modern-hero{min-height:auto;padding-bottom:60px;padding-top:100px}.hero-container{flex-direction:column;gap:50px;padding:0 30px;text-align:center}.hero-content{align-items:center;order:1}.hero-visual{order:2;width:100%}.hero-title{font-size:2.75rem;text-align:center}.hero-subtitle{text-align:center}.coming-soon-badge,.hero-cta-btn,.hero-subtitle{margin-left:auto;margin-right:auto}.dual-cta-container{flex-direction:column;gap:1.5rem}.driver-cta,.passenger-cta{max-width:100%}.services-grid-modern,.steps-grid-modern{grid-template-columns:repeat(2,1fr)}.round-trip-service{margin:0 auto;max-width:500px}}@media (max-width:768px){.modern-nav{padding:.75rem 0}.nav-container{padding:0 1rem}.nav-logo{font-size:1.2rem}.nav-logo-icon{height:32px;width:32px}.nav-whatsapp-btn{font-size:.9rem;padding:.5rem 1rem}.modern-hero{padding-bottom:40px;padding-top:80px}.hero-container{flex-direction:column;gap:40px;padding:20px}.hero-content{align-items:center;text-align:center}.hero-visual{width:100%}.hero-title{font-size:2.2rem;line-height:1.2;text-align:center}.hero-subtitle{font-size:1rem;line-height:1.6;text-align:center}.coming-soon-badge{font-size:.85rem;padding:10px 18px}.hero-cta-btn{font-size:1rem;justify-content:center;padding:16px 24px;width:100%}.round-trip-service{border-radius:16px;padding:25px 20px}.service-title{font-size:16px}.service-legend{align-items:center;flex-direction:column;gap:8px}.trip-journey{height:120px;margin-bottom:20px;padding:0 20px}.location-point{font-size:20px;height:50px;width:50px}.journey-line{height:4px;left:70px;right:70px}.companion-car{font-size:18px;height:40px;left:70px;width:40px}@keyframes carTravel{0%{left:70px;transform:translateY(-50%) scaleX(-1)}45%{left:calc(100% - 110px);transform:translateY(-50%) scaleX(-1)}50%{left:calc(100% - 110px);transform:translateY(-50%) scaleX(1)}95%{left:70px;transform:translateY(-50%) scaleX(1)}to{left:70px;transform:translateY(-50%) scaleX(-1)}}.service-description h4{font-size:14px}.service-description p{font-size:12px}.dual-cta-section{padding:3rem 1rem}.dual-cta-container{flex-direction:column;gap:1.5rem}.driver-cta,.passenger-cta{border-radius:16px;padding:2rem 1.5rem}.cta-content h3{font-size:1.4rem}.cta-content p{font-size:.95rem}.btn-whatsapp-primary,.btn-whatsapp-secondary{font-size:1rem;justify-content:center;padding:.9rem 1.5rem;width:100%}.btn-whatsapp-primary.large{font-size:1rem;padding:1rem 2rem}.waitlist-section{padding:3rem 1rem}.waitlist-header h2{font-size:1.75rem}.waitlist-header p{font-size:1rem}.waitlist-inputs{flex-direction:column;gap:.75rem}.waitlist-input{padding:.9rem 1rem}.waitlist-submit-btn{padding:.9rem;width:100%}.waitlist-features{flex-direction:column;gap:.75rem}.modern-services{padding:3rem 1rem}.services-grid-modern{gap:1rem;grid-template-columns:1fr}.service-card-modern{padding:1.5rem}.service-icon-modern{font-size:2rem}.service-card-modern h3{font-size:1.1rem}.modern-pricing{padding:3rem 1rem}.pricing-card-modern{padding:1.5rem}.pricing-row{flex-direction:column;gap:.5rem;text-align:center}.pricing-cta-btn{justify-content:center;width:100%}.modern-how-it-works{padding:3rem 1rem}.steps-grid-modern{gap:1.5rem;grid-template-columns:1fr}.step-modern{flex-direction:column;gap:1rem}.step-content,.step-modern{text-align:center}.modern-faq{padding:3rem 1rem}.faq-question h3{font-size:1rem}.modern-footer{padding:3rem 1rem 2rem}.footer-content{gap:2rem;grid-template-columns:1fr}.footer-content,.footer-section h3,.footer-section h4,.footer-section ul{text-align:center}.footer-contact-info{align-items:center}.beta-password-modal{margin:1rem;max-width:calc(100% - 2rem)}.beta-info-banner{flex-direction:column;padding:1.25rem;text-align:center}.beta-text h4{font-size:1rem}.beta-text p{font-size:.9rem}.section-header h2{font-size:1.75rem}.section-header p{font-size:1rem}}@media (max-width:480px){.hero-title{font-size:1.9rem}.hero-subtitle{font-size:.95rem}.round-trip-service{padding:20px 15px}.trip-journey{height:100px;padding:0 15px}.location-point{font-size:16px;height:40px;width:40px}.journey-line{left:55px;right:55px}.companion-car{font-size:14px;height:35px;left:55px;width:35px}@keyframes carTravel{0%{left:55px;transform:translateY(-50%) scaleX(-1)}45%{left:calc(100% - 90px);transform:translateY(-50%) scaleX(-1)}50%{left:calc(100% - 90px);transform:translateY(-50%) scaleX(1)}95%{left:55px;transform:translateY(-50%) scaleX(1)}to{left:55px;transform:translateY(-50%) scaleX(-1)}}.waitlist-header h2{font-size:1.5rem}.cta-content h3{font-size:1.25rem}.floating-element:first-child{height:60px;width:60px}.floating-element:nth-child(2){height:40px;width:40px}.floating-element:nth-child(3){height:50px;width:50px}}
/*# sourceMappingURL=main.8746f006.css.map*/