*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%;background:#000;overflow:hidden}.parken-container{width:100vw;height:100dvh;background:#000;position:relative;overflow:hidden;-webkit-user-select:none;user-select:none}.parken-map{width:100%;height:100%;background:#000}.map-state-init .leaflet-container,.map-state-zoomed-in .leaflet-container{cursor:url(/cursors/magnifying_glass_24x24.png) 12 12,zoom-in}.marker-circle:not(.locked):not(.disabled){cursor:url(/cursors/target_24x24.png) 12 12,crosshair}.leaflet-container{background:#000!important}.status-bar{position:absolute;top:0;left:0;right:0;z-index:1000;padding:calc(8px + env(safe-area-inset-top)) calc(16px + env(safe-area-inset-right)) 8px calc(16px + env(safe-area-inset-left));pointer-events:none;display:flex;align-items:center;justify-content:space-between}.status-text{color:#ffffffb3;font-family:Helvetica Neue,Arial,sans-serif;font-size:13px;font-weight:300;letter-spacing:1px}.env-label{margin-left:8px;padding:1px 6px;background:#d4202099;color:#fff;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border-radius:2px}.auth-btn{pointer-events:auto;background:#00000080;border:1px solid rgba(255,255,255,.45);color:#fffc;font-family:Helvetica Neue,Arial,sans-serif;font-size:12px;font-weight:400;letter-spacing:.5px;padding:5px 14px;cursor:pointer;transition:color .2s ease,border-color .2s ease,background .2s ease}.auth-btn:hover{color:#fff;border-color:#ffffffb3;background:#000000b3}.auth-modal-overlay{position:fixed;inset:0;background:#000000d9;z-index:3000;display:flex;align-items:center;justify-content:center}.auth-modal{background:#1a1a1a;border:1px solid rgba(255,255,255,.15);border-radius:8px;padding:24px;max-width:320px;width:90%}.auth-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.auth-modal-title{color:#fffc;font-size:16px;text-transform:uppercase;letter-spacing:1px}.auth-modal-close{background:none;border:1px solid rgba(255,255,255,.3);color:#fff9;font-size:14px;padding:4px 8px;cursor:pointer;line-height:1}.auth-modal-close:hover{color:#fff;border-color:#fff9}.auth-modal-buttons{display:flex;flex-direction:column;gap:12px}.auth-google-btn,.auth-apple-btn{display:flex;align-items:center;justify-content:center;gap:10px;padding:12px 16px;border-radius:6px;font-size:14px;font-family:Helvetica Neue,Arial,sans-serif;font-weight:500;cursor:pointer;border:none;transition:opacity .2s}.auth-google-btn:hover,.auth-apple-btn:hover{opacity:.85}.auth-google-btn{background:#fff;color:#333}.auth-apple-btn{background:#000;color:#fff;border:1px solid rgba(255,255,255,.3)}.auth-provider-icon{flex-shrink:0}.parken-marker-icon{background:none!important;border:none!important}.marker-circle{background:#d42020;border-radius:50%;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:transform .15s ease,opacity .3s ease}.marker-circle:hover{transform:scale(1.15);background:#e83030}.marker-circle.selected{background:#e83030;box-shadow:0 0 8px #e8303080}.marker-circle.disabled{opacity:.6;cursor:default}.marker-circle.disabled:hover{transform:none;background:#d42020}.marker-circle.visited{box-shadow:0 0 0 3px #fffc}.marker-circle.locked{background:#666;opacity:.3;cursor:not-allowed;filter:grayscale(1)}.marker-circle.locked:hover{transform:none;background:#666}.marker-circle.gps-unlocked{background:#d42020;opacity:1;cursor:pointer;filter:none;animation:gpsUnlockedPulse 2s ease-in-out infinite}.marker-circle.gps-unlocked:hover{transform:scale(1.1);background:#d42020}@keyframes gpsUnlockedPulse{0%,to{box-shadow:0 0 #d4202099}50%{box-shadow:0 0 0 8px #d4202000}}.stage-notification{position:fixed;inset:0;z-index:3000;background:#000c;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;cursor:pointer;animation:trophyFadeIn .6s ease-out}.stage-notification.fading{animation:trophyFadeOut .8s ease-in forwards}.stage-notification-circle{width:80px;height:80px;border-radius:50%;border:2px solid #c0392b;background:#d4202026;color:#d42020;font-family:Helvetica Neue,Arial,sans-serif;font-size:32px;font-weight:700;display:flex;align-items:center;justify-content:center;animation:trophyZoom 2s ease-out forwards}.stage-notification-label{background:#000000d9;border:1px solid #c0392b;color:#fffc;font-family:Helvetica Neue,Arial,sans-serif;font-size:16px;font-weight:400;padding:6px 18px;white-space:nowrap}.gps-welcome-notification{position:fixed;inset:0;z-index:3000;background:#000000d9;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;cursor:pointer;animation:trophyFadeIn .6s ease-out}.gps-welcome-notification.fading{animation:trophyFadeOut .8s ease-in forwards}.gps-welcome-icon{width:80px;height:80px;border-radius:50%;border:2px solid #c0392b;background:#d4202026;color:#d42020;font-size:36px;display:flex;align-items:center;justify-content:center;animation:trophyZoom 5s ease-out forwards}.gps-welcome-title{color:#ffffffe6;font-family:chaparral-pro,Georgia,serif;font-size:28px;font-weight:400}.gps-welcome-body{color:#ffffff80;font-family:Helvetica Neue,Arial,sans-serif;font-size:15px;max-width:340px;text-align:center;line-height:1.5}.marker-number{color:#fff;font-family:chaparral-pro,Georgia,serif;font-size:10px;font-weight:700;line-height:1;-webkit-user-select:none;user-select:none}.parken-popup .leaflet-popup-content-wrapper{background:#000000e6;color:#fff;border:1px solid #c0392b;border-radius:2px;font-family:Helvetica Neue,Arial,sans-serif;font-size:13px}.parken-popup .leaflet-popup-tip{background:#000000e6;border:1px solid #c0392b}.parken-popup .leaflet-popup-close-button{color:#999}.parken-popup .leaflet-popup-close-button:hover{color:#fff}.welcome-overlay{position:absolute;inset:0;z-index:2000;background:#000000d9;display:flex;align-items:center;justify-content:center}.welcome-content{display:flex;flex-direction:column;align-items:center;gap:32px}.welcome-title{color:#ffffffe6;font-family:Helvetica Neue,Arial,sans-serif;font-size:28px;font-weight:300;letter-spacing:1px;margin:0}.welcome-lang-row{display:flex;gap:12px}.welcome-lang-btn{background:none;border:1px solid rgba(255,255,255,.25);color:#ffffff80;font-family:Helvetica Neue,Arial,sans-serif;font-size:14px;font-weight:300;letter-spacing:.5px;padding:6px 18px;cursor:pointer;transition:color .2s ease,border-color .2s ease}.welcome-lang-btn:hover{color:#fffc;border-color:#ffffff80}.welcome-lang-btn.active{color:#fff;border-color:#c0392b}.welcome-enter-button{background:none;border:2px solid #c0392b;color:#fff;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:20px;padding:0;transition:background .2s ease}.welcome-enter-button:hover{background:#c0392b66}.welcome-close-button{position:absolute;top:16px;right:16px;background:none;border:none;color:#ffffffb3;font-size:18px;cursor:pointer;padding:4px 8px}.welcome-close-button:hover{color:#fff}.scene-viewer{position:absolute;inset:0;z-index:2000;background:#000;display:flex;align-items:center;justify-content:center}.scene-viewer-error{color:#fff9;font-family:Helvetica Neue,Arial,sans-serif;font-size:16px}.scene-title-overlay{position:absolute;inset:0;background:#000;display:flex;align-items:center;justify-content:center;cursor:none;z-index:10;animation:sceneFadeIn .6s ease-out}.scene-title-overlay.fading{animation:sceneFadeOut .8s ease-in forwards}.scene-title-content{text-align:center;padding:0 40px}.scene-title-main{color:#fff9;font-family:chaparral-pro,Georgia,serif;font-size:36px;font-weight:400;letter-spacing:.5px;line-height:1.4}.scene-title-sub{color:#ffffff73;font-family:chaparral-pro,Georgia,serif;font-size:26px;font-weight:400;font-style:italic;margin-top:12px;letter-spacing:.3px}@keyframes sceneFadeIn{0%{opacity:0}to{opacity:1}}@keyframes sceneFadeOut{0%{opacity:1}to{opacity:0}}.scene-image-container{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:24px 24px 96px;box-sizing:border-box;transition:transform 2s ease}.scene-image-container.zoomed{transform:scale(3.5)}.zoom-hires-overlay{position:absolute;pointer-events:none;object-fit:fill}.scene-main-image{max-width:100%;max-height:100%;height:100%;object-fit:contain;-webkit-user-select:none;user-select:none}.scene-close-btn{position:absolute;bottom:calc(16px + env(safe-area-inset-bottom));right:calc(16px + env(safe-area-inset-right));background:none;border:2px solid #c0392b;color:#fff;width:60px;height:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:28px;padding:0;line-height:1;z-index:20}.scene-close-btn:hover{background:#c0392b}.scene-nav-buttons{position:absolute;left:calc(12px + env(safe-area-inset-left));top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:6px;z-index:15}.scene-nav-btn{background:none;border:2px solid #c0392b;color:#fff;width:30px;height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-family:Helvetica Neue,Arial,sans-serif;font-size:13px;font-weight:700;padding:0;transition:background .15s ease}.scene-nav-btn:hover{background:#c0392b66}.scene-nav-btn.active{background:#c0392b}.appendix-panel{position:absolute;right:calc(12px + env(safe-area-inset-right));top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:6px;z-index:15}.appendix-btn{position:relative;background:none;border:2px solid #c0392b;color:#fff;width:45px;height:45px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-family:chaparral-pro,Georgia,serif;font-size:20px;font-weight:700;padding:0;transition:background .15s ease}.appendix-btn.viewed{color:#c0392b}.appendix-btn:hover{background:#c0392b66}.appendix-label{position:absolute;right:100%;top:-2px;height:45px;box-sizing:border-box;display:flex;align-items:center;background:#000000d9;border:2px solid #c0392b;color:#fffc;font-family:Helvetica Neue,Arial,sans-serif;font-size:13px;font-weight:400;padding:0 10px;white-space:nowrap;margin-right:8px;opacity:0;pointer-events:none;transition:opacity .2s ease}.appendix-btn:hover .appendix-label{opacity:1}.cutout-hotspots{position:absolute;inset:0;pointer-events:none}.cutout-hotspot{position:absolute;cursor:url(/cursors/eye_24x18.png) 12 9,pointer;pointer-events:auto;border:1px solid transparent;transition:border-color .2s ease,background .2s ease}.cutout-hotspot.visited{border:2px solid rgba(192,57,43,.6)}.cutout-hotspot:hover{border-color:#c0392b99;background:#c0392b1f}.cutout-tooltip{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:#000000d9;color:#fffc;font-family:Helvetica Neue,Arial,sans-serif;font-size:12px;padding:3px 8px;white-space:nowrap;opacity:0;transition:opacity .2s ease;pointer-events:none;margin-bottom:4px}.cutout-hotspot:hover .cutout-tooltip{opacity:1}.cutout-progress{position:absolute;bottom:56px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;z-index:15;pointer-events:none}.cutout-progress-label,.cutout-progress-label-standalone{border:2px solid #c0392b;background:#000000d9;color:#fffc;font-family:Helvetica Neue,Arial,sans-serif;font-size:13px;font-weight:400;padding:4px 12px;white-space:nowrap}.cutout-progress-label-standalone{position:absolute;bottom:24px;left:50%;transform:translate(-50%);z-index:20;pointer-events:none}.cutout-progress-dots{display:flex;align-items:center}.cutout-progress-cell{display:flex;align-items:center;justify-content:center;flex-shrink:0}.cutout-progress-dot{border-radius:50%;border:1.5px solid rgba(255,255,255,.5);background:transparent;transition:background .5s ease}.cutout-progress-dot.found{background:#c0392b;border-color:#c0392b;transition:none}.cutout-overlay{position:absolute;inset:0;background:#000;display:flex;align-items:center;justify-content:center;z-index:10;animation:sceneFadeIn .3s ease-out}.cutout-overlay-content{display:flex;flex-direction:column;align-items:center;max-width:90%;max-height:90%}.cutout-overlay-image{max-width:100%;max-height:calc(100vh - 80px);object-fit:contain;-webkit-user-select:none;user-select:none}.cutout-overlay-caption{color:#fff9;font-family:Helvetica Neue,Arial,sans-serif;font-size:22px;font-weight:300;margin-top:12px;letter-spacing:.3px}.sequence-overlay{position:absolute;inset:0;background:#000;display:flex;align-items:center;justify-content:center;z-index:10}.sequence-image-container{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.sequence-image{max-width:100%;max-height:100%;object-fit:contain;-webkit-user-select:none;user-select:none;animation:sceneFadeIn .4s ease-out}.sequence-dots{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:15}.sequence-dot{width:8px;height:8px;border-radius:50%;background:#fff6;transition:background .2s ease}.sequence-dot.visited{background:#c0392b99}.sequence-dot.active{background:#c0392b}.sequence-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:15;background:#0009;border:2px solid #c0392b;color:#fffc;font-size:28px;width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.sequence-nav:hover{background:#c0392b4d;color:#fff}.sequence-nav-prev{left:20px}.sequence-nav-next{right:20px}.map-point-label{position:absolute;bottom:24px;left:50%;transform:translate(-50%);z-index:1000;border:2px solid #c0392b;background:#000000d9;color:#fffc;font-family:Helvetica Neue,Arial,sans-serif;font-size:13px;font-weight:400;padding:4px 12px;white-space:nowrap;pointer-events:none}.minimap{position:absolute;bottom:calc(16px + env(safe-area-inset-bottom) + var(--map-img-bottom, 0px));right:calc(16px + env(safe-area-inset-right) + var(--map-img-right, 0px));z-index:1000;width:160px;height:97px;border:2px solid #c0392b;background:#000;overflow:hidden}.minimap-image{width:100%;height:100%;object-fit:cover;display:block;opacity:.8}.minimap-viewport{position:absolute;border:1.5px solid #e74c3c;background:#e74c3c26;pointer-events:none;box-sizing:border-box}.leaflet-control-zoom a{background:#000c!important;color:#ccc!important;border-color:#333!important}.leaflet-control-zoom a:hover{background:#000000f2!important;color:#fff!important}.status-bar-right{display:flex;align-items:center;gap:8px;pointer-events:auto}.score-display{position:absolute;bottom:calc(16px + env(safe-area-inset-bottom) + var(--map-img-bottom, 0px));left:calc(16px + env(safe-area-inset-left) + var(--map-img-left, 0px));z-index:1000;background:#000000bf;border:1px solid rgba(192,57,43,.6);border-radius:4px;padding:8px 14px;display:flex;align-items:center;gap:6px;pointer-events:auto;cursor:pointer;transition:border-color .2s ease,background .2s ease}.score-display:hover{border-color:#c0392b;background:#000000d9}.score-current{color:#c0392b;font-family:chaparral-pro,Georgia,serif;font-size:22px;font-weight:600;letter-spacing:.5px;line-height:1}.score-separator{width:1px;height:18px;background:#fff3;margin:0 2px}.score-max{color:#ffffff59;font-family:chaparral-pro,Georgia,serif;font-size:13px;font-weight:300;line-height:1}.score-trophies{color:#c0392bcc;font-family:chaparral-pro,Georgia,serif;font-size:13px;font-weight:400;margin-left:6px;display:flex;align-items:center;gap:3px}.score-trophy-icon{font-size:14px}.trophy-notification{position:fixed;inset:0;z-index:3000;background:#000c;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;cursor:pointer;animation:trophyFadeIn .6s ease-out}.trophy-notification.fading{animation:trophyFadeOut .8s ease-in forwards}.trophy-notification-image{max-width:50vw;max-height:50vh;width:auto;height:auto;border:2px solid #c0392b;animation:trophyZoom 2s ease-out forwards}@keyframes trophyZoom{0%{transform:scale(.8)}to{transform:scale(1.05)}}.trophy-notification-label{position:relative;z-index:1;background:#000000d9;border:1px solid #c0392b;color:#fffc;font-family:Helvetica Neue,Arial,sans-serif;font-size:16px;font-weight:400;padding:6px 18px;white-space:nowrap}.trophy-notification-score{position:relative;z-index:1;color:#ffffff80;font-family:Helvetica Neue,Arial,sans-serif;font-size:14px;font-weight:300}@keyframes trophyFadeIn{0%{opacity:0}to{opacity:1}}@keyframes trophyFadeOut{0%{opacity:1}to{opacity:0}}.trophy-announce{display:flex;flex-direction:column;align-items:center;gap:12px;animation:announceZoomIn 3.5s ease-out forwards}@keyframes announceZoomIn{0%{opacity:0;transform:scale(.8)}15%{opacity:1;transform:scale(.85)}to{opacity:1;transform:scale(1.05)}}.trophy-announce-heading{color:#c0392b;font-family:Helvetica Neue,Arial,sans-serif;font-size:28px;font-weight:300;text-transform:uppercase;letter-spacing:3px}.trophy-announce-label{color:#ffffffb3;font-family:Helvetica Neue,Arial,sans-serif;font-size:18px;font-weight:300}.trophy-gallery-overlay{position:fixed;inset:0;z-index:2500;background:#000000eb;overflow:hidden;display:flex;flex-direction:column}.trophy-gallery{max-width:800px;width:100%;margin:0 auto;padding:20px 24px;display:flex;flex-direction:column;height:100%;overflow:hidden}.trophy-gallery-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;flex-shrink:0}.trophy-gallery-score{display:flex;align-items:baseline;gap:4px;font-family:chaparral-pro,Georgia,serif}.trophy-gallery-score-current{color:#c0392b;font-size:36px;font-weight:600;letter-spacing:.5px}.trophy-gallery-score-sep{color:#fff3;font-size:22px;font-weight:300}.trophy-gallery-score-max{color:#ffffff59;font-size:22px;font-weight:300}.trophy-gallery-score-label{color:#ffffff4d;font-size:14px;font-weight:300;letter-spacing:1px;margin-left:4px}.trophy-gallery-close{background:none;border:2px solid #c0392b;color:#fff;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:20px;padding:0}.trophy-gallery-close:hover{background:#c0392b}.trophy-gallery-section{flex:1;min-height:0;overflow-y:auto}.trophy-gallery-section-title{color:#ffffff80;font-family:Helvetica Neue,Arial,sans-serif;font-size:13px;font-weight:300;letter-spacing:1px;text-transform:uppercase;margin-bottom:12px}.trophy-gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:8px}.achievement-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px}.achievement-card{aspect-ratio:1;position:relative;overflow:hidden;border-radius:4px;border:1px solid rgba(192,57,43,.3)}.achievement-card.unlocked{border-color:#c0392b80;cursor:pointer}.achievement-card.unlocked:hover{filter:brightness(1.15)}.achievement-card.locked{opacity:.4}.achievement-card-image{width:100%;height:100%}.achievement-card-image img{width:100%;height:100%;object-fit:cover}.achievement-card-placeholder{width:100%;height:100%;background:#ffffff0d}.achievement-card-info{position:absolute;bottom:0;left:0;right:0;padding:8px 10px;background:#000000bf}.achievement-card-name{color:#ffffffd9;font-family:chaparral-pro,Georgia,serif;font-size:14px}.achievement-card-hint{color:#fff6;font-family:Helvetica Neue,Arial,sans-serif;font-size:11px;margin-top:2px}.trophy-gallery-item{aspect-ratio:1;position:relative;overflow:hidden}.trophy-gallery-item.unlocked{border:1px solid rgba(192,57,43,.5);cursor:pointer;transition:border-color .2s ease}.trophy-gallery-item.unlocked:hover{border-color:#c0392b}.trophy-gallery-item.locked{border:1px solid rgba(255,255,255,.08)}.trophy-gallery-thumb{width:100%;height:100%;object-fit:cover}.trophy-gallery-locked{width:100%;height:100%;background:#ffffff08;display:flex;align-items:center;justify-content:center}.trophy-gallery-threshold{color:#ffffff26;font-family:chaparral-pro,Georgia,serif;font-size:11px;font-weight:300}.trophy-gallery-item-label{position:absolute;bottom:0;left:0;right:0;background:#000000b3;color:#ffffffb3;font-family:Helvetica Neue,Arial,sans-serif;font-size:10px;padding:2px 4px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.trophy-gallery-item.locked .trophy-gallery-item-label{white-space:normal;font-size:9px;color:#fff6}.trophy-gallery-viewer{position:fixed;inset:0;z-index:2600;background:#000000f2;display:flex;align-items:center;justify-content:center;cursor:pointer}.trophy-gallery-full{max-width:90%;max-height:90%;object-fit:contain;border:2px solid #c0392b}.trophy-translation{position:absolute;bottom:5%;left:50%;transform:translate(-50%);max-width:80%;background:#000000e0;color:#e0e0e0;padding:14px 22px;border:1px solid #c0392b;border-radius:4px;font-size:16px;line-height:1.5;text-align:center;white-space:pre-line;cursor:default}.settings-gear-btn{pointer-events:auto;background:#00000080;border:1px solid rgba(255,255,255,.45);color:#fffc;font-size:18px;padding:3px 8px;cursor:pointer;transition:color .2s ease,border-color .2s ease,background .2s ease;line-height:1}.settings-gear-btn:hover{color:#fff;border-color:#ffffffb3;background:#000000b3}.settings-overlay{position:fixed;inset:0;z-index:2500;background:#000000eb;overflow-y:auto}.settings-container{max-width:500px;margin:0 auto;padding:32px 24px}.settings-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}.settings-title{color:#ffffff80;font-family:Helvetica Neue,Arial,sans-serif;font-size:13px;font-weight:300;letter-spacing:1px;text-transform:uppercase}.settings-close{background:none;border:2px solid #c0392b;color:#fff;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:20px;padding:0}.settings-close:hover{background:#c0392b}.settings-section{margin-bottom:32px}.settings-section-title{color:#ffffff80;font-family:Helvetica Neue,Arial,sans-serif;font-size:13px;font-weight:300;letter-spacing:1px;text-transform:uppercase;margin-bottom:12px}.settings-select{background:#ffffff0d;border:1px solid rgba(255,255,255,.15);color:#ffffffb3;font-family:Helvetica Neue,Arial,sans-serif;font-size:14px;padding:8px 12px;width:100%;box-sizing:border-box}.settings-select:disabled{opacity:.5}.settings-field{margin-bottom:12px}.settings-label{display:block;color:#fff6;font-family:Helvetica Neue,Arial,sans-serif;font-size:12px;font-weight:300;letter-spacing:.5px;margin-bottom:4px}.settings-input{background:#ffffff0d;border:1px solid rgba(255,255,255,.15);color:#fffc;font-family:Helvetica Neue,Arial,sans-serif;font-size:14px;padding:8px 12px;width:100%;box-sizing:border-box;outline:none;transition:border-color .2s ease}.settings-input:focus{border-color:#c0392b}.settings-save-btn{background:none;border:1px solid #c0392b;color:#fffc;font-family:Helvetica Neue,Arial,sans-serif;font-size:13px;font-weight:400;padding:6px 20px;cursor:pointer;margin-top:4px;transition:background .2s ease}.settings-save-btn:hover{background:#c0392b4d}.settings-account-info{color:#ffffff80;font-family:Helvetica Neue,Arial,sans-serif;font-size:13px;font-weight:300;margin-bottom:12px}.settings-signout-btn{background:none;border:1px solid rgba(255,255,255,.25);color:#ffffff80;font-family:Helvetica Neue,Arial,sans-serif;font-size:12px;font-weight:300;padding:4px 14px;cursor:pointer;transition:color .2s ease,border-color .2s ease}.settings-signout-btn:hover{color:#fffc;border-color:#ffffff80}.settings-reset-btn{background:none;border:1px solid #c0392b;color:#ffffffb3;font-family:Helvetica Neue,Arial,sans-serif;font-size:13px;font-weight:400;padding:6px 20px;cursor:pointer;transition:background .2s ease}.settings-reset-btn:hover{background:#c0392b4d}.settings-reset-danger{background:#c0392b33}.settings-reset-danger:hover{background:#c0392b80}.settings-reset-confirm{border:1px solid rgba(192,57,43,.4);padding:16px}.settings-reset-warning{color:#fff9;font-family:Helvetica Neue,Arial,sans-serif;font-size:13px;font-weight:300;line-height:1.5;margin:0 0 12px}.settings-reset-actions{display:flex;gap:8px}.settings-cancel-btn{background:none;border:1px solid rgba(255,255,255,.25);color:#ffffff80;font-family:Helvetica Neue,Arial,sans-serif;font-size:13px;font-weight:300;padding:6px 20px;cursor:pointer;transition:color .2s ease,border-color .2s ease}.settings-cancel-btn:hover{color:#fffc;border-color:#ffffff80}.settings-tabs{display:flex;margin-bottom:24px;border-bottom:1px solid rgba(255,255,255,.15)}.settings-tab{flex:1;background:none;border:none;border-bottom:2px solid transparent;color:#ffffff80;padding:10px 16px;cursor:pointer;font-size:14px;text-transform:uppercase;letter-spacing:1px;transition:color .2s,border-color .2s}.settings-tab:hover{color:#fffc}.settings-tab.active{color:#c0392b;border-bottom-color:#c0392b}.credits-text{color:#ffffffb3;font-size:14px;line-height:1.6;margin-bottom:16px}.credits-voice-list{display:flex;flex-direction:column;gap:8px}.credits-voice-row{display:flex;justify-content:space-between;align-items:baseline;padding:6px 0;border-bottom:1px solid rgba(255,255,255,.08)}.credits-voice-point{color:#ffffffb3;font-size:14px}.credits-voice-name{color:#fff6;font-size:13px;font-style:italic}.tutorial-overlay{position:absolute;inset:0;z-index:2000;background:#000000e0;display:flex;align-items:center;justify-content:center;animation:sceneFadeIn .6s ease-out}.tutorial-card{max-width:480px;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 24px}.tutorial-step-title{color:#ffffffb3;font-family:chaparral-pro,Georgia,serif;font-size:28px;font-weight:400;letter-spacing:.5px;margin:0 0 16px}.tutorial-step-body{color:#ffffff73;font-family:Helvetica Neue,Arial,sans-serif;font-size:16px;font-weight:300;line-height:1.5;margin:0 0 32px}.tutorial-dots{display:flex;gap:8px;margin-bottom:32px}.tutorial-dot{width:8px;height:8px;border-radius:50%;background:#c0392b4d;transition:background .2s ease}.tutorial-dot.active{background:#c0392b}.tutorial-nav{display:flex;align-items:center;gap:24px}.tutorial-skip{background:none;border:none;color:#ffffff4d;font-family:Helvetica Neue,Arial,sans-serif;font-size:13px;font-weight:300;letter-spacing:.5px;cursor:pointer;padding:4px 8px;transition:color .2s ease}.tutorial-skip:hover{color:#fff9}.tutorial-next{background:none;border:2px solid #c0392b;color:#fff;min-width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:18px;padding:0 16px;font-family:Helvetica Neue,Arial,sans-serif;font-weight:400;transition:background .2s ease}.tutorial-next:hover{background:#c0392b66}.settings-tutorial-btn{background:none;border:1px solid #c0392b;color:#ffffffb3;font-family:Helvetica Neue,Arial,sans-serif;font-size:13px;font-weight:400;padding:6px 20px;cursor:pointer;transition:background .2s ease}.settings-tutorial-btn:hover{background:#c0392b4d}.image-description-toggle{position:absolute;bottom:80px;left:16px;background:none;border:2px solid #c0392b;color:#fff;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-family:chaparral-pro,Georgia,serif;font-size:18px;font-style:italic;font-weight:700;padding:0;z-index:20;transition:background .15s ease}.image-description-toggle:hover{background:#c0392b66}.image-description-panel{position:absolute;bottom:0;left:0;right:0;background:#000000d9;color:#fffc;font-family:Helvetica Neue,Arial,sans-serif;font-size:14px;font-weight:300;line-height:1.5;padding:16px 20px;max-height:40%;overflow-y:auto;z-index:15;border-top:1px solid rgba(192,57,43,.4)}.subtitle-bar{position:absolute;bottom:120px;left:50%;transform:translate(-50%);z-index:25;background:#000000bf;color:#ffffffe6;font-family:Helvetica Neue,Arial,sans-serif;font-size:24px;line-height:1.3;font-weight:300;padding:10px 20px;width:70%;height:82.4px;display:flex;align-items:center;justify-content:center;text-align:center;pointer-events:none}.mute-btn{pointer-events:auto;background:#00000080;border:1px solid rgba(255,255,255,.45);color:#fffc;font-size:16px;padding:3px 8px;cursor:pointer;transition:color .2s ease,border-color .2s ease,background .2s ease;line-height:1}.mute-btn:hover{color:#fff;border-color:#ffffffb3;background:#000000b3}.mute-btn.muted{opacity:.5}.locate-btn{pointer-events:auto;background:#00000080;border:1px solid rgba(255,255,255,.45);color:#fffc;font-size:18px;padding:3px 8px;cursor:pointer;transition:color .2s ease,border-color .2s ease,background .2s ease;line-height:1}.locate-btn:hover{color:#fff;border-color:#ffffffb3;background:#000000b3}.locate-btn.active{color:#d42020;border-color:#d42020}.locate-btn.following{animation:followPulse 2s ease-in-out infinite}@keyframes followPulse{0%,to{box-shadow:0 0 4px #d4202066}50%{box-shadow:0 0 10px #d42020cc}}.user-location-icon{background:none!important;border:none!important}.user-location-dot{width:24px;height:24px;background:#d42020;border:3px solid #fff;border-radius:50%;position:relative;box-shadow:0 0 6px #d4202099}.user-location-pulse{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:24px;height:24px;background:#d420204d;border-radius:50%;animation:userLocationPulse 2s ease-out infinite}@keyframes userLocationPulse{0%{width:24px;height:24px;opacity:1}to{width:60px;height:60px;opacity:0}}@media(max-height:500px){.minimap{width:120px;height:73px}.scene-close-btn{width:44px;height:44px;font-size:22px}.appendix-btn{width:38px;height:38px;font-size:17px}.appendix-label{height:38px}.scene-nav-btn{width:36px;height:36px;font-size:14px}.scene-image-container{padding:16px 16px 60px}.status-bar{padding-top:calc(4px + env(safe-area-inset-top));padding-bottom:4px}.status-text{font-size:11px}.score-display{padding:5px 10px}.score-current{font-size:18px}.score-max{font-size:11px}.cutout-progress{bottom:44px}.sequence-nav{width:40px;height:40px;font-size:22px}.subtitle-bar{font-size:18px;bottom:80px;width:80%;height:calc(18px * 1.3 * 2 + 20px)}.cutout-overlay-image{max-height:calc(100dvh - 60px)}}.rotate-overlay{display:none}@media(orientation:portrait)and (max-width:850px){.rotate-overlay{position:fixed;inset:0;z-index:10000;background:#000;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px}.rotate-icon{font-size:48px;color:#fff9;animation:rotateHint 2s ease-in-out infinite}.rotate-text{color:#fff9;font-family:Helvetica Neue,Arial,sans-serif;font-size:16px;font-weight:300;letter-spacing:.5px;text-align:center;padding:0 32px}@keyframes rotateHint{0%,to{transform:rotate(0)}25%{transform:rotate(90deg)}50%{transform:rotate(90deg)}75%{transform:rotate(0)}}}.gallery-tabs{display:flex;gap:0;margin-bottom:12px;border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0}.gallery-tab{background:none;border:none;border-bottom:2px solid transparent;color:#fff6;font-family:Helvetica Neue,Arial,sans-serif;font-size:13px;font-weight:300;letter-spacing:1px;text-transform:uppercase;padding:8px 16px;cursor:pointer;transition:color .2s ease,border-color .2s ease}.gallery-tab:hover{color:#ffffffb3}.gallery-tab.active{color:#c0392b;border-bottom-color:#c0392b}.points-overview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:8px}.points-overview-card{position:relative;aspect-ratio:4 / 3;overflow:hidden;border-radius:2px;container-type:inline-size}.points-overview-card.visited{border:1px solid rgba(192,57,43,.5);cursor:pointer;transition:border-color .2s ease}.points-overview-card.visited:hover{border-color:#c0392b}.points-overview-card.locked{border:1px solid rgba(255,255,255,.06);opacity:.4}.points-overview-card.unlocked{border:1px solid rgba(255,255,255,.12)}.points-overview-thumb{width:100%;height:100%;object-fit:cover}.points-overview-placeholder{width:100%;height:100%;background:#ffffff08}.points-overview-card-info{position:absolute;bottom:0;left:0;right:0;background:#000000bf;padding:4px 6px;display:flex;align-items:baseline;gap:5px}.points-overview-card-number{color:#c0392b;font-family:Helvetica Neue,Arial,sans-serif;font-size:13px;font-weight:600;flex-shrink:0}.points-overview-card-title{color:#ffffffa6;font-family:Helvetica Neue,Arial,sans-serif;font-size:11px;font-weight:300;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.points-overview-card.locked .points-overview-card-title{font-style:italic;color:#ffffff4d;font-size:10px}.points-overview-score{position:absolute;top:0;left:0;right:0;height:3px;background:#ffffff14}.points-overview-score-bar{height:100%;background:#c0392b;transition:width .3s ease}.points-overview-score-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#ffffffe6;font-family:chaparral-pro,Helvetica Neue,Arial,sans-serif;font-size:18cqi;font-weight:600;white-space:nowrap;-webkit-text-stroke:3px #c0392b;paint-order:stroke fill;opacity:0;transition:opacity .2s ease}.points-overview-card.visited:hover .points-overview-score-text{opacity:1}@media(max-height:500px){.points-overview-grid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:4px}.trophy-gallery-grid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:6px}}.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}}
