:root{--primary: #000000;--primary-hover: #1a1a1a;--accent: #00B87C;--accent-light: #E8F5F1;--white: #FFFFFF;--gray-50: #F7F7F7;--gray-100: #EEEEEE;--gray-200: #E0E0E0;--gray-300: #BDBDBD;--gray-400: #9E9E9E;--gray-500: #757575;--gray-600: #616161;--gray-700: #424242;--gray-800: #212121;--gray-900: #000000;--success: #10B981;--warning: #F59E0B;--error: #EF4444;--info: #3B82F6;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .08);--shadow: 0 2px 8px rgba(0, 0, 0, .1);--shadow-md: 0 4px 12px rgba(0, 0, 0, .12);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .15);--shadow-xl: 0 16px 48px rgba(0, 0, 0, .18);--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", sans-serif;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--radius-sm: .5rem;--radius-md: .75rem;--radius-lg: 1rem;--radius-xl: 1.5rem;--radius-2xl: 2rem;--radius-full: 9999px;--transition: all .2s ease-in-out}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px}body{font-family:var(--font-sans);line-height:1.5;color:var(--gray-900);background-color:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:var(--gray-900)}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}p{margin-bottom:var(--spacing-md)}button{font-family:var(--font-sans);font-weight:600;border:none;cursor:pointer;transition:var(--transition);outline:none}button:disabled{opacity:.5;cursor:not-allowed}input,textarea,select{font-family:var(--font-sans);font-size:1rem;border:1px solid var(--gray-300);border-radius:var(--radius-md);padding:.75rem 1rem;width:100%;transition:var(--transition);outline:none}input:focus,textarea:focus,select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #00b87c1a}.container{max-width:1200px;margin:0 auto;padding:0 var(--spacing-md)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mt-1{margin-top:var(--spacing-sm)}.mt-2{margin-top:var(--spacing-md)}.mt-3{margin-top:var(--spacing-lg)}.mt-4{margin-top:var(--spacing-xl)}.mb-1{margin-bottom:var(--spacing-sm)}.mb-2{margin-bottom:var(--spacing-md)}.mb-3{margin-bottom:var(--spacing-lg)}.mb-4{margin-bottom:var(--spacing-xl)}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media(max-width:768px){html{font-size:14px}h1{font-size:2rem}h2{font-size:1.75rem}}.app{min-height:100vh;width:100%;overflow-x:hidden;position:relative}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(/assets/layers.BWBAp2CZ.png);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(/assets/layers-2x.Bpkbi35X.png);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(/assets/marker-icon.hN30_KVU.png)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.booking-wizard{position:relative;height:100vh;width:100vw;overflow:hidden}.fullscreen-map{position:absolute;inset:0;z-index:0}.back-btn{position:absolute;top:1rem;left:1rem;z-index:10;width:44px;height:44px;background:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-md);color:var(--gray-900);transition:var(--transition)}.back-btn:hover{background:var(--gray-50);transform:scale(1.05)}.back-btn:active{transform:scale(.95)}@media(max-width:640px){.back-btn{top:.75rem;left:.75rem;width:40px;height:40px}}.account-btn{position:absolute;top:1rem;right:1rem;z-index:10;width:44px;height:44px;background:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-md);color:var(--gray-900);transition:var(--transition)}.account-btn:hover{background:var(--gray-50);transform:scale(1.05)}.account-btn:active{transform:scale(.95)}@media(max-width:640px){.account-btn{top:.75rem;right:.75rem;width:40px;height:40px}}.bottom-sheet{position:absolute;bottom:0;left:50%;transform:translate(-50%);z-index:10;background:var(--white);border-radius:var(--radius-2xl) var(--radius-2xl) 0 0;box-shadow:0 -4px 24px #00000026;padding:.5rem 1.5rem 2rem;max-height:70vh;overflow-y:auto;animation:slideUpSheet .3s ease-out;-webkit-overflow-scrolling:touch;width:100%;max-width:600px}@media(max-width:640px){.bottom-sheet{padding:.5rem 1rem 1.5rem;max-height:75vh;max-width:100%}}@keyframes slideUpSheet{0%{transform:translateY(100%)}to{transform:translateY(0)}}.sheet-handle{width:40px;height:4px;background:var(--gray-300);border-radius:var(--radius-full);margin:0 auto 1.5rem}.sheet-content .sheet-title{font-size:1.5rem;font-weight:700;color:var(--gray-900);margin-bottom:.5rem}.sheet-content .sheet-subtitle{font-size:.9375rem;color:var(--gray-600);margin-bottom:1.5rem}.location-card{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--gray-50);border-radius:var(--radius-lg);margin-bottom:1rem}.location-card .location-icon{display:flex;align-items:center;justify-content:center;color:var(--gray-900)}.location-card .location-info{flex:1}.location-card .location-label{font-size:.8125rem;color:var(--gray-500);margin-bottom:.25rem}.location-card .location-address{font-size:.9375rem;font-weight:500;color:var(--gray-900)}.distance-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--gray-900);color:var(--white);border-radius:var(--radius-full);font-size:.875rem;font-weight:600;margin-bottom:1rem}.vehicle-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.vehicle-option{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:var(--white);border:2px solid var(--gray-200);border-radius:var(--radius-xl);transition:var(--transition);cursor:pointer}.vehicle-option:hover{border-color:var(--gray-300);background:var(--gray-50)}.vehicle-option.selected{border-color:var(--gray-900);background:var(--gray-50)}.vehicle-option .vehicle-left{display:flex;align-items:center;gap:1rem}.vehicle-option .vehicle-icon-large{display:flex;align-items:center;justify-content:center;color:var(--gray-900)}.vehicle-option .vehicle-details{text-align:left}.vehicle-option .vehicle-name{font-size:1.125rem;font-weight:600;color:var(--gray-900);margin-bottom:.25rem}.vehicle-option .vehicle-desc{font-size:.875rem;color:var(--gray-600)}.vehicle-option .vehicle-price{font-size:1.25rem;font-weight:700;color:var(--gray-900)}.btn-primary{width:100%;padding:1rem;background:var(--gray-900);color:var(--white);border-radius:var(--radius-lg);font-size:1.0625rem;font-weight:600;transition:var(--transition)}.btn-primary:hover:not(:disabled){background:var(--gray-800)}.btn-primary:active:not(:disabled){transform:scale(.98)}.btn-primary:disabled{background:var(--gray-300);color:var(--gray-500);cursor:not-allowed}.search-overlay{position:absolute;inset:0;z-index:20;background:var(--white);animation:fadeIn .2s ease-out}.search-container{padding:1rem;height:100%;display:flex;flex-direction:column}.search-input-wrapper{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:var(--gray-50);border:2px solid var(--gray-200);border-radius:var(--radius-full);margin-bottom:1rem;transition:var(--transition)}.search-input-wrapper:focus-within{border-color:var(--gray-900);background:var(--white)}.search-input-wrapper .search-icon{color:var(--gray-500);flex-shrink:0}.search-input-wrapper .search-input{flex:1;border:none;background:transparent;font-size:1rem;color:var(--gray-900);outline:none}.search-input-wrapper .search-input::placeholder{color:var(--gray-400)}.search-input-wrapper .search-close{display:flex;align-items:center;justify-content:center;color:var(--gray-500);padding:.25rem;border-radius:50%;transition:var(--transition)}.search-input-wrapper .search-close:hover{background:var(--gray-200);color:var(--gray-900)}.search-history .history-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-bottom:1px solid var(--gray-100)}.search-history .history-title{font-size:.875rem;font-weight:600;color:var(--gray-700)}.search-history .history-clear{display:flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background:transparent;color:var(--gray-600);font-size:.8125rem;font-weight:500;border-radius:var(--radius-md);transition:var(--transition)}.search-history .history-clear:hover{background:var(--gray-100);color:var(--gray-900)}.search-history .history-clear svg{flex-shrink:0}.search-history .history-list{max-height:calc(100vh - 200px);overflow-y:auto}.history-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem;border-bottom:1px solid var(--gray-100);transition:var(--transition);text-align:left;width:100%}.history-item:hover{background:var(--gray-50)}.history-item:active{background:var(--gray-100)}.history-item .history-icon{color:var(--gray-400);flex-shrink:0;margin-top:.125rem}.history-item .history-text{flex:1;font-size:.9375rem;color:var(--gray-900);line-height:1.5}.search-loading{padding:1rem;text-align:center;color:var(--gray-600);font-size:.9375rem}.search-no-results{padding:2rem 1rem;text-align:center;color:var(--gray-600)}.search-no-results p{font-size:1rem;margin-bottom:.5rem}.search-no-results p:first-child{font-weight:600;color:var(--gray-900);font-size:1.125rem}.search-no-results .search-hint{font-size:.875rem;margin-top:1.5rem;margin-bottom:.75rem;color:var(--gray-700)}.search-no-results .search-examples{list-style:none;padding:0;text-align:left;max-width:300px;margin:0 auto}.search-no-results .search-examples li{padding:.5rem 0;font-size:.875rem;color:var(--gray-600)}.search-results{flex:1;overflow-y:auto}.search-result-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem;border-bottom:1px solid var(--gray-100);transition:var(--transition);text-align:left;width:100%}.search-result-item:hover{background:var(--gray-50)}.search-result-item:active{background:var(--gray-100)}.search-result-item .result-icon{color:var(--gray-500);flex-shrink:0;margin-top:.125rem}.search-result-item .result-text{flex:1;font-size:.9375rem;color:var(--gray-900);line-height:1.5}.location-options{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.location-option-btn{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:var(--gray-50);border:2px solid var(--gray-200);border-radius:var(--radius-lg);font-size:1rem;font-weight:500;color:var(--gray-900);transition:var(--transition)}.location-option-btn:hover{border-color:var(--gray-900);background:var(--white)}.location-option-btn:active{transform:scale(.98)}.location-option-btn svg{flex-shrink:0}.search-trigger-btn{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:var(--gray-50);border:2px solid var(--gray-200);border-radius:var(--radius-lg);font-size:1rem;font-weight:500;color:var(--gray-900);transition:var(--transition);margin-bottom:1rem;width:100%}.search-trigger-btn:hover{border-color:var(--gray-900);background:var(--white)}.search-trigger-btn:active{transform:scale(.98)}.search-trigger-btn svg{flex-shrink:0}.location-edit-btn{padding:.5rem 1rem;background:var(--white);border:1px solid var(--gray-300);border-radius:var(--radius-md);font-size:.875rem;font-weight:500;color:var(--gray-700);transition:var(--transition)}.location-edit-btn:hover{background:var(--gray-50);border-color:var(--gray-900);color:var(--gray-900)}.location-edit-btn:active{transform:scale(.95)}.account-overlay{position:absolute;inset:0;z-index:30;background:#00000080;animation:fadeIn .2s ease-out;display:flex;justify-content:flex-end;padding:1rem}@media(max-width:640px){.account-overlay{padding:0}}.account-menu{width:100%;max-width:400px;background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);overflow-y:auto;max-height:100%;animation:slideInRight .3s ease-out}@media(max-width:640px){.account-menu{max-width:100%;border-radius:0;height:100%}}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.account-header{display:flex;align-items:center;gap:1rem;padding:1.5rem;border-bottom:1px solid var(--gray-100)}.account-header .account-avatar{width:56px;height:56px;border-radius:50%;background:var(--gray-100);display:flex;align-items:center;justify-content:center;font-size:2rem;flex-shrink:0}.account-header .account-info{flex:1;min-width:0}.account-header .account-name{font-size:1.125rem;font-weight:600;color:var(--gray-900);margin-bottom:.25rem}.account-header .account-email{font-size:.875rem;color:var(--gray-600);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-header .account-close{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--gray-600);transition:var(--transition);flex-shrink:0}.account-header .account-close:hover{background:var(--gray-100);color:var(--gray-900)}.account-section{padding:1.5rem;border-bottom:1px solid var(--gray-100)}.account-section:last-child{border-bottom:none}.account-section .section-title{font-size:.875rem;font-weight:600;color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.menu-item{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;width:100%;background:transparent;border-radius:var(--radius-lg);font-size:.9375rem;font-weight:500;color:var(--gray-900);transition:var(--transition);text-align:left}.menu-item:hover{background:var(--gray-50)}.menu-item:active{transform:scale(.98)}.menu-item.danger{color:#dc2626}.menu-item.danger:hover{background:#fef2f2}.menu-item svg{flex-shrink:0}.menu-item span{flex:1}.history-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem;text-align:center}.history-empty svg{color:var(--gray-300);margin-bottom:1rem}.history-empty p{font-size:1rem;font-weight:600;color:var(--gray-900);margin-bottom:.5rem}.history-empty span{font-size:.875rem;color:var(--gray-600)}.price-summary{min-height:100vh;background:var(--gray-50);display:flex;flex-direction:column;overflow-y:auto}.summary-header{background:var(--white);padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--gray-100);position:sticky;top:0;z-index:10;box-shadow:var(--shadow-sm)}@media(max-width:640px){.summary-header{padding:1rem}}.summary-header .back-btn{width:40px;height:40px;background:transparent;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--gray-900);transition:var(--transition);flex-shrink:0}.summary-header .back-btn:hover{background:var(--gray-100)}.summary-header .back-btn:active{transform:scale(.95)}@media(max-width:640px){.summary-header .back-btn{width:36px;height:36px}}.summary-header .header-title{font-size:1.25rem;font-weight:600;color:var(--gray-900);margin:0;text-align:center;flex:1}@media(max-width:640px){.summary-header .header-title{font-size:1.125rem}}.summary-header .header-spacer{width:40px;flex-shrink:0}@media(max-width:640px){.summary-header .header-spacer{width:36px}}.summary-content{flex:1;padding:1.5rem 1.5rem 2rem;max-width:600px;margin:0 auto;width:100%}@media(max-width:640px){.summary-content{padding:1rem 1rem 1.5rem}}.trip-card{background:var(--white);border-radius:var(--radius-xl);padding:1.5rem;margin-bottom:1rem;box-shadow:var(--shadow-sm)}.trip-card .trip-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.trip-card .vehicle-badge{display:flex;align-items:center;gap:.75rem}.trip-card .vehicle-badge .vehicle-icon-lg{display:flex;align-items:center;justify-content:center;color:var(--gray-900)}.trip-card .vehicle-badge .vehicle-name-lg{font-size:1.25rem;font-weight:600;color:var(--gray-900)}.trip-card .trip-distance{font-size:.9375rem;font-weight:600;color:var(--gray-600);padding:.5rem 1rem;background:var(--gray-50);border-radius:var(--radius-full)}.route-display{position:relative}.route-item{display:flex;align-items:flex-start;gap:1rem;position:relative}.route-dot{width:12px;height:12px;border-radius:50%;margin-top:.375rem;flex-shrink:0;position:relative;z-index:1}.route-dot.pickup,.route-dot.dropoff{background:var(--gray-900);box-shadow:0 0 0 3px var(--white),0 0 0 4px var(--gray-900)}.route-line{width:2px;height:2rem;background:var(--gray-300);margin-left:5px;margin-top:.25rem;margin-bottom:.25rem}.route-text{flex:1;padding-bottom:.5rem}.route-text .route-label{font-size:.8125rem;color:var(--gray-500);margin-bottom:.375rem;font-weight:500}.route-text .route-address{font-size:.9375rem;font-weight:500;color:var(--gray-900);line-height:1.4;word-break:break-word}.price-card{background:var(--white);border-radius:var(--radius-xl);padding:1.5rem;margin-bottom:1rem;box-shadow:var(--shadow-sm)}.price-card-title{font-size:1.125rem;font-weight:600;color:var(--gray-900);margin-bottom:1rem}.price-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0}.price-row:not(:last-child){border-bottom:1px solid var(--gray-100)}.price-row.total{padding-top:1rem}.price-row.total .price-label{font-size:1.125rem;font-weight:600;color:var(--gray-900)}.price-row.total .price-value{font-size:1.5rem;font-weight:700;color:var(--gray-900)}.price-row .price-label{font-size:.9375rem;color:var(--gray-600)}.price-row .price-value{font-size:.9375rem;font-weight:600;color:var(--gray-900)}.price-divider{height:1px;background:var(--gray-200);margin:.5rem 0}.payment-info{background:var(--white);border-radius:var(--radius-xl);padding:1.25rem;margin-bottom:1.5rem;box-shadow:var(--shadow-sm);display:flex;align-items:center;gap:1rem}.payment-info .info-icon{font-size:2rem;flex-shrink:0}.payment-info .info-text{flex:1}.payment-info .info-title{font-size:1rem;font-weight:600;color:var(--gray-900);margin-bottom:.25rem}.payment-info .info-desc{font-size:.875rem;color:var(--gray-600)}.confirm-button{width:100%;padding:1.125rem;background:var(--gray-900);color:var(--white);border-radius:var(--radius-lg);font-size:1.0625rem;font-weight:600;transition:var(--transition);margin-bottom:1rem}.confirm-button:hover{background:var(--gray-800)}.confirm-button:active{transform:scale(.98)}.payment-note{text-align:center;font-size:.8125rem;color:var(--gray-500);margin:0;line-height:1.4}@media(max-width:640px){.summary-content{padding:1rem}.trip-card,.price-card,.payment-method{padding:1.25rem}}.driver-list{min-height:100vh;background:var(--gray-50);display:flex;flex-direction:column;overflow-y:auto}.list-header{background:var(--white);padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--gray-100);position:sticky;top:0;z-index:10;box-shadow:var(--shadow-sm)}@media(max-width:640px){.list-header{padding:1rem}}.list-header .back-btn{width:40px;height:40px;background:transparent;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--gray-900);transition:var(--transition);flex-shrink:0}.list-header .back-btn:hover{background:var(--gray-100)}.list-header .back-btn:active{transform:scale(.95)}@media(max-width:640px){.list-header .back-btn{width:36px;height:36px}}.list-header .header-title{font-size:1.25rem;font-weight:600;color:var(--gray-900);margin:0;text-align:center;flex:1}@media(max-width:640px){.list-header .header-title{font-size:1.125rem}}.list-header .header-spacer{width:40px;flex-shrink:0}@media(max-width:640px){.list-header .header-spacer{width:36px}}.list-content{flex:1;padding:1.5rem;max-width:600px;margin:0 auto;width:100%}@media(max-width:640px){.list-content{padding:1rem}}.trip-info{background:var(--white);border-radius:var(--radius-xl);padding:1.25rem;margin-bottom:1.5rem;box-shadow:var(--shadow-sm)}.trip-info .info-row{display:flex;justify-content:space-between;align-items:center;padding:.625rem 0}.trip-info .info-row:not(:last-child){border-bottom:1px solid var(--gray-100)}.trip-info .info-label{font-size:.9375rem;color:var(--gray-600)}.trip-info .info-value{font-size:.9375rem;font-weight:600;color:var(--gray-900);text-transform:capitalize}.drivers-section .section-title{font-size:1.125rem;font-weight:600;color:var(--gray-900);margin-bottom:1rem}.drivers-grid{display:flex;flex-direction:column;gap:.75rem}.driver-card{background:var(--white);border-radius:var(--radius-xl);padding:1.25rem;display:flex;align-items:center;gap:1rem;box-shadow:var(--shadow-sm);transition:var(--transition);text-align:left;width:100%}.driver-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.driver-card:active{transform:translateY(0)}.driver-card .driver-avatar{width:56px;height:56px;border-radius:50%;background:var(--gray-100);display:flex;align-items:center;justify-content:center;font-size:2rem;flex-shrink:0}.driver-card .driver-info{flex:1;min-width:0}.driver-card .driver-name{font-size:1rem;font-weight:600;color:var(--gray-900);margin-bottom:.25rem}.driver-card .driver-vehicle{font-size:.875rem;color:var(--gray-600);margin-bottom:.375rem}.driver-card .driver-stats{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--gray-600)}.driver-card .driver-stats .stat-item{display:flex;align-items:center;gap:.25rem}.driver-card .driver-stats .stat-item svg{color:#fbbf24}.driver-card .driver-stats .stat-divider{color:var(--gray-400)}.driver-card .driver-arrow{color:var(--gray-400);flex-shrink:0}.driver-contact{min-height:100vh;background:var(--gray-50);display:flex;flex-direction:column;overflow-y:auto}.contact-header{background:var(--white);padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--gray-100);position:sticky;top:0;z-index:10;box-shadow:var(--shadow-sm)}@media(max-width:640px){.contact-header{padding:1rem}}.contact-header .back-btn{width:40px;height:40px;background:transparent;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--gray-900);transition:var(--transition);flex-shrink:0}.contact-header .back-btn:hover{background:var(--gray-100)}.contact-header .back-btn:active{transform:scale(.95)}@media(max-width:640px){.contact-header .back-btn{width:36px;height:36px}}.contact-header .header-title{font-size:1.25rem;font-weight:600;color:var(--gray-900);margin:0;text-align:center;flex:1}@media(max-width:640px){.contact-header .header-title{font-size:1.125rem}}.contact-header .header-spacer{width:40px;flex-shrink:0}@media(max-width:640px){.contact-header .header-spacer{width:36px}}.contact-content{flex:1;padding:1.5rem;max-width:600px;margin:0 auto;width:100%}@media(max-width:640px){.contact-content{padding:1rem}}.driver-profile{background:var(--white);border-radius:var(--radius-xl);padding:2rem 1.5rem;margin-bottom:1rem;box-shadow:var(--shadow-sm);text-align:center}.driver-profile .profile-avatar{width:80px;height:80px;border-radius:50%;background:var(--gray-100);display:flex;align-items:center;justify-content:center;font-size:3rem;margin:0 auto 1rem}.driver-profile .profile-name{font-size:1.5rem;font-weight:600;color:var(--gray-900);margin-bottom:.5rem}.driver-profile .profile-rating{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.9375rem;color:var(--gray-600);margin-bottom:1rem}.driver-profile .profile-rating svg{color:#fbbf24}.driver-profile .profile-rating .rating-divider{color:var(--gray-400)}.driver-profile .profile-vehicle{padding-top:1rem;border-top:1px solid var(--gray-100)}.driver-profile .vehicle-info{display:flex;flex-direction:column;gap:.25rem}.driver-profile .vehicle-model{font-size:1rem;font-weight:600;color:var(--gray-900)}.driver-profile .vehicle-plate{font-size:.875rem;color:var(--gray-600);font-family:monospace}.vehicle-photo-card{background:var(--white);border-radius:var(--radius-xl);padding:1.5rem;margin-bottom:1rem;box-shadow:var(--shadow-sm)}.vehicle-photo-card .photo-title{font-size:1.125rem;font-weight:600;color:var(--gray-900);margin-bottom:1rem}.vehicle-photo-card .vehicle-photo-placeholder{width:100%;height:200px;background:var(--gray-50);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;border:2px dashed var(--gray-300)}@media(max-width:640px){.vehicle-photo-card .vehicle-photo-placeholder{height:180px}}.vehicle-photo-card .photo-placeholder-content{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center;padding:1rem}.vehicle-photo-card .placeholder-icon{color:var(--gray-400)}.vehicle-photo-card .placeholder-text{font-size:1rem;font-weight:600;color:var(--gray-700)}.vehicle-photo-card .placeholder-subtext{font-size:.875rem;color:var(--gray-500)}.trip-summary{background:var(--white);border-radius:var(--radius-xl);padding:1.5rem;margin-bottom:1rem;box-shadow:var(--shadow-sm)}.trip-summary .summary-title{font-size:1.125rem;font-weight:600;color:var(--gray-900);margin-bottom:1rem}.route-info{margin-bottom:1.25rem}.route-point{display:flex;align-items:flex-start;gap:1rem}.point-dot{width:12px;height:12px;border-radius:50%;margin-top:.375rem;flex-shrink:0}.point-dot.pickup,.point-dot.dropoff{background:var(--gray-900);box-shadow:0 0 0 3px var(--white),0 0 0 4px var(--gray-900)}.route-line{width:2px;height:1.5rem;background:var(--gray-300);margin-left:5px;margin-top:.25rem;margin-bottom:.25rem}.point-text{flex:1;padding-bottom:.5rem}.point-text .point-label{font-size:.8125rem;color:var(--gray-500);margin-bottom:.25rem;font-weight:500}.point-text .point-address{font-size:.875rem;font-weight:500;color:var(--gray-900);line-height:1.4}.trip-details{padding-top:1rem;border-top:1px solid var(--gray-100)}.trip-details .detail-row{display:flex;justify-content:space-between;align-items:center;padding:.625rem 0}.trip-details .detail-row:not(:last-child){border-bottom:1px solid var(--gray-100)}.trip-details .detail-label{font-size:.9375rem;color:var(--gray-600)}.trip-details .detail-value{font-size:.9375rem;font-weight:600;color:var(--gray-900)}.contact-actions{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1rem}@media(max-width:640px){.contact-actions{grid-template-columns:1fr}}.action-btn{padding:1rem;border-radius:var(--radius-lg);font-size:1rem;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:var(--transition)}.action-btn.primary{background:var(--gray-900);color:var(--white)}.action-btn.primary:hover{background:var(--gray-800)}.action-btn.whatsapp{background:#25d366;color:var(--white)}.action-btn.whatsapp:hover{background:#20ba5a}.action-btn.secondary{background:var(--white);color:var(--gray-900);border:2px solid var(--gray-200)}.action-btn.secondary:hover{border-color:var(--gray-900);background:var(--gray-50)}.action-btn:active{transform:scale(.98)}.contact-info-card{background:var(--white);border-radius:var(--radius-xl);padding:1.25rem;margin-bottom:1.5rem;box-shadow:var(--shadow-sm);display:flex;align-items:center;gap:1rem}.contact-info-card .info-icon{font-size:2rem;flex-shrink:0}.contact-info-card .info-content{flex:1}.contact-info-card .info-title{font-size:.875rem;color:var(--gray-600);margin-bottom:.25rem}.contact-info-card .info-phone{font-size:1rem;font-weight:600;color:var(--gray-900);font-family:monospace}.confirm-booking-btn{width:100%;padding:1.125rem;background:var(--gray-900);color:var(--white);border-radius:var(--radius-lg);font-size:1.0625rem;font-weight:600;transition:var(--transition);margin-bottom:1rem}.confirm-booking-btn:hover{background:var(--gray-800)}.confirm-booking-btn:active{transform:scale(.98)}.contact-note{text-align:center;font-size:.8125rem;color:var(--gray-500);margin:0;line-height:1.4}.booking-confirmation{min-height:100vh;background:var(--white);position:relative;overflow:hidden}.logo-animation{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:var(--gray-900);z-index:10;animation:fadeIn .3s ease-out}.logo-animation.fade-out{animation:fadeOut .5s ease-out forwards}.logo-container{text-align:center;animation:scaleIn .6s ease-out}.logo-text{font-size:3rem;font-weight:700;color:var(--white);margin:0;letter-spacing:-.02em}@media(max-width:640px){.logo-text{font-size:2.5rem}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{to{opacity:0;visibility:hidden}}@keyframes scaleIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.confirmation-content{min-height:100vh;padding:2rem 1.5rem;display:flex;flex-direction:column;align-items:center;opacity:0;transform:translateY(20px);transition:all .5s ease-out}.confirmation-content.show{opacity:1;transform:translateY(0)}@media(max-width:640px){.confirmation-content{padding:1.5rem 1rem}}.success-icon{margin-top:2rem;margin-bottom:1.5rem;animation:successPop .6s ease-out .3s both}.success-circle{width:100px;height:100px;border-radius:50%;background:#10b981;display:flex;align-items:center;justify-content:center;color:var(--white);box-shadow:0 10px 40px #10b9814d}@keyframes successPop{0%{transform:scale(0);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}.confirmation-title{font-size:2rem;font-weight:700;color:var(--gray-900);margin-bottom:.5rem;text-align:center}@media(max-width:640px){.confirmation-title{font-size:1.75rem}}.confirmation-subtitle{font-size:1rem;color:var(--gray-600);text-align:center;margin-bottom:2rem}.booking-reference{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem 2rem;background:var(--gray-50);border-radius:var(--radius-lg);margin-bottom:2rem}.booking-reference .ref-label{font-size:.875rem;color:var(--gray-600);font-weight:500}.booking-reference .ref-number{font-size:1.5rem;font-weight:700;color:var(--gray-900);font-family:monospace}.confirmation-card{width:100%;max-width:500px;background:var(--white);border:2px solid var(--gray-100);border-radius:var(--radius-xl);padding:1.5rem;margin-bottom:1.5rem}.confirmation-card .card-section:not(:last-child){margin-bottom:1.5rem}.confirmation-card .card-title{font-size:.875rem;font-weight:600;color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.confirmation-card .card-divider{height:1px;background:var(--gray-100);margin:1.5rem 0}.driver-info{display:flex;align-items:center;gap:1rem}.driver-info .driver-avatar{width:56px;height:56px;border-radius:50%;background:var(--gray-100);display:flex;align-items:center;justify-content:center;font-size:2rem;flex-shrink:0}.driver-info .driver-details{flex:1}.driver-info .driver-name{font-size:1.125rem;font-weight:600;color:var(--gray-900);margin-bottom:.25rem}.driver-info .driver-vehicle{font-size:.875rem;color:var(--gray-600)}.trip-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0}.trip-row:not(:last-child){border-bottom:1px solid var(--gray-100)}.trip-row.highlight{padding-top:1rem;margin-top:.5rem;border-top:2px solid var(--gray-200)}.trip-row.highlight .trip-label{font-weight:600;color:var(--gray-900)}.trip-row.highlight .trip-value{font-size:1.25rem;font-weight:700;color:var(--gray-900)}.trip-row .trip-label{font-size:.9375rem;color:var(--gray-600)}.trip-row .trip-value{font-size:.9375rem;font-weight:600;color:var(--gray-900);text-align:right;max-width:60%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.next-steps{width:100%;max-width:500px;display:flex;align-items:center;gap:1rem;padding:1.25rem;background:#eff6ff;border-radius:var(--radius-lg);margin-bottom:2rem}.next-steps .step-icon{font-size:2rem;flex-shrink:0}.next-steps .step-text{font-size:.9375rem;color:#1e40af;line-height:1.5;margin:0}.done-button{width:100%;max-width:500px;padding:1.125rem;background:var(--gray-900);color:var(--white);border-radius:var(--radius-lg);font-size:1.0625rem;font-weight:600;transition:var(--transition)}.done-button:hover{background:var(--gray-800)}.done-button:active{transform:scale(.98)}
