.lp-nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;transition:background .3s ease,box-shadow .3s ease}.lp-nav.scrolled{background:#0b1527eb;backdrop-filter:blur(16px);box-shadow:0 2px 24px #0006}.lp-nav-brand{font-size:1.6rem;font-weight:800;letter-spacing:-.02em;text-decoration:none}.lp-nav-links{display:flex;align-items:center;gap:2rem;list-style:none;margin:0;padding:0}.lp-nav-links a{color:var(--text-muted);text-decoration:none;font-size:.9rem;font-weight:500;transition:color var(--transition)}.lp-nav-links a:hover{color:var(--primary)}.lp-nav-actions{display:flex;gap:.75rem;align-items:center}.lp-hamburger{display:none;background:none;border:none;color:var(--text);cursor:pointer;padding:.5rem}@media (max-width: 768px){.lp-nav-links,.lp-nav-actions{display:none}.lp-hamburger{display:flex}}.lp-mobile-menu{position:fixed;inset:0;z-index:200;background:#0b1527f7;backdrop-filter:blur(20px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;animation:lpFadeIn .2s ease}.lp-mobile-menu a{color:var(--text);text-decoration:none;font-size:1.25rem;font-weight:600}.lp-mobile-close{position:absolute;top:1.25rem;right:1.5rem;background:none;border:none;color:var(--text);cursor:pointer}.lp-hero{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;position:relative;overflow:hidden;padding:6rem 2rem 4rem}.lp-hero-bg{position:absolute;inset:0;z-index:0}.lp-hero-gradient{position:absolute;width:600px;height:600px;border-radius:50%;filter:blur(120px);opacity:.12;pointer-events:none}.lp-hero-gradient-1{top:-200px;left:-100px;background:var(--primary)}.lp-hero-gradient-2{bottom:-200px;right:-100px;background:var(--info);opacity:.08}.lp-hero-content{position:relative;z-index:1;max-width:800px}.lp-hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.45rem 1.1rem;background:var(--primary-light);border:1px solid rgba(255,204,0,.2);border-radius:var(--radius-full);font-size:.82rem;font-weight:600;color:var(--primary);margin-bottom:1.75rem;letter-spacing:.03em}.lp-hero h1{font-size:clamp(2.5rem,6vw,4rem);font-weight:900;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.03em;color:var(--text)}.lp-hero h1 span{color:var(--primary)}.lp-hero-sub{font-size:clamp(1rem,2.5vw,1.2rem);color:var(--text-muted);line-height:1.7;max-width:600px;margin:0 auto 2.5rem}.lp-hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.lp-hero-stats{display:flex;justify-content:center;gap:3rem;margin-top:4rem;flex-wrap:wrap}.lp-stat{text-align:center}.lp-stat-number{display:block;font-size:2rem;font-weight:800;color:var(--primary);letter-spacing:-.02em}.lp-stat-label{font-size:.82rem;color:var(--text-faint);text-transform:uppercase;letter-spacing:.06em;margin-top:.2rem}.lp-section{padding:6rem 2rem;position:relative}.lp-section-alt{background:var(--bg-2)}.lp-section-header{text-align:center;max-width:600px;margin:0 auto 4rem}.lp-section-label{display:inline-block;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--primary);margin-bottom:.75rem}.lp-section-title{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:800;color:var(--text);margin-bottom:1rem;letter-spacing:-.02em}.lp-section-desc{font-size:1rem;color:var(--text-muted);line-height:1.7}.lp-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;max-width:1100px;margin:0 auto}.lp-feature-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;transition:all var(--transition-slow);position:relative;overflow:hidden}.lp-feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--primary);opacity:0;transition:opacity var(--transition)}.lp-feature-card:hover{border-color:#fc03;transform:translateY(-4px);box-shadow:0 12px 40px #00000040}.lp-feature-card:hover:before{opacity:1}.lp-feature-icon{width:48px;height:48px;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;font-size:1.3rem}.lp-feature-title{font-size:1.1rem;font-weight:700;color:var(--text);margin-bottom:.5rem}.lp-feature-desc{font-size:.88rem;color:var(--text-muted);line-height:1.6}.lp-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:900px;margin:0 auto;position:relative}.lp-steps:before{content:"";position:absolute;top:40px;left:15%;right:15%;height:2px;background:linear-gradient(to right,transparent,var(--primary),transparent);opacity:.25;z-index:0}.lp-step{text-align:center;position:relative;z-index:1}.lp-step-number{width:80px;height:80px;border-radius:50%;background:var(--surface);border:2px solid var(--primary);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;transition:all var(--transition-slow)}.lp-step:hover .lp-step-number{background:var(--primary);box-shadow:0 0 40px #fc03}.lp-step:hover .lp-step-number svg{color:var(--secondary)!important}.lp-step-title{font-size:1.1rem;font-weight:700;color:var(--text);margin-bottom:.5rem}.lp-step-desc{font-size:.85rem;color:var(--text-muted);line-height:1.6;max-width:260px;margin:0 auto}@media (max-width: 700px){.lp-steps{grid-template-columns:1fr;max-width:360px}.lp-steps:before{display:none}}.lp-about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1000px;margin:0 auto;align-items:center}.lp-about-visual{background:linear-gradient(135deg,var(--surface),var(--surface-2));border-radius:var(--radius-xl);border:1px solid var(--border);padding:3rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;text-align:center;min-height:320px}.lp-about-logo{font-size:3rem;font-weight:900;letter-spacing:-.02em}.lp-about-tagline{font-size:.9rem;color:var(--text-muted);max-width:260px;line-height:1.5}.lp-about-text h3{font-size:1.5rem;font-weight:800;color:var(--text);margin-bottom:1rem}.lp-about-text p{color:var(--text-muted);line-height:1.8;margin-bottom:1rem;font-size:.95rem}.lp-about-highlights{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.lp-highlight{display:flex;align-items:center;gap:.75rem;font-size:.9rem;color:var(--text);font-weight:500}.lp-highlight-dot{width:8px;height:8px;border-radius:50%;background:var(--primary);flex-shrink:0}@media (max-width: 768px){.lp-about-grid{grid-template-columns:1fr;gap:2rem}.lp-about-visual{min-height:auto;padding:2rem}}.lp-testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;max-width:1100px;margin:0 auto}.lp-testimonial-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;transition:all var(--transition-slow)}.lp-testimonial-card:hover{border-color:#ffcc0026;transform:translateY(-2px)}.lp-testimonial-stars{display:flex;gap:.2rem;margin-bottom:1rem;color:var(--primary)}.lp-testimonial-text{font-size:.92rem;color:var(--text-muted);line-height:1.7;margin-bottom:1.5rem;font-style:italic}.lp-testimonial-author{display:flex;align-items:center;gap:.75rem}.lp-testimonial-avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--primary-dark));display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1rem;color:var(--secondary);flex-shrink:0}.lp-testimonial-name{font-weight:700;font-size:.9rem;color:var(--text)}.lp-testimonial-role{font-size:.78rem;color:var(--text-faint)}.lp-cta-section{padding:6rem 2rem;text-align:center;position:relative;overflow:hidden}.lp-cta-glow{position:absolute;width:500px;height:500px;border-radius:50%;background:var(--primary);filter:blur(160px);opacity:.06;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.lp-cta-content{position:relative;z-index:1;max-width:600px;margin:0 auto}.lp-cta-content h2{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:800;color:var(--text);margin-bottom:1rem}.lp-cta-content p{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.05rem;line-height:1.7}.lp-cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.lp-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 1.75rem;border-radius:var(--radius-full);font-size:.92rem;font-weight:700;text-decoration:none;border:none;cursor:pointer;transition:all var(--transition);white-space:nowrap}.lp-btn-primary{background:var(--primary);color:var(--secondary)}.lp-btn-primary:hover{background:var(--primary-dark);box-shadow:0 0 32px #ffcc0040;transform:translateY(-1px)}.lp-btn-outline{background:transparent;color:var(--text);border:1.5px solid var(--border)}.lp-btn-outline:hover{border-color:var(--primary);color:var(--primary);transform:translateY(-1px)}.lp-btn-ghost{background:#ffffff0d;color:var(--text);border:1px solid transparent}.lp-btn-ghost:hover{background:#ffffff14;color:var(--primary)}.lp-btn-sm{padding:.55rem 1.25rem;font-size:.82rem}@keyframes lpFadeIn{0%{opacity:0}to{opacity:1}}@keyframes lpSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.lp-animate{opacity:0;transform:translateY(30px);transition:all .6s cubic-bezier(.22,.61,.36,1)}.lp-animate.visible{opacity:1;transform:translateY(0)}.lp-animate-delay-1{transition-delay:.1s}.lp-animate-delay-2{transition-delay:.2s}.lp-animate-delay-3{transition-delay:.3s}.lp-animate-delay-4{transition-delay:.4s}.lp-animate-delay-5{transition-delay:.5s}@media (max-width: 480px){.lp-hero h1{font-size:2rem}.lp-hero-sub{font-size:.95rem}.lp-hero-stats{gap:2rem}.lp-section{padding:4rem 1.25rem}.lp-features-grid,.lp-testimonials-grid{grid-template-columns:1fr}.lp-feature-card,.lp-testimonial-card{padding:1.5rem}}.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}}:root{--primary: #ffcc00;--primary-dark: #e6b800;--primary-light: rgba(255, 204, 0, .12);--secondary: #1d2d4b;--secondary-light: #243659;--bg: #0b1527;--bg-2: #0f1d34;--surface: #162236;--surface-2: #1c2d45;--surface-3: #223352;--text: #ffffff;--text-muted: #8fa3c0;--text-faint: #4f6480;--border: rgba(255, 255, 255, .07);--border-active: rgba(255, 204, 0, .4);--success: #22c55e;--warning: #f59e0b;--danger: #ef4444;--info: #3b82f6;--radius-sm: 8px;--radius: 12px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 9999px;--shadow: 0 4px 24px rgba(0, 0, 0, .35);--shadow-lg: 0 8px 48px rgba(0, 0, 0, .45);--shadow-primary: 0 0 32px rgba(255, 204, 0, .15);--transition: .2s ease;--transition-slow: .35s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:var(--bg);color:var(--text);line-height:1.6;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--surface-3);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--secondary-light)}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.page-wrapper{max-width:1200px;margin:0 auto;padding:2rem 1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:var(--radius);font-size:.9rem;font-weight:600;border:none;transition:all var(--transition);white-space:nowrap}.btn:disabled{opacity:.55;cursor:not-allowed;transform:none!important}.btn-primary{background:var(--primary);color:#0b1527}.btn-primary:hover:not(:disabled){background:var(--primary-dark);transform:translateY(-1px);box-shadow:0 4px 20px #ffcc0059}.btn-secondary{background:var(--surface-2);color:var(--text);border:1px solid var(--border)}.btn-secondary:hover:not(:disabled){background:var(--surface-3);border-color:var(--border-active);transform:translateY(-1px)}.btn-danger{background:#ef44441f;color:var(--danger);border:1px solid rgba(239,68,68,.25)}.btn-danger:hover:not(:disabled){background:#ef444433;transform:translateY(-1px)}.btn-success{background:#22c55e1f;color:var(--success);border:1px solid rgba(34,197,94,.25)}.btn-success:hover:not(:disabled){background:#22c55e33;transform:translateY(-1px)}.btn-ghost{background:transparent;color:var(--text-muted);border:1px solid var(--border)}.btn-ghost:hover:not(:disabled){background:var(--surface);color:var(--text)}.btn-sm{padding:.45rem 1rem;font-size:.82rem}.btn-lg{padding:1rem 2rem;font-size:1rem}.btn-full{width:100%}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:.85rem;font-weight:600;color:var(--text-muted);letter-spacing:.02em;text-transform:uppercase}.form-control{width:100%;padding:.8rem 1rem;background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius);color:var(--text);font-size:.95rem;transition:all var(--transition);outline:none}.form-control:focus{border-color:var(--primary);background:var(--surface-2);box-shadow:0 0 0 4px var(--primary-light)}.form-control::placeholder{color:var(--text-faint)}.form-control option{background:var(--surface-2);color:var(--text)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.form-error{font-size:.82rem;color:var(--danger);margin-top:.25rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem;transition:all var(--transition)}.card:hover{border-color:#ffcc0026}.card-glass{background:#16223699;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border);border-radius:var(--radius-xl)}.alert{padding:.9rem 1.25rem;border-radius:var(--radius);font-size:.9rem;display:flex;align-items:flex-start;gap:.6rem}.alert-error{background:#ef44441a;border:1px solid rgba(239,68,68,.25);color:#fca5a5}.alert-success{background:#22c55e1a;border:1px solid rgba(34,197,94,.25);color:#86efac}.alert-info{background:#3b82f61a;border:1px solid rgba(59,130,246,.25);color:#93c5fd}.badge{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .75rem;border-radius:var(--radius-full);font-size:.78rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.badge-pending{background:#f59e0b26;color:#fbbf24;border:1px solid rgba(245,158,11,.3)}.badge-approved{background:#22c55e26;color:#4ade80;border:1px solid rgba(34,197,94,.3)}.badge-rejected{background:#ef444426;color:#f87171;border:1px solid rgba(239,68,68,.3)}.badge-assigned{background:#3b82f626;color:#60a5fa;border:1px solid rgba(59,130,246,.3)}.badge-completed{background:#22c55e26;color:#4ade80;border:1px solid rgba(34,197,94,.3)}.badge-cancelled{background:#9ca3af26;color:#9ca3af;border:1px solid rgba(156,163,175,.3)}.spinner-wrap{display:flex;align-items:center;justify-content:center;padding:3rem}.spinner{width:42px;height:42px;border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:spin .7s linear infinite}.spinner-sm{width:18px;height:18px;border-width:2px}@keyframes spin{to{transform:rotate(360deg)}}.page-title{font-size:1.9rem;font-weight:800;color:var(--text);letter-spacing:-.02em}.page-subtitle{color:var(--text-muted);margin-top:.35rem;font-size:.95rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.25rem;margin:1.5rem 0}.footer-wrap{background:var(--surface);border-top:1px solid var(--border);padding:5rem 0 2rem;margin-top:5rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3.5rem;margin-bottom:4rem}.footer-brand{font-size:1.6rem;font-weight:800;display:flex;align-items:center;margin-bottom:1.5rem;text-decoration:none}.footer-desc{color:var(--text-muted);line-height:1.7;font-size:.95rem;margin-bottom:2rem}.footer-socials{display:flex;gap:1.25rem}.social-icon{color:var(--text-muted);transition:color .2s,transform .2s}.social-icon:hover{color:var(--primary);transform:translateY(-2px)}.footer-heading{font-size:1.05rem;font-weight:700;color:var(--text);margin-bottom:1.75rem;text-transform:uppercase;letter-spacing:.05em}.footer-links{list-style:none;padding:0;display:flex;flex-direction:column;gap:1rem}.footer-links a{color:var(--text-muted);text-decoration:none;font-size:.95rem;transition:color .2s}.footer-links a:hover{color:var(--primary)}.footer-contact{list-style:none;padding:0;display:flex;flex-direction:column;gap:1.25rem}.footer-contact li{display:flex;align-items:flex-start;gap:1rem;color:var(--text-muted);font-size:.95rem;line-height:1.4}.footer-contact li svg{color:var(--primary);flex-shrink:0;margin-top:2px}.footer-bottom{padding-top:2rem;border-top:1px solid var(--border);text-align:center;color:var(--text-faint);font-size:.88rem}@media (max-width: 992px){.footer-content{grid-template-columns:1fr 1fr;gap:2.5rem}}@media (max-width: 576px){.footer-content{grid-template-columns:1fr;gap:3rem}.footer-wrap{padding:3rem 0 2rem}}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(165px,1fr));gap:1.25rem;margin-bottom:2rem}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;display:flex;flex-direction:column;gap:.5rem;transition:all var(--transition);position:relative;overflow:hidden}.stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--primary),transparent);opacity:0;transition:opacity var(--transition)}.stat-card:hover{border-color:#fc03;transform:translateY(-2px)}.stat-card:hover:before{opacity:1}.stat-icon{font-size:1.5rem}.stat-value{font-size:2rem;font-weight:800;color:var(--primary);letter-spacing:-.03em}.stat-label{font-size:.82rem;color:var(--text-muted);font-weight:500;text-transform:uppercase;letter-spacing:.05em}.table-wrap{overflow-x:auto;border-radius:var(--radius-lg);border:1px solid var(--border)}table{width:100%;border-collapse:collapse;font-size:.88rem}thead th{padding:.9rem 1rem;text-align:left;font-size:.78rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;background:var(--surface-2);border-bottom:1px solid var(--border);white-space:nowrap}tbody td{padding:.9rem 1rem;border-bottom:1px solid var(--border);color:var(--text);vertical-align:middle;white-space:nowrap}tbody tr:last-child td{border-bottom:none}tbody tr:hover td{background:#ffcc0008}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;color:var(--text-muted);gap:1rem}.empty-icon{font-size:3rem;opacity:.5}.empty-title{font-size:1.1rem;font-weight:600;color:var(--text)}.empty-text{font-size:.9rem;max-width:300px}.tabs{display:flex;gap:.25rem;background:var(--surface);padding:.35rem;border-radius:var(--radius);border:1px solid var(--border);width:fit-content;margin-bottom:1.5rem}.tab{padding:.55rem 1.25rem;border-radius:var(--radius-sm);font-size:.88rem;font-weight:600;color:var(--text-muted);background:transparent;border:none;transition:all var(--transition);cursor:pointer}.tab.active{background:var(--primary);color:#0b1527}.tab:hover:not(.active){color:var(--text);background:var(--surface-2)}.divider{height:1px;background:var(--border);margin:1.5rem 0}@media (max-width: 768px){.form-grid{grid-template-columns:1fr}.page-title{font-size:1.5rem}.stats-grid{grid-template-columns:1fr 1fr}.page-wrapper{padding:1.25rem 1rem}}@media (max-width: 480px){.stats-grid{grid-template-columns:1fr}.tabs{width:100%;justify-content:stretch}.tab{flex:1;text-align:center}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.animate-fadein{animation:fadeIn .4s ease forwards}.animate-fadeup{animation:fadeInUp .4s ease forwards}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:radial-gradient(ellipse at top left,rgba(29,45,75,.6) 0%,transparent 60%),radial-gradient(ellipse at bottom right,rgba(255,204,0,.05) 0%,transparent 60%),var(--bg);padding:2rem 1.5rem}.auth-card{width:100%;max-width:460px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:2.5rem;box-shadow:var(--shadow-lg);animation:fadeInUp .45s ease}.auth-logo{display:flex;align-items:center;gap:.6rem;margin-bottom:2rem}.auth-logo-icon{width:44px;height:44px;background:var(--primary);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:#0b1527;font-weight:900}.auth-logo-text{font-size:1.4rem;font-weight:800;color:var(--text)}.auth-logo-text span{color:var(--primary)}.auth-title{font-size:1.6rem;font-weight:800;margin-bottom:.35rem}.auth-subtitle{color:var(--text-muted);font-size:.9rem;margin-bottom:2rem}.auth-form{display:flex;flex-direction:column;gap:1.15rem}.auth-footer{text-align:center;margin-top:1.5rem;font-size:.88rem;color:var(--text-muted)}.auth-footer a{color:var(--primary);font-weight:600;transition:color var(--transition)}.auth-footer a:hover{color:var(--primary-dark)}.oauth-divider{display:flex;align-items:center;gap:1rem;margin:1.5rem 0;color:var(--text-faint);font-size:.82rem;text-transform:uppercase;letter-spacing:.08em}.oauth-divider:before,.oauth-divider:after{content:"";flex:1;height:1px;background:var(--border)}.gsi-btn-outer{position:relative;width:100%;height:48px;border-radius:4px;overflow:hidden;cursor:pointer}.gsi-btn-visual{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #dadce0;border-radius:4px;transition:all .2s ease;pointer-events:none;z-index:1}.gsi-btn-outer:hover .gsi-btn-visual{background:#f7f8f8;border-color:#c6c9cd;box-shadow:0 1px 3px #3c404326}.gsi-btn-outer:active .gsi-btn-visual{background:#eef0f1}.gsi-btn-icon{width:20px;height:20px;margin-right:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.gsi-btn-text{font-family:Google Sans,Roboto,-apple-system,sans-serif;font-size:14px;font-weight:500;color:#3c4043;letter-spacing:.25px;white-space:nowrap}.gsi-btn-real{position:absolute;inset:0;z-index:2;opacity:.001;overflow:hidden}.gsi-btn-real>div,.gsi-btn-real iframe{width:100%!important;height:48px!important;min-width:100%!important}.navbar{position:sticky;top:0;z-index:100;background:#0b1527e6;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border);padding:0 1.5rem;height:64px;display:flex;align-items:center;justify-content:space-between}.navbar-brand{display:flex;align-items:center;gap:.55rem;text-decoration:none}.navbar-logo{width:36px;height:36px;background:var(--primary);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;font-weight:900;color:#0b1527;font-size:1rem}.navbar-name{font-size:1.2rem;font-weight:800;color:var(--text)}.navbar-name span{color:var(--primary)}.navbar-links{display:flex;align-items:center;gap:.25rem;list-style:none}.navbar-links a,.navbar-links button{padding:.5rem .9rem;border-radius:var(--radius);font-size:.88rem;font-weight:500;color:var(--text-muted);background:transparent;border:none;transition:all var(--transition);text-decoration:none;display:flex;align-items:center;gap:.35rem}.navbar-links a:hover,.navbar-links button:hover{color:var(--text);background:var(--surface)}.navbar-links a.active{color:var(--primary);background:var(--primary-light)}.navbar-logout{background:#ef444414!important;color:#f87171!important;border:1px solid rgba(239,68,68,.15)!important}.navbar-logout:hover{background:#ef444426!important}.navbar-hamburger{display:none;background:transparent;border:none;color:var(--text);font-size:1.4rem;cursor:pointer;padding:.35rem}.navbar-mobile-backdrop,.navbar-mobile{display:none}.navbar-mobile a,.navbar-mobile button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:var(--radius);font-size:.92rem;font-weight:500;color:var(--text-muted);text-decoration:none;background:transparent;border:none;cursor:pointer;width:100%;transition:all var(--transition)}.navbar-mobile a:hover,.navbar-mobile button:hover{color:var(--text);background:var(--surface-2)}@media (max-width: 768px){.navbar-links{display:none}.navbar-hamburger{display:block}.navbar-mobile-backdrop{display:block;position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;backdrop-filter:blur(4px);z-index:9998;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.navbar-mobile-backdrop.open{opacity:1;visibility:visible}.navbar-mobile{display:flex;flex-direction:column;position:fixed;top:0;right:0;width:280px;height:100vh;background:var(--surface);border-left:1px solid var(--border);padding:1.5rem;z-index:9999;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);gap:.25rem;overflow-y:auto;box-shadow:-4px 0 24px #0000001a}.navbar-mobile.open{transform:translate(0)}.navbar-mobile-header{display:flex;align-items:center;gap:.5rem;padding-bottom:1.5rem;margin-bottom:.5rem;border-bottom:1px solid var(--border)}}.dashboard-hero{background:linear-gradient(135deg,var(--secondary) 0%,var(--bg-2) 100%);border:1px solid var(--border);border-radius:var(--radius-xl);padding:2.5rem;margin-bottom:2rem;position:relative;overflow:hidden}.dashboard-hero:after{content:"🚕";position:absolute;right:2rem;top:50%;transform:translateY(-50%);font-size:5rem;opacity:.15}.dashboard-hero-title{font-size:2rem;font-weight:800;letter-spacing:-.03em}.dashboard-hero-title span{color:var(--primary)}.dashboard-hero-sub{color:var(--text-muted);margin-top:.5rem;font-size:.95rem}.dashboard-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1.75rem}.service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.25rem;margin-bottom:2rem}.service-card{background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;cursor:pointer;transition:all var(--transition);text-align:left;display:flex;flex-direction:column;gap:.75rem}.service-card:hover{border-color:var(--primary);transform:translateY(-3px);box-shadow:var(--shadow-primary)}.service-icon{width:48px;height:48px;border-radius:var(--radius);background:var(--primary-light);display:flex;align-items:center;justify-content:center;font-size:1.4rem}.service-name{font-size:1rem;font-weight:700}.service-desc{font-size:.83rem;color:var(--text-muted)}.booking-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;transition:all var(--transition);animation:fadeInUp .35s ease}.booking-card:hover{border-color:#fc03;transform:translateY(-1px)}.booking-card-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1rem;gap:1rem}.booking-card-title{font-size:1rem;font-weight:700}.booking-card-id{font-size:.8rem;color:var(--text-muted);margin-top:.15rem}.booking-card-body{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem .65rem}@media (max-width: 768px){.booking-card-body{grid-template-columns:1fr 1fr}}@media (max-width: 480px){.booking-card-body{grid-template-columns:1fr}}.booking-detail{display:flex;flex-direction:column;gap:.15rem}.booking-detail-label{font-size:.72rem;font-weight:600;color:var(--text-faint);text-transform:uppercase;letter-spacing:.05em}.booking-detail-value{font-size:.9rem;color:var(--text);font-weight:500}.filter-bar{display:flex;gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap;align-items:center}.filter-select{padding:.55rem .9rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-size:.85rem;outline:none;cursor:pointer;transition:all var(--transition)}.filter-select:focus{border-color:var(--primary)}.filter-input{padding:.55rem .9rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-size:.85rem;outline:none;transition:all var(--transition);flex:1;min-width:150px}.filter-input::placeholder{color:var(--text-faint)}.filter-input:focus{border-color:var(--primary)}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem;gap:1rem;flex-wrap:wrap}.section-title{font-size:1.15rem;font-weight:700}.avatar{width:34px;height:34px;border-radius:var(--radius-full);background:var(--secondary);border:2px solid var(--primary);display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;color:var(--primary);flex-shrink:0}.text-primary{color:var(--primary)}.text-muted{color:var(--text-muted)}.text-danger{color:var(--danger)}.text-success{color:var(--success)}.font-bold{font-weight:700}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.flex{display:flex}.items-center{align-items:center}.gap-1{gap:.5rem}.gap-2{gap:1rem}.w-full{width:100%}.location-picker{margin-bottom:1.5rem}.location-picker-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}.location-picker-hint{font-size:.83rem;color:var(--text-muted)}.location-picker-map-wrap{width:100%;height:380px;border-radius:var(--radius-lg);border:1.5px solid var(--border);overflow:hidden;position:relative;background:var(--surface)}.location-picker-map-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.leaflet-container{background:var(--surface)!important;font-family:Inter,sans-serif!important}.leaflet-control-attribution{background:#0b1527d9!important;color:var(--text-faint)!important;font-size:.65rem!important}.leaflet-control-attribution a{color:var(--text-muted)!important}.leaflet-control-zoom a{background:var(--surface-2)!important;color:var(--text)!important;border-color:var(--border)!important}.leaflet-control-zoom a:hover{background:var(--surface-3)!important}.leaflet-popup-content-wrapper{background:var(--surface-2)!important;color:var(--text)!important;border-radius:var(--radius)!important;box-shadow:var(--shadow)!important;border:1px solid var(--border)!important}.leaflet-popup-tip{background:var(--surface-2)!important}.leaflet-popup-close-button{color:var(--text-muted)!important}.location-picker-addresses{margin-top:.85rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.75rem 1rem}.location-address-item{display:flex;align-items:flex-start;gap:.75rem;padding:.5rem 0;opacity:.55;transition:opacity var(--transition)}.location-address-item.filled{opacity:1}.location-address-dot{width:12px;height:12px;border-radius:50%;margin-top:4px;flex-shrink:0;border:2px solid}.location-address-dot.pickup{background:#22c55e4d;border-color:var(--success)}.location-address-dot.drop{background:#ef44444d;border-color:var(--danger)}.location-address-content{display:flex;flex-direction:column;gap:.15rem;min-width:0}.location-address-label{font-size:.72rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.location-address-text{font-size:.88rem;color:var(--text);word-break:break-word}.location-address-coords{font-size:.73rem;color:var(--text-faint);font-family:Courier New,monospace}.location-address-divider{height:1px;background:var(--border);margin:0 0 0 1.5rem}@media (max-width: 768px){.location-picker-map-wrap{height:300px}.location-picker-header{flex-direction:column;align-items:flex-start}}.booking-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.25rem}.booking-card{background:var(--surface);border:1px solid var(--border);border-top:3px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem;display:flex;flex-direction:column;gap:.85rem;transition:transform var(--transition),box-shadow var(--transition)}.booking-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.booking-card-header{display:flex;justify-content:space-between;align-items:center}.booking-card-id{color:var(--text-faint);font-weight:700;font-size:.82rem;letter-spacing:.02em}.booking-card-customer{display:flex;align-items:center;gap:.75rem}.booking-card-avatar{width:38px;height:38px;border-radius:var(--radius-full);background:var(--secondary-light);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:var(--primary);flex-shrink:0;letter-spacing:.04em}.booking-card-name{font-weight:600;font-size:.9rem;color:var(--text)}.booking-card-email{font-size:.78rem;color:var(--text-muted)}.booking-card-route{display:flex;align-items:center;gap:.4rem;padding:.6rem .75rem;background:var(--bg-2);border-radius:var(--radius-sm);font-size:.82rem;color:var(--text);overflow:hidden}.booking-card-route-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.booking-card-route-dot.pickup{background:var(--success)}.booking-card-route-dot.drop{background:var(--danger)}.booking-card-route-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px}.booking-card-route-arrow{color:var(--text-faint);font-weight:700;flex-shrink:0}.booking-card-meta{display:flex;flex-wrap:wrap;gap:.5rem 1rem;font-size:.78rem;color:var(--text-muted)}.booking-card-actions{display:flex;gap:.4rem;flex-wrap:wrap;margin-top:auto;padding-top:.5rem;border-top:1px solid var(--border)}@media (max-width: 480px){.booking-cards-grid{grid-template-columns:1fr}}.modal-overlay{position:fixed;inset:0;background:#000000b3;backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1.5rem;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);width:100%;max-width:640px;max-height:90vh;overflow-y:auto;box-shadow:var(--shadow-lg);animation:slideUp .25s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid var(--border)}.modal-title{font-size:1.25rem;font-weight:700;color:var(--text)}.modal-subtitle{font-size:.83rem;color:var(--text-muted);margin-top:.15rem;display:block}.modal-close{width:32px;height:32px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2);color:var(--text-muted);font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background var(--transition),color var(--transition);flex-shrink:0}.modal-close:hover{background:var(--danger);color:#fff;border-color:var(--danger)}.modal-body{padding:1.25rem 1.5rem}.modal-footer{padding:1rem 1.5rem;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.modal-map-wrap{width:100%;height:220px;border-radius:var(--radius);overflow:hidden;margin-bottom:1.25rem;border:1px solid var(--border)}.modal-map-fallback{padding:1rem;border-radius:var(--radius);background:var(--bg-2);color:var(--text-muted);font-size:.85rem;text-align:center;margin-bottom:1.25rem;border:1px solid var(--border)}.modal-detail-grid{display:flex;flex-direction:column;gap:1.25rem}.modal-detail-section{padding:1rem;background:var(--bg-2);border-radius:var(--radius);border:1px solid var(--border)}.modal-detail-heading{font-size:.82rem;font-weight:700;color:var(--primary);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.75rem}.modal-detail-row{display:flex;justify-content:space-between;align-items:flex-start;padding:.4rem 0;gap:1rem}.modal-detail-row+.modal-detail-row{border-top:1px solid var(--border)}.modal-detail-label{font-size:.8rem;color:var(--text-muted);flex-shrink:0;min-width:110px}.modal-detail-value{font-size:.85rem;color:var(--text);text-align:right;word-break:break-word}.modal-detail-mono{font-family:Courier New,monospace;font-size:.78rem;color:var(--text-faint)}.modal-detail-notes{font-size:.85rem;color:var(--text-muted);line-height:1.55;white-space:pre-wrap}@media (max-width: 600px){.modal-content{max-height:95vh;border-radius:var(--radius-lg)}.modal-overlay{padding:.5rem}.modal-detail-row{flex-direction:column;gap:.2rem}.modal-detail-value{text-align:left}.modal-map-wrap{height:180px}}.loc-input-wrapper{position:relative;display:flex;flex-direction:column;gap:.5rem}.loc-input-row{display:flex;gap:.4rem;align-items:stretch}.loc-input-field-wrap{position:relative;flex:1}.loc-input-field{padding-right:2.5rem!important}.loc-input-clear{position:absolute;right:.65rem;top:50%;transform:translateY(-50%);width:22px;height:22px;border:none;border-radius:50%;background:var(--surface-3);color:var(--text-muted);font-size:.7rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all var(--transition)}.loc-input-clear:hover{background:var(--danger);color:#fff}.loc-input-loading{position:absolute;right:.65rem;top:50%;transform:translateY(-50%);display:flex;align-items:center;pointer-events:none}.loc-input-btn{flex-shrink:0;width:42px;height:auto;padding:0!important;display:flex;align-items:center;justify-content:center;font-size:1.1rem}.loc-dropdown{position:absolute;top:100%;left:0;right:0;z-index:100;margin-top:.35rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);max-height:280px;overflow-y:auto;animation:locDropIn .15s ease}@keyframes locDropIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.loc-dropdown-header{padding:.55rem .85rem .35rem;font-size:.72rem;font-weight:700;color:var(--text-faint);text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid var(--border)}.loc-dropdown-item{width:100%;display:flex;align-items:center;gap:.65rem;padding:.6rem .85rem;background:none;border:none;color:var(--text);font-size:.88rem;cursor:pointer;text-align:left;transition:background var(--transition)}.loc-dropdown-item:hover{background:var(--surface-2)}.loc-dropdown-item+.loc-dropdown-item{border-top:1px solid var(--border)}.loc-dropdown-icon{font-size:1rem;flex-shrink:0;opacity:.7}.loc-dropdown-text{display:flex;flex-direction:column;gap:.1rem;min-width:0}.loc-dropdown-name{font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.loc-dropdown-area{font-size:.75rem;color:var(--text-faint)}.loc-dropdown-empty{padding:1rem;text-align:center;color:var(--text-faint);font-size:.85rem}.loc-map-modal{max-width:700px}.loc-map-container{height:350px;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.loc-map-address-bar{padding:.75rem 1.5rem;font-size:.85rem;color:var(--text);min-height:48px;display:flex;align-items:center}.loc-map-address-text{line-height:1.4;word-break:break-word}.loc-map-bounds-error{padding:.6rem 1.5rem;font-size:.82rem;color:var(--danger);background:#ef444414;border-bottom:1px solid rgba(239,68,68,.15);animation:locDropIn .15s ease}.loc-swap-btn{align-self:center;width:36px;height:36px;padding:0!important;border-radius:var(--radius-full)!important;display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}@media (max-width: 600px){.loc-map-container{height:260px}.loc-input-btn{width:38px;font-size:1rem}}.indian-phone-group{display:flex;align-items:stretch;background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius);transition:all var(--transition);overflow:hidden}.indian-phone-group:focus-within{border-color:var(--primary);background:var(--surface-2);box-shadow:0 0 0 4px var(--primary-light)}.indian-phone-prefix{display:flex;align-items:center;justify-content:center;padding:0 1rem;background:var(--surface-2);border-right:1.5px solid var(--border);color:var(--text-muted);font-weight:700;font-size:.95rem;user-select:none}.indian-phone-input{flex:1;border:none!important;background:transparent!important;padding:.8rem 1rem!important;font-size:.95rem!important;color:var(--text)!important;outline:none!important;box-shadow:none!important}.indian-phone-input::placeholder{color:var(--text-faint)}.receipt-modal{padding:0!important;overflow:hidden;border-radius:var(--radius-lg);box-shadow:var(--shadow-2xl);display:flex;flex-direction:column;max-height:90vh}.receipt-header{padding:1.5rem 2rem;background:var(--surface-2);display:flex;justify-content:space-between;align-items:center;border-bottom:1px dashed var(--border);flex-shrink:0}.receipt-body{padding:2rem;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex:1 1 auto;min-height:0}.receipt-title-wrap{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.receipt-title{font-size:1.5rem;font-weight:800;color:var(--text);margin:0}.receipt-id{font-size:.85rem;color:var(--text-faint);font-family:monospace;margin-bottom:2rem}.receipt-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}@media (max-width: 500px){.receipt-grid{grid-template-columns:1fr}}.receipt-item{display:flex;flex-direction:column;gap:.25rem}.receipt-label{font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;display:flex;align-items:center;gap:.4rem}.receipt-value{font-weight:600;color:var(--text);font-size:.95rem}.receipt-divider{height:1px;background:linear-gradient(to right,transparent,var(--border),transparent);margin:1.5rem 0}.receipt-route{display:flex;flex-direction:column;gap:.5rem;position:relative}.receipt-route-step{display:flex;gap:1rem}.route-dot{width:10px;height:10px;border-radius:50%;margin-top:5px;z-index:2}.route-dot.pickup{background:var(--primary)}.route-dot.drop{background:var(--danger)}.receipt-route-line{position:absolute;left:4px;top:15px;bottom:15px;width:2px;border-left:2px dotted var(--border);z-index:1}.route-info{display:flex;flex-direction:column;gap:.15rem}.route-label{font-size:.7rem;color:var(--text-faint);text-transform:uppercase}.route-value{font-size:.9rem;font-weight:500;line-height:1.4}.receipt-footer-info{display:flex;flex-direction:column;gap:.75rem}.receipt-footer-row{display:flex;justify-content:space-between;font-size:.85rem;color:var(--text-muted)}.receipt-footer-row span:last-child{color:var(--text);font-weight:600}.receipt-note{margin-top:1.5rem;padding:1rem;background:#ffcc000d;border-radius:var(--radius);font-size:.85rem;color:var(--text-muted);border:1px solid rgba(255,204,0,.1)}.receipt-actions{padding:1.5rem 2rem;background:var(--surface-2);display:flex;justify-content:flex-end;gap:1rem;border-top:1px dashed var(--border);flex-shrink:0}@media (max-width: 600px){.receipt-modal{max-height:calc(100vh - 1rem);max-height:calc(100dvh - 1rem);border-radius:var(--radius-lg)}.receipt-header{padding:1rem 1.25rem}.receipt-body{padding:1.25rem}.receipt-actions{padding:1rem 1.25rem}.receipt-title{font-size:1.2rem}}@media print{@page{size:A4 portrait;margin:15mm 20mm}body>*:not(.receipt-print-root){display:none!important}html,body{background:#fff!important;color:#1a1a1a!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.receipt-print-root{position:static!important;display:block!important;background:#fff!important;backdrop-filter:none!important;padding:0!important;inset:auto!important;z-index:auto!important;animation:none!important;overflow:visible!important}.receipt-modal{position:static!important;display:block!important;max-height:none!important;height:auto!important;overflow:visible!important;max-width:100%!important;width:100%!important;margin:0!important;padding:0!important;box-shadow:none!important;border:none!important;border-radius:0!important;animation:none!important;flex-direction:unset!important;background:#fff!important;color:#1a1a1a!important}.receipt-modal *,.receipt-modal *:before,.receipt-modal *:after{color:#1a1a1a!important;background-color:transparent!important;text-shadow:none!important;box-shadow:none!important}.receipt-header{flex-shrink:unset!important;background:#f8f9fa!important;border-bottom:2px solid #e5e7eb!important;padding:1.25rem 2rem!important}.receipt-brand{font-size:1.4rem!important;font-weight:800!important}.brand-yes{color:#1a1a1a!important;font-weight:800!important}.brand-cab{color:#d4a006!important;font-weight:800!important}.receipt-body{overflow:visible!important;overscroll-behavior:auto!important;max-height:none!important;height:auto!important;flex:unset!important;min-height:unset!important;padding:1.5rem 2rem!important;background:#fff!important}.receipt-title{color:#111!important;font-size:1.4rem!important;font-weight:800!important}.receipt-id{color:#888!important;font-size:.8rem!important}.badge{border-radius:4px!important;padding:.25rem .6rem!important;font-size:.7rem!important;font-weight:700!important;letter-spacing:.05em!important}.badge-pending{background:#fef3c7!important;color:#92400e!important;border:1px solid #f59e0b!important}.badge-approved,.badge-completed{background:#d1fae5!important;color:#065f46!important;border:1px solid #10b981!important}.badge-rejected{background:#fee2e2!important;color:#991b1b!important;border:1px solid #ef4444!important}.badge-cancelled{background:#f3f4f6!important;color:#4b5563!important;border:1px solid #9ca3af!important}.badge-assigned{background:#dbeafe!important;color:#1e40af!important;border:1px solid #3b82f6!important}.receipt-label{color:#6b7280!important;font-size:.72rem!important}.receipt-value{color:#111827!important;font-weight:600!important}.route-dot.pickup{background:#2563eb!important}.route-dot.drop{background:#dc2626!important}.route-label{color:#9ca3af!important;font-size:.68rem!important}.route-value{color:#111827!important;font-weight:500!important}.receipt-route-line{border-left-color:#d1d5db!important}.receipt-divider{background:#e5e7eb!important;height:1px!important;margin:1.25rem 0!important}.receipt-footer-row{color:#6b7280!important;border-bottom:1px solid #f3f4f6!important;padding-bottom:.5rem!important}.receipt-footer-row:last-child{border-bottom:none!important}.receipt-footer-row span:first-child{color:#6b7280!important}.receipt-footer-row span:last-child{color:#111827!important;font-weight:600!important}.receipt-note{background:#fffbeb!important;border:1px solid #fde68a!important;color:#92400e!important;border-radius:6px!important;padding:.75rem 1rem!important;margin-top:1.25rem!important}.receipt-note strong{color:#78350f!important}.no-print,.receipt-actions,.modal-close-btn{display:none!important}.receipt-modal,.receipt-body,.receipt-grid,.receipt-route,.receipt-footer-info,.receipt-note{break-inside:avoid;page-break-inside:avoid}.receipt-modal svg{color:#6b7280!important;stroke:#6b7280!important}.badge svg{color:inherit!important;stroke:currentColor!important}}.booking-timeline{display:flex;flex-direction:column;gap:0;position:relative;padding:.5rem 0}.timeline-step{display:flex;align-items:flex-start;gap:1rem;position:relative;padding-bottom:1.5rem}.timeline-step:last-child{padding-bottom:0}.timeline-dot{width:32px;height:32px;border-radius:50%;border:2px solid var(--border);display:flex;align-items:center;justify-content:center;background:var(--surface);flex-shrink:0;z-index:2}.timeline-line{position:absolute;left:15px;top:32px;bottom:0;width:2px;background:var(--border);z-index:1}.timeline-line.active{background:var(--primary)}.timeline-content{display:flex;flex-direction:column;gap:.1rem;padding-top:5px}.timeline-label{font-size:.88rem;font-weight:600}.timeline-time{font-size:.75rem;color:var(--text-faint)}.timeline-step.inactive .timeline-label{color:var(--text-faint)}.booking-inline-timeline{display:flex;flex-direction:column;gap:0;margin-top:1rem;padding:1rem 1.25rem;background:var(--surface-2);border-radius:var(--radius);border:1px solid var(--border)}.inline-timeline-step{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;position:relative}.inline-timeline-step:not(:last-child){border-left:2px solid var(--border);margin-left:5px;padding-left:calc(.75rem + 5px)}.inline-timeline-step:last-child{padding-left:calc(.75rem + 7px)}.inline-timeline-dot{width:10px;height:10px;border-radius:50%;background:var(--border);flex-shrink:0;position:absolute;left:-6px}.inline-timeline-dot.active{background:var(--primary);box-shadow:0 0 0 3px #ffcc0026}.inline-timeline-dot.terminal{background:var(--danger);box-shadow:0 0 0 3px #ef444426}.inline-timeline-info{display:flex;flex-direction:column;gap:.1rem}.inline-timeline-label{font-size:.82rem;font-weight:600;color:var(--text)}.inline-timeline-time{font-size:.72rem;color:var(--text-faint)}.inline-timeline-step.inactive .inline-timeline-label{color:var(--text-faint);font-weight:400}.booking-status-explain{display:flex;align-items:center;gap:.65rem;padding:.65rem 1rem;margin-top:.75rem;background:var(--surface-2);border-radius:var(--radius);border-left:3px solid var(--border);font-size:.82rem;color:var(--text-muted);line-height:1.4}.booking-status-explain svg{flex-shrink:0}.booking-card-cancelled-notice{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;margin-top:.65rem;background:#9ca3af14;border-radius:var(--radius);font-size:.78rem;font-weight:600;color:#9ca3af;border:1px solid rgba(156,163,175,.15)}.booking-card--finalized{opacity:.85}.booking-card-locked{font-size:.78rem;color:var(--text-faint);font-style:italic;padding:.25rem 0}.booking-receipt-hint{font-size:.78rem;color:var(--text-faint);font-style:italic;padding:.25rem 0;display:flex;align-items:center}@media (max-width: 576px){.booking-inline-timeline{padding:.75rem 1rem}.booking-status-explain{font-size:.78rem}}
