:root{--gold-50: #fdfaf0;--gold-100: #faf5dc;--gold-200: #f2e4a0;--gold-300: #e8d48f;--gold-400: #e4c96d;--gold-500: #d9b84a;--gold-600: #c9a020;--gold-700: #9d8e61;--gray-50: #f8f7f6;--gray-100: #f3f0f1;--gray-200: #e8e5e6;--gray-300: #d1cccd;--gray-400: #9a9a9a;--gray-500: #777777;--gray-600: #555555;--gray-700: #333333;--gray-800: #1f1f1f;--success: #22c55e;--warning: #f59e0b;--danger: #ef4444;--info: #3b82f6;--font: "Inter", system-ui, -apple-system, sans-serif;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--shadow-sm: 0 1px 2px rgba(0,0,0,.06);--shadow-md: 0 4px 12px rgba(0,0,0,.08);--shadow-lg: 0 12px 40px rgba(0,0,0,.12)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font);color:var(--gray-700);background:var(--gray-100);line-height:1.5;min-height:100vh}a{color:var(--gold-600);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;display:block}.login-page{min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;background:radial-gradient(ellipse at 30% 20%,rgba(242,228,160,.35) 0%,transparent 60%),radial-gradient(ellipse at 80% 80%,rgba(217,184,74,.15) 0%,transparent 60%),var(--gray-100);padding:2rem}.login-card{width:100%;max-width:760px;min-height:620px;background:#fff;border-radius:24px;padding:4rem 3rem;box-shadow:var(--shadow-lg);border:1px solid var(--gold-200);display:flex;flex-direction:column;justify-content:center}.login-brand-name{font-size:2.6rem;font-weight:900}.login-brand-sub{font-size:1.2rem}.login-subtitle{font-size:1rem;margin-bottom:2rem}.login-form{display:flex;flex-direction:column;gap:.8rem}.login-label{font-size:.95rem;font-weight:700}.login-input{width:100%;height:54px;padding:0 1rem;font-size:1rem;border-radius:8px}.login-error{padding:.9rem 1rem;font-size:.9rem}.login-btn{height:56px;margin-top:1rem;font-size:1rem;border-radius:8px}.dashboard{display:flex;flex-direction:column;min-height:100vh;background:var(--gray-100)}.dash-header{display:flex;align-items:center;justify-content:space-between;height:64px;padding:0 1.25rem;background:#fff;border-bottom:1px solid var(--gray-200);box-shadow:var(--shadow-sm);position:sticky;top:0;z-index:20}.dash-header-left,.dash-header-right{display:flex;align-items:center;gap:.75rem}.dash-brand{display:flex;align-items:baseline;gap:.4rem}.dash-brand-name{font-size:1.4rem;font-weight:800;letter-spacing:-.02em;color:var(--gray-800)}.dash-brand-sub{font-size:.85rem;font-weight:500;color:var(--gray-400)}.dash-greeting{font-size:.85rem;color:var(--gray-500);font-weight:500}.dash-icon-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--radius-sm);border:1px solid var(--gray-200);background:var(--gold-100);color:var(--gold-700);cursor:pointer;transition:background .15s,border-color .15s}.dash-icon-btn:hover{background:var(--gold-200);border-color:var(--gold-400)}.dash-icon-btn--danger{color:var(--danger);background:#fef2f2;border-color:#fecaca}.dash-icon-btn--danger:hover{background:#fee2e2}.dash-body{display:flex;flex:1}.dash-sidebar{overflow:hidden;background:linear-gradient(180deg,var(--gold-100) 0%,var(--gold-200) 100%);border-right:1px solid var(--gold-300);flex-shrink:0}.dash-nav{display:flex;flex-direction:column;padding:.75rem 0}.dash-nav-item{display:flex;align-items:center;gap:.6rem;padding:.65rem 1.25rem;font-size:.85rem;font-weight:600;font-family:var(--font);color:var(--gray-700);background:none;border:none;cursor:pointer;transition:background .15s;text-align:left;width:100%}.dash-nav-item:hover{background:#0000000a}.dash-nav-item--active{background:#0000000f;color:var(--gray-800);border-left:3px solid var(--gold-500)}.dash-main{flex:1;padding:1.5rem 2rem;overflow-y:auto}.dash-title{font-size:1.5rem;font-weight:700;color:var(--gray-800);margin-bottom:1.25rem}.dash-placeholder-card{background:#fff;border:1px dashed var(--gray-300);border-radius:var(--radius-md);padding:2rem;color:var(--gray-500);font-size:.9rem;text-align:center}.dash-loading{color:var(--gray-400);font-size:.9rem}.dash-error{color:var(--danger);font-size:.85rem;font-weight:500}.dash-toast{background:var(--gold-100);border:1px solid var(--gold-400);color:var(--gray-700);border-radius:var(--radius-sm);padding:.5rem 1rem;font-size:.85rem;font-weight:500;margin-bottom:1rem;display:inline-block}.shift-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem}.shift-card{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:1.25rem;box-shadow:var(--shadow-sm);transition:box-shadow .2s}.shift-card:hover{box-shadow:var(--shadow-md)}.shift-card-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;color:var(--gray-600)}.shift-card-id{font-weight:700;font-size:.9rem;color:var(--gray-700)}.shift-badge,.trip-badge{margin-left:auto;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:.2rem .55rem;border-radius:999px}.shift-badge--pending,.trip-badge--pending{background:#fef3c7;color:#92400e}.shift-badge--active,.trip-badge--active{background:#dbeafe;color:#1e40af}.shift-badge--done,.trip-badge--done{background:#dcfce7;color:#166534}.trip-badge--accepted{background:#e0e7ff;color:#3730a3}.trip-badge--canceled{background:#fee2e2;color:#991b1b}.shift-card-body{font-size:.85rem;color:var(--gray-600);display:flex;flex-direction:column;gap:.3rem;margin-bottom:.75rem}.shift-card-actions{display:flex;gap:.5rem}.trip-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.trip-card{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:1.25rem;box-shadow:var(--shadow-sm);transition:box-shadow .2s}.trip-card:hover{box-shadow:var(--shadow-md)}.trip-card-header{display:flex;align-items:center;margin-bottom:.75rem}.trip-card-id{font-weight:700;font-size:.9rem;color:var(--gray-700)}.trip-route{display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:var(--gray-600);margin-bottom:.6rem}.trip-route-icon{color:var(--gold-600);flex-shrink:0}.trip-card-meta{display:flex;gap:1rem;font-size:.8rem;color:var(--gray-400);font-weight:500;text-transform:capitalize}.btn{display:inline-flex;align-items:center;gap:.35rem;padding:.45rem .9rem;font-size:.8rem;font-weight:600;font-family:var(--font);border-radius:var(--radius-sm);border:1px solid transparent;cursor:pointer;transition:transform .1s,box-shadow .15s}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn--primary{background:linear-gradient(135deg,var(--gold-200),var(--gold-400));border-color:var(--gold-400);color:var(--gray-800)}.btn--primary:hover{box-shadow:0 2px 10px #d9b84a4d}.btn--danger{background:#fef2f2;border-color:#fecaca;color:var(--danger)}.btn--danger:hover{box-shadow:0 2px 10px #ef444433}.login-page-user{min-height:100vh;align-items:center;justify-content:center;background:radial-gradient(ellipse at 30% 20%,rgba(242,228,160,.35) 0%,transparent 60%),radial-gradient(ellipse at 80% 80%,rgba(217,184,74,.15) 0%,transparent 60%),var(--gray-100)}.auth-field{display:flex;flex-direction:column;gap:.4rem;text-align:left}.auth-label{font-size:.85rem;font-weight:700;color:var(--gray-600)}.auth-input{width:100%;padding:.75rem 1rem;font-size:.95rem;font-family:var(--font);border:1.5px solid var(--gray-200);border-radius:var(--radius-md);background:var(--gray-50);color:var(--gray-800);outline:none;transition:all .2s ease}.auth-input:focus{background:#fff;border-color:var(--gold-500);box-shadow:0 0 0 4px #d9b84a1f}.auth-input::placeholder{color:var(--gray-400)}.auth-btn{width:100%;padding:.85rem;font-size:1rem;font-weight:700;background:linear-gradient(135deg,var(--gold-500),var(--gold-600));color:#fff;border:none;border-radius:var(--radius-md);cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #c9a02026;margin-top:1rem}.auth-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #c9a02040}.auth-btn:active:not(:disabled){transform:translateY(0)}.auth-btn:disabled{opacity:.6;cursor:not-allowed}.tuxy-header-div{display:block;height:70px;background-color:#ffbb29}.tuxy-header-title{padding:20px 0 20px 20px;font-weight:900;font-size:2.7em}.general-confirm-button{display:flex;width:85%;margin:40px auto}.session-input{font-family:system-ui,-apple-system,sans-serif;width:95%;text-align:left;margin:10px auto}.login-form-container{text-align:center;margin:0 auto;padding:20px;border-radius:10px}.login-welcome{font-size:2em;font-weight:600;margin-bottom:10px}.half-width{width:48%;margin:0 auto}.decision-page{min-height:100vh;background-color:#fef9e7;display:flex;flex-direction:column}.decision-container{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:80px;text-align:center}.decision-welcome{font-size:1.8rem;font-weight:600;margin-bottom:40px;color:#333}.decision-subtitle{font-size:1.5rem;font-weight:500;margin-bottom:20px;color:#333}.decision-options{display:flex;gap:20px;margin-bottom:40px;width:90%;max-width:400px}.decision-option{flex:1;background-color:#f2e4a0;padding:30px 10px;border-radius:12px;font-weight:600;font-size:1.1rem;cursor:pointer;box-shadow:0 4px 6px #0000001a;border:2px solid transparent;transition:all .2s;display:flex;align-items:center;justify-content:center}.decision-option.active{background-color:#fc3;border-color:#ffbb29}.confirm-btn{background-color:#f3b11e;color:#fff;border:none;padding:12px 60px;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;box-shadow:0 2px 4px #0000001a;transition:background .2s}.confirm-btn:hover{background-color:#e4a316}.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(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);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(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.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}}.driver-layout{display:flex;flex-direction:column;height:100vh;width:100%;overflow:hidden;background-color:#f8f9fa;position:relative}.driver-header{display:flex;align-items:center;justify-content:space-between;padding:1rem;background-color:#fff;border-bottom:1px solid #eaeaea;z-index:10}.menu-btn,.bell-btn{background:#fdf2d5;border:none;padding:.5rem;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#333}.header-actions{display:flex;align-items:center;gap:.8rem}.close-btn-red{background-color:#f87171;border:none;padding:.5rem;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff}.close-btn-red:hover{background-color:#ef4444}.driver-brand{display:flex;align-items:baseline;gap:.5rem}.driver-brand-name{font-size:1.5rem;font-weight:900;letter-spacing:-.5px}.driver-brand-sub{font-size:.9rem;color:#888}.driver-main-content{flex:1;overflow-y:auto;position:relative}.drawer-overlay{position:absolute;inset:0;background:#0006;z-index:20}.drawer-menu{position:absolute;top:0;left:0;bottom:0;width:280px;max-width:80%;background:#fdfdf5;z-index:30;display:flex;flex-direction:column;box-shadow:2px 0 8px #0000001a;border-right:1px solid #f0c14b}.drawer-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1rem;border-bottom:1px solid #d4cbb8}.drawer-title{font-size:1.2rem;font-weight:700;color:#555}.drawer-close{background:transparent;border:none;cursor:pointer;color:#555}.drawer-nav{display:flex;flex-direction:column;flex:1}.drawer-link{padding:1rem 1.5rem;text-align:left;background:transparent;border:none;border-bottom:1px solid #eaeaea;font-size:1rem;color:#333;cursor:pointer;transition:background .2s}.drawer-link:hover,.drawer-link.active{background:#fcf6e3;font-weight:600}.drawer-footer{padding:1.5rem}.drawer-logout{background:transparent;border:none;color:#555;text-decoration:underline;cursor:pointer;font-size:1rem}.driver-home-container{width:100%;height:100%;position:relative}.map-full{width:100%;height:100%;z-index:0}.bottom-sheet{position:absolute;bottom:0;left:0;right:0;background:#fff;border-top-left-radius:20px;border-top-right-radius:20px;box-shadow:0 -4px 15px #0000001a;z-index:10;height:100%;display:flex;flex-direction:column;touch-action:none}.sheet-handle-wrapper{padding:12px;display:flex;justify-content:center;cursor:grab}.sheet-handle-wrapper:active{cursor:grabbing}.sheet-handle{width:50px;height:6px;background:#d1d5db;border-radius:3px}.sheet-header{padding:0 1.5rem .5rem;display:flex;align-items:center;justify-content:center;position:relative}.sheet-title{font-size:1.25rem;font-weight:700;margin:0;color:#111}.passenger-list{padding:0 1rem 2rem;overflow-y:auto;display:flex;flex-direction:column;touch-action:pan-y}.passenger-card{display:flex;align-items:flex-start;gap:1rem;padding:1.2rem .5rem;border-top:1px dashed #e5e7eb;cursor:pointer;transition:background .2s}.passenger-card:hover{background-color:#f9fafb}.card-icon{flex-shrink:0;margin-top:4px}.card-info{flex:1;display:flex;flex-direction:column;gap:.3rem}.card-top{display:flex;justify-content:space-between;align-items:center}.passenger-name{font-size:1.15rem;font-weight:600;color:#374151}.card-bottom{display:flex;justify-content:space-between;align-items:baseline;gap:1rem}.passenger-address{font-size:.95rem;color:#9ca3af;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.trip-distance{font-size:1.2rem;font-weight:700;color:#374151}.no-trips{padding:2rem;text-align:center;color:#888}.schedule-form{display:flex;flex-direction:column;gap:1rem}.schedule-card{border:1px solid #f0c14b;border-radius:8px;padding:1rem;background:#fff}.schedule-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.schedule-label{font-weight:600;color:#333;font-size:1.1rem;min-width:60px}.schedule-sublabel{color:#555;font-size:.9rem}.schedule-input{border:1px solid #ccc;border-radius:6px;padding:.4rem .5rem;font-size:1rem;outline:none;flex:1;min-width:100px}.schedule-input:focus{border-color:#f0c14b}.schedule-days-grid{display:grid;grid-template-columns:1fr 1fr;gap:.8rem;width:100%}.schedule-day-checkbox{display:flex;align-items:center;gap:.5rem;font-size:1rem;color:#444;cursor:pointer}.schedule-day-checkbox input{accent-color:#f0c14b;transform:scale(1.2)}.schedule-submit-btn{background-color:#f0c14b;color:#fff;font-weight:700;border:none;border-radius:6px;cursor:pointer}.schedule-submit-btn:hover{background-color:#e6a71e}.schedule-step2{display:flex;flex-direction:column;gap:1.5rem}.schedule-preferred-banner{background:#fff8e1;border:1px solid #f0c14b;border-radius:8px;padding:1rem}.schedule-preferred-row{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap}.schedule-shifts-list{display:flex;flex-direction:column;gap:1rem}.schedule-shift-item{border:1px solid #eaeaea;border-radius:8px;padding:1rem;display:flex;flex-direction:column;gap:.5rem;background:#fafafa}.schedule-shift-time{display:flex;justify-content:space-between;font-size:1rem;color:#333}.schedule-shift-taxi{display:flex;align-items:center;gap:1rem}.auto-label{color:#2e7d32;font-weight:700;font-size:.85rem}.schedule-actions-bottom{display:flex;justify-content:space-between;margin-top:1rem}.btn{display:inline-flex;align-items:center;gap:8px;padding:.6rem 1.2rem;border-radius:8px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s ease;border:none}.btn:active{transform:scale(.97)}.btn:disabled{opacity:.6;cursor:not-allowed}.btn--primary{background-color:#f0c14b;color:#fff}.btn--primary:hover{background-color:#e6a71e}.btn--danger{background-color:#ef4444;color:#fff}.btn--danger:hover{background-color:#dc2626}.btn--secondary{background-color:#f3f4f6;color:#374151;border:1px solid #d1d5db}.btn--secondary:hover{background-color:#e5e7eb}.shift-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-top:2rem}.shift-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a;display:flex;flex-direction:column;gap:1rem}.shift-card-header{display:flex;align-items:center;gap:.5rem;border-bottom:1px solid #f3f4f6;padding-bottom:.8rem}.shift-card-id{font-weight:700;color:#111;flex:1}.shift-badge{padding:.25rem .75rem;border-radius:9999px;font-size:.8rem;font-weight:700;text-transform:uppercase}.shift-badge--pending{background:#fef3c7;color:#92400e}.shift-badge--active{background:#dcfce7;color:#166534}.shift-badge--done{background:#f3f4f6;color:#374151}.shift-card-body p{margin:.4rem 0;color:#4b5563}.shift-card-actions{display:flex;gap:.8rem;margin-top:auto;padding-top:1rem}.dash-toast{position:fixed;top:80px;right:20px;background:#111;color:#fff;padding:.8rem 1.5rem;border-radius:8px;z-index:1000;box-shadow:0 10px 15px -3px #0000001a}.active-trip-card{background:#fdfdfd;border-radius:12px;padding:1.5rem;border:1px solid #e5e7eb;display:flex;flex-direction:column;gap:1.5rem}.trip-status-badge{background:#3b82f6;color:#fff;padding:.25rem .75rem;border-radius:99px;font-size:.85rem;font-weight:600}.address-item{display:flex;align-items:flex-start;gap:.75rem;font-size:1rem;color:#4b5563}.text-red{color:#ef4444}.text-green{color:#10b981}.active-trip-actions{display:flex;flex-direction:column;gap:.8rem}.btn-pickup,.btn-complete{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;border:none;border-radius:8px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:opacity .2s}.btn-pickup{background-color:#3b82f6;color:#fff}.btn-complete{background-color:#10b981;color:#fff}.btn-pickup:hover,.btn-complete:hover{opacity:.9}.map-background{position:absolute;inset:0;z-index:1}.map-background>div{width:100%;height:100%}.refuel-page{min-height:calc(100vh - 64px);background:#f8f9fa;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#1a1a1a;display:flex;flex-direction:column}.refuel-main{padding:24px 16px;flex:1;max-width:500px;margin:0 auto;width:100%}.refuel-main h1{font-size:24px;font-weight:800;margin-bottom:24px;color:#212529}.refuel-card{background:#fff;border-radius:16px;padding:20px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid #e9ecef}.refuel-card label{display:block;font-size:14px;font-weight:600;color:#495057;margin-bottom:12px}.refuel-inputs{display:flex;flex-direction:column;gap:16px}.refuel-field-group{display:flex;align-items:center;background:#f1f3f5;border-radius:12px;padding:0 16px;height:56px;transition:ring .2s;border:2px solid transparent}.refuel-field-group:focus-within{border-color:#fab005;background:#fff}.refuel-field{flex:1;background:transparent;border:none;outline:none;font-size:18px;font-weight:600;width:100%;color:#212529}.refuel-field::placeholder{color:#adb5bd;font-weight:400}.refuel-unit,.refuel-currency{font-size:16px;font-weight:700;color:#868e96;margin-left:8px}.refuel-unit{background:transparent;border:none;outline:none;cursor:pointer;color:#fab005}.refuel-actions{display:flex;gap:12px;margin-top:32px}.refuel-actions button{height:56px;border-radius:14px;font-size:16px;font-weight:700;cursor:pointer;transition:transform .1s,opacity .2s}.refuel-actions button:active{transform:scale(.98)}.refuel-cancel{flex:1;background:#f1f3f5;color:#495057;border:none}.refuel-submit{flex:2;background:#fab005;color:#fff;border:none;box-shadow:0 4px 14px #fab00563}.refuel-popup-overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:200;padding:20px}.refuel-popup{position:relative;width:100%;max-width:320px;background:#fff;border-radius:24px;padding:32px 24px;text-align:center;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.popup-close{position:absolute;top:16px;right:16px;border:none;background:#f1f3f5;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#868e96;cursor:pointer}.success-badge{width:80px;height:80px;margin:0 auto 20px;border-radius:50%;background:#ebfbee;color:#40c057;display:flex;align-items:center;justify-content:center}.refuel-popup h2{margin:0 0 8px;font-size:20px;font-weight:800}.popup-text{margin-bottom:24px;font-size:14px;color:#868e96;line-height:1.5}.popup-info{display:flex;justify-content:space-between;align-items:center;padding:12px 0}.popup-info span{font-size:14px;color:#868e96;font-weight:500}.popup-info strong{font-size:18px;color:#212529;font-weight:700}.popup-divider{border-top:1px solid #f1f3f5}.popup-button{width:100%;height:52px;border:none;border-radius:12px;background:#212529;color:#fff;font-weight:700;font-size:16px;cursor:pointer;margin-top:24px}*{box-sizing:border-box}html,body,#root{margin:0;width:100%;height:100%;font-family:Arial,sans-serif}.client-layout{width:100%;height:100vh;overflow:hidden;background:#fff}.client-header{height:80px;width:100%;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 20px;position:relative;z-index:30}.client-brand{display:flex;align-items:center;margin-left:20px;flex:1}.client-brand-name{font-size:2.2rem;font-weight:900;color:#000}.menu-btn,.bell-btn{width:48px;height:48px;border:none;border-radius:8px;background:#fdf2b3;display:flex;align-items:center;justify-content:center;cursor:pointer}.client-main-content{position:relative;width:100%;height:calc(100vh - 80px)}.map-wrapper{position:absolute;inset:0;z-index:1}.search-panel{position:absolute;bottom:15px;left:50%;transform:translate(-50%);width:90%;max-width:420px;background:#fffdf2;border:1.5px solid #f1cf58;border-radius:12px;padding:16px;z-index:20;box-shadow:0 4px 12px #0000000d}.search-input-wrapper{position:relative;width:100%;margin-bottom:16px;display:flex;gap:10px}.pinpoint-btn{width:60px;height:60px;border:1.5px solid #f1cf58;border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;flex-shrink:0;color:#374151}.pinpoint-btn:hover{background:#fdf2b3}.pinpoint-btn.active{background:#f1af3d;color:#fff;border-color:#f1af3d}.pinpoint-btn--small{width:48px;height:48px}.search-icon{position:absolute;top:50%;left:14px;transform:translateY(-50%);color:#6b7280;pointer-events:none}.input-search-btn{position:absolute;top:50%;left:12px;transform:translateY(-50%);background:transparent;border:none;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:4px;z-index:10;transition:color .2s}.input-search-btn:hover{color:#374151}.search-input{width:100%;height:60px;border:1.5px solid #f1cf58;border-radius:12px;padding:0 16px 0 48px;font-size:1.05rem;background:#fff;color:#374151}.search-input::placeholder{color:#9ca3af}.search-actions{display:flex;gap:12px}.search-btn{flex:1;height:54px;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center}.search-btn--primary{background:#f1af3d;color:#fff}.search-btn--secondary{background:#fcd34d;color:#fff}.search-btn--cancel{background:#e5e7eb;color:#374151}.searching-view,.waiting-view{display:flex;flex-direction:column;gap:16px;align-items:center;text-align:center}.searching-panel{position:absolute;top:20px;left:50%;transform:translate(-50%);width:90%;max-width:380px;background:#fff;border-radius:12px;padding:24px;z-index:20;box-shadow:0 8px 24px #0000001f;display:flex;flex-direction:column;align-items:center;gap:20px}.searching-text{font-size:1.4rem;font-weight:700;color:#1f2937;margin:0}.cancel-trip-btn{width:60%;height:50px;background:#f1af3d;color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background .2s}.cancel-trip-btn:hover{background:#e59a2d}.view-header{display:flex;align-items:center;gap:12px;width:100%}.back-btn{width:48px;height:48px;border:none;border-radius:10px;background:#fdf2b3;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;color:#000;transition:background .2s}.back-btn:hover{background:#fcd34d}.view-title{font-size:1.2rem;font-weight:700;color:#374151;margin:0;text-align:left}.selection-options{display:flex;gap:12px;width:100%}.trip-settings-row{display:flex;gap:12px;margin-bottom:16px}.setting-item{flex:1;display:flex;flex-direction:column;gap:6px}.setting-item label{font-size:.85rem;font-weight:600;color:#374151}.setting-input{width:100%;height:48px;border:1.5px solid #f1cf58;border-radius:10px;padding:0 12px;background:#fff;font-size:.95rem;color:#374151}.number-control{display:flex;align-items:center;height:48px;border:1.5px solid #f1cf58;border-radius:10px;overflow:hidden;background:#fff}.number-btn{width:40px;height:100%;border:none;background:#fdf2b3;color:#000;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.number-btn:hover{background:#fcd34d}.number-value{flex:1;text-align:center;font-size:1rem;font-weight:600;color:#374151}.search-field-btn{width:48px;height:48px;border:1.5px solid #f1cf58;border-radius:10px;background:#fdf2b3;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;color:#000;transition:all .2s}.search-field-btn:hover{background:#fcd34d}.timestamp-input{width:100%;height:48px;border:1.5px solid #f1cf58;border-radius:10px;padding:0 12px;background:#fff;font-size:1rem;color:#374151}.more-options-form{display:flex;flex-direction:column;gap:16px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-size:.95rem;font-weight:600;color:#374151}.form-group input{width:100%;height:48px;border:1.5px solid #f1cf58;border-radius:10px;padding:0 12px 0 40px;background:#fff;font-size:1rem}.schedule-inputs{display:grid;grid-template-columns:1fr 1fr;gap:12px}.gps-btn{position:absolute;right:20px;top:10px;width:44px;height:44px;border:none;border-radius:8px;background:#fff;box-shadow:0 2px 8px #00000026;cursor:pointer;z-index:20;display:flex;align-items:center;justify-content:center}.drawer-overlay{position:fixed;inset:0;background:#00000059;z-index:40}.drawer-menu{position:fixed;top:0;left:0;width:280px;height:100vh;background:#fff;z-index:50;display:flex;flex-direction:column}.drawer-header{height:80px;padding:0 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f3f4f6}.drawer-title{font-size:1.25rem;font-weight:700}.drawer-close{border:none;background:transparent;cursor:pointer}.drawer-nav{display:flex;flex-direction:column;padding:20px;gap:12px}.drawer-link{height:50px;border:none;border-radius:10px;background:#fdf2b3;text-align:left;padding:0 16px;font-size:1rem;font-weight:500;cursor:pointer}.drawer-footer{margin-top:auto;padding:20px}.drawer-logout{width:100%;height:50px;border:none;border-radius:10px;background:#ef4444;color:#fff;font-weight:600;cursor:pointer}@media(max-width:480px){.search-panel{width:95%}}.trip-status-overlay{position:absolute;bottom:0;left:0;right:0;padding:20px;z-index:20;pointer-events:none}.status-panel{pointer-events:auto;background:#fff;border-radius:24px;padding:24px;box-shadow:0 -4px 20px #0000001a;max-width:450px;margin:0 auto;border:2px solid #f1cf58}.status-panel.searching{text-align:center}.status-panel.searching .panel-btn{width:80%;margin:0 auto}.panel-title{font-size:1.5rem;font-weight:800;margin-bottom:20px;color:#1f2937}.pulse-loader{display:flex;justify-content:center;align-items:center;height:100px;margin-bottom:20px}.pulse-ring{width:60px;height:60px;background:#f1cf58;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(.95);box-shadow:0 0 #f1cf58b3}70%{transform:scale(1);box-shadow:0 0 0 20px #f1cf5800}to{transform:scale(.95);box-shadow:0 0 #f1cf5800}}.driver-header-info{display:flex;align-items:center;gap:16px;margin-bottom:20px}.driver-avatar{width:64px;height:64px;border-radius:16px;overflow:hidden;background:#f3f4f6}.driver-avatar img{width:100%;height:100%;object-fit:cover}.driver-details h3{margin:0;font-size:1.25rem;font-weight:700}.rating{display:flex;align-items:center;gap:4px;color:#f1af3d;font-weight:700;font-size:.9rem}.car-details{background:#f9fafb;border-radius:16px;padding:16px;display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.car-text{display:flex;flex-direction:column}.car-text strong{font-size:1.1rem}.car-text span{font-size:.9rem;color:#6b7280}.car-icon{font-size:1.5rem}.panel-actions{display:flex;gap:12px}.panel-btn{flex:1;height:56px;border-radius:12px;border:none;font-size:1rem;font-weight:700;cursor:pointer}.panel-btn--cancel,.panel-btn--refuse{background:#fee2e2;color:#ef4444}.panel-btn--accept{background:#f1cf58;color:#fff}.driver-mini-card{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#fefce8;border:1px solid #fef08a;border-radius:12px;margin-top:16px}.plate-badge{margin-left:auto;background:#000;color:#fff;padding:2px 8px;border-radius:4px;font-size:.8rem;font-weight:700}#root{min-height:100vh}
