*{margin:0;padding:0;box-sizing:border-box}html,body,#app{height:100%;width:100%;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}#map{position:absolute;inset:0;z-index:1}#route-planner{position:absolute;top:0;left:0;right:0;z-index:1000;padding:12px;padding-top:max(12px,env(safe-area-inset-top));pointer-events:none}.route-planner-card{background:#fff;border-radius:12px;box-shadow:0 2px 12px #0000002e;max-width:460px;pointer-events:auto;position:relative}.route-inputs{display:flex;align-items:stretch;padding:10px 6px 10px 12px;gap:8px}.route-dots{display:flex;flex-direction:column;align-items:center;justify-content:center;width:14px;flex-shrink:0;padding:13px 0}.dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.dot-start{background:#2d8a4e;box-shadow:0 0 0 3px #2d8a4e33}.dot-end{background:#d63031;box-shadow:0 0 0 3px #d6303133}.dot-line{flex:1;width:2px;background:#d0d0d0;min-height:10px;margin:3px 0}.route-fields{flex:1;min-width:0;display:flex;flex-direction:column}.route-field-row{display:flex;align-items:center;gap:4px}.route-input{flex:1;min-width:0;padding:10px 8px;border:none;background:#f5f5f5;border-radius:8px;font-size:15px;outline:none;color:#222;transition:background .15s}.route-input::placeholder{color:#999}.route-input:focus{background:#eef6f0;box-shadow:inset 0 0 0 1.5px #2d8a4e}.field-divider{height:1px;background:#eee;margin:4px 0}.field-action-btn{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border:none;border-radius:50%;background:transparent;color:#666;cursor:pointer;flex-shrink:0;-webkit-tap-highlight-color:transparent;transition:background .15s,color .15s}.field-action-btn:active{background:#eee}.field-action-btn.locating{color:#2d8a4e;animation:pulse-btn 1s ease-in-out infinite}@keyframes pulse-btn{0%,to{opacity:1}50%{opacity:.4}}.swap-btn{display:flex;align-items:center;justify-content:center;width:36px;flex-shrink:0;border:none;border-radius:8px;background:transparent;color:#666;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background .15s,color .15s;align-self:center}.swap-btn:active{background:#eee;color:#2d8a4e}#search-results{border-top:1px solid #eee;max-height:220px;overflow-y:auto;display:none}#search-results.visible{display:block}.search-result-item{padding:12px 16px;cursor:pointer;display:flex;flex-direction:column;gap:2px;border-bottom:1px solid #f5f5f5;transition:background .1s}.search-result-item:last-child{border-bottom:none;border-radius:0 0 12px 12px}.search-result-item:active{background:#f0f0f0}.result-name{font-size:14px;font-weight:500;color:#222}.result-address{font-size:12px;color:#888}#route-panel{position:absolute;bottom:80px;left:12px;right:12px;z-index:1000;background:#fff;border-radius:12px;box-shadow:0 2px 12px #0003;max-height:50vh;overflow-y:auto;padding:16px}#route-panel.hidden{display:none}#route-summary{font-size:16px;font-weight:600;margin-bottom:8px;display:flex;gap:16px;flex-wrap:wrap}#route-summary .stat{display:flex;flex-direction:column}#route-summary .stat-value{font-size:18px;color:#2d8a4e}#route-summary .stat-label{font-size:11px;color:#888;text-transform:uppercase}.route-details-toggle{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:10px 0 2px;border:none;background:transparent;color:#888;font-size:13px;font-weight:600;cursor:pointer;-webkit-tap-highlight-color:transparent}.route-details-toggle svg{transition:transform .25s ease}.route-details-toggle.expanded svg{transform:rotate(180deg)}.route-details{overflow:hidden;transition:max-height .3s ease,opacity .2s ease;max-height:600px;opacity:1}.route-details.collapsed{max-height:0;opacity:0;pointer-events:none}.go-btn{display:block;width:100%;padding:12px;margin:12px 0;border:none;border-radius:10px;background:#2d8a4e;color:#fff;font-size:16px;font-weight:700;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background .15s,transform .1s}.go-btn:active{transform:scale(.98);background:#236b3d}#elevation-profile{margin:12px 0;height:80px;position:relative}#elevation-profile canvas{width:100%;height:100%}#turn-directions{font-size:13px;line-height:1.6}#turn-directions .direction-step{padding:6px 0;border-bottom:1px solid #f0f0f0;display:flex;gap:8px}#turn-directions .direction-step:last-child{border-bottom:none}.direction-icon{flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:#2d8a4e}.direction-icon svg{width:18px;height:18px}.direction-text{flex:1}.direction-dist{color:#888;flex-shrink:0;font-size:12px}#nav-hud{position:absolute;inset:0;z-index:1000;pointer-events:none}#nav-hud.hidden{display:none}#nav-turn-banner{position:absolute;top:0;left:0;right:0;background:#1a1a2e;color:#fff;padding:16px 20px;padding-top:max(16px,env(safe-area-inset-top));display:flex;align-items:center;gap:16px;pointer-events:auto;min-height:80px}#nav-turn-icon{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;color:#fff}#nav-turn-icon svg{width:40px;height:40px}#nav-turn-info{flex:1;min-width:0}#nav-turn-distance{font-size:28px;font-weight:800;line-height:1.1}#nav-turn-text{font-size:16px;font-weight:500;opacity:.9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#nav-bottom{position:absolute;bottom:0;left:0;right:0;background:#fff;padding:12px 20px;padding-bottom:max(12px,env(safe-area-inset-bottom));display:flex;align-items:center;gap:16px;box-shadow:0 -2px 12px #00000026;pointer-events:auto}#nav-stats{flex:1;display:flex;gap:24px}.nav-stat{display:flex;flex-direction:column}.nav-stat-value{font-size:20px;font-weight:700;color:#1a1a2e}.nav-stat-label{font-size:11px;color:#888;text-transform:uppercase}.stop-nav-btn{padding:10px 20px;border:2px solid #e74c3c;border-radius:10px;background:#fff;color:#e74c3c;font-size:14px;font-weight:700;cursor:pointer;-webkit-tap-highlight-color:transparent;flex-shrink:0}.stop-nav-btn:active{background:#e74c3c;color:#fff}#nav-off-route{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#e74c3c;color:#fff;padding:12px 28px;border-radius:24px;font-size:16px;font-weight:700;pointer-events:none;animation:pulse 1.5s ease-in-out infinite}#nav-off-route.hidden{display:none}@keyframes pulse{0%,to{opacity:1;transform:translate(-50%,-50%) scale(1)}50%{opacity:.85;transform:translate(-50%,-50%) scale(1.05)}}.user-marker{position:relative;width:40px;height:40px}.user-dot{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:16px;height:16px;background:#4285f4;border:3px solid white;border-radius:50%;box-shadow:0 1px 4px #0000004d}.user-heading{position:absolute;top:0;left:50%;transform-origin:center 20px;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:14px solid #4285f4;margin-left:-8px;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3))}#loading{position:absolute;inset:0;z-index:2000;background:#ffffff80;display:flex;align-items:center;justify-content:center}#loading.hidden{display:none}.spinner{width:40px;height:40px;border:4px solid #e0e0e0;border-top-color:#2d8a4e;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.marker-start .leaflet-div-icon,.marker-end .leaflet-div-icon{border:none;background:none}.custom-marker{width:32px;height:32px;border-radius:50% 50% 50% 0;transform:rotate(-45deg);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;color:#fff;box-shadow:0 2px 6px #0000004d}.custom-marker span{transform:rotate(45deg)}.marker-green{background:#2d8a4e}.marker-red{background:#d63031}#btn-layers{position:absolute;bottom:24px;right:12px;z-index:1010;width:44px;height:44px;border:none;border-radius:50%;background:#fff;box-shadow:0 2px 8px #00000038;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#555;-webkit-tap-highlight-color:transparent;transition:background .15s,color .15s}#btn-layers.active{background:#2d8a4e;color:#fff}#btn-layers:active{transform:scale(.95)}#layers-backdrop{position:fixed;inset:0;background:#0000004d;z-index:1050;opacity:0;pointer-events:none;transition:opacity .3s ease;-webkit-tap-highlight-color:transparent}#layers-backdrop.visible{opacity:1;pointer-events:auto}#layers-panel{position:fixed;left:0;right:0;bottom:0;z-index:1051;background:#fff;border-radius:16px 16px 0 0;box-shadow:0 -4px 20px #00000026;max-height:55vh;transform:translateY(100%);transition:transform .3s cubic-bezier(.32,.72,0,1);display:flex;flex-direction:column;overflow:hidden;padding-bottom:max(12px,env(safe-area-inset-bottom))}#layers-panel.visible{transform:translateY(0)}.sheet-handle{display:flex;justify-content:center;padding:10px 0 4px;flex-shrink:0}.sheet-handle:after{content:"";width:36px;height:4px;border-radius:2px;background:#d0d0d0}.sheet-content{overflow-y:auto;flex:1;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.layers-section{padding:12px 16px}.layers-section+.layers-section{border-top:1px solid #eee}.layers-section-title{font-size:11px;font-weight:600;text-transform:uppercase;color:#999;letter-spacing:.5px;margin-bottom:8px}.profile-option{display:flex;align-items:center;gap:10px;padding:8px 6px;border-radius:8px;cursor:pointer;transition:background .1s;-webkit-tap-highlight-color:transparent}.profile-option:active{background:#f0f0f0}.profile-radio{width:18px;height:18px;border:2px solid #ccc;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:border-color .15s}.profile-option.active .profile-radio{border-color:#2d8a4e}.profile-radio-inner{width:10px;height:10px;border-radius:50%;background:#2d8a4e;transform:scale(0);transition:transform .15s}.profile-option.active .profile-radio-inner{transform:scale(1)}.profile-label{display:flex;flex-direction:column;gap:1px}.profile-label-name{font-size:14px;font-weight:500;color:#222}.profile-label-desc{font-size:11px;color:#999}.toggle-row{display:flex;align-items:center;justify-content:space-between;padding:6px;cursor:pointer;border-radius:8px;-webkit-tap-highlight-color:transparent}.toggle-row:active{background:#f0f0f0}.toggle-row-label{font-size:14px;font-weight:500;color:#222}.toggle-switch{width:40px;height:22px;background:#ddd;border-radius:11px;position:relative;transition:background .2s;flex-shrink:0}.toggle-switch.on{background:#2d8a4e}.toggle-switch:after{content:"";position:absolute;top:2px;left:2px;width:18px;height:18px;background:#fff;border-radius:50%;box-shadow:0 1px 3px #0003;transition:transform .2s}.toggle-switch.on:after{transform:translate(18px)}.legend{display:flex;flex-direction:column;gap:2px}.legend-item{display:flex;align-items:center;gap:8px;padding:3px 6px;font-size:12px;color:#444}.legend-line{width:22px;height:4px;border-radius:2px;flex-shrink:0}.legend-toggle{display:flex;align-items:center;justify-content:space-between;cursor:pointer;-webkit-tap-highlight-color:transparent}.legend-chevron{transition:transform .25s ease;color:#999}.legend-toggle.expanded .legend-chevron{transform:rotate(180deg)}.legend-collapsible{transition:max-height .25s ease,opacity .2s ease;max-height:200px;opacity:1;overflow:hidden}.legend-collapsible.collapsed{max-height:0;opacity:0}.hidden{display:none}.home-address-display{padding:4px 8px 8px}.home-address-text{font-size:13px;color:#666}.layers-action-btn{display:flex;align-items:center;gap:8px;width:100%;padding:10px 8px;border:none;border-radius:8px;background:transparent;color:#222;font-size:14px;font-weight:500;cursor:pointer;-webkit-tap-highlight-color:transparent;text-align:left}.layers-action-btn:active{background:#f0f0f0}.layers-action-btn svg{color:#2d8a4e;flex-shrink:0}#builder-toolbar{position:absolute;bottom:24px;left:12px;right:12px;z-index:1000;padding-bottom:max(0px,env(safe-area-inset-bottom))}#builder-toolbar.hidden{display:none}.builder-toolbar-inner{background:#fff;border-radius:12px;box-shadow:0 2px 12px #0003;padding:10px 14px;display:flex;align-items:center;justify-content:space-between;gap:10px}#builder-status{font-size:13px;font-weight:600;color:#555;flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.builder-actions{display:flex;gap:6px;flex-shrink:0}.builder-btn{display:flex;align-items:center;justify-content:center;min-width:36px;height:36px;border:1.5px solid #ddd;border-radius:8px;background:#fff;color:#555;cursor:pointer;font-size:13px;font-weight:600;padding:0 10px;-webkit-tap-highlight-color:transparent}.builder-btn:active{background:#f0f0f0}.builder-btn:disabled{opacity:.35;cursor:default}.builder-btn:disabled:active{background:#fff}.builder-btn-primary{background:#2d8a4e;color:#fff;border-color:#2d8a4e}.builder-btn-primary:active{background:#236b3d}.builder-btn-primary:disabled{background:#2d8a4e;border-color:#2d8a4e}.builder-btn-danger{background:#e74c3c;color:#fff;border-color:#e74c3c}.builder-btn-danger:active{background:#c0392b}.builder-btn-danger:disabled{background:#e74c3c;border-color:#e74c3c}.waypoint-marker{width:28px;height:28px;border-radius:50%;background:#3498db;color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;box-shadow:0 2px 6px #0000004d;border:2px solid white}#saved-routes-panel{position:absolute;bottom:24px;left:12px;right:12px;z-index:1001;background:#fff;border-radius:12px;box-shadow:0 4px 20px #0003;max-height:55vh;display:flex;flex-direction:column;overflow:hidden}#saved-routes-panel.hidden{display:none}.saved-routes-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px 10px;border-bottom:1px solid #eee;flex-shrink:0}.saved-routes-title{font-size:16px;font-weight:700;color:#222}#saved-routes-list{overflow-y:auto;flex:1}.saved-route-item{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;cursor:pointer;border-bottom:1px solid #f5f5f5;transition:background .1s;gap:10px}.saved-route-item:last-child{border-bottom:none}.saved-route-item:active{background:#f0f7f2}.saved-route-info{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.saved-route-name{font-size:14px;font-weight:600;color:#222;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.saved-route-meta{font-size:12px;color:#888}.saved-route-delete{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;color:#bbb;border-radius:50%;cursor:pointer;flex-shrink:0;-webkit-tap-highlight-color:transparent}.saved-route-delete:active{background:#fee;color:#e74c3c}.empty-state{padding:28px 16px;text-align:center;color:#999;font-size:14px}.toast{position:fixed;bottom:90px;left:50%;transform:translate(-50%);background:#1a1a2e;color:#fff;padding:10px 24px;border-radius:20px;font-size:14px;font-weight:600;z-index:3000;pointer-events:none;animation:toast-in .25s ease,toast-out .25s ease 1.5s forwards}@keyframes toast-in{0%{opacity:0;transform:translate(-50%) translateY(10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes toast-out{0%{opacity:1}to{opacity:0}}#preferences-toolbar{position:absolute;bottom:24px;left:12px;right:12px;z-index:1000;padding-bottom:max(0px,env(safe-area-inset-bottom))}#preferences-toolbar.hidden{display:none}.pref-popup-actions{display:flex;gap:6px;margin-top:8px}.pref-popup-btn{flex:1;padding:6px 8px;border:1.5px solid #ddd;border-radius:6px;background:#fff;font-size:12px;font-weight:600;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background .1s}.pref-popup-btn:active{background:#f0f0f0}.pref-popup-btn-prefer{color:#00c853;border-color:#00c853}.pref-popup-btn-block{color:#e74c3c;border-color:#e74c3c}.pref-popup-btn-clear,.pref-popup-btn-cancel{color:#888}body.custom-building #route-planner,body.custom-building #btn-layers,body.custom-building #layers-panel,body.custom-building #layers-backdrop,body.editing-preferences #route-planner,body.editing-preferences #btn-layers,body.editing-preferences #layers-panel,body.editing-preferences #layers-backdrop,body.editing-preferences #route-panel,body.navigating #route-planner,body.navigating #route-panel,body.navigating #btn-layers,body.navigating #layers-panel,body.navigating #layers-backdrop,body.navigating #builder-toolbar,body.navigating #saved-routes-panel{display:none!important}
