*{box-sizing:border-box}html,body,#app{width:100%;height:100%;margin:0}body{color:#f5f5f5;background:#101114;font-family:Segoe UI,sans-serif;overflow:hidden}button,input,select{font-family:inherit}.app{background:#101114;grid-template-columns:500px 1fr;width:100%;height:100vh;display:grid;position:relative}.sidebar{background:#181a20;border-right:1px solid #30333d;flex-direction:column;min-width:0;height:100vh;display:flex;overflow:hidden}.control-panel{scrollbar-gutter:stable;flex:auto;min-height:0;padding:24px;overflow:hidden auto}.control-panel h1{margin:0;font-size:30px}.version{color:#8fa3c7;margin-top:6px;margin-bottom:28px}label{color:#c8d0e0;margin-top:16px;margin-bottom:6px;font-size:14px;display:block}.search-label-row{justify-content:space-between;align-items:center;gap:10px;margin-top:16px;margin-bottom:6px;display:flex}.search-label-row label{margin:0}.waypoint-item{position:relative}.waypoint-delete-btn{color:#cbd5e1;cursor:pointer;background:#252832;border:1px solid #4b5563;border-radius:7px;flex:0 0 28px;width:28px;height:28px;padding:0}.waypoint-delete-btn:hover{color:#fecaca;background:#3f1d24;border-color:#ef4444}.search-result-item.is-highlighted{background:#1e293b;border-color:#3b82f6}.search-box{align-items:stretch;gap:8px;width:100%;display:flex}.search-box input{color:#fff;background:#252832;border:1px solid #3b3f4a;border-radius:8px;outline:none;flex:1;min-width:0;height:48px;padding:12px;font-size:15px}.search-box input:focus{border-color:#4f83ff}.search-box button{color:#fff;cursor:pointer;background:#111827;border:1px solid #334155;border-radius:8px;flex:0 0 48px;width:48px;height:48px;padding:0}.search-box button:hover{background:#1e293b}.search-result-item{cursor:pointer;background:#0f172a;border:1px solid #1f2937;border-radius:8px;margin-top:8px;padding:10px}.search-result-item:hover{background:#1e293b}.search-result-item p{color:#94a3b8;margin:4px 0 0;font-size:12px}#routeBtn{color:#fff;cursor:pointer;background:#2f6df6;border:0;border-radius:8px;width:100%;margin-top:0;padding:14px;font-size:16px;font-weight:700}#routeBtn:hover{background:#1d57d8}.route-fixed-panel{background:#181a20;border-top:1px solid #30333d;flex:none;padding:10px 14px 6px}.mini-map-panel{width:100%}.fixed-status-panel{background:#181a20;flex:none;gap:6px;padding:6px 10px 10px;display:grid}.fixed-status-message{background:#242833;border-radius:8px;align-items:center;min-height:40px;padding:10px 12px;font-size:13px;line-height:1.35;display:flex}.route-status-message{color:#8cff9a}.playback-status-message{color:#9ec5ff}.view-slot{min-width:0;min-height:0;position:relative;overflow:hidden}.small-view-slot{background:#111318;border:1px solid #4e5e7ccc;border-radius:16px;width:100%;height:100%;box-shadow:0 14px 34px #00000057}.large-view-slot{background:#101216;width:100%;height:100%}.view-stage>.large-view-slot{position:absolute;inset:0}.view-stage>.mini-map-panel{pointer-events:none}.view-stage>.mini-map-panel>*{pointer-events:auto}#map,#roadview{width:100%;min-width:0;height:100%;min-height:0}.small-view-slot>#map,.small-view-slot>#roadview{border-radius:11px}.small-view-slot>#roadview,.small-view-slot>#map{position:relative;width:100%!important;height:100%!important}.small-view-slot #roadview .roadview-layer{width:100%!important;height:100%!important}.view-swap-btn{z-index:3000;color:#5b6b7f;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:linear-gradient(#fffffffa,#f1f5f9f5);border:1px solid #d0d8e2fa;border-radius:50%;place-items:center;width:42px;height:42px;padding:0;display:grid;position:fixed;top:50%;left:500px;transform:translate(-50%,-50%);box-shadow:0 8px 20px #0f172a2e,inset 0 1px #ffffffeb}.view-swap-btn__icon{width:24px;height:24px;display:block}.view-swap-btn__icon svg{width:100%;height:100%;overflow:visible}.view-swap-btn__icon .swap-arrow{fill:none;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.view-swap-btn__icon .swap-arrow--left{stroke:#4e6cff;stroke-width:2.5px}.view-swap-btn__icon .swap-arrow--right{stroke:#6d4dff;stroke-width:2.5px}.view-swap-btn:hover{background:linear-gradient(#fff,#f8fafcfa);border-color:#a7b4c5fa;transform:translate(-50%,-50%)scale(1.06);box-shadow:0 10px 24px #0f172a38,inset 0 1px #fffffff5}.view-swap-btn:active{transform:translate(-50%,-50%)scale(.96)}.view-swap-btn[aria-pressed=true]{background:linear-gradient(#fafcfffc,#e8f0fff5);border-color:#b5c7fffa}.roadview-area{background:#0c0d10;grid-template-rows:minmax(0,1fr) 88px;min-width:0;height:100vh;display:grid;position:relative}.view-stage{background:#0c0d10;min-width:0;min-height:0;position:relative;overflow:hidden}#roadview{background:#101216;position:relative;overflow:hidden}#roadview>div{width:100%!important;height:100%!important}.roadview-placeholder{color:#7f8798;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;height:100%;display:flex}.roadview-placeholder strong{color:#cbd5e1;font-size:28px}.roadview-placeholder span{font-size:14px}.player-controls{background:#181a20;border-top:1px solid #30333d;grid-template-columns:76px 48px 76px auto minmax(120px,1fr) 150px 108px 76px;align-items:center;gap:12px;padding:10px 16px;display:grid}.player-controls button{color:#fff;background:#2f6df6;border:0;border-radius:50%;width:44px;height:44px;font-size:18px}.player-controls .frame-step-btn{white-space:nowrap;background:#343946;border-radius:9px;width:76px;height:36px;font-size:13px}.player-controls button:disabled{cursor:not-allowed;opacity:.38}.player-controls span{color:#c8d0e0;white-space:nowrap;font-size:13px}.player-controls input[type=range]{width:100%}.player-controls select{color:#fff;background:#252832;border:1px solid #3b3f4a;border-radius:8px;width:100%;min-width:0;height:38px;padding:0 10px}.search-label-group{align-items:center;gap:8px;display:flex}.waypoint-drag-handle{color:#94a3b8;cursor:grab;background:#252832;border:1px solid #4b5563;border-radius:7px;flex:0 0 28px;width:28px;height:28px;padding:0}.waypoint-drag-handle:active{cursor:grabbing}.waypoint-item.is-dragging{opacity:.45}.waypoint-item.is-drag-over{outline-offset:5px;border-radius:10px;outline:2px dashed #4f83ff}.route-alternatives{gap:9px;margin-top:12px;display:grid}.route-alternative-card{color:#f8fafc;text-align:left;cursor:pointer;background:#20242d;border:1px solid #3b4352;border-radius:10px;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px;width:100%;padding:11px 12px;display:grid}.route-alternative-card:hover{background:#262c38;border-color:#638cff}.route-alternative-card.is-selected{background:#202d4a;border-color:#4f83ff;box-shadow:inset 0 0 0 1px #4f83ff}.route-alternative-card:disabled{cursor:wait;opacity:.72}.route-alternative-number{color:#dbeafe;background:#334155;border-radius:50%;place-items:center;width:30px;height:30px;font-weight:800;display:grid}.route-alternative-card.is-selected .route-alternative-number{color:#fff;background:#2f6df6}.route-alternative-content{gap:3px;min-width:0;display:grid}.route-alternative-content strong{font-size:14px}.route-alternative-content small{color:#9aa8bd;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.route-alternative-meta{color:#80d5ff;font-size:12px;font-weight:700}.route-score-row{flex-wrap:wrap;align-items:center;gap:6px;margin-top:3px;display:flex}.route-score-badge{color:#e3edff;background:#263a68;border:1px solid #5278d8;border-radius:999px;padding:3px 7px;font-size:11px;font-weight:800}.route-score-stars{color:#ffd66b;letter-spacing:1px;font-size:13px;line-height:1}.route-score-label{color:#b9c6d8;font-size:11px;font-weight:700}.route-coverage-row{align-items:center;margin-top:2px;display:flex}.route-coverage-badge{color:#8ff0d8;background:#173f3a;border:1px solid #327f73;border-radius:999px;padding:3px 7px;font-size:11px;font-weight:800}.route-guidance-row{flex-wrap:wrap;align-items:center;gap:5px;margin-top:3px;display:flex}.route-guidance-badge{color:#d8e0ec;background:#2a303b;border:1px solid #596273;border-radius:999px;padding:3px 7px;font-size:11px;font-weight:750}.route-safety-row{flex-wrap:wrap;align-items:center;margin-top:3px;display:flex}.route-safety-badge{color:#dbe8f6;background:#283544;border:1px solid #536579;border-radius:999px;padding:3px 7px;font-size:11px;font-weight:800}.route-safety-badge.is-checked{color:#9ff0c8;background:#173f31;border-color:#2f8a63}.route-safety-badge.is-restricted{color:#ffc0c0;background:#4b2227;border-color:#b94b4b}.route-safety-badge.is-car-route{color:#ffe2a1;background:#47391f;border-color:#9a7632}.route-alternative-card.is-motorcycle-excluded{border-style:dashed}.route-score-excluded{color:#f5d58b;background:#40351f;border:1px solid #8e6c30;border-radius:999px;padding:3px 7px;font-size:11px;font-weight:800}.auto-slow-control{box-sizing:border-box;color:#d7deeb;white-space:nowrap;cursor:pointer;background:#252832;border:1px solid #3b3f4a;border-radius:8px;justify-content:center;align-items:center;gap:6px;width:100%;height:38px;padding:0 10px;font-size:12px;display:inline-flex}.auto-slow-control input{accent-color:#2f6df6}#timeDisplay.is-auto-slow{color:#fbbf24;font-weight:700}.search-box .map-pick-btn{color:#f5d0fe;border-color:#7c3aed}.search-box .map-pick-btn:hover,.search-box .map-pick-btn.is-active{color:#fff;background:#4a1637;border-color:#ec4899;box-shadow:0 0 0 2px #ec489933}.route-location-marker{--marker-color:#ef233c;pointer-events:auto;-webkit-user-select:none;user-select:none;filter:none;width:66px;height:72px;position:relative}.route-location-marker__sign{box-sizing:border-box;background:var(--marker-color);color:#fff;border:2px solid #fffffff5;border-radius:46% 54% 50% 50%/48% 46% 54% 52%;place-items:center;width:50px;height:50px;display:grid;position:absolute;top:5px;left:8px;box-shadow:inset 0 2px #ffffff57,0 3px 7px #0003}.route-location-marker__text{color:#fff;letter-spacing:-.8px;text-align:center;white-space:nowrap;text-shadow:0 1px 2px #0000002e;max-width:44px;font-size:15px;font-weight:900;line-height:1;display:block;overflow:hidden}.route-location-marker[data-marker-type^=waypoint] .route-location-marker__text{letter-spacing:0;font-size:20px}.route-location-marker__stem{z-index:-1;background:var(--marker-color);border-radius:0 0 5px 5px;width:7px;height:21px;position:absolute;top:49px;left:30px;box-shadow:0 2px 4px #0000002e}.route-location-marker__delete{z-index:3;color:#fff;cursor:pointer;background:#0c0f14f0;border:1px solid #ffffffb8;border-radius:999px;place-items:center;width:23px;height:23px;padding:0 0 2px;font-family:Arial,sans-serif;font-size:21px;font-weight:300;line-height:1;transition:transform .12s,background .12s;display:grid;position:absolute;top:-1px;right:-1px;box-shadow:0 2px 6px #0000006b}.route-location-marker__delete:hover{background:#dc2626;transform:scale(1.08)}@media (width<=900px){.app{grid-template-columns:minmax(320px,42vw) 1fr}.view-swap-btn{left:42vw}.mini-map-overlay{width:min(500px,100% - 28px);height:335px;bottom:14px;left:14px}}.recent-routes-toggle{color:#e5e7eb;text-align:left;cursor:pointer;background:#20232b;border:1px solid #374151;border-radius:8px;width:100%;min-height:40px;padding:8px 12px}.recent-routes-toggle span{float:right;text-align:center;background:#334155;border-radius:999px;min-width:24px;padding:1px 7px}.recent-routes-list{gap:7px;margin-top:8px;display:grid}.recent-route-item{grid-template-columns:minmax(0,1fr) 34px;gap:6px;display:grid}.recent-route-load,.recent-route-delete{color:#f8fafc;cursor:pointer;background:#111827;border:1px solid #334155;border-radius:7px}.recent-route-load{text-align:left;min-width:0;padding:8px 10px}.recent-route-load strong,.recent-route-load small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.recent-route-load small{color:#94a3b8;margin-top:3px;font-size:11px}.recent-route-delete{font-size:20px}.recent-route-load:hover,.recent-route-delete:hover{background:#1e293b;border-color:#4f83ff}.recent-routes-empty{color:#94a3b8;margin:0;padding:8px;font-size:12px}.app,.roadview-area,.large-view-slot,.small-view-slot,#map,#roadview{max-width:none}.roadview-area,.large-view-slot{width:100%;min-width:0}.large-view-slot{place-self:stretch stretch;position:relative}.large-view-slot>#map,.large-view-slot>#roadview{position:absolute;inset:0;width:100%!important;height:100%!important}.roadview-layer{width:100%;height:100%;position:absolute;inset:0}.recent-routes-actions{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px;display:grid}.sample-route-btn{color:#f4f6ff;cursor:pointer;background:#283660d1;border:1px solid #8298ff6b;border-radius:9px;min-width:0;font-weight:700}.sample-route-btn:hover{background:#37497ef0}.sample-route-btn:disabled{cursor:wait;opacity:.6}@media (width<=1180px){.player-controls{grid-template-columns:44px auto minmax(90px,1fr) 108px 76px;gap:8px;padding:9px 10px}.player-controls button{width:40px;height:40px}.player-controls select,.auto-slow-control{padding-left:7px;padding-right:7px;font-size:12px}}#roadview{position:relative;overflow:hidden}.roadview-provider-layer{pointer-events:auto;touch-action:none;cursor:grab;background:#000;width:100%;height:100%;position:absolute;inset:0}.roadview-provider-layer:active{cursor:grabbing}.roadview-provider-layer.is-provider-hidden{visibility:hidden;pointer-events:none}.player-controls{grid-template-columns:76px 48px 76px auto minmax(100px,1fr) 108px 76px}@media (width<=1180px){.player-controls{grid-template-columns:64px 44px 64px auto minmax(80px,1fr) 102px 72px;gap:8px;padding-inline:10px}.player-controls .frame-step-btn{width:64px;font-size:12px}}.recent-routes-actions{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;display:grid}.recent-routes-toggle{background:linear-gradient(#121b2df5,#0c1320f5);border-color:#607dbe61;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;min-height:38px;padding:7px 10px 7px 12px;display:flex;box-shadow:inset 0 1px #ffffff09}.recent-routes-toggle-label{align-items:center;gap:7px;min-width:0;font-weight:700;display:inline-flex}.recent-routes-count{color:#bcd2ff;border:1px solid #5484ff2e;font-size:11px;line-height:18px;float:none!important;background:#1936699e!important;min-width:22px!important;padding:1px 7px!important}.recent-routes-chevron{color:#8fb2ff;background:#081835b8;border:1px solid #5586ff47;border-radius:50%;flex:none;place-items:center;width:26px;height:26px;transition:transform .18s,color .18s,border-color .18s,background .18s;display:inline-grid}.recent-routes-chevron svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:15px;height:15px}.recent-routes-toggle[aria-expanded=true] .recent-routes-chevron{color:#dbe7ff;background:#19315ee0;border-color:#86abff8f;transform:rotate(180deg)}.saved-routes-toggle .recent-routes-chevron{color:#c9a9ff;background:#2d1853ad;border-color:#b784ff4d}.saved-routes-toggle[aria-expanded=true] .recent-routes-chevron{color:#f0e5ff;background:#4a277ee0;border-color:#cfadff94}.recent-routes-toggle:hover{background:linear-gradient(#182540fa,#0f192cfa);border-color:#5586ffb8}.sample-route-btn{color:#bdcdf5;white-space:nowrap;background:#1a2644b8;border-color:#577edc5c;border-radius:9px;justify-content:center;align-items:center;gap:5px;width:auto;min-width:68px;min-height:34px;padding:6px 10px;font-size:12px;font-weight:700;display:inline-flex}.sample-route-btn:hover{color:#f4f7ff;background:#23345bf0;border-color:#6897ffad}.recent-routes-list[hidden]{display:none!important}.recent-routes-list:not([hidden]){animation:.15s ease-out recent-routes-open}@keyframes recent-routes-open{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.player-bar-shell{background:linear-gradient(#141923fa,#0c1018fa);border-top:1px solid #596b8a57;grid-template-rows:minmax(0,1fr) 20px;min-width:0;display:grid}.player-bar-shell .player-controls{min-height:0;box-shadow:none;border-top:0}.player-shortcut-hint{color:#73839b;white-space:nowrap;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;gap:7px;min-width:0;padding:0 12px 5px;font-size:10px;line-height:1;display:flex}.player-shortcut-hint kbd{color:#aebbd0;background:#1e2736e6;border:1px solid #6f85a866;border-bottom-color:#6f85a89e;border-radius:4px;justify-content:center;align-items:center;min-width:18px;height:15px;padding:0 4px;font-family:inherit;font-size:9px;display:inline-flex;box-shadow:0 1px #00000059}.player-shortcut-separator{color:#4e5d73}.player-controls{background:linear-gradient(#141923fa,#0c1018fa);border-top:1px solid #596b8a57;grid-template-columns:78px 48px 78px auto minmax(180px,1fr) 160px 82px;gap:10px;min-height:60px;padding:9px 14px;box-shadow:0 -8px 24px #0000002e}.player-controls .frame-step-btn{color:#cbd7ea;background:#1a2231eb;border:1px solid #576f9761;border-radius:10px;width:78px;height:36px;font-weight:700;transition:border-color .16s,background .16s,transform .16s}.player-controls .frame-step-btn:not(:disabled):hover{background:#233451f5;border-color:#4484ffc7;transform:translateY(-1px)}#playBtn{background:linear-gradient(#347cff,#1757d8);border-radius:50%;width:44px;height:44px;box-shadow:0 5px 16px #2369ff57,inset 0 1px #ffffff38}#timeDisplay{color:#b9c6da;font-variant-numeric:tabular-nums;text-align:center;min-width:88px}.player-controls input[type=range]{accent-color:#2388ff;cursor:pointer;height:22px;margin:0}.player-controls input[type=range]::-webkit-slider-runnable-track{background:#d8dde6;border:1px solid #54698b6b;border-radius:999px;height:6px}.player-controls input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:#1688f8;border:2px solid #b8dcff;border-radius:50%;width:16px;height:16px;margin-top:-6px;box-shadow:0 2px 8px #1485ff73}.auto-slow-control{color:#e1e8f4;background:#141c2aeb;border:1px solid #4f678f80;border-radius:10px;justify-content:flex-start;gap:8px;width:160px;height:38px;padding:0 12px;font-size:13px;font-weight:650;transition:border-color .16s,background .16s}.auto-slow-control:hover{background:#1c283df5;border-color:#3f82ffbf}.auto-slow-control input{accent-color:#2f7eff;width:17px;height:17px;margin:0}.player-controls select{color:#f4f7fb;cursor:pointer;background:#141c2a;border:1px solid #4f678f80;border-radius:10px;width:82px;height:38px;padding:0 10px;font-weight:700}.player-controls select:hover,.player-controls select:focus{border-color:#3f82ffd1;outline:none}@media (width<=980px){.player-controls{grid-template-columns:64px 44px 64px auto minmax(110px,1fr) 145px 74px;gap:7px;padding-inline:10px}.player-controls .frame-step-btn{width:64px}.auto-slow-control{width:145px;padding-inline:9px;font-size:12px}.player-controls select{width:74px}}.status-action-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;display:grid}.status-action-row .fixed-status-message{min-width:0}.status-cancel-btn{color:#fecaca;white-space:nowrap;cursor:pointer;background:#7f1d1d4d;border:1px solid #f871719e;border-radius:9px;height:34px;padding:0 12px;font-size:12px;font-weight:800}.status-cancel-btn:hover{background:#9f123975;border-color:#fb7185}#routeBtn.is-cancel-mode{background:linear-gradient(#b42336,#8e1728);border-color:#f87171b8}.player-controls{align-items:center}.auto-slow-control,.player-controls select{box-sizing:border-box;align-self:center;height:40px;min-height:40px;margin:0}.auto-slow-control{align-items:center;display:flex}.playback-motorcycle-marker{transform-origin:50%;border-radius:50%;width:52px;height:52px}.playback-motorcycle-marker:before,.playback-motorcycle-marker:after{content:none!important;display:none!important}.playback-motorcycle-marker{transform-origin:50%;width:44px;height:44px;line-height:0}.playback-motorcycle-marker img{object-fit:contain;-webkit-user-select:none;user-select:none;pointer-events:none;width:44px;height:44px;display:block}.playback-motorcycle-marker:before,.playback-motorcycle-marker:after{content:none!important}.mini-map-panel{position:relative}.mini-map-overlay{z-index:40;width:min(540px,100% - 36px);height:360px;padding:0;position:absolute;bottom:18px;left:18px}.direct-route-draw-btn{z-index:10000;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);isolation:isolate;white-space:nowrap;background:#0b63cef0;border:1px solid #ffffffb8;border-radius:22px;justify-content:flex-start;align-items:center;gap:8px;min-width:42px;height:42px;padding:0 13px 0 9px;line-height:1;display:inline-flex;position:absolute;top:10px;left:10px;box-shadow:0 4px 14px #00000059}.direct-route-draw-btn span{pointer-events:none;display:block}.direct-route-draw-icon{text-align:center;flex:0 0 24px;width:24px;font-size:24px;transform:translateY(-1px)}.direct-route-draw-label{color:#e5e7ebad;letter-spacing:-.25px;font-size:12px;font-weight:700;transition:color .14s}.direct-route-edit-pulse{opacity:0;pointer-events:none;background:#7c5cff;border-radius:50%;flex:0 0 7px;width:7px;height:7px;margin-left:1px;transform:scale(.75)}.direct-route-edit-pulse.is-visible{opacity:1;animation:1.4s ease-in-out infinite route-edit-pulse}@keyframes route-edit-pulse{0%,to{opacity:.28;transform:scale(.72)}50%{opacity:1;transform:scale(1)}}.direct-route-draw-btn:hover,.direct-route-draw-btn.is-active{color:#151515;background:#ff9f0a;border-color:#ffb020}.direct-route-draw-btn:hover .direct-route-draw-label,.direct-route-draw-btn.is-active .direct-route-draw-label{color:#151515c7}.direct-route-toolbar{z-index:10000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#14161cf0;border:1px solid #ffffff29;border-radius:10px;align-items:center;gap:5px;padding:7px;display:flex;position:absolute;bottom:10px;left:10px;right:10px;box-shadow:0 6px 18px #0000006b}.direct-route-toolbar[hidden]{display:none}.direct-route-toolbar button{color:#fff;cursor:pointer;background:#2b303b;border:1px solid #4b5563;border-radius:7px;min-width:0;height:30px;padding:0 8px;font-size:11px;font-weight:700}.direct-route-toolbar button:hover{background:#3a4250}.direct-route-toolbar button.is-primary{color:#151515;background:#ff9f0a;border-color:#ffb020}.direct-route-point-count{color:#ffcf70;text-align:center;min-width:34px;font-size:11px;font-weight:800}.direct-route-point{box-sizing:border-box;background:var(--point-color);color:#17202a;-webkit-user-select:none;user-select:none;border:2px solid #fff;border-radius:999px;place-items:center;height:30px;font-size:11px;font-weight:900;line-height:1;display:grid;box-shadow:0 3px 8px #00000052}.view-slot.map-tools-host{position:relative;overflow:hidden}.view-slot.map-tools-host .direct-route-draw-btn{top:12px;left:12px}.mini-map-overlay .view-slot.map-tools-host .direct-route-draw-btn{top:10px;left:10px}.view-slot.map-tools-host .direct-route-toolbar{flex-wrap:wrap;width:max-content;max-width:calc(100% - 24px);bottom:12px;left:12px;right:auto}.mini-map-overlay .view-slot.map-tools-host .direct-route-toolbar{flex-wrap:nowrap;max-width:calc(100% - 20px);bottom:10px;left:10px}.recent-routes-panel{margin:-12px 0 18px}.recent-routes-actions{gap:10px}.recent-routes-toggle{background:radial-gradient(circle at 14% 0,#265bbc2b,#0000 38%),linear-gradient(#0c172bfa,#08101ffa);border:1px solid #3d70e27a;border-radius:12px;min-height:42px;padding:7px 8px 7px 13px;box-shadow:inset 0 1px #ffffff0d,0 5px 14px #0003}.recent-routes-toggle-label{color:#eef4ff;letter-spacing:-.01em;gap:8px}.recent-routes-toggle-label>span:first-child{background:#1f3f7973;border:1px solid #6997ff47;border-radius:50%;flex:none;place-items:center;width:24px;height:24px;font-size:12px;display:grid}.recent-routes-count{color:#e6efff;place-items:center;height:22px;line-height:1;box-shadow:inset 0 1px #ffffff1f;background:linear-gradient(#1c4eaaeb,#143474eb)!important;border:1px solid #5e8eff59!important;min-width:24px!important;padding:0 7px!important;display:inline-grid!important}.recent-routes-chevron{color:#9ebcff;background:#172d56a3;border:1px solid #5a88f23d;border-radius:50%;width:28px;height:28px;font-size:17px}.recent-routes-toggle:hover .recent-routes-chevron{background:#22437ec7;border-color:#6f9eff8c}.sample-route-btn{background:linear-gradient(#163061f5,#0f2044f5);border-radius:11px;min-width:74px;min-height:40px;padding:7px 12px;box-shadow:inset 0 1px #ffffff0d}.direct-route-mode-switch{background:#040a14b8;border:1px solid #ffffff1f;border-radius:8px;align-items:center;gap:2px;padding:2px;display:inline-flex}.direct-route-toolbar .direct-route-mode-switch button{color:#aeb9ca;background:0 0;border:0;border-radius:6px;height:26px;padding:0 9px;font-size:11px;font-weight:800}.direct-route-toolbar .direct-route-mode-switch button:hover{color:#fff;background:#ffffff14}.direct-route-toolbar .direct-route-mode-switch button.is-selected{color:#fff;background:#1769e8;box-shadow:0 2px 7px #1769e859}.view-slot.map-tools-host .direct-route-toolbar{align-items:center}.direct-route-simplified-point{box-sizing:border-box;color:#fff;background:var(--point-color);-webkit-user-select:none;user-select:none;pointer-events:none;border:3px solid #fff;border-radius:50%;place-items:center;width:26px;height:26px;font-size:11px;font-weight:800;line-height:1;display:grid;box-shadow:0 2px 8px #121e3052}.direct-route-pan-pad{background:radial-gradient(circle at 50% 45%,#263d66fa,#0b1425fa);border:1px solid #84a4e657;border-radius:50%;flex:none;grid-template-rows:repeat(3,1fr);grid-template-columns:repeat(3,1fr);width:76px;height:76px;margin-left:4px;display:grid;overflow:hidden;box-shadow:inset 0 1px #ffffff14,0 5px 15px #00000057}.direct-route-toolbar .direct-route-pan-pad .pan-pad-btn{color:#cddbf79e;background:0 0;border:0;border-radius:0;width:100%;min-width:0;height:100%;padding:0;font-size:11px;transition:background .11s,color .11s,transform .11s}.direct-route-toolbar .direct-route-pan-pad .pan-pad-btn:hover,.direct-route-toolbar .direct-route-pan-pad .pan-pad-btn:active{color:#fff;background:#2070ebe0;transform:scale(1.05)}.direct-route-toolbar .direct-route-pan-pad .pan-center:hover,.direct-route-toolbar .direct-route-pan-pad .pan-center:active{color:#17202a;background:#ff9f0aeb}.pan-up{grid-area:1/2}.pan-left{grid-area:2/1}.pan-center{grid-area:2/2;color:#e1ebffc7!important;background:#6e88b838!important;border-radius:50%!important}.pan-right{grid-area:2/3}.pan-down{grid-area:3/2}.clear-all-btn{background:linear-gradient(#69222df5,#45151ff5);border-color:#e76b7670;min-width:98px}.clear-all-btn:hover{background:linear-gradient(#8a2a38fa,#5b1925fa);border-color:#ff8b94c7}.direct-route-mode-switch #directRouteLineModeBtn[hidden]{display:none}@media (width<=760px){.direct-route-pan-pad{width:68px;height:68px}}.direct-route-point-wrap{cursor:grab;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;padding:6px 7px 6px 0;display:inline-flex;position:relative}.direct-route-point-wrap:active{cursor:grabbing}.direct-route-point-delete{color:#fff;cursor:pointer;z-index:2;background:#111827;border:2px solid #fff;border-radius:50%;place-items:center;width:18px;height:18px;padding:0;font-size:13px;font-weight:900;line-height:1;display:grid;position:absolute;top:0;right:0;box-shadow:0 2px 6px #0000005c}.direct-route-point-delete:hover,.direct-route-point-delete:active{background:#ef4444;transform:scale(1.08)}.route-drag-confirm{z-index:2500;color:#22314d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transform-origin:0 100%;background:#fffffff5;border:1px solid #2f7cff47;border-radius:12px;align-items:center;gap:8px;padding:9px 10px 9px 12px;font-size:12px;font-weight:700;display:flex;position:fixed;top:16px;left:16px;box-shadow:0 8px 24px #1022402e}.route-drag-confirm[hidden]{display:none}.route-drag-confirm button{color:#33415d;cursor:pointer;background:#fff;border:1px solid #d7deea;border-radius:8px;min-width:46px;height:30px;padding:0 10px;font-weight:800}.route-drag-confirm button:hover{background:#f2f6fc}.route-drag-confirm button.is-primary{color:#fff;background:#2f7cff;border-color:#2f7cff}.route-edit-preview-marker{color:#fff;background:#8b5cf6;border:3px solid #fff;border-radius:50%;place-items:center;width:34px;height:34px;font-size:24px;font-weight:900;line-height:1;display:grid;box-shadow:0 4px 14px #3d247057}.route-edit-click-test{color:#fff;background:#6d5dfc;border:3px solid #fff;box-shadow:0 3px 12px #3b2ab461}#directRouteDragModeBtn.is-selected{color:#fff;background:#7c3aed;border-color:#7c3aed}body[data-route-interaction-mode=edit] #map{outline-offset:-3px;outline:3px solid #7c3aed38}.direct-route-mode-switch button:disabled,.direct-route-mode-switch button.is-disabled{opacity:.38;color:#8b95a5;cursor:not-allowed;box-shadow:none;background:#e8ebf0;border-color:#d8dde5}.route-diagnostic-row{flex-wrap:wrap;gap:6px;margin-top:7px;display:flex}.route-diagnostic-badge{color:#475569;background:#94a3b81f;border:1px solid #64748b4d;border-radius:999px;align-items:center;min-height:24px;padding:4px 8px;font-size:11px;font-weight:700;display:inline-flex}.route-diagnostic-badge.is-normal{color:#15803d;background:#22c55e1a;border-color:#22c55e59}.route-diagnostic-badge.is-warning{color:#b45309;background:#f59e0b21;border-color:#f59e0b73}.route-library-row{grid-template-columns:minmax(0,1fr) 98px;align-items:center;gap:10px;display:grid}.route-library-row>.sample-route-btn{width:100%}.saved-routes-header{margin-top:9px}.saved-routes-toggle{background:radial-gradient(circle at 14% 0,#7c3aed29,#0000 38%),linear-gradient(#191230fa,#0d0c1efa);border-color:#a878ff7a}.saved-routes-toggle .recent-routes-toggle-label>span:first-child{color:#e6d4ff;background:#6534a86b;border-color:#bd8fff4d}.saved-routes-count{background:linear-gradient(#7441bcf0,#46257ef0)!important;border-color:#b784ff61!important}.save-current-route-btn{color:#eadcff;background:linear-gradient(#4d2b84f5,#2d1b54f5);border-color:#a674ff6b;min-width:98px}.save-current-route-btn:hover{background:linear-gradient(#6437aafa,#3b216cfa);border-color:#c299ffb8}.saved-route-header-actions{grid-template-columns:1fr;gap:5px;min-width:98px;display:grid}.saved-route-backup-wrap{position:relative}.saved-route-backup-btn{color:#c8d5e8;background:linear-gradient(#1c273afa,#121927fa);border-color:#748bb375;justify-content:center;align-items:center;gap:4px;min-width:98px;min-height:30px;padding-block:5px;font-size:11px;display:flex}.saved-route-backup-btn:hover,.saved-route-backup-btn[aria-expanded=true]{background:linear-gradient(#27354efa,#172031fa);border-color:#9eb4dbb8}.saved-route-backup-caret{font-size:9px;transition:transform .16s}.saved-route-backup-btn[aria-expanded=true] .saved-route-backup-caret{transform:rotate(180deg)}.saved-route-backup-menu{z-index:4200;background:#0f1622fa;border:1px solid #6f82a494;border-radius:9px;width:174px;padding:5px;position:absolute;top:calc(100% + 5px);right:0;box-shadow:0 12px 28px #00000075}.saved-route-backup-menu button{color:#d9e3f2;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;width:100%;padding:8px 9px;font-size:11px}.saved-route-backup-menu button:hover{color:#fff;background:#53678b42}.saved-route-item{grid-template-columns:minmax(0,1fr) auto;align-items:stretch;gap:6px;display:grid}.saved-route-actions{grid-template-columns:42px 42px;gap:5px;display:grid}.saved-route-actions button{color:#cbd5e1;cursor:pointer;background:#111827;border:1px solid #6f7c9f94;border-radius:7px;font-size:11px;font-weight:700}.saved-route-actions button:hover{color:#f3eaff;background:#39245eeb;border-color:#ae84ffcc}.saved-routes-tools{grid-template-columns:minmax(0,1fr) 112px;gap:7px;margin-top:8px;display:grid}.saved-routes-tools[hidden]{display:none!important}.saved-route-search-wrap{color:#8fa2c0;background:#0f1724f0;border:1px solid #6b7c9e7a;border-radius:8px;align-items:center;gap:6px;min-width:0;height:34px;padding:0 9px;display:flex}.saved-route-search-wrap:focus-within{border-color:#9b70ffd1;box-shadow:0 0 0 2px #8b5cf624}.saved-route-search-wrap input{color:#eef2ff;background:0 0;border:0;outline:0;width:100%;min-width:0;font-size:11px}.saved-route-search-wrap input::placeholder{color:#74829a}.saved-route-sort-select{color:#dbe4f3;cursor:pointer;background:#111827;border:1px solid #6b7c9e7a;border-radius:8px;height:34px;padding:0 8px;font-size:11px;font-weight:700}.saved-route-item{grid-template-columns:34px minmax(0,1fr) auto}.saved-route-favorite{color:#a99a7b;cursor:pointer;background:#282116b8;border:1px solid #826c458c;border-radius:7px;width:34px;padding:0;font-size:20px;line-height:1}.saved-route-favorite:hover,.saved-route-favorite[aria-pressed=true]{color:#ffd35c;background:#593d0ec2;border-color:#ffc749d6}.saved-route-item.is-favorite .saved-route-load{background:linear-gradient(#2e2616e6,#161b27f5);border-color:#ffc74961}@media (width<=700px){.mini-map-overlay{width:min(440px,100% - 20px);height:310px;bottom:10px;left:10px}}.roadview-manual-navigation{z-index:45;opacity:0;visibility:hidden;pointer-events:none;justify-content:center;align-items:flex-end;gap:clamp(120px,23vw,360px);padding:0 34px 72px;transition:opacity .18s,visibility .18s;display:flex;position:absolute;inset:0}.roadview-manual-move-hint{color:#ffffff47;letter-spacing:-.2px;text-shadow:0 1px 4px #000c;pointer-events:none;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#080f192e;border:1px solid #ffffff2e;border-radius:22px;place-items:center;gap:3px;padding:10px 16px 9px;font-size:12px;font-weight:750;transition:color .16s,background .16s,border-color .16s;display:grid;position:absolute;bottom:82px;left:50%;transform:translate(-50%)}#roadview:hover .roadview-manual-move-hint{color:#ffffff9e;background:#080f1952;border-color:#ffffff4d}.roadview-manual-rotate{color:#ffffff4d;cursor:pointer;pointer-events:auto;text-shadow:0 2px 5px #000000bf;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#080f1933;border:1px solid #ffffff29;border-radius:50%;place-items:center;width:58px;height:58px;padding:0 0 4px;font-family:Arial,sans-serif;font-size:39px;line-height:1;transition:transform .14s,color .14s,background .14s,border-color .14s;display:grid}#roadview:hover .roadview-manual-rotate{color:#ffffff9e;background:#080f1957;border-color:#ffffff4d}.roadview-manual-rotate:hover{transform:scale(1.08);color:#fff!important;background:#145ebeb8!important;border-color:#a0caffe6!important}@media (width<=900px){.roadview-manual-navigation{gap:150px;padding-bottom:62px}.roadview-manual-move-hint{bottom:72px}}.roadview-manual-navigation{justify-content:center;align-items:center;gap:5px;width:auto;height:auto;padding:0;display:inline-flex;inset:58% auto auto 50%;transform:translate(0)}.roadview-manual-move-hint{color:#ffffff6b;white-space:nowrap;background:#080f193d;border-radius:16px;align-items:center;gap:5px;min-height:32px;padding:5px 9px;font-size:9px;display:inline-flex;position:static;transform:none}.roadview-manual-move-arrow{height:auto;font-size:16px;line-height:1}.roadview-manual-rotate{background:#080f1942;width:36px;height:36px;padding:0 0 2px;font-size:23px}.mini-map-overlay{grid-template-rows:minmax(0,1fr) auto;gap:8px;display:grid;overflow:visible}.mini-map-overlay:has(.direct-route-toolbar:not([hidden])){height:438px}.mini-map-overlay>.direct-route-toolbar{flex-wrap:nowrap;width:100%;max-width:none;margin:0;position:relative;bottom:auto;left:auto;right:auto;overflow:visible}.mini-map-overlay>.small-view-slot{min-height:0}.direct-route-pan-pad{width:62px;height:62px;margin-left:2px}.direct-route-toolbar .direct-route-pan-pad .pan-pad-btn{font-size:9px}@media (width<=900px){.mini-map-overlay:has(.direct-route-toolbar:not([hidden])){height:408px}}.roadview-manual-navigation{z-index:12000;opacity:0;visibility:hidden;pointer-events:none;justify-content:center;align-items:center;gap:5px;transition:opacity .12s,visibility .12s;top:-9999px;left:-9999px;inset:auto!important;width:auto!important;height:auto!important;padding:0!important;display:inline-flex!important;position:fixed!important;inset:auto!important;transform:none!important}.roadview-manual-navigation.is-visible{opacity:.96;visibility:visible}.roadview-manual-navigation:hover{opacity:1}.roadview-manual-move-hint{pointer-events:none;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);place-items:center;width:36px;height:42px;color:#ddfffbfa!important;background:#0d262c57!important;border:0!important;border-radius:14px!important;min-height:0!important;padding:0!important;display:grid!important;position:static!important;transform:none!important;box-shadow:inset 0 1px #ffffff52,0 3px 10px #00000029!important}.roadview-manual-move-icon{fill:none;stroke:currentColor;stroke-width:2.6px;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 1px 2px #00000059);width:28px;height:34px;overflow:visible}.roadview-manual-rotate{cursor:pointer;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);place-items:center;color:#ddfffbfa!important;pointer-events:auto!important;width:32px!important;height:32px!important;text-shadow:none!important;background:#0d262c57!important;border:1px solid #cbf1ed57!important;border-radius:50%!important;padding:0!important;transition:transform .12s,color .12s,background .12s,border-color .12s!important;display:grid!important;box-shadow:inset 0 1px #ffffff47,0 3px 9px #00000026!important}.roadview-manual-rotate svg{fill:none;stroke:currentColor;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round;pointer-events:none;filter:drop-shadow(0 1px 2px #00000047);width:23px;height:23px}.roadview-manual-rotate:hover{color:#f4fffe!important;background:#51aea694!important;border-color:#e0fffccc!important;transform:scale(1.08)!important}@media (width<=700px){.roadview-manual-navigation{gap:4px}.roadview-manual-move-hint{width:32px;height:38px}.roadview-manual-move-icon{width:25px;height:31px}.roadview-manual-rotate{width:29px!important;height:29px!important}.roadview-manual-rotate svg{width:21px;height:21px}}#roadview>.roadview-manual-navigation{justify-content:center!important;align-items:center!important;width:auto!important;min-width:0!important;height:auto!important;min-height:0!important;display:inline-flex!important;bottom:auto!important;right:auto!important;overflow:visible!important}#roadview>.roadview-provider-layer{width:100%!important;height:100%!important}.roadview-manual-navigation{gap:8px!important}.roadview-manual-move-hint{width:34px;height:42px;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:0 0!important;border:0!important;border-radius:0!important}.roadview-manual-move-icon{fill:none;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 1px 2px #00000059);width:30px;height:38px;overflow:visible}.roadview-manual-move-icon .echo-1{stroke:#d0f5f173;stroke-width:3.6px}.roadview-manual-move-icon .echo-2{stroke:#beede8ad;stroke-width:3.6px}.roadview-manual-move-icon .main{stroke:#e4fffcfa;stroke-width:4.2px}.roadview-manual-rotate{color:#0000!important;width:42px!important;height:32px!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:0 0!important;border:0!important;border-radius:0!important}.roadview-manual-rotate svg{fill:none;pointer-events:none;filter:drop-shadow(0 1px 2px #00000059);width:42px;height:28px;overflow:visible}.roadview-manual-rotate svg .echo-1{stroke:#d0f5f16b;stroke-width:4px;stroke-linecap:round;stroke-linejoin:round}.roadview-manual-rotate svg .echo-2{stroke:#beede8a8;stroke-width:4px;stroke-linecap:round;stroke-linejoin:round}.roadview-manual-rotate svg .main{stroke:#e4fffcfa;stroke-width:4.4px;stroke-linecap:round;stroke-linejoin:round}.roadview-manual-rotate svg .head{fill:#e4fffcfa;stroke:#e4fffcfa;stroke-width:.8px;stroke-linejoin:round}.roadview-manual-rotate:hover,.roadview-manual-rotate:active{background:0 0!important;border:0!important;transform:scale(1.06)!important}.roadview-manual-rotate:active{transform:scale(.96)!important}@media (width<=700px){.roadview-manual-navigation{gap:6px!important}.roadview-manual-rotate{width:38px!important;height:28px!important}.roadview-manual-rotate svg{width:38px;height:25px}.roadview-manual-move-hint{width:30px;height:36px}.roadview-manual-move-icon{width:26px;height:34px}}#roadview>.roadview-manual-navigation{top:-9999px;left:-9999px;z-index:60!important;display:none!important;position:absolute!important;bottom:auto!important;right:auto!important;transform:none!important}.waypoint-safety-overlay{z-index:12000;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0208179e;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.waypoint-safety-dialog{color:#e5eefc;background:#0b1220;border:1px solid #60a5fa6b;border-radius:18px;width:min(470px,100vw - 32px);padding:22px;box-shadow:0 24px 70px #0000007a}.waypoint-safety-title{margin-bottom:10px;font-size:18px;font-weight:800}.waypoint-safety-message{color:#b9c6da;font-size:14px;line-height:1.65}.waypoint-safety-actions{grid-template-columns:1fr;gap:9px;margin-top:18px;display:grid}.waypoint-safety-actions button{cursor:pointer;border-radius:11px;min-height:44px;font-weight:800}.waypoint-safety-primary{color:#fff;background:#1d4ed8;border:1px solid #2f6df6}.waypoint-safety-secondary{color:#cbd5e1;background:#111827;border:1px solid #334155}.mini-map-zoom-control{z-index:10010;-webkit-user-select:none;user-select:none;background:linear-gradient(#fcfdfefc,#e0e4e9fc);border:1px solid #b4b9c0f2;border-radius:12px;flex-direction:column;align-items:center;gap:4px;width:22px;padding:4px 2px;display:inline-flex;position:absolute;top:50%;right:10px;transform:translateY(-50%);box-shadow:0 3px 9px #0000002e}.mini-map-zoom-btn{color:#f8fafc;text-shadow:0 1px 2px #000000a6;cursor:pointer;background:0 0;border:none;place-items:center;width:16px;height:13px;padding:0;font-size:10px;line-height:1;display:grid}.mini-map-zoom-track{cursor:ns-resize;background:linear-gradient(#cdd1d6fc,#eceff2fc);border:1px solid #b1b6bcf2;border-radius:999px;width:10px;height:146px;position:relative;box-shadow:inset 0 1px 2px #fff3,inset 0 -1px 2px #00000029}.mini-map-zoom-thumb{background:linear-gradient(#fffffffc,#d3d8defc);border:1px solid #aaafb6fa;border-radius:999px;width:18px;height:58px;position:absolute;left:50%;transform:translate(-50%);box-shadow:0 2px 7px #00000057,inset 0 1px #ffffffb8}.mini-map-resize-handle{z-index:10020;cursor:nwse-resize;background:linear-gradient(#fffffffa,#f1f5f9f5);border:1px solid #d0d8e2fa;border-radius:50%;place-items:center;width:34px;height:34px;padding:0;display:grid;position:absolute;top:-5px;right:-5px;box-shadow:0 8px 20px #0f172a2e,inset 0 1px #ffffffeb}.mini-map-resize-handle:hover{background:linear-gradient(#fff,#f8fafcfa);border-color:#a7b4c5fa;transform:scale(1.05);box-shadow:0 10px 24px #0f172a38,inset 0 1px #fffffff5}.mini-map-resize-handle:active{transform:scale(.96)}.mini-map-resize-handle__grip{width:18px;height:18px;display:block}.mini-map-resize-handle__grip svg{width:100%;height:100%;overflow:visible}.mini-map-resize-handle__grip .resize-stroke{fill:none;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.mini-map-resize-handle__grip .resize-stroke--main{stroke:#7b808afa;stroke-width:2.1px}.mini-map-resize-handle__grip .resize-stroke--shadow{stroke:#7b808a47;stroke-width:4.2px}.is-mini-map-resizing,.is-mini-map-resizing *{cursor:nwse-resize!important;-webkit-user-select:none!important;user-select:none!important}@media (width<=900px){.mini-map-zoom-track{height:126px}}.car-reference-toggle{color:#ffd995;text-align:left;cursor:pointer;background:#2f291f;border:1px solid #8b6a2f;border-radius:9px;justify-content:space-between;align-items:center;width:100%;padding:10px 12px;font-size:12px;font-weight:800;display:flex}.car-reference-toggle:hover,.car-reference-toggle.is-open{background:#3a3020;border-color:#c7963c}.car-reference-toggle-arrow{font-size:18px;line-height:1}.car-reference-section{gap:9px;display:grid}.car-reference-section[hidden]{display:none}.car-reference-heading{color:#d8b978;padding:1px 3px;font-size:11px;font-weight:800}.route-alternative-card.is-car-reference{background:#29271f;border-style:dashed;border-color:#806633}.route-alternative-card.is-car-reference:hover,.route-alternative-card.is-car-reference.is-selected{box-shadow:none;background:#38301f;border-color:#c99a3f}.route-car-reference-number{color:#ffe5aa;background:#685326;border-radius:8px;width:34px;font-size:10px}.route-car-warning{color:#ffe2a1;background:#47391f;border:1px solid #9a7632;border-radius:7px;margin-top:5px;padding:7px 8px;font-size:11px;font-weight:750;line-height:1.45;display:block}
