.theme-modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.theme-modal{background:var(--tg-bg);border-radius:16px;width:100%;max-width:400px;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s ease}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.theme-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid var(--tg-hint)}.theme-modal-header h3{margin:0;font-size:18px;font-weight:600}.theme-modal-close{background:none;border:none;font-size:24px;color:var(--tg-hint);cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.theme-modal-close:hover{background:var(--tg-secondary-bg);color:var(--tg-text)}.theme-options{padding:12px;display:flex;flex-direction:column;gap:8px}.theme-option{display:flex;align-items:center;gap:16px;padding:16px;background:var(--tg-secondary-bg);border:2px solid transparent;border-radius:12px;cursor:pointer;transition:all .2s;text-align:left}.theme-option:hover{background:var(--tg-secondary-bg);border-color:var(--tg-button);transform:translate(4px)}.theme-option.active{background:rgba(var(--tg-button-rgb),.1);border-color:var(--tg-button)}.theme-option-icon{font-size:32px;flex-shrink:0}.theme-option-text{flex:1}.theme-option-name{font-size:16px;font-weight:600;color:var(--tg-text);margin-bottom:4px}.theme-option-description{font-size:13px;color:var(--tg-hint)}.theme-option-check{font-size:20px;color:var(--tg-button);flex-shrink:0}.rp-screen{display:flex;flex-direction:column;height:100%;width:100%;background:var(--tg-bg, #0f1117);overflow:hidden;position:relative}.rp-topbar{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.07);flex-shrink:0}.rp-back{background:#ffffff12;border:none;border-radius:10px;padding:7px 14px;font-size:14px;color:var(--tg-text);cursor:pointer;font-family:inherit}.rp-title{font-size:16px;font-weight:600;color:var(--tg-text)}.rp-inputs{display:flex;gap:8px;padding:12px 16px;background:var(--tg-secondary-bg);border-bottom:1px solid rgba(255,255,255,.07);flex-shrink:0;position:relative;z-index:10}.rp-inputs-inner{flex:1;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:14px;overflow:visible}.rp-inputs-divider{height:1px;background:#ffffff12;margin:0 14px}.rp-inputs-actions{display:flex;flex-direction:column;justify-content:center}.rp-geo-btn{width:40px;height:40px;border-radius:12px;background:#ffffff12;border:1px solid rgba(255,255,255,.1);font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center}.rp-input-wrap{position:relative}.rp-input-row{display:flex;align-items:center;gap:10px;padding:10px 14px}.rp-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.rp-input-inner{flex:1}.rp-input-label{font-size:10px;color:#ffffff59;text-transform:uppercase;letter-spacing:.08em;margin-bottom:2px}.rp-input{width:100%;background:none;border:none;outline:none;font-size:14px;color:var(--tg-text);font-family:inherit;padding:0}.rp-input::placeholder{color:#ffffff4d}.rp-spinner{width:16px;height:16px;border-radius:50%;border:2px solid rgba(255,255,255,.15);border-top-color:var(--tg-button);animation:rp-spin .8s linear infinite;flex-shrink:0}@keyframes rp-spin{to{transform:rotate(360deg)}}.rp-suggestions{position:absolute;left:0;right:0;top:calc(100% + 4px);background:var(--tg-bg);border:1px solid rgba(255,255,255,.1);border-radius:14px;overflow:hidden;z-index:100;box-shadow:0 8px 32px #0006}.rp-suggestion{display:flex;gap:10px;align-items:flex-start;padding:10px 14px;cursor:pointer;border-bottom:.5px solid rgba(255,255,255,.05);transition:background .15s}.rp-suggestion:last-child{border-bottom:none}.rp-suggestion:hover{background:#ffffff0d}.rp-sug-icon{font-size:14px;flex-shrink:0;margin-top:1px}.rp-sug-name{font-size:13px;font-weight:500}.rp-sug-sub{font-size:11px;color:#fff6;margin-top:1px}.rp-search-wrap{padding:12px 16px;flex-shrink:0}.rp-search-btn{width:100%;padding:13px;background:var(--tg-button);color:var(--tg-button-text);border:none;border-radius:14px;font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;transition:opacity .2s}.rp-search-btn.disabled{opacity:.4;cursor:not-allowed}.rp-results{flex:1;overflow-y:auto;padding:12px 16px 32px;-webkit-overflow-scrolling:touch}.rp-loading{display:flex;flex-direction:column;align-items:center;gap:12px;padding:40px 0}.rp-loading-spinner{width:32px;height:32px;border-radius:50%;border:3px solid rgba(255,255,255,.1);border-top-color:var(--tg-button);animation:rp-spin .8s linear infinite}.rp-loading-text{font-size:13px;color:#ffffff73}.rp-error{background:#ef44441a;border:1px solid rgba(239,68,68,.25);border-radius:12px;padding:14px;font-size:13px;color:#fca5a5;text-align:center}.rp-route-card{background:var(--tg-secondary-bg);border:1px solid rgba(255,255,255,.07);border-radius:16px;margin-bottom:10px;overflow:hidden}.rp-route-header{display:flex;align-items:center;gap:10px;padding:13px 14px;cursor:pointer}.rp-route-time{font-size:18px;font-weight:700;flex-shrink:0;min-width:60px}.rp-route-chips{display:flex;gap:4px;flex:1;flex-wrap:wrap}.rp-route-arr{font-size:12px;color:#ffffff59;flex-shrink:0}.rp-leg-chip{border-radius:8px;padding:3px 8px;font-size:11px;font-weight:600;white-space:nowrap}.rp-chip-walk{background:#ffffff14;color:#ffffff80}.rp-chip-bus{background:#22c55e26;color:#4ade80}.rp-chip-tram{background:#ef444426;color:#f87171}.rp-chip-trolley{background:#3b82f626;color:#60a5fa}.rp-chip-metro{background:#a78bfa26;color:#a78bfa}.rp-legs{padding:0 14px 14px;border-top:1px solid rgba(255,255,255,.06)}.rp-leg{display:flex;gap:12px;padding-top:12px}.rp-leg-icon-col{display:flex;flex-direction:column;align-items:center;width:32px;flex-shrink:0}.rp-leg-icon{width:32px;height:32px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:15px;flex-shrink:0}.rp-leg-icon-walk{background:#ffffff14}.rp-leg-icon-bus{background:#22c55e26}.rp-leg-icon-tram{background:#ef444426}.rp-leg-icon-trolley{background:#3b82f626}.rp-leg-icon-metro{background:#a78bfa26}.rp-leg-line{width:2px;flex:1;min-height:16px;margin-top:4px;border-radius:1px}.rp-leg-line-walk{background:#ffffff1a}.rp-leg-line-bus{background:#22c55e4d}.rp-leg-line-tram{background:#ef44444d}.rp-leg-line-trolley{background:#3b82f64d}.rp-leg-line-metro{background:#a78bfa4d}.rp-leg-body{flex:1;padding-top:4px}.rp-leg-from{font-size:13px;font-weight:500;margin-bottom:3px}.rp-leg-to{font-size:13px;color:#ffffff8c;margin-top:5px}.rp-leg-detail{font-size:11px;color:#fff6;margin-top:2px}.rp-leg-transit{display:flex;align-items:center;gap:7px;margin-top:3px;flex-wrap:wrap}.rp-transit-badge{border-radius:7px;padding:2px 9px;font-size:12px;font-weight:700}.rp-badge-bus{background:#22c55e33;color:#4ade80}.rp-badge-tram{background:#ef444433;color:#f87171}.rp-badge-trolley{background:#3b82f633;color:#60a5fa}.rp-badge-metro{background:#a78bfa33;color:#a78bfa}.rp-disclaimer{font-size:11px;color:#ffffff40;text-align:center;margin-top:16px;line-height:1.5}.home-card-route{background:linear-gradient(135deg,#22c55e1f,#3b82f614)!important;border:1px solid rgba(34,197,94,.2)!important}.rp-map-btn{background:none;border:none;font-size:18px;cursor:pointer;flex-shrink:0;padding:2px;opacity:.7;transition:opacity .15s}.rp-map-btn:hover{opacity:1}.rp-map-picker{display:flex;flex-direction:column;height:100%;background:var(--tg-bg)}.rp-map-topbar{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.07);flex-shrink:0;background:var(--tg-secondary-bg)}.rp-map-hint{font-size:13px;color:#ffffff8c}.rp-map-close{background:var(--tg-button);color:var(--tg-button-text);border:none;border-radius:10px;padding:7px 18px;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer}.rp-map-canvas{flex:1;width:100%}.rp-map-canvas .leaflet-control-zoom a{background:var(--tg-secondary-bg)!important;color:var(--tg-text)!important;border-color:#ffffff1a!important}.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}}.livemap-container{display:flex;flex-direction:column;height:100%;min-height:100vh;background:#0d0d12}.livemap-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#ffffff08;border-bottom:1px solid rgba(255,255,255,.06);flex-shrink:0}.livemap-header-left{display:flex;align-items:center;gap:12px}.livemap-back{background:none;border:none;color:#ffffff80;font-size:16px;padding:4px 8px;cursor:pointer}.livemap-title{color:#fff;font-size:15px;font-weight:600}.livemap-subtitle{color:#ffffff80;font-size:12px;display:flex;align-items:center;gap:6px;margin-top:2px}.livemap-live-dot{width:7px;height:7px;border-radius:50%;background:#4caf50;display:inline-block;box-shadow:0 0 6px #4caf50;animation:livePulse 2s infinite}@keyframes livePulse{0%,to{opacity:1}50%{opacity:.4}}.livemap-refresh-btn{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;width:40px;height:40px;font-size:18px;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.livemap-refresh-btn.active{background:#4caf501a;border-color:#4caf504d}.livemap-map{flex:1;min-height:380px;z-index:1}.livemap-loading,.livemap-error{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#ffffff80;min-height:300px}.livemap-error button{background:#5b9bf7;color:#fff;border:none;border-radius:8px;padding:8px 16px;font-size:14px;cursor:pointer}.livemap-vehicles-list{background:#ffffff08;border-top:1px solid rgba(255,255,255,.06);max-height:200px;overflow-y:auto;flex-shrink:0}.livemap-list-header{padding:8px 16px;font-size:11px;color:#ffffff59;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid rgba(255,255,255,.06)}.livemap-vehicle-item{display:flex;align-items:center;gap:8px;padding:7px 14px;border-bottom:1px solid rgba(255,255,255,.04);cursor:pointer;transition:background .15s}.livemap-vehicle-item:hover,.livemap-vehicle-item.selected{background:#ffffff0d}.livemap-vehicle-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.livemap-vehicle-id{color:#fff;font-size:13px;font-weight:600;min-width:36px}.livemap-vehicle-route{color:#fff;font-size:10px;font-weight:700;padding:1px 6px;border-radius:4px;flex-shrink:0}.livemap-vehicle-model{color:#ffffff59;font-size:11px;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.livemap-vehicle-speed{color:#ffffff73;font-size:11px;flex-shrink:0}.vehicle-popup{text-align:center;padding:4px 2px;min-width:140px}.vehicle-popup-id{font-weight:700;font-size:16px;margin-bottom:3px;color:#fff}.vehicle-popup-route{font-size:12px;color:#9ecfff;font-weight:600;margin-bottom:4px}.vehicle-popup-speed{font-size:12px;color:#bbb;margin-bottom:4px}.vehicle-popup-model{font-size:12px;color:#ccc;margin-bottom:3px;font-style:italic}.vehicle-popup-plate{font-size:11px;color:#aaa;margin-top:3px;font-family:monospace;letter-spacing:.5px;background:#ffffff14;border-radius:4px;padding:1px 6px;display:inline-block}.vehicle-popup-type{font-size:10px;color:#777;margin-top:4px;text-transform:uppercase;letter-spacing:.5px}.vehicle-marker-icon{background:none!important;border:none!important;pointer-events:none!important}.vehicle-marker-icon svg{pointer-events:none!important}.vehicle-marker-icon svg path{pointer-events:visiblePainted}.stop-dot-icon{background:none!important;border:none!important;pointer-events:visiblePainted!important;cursor:pointer!important}.livemap-map .leaflet-popup-content-wrapper{background:#1a1a2e;color:#fff;border-radius:10px;box-shadow:0 4px 20px #0009}.livemap-map .leaflet-popup-tip{background:#1a1a2e}.livemap-map .leaflet-popup-close-button{color:#ffffff80!important}.livemap-map .leaflet-control-zoom a{background:#1a1a2ef2;color:#fff;border-color:#ffffff1a}.livemap-map .leaflet-control-zoom a:hover{background:#282846f2}.livemap-container.embedded{min-height:0;height:480px}.livemap-container.embedded .livemap-map{min-height:0;flex:1}.livemap-container.embedded .livemap-vehicles-list{max-height:140px}.livemap-filter-reset{background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:8px;color:#fff9;font-size:11px;padding:4px 10px;cursor:pointer;display:flex;align-items:center;gap:3px}.livemap-filter-reset:hover{background:#ffffff1f;color:#fff}.livemap-filter-last{background:#27ae6026;border:1px solid rgba(39,174,96,.35);border-radius:8px;color:#4caf50;font-size:11px;font-weight:600;padding:4px 10px;cursor:pointer}.livemap-filter-last:hover{background:#27ae6040}.livemap-filter-loading{background:#5b9bf714;border-bottom:1px solid rgba(91,155,247,.15);color:#5b9bf7cc;font-size:12px;padding:6px 16px;text-align:center}.livemap-filter-hide{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#ffffff80;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.livemap-filter-hide:hover{background:#ffffff1a;color:#fff}.livemap-filter-hide.active{background:#5b9bf726;border-color:#5b9bf74d;color:#5b9bf7}.livemap-map .leaflet-popup-content{margin:10px 12px}.livemap-map .leaflet-popup-content-wrapper{min-width:190px}:is(html,.livemap-container):is(.theme-white,.theme-glass) .livemap-container,.livemap-container:is(.theme-white,.theme-glass){background:#f5f5f5}:is(html,.livemap-container):is(.theme-white,.theme-glass) .livemap-header,.livemap-container:is(.theme-white,.theme-glass) .livemap-header{background:#ffffffe6;border-bottom-color:#00000014}:is(html,.livemap-container):is(.theme-glass) .livemap-header,.livemap-container.theme-glass .livemap-header{background:#fff9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}:is(html,.livemap-container):is(.theme-white,.theme-glass) .livemap-back,.livemap-container:is(.theme-white,.theme-glass) .livemap-back{color:#00000073}:is(html,.livemap-container):is(.theme-white,.theme-glass) .livemap-title,.livemap-container:is(.theme-white,.theme-glass) .livemap-title{color:#111}:is(html,.livemap-container):is(.theme-white,.theme-glass) .livemap-subtitle,.livemap-container:is(.theme-white,.theme-glass) .livemap-subtitle{color:#00000080}:is(html,.livemap-container):is(.theme-white,.theme-glass) .livemap-refresh-btn,.livemap-container:is(.theme-white,.theme-glass) .livemap-refresh-btn{background:#0000000d;border-color:#0000001f;color:#333}:is(html,.livemap-container):is(.theme-white,.theme-glass) .livemap-vehicles-list,.livemap-container:is(.theme-white,.theme-glass) .livemap-vehicles-list{background:#fffffff2;border-top-color:#00000014}:is(html,.livemap-container):is(.theme-white,.theme-glass) .livemap-list-header,.livemap-container:is(.theme-white,.theme-glass) .livemap-list-header{color:#0006;border-bottom-color:#00000012}:is(html,.livemap-container):is(.theme-white,.theme-glass) .livemap-vehicle-item,.livemap-container:is(.theme-white,.theme-glass) .livemap-vehicle-item{border-bottom-color:#0000000d}:is(html,.livemap-container):is(.theme-white,.theme-glass) .livemap-vehicle-item:hover,:is(html,.livemap-container):is(.theme-white,.theme-glass) .livemap-vehicle-item.selected,.livemap-container:is(.theme-white,.theme-glass) .livemap-vehicle-item:hover,.livemap-container:is(.theme-white,.theme-glass) .livemap-vehicle-item.selected{background:#0000000a}:is(html,.livemap-container):is(.theme-white,.theme-glass) .livemap-vehicle-id,.livemap-container:is(.theme-white,.theme-glass) .livemap-vehicle-id{color:#111}:is(html,.livemap-container):is(.theme-white,.theme-glass) .livemap-vehicle-model,.livemap-container:is(.theme-white,.theme-glass) .livemap-vehicle-model{color:#0006}:is(html,.livemap-container):is(.theme-white,.theme-glass) .livemap-vehicle-speed,.livemap-container:is(.theme-white,.theme-glass) .livemap-vehicle-speed{color:#00000080}:is(html,.livemap-container):is(.theme-white,.theme-glass) .livemap-filter-reset,.livemap-container:is(.theme-white,.theme-glass) .livemap-filter-reset{background:#0000000d;border-color:#0000001f;color:#0000008c}:is(html,.livemap-container):is(.theme-white,.theme-glass) .livemap-filter-hide,.livemap-container:is(.theme-white,.theme-glass) .livemap-filter-hide{background:#0000000d;border-color:#0000001a;color:#00000073}:is(html,.livemap-container):is(.theme-white,.theme-glass) .livemap-map .leaflet-control-zoom a,.livemap-container:is(.theme-white,.theme-glass) .livemap-map .leaflet-control-zoom a{background:#fffffff2;color:#333;border-color:#0000001f}:is(html,.livemap-container):is(.theme-white,.theme-glass) .livemap-map .leaflet-control-zoom a:hover,.livemap-container:is(.theme-white,.theme-glass) .livemap-map .leaflet-control-zoom a:hover{background:#fff;color:#000}html:is(.theme-white,.theme-glass) .leaflet-popup-content-wrapper{background:#fff!important;color:#111!important;box-shadow:0 4px 20px #00000026!important}html:is(.theme-white,.theme-glass) .leaflet-popup-tip{background:#fff!important}html:is(.theme-white,.theme-glass) .leaflet-popup-close-button{color:#0006!important}html:is(.theme-white,.theme-glass) .vehicle-popup-id{color:#111}html:is(.theme-white,.theme-glass) .vehicle-popup-route{color:#1a6ecf}html:is(.theme-white,.theme-glass) .vehicle-popup-speed,html:is(.theme-white,.theme-glass) .vehicle-popup-model{color:#555}html:is(.theme-white,.theme-glass) .vehicle-popup-plate{background:#0000000f;color:#444}html:is(.theme-white,.theme-glass) .vehicle-popup-type{color:#999}html:is(.theme-white,.theme-glass) .leaflet-popup-content{color:#111}:is(html,.livemap-container):is(.theme-white,.theme-glass) .livemap-loading,.livemap-container:is(.theme-white,.theme-glass) .livemap-loading{color:#00000080}.vehicle-popup.vp2{min-width:200px;max-width:240px;padding:0}.vp2-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.vp2-route-badge{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:#fff;flex-shrink:0}.vp2-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-bottom:5px}.vp2-main{margin-bottom:6px}.vp2-label{font-size:20px;font-weight:500;color:#fff;background:#ffffff12;border-radius:20px;padding:1px 10px;line-height:1.4}.vp2-pill{font-size:12px;color:#ffffff8c;background:#ffffff0f;border-radius:20px;padding:2px 9px}.vp2-model{font-size:12px}.vp2-plate{letter-spacing:.3px;font-size:11px}.vp2-meta .vp2-pill{font-size:11px;color:#fff6}.vp2-stops{border-top:.5px solid rgba(255,255,255,.08);margin-top:8px;padding-top:8px}.vp2-stops-label{font-size:10px;color:#ffffff40;letter-spacing:.8px;margin-bottom:8px}.vp2-stops-list{display:flex;flex-direction:column;gap:0}.vp2-stop-row{display:flex;align-items:flex-start;gap:8px;padding:5px 0;border-top:1px solid rgba(255,255,255,.04)}.vp2-stop-row:first-child{border-top:none}.vp2-stop-row--clickable{cursor:pointer;border-radius:6px;padding:5px 4px;margin:0 -4px;transition:background .15s}.vp2-stop-row--clickable:hover{background:#ffffff12}.vp2-stop-row--clickable:hover .vp2-stop-name{color:#ffffffd9}.vp2-stop-row--clickable:active{background:#ffffff1f;transform:scale(.98)}.vp2-stop-name{flex:1;font-size:12px;color:#ffffff8c;line-height:1.35;text-align:left}.vp2-stop-row:first-child .vp2-stop-name{color:#fff;font-weight:500}.vp2-stop-eta{display:flex;align-items:center;gap:4px;flex-shrink:0;padding-top:1px}.vp2-next-pill{padding:3px 9px;border-radius:20px;font-size:12px;line-height:1.4;white-space:nowrap;display:flex;align-items:center;gap:2px}.vp2-stop-pill{display:inline-flex;align-items:center;border-radius:6px;padding:2px 7px;font-size:11px;font-weight:600;white-space:nowrap;line-height:1.4}.vp2-stop-dist{background:#ffffff12;color:#ffffff59;font-weight:400}html:is(.theme-white,.theme-glass) .vp2-label{color:#111;background:#0000000d}html:is(.theme-white,.theme-glass) .vp2-pill{color:#00000080;background:#0000000d}html:is(.theme-white,.theme-glass) .vp2-stop-name{color:#0009}html:is(.theme-white,.theme-glass) .vp2-stop-row:first-child .vp2-stop-name{color:#111}html:is(.theme-white,.theme-glass) .vp2-stops{border-top-color:#00000014}html:is(.theme-white,.theme-glass) .vp2-stops-label{color:#0000004d}html:is(.theme-white,.theme-glass) .vp2-stop-line{background:#0000001a}.livemap-container.lm2{position:fixed;inset:0;width:100%;overflow:hidden;background:#0f1c28;z-index:100}.lm2-map{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;z-index:1}body:has(.livemap-container.lm2){overflow:hidden}.lm2-hud{position:absolute;top:14px;left:14px;right:14px;display:flex;justify-content:space-between;align-items:flex-start;z-index:400;pointer-events:none}.lm2-hud-left,.lm2-hud-right{display:flex;flex-direction:column;gap:8px;pointer-events:all}.lm2-back-btn{display:flex;align-items:center;gap:5px;background:#0d1620d1;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:5px 12px 5px 8px;font-size:13px;font-weight:500;color:#ffffffbf;cursor:pointer;transition:background .15s,color .15s}.lm2-back-btn:active{background:#ffffff1f;color:#fff}.lm2-route-tag{display:flex;align-items:center;gap:6px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid transparent;border-radius:14px;padding:7px 13px;font-size:13px;font-weight:600;color:#fff;cursor:pointer;box-shadow:0 2px 16px #00000040;transition:transform .15s cubic-bezier(.34,1.56,.64,1),opacity .15s;-webkit-tap-highlight-color:transparent}.lm2-route-tag:active{transform:scale(.96);opacity:.85}.lm2-live-dot{width:6px;height:6px;border-radius:50%;background:#ffffffd9;flex-shrink:0;animation:lm2-blink 1.8s ease-in-out infinite}@keyframes lm2-blink{0%,to{opacity:1}50%{opacity:.25}}.lm2-tag-num{font-size:15px;font-weight:800}.lm2-tag-sep{opacity:.5;font-size:12px}.lm2-tag-count{font-size:12px;font-weight:500;opacity:.9}.lm2-fab{width:38px;height:38px;background:#0d1620d1;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.09);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#ffffff80;cursor:pointer;transition:all .15s cubic-bezier(.34,1.56,.64,1);-webkit-tap-highlight-color:transparent}.lm2-fab:active{transform:scale(.92)}.lm2-fab.active{background:#27ae602e;color:#27ae60;border-color:#27ae604d}.lm2-chips-bar{position:absolute;left:0;right:0;display:flex;gap:8px;padding:0 14px 4px;overflow-x:auto;overflow-y:hidden;z-index:400;-webkit-overflow-scrolling:touch;scrollbar-width:none;transition:bottom .38s cubic-bezier(.32,.72,0,1);animation:lm2-chips-in .35s cubic-bezier(.32,.72,0,1)}.lm2-chips-bar::-webkit-scrollbar{display:none}@keyframes lm2-chips-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.lm2-chip{display:flex;align-items:center;gap:6px;background:#0d1620d9;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.08);border-radius:11px;padding:7px 11px;flex-shrink:0;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:transform .18s cubic-bezier(.34,1.56,.64,1),border-color .18s ease,background .18s ease}.lm2-chip:active{transform:scale(.94)}.lm2-chip.active{transform:scale(1.04)}.lm2-chip-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.lm2-chip-id{font-size:13px;font-weight:600;color:#fff}.lm2-chip-spd{font-size:10px;color:#ffffff4d}.lm2-vehicle-popup{position:absolute;left:12px;right:12px;bottom:12px;z-index:410;animation:lm2-popup-in .42s cubic-bezier(.32,.72,0,1)}@keyframes lm2-popup-in{0%{opacity:0;transform:translateY(24px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.lm2-popup-close{position:absolute;top:10px;right:12px;width:24px;height:24px;background:#ffffff12;border:none;border-radius:50%;color:#fff6;font-size:16px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:1;line-height:1;transition:background .15s}.lm2-popup-close:active{background:#ffffff26}.lm2-vehicle-popup .vehicle-popup.vp2{max-width:none;min-width:0;background:#0a121cf7;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-radius:18px;border:1px solid rgba(255,255,255,.09);padding:13px 14px 12px;box-shadow:0 8px 40px #0000008c}.lm2-sheet-overlay{position:absolute;inset:0;z-index:420;background:#0000}.lm2-list-sheet{position:absolute;left:0;right:0;bottom:0;z-index:430;background:#09111bfa;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-radius:20px 20px 0 0;border-top:1px solid rgba(255,255,255,.08);max-height:70vh;display:flex;flex-direction:column;transform:translateY(100%);transition:transform .42s cubic-bezier(.32,.72,0,1);will-change:transform}.lm2-list-sheet.open{transform:translateY(0)}.lm2-sheet-handle{width:36px;height:4px;background:#ffffff1f;border-radius:2px;margin:10px auto 0;cursor:pointer;flex-shrink:0}.lm2-sheet-handle:active{background:#ffffff38}.lm2-sheet-header{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;flex-shrink:0}.lm2-sheet-title{font-size:14px;font-weight:600}.lm2-sheet-close{width:26px;height:26px;background:#ffffff12;border:none;border-radius:50%;color:#fff6;font-size:17px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s}.lm2-sheet-close:active{background:#ffffff24}.lm2-sheet-list{overflow-y:auto;-webkit-overflow-scrolling:touch;flex:1;padding-bottom:env(safe-area-inset-bottom,16px)}.lm2-sheet-list::-webkit-scrollbar{display:none}.lm2-sheet-row{display:flex;align-items:center;gap:9px;padding:10px 16px;border-top:1px solid rgba(255,255,255,.04);cursor:pointer;width:100%;background:none;border-left:none;border-right:none;border-bottom:none;color:#fff;text-align:left;-webkit-tap-highlight-color:transparent;transition:background .12s}.lm2-sheet-row:active{background:#ffffff0a}.lm2-sheet-row.active{background:#27ae6012}.lm2-sheet-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.lm2-sheet-id{font-size:14px;font-weight:600;min-width:36px}.lm2-sheet-badge{border-radius:5px;font-size:10px;font-weight:700;padding:2px 6px;color:#fff;flex-shrink:0}.lm2-sheet-model{font-size:11px;color:#ffffff52;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lm2-sheet-spd{font-size:11px;color:#ffffff40;flex-shrink:0}.lm2-sheet-arr{font-size:16px;color:#ffffff1f;flex-shrink:0}.lm2-filter-loading{position:absolute;top:70px;left:50%;transform:translate(-50%);background:#0d1620e6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:20px;padding:6px 14px;font-size:12px;color:#fff9;z-index:450;animation:lm2-popup-in .3s ease}.livemap-container.lm2.theme-white .lm2-back-btn,.livemap-container.lm2.theme-white .lm2-route-tag,.livemap-container.lm2.theme-white .lm2-fab,.livemap-container.lm2.theme-white .lm2-chip{background:#ffffffe0;border-color:#00000014;color:#111}.livemap-container.lm2.theme-white .lm2-list-sheet{background:#fafafcfa;border-color:#0000000f}.livemap-container.lm2.theme-white .lm2-sheet-title,.livemap-container.lm2.theme-white .lm2-sheet-id{color:#111}.livemap-container.lm2.theme-white .lm2-sheet-model{color:#0006}.livemap-container.lm2.theme-white .lm2-sheet-row{border-color:#0000000d}.lm2-stop-sheet{position:absolute;left:0;right:0;bottom:0;z-index:430;background:#0a121cfa;backdrop-filter:blur(28px);-webkit-backdrop-filter:blur(28px);border-radius:20px 20px 0 0;border-top:1px solid rgba(255,255,255,.1);border-left:none;border-right:none;border-bottom:none;box-shadow:0 -4px 40px #0000008c;overflow:hidden;animation:lm2-sheet-up .38s cubic-bezier(.32,.72,0,1);max-height:72vh;display:flex;flex-direction:column}@keyframes lm2-sheet-up{0%{transform:translateY(100%);opacity:.7}to{transform:translateY(0);opacity:1}}.lm2-stop-sheet-header{position:relative;display:flex;align-items:flex-start;justify-content:space-between;gap:8px;padding:6px 16px 12px;border-bottom:.5px solid rgba(255,255,255,.07);flex-shrink:0}.lm2-stop-sheet-header:before{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:36px;height:4px;border-radius:2px;background:#ffffff2e}.lm2-stop-sheet-name{font-size:16px;font-weight:700;line-height:1.25;color:#fff;margin-top:10px}.lm2-stop-sheet .sv2-stop-popup-wrap,.lm2-stop-sheet>div:last-child{overflow-y:auto;-webkit-overflow-scrolling:touch;padding:8px 16px 20px;flex:1}.lm2-stop-sheet::-webkit-scrollbar{display:none}.lm2-stop-sheet .sv2-stop-name-row{display:none!important}.lm2-stop-sheet [style*="display:'flex'"][style*="alignItems:'center'"][style*="gap:6"]{padding:6px 0}.livemap-container.lm2.theme-white .lm2-stop-sheet{background:#f8f9fcfc;border-top-color:#00000014}.livemap-container.lm2.theme-white .lm2-stop-sheet-header:before{background:#00000026}.leaflet-control-attribution{font-size:8px!important;opacity:.15!important;background:transparent!important;box-shadow:none!important;padding:0 2px!important;pointer-events:none}.leaflet-control-attribution:hover{opacity:.55!important;pointer-events:auto}.leaflet-control-attribution a{color:inherit!important}.leaflet-attribution-flag{display:none!important}.vp2-capacity{display:flex;align-items:center;gap:6px;padding:5px 0 7px;border-bottom:1px solid rgba(255,255,255,.06);margin-bottom:4px;flex-wrap:wrap}.vp2-cap-icon{margin-right:2px;font-size:12px}.vp2-cap-item{font-size:12px;color:#fff9}.vp2-cap-sep{color:#fff3;font-size:12px}.vp2-cap-pct{font-size:11px;background:#a78bfa21;color:#a78bfa;border-radius:6px;padding:1px 7px;margin-left:2px}.vp2-cap-more{margin-left:auto;font-size:11px;color:#a78bfacc;cursor:pointer;flex-shrink:0}.vp2-cap-more:hover{color:#a78bfa}.vp2-spec-modal{display:none;flex-direction:column;background:#0e1826fc;border:1px solid rgba(255,255,255,.09);border-radius:14px;margin-bottom:10px;overflow:hidden;animation:vp2-spec-in .2s ease}@keyframes vp2-spec-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.vp2-spec-inner{padding:12px 14px}.vp2-spec-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.vp2-spec-title{font-size:12px;font-weight:600;color:#ffffffb3;text-transform:uppercase;letter-spacing:.08em}.vp2-spec-close{font-size:14px;color:#ffffff4d;cursor:pointer;padding:2px 6px}.vp2-spec-close:hover{color:#ffffffb3}.vp2-spec-bar-row{display:flex;align-items:center;gap:8px;margin-bottom:7px}.vp2-spec-bar-label{font-size:11px;color:var(--vp2-muted, rgba(255,255,255,.45));width:58px;flex-shrink:0}.vp2-spec-bar-track{flex:1;height:5px;background:#ffffff12;border-radius:3px;overflow:hidden}.vp2-spec-bar-fill{height:100%;border-radius:3px;transition:width .3s}.vp2-spec-bar-val{font-size:11px;font-weight:600;width:24px;text-align:right;flex-shrink:0}.vp2-spec-total{display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(255,255,255,.07);padding-top:8px;margin-top:4px;margin-bottom:10px;font-size:12px;color:#ffffff73}.vp2-spec-total-val{font-size:16px;font-weight:700;color:#fff}.vp2-spec-props{display:flex;flex-direction:column;gap:0;border-top:1px solid rgba(255,255,255,.07);padding-top:8px}.vp2-spec-prop{display:flex;justify-content:space-between;font-size:12px;padding:5px 0;border-bottom:.5px solid rgba(255,255,255,.04)}.vp2-spec-prop:last-child{border-bottom:none}.vp2-spec-prop span:first-child{color:#ffffff73}.vp2-spec-prop span:last-child{font-weight:500}.lm2-speed-chip{position:absolute;top:14px;left:50%;transform:translate(-50%);z-index:450;background:#0a121ceb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.12);border-radius:20px;padding:6px 16px;font-family:Unbounded,"system-ui",sans-serif;font-size:15px;font-weight:700;color:#fff;white-space:nowrap;box-shadow:0 4px 16px #0006;pointer-events:none;animation:lm2-chip-appear .25s cubic-bezier(.34,1.56,.64,1)}@keyframes lm2-chip-appear{0%{opacity:0;transform:translate(-50%) scale(.85)}to{opacity:1;transform:translate(-50%) scale(1)}}.lm2-speed-unit{font-size:10px;font-weight:400;color:#ffffff80;margin-left:2px}:root{--bg: #0d0d12;--card: rgba(255, 255, 255, .03);--card-border: rgba(255, 255, 255, .04);--card-hover: rgba(255, 255, 255, .06);--text: #ffffff;--text-secondary: rgba(255, 255, 255, .5);--text-muted: rgba(255, 255, 255, .25);--accent: #5b9bf7;--green: #4caf74;--green-bg: rgba(76, 175, 116, .1);--red: #ff5c5c;--blue: #5b9bf7;--divider: rgba(255, 255, 255, .04);--bus: #4caf74;--tram: #ff5c5c;--trolley: #5b9bf7;--electrobus: #4caf74}.app{min-height:100vh;background:var(--bg);color:var(--text);padding-bottom:calc(84px + env(safe-area-inset-bottom))}.header{padding:12px 20px 8px;text-align:left}.header h1{font-size:28px;font-weight:700;letter-spacing:-.5px;margin-bottom:0}.subtitle{color:var(--text-muted);font-size:13px}.theme-button-row{position:fixed;top:12px;right:16px;z-index:50}.theme-button-flat{padding:10px 16px;border-radius:20px;background:var(--card);border:1px solid var(--card-border);color:var(--text-secondary);font-size:14px;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;box-shadow:0 4px 12px #0003}.day-type-selector,.direction-selector{display:flex;background:#ffffff0a;border-radius:12px;padding:3px;margin:0 16px 10px}.day-type-selector button,.direction-selector button{flex:1;padding:9px;font-size:14px;font-weight:500;color:#ffffff59;background:transparent;border:none;border-radius:10px;cursor:pointer;transition:.2s}.day-type-selector button.active,.direction-selector button.active{background:#ffffff14;color:#fff;font-weight:600}.route-type-filters{display:flex;gap:6px;padding:4px 16px 12px;overflow-x:auto}.route-type-filters::-webkit-scrollbar{display:none}.route-type-filter-btn{font-size:13px;padding:6px 14px;border-radius:20px;border:1px solid rgba(255,255,255,.06);background:transparent;color:#fff6;white-space:nowrap;flex-shrink:0;cursor:pointer}.route-type-filter-btn.active{background:#5b9bf71f;color:var(--accent);border-color:#5b9bf740}.route-type-filter-btn.filter-bus.active{background:#4caf741f;color:var(--bus);border-color:#4caf7440}.route-type-filter-btn.filter-electrobus.active{background:#4caf741f;color:var(--electrobus);border-color:#4caf7440}.route-type-filter-btn.filter-tram.active{background:#ff5c5c1f;color:var(--tram);border-color:#ff5c5c40}.route-type-filter-btn.filter-trolley.active{background:#5b9bf71f;color:var(--trolley);border-color:#5b9bf740}.view-toggle{display:flex;justify-content:flex-end;padding:0 16px 8px}.view-toggle-btn{padding:6px 12px;font-size:16px;color:#ffffff40;background:var(--card);border:1px solid var(--card-border);cursor:pointer}.view-toggle-btn:first-child{border-radius:8px 0 0 8px}.view-toggle-btn:last-child{border-radius:0 8px 8px 0;border-left:none}.view-toggle-btn.active{background:#ffffff14;color:#fff}.route-list{padding:0 16px;display:flex;flex-direction:column;gap:6px}.route-card-list{display:flex;align-items:center;padding:14px 16px;background:var(--card);border-radius:14px;border:.5px solid var(--card-border);gap:14px;cursor:pointer;transition:.15s}.route-card-list:active{background:var(--card-hover);transform:scale(.98)}.route-list-content{display:flex;align-items:center;gap:14px;flex:1;min-width:0}.route-number-list{font-size:18px;font-weight:700;min-width:36px}.route-name-list{font-size:13px;color:var(--text-secondary);flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.route-favorite-btn{color:#ffffff1f;font-size:18px;cursor:pointer;padding:4px;text-decoration:none;flex-shrink:0}.route-favorite-btn.active{color:#f5a623}.route-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:0 16px}.route-card{background:var(--card);border-radius:14px;border:.5px solid var(--card-border);padding:12px;cursor:pointer;transition:.15s;position:relative;text-align:center}.route-card:active{background:var(--card-hover);transform:scale(.96)}.route-number{font-size:20px;font-weight:700;margin-bottom:4px}.route-name{font-size:11px;color:var(--text-secondary);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.route-favorite-btn-grid{position:absolute;top:6px;right:6px;font-size:14px;color:#ffffff1a;text-decoration:none;padding:4px}.route-favorite-btn-grid.active{color:#f5a623}.route-type-tram{color:var(--tram)!important}.route-type-bus{color:var(--bus)!important}.route-type-trolley{color:var(--trolley)!important}.route-type-electrobus{color:var(--electrobus)!important}.route-type-electrobus:after{content:" 🔋";font-style:normal}.stops-list{padding:0;padding-bottom:calc(72px + env(safe-area-inset-bottom))}.stops-list h2{font-size:20px;font-weight:700;padding:0 20px 4px}.route-description{font-size:13px;color:#fff9;padding:0 20px 12px;line-height:1.4}.stop-card{display:flex;align-items:center;padding:12px 20px;gap:14px;cursor:pointer;transition:.15s;border-bottom:.5px solid var(--divider)}.stop-card:active{background:#ffffff08}.stop-number{width:28px;height:28px;border-radius:50%;border:2px solid rgba(255,255,255,.15);background:var(--bg);flex-shrink:0;font-size:12px;font-weight:600;color:#ffffff80;display:flex;align-items:center;justify-content:center;position:relative}.stop-card:not(:last-child) .stop-number:after{content:"";position:absolute;top:28px;left:11px;width:2px;height:20px;background:#ffffff0f}.stop-info{flex:1;min-width:0}.stop-name{font-size:15px;font-weight:500;color:#fff}.stop-next-departure{font-size:13px;color:var(--green);margin-top:2px}.stop-favorite-btn{color:#ffffff1a;font-size:18px;cursor:pointer;text-decoration:none;flex-shrink:0}.stop-favorite-btn.active{color:#f5a623}.next-departures-loading{font-size:12px;color:var(--text-muted);padding:0 20px 8px}.inline-buttons{display:flex;gap:8px;padding:0 16px}.action-button{flex:1;padding:10px;border-radius:10px;background:var(--card);border:1px solid var(--card-border);color:var(--text-secondary);font-size:14px;cursor:pointer}.action-button:active{background:var(--card-hover)}.schedule-v2{padding-bottom:20px}.sv2-topbar{display:flex;align-items:center;justify-content:space-between;padding:12px 4px;margin-bottom:8px}.sv2-back{font-size:28px;font-weight:300;color:var(--accent);cursor:pointer;padding:4px 16px}.sv2-topbar-title{font-size:17px;font-weight:600;color:var(--text)}.sv2-topbar-actions{display:flex;gap:4px}.sv2-topbar-btn{font-size:22px;padding:6px 10px;cursor:pointer;color:#fff9}.sv2-topbar-btn.sv2-fav-active{color:#f5a623}.sv2-route-info{display:flex;align-items:center;gap:10px;padding:0 16px;margin-bottom:8px}.sv2-route-badge{font-size:22px;font-weight:800;padding:8px 18px;border-radius:10px;min-width:48px;text-align:center;color:#fff!important;background:#27ae60}.sv2-route-badge.route-type-bus,.sv2-route-badge.route-type-electrobus{background:#27ae60}.sv2-route-badge.route-type-electrobus:after{content:""!important}.sv2-route-badge.route-type-tram{background:#e74c3c}.sv2-route-badge.route-type-trolley{background:#3498db}.sv2-route-badge.sv2-route-badge{color:#fff!important}.sv2-route-dir{font-size:14px;color:#ffffffb3}.sv2-stop-name{font-size:22px;font-weight:700;color:#fff;padding:0 16px;margin-bottom:4px;line-height:1.3}.sv2-stop-meta{font-size:13px;color:#ffffff80;padding:0 16px;margin-bottom:16px}.sv2-pill-toggle{display:flex;background:#ffffff0a;border-radius:12px;padding:3px;margin:0 16px 16px}.sv2-pill-btn{flex:1;text-align:center;padding:9px;font-size:14px;font-weight:500;color:#ffffff59;border-radius:10px;cursor:pointer;transition:.2s}.sv2-pill-btn.active{background:#ffffff14;color:#fff;font-weight:600}.sv2-section-label{font-size:11px;font-weight:600;color:var(--text-muted);letter-spacing:1px;text-transform:uppercase;padding:0 16px;margin-bottom:10px}.sv2-nearest-section{margin-bottom:4px}.sv2-nearest-cards{display:flex;gap:8px;padding:0 16px;overflow-x:auto}.sv2-nearest-cards::-webkit-scrollbar{display:none}.sv2-nearest-card{background:var(--green-bg);border:1px solid rgba(76,175,116,.25);border-radius:12px;padding:10px 16px;min-width:72px;text-align:center;flex-shrink:0}.sv2-nearest-card.first{background:var(--green);border-color:var(--green)}.sv2-nearest-card.estimated{background:#a78bfa1a;border-color:#a78bfa4d}.sv2-nearest-card.estimated.first{background:#a78bfa8c;border-color:#a78bfa99}.sv2-nearest-card.estimated .sv2-nearest-time{color:#a78bfa}.sv2-nearest-card.estimated.first .sv2-nearest-time{color:#fff}.sv2-nearest-card.estimated .sv2-nearest-diff{color:#a78bfacc}.sv2-nearest-card.estimated.first .sv2-nearest-diff{color:#fffc}.sv2-nearest-time{font-size:18px;font-weight:700;color:#fff}.sv2-nearest-diff{font-size:12px;color:var(--green);margin-top:2px}.sv2-nearest-card.first .sv2-nearest-diff{color:#fffc}.sv2-nearest-src{font-size:10px;font-weight:700;letter-spacing:.4px;margin-top:4px;display:flex;align-items:center;justify-content:center;gap:3px}.sv2-nearest-src.gps{color:#4caf74}.sv2-nearest-card.first .sv2-nearest-src.gps{color:#ffffffe6}.sv2-nearest-src.sched{color:#f0b429;opacity:.85}.sv2-nearest-card.first .sv2-nearest-src.sched{color:#fff9;opacity:1}.sv2-nearest-src.estimated{color:#a78bfa}.sv2-nearest-card.estimated.first .sv2-nearest-src.estimated{color:#ffffffd9}.sv2-nearest-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:#4caf50;flex-shrink:0;animation:pulse 1.6s ease-in-out infinite}.sv2-nearest-dot.estimated{background:#a78bfa;box-shadow:0 0 4px #a78bfa88}.sv2-nearest-card.first .sv2-nearest-dot{background:#ffffffe6}.sv2-hour-grid{padding:0 16px}.sv2-hour-row{display:flex;align-items:flex-start;padding:8px 0;border-bottom:.5px solid var(--divider)}.sv2-hour-row:last-child{border-bottom:none}.sv2-hour-label{font-size:16px;font-weight:600;color:#fff3;width:30px;flex-shrink:0;padding-top:4px}.sv2-hour-times{display:flex;flex-wrap:wrap;gap:6px}.sv2-time-chip{font-size:15px;font-weight:500;font-family:SF Mono,Menlo,monospace;color:var(--text);background:#ffffff0a;padding:6px 12px;border-radius:8px;border:1px solid rgba(255,255,255,.08);min-width:36px;text-align:center}.sv2-time-chip.nearest{background:var(--green)!important;color:#fff!important;border-color:var(--green)!important;font-weight:700;box-shadow:0 0 8px #4caf7466}.transfers-section{margin:16px 16px 0;background:var(--card);border-radius:14px;border:.5px solid var(--card-border);overflow:hidden}.transfers-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px}.transfers-title{font-size:17px;font-weight:600;color:var(--text);display:flex;align-items:center;gap:8px}.transfers-icon{font-size:18px}.transfers-count{font-size:13px;color:var(--text-muted);background:#ffffff0f;padding:3px 10px;border-radius:10px}.transfers-show-btn{font-size:14px;color:var(--accent);font-weight:500;cursor:pointer}.transfers-content{padding:0 12px 12px}.transfers-loading,.transfers-empty{padding:12px 4px;font-size:14px;color:var(--text-muted);text-align:center}.transfer-card{display:flex;align-items:flex-start;gap:12px;background:#ffffff05;border-radius:10px;padding:10px 12px;margin-bottom:6px;border:.5px solid var(--card-border);cursor:pointer;transition:.15s}.transfer-card:active{transform:scale(.98);background:var(--card-hover)}.transfer-badge{font-size:15px;font-weight:700;padding:5px 8px;border-radius:8px;min-width:44px;text-align:center;color:#fff;flex-shrink:0;margin-top:1px}.transfer-badge-bus{background:#27ae60}.transfer-badge-tram{background:#e74c3c}.transfer-badge-trolley{background:#3498db}.transfer-badge-electrobus{background:#4caf74}.transfer-info{flex:1;min-width:0}.transfer-destination{font-size:14px;font-weight:500;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;min-width:0}.transfer-header{display:flex;align-items:center;gap:6px;margin-bottom:5px}.transfer-times{display:flex;gap:5px;margin-top:4px}.transfer-time-chip{font-size:13px;font-weight:500;color:var(--accent);background:#5b9bf71a;padding:2px 7px;border-radius:6px;display:inline-flex;align-items:center;gap:3px}.transfer-time-chip.first{color:#fff;background:var(--green);font-weight:600}.transfer-time-chip.sched{color:#f0b429}.transfer-time-chip.first.sched{color:#ffffffbf}.transfer-time-chip.gps{color:var(--accent)}.transfer-time-chip.first.gps{color:#fff}.transfer-time-chip.estimated{color:#a78bfa;background:#a78bfa1a}.transfer-time-chip.first.estimated{color:#fff;background:#a78bfa8c}.chip-gps-dot{display:inline-block;width:5px;height:5px;border-radius:50%;background:#4caf50;box-shadow:0 0 4px #4caf5088;flex-shrink:0;animation:pulse 1.6s ease-in-out infinite}.chip-est-dot{display:inline-block;width:5px;height:5px;border-radius:50%;background:#a78bfa;box-shadow:0 0 4px #a78bfa88;flex-shrink:0;animation:pulse 1.6s ease-in-out infinite}.transfer-time-chip.first .chip-gps-dot,.transfer-time-chip.first .chip-est-dot{background:#ffffffd9;box-shadow:none}.transfer-wait{font-size:12px;color:var(--text-muted);flex-shrink:0;white-space:nowrap}.transfer-arrow{color:#ffffff1f;font-size:18px;flex-shrink:0}.tab-screen{padding:0;padding-bottom:calc(20px + env(safe-area-inset-bottom))}.tab-screen-header{display:flex;align-items:center;justify-content:space-between;padding:0 20px 12px}.tab-screen-header h2{font-size:28px;font-weight:700;letter-spacing:-.5px}.home-screen-header{display:flex;align-items:center;padding:10px 16px 12px;position:relative}.home-screen-header h2{font-size:20px;font-weight:700;position:absolute;left:50%;transform:translate(-50%);letter-spacing:-.3px;color:var(--tg-text);white-space:nowrap}.home-screen-header-right{margin-left:auto}.tab-action-btn{background:var(--card);border:1px solid var(--card-border);border-radius:20px;padding:6px 12px;font-size:14px;color:var(--text-secondary);cursor:pointer}.tab-empty{text-align:center;padding:48px 32px;color:var(--text-muted)}.tab-empty-icon{font-size:40px;margin-bottom:12px;opacity:.4}.tab-empty-text{font-size:16px;font-weight:600;color:var(--text-secondary);margin-bottom:4px}.tab-empty-hint{font-size:13px;line-height:1.5}.tab-load-btn{padding:10px 24px;border-radius:10px;background:var(--card);border:1px solid var(--card-border);color:var(--accent);font-size:14px;cursor:pointer}.tab-status{padding:16px;text-align:center;font-size:14px;color:var(--text-muted)}.favorites-section-label{font-size:11px;font-weight:600;color:var(--text-muted);letter-spacing:1px;text-transform:uppercase;padding:16px 20px 8px}.favorite-card,.favorites-section,.favorite-card-grouped{margin:0 16px 10px;background:var(--card);border-radius:14px;border:.5px solid var(--card-border);overflow:hidden}.favorite-group-routes{border-radius:0 0 14px 14px;display:block;overflow:hidden}.favorites-header,.favorites-group-header{padding:14px 16px 4px;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.favorite-group-stop,.favorite-stop{font-size:17px;font-weight:600;color:#fff}.favorite-group-header{display:flex;align-items:flex-start;justify-content:space-between;cursor:pointer;padding:12px 16px 4px;gap:8px}.favorite-group-meta,.favorite-meta{font-size:12px;color:var(--text-muted);padding:0 16px 8px}.favorite-route-item{display:flex;align-items:center;padding:10px 16px;gap:10px;border-top:.5px solid var(--divider);cursor:pointer}.favorite-route-item:active{background:#ffffff08}.favorite-route-left{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.favorite-route-number{font-size:15px;font-weight:700;min-width:56px;flex-shrink:0}.favorite-route-number.route-type-electrobus:after{content:""!important;display:none!important}.favorite-route-time{font-size:14px;color:#ffffffb3;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.favorite-route-remove{background:none!important;border:none!important;color:#fff6;font-size:16px;cursor:pointer;padding:6px 4px;flex-shrink:0}.favorite-remove{background:none!important;border:none!important;color:#fff6;font-size:16px;cursor:pointer;padding:4px 6px;flex-shrink:0;line-height:1}.favorite-remove:hover{color:#ffffffb3}.favorite-card-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px 8px;gap:10px}.favorite-card-body{padding:0 16px 12px}.favorite-route-badge{display:inline-flex;align-items:center;justify-content:center;min-width:52px;padding:6px 12px;border-radius:10px;font-size:18px;font-weight:700;color:#fff!important;-webkit-text-fill-color:#fff!important;flex-shrink:0}.favorite-route-badge.route-type-bus{background:#27ae60!important;color:#fff!important;-webkit-text-fill-color:#fff!important}.favorite-route-badge.route-type-tram{background:#e74c3c!important;color:#fff!important;-webkit-text-fill-color:#fff!important}.favorite-route-badge.route-type-trolley{background:#3498db!important;color:#fff!important;-webkit-text-fill-color:#fff!important}.favorite-route-badge.route-type-electrobus{background:#27ae60!important;color:#fff!important;-webkit-text-fill-color:#fff!important}.expand-toggle{font-size:16px;color:#ffffff80;flex-shrink:0;padding:2px 4px;transition:transform .2s ease;line-height:1.3}.expand-toggle.open{transform:rotate(0)}.fav-star{font-size:18px}.fav-star.active{color:#f5a623}.favorite-button,.share-button{background:none;border:none;cursor:pointer;padding:4px}.nearby-group{padding:0 0 12px;display:flex;flex-direction:column}.nearby-stop-card{margin:0 16px 10px;background:var(--card);border-radius:14px;border:.5px solid var(--card-border);overflow:hidden}.nearby-stop-header{display:flex;justify-content:space-between;align-items:center;padding:14px 16px 8px}.nearby-stop-name{font-size:17px;font-weight:600;color:#fff}.nearby-distance{font-size:12px;color:var(--text-muted);background:#ffffff0a;padding:3px 8px;border-radius:6px;flex-shrink:0}.nearby-routes{display:flex;flex-direction:column}.nearby-direction-group{margin-bottom:2px}.nearby-direction-label{padding:6px 16px 2px;font-size:12px;font-weight:600;color:#fff6;text-transform:uppercase;letter-spacing:.3px}.nearby-route-chip{display:flex;align-items:center;gap:8px;padding:9px 16px;background:transparent;border:none;cursor:pointer;text-align:left;width:100%;transition:.15s;color:var(--text)}.nearby-route-chip:active{background:#ffffff08}.nearby-route-num{font-size:14px;font-weight:700;min-width:55px;flex-shrink:0;text-align:left}.nearby-route-num.route-type-electrobus:after{content:""!important;display:none!important}.nearby-route-arrow{font-size:13px;color:#ffffff80;width:18px;flex-shrink:0;text-align:center}.nearby-route-time{flex:1;font-size:14px;color:#ffffffb3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nearby-legend{padding:16px;border-top:1px solid rgba(255,255,255,.06);margin-top:8px}.nearby-legend-line{font-size:11px;color:#ffffff4d;margin-bottom:3px;display:flex;align-items:center;gap:6px}.nearby-legend-gps{color:#4caf50;font-weight:700}.nearby-legend-sched{color:#ff9800;font-weight:700}.nearby-screen{display:flex;flex-direction:column;padding-bottom:80px}.nearby-header{display:flex;align-items:center;justify-content:space-between;padding:16px 16px 12px}.nearby-title{font-size:22px;font-weight:700;margin:0;color:#fff}.nearby-refresh{width:40px;height:40px;border-radius:50%;background:#ffffff14;border:none;color:#fffc;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.nearby-refresh:active{background:#ffffff29}.nearby-section{margin:0 16px 10px;background:var(--card);border-radius:14px;border:.5px solid var(--card-border);overflow:hidden}.nearby-section-head{display:flex;align-items:baseline;justify-content:space-between;padding:12px 14px 10px;border-bottom:1px solid var(--card-border)}.nearby-section-name{font-size:15px;font-weight:700;color:var(--text);text-transform:uppercase;letter-spacing:.4px}.nearby-section-dist{font-size:12px;color:#ffffff59;margin-left:8px;flex-shrink:0}.nearby-section-sub{display:none}.nearby-cards{display:flex;flex-direction:column;gap:6px;padding:0 12px}.nearby-card{background:#141928;border-radius:12px;padding:13px 14px 11px;cursor:pointer;transition:background .12s;border:1px solid rgba(255,255,255,.06)}.nearby-card:active{background:#ffffff12}.nearby-card-top{display:flex;align-items:center;gap:10px}.nearby-chip{font-size:13px;font-weight:700;border-radius:7px;padding:4px 10px;min-width:38px;text-align:center;flex-shrink:0;color:#fff!important;-webkit-text-fill-color:#fff!important}.nearby-chip *{color:#fff!important;-webkit-text-fill-color:#fff!important}.nearby-chip.route-type-bus{background:#27ae60}.nearby-chip.route-type-tram{background:#e74c3c}.nearby-chip.route-type-trolley{background:#3498db}.nearby-card-dest{flex:1;font-size:14px;font-weight:500;color:#ffffffe6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nearby-card-min{font-size:14px;font-weight:700;color:#fffffff2;white-space:nowrap;flex-shrink:0}.nearby-card-chevron{font-size:14px;font-weight:400;color:#ffffff4d}.ngps-row{display:flex;align-items:center;gap:6px;margin-top:7px}.ngps-dot{width:8px;height:8px;border-radius:50%;background:#4caf50;box-shadow:0 0 5px #4caf5099;flex-shrink:0}.ngps-vehicle{font-size:12px;font-weight:600;color:#ffffff8c;letter-spacing:.3px}.ngps-sep{font-size:11px;color:#fff3}.ngps-model{font-size:11px;color:#fff6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}.nearby-gps-dot-inline{display:inline-block;width:7px;height:7px;border-radius:50%;background:#4caf50;box-shadow:0 0 5px #4caf5088;margin-left:6px;vertical-align:middle}.nearby-gps-tag-inline{font-size:9px;font-weight:700;color:#4caf50;margin-left:3px;letter-spacing:.3px;vertical-align:middle}.ngps-time{font-size:12px;color:#ffffff80}.ngps-tag{margin-left:auto;font-size:10px;font-weight:700;border-radius:4px;padding:2px 7px;letter-spacing:.5px;display:inline-flex;align-items:center}.ngps-tag.gps{background:#4caf502e;color:#4caf50}.ngps-row.sched .ngps-tag{background:#ff980029;color:#ff9800}.ngps-label{font-size:12px;color:#ffffff59}.nearby-more-btn{display:block;width:100%;background:none;border:none;color:#42a5f5;font-size:13px;padding:10px 16px 0;cursor:pointer;text-align:center}.bottom-bar-wrapper{position:fixed;bottom:calc(42px + env(safe-area-inset-bottom));left:12px;right:12px;z-index:100;display:flex;align-items:stretch;gap:10px;height:60px}.bottom-tab-bar{flex:1;display:flex;align-items:stretch;height:60px;background:var(--tg-secondary-bg, #1a1a1a);border:1px solid rgba(128,128,128,.12);border-radius:20px;box-shadow:0 8px 32px #0000002e,0 2px 8px #00000014;overflow:hidden}.bottom-search-btn{width:60px;height:60px;border-radius:50%;background:var(--tg-secondary-bg, #1a1a1a);border:1px solid rgba(128,128,128,.12);box-shadow:0 8px 32px #0000002e,0 2px 8px #00000014;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;font-size:22px;transition:transform .18s cubic-bezier(.34,1.56,.64,1);-webkit-tap-highlight-color:transparent}.bottom-search-btn:active{transform:scale(.88)!important}.bottom-search-bar{flex:1;display:flex;align-items:center;gap:10px;height:60px;animation:searchBarExpand .45s cubic-bezier(.32,1.25,.62,1) both;transform-origin:right center}.bottom-search-input-wrap{flex:1;display:flex;align-items:center;gap:10px;height:60px;background:var(--tg-secondary-bg, #1a1a1a);border:1px solid rgba(128,128,128,.12);border-radius:20px;padding:0 18px;box-shadow:0 8px 32px #0000002e,0 2px 8px #00000014}.bottom-search-icon{font-size:18px;opacity:.5;flex-shrink:0}.bottom-search-input{flex:1;border:none;background:none;outline:none;color:var(--tg-text, #fff);font-size:16px;font-family:inherit;padding:0;min-width:0}.bottom-search-input::placeholder{color:var(--tg-hint, #666)}.bottom-search-close{width:60px;height:60px;border-radius:50%;background:var(--tg-secondary-bg, #1a1a1a);border:1px solid rgba(128,128,128,.12);box-shadow:0 8px 32px #0000002e,0 2px 8px #00000014;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;font-size:18px;color:var(--tg-text, #fff);transition:transform .22s cubic-bezier(.32,1.4,.62,1);-webkit-tap-highlight-color:transparent}.bottom-search-close:active{transform:scale(.88)!important}.bottom-tab{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;background:none;border:none;cursor:pointer;padding:6px 4px;position:relative;transition:transform .18s cubic-bezier(.34,1.56,.64,1);-webkit-tap-highlight-color:transparent}.bottom-tab:active{transform:scale(.88)!important}.bottom-tab-icon{font-size:22px;line-height:1;transition:transform .25s cubic-bezier(.34,1.56,.64,1)}.bottom-tab.active .bottom-tab-icon{transform:scale(1.15) translateY(-1px)}.bottom-tab-label{font-size:10px;font-weight:500;color:var(--tg-hint, #666);transition:color .2s ease;white-space:nowrap}.bottom-tab.active .bottom-tab-label{color:var(--tg-button, #3390ec);font-weight:600}.bottom-tab.active:after{content:"";position:absolute;bottom:0;left:20%;right:20%;height:2px;background:var(--tg-button, #3390ec);border-radius:2px 2px 0 0}.bottom-tab-badge{position:absolute;top:4px;right:calc(50% - 18px);background:var(--tg-button, #3390ec);color:#fff;font-size:10px;font-weight:700;min-width:16px;height:16px;padding:0 4px;border-radius:8px;display:flex;align-items:center;justify-content:center;line-height:1}.nearby-show-more{display:block;width:100%;background:none;border:none;color:#42a5f5;font-size:13px;padding:10px 16px 4px;cursor:pointer;text-align:center}.stop-search-header{font-size:14px;font-weight:600;color:var(--text-secondary);padding:12px 20px 8px}.stop-search-item{margin:0 16px 8px;background:var(--card);border-radius:12px;border:.5px solid var(--card-border);overflow:visible}.stop-search-name-row{display:flex;align-items:center;justify-content:space-between;padding:12px 16px 6px;gap:8px}.stop-search-name{font-size:16px;font-weight:600;color:#fff;flex:1}.stop-search-fav-btn{background:none;border:none;font-size:18px;color:#ffffff4d;cursor:pointer;padding:2px 4px;line-height:1;flex-shrink:0;transition:color .15s,transform .1s}.stop-search-fav-btn:hover{color:#ffc107b3;transform:scale(1.15)}.stop-search-fav-btn.active{color:#ffc107}.stop-search-routes{display:flex;flex-wrap:wrap;gap:6px;padding:6px 16px 12px}.stop-search-route-badge{font-size:13px;font-weight:600;padding:4px 10px;border-radius:8px;background:var(--card);border:1px solid var(--card-border);cursor:pointer}.stop-search-route-chip{font-size:12px;font-weight:700;padding:3px 8px;border-radius:6px;border:none;cursor:pointer;color:#fff!important;-webkit-text-fill-color:#ffffff!important;background:#27ae60;display:inline-block;white-space:nowrap;line-height:1.3}.stop-search-route-chip *{color:#fff!important;-webkit-text-fill-color:#ffffff!important}.stop-search-route-chip.route-type-bus{background:#27ae60}.stop-search-route-chip.route-type-tram{background:#e74c3c}.stop-search-route-chip.route-type-trolley{background:#3498db}.stop-search-route-group{display:inline-flex;gap:2px}.scroll-top-btn{position:fixed;bottom:calc(112px + env(safe-area-inset-bottom));right:12px;width:60px;height:44px;border-radius:22px;background:var(--tg-secondary-bg, #1a1a1a);color:var(--tg-text, #fff);border:1px solid rgba(128,128,128,.12);font-size:16px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:101;box-shadow:0 8px 32px #0000002e,0 2px 8px #00000014;transition:transform .15s ease;-webkit-tap-highlight-color:transparent}.scroll-top-btn:active{transform:scale(.9)!important}.cache-warning{background:#f5a6231a;border:1px solid rgba(245,166,35,.2);color:#f5c842;padding:10px 16px;border-radius:10px;font-size:14px;margin:8px 16px;display:flex;align-items:center;justify-content:space-between}.cache-warning-close{background:none;border:none;color:#f5c842;font-size:16px;cursor:pointer;padding:4px 8px;opacity:.7}.cache-warning-close:hover{opacity:1}.fb-wrap{margin-top:16px}.fb-header{display:flex;align-items:center;gap:6px;margin-bottom:8px}.fb-live-dot{width:8px;height:8px;border-radius:50%;background:#4caf50;box-shadow:0 0 6px #4caf5099;display:inline-block;flex-shrink:0;animation:pulse 1.6s ease-in-out infinite}.fb-gtfs-label{font-size:10px;color:#ffffff4d;font-weight:400}.fb-list{display:flex;flex-direction:column;gap:6px}.fb-row{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:10px 12px}.fb-row-first{background:#27ae600f;border-color:#27ae6026}.fb-row-top{display:flex;align-items:center;gap:10px}.fb-chip{color:#fff!important;-webkit-text-fill-color:#fff!important;padding:3px 8px;border-radius:6px;font-size:13px;font-weight:700;min-width:32px;text-align:center;flex-shrink:0}.fb-time{color:#fff;font-size:13px;flex:1}.fb-min{color:#fff;font-size:16px;font-weight:700}.fb-min.fb-min-now{color:#4caf74;font-size:20px}.fb-min-label{color:#ffffff80;font-size:11px}.fb-row-bot{display:flex;align-items:center;gap:6px;margin-top:4px}.fb-dot{width:6px;height:6px;border-radius:50%;background:#4caf50;box-shadow:0 0 5px #4caf5077;display:inline-block;flex-shrink:0;animation:pulse 1.6s ease-in-out infinite}.fb-tag{font-size:9px;padding:1px 5px;border-radius:3px;font-weight:600}.fb-tag.gps{background:#27ae601f;color:#4caf74}.fb-tag.sched{background:#f39c121f;color:#f39c12}.fb-vehicle{color:#ffffff4d;font-size:10px}.fb-delay{color:#f39c12;font-size:10px}.error{background:#ff5c5c1a;border:1px solid rgba(255,92,92,.2);color:#ff8a8a;padding:10px 16px;border-radius:10px;font-size:14px;margin:8px 16px}.error-content{display:flex;align-items:center;justify-content:space-between}.error-close{background:none;border:none;color:#ff8a8a;font-size:18px;cursor:pointer;padding:4px 8px;opacity:.8;line-height:1}.error-close:hover{opacity:1}.ctx-menu-bar{position:fixed;bottom:calc(42px + env(safe-area-inset-bottom));left:12px;right:12px;z-index:100;height:56px;background:var(--tg-secondary-bg, #1a1a1a);border:1px solid rgba(128,128,128,.12);border-radius:18px;box-shadow:0 8px 32px #0000002e,0 2px 8px #00000014;display:flex;align-items:stretch;overflow:hidden}.ctx-btn{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;background:none;border:none;cursor:pointer;padding:6px 4px;position:relative;transition:transform .15s cubic-bezier(.34,1.56,.64,1);-webkit-tap-highlight-color:transparent}.ctx-btn:active{transform:scale(.88)!important}.ctx-btn:disabled{opacity:.4}.ctx-icon{font-size:20px;line-height:1;color:var(--tg-hint, #888);transition:color .15s}.ctx-share-icon{font-size:22px;display:inline-block;background:var(--tg-hint, #888);-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:var(--tg-hint, #888)}.ctx-btn .ctx-share-icon{font-size:22px;font-weight:300;transform:translateY(1px);background:none;-webkit-text-fill-color:var(--tg-hint, #888);color:var(--tg-hint, #888)}.ctx-label{font-size:10px;font-weight:500;color:var(--tg-hint, #666);white-space:nowrap;transition:color .15s}.ctx-btn-active .ctx-icon,.ctx-btn-active .ctx-label{color:#e74c3c}.stops-list,.schedule-v2{padding-bottom:calc(72px + env(safe-area-inset-bottom))}@keyframes tourTabPulse{0%,to{opacity:1;box-shadow:0 0 #5b9bf780}50%{opacity:.75;box-shadow:0 0 0 8px #5b9bf700}}.tour-restart-btn{position:fixed;bottom:80px;left:16px;width:32px;height:32px;border-radius:50%;background:#5b9bf71f;border:1px solid rgba(91,155,247,.3);color:#5b9bf7;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:900;transition:background .2s}.tour-restart-btn:hover{background:#5b9bf738}.data-attribution{text-align:center;font-size:11px;color:var(--text-tertiary, rgba(128, 128, 128, .6));padding:12px 16px 80px;line-height:1.5}.data-attribution a{color:var(--text-tertiary, rgba(128, 128, 128, .6));text-decoration:underline;text-decoration-color:#8080804d;text-underline-offset:2px}.data-attribution a:hover{color:var(--text-secondary, rgba(128, 128, 128, .85))}.share-sheet-overlay{position:fixed;inset:0;background:#0000008c;z-index:1000;display:flex;align-items:flex-end;justify-content:center;animation:sheetOverlayIn .2s ease}@keyframes sheetOverlayIn{0%{opacity:0}to{opacity:1}}.share-sheet{width:100%;max-width:480px;border-radius:20px 20px 0 0;border-bottom:none;overflow:hidden;animation:sheetSlideUp .28s cubic-bezier(.32,.72,0,1);background:#1a1a22;border:.5px solid rgba(255,255,255,.06)}@keyframes sheetSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.share-sheet-handle{width:36px;height:4px;border-radius:2px;margin:10px auto 0;background:#ffffff1f}.share-sheet-route{display:flex;align-items:center;gap:10px;padding:12px 16px 6px}.share-sheet-badge{font-size:14px;font-weight:700;padding:3px 10px;border-radius:8px;color:#fff!important;-webkit-text-fill-color:#fff!important;flex-shrink:0}.share-sheet-badge.route-type-bus,.share-sheet-badge.route-type-electrobus{background:#27ae60}.share-sheet-badge.route-type-tram{background:#e74c3c}.share-sheet-badge.route-type-trolley{background:#3498db}.share-sheet-dir{font-size:13px;color:#fff6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.share-sheet-chips{display:flex;gap:6px;padding:0 16px 12px;flex-wrap:wrap}.share-sheet-chip{font-size:13px;font-weight:600;font-family:SF Mono,Menlo,monospace;padding:4px 10px;border-radius:8px;background:#27ae6021;border:.5px solid rgba(39,174,96,.28);color:#4caf74}.share-sheet-chip.first{background:#27ae60;border-color:#27ae60;color:#fff}.share-sheet-divider{height:.5px;background:#ffffff0f;margin:0 16px}.share-sheet-btn{display:flex;align-items:center;gap:12px;width:100%;padding:14px 16px;background:none;border:none;cursor:pointer;text-align:left;-webkit-tap-highlight-color:transparent;transition:background .12s}.share-sheet-btn:active{background:#ffffff0a}.share-sheet-btn-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.share-sheet-btn-icon--green{background:#27ae6026}.share-sheet-btn-icon--blue{background:#3390ec26}.share-sheet-btn-body{display:flex;flex-direction:column;flex:1;min-width:0}.share-sheet-btn-title{font-size:14px;font-weight:500;color:#fff}.share-sheet-btn-sub{font-size:12px;color:#ffffff61;margin-top:1px}.share-sheet-btn-arr{font-size:20px;color:#fff3;flex-shrink:0}.share-sheet-cancel{display:block;width:100%;padding:13px 16px;background:none;border:none;border-top:.5px solid rgba(255,255,255,.06);font-size:14px;color:#ffffff47;cursor:pointer;text-align:center;-webkit-tap-highlight-color:transparent}.share-sheet-cancel:active{background:#ffffff08}.offline-banner{display:flex;align-items:center;gap:8px;margin:8px 16px 0;padding:9px 14px;border-radius:12px;background:#f5a6231a;border:.5px solid rgba(245,166,35,.25);animation:fadeIn .3s ease}.offline-banner-icon{font-size:14px;flex-shrink:0}.offline-banner-text{font-size:13px;color:#f5a623;line-height:1.3}.share-sheet-btn-icon--link{background:#8e44ad26}.share-sheet{transition:transform .15s ease}.tariff-link{background:none;border:none;padding:0;font-size:inherit;color:inherit;text-decoration:underline;text-decoration-color:#8080804d;text-underline-offset:2px;cursor:pointer;font-family:inherit}.tariff-link:hover{opacity:.8}.tariff-link:active{transform:none}.tariff-sheet{max-height:80vh;display:flex;flex-direction:column}.tariff-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px 10px;border-bottom:.5px solid rgba(255,255,255,.07);flex-shrink:0}.tariff-title{font-size:16px;font-weight:600;color:#fff}.tariff-close{background:none;border:none;color:#fff6;font-size:18px;cursor:pointer;padding:4px}.tariff-body{overflow-y:auto;-webkit-overflow-scrolling:touch;padding:8px 0 24px}.tariff-section{padding:10px 16px 6px}.tariff-section-title{font-size:11px;font-weight:600;color:#ffffff4d;letter-spacing:.8px;text-transform:uppercase;margin-bottom:8px}.tariff-row{display:flex;justify-content:space-between;align-items:center;padding:7px 0;border-bottom:.5px solid rgba(255,255,255,.05);font-size:14px;color:#fffc}.tariff-row.tariff-sub{font-size:13px;color:#ffffff80;padding-left:10px}.tariff-price{font-weight:600;color:#fff;white-space:nowrap;margin-left:12px}.tariff-row.tariff-sub .tariff-price{color:#fff9}.tariff-divider{height:.5px;background:#ffffff0f;margin:4px 16px}.tariff-source{font-size:12px;color:#ffffff40;padding:12px 16px 0}.tariff-source a{color:#fff6;text-decoration:underline}.stop-nav-pill{display:flex;align-items:center;background:#80808014;border-radius:10px;border:.5px solid rgba(128,128,128,.12);overflow:hidden}.snp-btn{flex:1;display:flex;align-items:center;gap:5px;padding:8px 10px;background:none;border:none;cursor:pointer;min-width:0;-webkit-tap-highlight-color:transparent;transition:background .12s}.snp-btn:active:not(.snp-disabled){background:#8080801f;transform:none}.snp-btn-right{justify-content:flex-end}.snp-disabled{opacity:.3;cursor:default}.snp-arr{font-size:16px;color:var(--tg-hint);flex-shrink:0;line-height:1}.snp-name{font-size:11px;color:var(--tg-hint);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.snp-divider{width:.5px;background:#80808026;height:28px;flex-shrink:0}.snp-counter{padding:0 10px;font-size:11px;color:var(--tg-hint);white-space:nowrap;flex-shrink:0;opacity:.6}.theme-button-row{display:flex;gap:6px}.home-header{padding:12px 16px 8px}.home-title{font-size:22px;font-weight:800;color:var(--tg-text)}.home-subtitle{font-size:12px;color:var(--tg-hint);margin-top:2px}.home-status-card{display:flex;align-items:center;gap:8px;background:#27ae601a;border:.5px solid rgba(39,174,96,.22);border-radius:12px;padding:9px 13px;margin-bottom:12px}.home-status-dot{width:7px;height:7px;border-radius:50%;background:#4caf50;flex-shrink:0;animation:pulse 2s infinite}.home-status-text{font-size:12px;color:var(--tg-text);flex:1}.home-status-count{font-size:11px;color:var(--tg-hint)}.home-section-label{font-size:10px;font-weight:600;letter-spacing:.8px;text-transform:uppercase;color:var(--tg-hint);margin-bottom:8px;opacity:.6}.home-section{padding:0 14px}.home-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:10px}.home-card{background:var(--tg-secondary-bg);border:.5px solid rgba(128,128,128,.15);border-radius:14px;padding:14px 13px 12px;display:flex;flex-direction:column;gap:4px;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:opacity .15s}.home-card:active{opacity:.7}.home-card-icon{font-size:22px;line-height:1;margin-bottom:2px}.home-card-label{font-size:13px;font-weight:600;color:var(--tg-text)}.home-card-sub{font-size:11px;color:var(--tg-hint)}.home-row-card{display:flex;align-items:center;gap:10px;background:var(--tg-secondary-bg);border:.5px solid rgba(128,128,128,.15);border-radius:14px;padding:12px 14px;margin-bottom:8px;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:opacity .15s}.home-row-card:active{opacity:.7}.home-row-label{font-size:13px;font-weight:600;color:var(--tg-text)}.home-row-sub{font-size:11px;color:var(--tg-hint);margin-top:2px}.home-row-arr{color:var(--tg-hint);font-size:16px;margin-left:auto;opacity:.5}.home-back-btn{display:inline-flex;align-items:center;gap:3px;background:#5b9bf71f;border:.5px solid rgba(91,155,247,.25);border-radius:20px;color:#5b9bf7;font-size:14px;font-weight:600;cursor:pointer;padding:5px 12px 5px 8px;margin-right:8px;-webkit-tap-highlight-color:transparent;transition:opacity .15s;flex-shrink:0}.home-back-btn:active{opacity:.6}.home-search-card{background:var(--tg-secondary-bg);border:.5px solid rgba(128,128,128,.15);border-radius:14px;padding:12px 13px;margin-bottom:10px}.home-search-row{display:flex;gap:8px;align-items:center}.home-search-input{flex:1;background:#8080801a;border:.5px solid rgba(128,128,128,.2);border-radius:9px;padding:8px 11px;font-size:14px;color:var(--tg-text);font-family:inherit;outline:none}.home-search-input::placeholder{color:var(--tg-hint)}.home-search-btn{background:#5b9bf72e;border:.5px solid rgba(91,155,247,.35);border-radius:9px;padding:8px 14px;font-size:13px;font-weight:600;color:#5b9bf7;font-family:inherit;cursor:pointer;white-space:nowrap}.home-search-btn:disabled{opacity:.4;cursor:default}.home-search-error{margin-top:10px;font-size:12px;color:#e74c3c;padding:4px 2px}.home-suggestions{margin-top:6px;background:var(--tg-secondary-bg);border:.5px solid rgba(128,128,128,.2);border-radius:10px;overflow:hidden}.home-suggestion-item{padding:9px 12px;font-size:14px;color:var(--tg-text);cursor:pointer;border-bottom:.5px solid rgba(128,128,128,.08);font-variant-numeric:tabular-nums}.home-suggestion-item:last-child{border-bottom:none}.home-suggestion-item:active{background:#8080801a}.home-vehicle-result{margin-top:10px;border-top:.5px solid rgba(128,128,128,.12);padding-top:10px}.home-vehicle-header{display:flex;align-items:center;gap:9px;margin-bottom:10px}.home-vehicle-badge{border-radius:7px;padding:4px 9px;font-size:13px;font-weight:700;color:#fff;flex-shrink:0}.home-vehicle-info{flex:1}.home-vehicle-name{font-size:13px;font-weight:600;color:var(--tg-text)}.home-vehicle-sub{font-size:11px;color:var(--tg-hint);margin-top:1px}.home-vehicle-live{display:flex;align-items:center;gap:4px;font-size:11px;color:#4caf50;flex-shrink:0}.home-live-dot{width:5px;height:5px;border-radius:50%;background:#4caf50}.home-vehicle-stats{display:grid;grid-template-columns:1fr 1fr 1fr;gap:6px;margin-bottom:10px}.home-stat-card{background:#80808012;border-radius:9px;padding:8px 8px 7px;text-align:center}.home-stat-val{font-size:14px;font-weight:700;color:var(--tg-text);line-height:1.2}.home-stat-key{font-size:9px;color:var(--tg-hint);margin-top:3px}.home-map-btn{width:100%;background:#5b9bf71f;border:.5px solid rgba(91,155,247,.25);border-radius:10px;padding:9px;font-size:13px;font-weight:600;color:#5b9bf7;cursor:pointer;font-family:inherit}.home-changelog-card{background:var(--tg-secondary-bg);border:.5px solid rgba(128,128,128,.15);border-radius:13px;padding:0;margin-bottom:8px;overflow:hidden;cursor:pointer}.home-cl-header{display:flex;align-items:center;gap:8px;padding:11px 13px}.home-cl-ver{font-size:13px;font-weight:700;color:var(--tg-text)}.home-cl-date{font-size:11px;color:var(--tg-hint);margin-left:6px}.home-cl-new{background:#5b9bf72e;border:.5px solid rgba(91,155,247,.3);border-radius:6px;padding:2px 8px;font-size:10px;color:#5b9bf7;margin-left:auto}.home-cl-arrow{font-size:16px;color:var(--tg-hint);margin-left:6px;transition:transform .2s;display:inline-block}.home-cl-items{border-top:.5px solid rgba(128,128,128,.1);padding:8px 13px 12px;display:flex;flex-direction:column;gap:7px}.home-cl-item{display:flex;gap:8px;align-items:flex-start;font-size:12px;color:var(--tg-text);line-height:1.4}.home-cl-dot{width:5px;height:5px;border-radius:50%;background:#5b9bf799;flex-shrink:0;margin-top:4px}.home-attr{font-size:11px;color:var(--tg-hint);text-align:center;padding:8px 0 16px;opacity:.6}.bottom-tab-bar.six-tabs .bottom-tab-icon{font-size:19px}.bottom-tab-bar.six-tabs .bottom-tab-label{font-size:9px}.tc-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--tc-gap, #111120)}.favorite-card-grouped .tc-grid{max-height:70vh;overflow-y:auto}.tc-cell{background:var(--color-card, #0c0d17);padding:11px 12px 10px;display:flex;flex-direction:column;gap:3px;cursor:pointer;position:relative;min-height:80px;min-width:0;overflow:hidden;transition:background .1s}.tc-cell:active{background:var(--color-card-active, #10111e)}.tc-cell:before{content:"";position:absolute;top:0;left:0;right:0;height:2px}.tc-cell.tc-back:before{background:linear-gradient(90deg,rgba(96,165,250,.45),transparent)}.tc-cell.tc-fwd:before{background:linear-gradient(90deg,rgba(74,222,128,.45),transparent)}.tc-cell.tc-fwd{border-left:1px solid var(--tc-gap, #111120)}.tc-num-row{display:flex;align-items:center;justify-content:space-between;gap:4px;min-width:0}.tc-num{font-size:clamp(17px,5.5vw,22px);font-weight:900;letter-spacing:-.5px;line-height:1;flex-shrink:1;min-width:0}.tc-num.bus{color:#4ade80}.tc-num.tram{color:#f87171}.tc-num.trolley{color:#60a5fa}.tc-wait{font-size:10px;font-weight:800;padding:2px 7px;border-radius:10px;letter-spacing:.01em;white-space:nowrap}.tc-wait.w-now{background:#4ade8026;color:#4ade80}.tc-wait.w-close{background:#facc151f;color:#facc15}.tc-wait.w-soon{background:#fb923c1a;color:#fb923c}.tc-wait.w-later{background:transparent;color:#3a3a55;font-weight:600}.tc-remove{background:none;border:none;cursor:pointer;color:#3a3a55;font-size:12px;padding:2px 4px;margin-left:auto;flex-shrink:0;transition:color .1s}.tc-remove:active{color:#888}.tc-dest{font-size:11px;font-weight:500;color:#4a4a70;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3;min-width:0}.tc-times{display:flex;align-items:center;gap:3px;margin-top:2px;flex-wrap:wrap}.tc-t{font-size:11px;font-weight:700;padding:2px 5px;border-radius:5px}.tc-cell .transfer-times{margin-top:2px;gap:3px}.tc-cell .transfer-times{margin-top:3px;gap:4px}.tc-cell .transfer-time-chip{font-size:11px!important;padding:2px 6px!important;border-radius:5px!important;font-weight:600!important}.tc-cell .transfer-time-chip.gps{color:#4ade80!important;background:#4ade801a!important}.tc-cell .transfer-time-chip.first.gps{color:#4ade80!important;background:#4ade801a!important;font-weight:600!important}.tc-cell .transfer-time-chip.estimated,.tc-cell .transfer-time-chip.first.estimated{color:#a78bfa!important;background:#a78bfa1a!important;font-weight:600!important}.tc-cell .transfer-time-chip:not(.gps):not(.estimated),.tc-cell .transfer-time-chip.first:not(.gps):not(.estimated){color:#b8960a!important;background:#facc1514!important;font-weight:600!important}.tc-cell .chip-gps-dot{width:5px!important;height:5px!important;background:#4ade80!important;box-shadow:0 0 4px #4ade80!important}.theme-white .tc-grid,.theme-glass .tc-grid{--tc-gap: #e5e5ea}.theme-white .tc-cell,.theme-glass .tc-cell{background:#f2f2f7;--color-card-active: #e8e8ed}.theme-white .tc-num,.theme-glass .tc-num{color:#1c1c1e}.theme-white .tc-dest,.theme-glass .tc-dest{color:#8e8e93}.theme-white .tc-remove,.theme-glass .tc-remove,.theme-white .tc-wait.w-later,.theme-glass .tc-wait.w-later{color:#c7c7cc}.theme-white .tc-cell .transfer-time-chip:not(.gps),.theme-glass .tc-cell .transfer-time-chip:not(.gps){color:#92700a!important;background:#facc151f!important}.tc-time-filters{display:flex;gap:5px;padding:8px 12px 6px;overflow-x:auto;scrollbar-width:none;background:var(--tc-filters-bg, #0c0d17);border-bottom:1px solid var(--tc-gap, #111120)}.tc-time-filters::-webkit-scrollbar{display:none}.chip-legend{display:flex;align-items:center;gap:8px;padding:5px 12px 4px;background:var(--tc-filters-bg, #0c0d17);border-bottom:1px solid var(--tc-gap, #111120);flex-wrap:wrap}.chip-legend-item{display:inline-flex;align-items:center;gap:4px;font-size:10px;font-weight:600;color:#ffffff59;white-space:nowrap}.chip-legend-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.chip-legend-dot.gps{background:#4caf74;box-shadow:0 0 4px #4caf7488}.chip-legend-dot.estimated{background:#a78bfa;box-shadow:0 0 4px #a78bfa88}.chip-legend-dot.sched{background:#f0b429}.chip-legend-sep{color:#ffffff26;font-size:10px}.sv2-nearest-section .chip-legend{background:transparent;border-bottom:none;border-top:1px solid rgba(255,255,255,.05);padding:6px 16px 4px;margin-top:2px}.theme-white .chip-legend,.theme-glass .chip-legend{background:#ffffff0d;border-bottom-color:#e5e5ea}.theme-white .chip-legend-item,.theme-glass .chip-legend-item{color:#0006}.theme-white .chip-legend-sep,.theme-glass .chip-legend-sep{color:#00000026}.tc-tf{padding:4px 10px;border-radius:16px;font-size:10px;font-weight:700;white-space:nowrap;cursor:pointer;flex-shrink:0;border:1px solid rgba(255,255,255,.07);color:#555;background:transparent;transition:all .15s;letter-spacing:.01em;font-family:inherit}.tc-tf.active{border-color:#ffffff26;color:#ddd;background:#ffffff12}.theme-white .tc-time-filters,.theme-glass .tc-time-filters{background:#ffffff0d;border-bottom-color:#e5e5ea}.theme-white .tc-tf,.theme-glass .tc-tf{color:#999;border-color:#0000001a}.theme-white .tc-tf.active,.theme-glass .tc-tf.active{color:#333;background:#0000000f;border-color:#00000026}.nearby-section .tc-time-filters{background:transparent;border-bottom:1px solid var(--card-border);padding:8px 12px 7px}.nearby-section .tc-grid{border-radius:0}.nearby-map-wrap{position:relative;height:320px;flex-shrink:0;transition:height .42s cubic-bezier(.34,1.56,.64,1);overflow:hidden}.nearby-map-wrap.collapsed{height:160px;transition:height .38s cubic-bezier(.34,1.56,.64,1)}.nearby-map-wrap .leaflet-container{height:100%;width:100%}.nearby-map-hint{position:absolute;bottom:14px;left:50%;transform:translate(-50%);background:#0d1018e0;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:7px 16px;font-size:12px;font-weight:600;color:#ffffffb3;pointer-events:none;white-space:nowrap;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.nearby-bs{background:var(--card, #0c0d17);border-top:1px solid var(--card-border, #1a1a2e);flex-shrink:0}.nearby-bs-drag{display:flex;align-items:center;justify-content:center;padding:8px 0 4px;cursor:pointer;-webkit-user-select:none;user-select:none;position:relative}.nearby-bs-handle{width:36px;height:4px;border-radius:2px;background:#2a2a3a;transition:background .15s,width .2s}.nearby-bs-drag:active .nearby-bs-handle{background:#3a3a4a}.nearby-bs-expand-hint{position:absolute;right:16px;top:50%;transform:translateY(-50%);font-size:11px;font-weight:600;color:#3a3a55;display:flex;align-items:center;gap:4px;transition:color .15s}.nearby-bs-drag:active .nearby-bs-expand-hint{color:#60a5fa}.nearby-bs-expand-icon{font-size:14px;transition:transform .38s cubic-bezier(.34,1.56,.64,1)}.nearby-map-wrap.collapsed~* .nearby-bs-expand-icon,.nearby-map-collapsed .nearby-bs-expand-icon{transform:rotate(180deg)}.nearby-bs-header{display:flex;align-items:flex-start;justify-content:space-between;padding:10px 16px 8px}.nearby-bs-name{font-size:16px;font-weight:800;color:var(--text, #fff);line-height:1.2}.nearby-bs-meta{font-size:11px;color:#555;margin-top:2px}.nearby-bs-close{width:28px;height:28px;border-radius:50%;background:#ffffff0f;border:none;cursor:pointer;color:#888;font-size:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-family:inherit}.nearby-screen{display:flex;flex-direction:column;padding-bottom:calc(20px + env(safe-area-inset-bottom))}.nearby-screen .nearby-section{margin:0;border-radius:0;border-left:none;border-right:none;border-top:none}@keyframes upulse{0%{transform:scale(.6);opacity:.8}to{transform:scale(1.4);opacity:0}}.theme-white .nearby-map-hint,.theme-glass .nearby-map-hint{background:#ffffffe0;border-color:#0000001a;color:#0009}.theme-white .nearby-bs,.theme-glass .nearby-bs{background:#ffffffe6;border-top-color:#00000014}.theme-white .nearby-bs-name,.theme-glass .nearby-bs-name{color:#111}.theme-white .nearby-bs-close,.theme-glass .nearby-bs-close{background:#0000000f;color:#555}@media(max-width:375px){.tc-num{font-size:18px}.tc-wait{font-size:9px;padding:2px 5px}.tc-dest{font-size:10px}.tc-cell{padding:9px 10px 8px}.tc-t{font-size:10px;padding:2px 4px}.nearby-map-wrap{height:220px}.nearby-map-wrap.collapsed{height:90px}.favorite-card-grouped,.nearby-section{margin:0 10px 8px}}.tc-cell.tc-empty{background:var(--color-card, #0c0d17);min-height:0;pointer-events:none}.last-trip-banner{display:flex;align-items:flex-start;gap:10px;border-radius:14px;padding:12px 14px;margin:12px 0 4px;border:1px solid}.last-trip-banner.soon{background:#f59e0b1a;border-color:#f59e0b4d}.last-trip-banner.passed{background:#ef444414;border-color:#ef444440}.last-trip-icon{font-size:18px;flex-shrink:0;margin-top:1px}.last-trip-body{flex:1}.last-trip-title{font-size:13px;font-weight:600;margin-bottom:2px}.last-trip-banner.soon .last-trip-title{color:#f59e0b}.last-trip-banner.passed .last-trip-title{color:#fca5a5}.last-trip-sub{font-size:12px;color:#ffffff8c;line-height:1.4}.last-trip-sub b{color:#ffffffd9;font-weight:600}.tc-last-trip{font-size:10px;border-radius:6px;padding:2px 7px;margin-top:4px;display:inline-block;font-weight:500}.tc-last-trip.soon{background:#f59e0b26;color:#f59e0b}.tc-last-trip.passed{background:#ef44441f;color:#fca5a5}.home-vehicle-capacity{padding:10px 14px;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}.hvc-title{font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:#ffffff40;margin-bottom:8px}.hvc-bar-row{display:flex;align-items:center;gap:8px;margin-bottom:6px}.hvc-label{font-size:11px;color:#ffffff73;width:56px;flex-shrink:0}.hvc-track{flex:1;height:5px;background:#ffffff12;border-radius:3px;overflow:hidden}.hvc-fill{height:100%;border-radius:3px}.hvc-val{font-size:11px;font-weight:600;width:24px;text-align:right;flex-shrink:0}.hvc-footer{display:flex;justify-content:space-between;align-items:center;font-size:10px;color:#ffffff59;border-top:.5px solid rgba(255,255,255,.05);padding-top:6px;margin-top:4px}.hvc-total{font-size:12px;font-weight:700;color:#ffffffb3}.modal-overlay-fullscreen{position:fixed;inset:0;z-index:9000;background:var(--tg-bg, #0f1117);display:flex;flex-direction:column;animation:slideUpFull .3s cubic-bezier(.32,.72,0,1);isolation:isolate}.modal-overlay-fullscreen,.modal-overlay-fullscreen *{-webkit-transform:none}@keyframes slideUpFull{0%{transform:translateY(100%)}to{transform:translateY(0)}}.theme-black{--app-bg: #000000;--app-bg-secondary: #1a1a1a;--app-text: #ffffff;--app-text-secondary: #a0a0a0;--app-border: rgba(255, 255, 255, .1);--app-accent: #3390ec;--app-card-bg: #1a1a1a;--app-card-hover: #2a2a2a;--app-shadow: rgba(0, 0, 0, .5)}html.theme-black,html.theme-black body,html.theme-black #root{--tg-bg: #000000 !important;--tg-text: #ffffff !important;--tg-hint: #666666 !important;--tg-secondary-bg: #1a1a1a !important;--tg-button: #3390ec !important;--tg-button-text: #ffffff !important;--tg-theme-bg-color: #000000 !important;--tg-theme-text-color: #ffffff !important;--tg-theme-hint-color: #666666 !important;--tg-theme-secondary-bg-color: #1a1a1a !important;--tg-theme-button-color: #3390ec !important;--tg-theme-button-text-color: #ffffff !important}.theme-black body{background:#000!important;color:#fff!important}.theme-black .hour-group{background:#1a1a1a!important;border:1px solid rgba(255,255,255,.06)}.theme-black .hour-header{color:#3390ec!important}.theme-black .time-chip-small{background:#000!important;color:#fff!important;border:1px solid rgba(255,255,255,.1)}.theme-black .time-chip-small:hover{background:#1a1a1a!important;border-color:#fff3}.time-chip-small.nearest{background:#27ae60!important;color:#fff!important;border-color:#27ae60!important;font-weight:700;box-shadow:0 0 8px #27ae6066}.theme-black .route-card,.theme-black .route-card-list,.theme-black .stop-card{background:#1a1a1a!important;border:1px solid rgba(255,255,255,.06)!important;color:#fff!important}.theme-black .route-card:hover,.theme-black .route-card-list:hover,.theme-black .stop-card:hover{background:#222!important}.theme-black .route-name-list,.theme-black .route-name,.theme-black .stop-name,.theme-black .favorite-stop,.theme-black .favorite-group-stop,.theme-black .favorite-route-time,.theme-black .stop-next-departure{color:#fff!important}.theme-black .map-info{background:#1a1a1a!important;color:#fff!important;border:none!important}.theme-black .map-info span,.theme-black .map-info *{color:#ccc!important}.theme-black .map-legend{background:#1a1a1a!important;color:#fff!important;border:none!important;margin-top:0!important;border-radius:0 0 8px 8px!important}.theme-black .legend-item,.theme-black .legend-item *{color:#fff!important}.theme-black .expand-toggle{background:transparent!important;border:none!important;color:#fff!important;font-size:16px}.theme-black .favorites-section{background:#1a1a1a!important;border:1px solid rgba(255,255,255,.06)!important}.theme-black .favorites-header{background:#1a1a1a!important}.theme-black .favorites-content{background:#1a1a1a!important;border-top:1px solid rgba(255,255,255,.06)!important}.theme-black .favorites-group h4{color:#a0a0a0!important}.theme-black .favorite-card,.theme-black .favorite-card-grouped,.theme-black .favorite-route-item{background:#111!important;border:1px solid rgba(255,255,255,.06)!important}.theme-black .search-box input{background:#1a1a1a!important;color:#fff!important;border:1px solid rgba(255,255,255,.1)!important}.theme-black .search-box input::placeholder{color:#666!important}.theme-black .tabs-content{background:#1a1a1a!important}.theme-black .tab-panel h3,.theme-black .tab-panel h4{color:#fff!important}.theme-black .stats-card{background:#111!important;border:1px solid rgba(255,255,255,.06)}.theme-black .chart-container{background:#111!important;border-radius:8px}.theme-black .chart-hint{background:#111!important;border-left-color:#3390ec;color:#a0a0a0!important}.theme-black .tabs-header button{background:#1a1a1a!important;color:#a0a0a0!important;border:1px solid rgba(255,255,255,.06)!important}.theme-black .tabs-header button.active{background:#3390ec!important;color:#fff!important;border-color:#3390ec!important}.theme-white{--app-bg: #f5f5f5;--app-bg-secondary: #ffffff;--app-text: #000000;--app-text-secondary: #666666;--app-border: rgba(0, 0, 0, .08);--app-accent: #3390ec;--app-card-bg: #ffffff;--app-card-hover: #f9f9f9;--app-shadow: rgba(0, 0, 0, .08)}.theme-white body{background:#f5f5f5!important;color:#000!important}.theme-white .route-card,.theme-white .route-card-list,.theme-white .stop-card,.theme-white .favorite-card,.theme-white .favorite-card-grouped,.theme-white .search-box input{background:#fff!important;color:#000!important;border:1px solid rgba(0,0,0,.08);box-shadow:0 2px 8px #0000000a}.theme-white .route-card:hover,.theme-white .route-card-list:hover,.theme-white .stop-card:hover{background:#f9f9f9!important;box-shadow:0 4px 12px #00000014}.theme-white h1,.theme-white h2,.theme-white h3,.theme-white h4,.theme-white .route-number,.theme-white .route-name,.theme-white .route-number-list,.theme-white .route-name-list,.theme-white .stop-name,.theme-white .favorite-stop,.theme-white .favorite-group-stop{color:#000!important}.theme-white .subtitle,.theme-white .favorite-meta,.theme-white .stop-next-departure,.theme-white .route-description,.theme-white .favorite-group-meta{color:#666!important}.theme-white .back-button-floating,.theme-white .action-button,.theme-white .theme-button-flat{background:#fff!important;color:#000!important;border:2px solid rgba(0,0,0,.1)!important}.theme-white .favorite-button{background:#fff!important;border:2px solid rgba(0,0,0,.15)!important;color:#3390ec!important}.theme-white .favorite-button.active{background:#3390ec!important;border-color:#3390ec!important;color:gold!important}.theme-white .share-button{background:#fff!important;border:2px solid rgba(0,0,0,.15)!important;color:#3390ec!important;border-radius:50%!important;font-size:20px!important}.theme-white .view-toggle-btn{background:#fff!important;color:#000!important;border:1px solid rgba(0,0,0,.08)!important}.theme-white .view-toggle-btn.active{background:#3390ec!important;color:#fff!important}.theme-white .day-type-selector button,.theme-white .direction-selector button{background:#fff;color:#666;border:1px solid rgba(0,0,0,.08)}.theme-white .day-type-selector button.active,.theme-white .direction-selector button.active{background:#3390ec;color:#fff;border-color:#3390ec}.theme-white .favorites-section{background:transparent}.theme-white .favorites-header{background:#fff;border:1px solid rgba(0,0,0,.08)}.theme-white .expand-toggle{background:transparent!important;border:none!important;color:#000!important}.theme-white .favorites-content{background:#fff!important;border:1px solid rgba(0,0,0,.08)!important;border-top:none!important;border-radius:0 0 12px 12px!important}.theme-white .favorite-route-item{background:#f5f5f5!important;border:1px solid rgba(0,0,0,.08)}.theme-white .favorite-route-time{color:#000!important}.theme-white .favorite-route-remove{color:#0006!important}.theme-white .favorite-group-meta{color:#444!important}.theme-white .search-box input::placeholder{color:#999}.theme-white .stats-tabs{background:transparent;border:none}.theme-white .tabs-header button{background:#e8e8e8!important;color:#444!important;border:1px solid rgba(0,0,0,.08)!important}.theme-white .tabs-header button.active{background:#3390ec!important;color:#fff!important;border-color:#3390ec!important}.theme-white .tabs-content{background:#f0f0f0!important}.theme-white .stats-content,.theme-white .intervals-section,.theme-white .durations-section,.theme-white .statistics-section,.theme-white .map-section{background:#f5f5f5!important;color:#000!important;border-radius:12px;padding:16px}.theme-white .stats-content h2,.theme-white .stats-content h3,.theme-white .intervals-section h2,.theme-white .durations-section h2,.theme-white .statistics-section h2,.theme-white .map-section h2{color:#000!important}.theme-white .stats-card{background:#fff!important;color:#000!important;border:1px solid rgba(0,0,0,.08)}.theme-white .stat-label{color:#666!important}.theme-white .stat-value{color:#3390ec!important}.theme-white .stat-time{color:#666!important}.theme-white .map-info{background:#f0f0f0!important;color:#000!important;border:1px solid rgba(0,0,0,.08)!important}.theme-white .map-info span,.theme-white .map-info *{color:#444!important}.theme-white .map-legend{background:#f0f0f0!important;color:#000!important;border:1px solid rgba(0,0,0,.08)!important}.theme-white .legend-item,.theme-white .legend-item *{color:#000!important}.theme-white .schedule{background:#f5f5f5!important}.theme-white .schedule-by-hour{background:transparent!important}.theme-white .time-chip-small{background:#fff!important;color:#000!important;border:1px solid rgba(0,0,0,.12)}.theme-white .time-chip-small:hover{background:#e8e8e8!important}.theme-white .hour-group{background:#fff!important;border:1px solid rgba(0,0,0,.08);padding:12px 16px 16px}.theme-white .hour-header{color:#3390ec!important}.theme-white .chart-container{background:#fff!important;border:1px solid rgba(0,0,0,.08);border-radius:8px}.theme-white .chart-hint,.theme-white .zoom-hint{background:#fff;color:#000;border:1px solid rgba(0,0,0,.08)}.theme-white .route-name,.theme-white .route-long-name,.theme-white .route-name-list{color:#000!important}.theme-white .route-number,.theme-white .route-number-list{color:#3390ec!important}.theme-white .history-item{background:#fff!important;border:1px solid rgba(0,0,0,.08)}.theme-white .history-item-stop,.theme-white .history-item-route-name{color:#000!important}.theme-glass{--app-bg: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--app-bg-secondary: rgba(255, 255, 255, .1);--app-text: #ffffff;--app-text-secondary: rgba(255, 255, 255, .7);--app-border: rgba(255, 255, 255, .2);--app-accent: #ffffff;--app-card-bg: rgba(255, 255, 255, .15);--app-card-hover: rgba(255, 255, 255, .25);--app-shadow: rgba(0, 0, 0, .2)}html.theme-glass,html.theme-glass body,html.theme-glass #root{--tg-bg: transparent !important;--tg-text: #ffffff !important;--tg-hint: rgba(255, 255, 255, .5) !important;--tg-secondary-bg: rgba(255, 255, 255, .1) !important;--tg-button: #ffffff !important;--tg-button-text: #333333 !important;--tg-theme-text-color: #ffffff !important;--tg-theme-hint-color: rgba(255, 255, 255, .5) !important}body{background:var(--app-bg);color:var(--app-text)}html.theme-glass{background:none;min-height:100%}html.theme-glass:after{content:"";position:fixed;inset:0;z-index:-1;background:radial-gradient(ellipse 120% 60% at 20% 0%,rgba(253,210,170,.9) 0%,transparent 60%),radial-gradient(ellipse 80% 50% at 80% 10%,rgba(252,190,140,.7) 0%,transparent 55%),radial-gradient(ellipse 100% 70% at 50% 100%,rgba(220,200,245,.6) 0%,transparent 60%),radial-gradient(ellipse 120% 50% at 0% 60%,rgba(232,210,245,.5) 0%,transparent 60%),linear-gradient(170deg,#fde8d8,#fcd5b8 25%,#f8c4a0 45%,#e8d4f0 75%,#d4c8f8)}html.theme-glass:before{content:"";position:fixed;inset:0;background:#3c14002e;z-index:0;pointer-events:none}html.theme-glass #root{position:relative;z-index:1}.theme-glass body{background:transparent!important}.theme-glass .route-card,.theme-glass .route-card-list,.theme-glass .stop-card,.theme-glass .favorite-card,.theme-glass .favorite-card-grouped,.theme-glass .favorites-section,.theme-glass .search-box input,.theme-glass .schedule{background:#ffffff26!important;border:1px solid transparent!important;background-clip:padding-box;box-shadow:0 8px 32px #0003,inset 0 1px #ffffff59,inset 0 -1px #ffffff14;position:relative}.theme-glass .route-card:before,.theme-glass .route-card-list:before,.theme-glass .stop-card:before,.theme-glass .favorite-card:before,.theme-glass .favorite-card-grouped:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(135deg,#ffffff80,#ffffff1a,#b4a0ff4d 60%,#fff6);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;animation:borderShimmer 4s linear infinite}@keyframes borderShimmer{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.theme-glass .route-card:hover,.theme-glass .route-card-list:hover,.theme-glass .stop-card:hover{background:#ffffff40!important;transform:translateY(-2px)}.theme-glass .time-chip-small{background:#ffffff2e!important;border:1px solid transparent!important;background-clip:padding-box;box-shadow:inset 0 1px #fff6,inset 0 -1px #ffffff1a;color:#fff!important;position:relative}.theme-glass .time-chip-small:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(135deg,#ffffff80,#b4a0ff33,#ffffff59);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.theme-glass .time-chip-small:hover{background:#ffffff4d!important;transform:scale(1.05)}.theme-glass .hour-group{background:#ffffff14!important;border:1px solid transparent!important;background-clip:padding-box;box-shadow:inset 0 1px #ffffff40,inset 0 -1px #ffffff0d;position:relative}.theme-glass .hour-group:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(135deg,#ffffff59,#b4a0ff26,#ffffff40);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.theme-glass .hour-header{background:transparent!important;color:#fff;padding:0}.theme-glass .back-button-floating,.theme-glass .action-button,.theme-glass .theme-button-flat,.theme-glass .view-toggle-btn{background:#ffffff2e!important;border:1px solid transparent!important;background-clip:padding-box;box-shadow:inset 0 1px #fff6,inset 0 -1px #ffffff14,0 4px 12px #00000026;color:#fff!important;position:relative}.theme-glass .back-button-floating:before,.theme-glass .action-button:before,.theme-glass .view-toggle-btn:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(135deg,#ffffff8c,#b4a0ff40,#fff6);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;animation:borderShimmer 4s linear infinite}.theme-glass .back-button-floating:hover,.theme-glass .action-button:hover,.theme-glass .theme-button:hover,.theme-glass .view-toggle-btn:hover{background:#ffffff4d!important;border-color:#fff6!important}.theme-glass .view-toggle-btn.active{background:#fff6!important;border-color:#ffffff80!important}.theme-glass .day-type-selector button,.theme-glass .direction-selector button{background:#ffffff26!important;border:1px solid transparent!important;background-clip:padding-box;box-shadow:inset 0 1px #ffffff59,inset 0 -1px #ffffff0f;color:#fffc!important;position:relative}.theme-glass .day-type-selector button:before,.theme-glass .direction-selector button:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(135deg,#fff6,#b4a0ff33,#ffffff4d);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.theme-glass .day-type-selector button.active,.theme-glass .direction-selector button.active{background:#ffffff4d;border-color:#fff6;color:#fff}.theme-glass .day-type-selector button:hover,.theme-glass .direction-selector button:hover{background:#ffffff40}.theme-glass .favorites-header{background:#ffffff26;border:1px solid rgba(255,255,255,.2)}.theme-glass .favorites-content{background:#ffffff1a}.theme-glass .favorite-route-item{background:#ffffff26!important;border:1px solid rgba(255,255,255,.2)}.theme-glass .favorite-route-item:hover{background:#ffffff40!important}.theme-glass .theme-modal{background:#ffffff26;border:1px solid rgba(255,255,255,.2)}.theme-glass .theme-option{background:#ffffff1a!important;border:2px solid rgba(255,255,255,.2)!important}.theme-glass .theme-option:hover{background:#fff3!important;border-color:#ffffff4d!important}.theme-glass .theme-option.active{background:#ffffff40!important;border-color:#fff6!important}.theme-glass h1,.theme-glass h2,.theme-glass h3,.theme-glass h4,.theme-glass p,.theme-glass span,.theme-glass div{color:#fff}.theme-glass .subtitle,.theme-glass .favorite-meta,.theme-glass .favorite-group-meta{color:#ffffffb3}.theme-glass .favorite-button{background:#ffffff2e!important;border:1px solid transparent!important;background-clip:padding-box;box-shadow:inset 0 1px #ffffff80,0 4px 12px #0000001f!important;color:#fff!important;position:relative}.theme-glass .favorite-button:before{content:"";position:absolute;inset:0;border-radius:50%;padding:1px;background:linear-gradient(135deg,#fff9,#b4a0ff4d,#ffffff80);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;animation:borderShimmer 3s linear infinite}.theme-glass .favorite-button.active{background:#ffffff4d!important;border-color:#ffffff80!important;color:gold!important}.theme-glass .share-button{background:#ffffff2e!important;border:1px solid transparent!important;background-clip:padding-box;box-shadow:inset 0 1px #ffffff80,0 4px 12px #0000001f!important;color:#fff!important;border-radius:50%!important;font-size:20px!important;position:relative}.theme-glass .share-button:before{content:"";position:absolute;inset:0;border-radius:50%;padding:1px;background:linear-gradient(135deg,#fff9,#b4a0ff4d,#ffffff80);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;animation:borderShimmer 3s linear infinite}.theme-glass .warning{background:#ffc86426!important;border:1px solid transparent!important;border-left:3px solid rgba(255,190,50,.9)!important;background-clip:padding-box;box-shadow:inset 0 1px #ffdc644d;color:#fff!important}.theme-glass .error{background:#ff646433!important;border-left:4px solid rgba(255,80,80,.8)!important;color:#fff!important}.theme-glass .info{background:#ffffff26!important;border-left:4px solid rgba(255,255,255,.5)!important;color:#fff!important}.theme-glass .stop-number{background:#ffffff40!important;border:1px solid rgba(255,255,255,.4)!important;color:#fff!important}.theme-glass .expand-toggle{background:transparent!important;border:none!important;color:#fff!important}.theme-glass .app,.theme-glass .container,.theme-glass .routes-list,.theme-glass .stops-list,.theme-glass .schedule{background:transparent!important}.theme-glass .stats-tabs{background:transparent!important;border:none!important}.theme-glass .day-type-selector,.theme-glass .direction-selector,.theme-glass .schedule-by-hour{background:transparent!important}.theme-glass .reset-zoom-btn{background:#fff3!important;border:1px solid rgba(255,255,255,.35)!important;color:#fff!important}.theme-glass .reset-zoom-btn:hover{background:#ffffff4d!important}.theme-glass .map-info{background:#ffffff26!important;border:1px solid rgba(255,255,255,.2)!important;color:#fff!important}.theme-glass .map-info span,.theme-glass .map-info *{color:#ffffffe6!important}.theme-glass .map-legend{background:#ffffff26!important;border:1px solid rgba(255,255,255,.2)!important;margin-top:0!important}.theme-glass .legend-item,.theme-glass .legend-item *{color:#fff!important}.theme-glass .leaflet-control-zoom a{background:#fff3!important;color:#fff!important;border-color:#ffffff4d!important}.theme-glass .tabs-header button{background:#ffffff26!important;border:1px solid transparent!important;background-clip:padding-box;box-shadow:inset 0 1px #ffffff59,inset 0 -1px #ffffff0f;color:#fffc!important;position:relative}.theme-glass .tabs-header button:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(135deg,#fff6,#b4a0ff33,#ffffff4d);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;animation:borderShimmer 4s linear infinite}.theme-glass .tabs-header button.active{background:#ffffff59!important;border-color:#ffffff80!important;color:#fff!important}.theme-glass .tabs-content{background:#ffffff1a!important;border:1px solid rgba(255,255,255,.15)!important}.theme-glass .stats-card{background:#ffffff1f!important;border:1px solid rgba(255,255,255,.2)!important}.theme-glass .chart-container{background:#ffffff14!important;border:1px solid rgba(255,255,255,.15)!important;border-radius:8px}.theme-glass .chart-hint{background:#ffffff1f!important;border-left:3px solid rgba(255,255,255,.5)!important;color:#ffffffe6!important}.theme-glass .duration-card{background:#fff3!important;border:1px solid rgba(255,255,255,.3)!important;color:#fff!important}.route-card,.stop-card,.favorite-card,.favorite-card-grouped{background:var(--app-card-bg);color:var(--app-text);border:1px solid var(--app-border)}.route-card:hover,.stop-card:hover{background:var(--app-card-hover)}h1,h2,h3,h4,h5,h6,p,span,div{color:var(--app-text)}.favorite-meta,.favorite-group-meta,.stop-next-departure{color:var(--app-text-secondary)}.theme-black-glass{--app-bg: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--app-bg-secondary: rgba(0, 0, 0, .3);--app-text: #ffffff;--app-text-secondary: rgba(255, 255, 255, .6);--app-border: rgba(255, 255, 255, .08);--app-accent: #7b8cde;--app-card-bg: rgba(0, 0, 0, .25);--app-card-hover: rgba(0, 0, 0, .35);--app-shadow: rgba(0, 0, 0, .5)}html.theme-black-glass,html.theme-black-glass body,html.theme-black-glass #root{--tg-bg: transparent !important;--tg-text: #ffffff !important;--tg-hint: rgba(255, 255, 255, .5) !important;--tg-secondary-bg: rgba(0, 0, 0, .3) !important;--tg-button: #7b8cde !important;--tg-button-text: #ffffff !important;--tg-theme-text-color: #ffffff !important;--tg-theme-hint-color: rgba(255, 255, 255, .5) !important}html.theme-black-glass{background:none;min-height:100%}html.theme-black-glass:after{content:"";position:fixed;inset:0;z-index:-1;background:radial-gradient(ellipse 200% 35% at 50% 20%,rgba(0,230,160,.28) 0%,transparent 70%),radial-gradient(ellipse 140% 25% at 20% 30%,rgba(0,200,140,.22) 0%,transparent 65%),radial-gradient(ellipse 160% 20% at 80% 15%,rgba(60,80,255,.3) 0%,transparent 60%),radial-gradient(ellipse 120% 30% at 65% 40%,rgba(120,40,220,.2) 0%,transparent 65%),radial-gradient(ellipse 100% 20% at 10% 55%,rgba(0,180,220,.18) 0%,transparent 60%),radial-gradient(ellipse 80% 15% at 90% 50%,rgba(0,230,140,.15) 0%,transparent 55%),radial-gradient(ellipse 60% 25% at 35% 70%,rgba(80,40,200,.14) 0%,transparent 60%),radial-gradient(ellipse 90% 10% at 70% 75%,rgba(0,200,180,.1) 0%,transparent 55%),linear-gradient(180deg,#060910,#080d18 40%,#060c14)}.theme-black-glass body{background:transparent!important;color:#fff!important}.theme-black-glass .route-card,.theme-black-glass .route-card-list,.theme-black-glass .stop-card,.theme-black-glass .favorite-card,.theme-black-glass .favorite-card-grouped,.theme-black-glass .favorites-section,.theme-black-glass .search-box input,.theme-black-glass .schedule{background:#0000004d!important;border:1px solid transparent!important;background-clip:padding-box;box-shadow:0 8px 32px #0006,inset 0 1px #ffffff1f,inset 0 -1px #0000004d;color:#fff!important;position:relative}.theme-black-glass .route-card:before,.theme-black-glass .route-card-list:before,.theme-black-glass .stop-card:before,.theme-black-glass .favorite-card:before,.theme-black-glass .favorite-card-grouped:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(135deg,#fff3,#7864c826,#ffffff0a 60%,#9682ff33);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;animation:borderShimmer 5s linear infinite}.theme-black-glass .route-card:hover,.theme-black-glass .route-card-list:hover,.theme-black-glass .stop-card:hover{background:#00000073!important}.theme-black-glass h1,.theme-black-glass h2,.theme-black-glass h3,.theme-black-glass h4,.theme-black-glass p,.theme-black-glass span,.theme-black-glass div{color:#fff}.theme-black-glass .subtitle,.theme-black-glass .favorite-meta,.theme-black-glass .favorite-group-meta,.theme-black-glass .route-name,.theme-black-glass .route-name-list{color:#fff9!important}.theme-black-glass .route-number,.theme-black-glass .route-number-list,.theme-black-glass .favorite-route{color:#7b8cde!important}.theme-black-glass .time-chip-small{background:#0006!important;border:1px solid rgba(255,255,255,.1)!important;color:#fff!important}.theme-black-glass .time-chip-small:hover{background:#0000008c!important;border-color:#fff3!important}.theme-black-glass .hour-group{background:#00000040!important;border:1px solid rgba(255,255,255,.06)!important}.theme-black-glass .hour-header{background:transparent!important;color:#7b8cde!important}.theme-black-glass .back-button-floating,.theme-black-glass .action-button,.theme-black-glass .theme-button-flat,.theme-black-glass .view-toggle-btn{background:#00000059!important;border:1px solid rgba(255,255,255,.12)!important;color:#fff!important}.theme-black-glass .view-toggle-btn.active{background:#7b8cde4d!important;border-color:#7b8cde80!important}.theme-black-glass .favorite-button{background:#00000059!important;border:1px solid transparent!important;background-clip:padding-box;box-shadow:inset 0 1px #ffffff1f,0 4px 12px #00000040!important;color:#fff!important;position:relative}.theme-black-glass .favorite-button:before{content:"";position:absolute;inset:0;border-radius:50%;padding:1px;background:linear-gradient(135deg,#ffffff38,#7864c82e,#b4a0ff38);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;animation:borderShimmer 4s linear infinite}.theme-black-glass .favorite-button.active{background:#7b8cde40!important;border-color:#7b8cde80!important;color:gold!important}.theme-black-glass .share-button{background:#00000059!important;border:1px solid transparent!important;background-clip:padding-box;box-shadow:inset 0 1px #ffffff1f,0 4px 12px #00000040!important;color:#fff!important;border-radius:50%!important;font-size:20px!important;position:relative}.theme-black-glass .share-button:before{content:"";position:absolute;inset:0;border-radius:50%;padding:1px;background:linear-gradient(135deg,#ffffff38,#7864c82e,#b4a0ff38);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;animation:borderShimmer 4s linear infinite}.theme-black-glass .day-type-selector button,.theme-black-glass .direction-selector button{background:#0000004d;border:1px solid rgba(255,255,255,.08);color:#fff9}.theme-black-glass .day-type-selector button.active,.theme-black-glass .direction-selector button.active{background:#7b8cde40;border-color:#7b8cde80;color:#fff}.theme-black-glass .favorites-header{background:#0000004d!important;border:1px solid rgba(255,255,255,.07)!important}.theme-black-glass .favorites-content{background:#0003!important}.theme-black-glass .favorite-route-item{background:#0000004d!important;border:1px solid rgba(255,255,255,.07)!important}.theme-black-glass .expand-toggle{background:transparent!important;border:none!important;color:#fff!important}.theme-black-glass .stop-number{background:#ffffff14!important;border:1px solid rgba(255,255,255,.18)!important;color:#fff!important;box-shadow:inset 0 1px #ffffff1f,0 4px 16px #0000004d}.theme-black-glass .tabs-header button{background:#0000004d!important;border:1px solid rgba(255,255,255,.08)!important;color:#ffffffb3!important}.theme-black-glass .tabs-header button.active{background:#7b8cde4d!important;border-color:#7b8cde80!important;color:#fff!important}.theme-black-glass .tabs-content{background:#0003!important;border:1px solid rgba(255,255,255,.06)!important}.theme-black-glass .stats-card{background:#0000004d!important;border:1px solid rgba(255,255,255,.08)!important}.theme-black-glass .chart-container{background:#00000040!important;border:1px solid rgba(255,255,255,.07)!important;border-radius:8px}.theme-black-glass .chart-hint{background:#0000004d!important;border-left-color:#7b8cdeb3!important;color:#fffc!important}.theme-black-glass .duration-card{background:#7b8cde26!important;border:1px solid rgba(123,140,222,.3)!important;color:#fff!important}.theme-black-glass .reset-zoom-btn{background:#00000059!important;border:1px solid rgba(255,255,255,.15)!important;color:#fff!important}.theme-black-glass .map-info{background:#0006!important;border:1px solid rgba(255,255,255,.08)!important;color:#fff!important}.theme-black-glass .map-info span,.theme-black-glass .map-info *{color:#fffc!important}.theme-black-glass .map-legend{background:#0006!important;border:1px solid rgba(255,255,255,.08)!important}.theme-black-glass .legend-item,.theme-black-glass .legend-item *{color:#fff!important}.theme-black-glass .warning{background:#b4780033!important;border-left:4px solid rgba(255,165,0,.7)!important;color:#fff!important}.theme-black-glass .error{background:#b4000033!important;border-left:4px solid rgba(255,60,60,.7)!important;color:#fff!important}.theme-black-glass .info{background:#0000004d!important;border-left:4px solid rgba(123,140,222,.7)!important;color:#fff!important}.theme-black-glass .theme-modal{background:#0a0814bf!important;border:1px solid rgba(255,255,255,.1)!important}.theme-black-glass .theme-option{background:#0000004d!important;border:2px solid rgba(255,255,255,.08)!important;color:#fff!important}.theme-black-glass .theme-option:hover{background:#00000073!important;border-color:#7b8cde66!important}.theme-black-glass .theme-option.active{background:#7b8cde33!important;border-color:#7b8cde99!important}.theme-black-glass .app,.theme-black-glass .container,.theme-black-glass .routes-list,.theme-black-glass .stops-list,.theme-black-glass .schedule,.theme-black-glass .stats-tabs,.theme-black-glass .schedule-by-hour,.theme-black-glass .day-type-selector,.theme-black-glass .direction-selector{background:transparent!important}.theme-glass .history-item{background:#ffffff26!important;border:1px solid rgba(255,255,255,.2)!important}.theme-black-glass .history-item{background:#0000004d!important;border:1px solid rgba(255,255,255,.08)!important}.theme-black .history-item{background:#1a1a1a!important;border:1px solid rgba(255,255,255,.06)!important}.theme-white .history-open-btn{background:#fff!important;border:1px solid rgba(0,0,0,.08);color:#000!important}.theme-black .history-open-btn{background:#1a1a1a!important}.theme-glass .history-open-btn{background:#ffffff26!important;border:1px solid transparent!important;background-clip:padding-box;box-shadow:inset 0 1px #fff6,inset 0 -1px #ffffff14;color:#fff!important;position:relative}.theme-glass .history-open-btn:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(135deg,#ffffff80,#b4a0ff40,#fff6);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;animation:borderShimmer 4s linear infinite}.theme-black-glass .history-open-btn{background:#0000004d!important;border:1px solid transparent!important;background-clip:padding-box;box-shadow:0 8px 32px #0006,inset 0 1px #ffffff1f,inset 0 -1px #0000004d;color:#fff!important;position:relative}.theme-black-glass .history-open-btn:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(135deg,#fff3,#7864c826,#b4a0ff33);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;animation:borderShimmer 5s linear infinite}.theme-white .history-screen{background:#f5f5f5!important}.theme-glass .history-screen,.theme-black-glass .history-screen{background:transparent!important}.theme-white .stop-search-item{background:#fff!important;border:1px solid rgba(0,0,0,.08)}.theme-white .stop-search-name{color:#000!important}.theme-black .stop-search-item{background:#1a1a1a!important;border:1px solid rgba(255,255,255,.06)!important}.theme-glass .stop-search-item{background:#ffffff26!important;border:1px solid rgba(255,255,255,.2)!important}.theme-black-glass .stop-search-item{background:#0000004d!important;border:1px solid rgba(255,255,255,.08)!important}.theme-glass .scroll-top-btn{background:#ffffff2e!important;border:1px solid rgba(255,255,255,.3)!important;box-shadow:0 4px 16px #00000026,inset 0 1px #fff6!important;color:#fff!important;backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important}.theme-glass .scroll-top-btn:before{display:none}.theme-black-glass .scroll-top-btn{background:#00000073!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:0 4px 16px #0000004d,inset 0 1px #ffffff14!important;color:#fff!important;backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important}.theme-black-glass .scroll-top-btn:before{display:none}.route-type-tram,.theme-white .route-type-tram,.theme-black .route-type-tram,.theme-black-glass .route-type-tram,.theme-glass .route-type-tram{color:#ff4d4d!important}.route-type-bus,.route-type-electrobus,.theme-white .route-type-bus,.theme-white .route-type-electrobus,.theme-black .route-type-bus,.theme-black .route-type-electrobus,.theme-black-glass .route-type-bus,.theme-black-glass .route-type-electrobus,.theme-glass .route-type-bus,.theme-glass .route-type-electrobus{color:#4caf74!important}.sv2-route-badge.route-type-bus,.sv2-route-badge.route-type-electrobus,.sv2-route-badge.route-type-tram,.sv2-route-badge.route-type-trolley,.theme-black .sv2-route-badge.route-type-bus,.theme-black .sv2-route-badge.route-type-electrobus,.theme-black .sv2-route-badge.route-type-tram,.theme-black .sv2-route-badge.route-type-trolley,.theme-white .sv2-route-badge.route-type-bus,.theme-white .sv2-route-badge.route-type-electrobus,.theme-white .sv2-route-badge.route-type-tram,.theme-white .sv2-route-badge.route-type-trolley,.theme-glass .sv2-route-badge.route-type-bus,.theme-glass .sv2-route-badge.route-type-electrobus,.theme-glass .sv2-route-badge.route-type-tram,.theme-glass .sv2-route-badge.route-type-trolley,.theme-black-glass .sv2-route-badge.route-type-bus,.theme-black-glass .sv2-route-badge.route-type-electrobus,.theme-black-glass .sv2-route-badge.route-type-tram,.theme-black-glass .sv2-route-badge.route-type-trolley,.transfer-badge,.theme-black .transfer-badge,.theme-white .transfer-badge,.theme-glass .transfer-badge,.theme-black-glass .transfer-badge{color:#fff!important}.route-type-trolley,.theme-white .route-type-trolley,.theme-black .route-type-trolley,.theme-black-glass .route-type-trolley,.theme-glass .route-type-trolley{color:#4d9fff!important}.theme-black .nearby-section{background:#1a1a1a!important;border:1px solid rgba(255,255,255,.06)!important}.theme-black .nearby-header{background:#1a1a1a!important}.theme-black .nearby-content{background:#1a1a1a!important;border-top:1px solid rgba(255,255,255,.06)!important}.theme-black .nearby-stop-card,.theme-black .nearby-route-chip{background:#111!important;border:1px solid rgba(255,255,255,.06)!important}.theme-black .nearby-route-time{color:#fff!important}.theme-black .nearby-distance{color:#a0a0a0!important}.theme-white .nearby-section{background:transparent!important}.theme-white .nearby-header{background:#fff!important;border:1px solid rgba(0,0,0,.08)!important;border-radius:12px!important}.theme-white .nearby-content{background:#fff!important;border:1px solid rgba(0,0,0,.08)!important;border-top:none!important;border-radius:0 0 12px 12px!important}.theme-white .nearby-stop-card{background:#fff!important;border:1px solid rgba(0,0,0,.08)!important;box-shadow:0 1px 4px #0000000a!important}.theme-white .nearby-route-chip{background:#f8f8f8!important;border:1px solid rgba(0,0,0,.05)!important}.theme-white .nearby-route-time,.theme-white .nearby-stop-name{color:#000!important}.theme-white .nearby-route-arrow{color:#0006!important}.theme-white .nearby-distance,.theme-white .nearby-status{color:#666!important}.theme-glass .nearby-section{background:#ffffff26!important;border:1px solid transparent!important;background-clip:padding-box;box-shadow:0 8px 32px #0003,inset 0 1px #ffffff59,inset 0 -1px #ffffff14}.theme-glass .nearby-header{background:transparent!important}.theme-glass .nearby-content{background:#ffffff1a!important;border-top:1px solid rgba(255,255,255,.15)!important}.theme-glass .nearby-stop-card{background:#ffffff1f!important;border:1px solid rgba(255,255,255,.18)!important}.theme-glass .nearby-route-chip{background:#ffffff26!important;border:1px solid rgba(255,255,255,.2)!important}.theme-glass .nearby-route-chip:hover{background:#ffffff40!important}.theme-glass .nearby-route-time{color:#fff!important}.theme-glass .nearby-distance,.theme-glass .nearby-status{color:#fff9!important}.theme-black-glass .nearby-section{background:#0000004d!important;border:1px solid transparent!important;background-clip:padding-box;box-shadow:0 8px 32px #0006,inset 0 1px #ffffff1f,inset 0 -1px #0000004d}.theme-black-glass .nearby-header{background:transparent!important}.theme-black-glass .nearby-content{background:#0003!important;border-top:1px solid rgba(255,255,255,.07)!important}.theme-black-glass .nearby-stop-card,.theme-black-glass .nearby-route-chip{background:#0000004d!important;border:1px solid rgba(255,255,255,.07)!important}.theme-black-glass .nearby-route-chip:hover{background:#00000073!important}.theme-black-glass .nearby-route-time{color:#fff!important}.theme-black-glass .nearby-distance,.theme-black-glass .nearby-status{color:#ffffff80!important}.theme-black .sv2-pill-toggle{background:#1a1a1a!important}.theme-black .sv2-pill-btn.active{background:#2a2a2a!important;color:#fff!important}.theme-black .sv2-time-chip{background:#1a1a1a!important;color:#fff!important;border:1px solid rgba(255,255,255,.08)!important}.theme-black .sv2-nearest-card{background:#27ae6026!important;border-color:#27ae6059!important}.theme-black .sv2-nearest-card.first{background:#27ae60!important;border-color:#27ae60!important}.theme-black .sv2-hour-row{border-bottom:1px solid rgba(255,255,255,.06)!important}.theme-black .sv2-hour-label{color:#ffffff8c!important}.theme-white .sv2-topbar-title{color:#000!important}.theme-white .sv2-back{color:#3390ec!important}.theme-white .sv2-stop-name{color:#000!important}.theme-white .sv2-stop-meta,.theme-white .sv2-route-dir,.theme-white .sv2-section-label{color:#666!important}.theme-white .sv2-pill-toggle{background:#f0f0f0!important}.theme-white .sv2-pill-btn.active{background:#fff!important;color:#000!important;box-shadow:0 1px 4px #0000001a!important}.theme-white .sv2-pill-btn{color:#666!important}.theme-white .sv2-time-chip{background:#f5f5f5!important;color:#000!important;border:1px solid rgba(0,0,0,.06)!important}.theme-white .sv2-nearest-card{background:#27ae6014!important;border-color:#27ae6040!important}.theme-white .sv2-nearest-card.first{background:#27ae60!important;border-color:#27ae60!important}.theme-white .sv2-hour-label{color:#999!important}.theme-white .sv2-hour-row{border-bottom:1px solid rgba(0,0,0,.06)!important}.theme-white .sv2-topbar-btn{color:#999!important}.theme-glass .sv2-pill-toggle{background:#ffffff1f!important}.theme-glass .sv2-pill-btn.active{background:#ffffff40!important;color:#fff!important}.theme-glass .sv2-time-chip{background:#ffffff1f!important;color:#fff!important;border:1px solid rgba(255,255,255,.15)!important}.theme-glass .sv2-nearest-card{background:#27ae6026!important;border-color:#27ae604d!important}.theme-glass .sv2-nearest-card.first{background:#27ae60!important;border-color:#27ae60!important}.theme-glass .sv2-hour-row{border-bottom:1px solid rgba(255,255,255,.08)!important}.theme-black-glass .sv2-pill-toggle{background:#0000004d!important}.theme-black-glass .sv2-pill-btn.active{background:#ffffff1f!important;color:#fff!important}.theme-black-glass .sv2-time-chip{background:#0000004d!important;color:#fff!important;border:1px solid rgba(255,255,255,.08)!important}.theme-black-glass .sv2-nearest-card{background:#27ae601f!important;border-color:#27ae6040!important}.theme-black-glass .sv2-nearest-card.first{background:#27ae60!important;border-color:#27ae60!important}.theme-black-glass .sv2-hour-row{border-bottom:1px solid rgba(255,255,255,.12)!important}.theme-black .transfers-section{background:#1a1a1a!important;border:1px solid rgba(255,255,255,.06)!important}.theme-black .transfer-card{background:#111!important;border:1px solid rgba(255,255,255,.06)!important}.theme-black .transfer-card:active{background:#1a1a1a!important}.theme-black .transfers-count{background:#ffffff1a!important;color:#a0a0a0!important}.theme-black .transfer-time-chip{background:#3390ec26!important;color:#3390ec!important}.theme-black .transfer-time-chip.first{background:#27ae60!important;color:#fff!important}.theme-white .transfers-section{background:#fff!important;border:1px solid rgba(0,0,0,.08)!important;box-shadow:0 1px 4px #0000000a!important}.theme-white .transfers-title{color:#000!important}.theme-white .transfers-count{background:#0000000f!important;color:#666!important}.theme-white .transfers-show-btn{color:#3390ec!important}.theme-white .transfer-card{background:#f8f8f8!important;border:1px solid rgba(0,0,0,.06)!important}.theme-white .transfer-card:active{background:#eee!important}.theme-white .transfer-destination{color:#000!important}.theme-white .transfer-time-chip{background:#3390ec1a!important;color:#3390ec!important}.theme-white .transfer-time-chip.first{background:#27ae60!important;color:#fff!important}.theme-white .transfer-wait{color:#666!important}.theme-white .transfer-arrow{color:#999!important}.theme-white .transfers-loading,.theme-white .transfers-empty{color:#666!important}.theme-glass .transfers-section{background:#ffffff26!important;border:1px solid transparent!important;background-clip:padding-box;box-shadow:0 8px 32px #0003,inset 0 1px #ffffff59,inset 0 -1px #ffffff14}.theme-glass .transfer-card{background:#ffffff1f!important;border:1px solid rgba(255,255,255,.18)!important}.theme-glass .transfer-card:active{background:#ffffff38!important}.theme-glass .transfers-count{background:#ffffff26!important;color:#fff9!important}.theme-glass .transfer-destination{color:#fff!important}.theme-glass .transfer-time-chip{background:#ffffff2e!important;color:#fff!important;border:1px solid rgba(255,255,255,.15)!important}.theme-glass .transfer-time-chip.first{background:#27ae60!important;color:#fff!important;border:none!important}.theme-glass .transfer-wait{color:#ffffff80!important}.theme-glass .transfer-arrow{color:#ffffff4d!important}.theme-glass .transfers-loading,.theme-glass .transfers-empty{color:#ffffff80!important}.theme-black-glass .transfers-section{background:#0000004d!important;border:1px solid transparent!important;background-clip:padding-box;box-shadow:0 8px 32px #0006,inset 0 1px #ffffff1f,inset 0 -1px #0000004d}.theme-black-glass .transfer-card{background:#0000004d!important;border:1px solid rgba(255,255,255,.07)!important}.theme-black-glass .transfer-card:active{background:#00000073!important}.theme-black-glass .transfers-count{background:#ffffff14!important;color:#ffffff80!important}.theme-black-glass .transfer-destination{color:#fff!important}.theme-black-glass .transfer-time-chip{background:#ffffff1a!important;color:#fff!important;border:1px solid rgba(255,255,255,.1)!important}.theme-black-glass .transfer-time-chip.first{background:#27ae60!important;color:#fff!important;border:none!important}.theme-black-glass .transfer-wait{color:#fff6!important}.theme-black-glass .transfer-arrow{color:#ffffff40!important}.theme-black-glass .transfers-loading,.theme-black-glass .transfers-empty{color:#fff6!important}.theme-black .app{background:#000!important}.theme-black .stop-number{background:#000!important;border-color:#ffffff1f!important}.theme-black .stop-card:not(:last-child) .stop-number:after{background:#ffffff0f!important}.theme-black .bottom-tab-bar,.theme-black .bottom-search-btn,.theme-black .scroll-top-btn{background:#000000eb!important}.theme-white .app{background:#f5f5f5!important}.theme-white .day-type-selector,.theme-white .direction-selector,.theme-white .sv2-pill-toggle{background:#e8e8e8!important}.theme-white .day-type-selector button.active,.theme-white .direction-selector button.active,.theme-white .sv2-pill-btn.active{background:#fff!important;color:#000!important;box-shadow:0 1px 3px #0000001a!important}.theme-white .day-type-selector button,.theme-white .direction-selector button,.theme-white .sv2-pill-btn{color:#999!important}.theme-white .route-card,.theme-white .route-card-list,.theme-white .stop-card,.theme-white .favorite-card,.theme-white .favorite-card-grouped,.theme-white .favorites-section,.theme-white .nearby-stop-card,.theme-white .nearby-section,.theme-white .history-item,.theme-white .transfer-card,.theme-white .transfers-section{background:#fff!important;border-color:#0000000f!important}.theme-white .route-card:active,.theme-white .route-card-list:active,.theme-white .transfer-card:active,.theme-white .history-item:active{background:#f0f0f0!important}.theme-white .route-number-list,.theme-white .route-number{font-weight:700}.theme-white .route-name-list,.theme-white .route-name,.theme-white .transfer-destination,.theme-white .stop-name,.theme-white .favorite-group-stop,.theme-white .nearby-stop-name,.theme-white .fav-stop-name{color:#000!important}.theme-white .nearby-direction-label{color:#0006!important}.theme-white .route-favorite-btn,.theme-white .stop-favorite-btn,.theme-white .transfer-arrow{color:#ccc!important}.theme-white .header h1,.theme-white .sv2-topbar-title,.theme-white .sv2-stop-name,.theme-white .transfers-title,.theme-white .stops-list h2{color:#000!important}.theme-white .subtitle,.theme-white .route-description,.theme-white .sv2-stop-meta,.theme-white .sv2-route-dir,.theme-white .sv2-section-label,.theme-white .favorite-group-meta,.theme-white .nearby-distance,.theme-white .transfers-count,.theme-white .transfer-wait,.theme-white .next-departures-loading,.theme-white .sv2-hour-label{color:#999!important}.theme-white .stop-number{background:#f5f5f5!important;border-color:#00000026!important;color:#00000080!important}.theme-white .stop-card:not(:last-child) .stop-number:after{background:#00000014!important}.theme-white .stop-card{border-color:#0000000a!important}.theme-white .sv2-hour-row{border-color:#0000000f!important}.theme-white .sv2-time-chip{background:#f0f0f0!important;color:#000!important;border-color:#0000000f!important}.theme-white .sv2-nearest-card{background:#4caf7414!important;border-color:#4caf7433!important}.theme-white .sv2-nearest-time{color:#000!important}.theme-white .sv2-nearest-card.first .sv2-nearest-time{color:#fff!important}.theme-white .sv2-nearest-diff{color:#27ae60!important}.theme-white .sv2-nearest-card.first .sv2-nearest-diff{color:#ffffffd9!important}.theme-white .route-type-filter-btn{border-color:#00000014!important;color:#999!important}.theme-white .view-toggle-btn{background:#fff!important;border-color:#00000014!important;color:#999!important}.theme-white .view-toggle-btn.active{background:#e8e8e8!important;color:#000!important}.theme-white .bottom-tab-bar{background:#ffffffeb!important;border-color:#0000000f!important}.theme-white .bottom-tab{color:#00000059!important}.theme-white .bottom-tab.active{color:#3390ec!important}.theme-white .bottom-search-btn,.theme-white .scroll-top-btn{background:#ffffffeb!important;border-color:#00000014!important;color:#666!important}.theme-white .transfer-time-chip{background:#3390ec14!important;color:#3390ec!important}.theme-white .transfers-loading,.theme-white .transfers-empty{color:#999!important}.theme-white .cache-warning{background:#f5a62314!important;border-color:#f5a62326!important}.theme-white .error{background:#ff5c5c14!important;border-color:#ff5c5c26!important}.theme-white .action-button,.theme-white .tab-load-btn{background:#fff!important;border-color:#00000014!important;color:#666!important}.theme-white .share-modal,.theme-white .theme-modal{background:#fff!important}.theme-white .bottom-search-input-wrap{background:#0000000a!important}.theme-white .bottom-search-input{color:#000!important}.theme-white .bottom-search-bar{background:#ffffffeb!important;border-color:#0000000f!important}.theme-glass .route-card,.theme-glass .route-card-list,.theme-glass .favorite-card,.theme-glass .favorite-card-grouped,.theme-glass .favorites-section,.theme-glass .nearby-stop-card,.theme-glass .nearby-section,.theme-glass .history-item,.theme-glass .transfer-card,.theme-glass .transfers-section,.theme-glass .stop-search-card{background:#ffffff1a!important;border-color:#ffffff1f!important}.theme-glass .route-card:active,.theme-glass .route-card-list:active,.theme-glass .transfer-card:active,.theme-glass .history-item:active{background:#ffffff2e!important}.theme-glass .day-type-selector,.theme-glass .direction-selector,.theme-glass .sv2-pill-toggle{background:#ffffff14!important}.theme-glass .day-type-selector button.active,.theme-glass .direction-selector button.active,.theme-glass .sv2-pill-btn.active{background:#ffffff2e!important;color:#fff!important}.theme-glass .sv2-time-chip{background:#ffffff1a!important;border-color:#ffffff1f!important}.theme-glass .sv2-hour-row,.theme-glass .stop-card{border-color:#ffffff0f!important}.theme-glass .stop-number{background:transparent!important;border-color:#fff3!important}.theme-glass .stop-card:not(:last-child) .stop-number:after{background:#ffffff1a!important}.theme-glass .route-type-filter-btn{border-color:#ffffff1a!important}.theme-glass .bottom-tab-bar{background:#6450a066!important;-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important;border-color:#ffffff14!important}.theme-glass .bottom-search-btn,.theme-glass .scroll-top-btn,.theme-glass .bottom-search-bar{background:#6450a066!important;-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important}.theme-glass .action-button,.theme-glass .tab-load-btn{background:#ffffff1a!important;border-color:#ffffff1f!important}.theme-glass .share-modal,.theme-glass .theme-modal{background:#281e3cf2!important;-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important}.theme-black-glass .route-card,.theme-black-glass .route-card-list,.theme-black-glass .favorite-card,.theme-black-glass .favorite-card-grouped,.theme-black-glass .favorites-section,.theme-black-glass .nearby-stop-card,.theme-black-glass .nearby-section,.theme-black-glass .history-item,.theme-black-glass .transfer-card,.theme-black-glass .transfers-section,.theme-black-glass .stop-search-card{background:#00000040!important;border-color:#ffffff0f!important}.theme-black-glass .route-card:active,.theme-black-glass .route-card-list:active,.theme-black-glass .transfer-card:active,.theme-black-glass .history-item:active{background:#0006!important}.theme-black-glass .day-type-selector,.theme-black-glass .direction-selector,.theme-black-glass .sv2-pill-toggle{background:#00000040!important}.theme-black-glass .day-type-selector button.active,.theme-black-glass .direction-selector button.active,.theme-black-glass .sv2-pill-btn.active{background:#ffffff1a!important;color:#fff!important}.theme-black-glass .sv2-time-chip{background:#00000040!important;border-color:#ffffff0f!important}.theme-black-glass .sv2-hour-row{border-color:#ffffff1f!important}.theme-black-glass .stop-card{border-color:#ffffff0a!important}.theme-black-glass .stop-number{background:transparent!important;border-color:#ffffff1f!important}.theme-black-glass .stop-card:not(:last-child) .stop-number:after{background:#ffffff0f!important}.theme-black-glass .bottom-tab-bar{background:#0009!important;-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important;border-color:#ffffff0f!important}.theme-black-glass .bottom-search-btn,.theme-black-glass .scroll-top-btn,.theme-black-glass .bottom-search-bar{background:#0009!important;-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important}.theme-black-glass .action-button,.theme-black-glass .tab-load-btn{background:#00000040!important;border-color:#ffffff0f!important}.theme-black-glass .share-modal,.theme-black-glass .theme-modal{background:#0a0a0ff2!important;-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important}.theme-black .bottom-tab-bar{background:#111!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:0 8px 32px #00000080!important}.theme-black .bottom-tab.active .bottom-tab-label{color:#3390ec!important}.theme-black .bottom-tab.active:after{background:#3390ec!important}.theme-white .bottom-tab-bar{background:#fff!important;border:1px solid rgba(0,0,0,.1)!important;box-shadow:0 8px 24px #0000001a!important}.theme-white .bottom-tab-label{color:#999!important}.theme-white .bottom-tab.active .bottom-tab-label{color:#3390ec!important}.theme-glass .bottom-tab-bar{background:#ffffff2e!important;border:1px solid rgba(255,255,255,.25)!important;box-shadow:0 8px 32px #0003,inset 0 1px #fff6!important;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.theme-glass .bottom-tab-label{color:#fff9!important}.theme-glass .bottom-tab.active .bottom-tab-label{color:#fff!important}.theme-glass .bottom-tab.active:after{background:#fff!important}.theme-glass .bottom-tab-badge{background:#fff6!important;color:#fff!important}.theme-black-glass .bottom-tab-bar{background:#00000073!important;border:1px solid rgba(255,255,255,.1)!important;box-shadow:0 8px 32px #0006,inset 0 1px #ffffff14!important;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.theme-black-glass .bottom-tab-label{color:#ffffff80!important}.theme-black-glass .bottom-tab.active .bottom-tab-label{color:#fff!important}.theme-black-glass .bottom-tab.active:after{background:#7b8cde!important}.theme-black .route-type-filter-btn{background:#1a1a1a!important}.theme-black .tab-action-btn{background:#1a1a1a!important;border-color:#ffffff1a!important}.theme-black .bottom-search-btn,.theme-black .bottom-search-close,.theme-black .bottom-search-input-wrap{background:#111!important;border-color:#ffffff14!important;box-shadow:0 8px 32px #00000080!important}.theme-white .route-type-filter-btn{background:#f0f0f0!important;color:#333!important}.theme-white .route-type-filter-btn.active{background:#fff!important}.theme-white .tab-action-btn{background:#f0f0f0!important;border-color:#0000001a!important}.theme-white .bottom-search-btn,.theme-white .bottom-search-close,.theme-white .bottom-search-input-wrap{background:#fff!important;border-color:#0000001a!important;box-shadow:0 8px 24px #0000001a!important}.theme-white .bottom-search-close,.theme-white .bottom-search-input{color:#333!important}.theme-white .bottom-search-input::placeholder{color:#999!important}.theme-white .scroll-top-btn{background:#fff!important;border-color:#0000001a!important;color:#333!important;box-shadow:0 8px 24px #0000001a!important}.theme-glass .route-type-filter-btn{background:#ffffff1f!important;color:#fffc!important}.theme-glass .tab-action-btn{background:#ffffff26!important;border-color:#fff3!important}.theme-glass .bottom-search-btn,.theme-glass .bottom-search-close,.theme-glass .bottom-search-input-wrap{background:#ffffff2e!important;border-color:#ffffff40!important;box-shadow:0 8px 32px #0003,inset 0 1px #fff6!important}.theme-glass .scroll-top-btn{background:#ffffff2e!important;border-color:#ffffff40!important;color:#ffffffe6!important;box-shadow:0 8px 32px #0003,inset 0 1px #fff6!important;backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important}.theme-glass .bottom-search-input::placeholder{color:#fff9!important}.theme-black-glass .route-type-filter-btn{background:#0000004d!important;color:#ffffffb3!important}.theme-black-glass .tab-action-btn{background:#00000059!important;border-color:#ffffff1a!important}.theme-black-glass .bottom-search-btn,.theme-black-glass .bottom-search-close,.theme-black-glass .bottom-search-input-wrap{background:#00000073!important;border-color:#ffffff1a!important;box-shadow:0 8px 32px #0006,inset 0 1px #ffffff14!important}.theme-black-glass .scroll-top-btn{background:#00000073!important;border-color:#ffffff1a!important;color:#ffffffe6!important;box-shadow:0 8px 32px #0006,inset 0 1px #ffffff14!important;backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important}.theme-black .nearby-screen{background:#000!important}.theme-black .nearby-title,.theme-black .nearby-section-name{color:#fff!important}.theme-black .nearby-section-sub,.theme-black .nearby-section-dist{color:#666!important}.theme-black .nearby-card{background:#1a1a1a!important;border-color:#ffffff0f!important}.theme-black .nearby-card:active{background:#222!important}.theme-black .nearby-card-dest,.theme-black .nearby-card-min{color:#fff!important}.theme-black .nearby-card-chevron{color:#ffffff4d!important}.theme-black .nearby-more-btn{color:#3390ec!important}.theme-black .ngps-vehicle{color:#ffffff8c!important}.theme-black .ngps-model{color:#ffffff59!important}.theme-black .ngps-label{color:#ffffff73!important}.theme-white .nearby-screen{background:#f5f5f5!important}.theme-white .nearby-title,.theme-white .nearby-section-name{color:#000!important}.theme-white .nearby-section-sub{color:#666!important}.theme-white .nearby-section-dist{color:#999!important}.theme-white .nearby-card{background:#fff!important;border-color:#00000012!important;box-shadow:0 1px 4px #0000000f!important}.theme-white .nearby-card:active{background:#f0f0f0!important}.theme-white .nearby-card-dest,.theme-white .nearby-card-min{color:#000!important}.theme-white .nearby-card-chevron{color:#00000040!important}.theme-white .nearby-more-btn{color:#3390ec!important}.theme-white .ngps-dot{box-shadow:0 0 5px #4caf5080!important}.theme-white .ngps-vehicle{color:#00000080!important}.theme-white .ngps-model{color:#00000059!important}.theme-white .ngps-label{color:#0006!important}.theme-white .ngps-tag.gps{background:#4caf501f!important;color:#2e7d32!important}.theme-white .ngps-row.sched .ngps-tag{background:#ff98001f!important;color:#e65100!important}.theme-white .nearby-refresh{background:#0000000f!important;color:#333!important}.theme-glass .nearby-screen{background:transparent!important}.theme-glass .nearby-title,.theme-glass .nearby-section-name{color:#fff!important}.theme-glass .nearby-section-sub{color:#fff9!important}.theme-glass .nearby-section-dist{color:#ffffff80!important}.theme-glass .nearby-card{background:#ffffff1a!important;border-color:#ffffff24!important;box-shadow:inset 0 1px #fff3!important}.theme-glass .nearby-card:active{background:#ffffff2e!important}.theme-glass .nearby-card-dest,.theme-glass .nearby-card-min{color:#fff!important}.theme-glass .nearby-card-chevron{color:#fff6!important}.theme-glass .nearby-more-btn{color:#fffc!important}.theme-glass .nearby-refresh{background:#ffffff26!important;border-color:#fff3!important;color:#fff!important}.theme-glass .ngps-vehicle{color:#ffffffa6!important}.theme-glass .ngps-model{color:#ffffff73!important}.theme-glass .ngps-label{color:#ffffff8c!important}.theme-glass .ngps-sep{color:#ffffff4d!important}.theme-glass .ngps-tag.gps{background:#4caf5038!important;color:#a5d6a7!important}.theme-glass .ngps-row.sched .ngps-tag{background:#ff980033!important;color:#ffcc80!important}.theme-black-glass .nearby-screen{background:transparent!important}.theme-black-glass .nearby-title,.theme-black-glass .nearby-section-name{color:#fff!important}.theme-black-glass .nearby-section-sub{color:#ffffff80!important}.theme-black-glass .nearby-section-dist{color:#fff6!important}.theme-black-glass .nearby-card{background:#00000047!important;border-color:#ffffff12!important;box-shadow:inset 0 1px #ffffff0f!important}.theme-black-glass .nearby-card:active{background:#0006!important}.theme-black-glass .nearby-card-dest,.theme-black-glass .nearby-card-min{color:#fff!important}.theme-black-glass .nearby-card-chevron{color:#ffffff40!important}.theme-black-glass .nearby-more-btn{color:#ffffffb3!important}.theme-black-glass .nearby-refresh{background:#0000004d!important;border-color:#ffffff1a!important;color:#fff!important}.theme-black-glass .ngps-vehicle{color:#ffffff80!important}.theme-black-glass .ngps-model{color:#ffffff59!important}.theme-black-glass .ngps-label{color:#ffffff73!important}.theme-black-glass .ngps-sep{color:#fff3!important}.theme-black-glass .ngps-tag.gps{background:#4caf5026!important;color:#81c784!important}.theme-black-glass .ngps-row.sched .ngps-tag{background:#ff980024!important;color:#ffb74d!important}.theme-white .cache-warning{background:#f5a62314!important;border-color:#f5a62333!important;color:#b8860b!important}.theme-white .cache-warning-close{color:#b8860b!important}.theme-glass .cache-warning{background:#f5a6231f!important;border-color:#f5a62340!important;color:#ffe082!important;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.theme-glass .cache-warning-close{color:#ffe082!important}.theme-black-glass .cache-warning{background:#b478002e!important;border-color:#f5a62333!important;color:#ffd54f!important;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.theme-black-glass .cache-warning-close{color:#ffd54f!important}.theme-black .fb-row{background:#1a1a1a!important;border-color:#ffffff0f!important}.theme-black .fb-row-first{background:#27ae6014!important;border-color:#27ae602e!important}.theme-black .fb-time,.theme-black .fb-min{color:#fff!important}.theme-black .fb-min.fb-min-now{color:#4caf74!important}.theme-black .fb-min-label{color:#ffffff73!important}.theme-black .fb-vehicle,.theme-black .fb-gtfs-label{color:#ffffff4d!important}.theme-white .fb-wrap .sv2-section-label{color:#666!important}.theme-white .fb-gtfs-label{color:#00000059!important}.theme-white .fb-row{background:#f8f8f8!important;border-color:#0000000f!important}.theme-white .fb-row-first{background:#27ae600f!important;border-color:#27ae6026!important}.theme-white .fb-time,.theme-white .fb-min{color:#000!important}.theme-white .fb-min.fb-min-now{color:#2e7d32!important}.theme-white .fb-min-label{color:#00000073!important}.theme-white .fb-vehicle{color:#00000059!important}.theme-white .fb-tag.gps{background:#27ae601a!important;color:#2e7d32!important}.theme-white .fb-tag.sched{background:#f39c121a!important;color:#e65100!important}.theme-white .fb-delay{color:#e65100!important}.theme-glass .fb-gtfs-label{color:#fff6!important}.theme-glass .fb-row{background:#ffffff14!important;border-color:#ffffff1f!important}.theme-glass .fb-row-first{background:#27ae601a!important;border-color:#27ae6033!important}.theme-glass .fb-time,.theme-glass .fb-min{color:#fff!important}.theme-glass .fb-min.fb-min-now{color:#a5d6a7!important}.theme-glass .fb-min-label{color:#ffffff80!important}.theme-glass .fb-vehicle{color:#ffffff59!important}.theme-glass .fb-tag.gps{background:#4caf502e!important;color:#a5d6a7!important}.theme-glass .fb-tag.sched{background:#ff980029!important;color:#ffcc80!important}.theme-glass .fb-delay{color:#ffcc80!important}.theme-black-glass .fb-gtfs-label{color:#ffffff4d!important}.theme-black-glass .fb-row{background:#00000040!important;border-color:#ffffff12!important}.theme-black-glass .fb-row-first{background:#27ae6014!important;border-color:#27ae6026!important}.theme-black-glass .fb-time,.theme-black-glass .fb-min{color:#fff!important}.theme-black-glass .fb-min.fb-min-now{color:#81c784!important}.theme-black-glass .fb-min-label{color:#fff6!important}.theme-black-glass .fb-vehicle{color:#ffffff4d!important}.theme-black-glass .fb-tag.gps{background:#4caf5021!important;color:#81c784!important}.theme-black-glass .fb-tag.sched{background:#ff98001f!important;color:#ffb74d!important}.theme-black-glass .fb-delay{color:#ffb74d!important}.theme-black .ctx-menu-bar{background:#111!important;border-color:#ffffff14!important;box-shadow:0 8px 32px #00000080!important}.theme-black .ctx-icon{color:#fff9!important;-webkit-text-fill-color:rgba(255,255,255,.6)!important}.theme-black .ctx-label{color:#fff6!important}.theme-black .ctx-btn-active .ctx-icon{color:#e74c3c!important;-webkit-text-fill-color:#e74c3c!important}.theme-black .ctx-btn-active .ctx-label{color:#e74c3c!important}.theme-white .ctx-menu-bar{background:#fffffff2!important;border-color:#00000014!important;box-shadow:0 8px 24px #0000001a!important}.theme-white .ctx-icon{color:#00000073!important;-webkit-text-fill-color:rgba(0,0,0,.45)!important}.theme-white .ctx-label{color:#0006!important}.theme-white .ctx-btn-active .ctx-icon{color:#e74c3c!important;-webkit-text-fill-color:#e74c3c!important}.theme-white .ctx-btn-active .ctx-label{color:#e74c3c!important}.theme-glass .ctx-menu-bar{background:#6450a066!important;border-color:#ffffff26!important;box-shadow:0 8px 32px #0003,inset 0 1px #fff3!important;backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important}.theme-glass .ctx-icon{color:#ffffffb3!important;-webkit-text-fill-color:rgba(255,255,255,.7)!important}.theme-glass .ctx-label{color:#ffffff8c!important}.theme-glass .ctx-btn-active .ctx-icon{color:#ff8a80!important;-webkit-text-fill-color:#ff8a80!important}.theme-glass .ctx-btn-active .ctx-label{color:#ff8a80!important}.theme-black-glass .ctx-menu-bar{background:#0009!important;border-color:#ffffff14!important;box-shadow:0 8px 32px #0006,inset 0 1px #ffffff0f!important;backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important}.theme-black-glass .ctx-icon{color:#ffffff8c!important;-webkit-text-fill-color:rgba(255,255,255,.55)!important}.theme-black-glass .ctx-label{color:#ffffff61!important}.theme-black-glass .ctx-btn-active .ctx-icon{color:#ef9a9a!important;-webkit-text-fill-color:#ef9a9a!important}.theme-black-glass .ctx-btn-active .ctx-label{color:#ef9a9a!important}.theme-white .share-sheet{background:#fff!important;border:.5px solid rgba(0,0,0,.08)!important;box-shadow:0 -4px 24px #00000014!important}.theme-white .share-sheet-handle{background:#00000026!important}.theme-white .share-sheet-dir{color:#0006!important}.theme-white .share-sheet-chip{background:#27ae601a!important;border-color:#27ae604d!important;color:#1a7a40!important}.theme-white .share-sheet-chip.first{background:#27ae60!important;border-color:#27ae60!important;color:#fff!important}.theme-white .share-sheet-divider{background:#00000012!important}.theme-white .share-sheet-btn:active{background:#0000000a!important}.theme-white .share-sheet-btn-icon--green{background:#e8f5e9!important}.theme-white .share-sheet-btn-icon--blue{background:#e3f0fc!important}.theme-white .share-sheet-btn-title{color:#000!important}.theme-white .share-sheet-btn-sub{color:#0006!important}.theme-white .share-sheet-btn-arr{color:#0003!important}.theme-white .share-sheet-cancel{color:#0000004d!important;border-top-color:#00000012!important}.theme-white .share-sheet-cancel:active{background:#00000008!important}.theme-black .share-sheet{background:#1a1a22!important;border-color:#ffffff0f!important}.theme-black .share-sheet-btn-icon--green{background:#1e2e1e!important}.theme-black .share-sheet-btn-icon--blue{background:#1a2030!important}.theme-glass .share-sheet{background:#ffffff52!important;border:.5px solid rgba(255,255,255,.65)!important;box-shadow:none!important;backdrop-filter:blur(20px) saturate(180%)!important;-webkit-backdrop-filter:blur(20px) saturate(180%)!important}.theme-glass .share-sheet-handle{background:#3c140033!important}.theme-glass .share-sheet-dir{color:#3c140066!important}.theme-glass .share-sheet-chip{background:#27ae6021!important;border-color:#27ae6052!important;color:#1a7a40!important}.theme-glass .share-sheet-chip.first{background:#27ae60!important;border-color:#27ae60!important;color:#fff!important}.theme-glass .share-sheet-divider{background:#3c14001a!important}.theme-glass .share-sheet-btn:active{background:#ffffff26!important}.theme-glass .share-sheet-btn-icon--green{background:#27ae6026!important}.theme-glass .share-sheet-btn-icon--blue{background:#3390ec26!important}.theme-glass .share-sheet-btn-title{color:#3c1400d9!important}.theme-glass .share-sheet-btn-sub{color:#3c140066!important}.theme-glass .share-sheet-btn-arr{color:#3c140033!important}.theme-glass .share-sheet-cancel{color:#3c140059!important;border-top-color:#3c140014!important}.theme-black-glass .share-sheet{background:#ffffff0f!important;border:.5px solid rgba(255,255,255,.1)!important;backdrop-filter:blur(24px) saturate(180%)!important;-webkit-backdrop-filter:blur(24px) saturate(180%)!important}.theme-black-glass .share-sheet-handle{background:#fff3!important}.theme-black-glass .share-sheet-dir{color:#fff6!important}.theme-black-glass .share-sheet-chip{background:#27ae6021!important;border-color:#27ae6047!important;color:#4caf74!important}.theme-black-glass .share-sheet-chip.first{background:#27ae60!important;border-color:#27ae60!important;color:#fff!important}.theme-black-glass .share-sheet-divider{background:#ffffff14!important}.theme-black-glass .share-sheet-btn:active{background:#ffffff0f!important}.theme-black-glass .share-sheet-btn-icon--green{background:#27ae6026!important}.theme-black-glass .share-sheet-btn-icon--blue{background:#3390ec26!important}.theme-black-glass .share-sheet-btn-title{color:#fff!important}.theme-black-glass .share-sheet-btn-sub{color:#ffffff61!important}.theme-black-glass .share-sheet-btn-arr{color:#fff3!important}.theme-black-glass .share-sheet-cancel{color:#ffffff47!important;border-top-color:#ffffff12!important}.theme-white .offline-banner{background:#f5a62314!important;border-color:#f5a62333!important}.theme-white .offline-banner-text{color:#b8860b!important}.theme-glass .offline-banner,.theme-black-glass .offline-banner{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.theme-white .tariff-sheet{background:#fff!important;border-color:#00000014!important}.theme-white .tariff-header{border-bottom-color:#00000012!important}.theme-white .tariff-title{color:#000!important}.theme-white .tariff-close,.theme-white .tariff-section-title{color:#00000059!important}.theme-white .tariff-row{color:#000000b3!important;border-bottom-color:#0000000f!important}.theme-white .tariff-row.tariff-sub{color:#00000073!important}.theme-white .tariff-price{color:#000!important}.theme-white .tariff-row.tariff-sub .tariff-price{color:#00000080!important}.theme-white .tariff-divider{background:#0000000f!important}.theme-white .tariff-source{color:#0000004d!important}.theme-white .tariff-source a{color:#00000073!important}.theme-glass .tariff-sheet{background:#ffffff52!important;border-color:#ffffffa6!important;backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important}.theme-glass .tariff-header{border-bottom-color:#3c14001a!important}.theme-glass .tariff-title{color:#3c1400d9!important}.theme-glass .tariff-close,.theme-glass .tariff-section-title{color:#3c140059!important}.theme-glass .tariff-row{color:#3c1400bf!important;border-bottom-color:#3c140014!important}.theme-glass .tariff-price{color:#3c1400e6!important}.theme-glass .tariff-divider{background:#3c140014!important}.theme-black-glass .tariff-sheet{background:#ffffff0f!important;border-color:#ffffff1a!important;backdrop-filter:blur(24px)!important;-webkit-backdrop-filter:blur(24px)!important}html.theme-glass:before{content:"";position:fixed;top:0;left:0;right:0;height:env(safe-area-inset-top,44px);background:#3c140040;z-index:9999;pointer-events:none}.theme-white .metro-popup-overlay{background:#00000073!important}.theme-white .metro-popup{background:var(--tg-secondary-bg, #f2f2f7)!important;border:none!important;box-shadow:0 -4px 32px #00000026!important}.theme-white .metro-popup-card{background:var(--tg-bg, #ffffff)!important}.theme-white .metro-popup-inner-card{background:var(--tg-secondary-bg, #f2f2f7)!important}.theme-white .metro-popup-title{color:#000!important}.theme-white .metro-popup-subtitle{color:#00000073!important}.theme-white .metro-popup-label{color:#00000059!important}.theme-white .metro-popup-value{color:#000!important}.theme-white .metro-popup-hint{color:#00000073!important}.theme-white .metro-popup-vestibule-val{color:#000000bf!important}.theme-black .metro-popup-overlay{background:#000000a6!important}.theme-black .metro-popup{background:#2c2c2e!important;border:none!important;box-shadow:0 -4px 32px #0009!important}.theme-black .metro-popup-card{background:#3a3a3c!important}.theme-black .metro-popup-inner-card{background:#2c2c2e!important}.theme-black .metro-popup-title{color:#fff!important}.theme-black .metro-popup-subtitle{color:#ffffff73!important}.theme-black .metro-popup-label{color:#ffffff59!important}.theme-black .metro-popup-value{color:#fff!important}.theme-black .metro-popup-hint{color:#ffffff73!important}.theme-black .metro-popup-vestibule-val{color:#ffffffbf!important}.theme-glass .metro-popup-overlay{background:#00000047!important}.theme-glass .metro-popup{background:#f5f5f58c!important;border:1px solid rgba(255,255,255,.6)!important;border-bottom:none!important;box-shadow:0 -4px 32px #00000026!important;backdrop-filter:blur(24px) saturate(180%)!important;-webkit-backdrop-filter:blur(24px) saturate(180%)!important}.theme-glass .metro-popup-card{background:#0000000f!important}.theme-glass .metro-popup-inner-card{background:#ffffff73!important}.theme-glass .metro-popup-title{color:#3c1400e6!important}.theme-glass .metro-popup-subtitle{color:#3c140073!important}.theme-glass .metro-popup-label{color:#3c140059!important}.theme-glass .metro-popup-value{color:#3c1400e6!important}.theme-glass .metro-popup-hint{color:#3c140073!important}.theme-glass .metro-popup-vestibule-val{color:#3c1400bf!important}.theme-black-glass .metro-popup-overlay{background:#00000059!important}.theme-black-glass .metro-popup{background:#12121cb8!important;border:1px solid rgba(255,255,255,.12)!important;border-bottom:none!important;box-shadow:0 -4px 32px #0006!important;backdrop-filter:blur(24px) saturate(180%)!important;-webkit-backdrop-filter:blur(24px) saturate(180%)!important}.theme-black-glass .metro-popup-card{background:#ffffff12!important}.theme-black-glass .metro-popup-inner-card{background:#ffffff0f!important}.metro-popup-section-title{font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin-bottom:8px}.metro-popup-dir-badge{font-size:9px;font-weight:600;opacity:.6}.metro-popup-vestibule-list{margin-top:8px;padding-top:8px}.metro-popup-vestibule-row{display:flex;justify-content:space-between;align-items:center;margin-top:4px}.metro-popup-vestibule-row:first-child{margin-top:0}.theme-white .metro-popup-section-title{color:#00000059!important}.theme-white .metro-popup-vestibule-list{border-top:1px solid rgba(0,0,0,.07)!important}.theme-black .metro-popup-section-title{color:#ffffff59!important}.theme-black .metro-popup-vestibule-list{border-top:1px solid rgba(255,255,255,.08)!important}.theme-glass .metro-popup-section-title{color:#00000059!important}.theme-glass .metro-popup-vestibule-list{border-top:1px solid rgba(0,0,0,.07)!important}.theme-black-glass .metro-popup-section-title{color:#ffffff59!important}.theme-black-glass .metro-popup-vestibule-list{border-top:1px solid rgba(255,255,255,.08)!important}.theme-white .metro-popup-inner-card{background:#fff!important}.theme-black .metro-popup-inner-card{background:#3a3a3c!important}.theme-glass .metro-popup-inner-card{background:#fff!important}.theme-black-glass .metro-popup-inner-card{background:#3a3a3c!important}.theme-white .metro-popup-dir-label{color:#00000059!important}.theme-black .metro-popup-dir-label{color:#ffffff4d!important}.theme-glass .metro-popup-dir-label{color:#00000059!important}.theme-black-glass .metro-popup-dir-label{color:#ffffff4d!important}.theme-glass .metro-popup-title{color:#000!important}.theme-glass .metro-popup-subtitle{color:#00000073!important}.theme-glass .metro-popup-label{color:#00000059!important}.theme-glass .metro-popup-value{color:#000!important}.theme-glass .metro-popup-hint{color:#00000073!important}.theme-glass .metro-popup-vestibule-val{color:#000000bf!important}.theme-black-glass .metro-popup-title{color:#fff!important}.theme-black-glass .metro-popup-subtitle{color:#ffffff73!important}.theme-black-glass .metro-popup-label{color:#ffffff59!important}.theme-black-glass .metro-popup-value{color:#fff!important}.theme-black-glass .metro-popup-hint{color:#ffffff73!important}.theme-black-glass .metro-popup-vestibule-val{color:#ffffffbf!important}.theme-glass .tc-grid{--tc-gap: rgba(255,255,255,.08);background:transparent}.theme-glass .tc-cell{background:#ffffff1f!important;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.18)!important;border-radius:0}.theme-glass .tc-cell:active{background:#fff3!important}.theme-glass .tc-cell.tc-fwd{border-left-color:#ffffff2e!important}.theme-glass .tc-num.bus{color:#16a34a}.theme-glass .tc-num.tram{color:#dc2626}.theme-glass .tc-num.trolley{color:#2563eb}.theme-glass .tc-dest{color:#00000073}.theme-glass .tc-wait.w-later{color:#00000040}.theme-glass .tc-remove{color:#0003}.theme-glass .tc-time-filters{background:#ffffff14}.theme-glass .tc-cell .transfer-time-chip:not(.gps),.theme-glass .tc-cell .transfer-time-chip.first:not(.gps){color:#92700a!important;background:#facc151f!important}.theme-black-glass .tc-grid{--tc-gap: rgba(255,255,255,.05);background:transparent}.theme-black-glass .tc-cell{background:#ffffff0d!important;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08)!important;border-radius:0}.theme-black-glass .tc-cell:active{background:#ffffff17!important}.theme-black-glass .tc-cell.tc-fwd{border-left-color:#ffffff14!important}.theme-black-glass .tc-num.bus{color:#4ade80}.theme-black-glass .tc-num.tram{color:#f87171}.theme-black-glass .tc-num.trolley{color:#60a5fa}.theme-black-glass .tc-dest{color:#ffffff4d}.theme-black-glass .tc-wait.w-later,.theme-black-glass .tc-remove{color:#ffffff26}.theme-black-glass .tc-time-filters{background:#ffffff08}@keyframes springUp{0%{opacity:0;transform:translateY(24px) scale(.96)}40%{opacity:1;transform:translateY(-6px) scale(1.015)}65%{transform:translateY(2px) scale(.997)}80%{transform:translateY(-1px) scale(1.003)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes springPop{0%{opacity:0;transform:scale(.82)}40%{opacity:1;transform:scale(1.06)}65%{transform:scale(.975)}80%{transform:scale(1.01)}to{opacity:1;transform:scale(1)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}40%{opacity:1;transform:translate(-6px)}65%{transform:translate(3px)}80%{transform:translate(-1px)}to{opacity:1;transform:translate(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}40%{opacity:1;transform:translate(6px)}65%{transform:translate(-3px)}80%{transform:translate(1px)}to{opacity:1;transform:translate(0)}}@keyframes fadeScale{0%{opacity:0;transform:scale(.94) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes favPulse{0%{transform:scale(1)}25%{transform:scale(1.35) rotate(-8deg)}50%{transform:scale(.92) rotate(4deg)}75%{transform:scale(1.08)}to{transform:scale(1)}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes ripple{0%{transform:scale(0);opacity:.5}to{transform:scale(4);opacity:0}}@keyframes expandDown{0%{opacity:0;max-height:0;transform:scaleY(.7)}50%{opacity:1;transform:scaleY(1.02)}75%{transform:scaleY(.99)}to{opacity:1;max-height:1000px;transform:scaleY(1)}}@keyframes collapseUp{0%{opacity:1;max-height:1000px;transform:scaleY(1)}to{opacity:0;max-height:0;transform:scaleY(.7)}}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(60px) scale(.92)}40%{transform:translateY(-8px) scale(1.015)}65%{transform:translateY(3px) scale(.997)}80%{transform:translateY(-1px) scale(1.002)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}@keyframes nudge{0%,to{transform:translate(0)}20%{transform:translate(-4px)}40%{transform:translate(3px)}60%{transform:translate(-2px)}80%{transform:translate(1px)}}@keyframes searchBarExpand{0%{opacity:0;transform:scaleX(.6) scaleY(.85);border-radius:30px}40%{opacity:1;transform:scaleX(1.02) scaleY(1.01)}65%{transform:scaleX(.995) scaleY(.998)}to{opacity:1;transform:scaleX(1) scaleY(1)}}@keyframes searchBarCollapse{0%{opacity:1;transform:scaleX(1) scaleY(1)}to{opacity:0;transform:scaleX(.6) scaleY(.85)}}@keyframes searchBtnBounce{0%{transform:scale(1)}30%{transform:scale(.85)}60%{transform:scale(1.1)}80%{transform:scale(.97)}to{transform:scale(1)}}@keyframes tabFadeIn{0%{opacity:0;transform:translateY(12px) scale(.98)}50%{opacity:1}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes tabFadeOut{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-8px) scale(.98)}}@keyframes chipSelect{0%{transform:scale(1)}40%{transform:scale(.92)}70%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes cardSlideIn{0%{opacity:0;transform:translate(-16px) scale(.97)}50%{opacity:1;transform:translate(3px) scale(1.005)}75%{transform:translate(-1px) scale(.999)}to{opacity:1;transform:translate(0) scale(1)}}.screen-enter{animation:slideInRight .48s cubic-bezier(.32,1.25,.62,1) both}.screen-back{animation:slideInLeft .42s cubic-bezier(.32,1.2,.62,1) both}.route-card,.route-card-list,.stop-card,.favorite-card,.favorite-card-grouped,.nearby-stop-card{animation:springUp .5s cubic-bezier(.32,1.35,.62,1) both}.route-card:nth-child(1),.route-card-list:nth-child(1),.stop-card:nth-child(1){animation-delay:0s}.route-card:nth-child(2),.route-card-list:nth-child(2),.stop-card:nth-child(2){animation-delay:.04s}.route-card:nth-child(3),.route-card-list:nth-child(3),.stop-card:nth-child(3){animation-delay:.08s}.route-card:nth-child(4),.route-card-list:nth-child(4),.stop-card:nth-child(4){animation-delay:.12s}.route-card:nth-child(5),.route-card-list:nth-child(5),.stop-card:nth-child(5){animation-delay:.15s}.route-card:nth-child(6),.route-card-list:nth-child(6),.stop-card:nth-child(6){animation-delay:.18s}.route-card:nth-child(7),.route-card-list:nth-child(7),.stop-card:nth-child(7){animation-delay:.2s}.route-card:nth-child(8),.route-card-list:nth-child(8),.stop-card:nth-child(8){animation-delay:.22s}.route-card:nth-child(9),.route-card-list:nth-child(9),.stop-card:nth-child(9){animation-delay:.24s}.route-card:nth-child(10),.route-card-list:nth-child(10),.stop-card:nth-child(10){animation-delay:.26s}.route-card:nth-child(11),.route-card-list:nth-child(11),.stop-card:nth-child(11){animation-delay:.27s}.route-card:nth-child(12),.route-card-list:nth-child(12),.stop-card:nth-child(12){animation-delay:.28s}button,.route-card,.route-card-list,.stop-card,.favorite-card,.favorite-card-grouped,.favorite-route-item,.nearby-route-chip,.nearby-stop-card,.time-chip-small,.view-toggle-btn,.route-type-filter-btn,.day-type-selector button,.direction-selector button,.tab-action-btn,input{transition:transform .22s cubic-bezier(.32,1.4,.62,1),box-shadow .25s cubic-bezier(.4,0,.2,1),background .22s ease,border-color .22s ease,color .22s ease,opacity .18s ease}.route-card:active,.route-card-list:active,.stop-card:active,.favorite-card:active,.nearby-stop-card:active{transform:scale(.97)!important;box-shadow:0 1px 4px #00000014!important;transition:transform .06s ease,box-shadow .06s ease!important}.time-chip-small:active{transform:scale(.91)!important;transition:transform .06s ease!important}.route-type-filter-btn:active{transform:scale(.93)!important;transition:transform .06s ease!important}button:active:not(:disabled){transform:scale(.94)!important;transition:transform .06s ease!important}@media(hover:hover){.route-card:hover,.route-card-list:hover,.stop-card:hover{transform:translateY(-3px) scale(1.01);box-shadow:0 10px 32px #00000026}.time-chip-small:hover{transform:scale(1.1);box-shadow:0 4px 12px #0000001f}button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #0000001f}.favorite-card:hover,.favorite-card-grouped:hover,.nearby-stop-card:hover{transform:translateY(-2px) scale(1.005);box-shadow:0 8px 24px #0000001f}.route-type-filter-btn:hover{transform:translateY(-1px)}}.time-chip-small{animation:springPop .35s cubic-bezier(.34,1.5,.64,1) both}.hour-times .time-chip-small:nth-child(1){animation-delay:0s}.hour-times .time-chip-small:nth-child(2){animation-delay:.03s}.hour-times .time-chip-small:nth-child(3){animation-delay:.06s}.hour-times .time-chip-small:nth-child(4){animation-delay:.09s}.hour-times .time-chip-small:nth-child(5){animation-delay:.11s}.hour-times .time-chip-small:nth-child(6){animation-delay:.13s}.hour-times .time-chip-small:nth-child(7){animation-delay:.15s}.hour-times .time-chip-small:nth-child(8){animation-delay:.17s}.hour-times .time-chip-small:nth-child(9){animation-delay:.19s}.hour-times .time-chip-small:nth-child(10){animation-delay:.2s}.hour-group{animation:fadeScale .4s cubic-bezier(.4,0,.2,1) both}.hour-group:nth-child(1){animation-delay:0s}.hour-group:nth-child(2){animation-delay:.05s}.hour-group:nth-child(3){animation-delay:.09s}.hour-group:nth-child(4){animation-delay:.12s}.hour-group:nth-child(5){animation-delay:.15s}.hour-group:nth-child(6){animation-delay:.17s}.hour-group:nth-child(7){animation-delay:.19s}.hour-group:nth-child(8){animation-delay:.2s}.favorites-content{animation:expandDown .45s cubic-bezier(.32,1.25,.62,1) both;transform-origin:top}.favorite-route-item,.nearby-route-chip{animation:cardSlideIn .4s cubic-bezier(.32,1.35,.62,1) both}.favorite-route-item:nth-child(1),.nearby-route-chip:nth-child(1){animation-delay:0s}.favorite-route-item:nth-child(2),.nearby-route-chip:nth-child(2){animation-delay:.04s}.favorite-route-item:nth-child(3),.nearby-route-chip:nth-child(3){animation-delay:.07s}.favorite-route-item:nth-child(4),.nearby-route-chip:nth-child(4){animation-delay:.1s}.favorite-route-item:nth-child(5),.nearby-route-chip:nth-child(5){animation-delay:.12s}.favorite-route-item:nth-child(6),.nearby-route-chip:nth-child(6){animation-delay:.14s}.favorite-button.just-added{animation:favPulse .5s cubic-bezier(.32,1.4,.62,1)}.expand-toggle{transition:transform .35s cubic-bezier(.32,1.4,.62,1)!important}.expand-toggle.open{transform:rotate(180deg)}.favorite-group-routes{overflow:hidden;animation:expandDown .4s cubic-bezier(.32,1.25,.62,1) both;transform-origin:top}.theme-modal-overlay{animation:overlayFadeIn .25s ease both}.theme-modal{animation:modalSlideUp .45s cubic-bezier(.34,1.4,.64,1) both}.theme-option{animation:springPop .35s cubic-bezier(.34,1.5,.64,1) both}.theme-option:nth-child(1){animation-delay:.05s}.theme-option:nth-child(2){animation-delay:.1s}.theme-option:nth-child(3){animation-delay:.14s}.theme-option:nth-child(4){animation-delay:.17s}.floating-buttons{animation:springUp .5s cubic-bezier(.34,1.4,.64,1) both;animation-delay:.1s}.back-button-floating{transition:transform .2s cubic-bezier(.34,1.56,.64,1),box-shadow .2s ease,background .2s ease!important}@media(hover:hover){.back-button-floating:hover{transform:translate(-3px) scale(1.05);box-shadow:0 6px 20px #0003}}.back-button-floating:active{transform:scale(.93)!important}.theme-button-flat{transition:transform .22s cubic-bezier(.34,1.56,.64,1),box-shadow .2s ease,background .2s ease!important}@media(hover:hover){.theme-button-flat:hover{transform:translateY(-2px);box-shadow:0 4px 14px #00000026}}.route-card,.route-card-list,.stop-card,.time-chip-small,.tab-load-btn,.day-type-selector button,.direction-selector button{position:relative;overflow:hidden}.ripple-effect{position:absolute;border-radius:50%;background:#ffffff59;width:60px;height:60px;margin-top:-30px;margin-left:-30px;animation:ripple .55s ease-out forwards;pointer-events:none}.skeleton{background:linear-gradient(90deg,var(--tg-secondary-bg) 25%,rgba(255,255,255,.08) 50%,var(--tg-secondary-bg) 75%);background-size:200% 100%;animation:shimmer 1.4s ease-in-out infinite;border-radius:8px}.favorite-route-loading,.next-departures-loading{animation:pulse 1.2s cubic-bezier(.4,0,.6,1) infinite}.spinner{animation:spin .8s cubic-bezier(.4,0,.2,1) infinite}.warning,.error,.info{animation:springUp .4s cubic-bezier(.34,1.3,.64,1) both}.tabs-header button{transition:transform .2s cubic-bezier(.34,1.56,.64,1),background .2s ease,color .2s ease,border-color .2s ease!important}.tabs-header button:active{transform:scale(.94)!important}.tab-panel{animation:fadeScale .32s cubic-bezier(.4,0,.2,1) both}html{scroll-behavior:smooth}.route-card,.route-card-list,.stop-card,.time-chip-small,.hour-group,.favorite-route-item{will-change:transform,opacity}.route-card,.route-card-list,.stop-card{animation-fill-mode:both}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}:root{--tg-bg: var(--tg-theme-bg-color, #ffffff);--tg-text: var(--tg-theme-text-color, #000000);--tg-hint: var(--tg-theme-hint-color, #999999);--tg-link: var(--tg-theme-link-color, #3390ec);--tg-button: var(--tg-theme-button-color, #3390ec);--tg-button-text: var(--tg-theme-button-text-color, #ffffff);--tg-secondary-bg: var(--tg-theme-secondary-bg-color, #f0f0f0)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:var(--tg-bg);color:var(--tg-text);font-size:1rem;line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh;display:flex;flex-direction:column}button{font-family:inherit;cursor:pointer;border:none;outline:none;transition:all .2s}button:active{transform:scale(.98)}a{color:var(--tg-link);text-decoration:none}input,select{font-family:inherit;font-size:16px;border:1px solid var(--tg-hint);border-radius:8px;padding:12px;background:var(--tg-bg);color:var(--tg-text);outline:none;transition:border-color .2s}input:focus,select:focus{border-color:var(--tg-button)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--tg-secondary-bg)}::-webkit-scrollbar-thumb{background:var(--tg-hint);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--tg-button)}.container{max-width:600px;margin:0 auto;padding:16px}.text-center{text-align:center}.mb-1{margin-bottom:8px}.mb-2{margin-bottom:16px}.mb-3{margin-bottom:24px}.mb-4{margin-bottom:32px}.mt-1{margin-top:8px}.mt-2{margin-top:16px}.mt-3{margin-top:24px}.mt-4{margin-top:32px}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .3s ease-out}.spinner{display:inline-block;width:20px;height:20px;border:3px solid var(--tg-hint);border-top:3px solid var(--tg-button);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.card{background:var(--tg-secondary-bg);border-radius:12px;padding:16px;margin-bottom:12px}.badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;background:var(--tg-button);color:var(--tg-button-text)}.warning{background:#fff3cd;border-left:4px solid #ff9800;padding:12px;border-radius:8px;margin:12px 0;color:#856404}.error{background:#f8d7da;border-left:4px solid #f44336;padding:12px;border-radius:8px;margin:12px 0;color:#721c24}.success{background:#d4edda;border-left:4px solid #4caf50;padding:12px;border-radius:8px;margin:12px 0;color:#155724}.info{background:#d1ecf1;border-left:4px solid #3390ec;padding:12px;border-radius:8px;margin:12px 0;color:#0c5460}
