*{box-sizing:border-box}body,html{height:100%;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;overflow:hidden}#map{width:100vw;height:100vh;position:fixed;top:0;left:0}.controls-container{position:fixed;top:16px;right:16px;z-index:1000;flex-direction:column}.controls-container,.controls-row{display:flex;gap:12px;pointer-events:none}.controls-row{align-items:flex-start;justify-content:flex-end}.settings-btn{width:48px;height:48px;background:#fff;border:none;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.15);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:24px;transition:all .3s cubic-bezier(.4,0,.2,1);pointer-events:auto;position:relative}.settings-btn:hover{transform:rotate(90deg);box-shadow:0 6px 16px rgba(0,0,0,.2)}.settings-btn:active{transform:rotate(90deg) scale(.95)}.theme-btn{width:48px;height:48px;background:#fff;border:none;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.15);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:24px;transition:all .2s ease;pointer-events:auto}.theme-btn:hover{box-shadow:0 6px 16px rgba(0,0,0,.2);transform:scale(1.05)}.theme-btn:active{transform:scale(.95)}.settings-panel{background:#fff;border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.15);padding:0;max-width:280px;width:90vw;max-height:calc(100vh - 100px);overflow:hidden;display:flex;flex-direction:column;transform:scale(.9) translateY(-20px);opacity:0;pointer-events:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.settings-panel.open{transform:scale(1) translateY(0);opacity:1;pointer-events:auto}.panel-header{padding:14px 16px;border-bottom:1px solid #e0e0e0;font-weight:700;font-size:16px;color:#333;display:flex;align-items:center;gap:8px}.panel-content{padding:14px;overflow-y:auto;flex:1}.filter-section{margin-bottom:16px}.filter-label{font-size:11px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;display:block}.filter-buttons{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.filter-btn{padding:10px 6px;border-radius:8px;border:2px solid #e0e0e0;background:#f8f8f8;cursor:pointer;font-size:13px;font-weight:600;transition:all .2s ease;display:flex;flex-direction:column;align-items:center;gap:3px;color:#666}.filter-btn .emoji{font-size:22px}.filter-btn.active{background:#e7f3ff;border-color:#1e90ff;color:#1e90ff;box-shadow:0 2px 8px rgba(30,144,255,.2)}.filter-btn:active{transform:scale(.95)}.status-section{margin-bottom:16px}.status-badge{padding:10px 12px;border-radius:8px;text-align:center;font-weight:600;font-size:13px;margin-bottom:12px}.status-badge.loading{background:#fff3cd;color:#856404}.status-badge.live{background:#d4edda;color:#155724}.status-badge.error{background:#f8d7da;color:#721c24}.stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.stat-card{background:#f8f8f8;padding:12px;border-radius:8px;text-align:center}.stat-value{font-weight:700;font-size:24px;color:#333;line-height:1;margin-bottom:3px}.stat-label{font-size:11px;color:#666;font-weight:500}.update-info{font-size:11px;color:#999;text-align:center;padding:10px 0;border-top:1px solid #e0e0e0}.vehicle-badge-base{color:#fff;border-radius:4px;font-weight:700;font-size:11px;white-space:nowrap;box-shadow:0 2px 5px rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;border:2px solid #fff;line-height:1;height:20px}.vehicle-badge-base.night-route{background:#1a1a1a!important;color:#ffeb3b;border-color:#ffeb3b;box-shadow:0 2px 8px rgba(255,235,59,.5),0 0 15px rgba(255,235,59,.3)}.vehicle-badge-full{padding:2px 4px;gap:2px}.vehicle-badge-simple{padding:2px 5px;font-size:12px}.vehicle-dot{width:10px;height:10px;border-radius:50%;border:2px solid #fff;box-shadow:0 1px 4px rgba(0,0,0,.4)}.vehicle-dot.night-route{background:radial-gradient(circle,#1a1a1a 0,#1a1a1a 30%,#ffeb3b 31%,#ffeb3b 100%)!important;border-color:#ffeb3b;box-shadow:0 1px 6px rgba(255,235,59,.6),0 0 12px rgba(255,235,59,.3)}.direction-indicator{font-weight:900}.direction-indicator,.vehicle-icon-small{font-size:13px;line-height:1;margin:0 -1px}.parking-dot{display:flex;justify-content:center;align-items:center}.vehicle-badge-full span:first-child{margin-left:-1px}.vehicle-badge-full span:last-child{margin-right:-1px}.parking-box{width:60px;height:30px;background:#007bff;color:#fff;border-radius:4px;font-weight:700;font-size:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 4px 10px rgba(0,0,0,.3);border:2px solid #fff;line-height:1}.parking-box .free-spaces{font-size:10px;font-weight:500}.stop-marker{background:#fff;border:2px solid #000;border-radius:50%;box-shadow:0 2px 4px rgba(0,0,0,.3)}.vehicle-popup .title{font-size:16px;font-weight:700;margin-bottom:8px;color:#333}.vehicle-popup div{margin:4px 0;font-size:14px}.vehicle-popup .meta{font-size:11px;color:#999;margin-top:8px;padding-top:8px;border-top:1px solid #eee}body.dark-mode{background:#121212}body.dark-mode .leaflet-tile-pane{filter:invert(1) hue-rotate(180deg) brightness(.9)}body.dark-mode .leaflet-marker-icon{filter:none!important}body.dark-mode .leaflet-popup,body.dark-mode .leaflet-tooltip{filter:invert(1) hue-rotate(180deg)}body.dark-mode .settings-btn,body.dark-mode .theme-btn{background:#1e1e1e;color:#fff;box-shadow:0 4px 12px rgba(0,0,0,.4)}body.dark-mode .settings-panel{background:#1e1e1e;box-shadow:0 8px 32px rgba(0,0,0,.6)}body.dark-mode .panel-header{color:#fff;border-bottom-color:#333}body.dark-mode .filter-label{color:#aaa}body.dark-mode .filter-btn{background:#2a2a2a;border-color:#444;color:#aaa}body.dark-mode .filter-btn.active{background:#1e3a5f;border-color:#3a7bc8;color:#64b5f6}body.dark-mode .status-badge.loading{background:#3a3a00;color:#ffeb3b}body.dark-mode .status-badge.live{background:#003a00;color:#4caf50}body.dark-mode .status-badge.error{background:#3a0000;color:#ff5252}body.dark-mode .stat-card{background:#2a2a2a}body.dark-mode .stat-value{color:#fff}body.dark-mode .stat-label{color:#aaa}body.dark-mode .update-info{color:#666;border-top-color:#333}body.dark-mode .vehicle-badge-base.night-route{background:#0a0a0a!important;color:#ffeb3b;border-color:#ffeb3b;box-shadow:0 3px 10px rgba(255,235,59,.7),0 0 20px rgba(255,235,59,.4)}body.dark-mode .vehicle-dot.night-route{background:radial-gradient(circle,#0a0a0a 0,#0a0a0a 25%,#ffeb3b 26%,#ffeb3b 100%)!important;border-color:#ffeb3b;border-width:2.5px;box-shadow:0 2px 8px rgba(255,235,59,.8),0 0 16px rgba(255,235,59,.5)}body.dark-mode .parking-box{background:#3a7bc8;border-color:#eee;box-shadow:0 4px 12px rgba(0,0,0,.6)}body.dark-mode .stop-marker{filter:none!important}body.dark-mode .leaflet-control-attribution{background-color:rgba(30,30,30,.8)!important;color:#aaa!important}@keyframes spin{to{transform:rotate(1turn)}}.spinner{display:inline-block;animation:spin 1s linear infinite}@media (max-width:768px){.controls-container{top:12px;right:12px}.settings-btn,.theme-btn{width:44px;height:44px;font-size:20px}.settings-panel{max-width:calc(100vw - 24px);max-height:calc(100vh - 80px)}.panel-header{padding:12px 14px;font-size:15px}.panel-content{padding:12px}.filter-buttons{gap:6px}.filter-btn{padding:9px 5px;font-size:12px}.filter-btn .emoji{font-size:20px}.stat-value{font-size:22px}}@media (max-width:480px){.controls-container{top:8px;right:8px;gap:8px}.controls-row{gap:8px}.settings-btn,.theme-btn{width:40px;height:40px;font-size:18px;border-radius:10px}.settings-panel{border-radius:12px;max-width:calc(100vw - 16px)}.filter-btn .emoji{font-size:18px}.stat-value{font-size:20px}}.leaflet-control-zoom{margin-bottom:20px!important}.leaflet-control-attribution{background-color:hsla(0,0%,100%,.8)!important;padding:2px 5px!important;font-size:11px!important}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-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,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{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-bottom,.leaflet-top{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-pan-anim .leaflet-tile,.leaflet-zoom-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-control,.leaflet-popup-pane{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-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.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:hsla(0,0%,100%,.5)}.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 rgba(0,0,0,.65);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:focus,.leaflet-bar a:hover{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 rgba(0,0,0,.4);background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(/_next/static/media/layers.ef6db872.png);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(/_next/static/media/layers-2x.9859cd12.png);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(/_next/static/media/marker-icon.d577052a.png)}.leaflet-container .leaflet-control-attribution{background:#fff;background:hsla(0,0%,100%,.8);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:focus,.leaflet-control-attribution a:hover{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:hsla(0,0%,100%,.8);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-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{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 rgba(0,0,0,.4)}.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:focus,.leaflet-container a.leaflet-popup-close-button:hover{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=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678)}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.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 rgba(0,0,0,.4)}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top: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}}