body{background-color:#1e293b;color:#f8fafc;font-family:system-ui,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,sans-serif;margin:0;padding:40px 20px;display:flex;flex-direction:column;align-items:center}h1{font-size:2.25rem;font-weight:800;letter-spacing:-.025em;margin-bottom:24px;color:#f8fafc}.tracker-container{width:100%;max-width:1200px;margin:0 auto;position:relative}.top-navbar{position:sticky;top:16px;z-index:1000;margin-bottom:18px;padding:8px 14px;background:rgba(15,23,42,.94);border:1px solid rgba(148,163,184,.22);border-radius:12px;box-shadow:0 10px 24px rgba(2,6,23,.28);backdrop-filter:blur(12px)}.controls{margin-bottom:15px;display:flex;flex-wrap:wrap;gap:20px;align-items:center;color:#f8fafc}.control-group{display:flex;gap:8px;align-items:center}.controls select{padding:8px;border-radius:4px;border:1px solid rgba(255,255,255,.2);font-size:14px;background-color:#0f172a!important;color:#f8fafc!important}.controls select option{background-color:#0f172a;color:#f8fafc}#route-description-text{font-size:14px;font-weight:500;color:#94a3b8;transition:opacity .2s ease-in-out}#feed-control-wrapper{display:flex;gap:8px;align-items:center}.toggle-btn{display:flex;gap:10px;background:#0f172a;padding:6px 12px;border-radius:6px;border:1px solid rgba(255,255,255,.1);font-size:14px;color:#f8fafc}.toggle-btn label{display:flex;align-items:center;gap:6px;cursor:pointer}.toggle-btn input[type=radio]{margin:0;cursor:pointer;accent-color:#3b82f6}.timer{font-size:12px;color:#94a3b8;font-family:monospace}.map-legend{background-color:#0f172a!important;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:10px 12px;color:#f8fafc;font-family:system-ui,sans-serif;font-size:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 20px 25px -5px rgba(0,0,0,.1);display:flex;flex-direction:column;gap:8px;line-height:1.2;z-index:9999!important;max-width:140px;pointer-events:auto}.legend-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.legend-header-label{flex:1;font-size:11px;color:#94a3b8;text-align:center;font-style:italic}.legend-toggle{width:20px;height:20px;flex:0 0 20px;padding:0;border:1px solid rgba(148,163,184,.45);border-radius:50%;background:0 0;color:#f8fafc;cursor:pointer;font-family:Georgia,serif;font-size:14px;font-style:italic;font-weight:700;line-height:18px}.legend-toggle:hover{background:rgba(148,163,184,.18)}.legend-content{display:flex;flex-direction:column;gap:8px}.map-legend.is-collapsed{min-width:20px;padding:5px}.map-legend.is-collapsed .legend-header-label,.map-legend.is-collapsed .legend-content{display:none}.map-legend.is-collapsed .legend-header{justify-content:center}.legend-item{display:flex;align-items:center;gap:8px}.legend-marker-stop{width:10px;height:10px;background-color:#10b981;border:2px solid #fff;border-radius:50%;display:inline-block;flex-shrink:0}.legend-marker-bus{color:#3b82f6;display:flex;align-items:center;justify-content:center;flex-shrink:0}.legend-geolocation{color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}#map{width:100%;height:max(300px,calc(100dvh - 220px));box-sizing:border-box;border-radius:8px;border:1px solid rgba(255,255,255,.1);z-index:1}.vehicle-sidebar{position:absolute;right:18px;bottom:18px;left:18px;z-index:1100;width:auto;height:236px;max-height:236px;overflow:hidden;display:flex;flex-direction:column;background:rgba(15,23,42,.96);border:1px solid rgba(148,163,184,.24);border-radius:12px;box-shadow:0 12px 28px rgba(2,6,23,.34);backdrop-filter:blur(12px);transition:width .2s ease,height .2s ease}.vehicle-sidebar-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 14px 12px;border-bottom:1px solid rgba(148,163,184,.18)}.vehicle-sidebar-kicker{display:block;color:#60a5fa;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.vehicle-sidebar h2{margin:2px 0 0;color:#f8fafc;font-size:18px}.vehicle-sidebar-toggle{width:28px;height:28px;border:1px solid rgba(148,163,184,.35);border-radius:6px;background:0 0;color:#f8fafc;cursor:pointer;font-size:18px;line-height:1}.vehicle-sidebar-toggle:hover{background:rgba(148,163,184,.16)}.vehicle-sidebar-content{min-height:0;flex:auto;overflow-y:auto;overscroll-behavior:contain;touch-action:pan-y;padding:10px}.vehicle-sidebar.is-collapsed{width:164px;height:58px;max-height:58px;right:auto}.vehicle-sidebar.is-collapsed .vehicle-sidebar-content{display:none}.vehicle-sidebar.is-collapsed .vehicle-sidebar-kicker{display:none}.vehicle-sidebar.is-collapsed .vehicle-sidebar h2{margin:0;font-size:16px;line-height:1.2;white-space:nowrap}.vehicle-sidebar-empty{margin:8px 4px;color:#94a3b8;font-size:12px}.vehicle-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:8px}.vehicle-card{padding:10px;border:1px solid rgba(148,163,184,.16);border-radius:8px;background:rgba(30,41,59,.82);transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease}.vehicle-card.is-active{background:rgba(37,99,235,.2);border-color:rgba(96,165,250,.72);box-shadow:inset 3px 0 #60a5fa,0 0 14px rgba(37,99,235,.2)}.vehicle-card-heading{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-bottom:8px}.vehicle-id-link{padding:0;border:0;background:0 0;color:#fbbf24;cursor:pointer;font:inherit;font-size:15px;font-weight:800}.vehicle-id-link:hover{color:#fde68a;text-decoration:underline}.vehicle-route-label{color:#93c5fd;font-family:monospace;font-size:11px;font-weight:700}.vehicle-card dl{display:grid;grid-template-columns:1fr auto;gap:5px 8px;margin:0;font-size:11px}.vehicle-card dt{color:#94a3b8}.vehicle-card dd{margin:0;color:#f8fafc;font-weight:700;text-align:right}.vehicle-status-warning{color:#fb923c!important}@media(max-width:640px){#info-modal-overlay{align-items:flex-end!important}#info-modal-card{width:100%!important;max-width:100%!important;border-radius:20px 20px 0 0!important;padding:24px 24px 40px!important;animation:slideUp .3s cubic-bezier(.16,1,.3,1)}}@keyframes slideUp{from{transform:translateY(100%)}to{transform:translateY(0)}}.app-header{display:flex;align-items:center;gap:12px;margin:0;min-height:38px}.brand-wrapper{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.brand-wrapper>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.brand-icon{color:#3b82f6}#info-modal-trigger{background:0 0;border:none;padding:4px;cursor:pointer;color:#94a3b8;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:color .2s,background-color .2s}#info-modal-trigger:hover{color:#3b82f6;background-color:#f1f5f9}#route-description-text{display:none;opacity:0;padding-left:4px}#timetable-link-container{display:none}#route-timetable-link{color:#3b82f6;font-size:13px;font-weight:600;text-decoration:underline;display:flex;align-items:center;gap:4px}#info-modal-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(15,23,42,.6);z-index:9999;backdrop-filter:blur(4px);align-items:center;justify-content:center}#info-modal-card{background-color:#fff;width:90%;max-width:480px;padding:24px;border-radius:16px;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,4%);font-family:system-ui,-apple-system,sans-serif;color:#1e293b;position:relative;max-height:85vh;overflow-y:auto}.modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;border-bottom:1px solid #e2e8f0;padding-bottom:12px}.modal-header h4{margin:0;font-size:18px;font-weight:700;display:flex;align-items:center;gap:8px}#info-modal-close{background:0 0;border:none;padding:4px;cursor:pointer;color:#64748b;transition:color .2s}#info-modal-close:hover{color:#0f172a}.modal-body{font-size:14px;line-height:1.6;display:flex;flex-direction:column;gap:16px}.modal-body p{margin:0}.modal-features-box{background-color:#f8fafc;padding:12px;border-radius:8px;border-left:4px solid #3b82f6}.modal-features-box strong{display:block;font-size:12px;text-transform:uppercase;color:#2563eb;margin-bottom:4px}.modal-contact-section{border-top:1px solid #e2e8f0;padding-top:16px;margin-top:4px}.modal-contact-section strong{display:block;font-size:12px;text-transform:uppercase;color:#64748b;margin-bottom:10px;font-weight:700;letter-spacing:.05em}.modal-links-wrapper{display:flex;flex-direction:column;gap:8px}.modal-btn-github{display:flex;align-items:center;gap:10px;background-color:#0f172a;color:#fff;padding:10px 14px;border-radius:8px;text-decoration:none;font-weight:500;transition:background-color .2s;font-size:13px}.modal-btn-github:hover{background-color:#1e293b}.modal-btn-contact{display:flex;align-items:center;gap:10px;background-color:#f1f5f9;color:#334155;padding:10px 14px;border-radius:8px;text-decoration:none;font-weight:500;transition:background-color .2s,color .2s;font-size:13px}.modal-btn-contact:hover{background-color:#e2e8f0;color:#0f172a}.modal-footer-note{margin:0;font-size:11px;color:#94a3b8;text-align:center;margin-top:4px}.stop-popup-content{font-family:system-ui,-apple-system,sans-serif;padding:2px;color:#0f172a;min-width:220px}.popup-label-type{color:#64748b;font-size:10px;text-transform:uppercase;font-weight:700;display:block;margin-bottom:2px}.popup-stop-title{font-size:14px;display:block;margin-bottom:8px;line-height:1.3}.popup-routes-list-wrapper{border-top:1px solid #e2e8f0;padding-top:6px;margin-top:4px}.popup-routes-label{font-size:11px;color:#64748b;font-weight:600;display:block;margin-bottom:4px}.popup-badges-grid{display:flex;flex-wrap:wrap;gap:4px}.popup-route-badge{background-color:#3b82f6;color:#fff;font-size:10px;font-weight:700;padding:2px 6px;border-radius:4px;font-family:monospace;display:inline-block}.popup-label-terminal{color:#2563eb!important;font-weight:800!important;letter-spacing:.05em}.popup-title-terminal{font-size:15px!important;font-weight:800!important;color:#0f172a}.main-terminal-pulse{filter:drop-shadow(0 4px 6px rgba(0,0,0,.3))}.brand-icon{width:20px;height:20px;color:#fff;display:inline-block;vertical-align:middle}.legend-svg-use{width:10px;height:10px;display:block}.map-svg-use{width:18px;height:18px;display:block}.legend-bus-icon-preview{background-color:#2563eb;color:#fff;width:15px;height:15px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 1px 3px rgba(0,0,0,.2);border:1.4px solid #fff;margin-left:-1px;margin-right:-2px}.map-active-bus-marker{background-color:#2563eb;color:#fff;width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 6px rgba(0,0,0,.3);border:2px solid #fff;transition:transform .2s ease-in-out}#route-description-text.route-prompt-text{color:#94a3b8!important;font-size:14px;font-weight:500;letter-spacing:.02em;user-select:none}#location-control-container{position:absolute;bottom:24px;right:12px;z-index:1000;border:none;background:0 0}#location-toggle-btn{width:44px;height:44px;background-color:#fff;border:1px solid rgba(0,0,0,.2);border-radius:50%;box-shadow:0 2px 6px rgba(0,0,0,.15);cursor:pointer;display:flex;align-items:center;justify-content:center;color:#475569;transition:all .2s ease}#location-toggle-btn:hover{background-color:#f8fafc;color:#1e293b}#location-toggle-btn[data-tracking-state=seeking]{color:#f97316}#location-toggle-btn[data-tracking-state=seeking] svg{animation:location-spin 2s linear infinite}#location-toggle-btn[data-tracking-state=locked]{color:#2563eb;background-color:#eff6ff;border-color:#bfdbfe}.user-location-marker{background:0 0;border:none}.user-pulse-core{width:14px;height:14px;background-color:#d946ef;border:2px solid #fff;border-radius:50%;box-shadow:0 0 4px rgba(0,0,0,.3);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}.user-pulse-ring{width:32px;height:32px;border:3px solid #d946ef;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);animation:user-marker-pulse 2s ease-out infinite;opacity:0;z-index:1}@keyframes location-spin{100%{transform:rotate(360deg)}}@keyframes user-marker-pulse{0%{transform:translate(-50%,-50%)scale(.5);opacity:.5}100%{transform:translate(-50%,-50%)scale(1.5);opacity:0}}.leaflet-container:-webkit-full-screen{width:100%!important;height:100%!important;z-index:99999}.leaflet-container:fullscreen{width:100%!important;height:100%!important;z-index:99999}.stop-schedule-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:4px;max-height:120px;overflow-y:auto;padding-right:2px}.stop-schedule-tag{background-color:#f1f5f9;color:#334155;font-family:monospace;font-size:11px;font-weight:600;padding:2px 6px;border:1px solid #e2e8f0;border-radius:4px;text-align:center}.stop-schedule-empty{color:#64748b;font-style:italic;font-size:11px;padding:4px 0}.stop-schedule-section{margin-bottom:10px;border-top:1px solid #e2e8f0;padding-top:8px}.stop-schedule-title{font-size:10px;color:#64748b;font-weight:700;text-transform:uppercase;display:block;margin-bottom:6px;letter-spacing:.05em}.header-lang-switcher{display:inline-flex;align-items:center;gap:6px;background:#1e293b;padding:4px 10px;border-radius:20px;border:1px solid #334155;height:34px;box-sizing:border-box}@media(max-width:640px){body{padding:16px 12px}.top-navbar{top:8px;margin-bottom:14px;padding:7px 10px}.app-header{gap:8px}.brand-wrapper{gap:7px;font-size:14px}.map-active-bus-marker{width:30px;height:30px;flex-shrink:0}.header-lang-switcher{padding:4px 7px}#map{height:max(300px,calc(100dvh - 250px))}.vehicle-sidebar{position:fixed;top:auto;right:12px;bottom:12px;left:12px;width:auto;height:min(286px,70vh);max-height:min(286px,70vh);border-radius:14px}.vehicle-sidebar-content{max-height:none}.vehicle-sidebar.is-collapsed{width:auto;right:12px;height:58px;max-height:58px}}.header-lang-switcher .flag-emoji{font-size:18px;line-height:1}.lang-swap-btn{color:#94a3b8;display:flex;align-items:center;transition:color .2s ease,transform .2s ease}.lang-swap-btn:hover{color:#f1f5f9;transform:rotate(180deg)}.lang-swap-icon{width:16px;height:16px}.special-thanks-container{margin-top:.75rem;border-top:1px solid #334155;padding-top:.75rem}.special-thanks-title{color:#64748b;font-size:.95rem;font-weight:600;margin:0 0 .5rem;display:flex;align-items:center;gap:.375rem}.special-thanks-text{font-size:.75rem;line-height:1.4}