.home-page{display:flex;flex-direction:column;gap:3rem}.hero{text-align:center;padding:3rem 0}.hero h1{font-size:3rem;margin-bottom:1rem;background:var(--gradient-hero);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero p{font-size:1.2rem;color:var(--text-secondary);margin-bottom:1rem}.db-notice{font-size:.95rem;color:var(--success);margin-bottom:2rem;font-weight:500}.connect-button{display:inline-block;text-decoration:none;background:var(--gradient-athletic);color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;border-radius:8px;cursor:pointer;transition:transform .2s}.connect-button:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.stats-overview{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:2rem}.stats-overview h2{font-size:1.5rem;margin-bottom:1.5rem;text-align:center;color:var(--text-primary)}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.stat-card{background:var(--gradient-card);border:1px solid var(--border);border-radius:8px;padding:1.25rem;text-align:center;transition:all .2s}.stat-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.stat-card.clickable{cursor:pointer}.stat-card.clickable:active{transform:translateY(0)}.stat-card.jindex{border-color:var(--primary)}.stat-card.jindex .stat-value{color:var(--primary)}.stat-card.streak{border-color:var(--run-color)}.stat-card.streak .stat-value{color:var(--run-color)}.stat-icon{font-size:1.75rem;margin-bottom:.5rem}.stat-label{font-size:.75rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem}.stat-value{font-size:2.5rem;font-weight:700;color:var(--primary)}.stat-hint{font-size:.75rem;color:var(--text-secondary);margin-top:.5rem}.stat-icon.large{font-size:2.5rem;margin:.5rem 0}.stat-card.totals{border-color:var(--primary)}.stat-totals-grid{display:flex;justify-content:space-around;gap:1rem;margin-top:.5rem}.stat-totals-item{display:flex;flex-direction:column;align-items:center}.stat-totals-item .totals-value{font-size:1.5rem;font-weight:700;color:var(--primary)}.stat-totals-item .totals-label{font-size:.7rem;color:var(--text-secondary);text-transform:uppercase}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{background:var(--bg-card);padding:2rem;border-radius:12px;border:1px solid var(--border);transition:transform .2s,border-color .2s}.feature-card:hover{transform:translateY(-4px);border-color:var(--primary)}.feature-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--text-primary)}.feature-card p{color:var(--text-secondary);line-height:1.6}@media (max-width: 768px){.hero h1{font-size:2rem}.features{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.stat-value{font-size:2rem}.stat-icon{font-size:1.5rem}.stats-overview{padding:1.5rem}.stats-overview h2{font-size:1.25rem}}@media (max-width: 480px){.stats-grid{grid-template-columns:1fr}.stat-value{font-size:1.75rem}}.skeleton-text{display:inline-block;min-width:3rem;height:1em;background:linear-gradient(90deg,var(--border) 25%,var(--bg-card) 50%,var(--border) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite;border-radius:4px}.stat-value.skeleton-text{height:2.5rem;min-width:4rem}.totals-value.skeleton-text{height:1.5rem;min-width:2.5rem}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.goals-overview{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.5rem;cursor:pointer;transition:all .2s}.goals-overview:hover{border-color:var(--primary)}.goals-overview-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.goals-overview-header h2{margin:0;font-size:1rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px}.goals-mini-list{display:flex;flex-direction:column;gap:.75rem}.goal-mini{display:flex;flex-direction:column;gap:.35rem}.goal-mini-header{display:flex;justify-content:space-between;align-items:baseline}.goal-mini-title{font-size:.9rem;font-weight:500;color:var(--text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:60%}.goal-mini-progress{font-size:.8rem;color:var(--text-secondary)}.goal-mini-bar{position:relative;height:6px;background:var(--bg-hover, rgba(0, 0, 0, .1));border-radius:3px}.goal-mini-fill{height:100%;background:linear-gradient(135deg,#6a82fb,#fc5c7d);border-radius:3px;transition:width .3s ease}.goal-mini-marker{position:absolute;top:-2px;width:2px;height:10px;background:var(--text-primary);border-radius:1px;transform:translate(-50%);opacity:.6}.events-overview{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.5rem;cursor:pointer;transition:all .2s}.events-overview:hover{border-color:var(--primary)}.events-overview-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.events-overview-header h2{margin:0;font-size:1rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px}.events-mini-list{display:flex;flex-direction:column;gap:.75rem}.event-mini{display:flex;gap:1rem;align-items:flex-start;padding:.75rem;background:var(--bg-primary);border-radius:8px;transition:background .2s}.event-mini:hover{background:var(--bg-hover)}.event-mini-date{display:flex;flex-direction:column;align-items:center;min-width:45px;padding:.5rem;background:linear-gradient(135deg,#6a82fb,#fc5c7d);border-radius:6px;color:#fff}.event-mini-day{font-size:1.25rem;font-weight:700;line-height:1}.event-mini-month{font-size:.7rem;text-transform:uppercase;letter-spacing:.5px}.event-mini-info{flex:1;min-width:0}.event-mini-name{font-size:.95rem;font-weight:600;color:var(--text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.event-mini-details{font-size:.8rem;color:var(--text-secondary);margin-top:.2rem}.event-mini-distances{font-size:.75rem;color:var(--primary);margin-top:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.event-mini-countdown{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:50px;padding:.5rem;background:linear-gradient(135deg,#6a82fb,#fc5c7d);border-radius:6px;color:#fff}.countdown-number{font-size:1.25rem;font-weight:700;line-height:1}.countdown-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.5px}.feature-request{text-align:center}.feature-request a{display:inline-block;background:var(--gradient-card);border:1px solid var(--border);border-radius:8px;padding:.75rem 1.5rem;font-size:.9rem;color:var(--text-secondary);text-decoration:none;transition:all .2s}.feature-request a:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:var(--primary);color:var(--primary)}.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}}.map-page{position:fixed;top:0;left:var(--sidebar-width-collapsed);right:0;bottom:0;width:calc(100vw - var(--sidebar-width-collapsed));height:100vh;margin:0;padding:0}.map-fullscreen{width:100%;height:100%;position:relative}.map-container{width:100%;height:100%;position:absolute;top:0;left:0;z-index:1}.map-info-widget{position:absolute;top:1rem;left:1rem;z-index:1000;background:var(--bg-card);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border);border-radius:8px;padding:.75rem 1.25rem;box-shadow:0 4px 12px #0000004d}.timeline-slider-widget{position:absolute;bottom:1rem;left:1rem;right:1rem;z-index:1000;background:var(--bg-card);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border);border-radius:12px;padding:1rem 1.5rem;box-shadow:0 4px 12px #0000004d}.timeline-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;gap:1rem}.date-range-display{display:flex;align-items:center;gap:.5rem;font-size:.9rem}.date-input-wrapper{display:flex;align-items:center;gap:.5rem}.range-label{color:var(--text-secondary);font-size:.75rem;font-weight:500;white-space:nowrap}.range-date-input{background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border);border-radius:6px;padding:.35rem .5rem;font-size:.85rem;font-weight:600;cursor:pointer;outline:none;transition:all .2s}.range-date-input:hover{border-color:var(--primary);background:var(--bg-tertiary)}.range-date-input:focus{border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-alpha-10)}.range-date-input::-webkit-calendar-picker-indicator{cursor:pointer;filter:invert(.5)}[data-theme=dark] .range-date-input::-webkit-calendar-picker-indicator{filter:invert(.8)}.range-separator{color:var(--text-tertiary);margin:0 .25rem}.preset-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.preset-btn{background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border);border-radius:6px;padding:.4rem .75rem;font-size:.75rem;font-weight:500;cursor:pointer;outline:none;transition:all .2s}.preset-btn:hover{background:var(--bg-tertiary);border-color:var(--primary);color:var(--primary);transform:translateY(-1px)}.preset-btn:active{transform:translateY(0)}.year-btn{font-variant-numeric:tabular-nums;min-width:55px}.slider-container{position:relative;height:24px;display:flex;align-items:center}.slider-track{position:absolute;width:100%;height:4px;background:var(--bg-secondary);border-radius:2px;border:1px solid var(--border)}.slider-range{position:absolute;height:100%;background:var(--primary);border-radius:2px;transition:all .1s}.slider{position:absolute;width:100%;height:24px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;pointer-events:none;margin:0}.slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:14px;height:14px;border-radius:50%;background:var(--primary);cursor:pointer;pointer-events:all;border:2px solid var(--bg-card);box-shadow:0 2px 6px #0000004d;transition:all .2s}.slider::-webkit-slider-thumb:hover{transform:scale(1.2);box-shadow:var(--shadow-glow)}.slider::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:var(--primary);cursor:pointer;pointer-events:all;border:2px solid var(--bg-card);box-shadow:0 2px 6px #0000004d;transition:all .2s}.slider::-moz-range-thumb:hover{transform:scale(1.2);box-shadow:var(--shadow-glow)}.slider-start{z-index:3}.slider-end{z-index:4}.widget-content{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--text-secondary)}.activity-count{font-weight:700;font-size:1.1rem;color:var(--primary)}.separator{color:var(--text-tertiary)}.user-name{color:var(--text-primary);font-weight:500}.activity-info-panel{position:absolute;top:1rem;right:1rem;width:360px;max-height:calc(100vh - 100px);z-index:1000;background:var(--bg-card);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border);border-radius:12px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 8px 24px #0006;animation:slideInRight .2s ease-out}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.panel-header{padding:1.25rem;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:start;background:linear-gradient(135deg,var(--bg-card) 0%,#2a1a2a 100%)}.panel-header h3{margin:0;font-size:1.1rem;color:var(--text-primary);flex:1;line-height:1.4;padding-right:1rem}.close-btn{background:transparent;border:none;color:var(--text-secondary);font-size:2rem;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s;line-height:1}.close-btn:hover{background:var(--border);color:var(--primary)}.back-to-list{padding:0 1.25rem 1rem;border-bottom:1px solid var(--border)}.back-btn{width:100%;background:var(--bg-secondary);border:1px solid var(--border);color:var(--text-secondary);padding:.75rem;border-radius:6px;cursor:pointer;font-size:.9rem;transition:all .2s;text-align:center}.back-btn:hover{background:var(--bg-tertiary);border-color:var(--primary);color:var(--text-primary)}.panel-content{padding:1.25rem;display:flex;flex-direction:column;gap:1rem;overflow-y:auto}.info-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:var(--bg-secondary);border-radius:8px;border:1px solid var(--border)}.info-label{font-size:.85rem;color:var(--text-secondary);font-weight:500;text-transform:uppercase;letter-spacing:.5px}.info-value{font-size:1rem;color:var(--text-primary);font-weight:600}.info-value.activity-type{background:var(--primary);color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.85rem}.activities-list{display:flex;flex-direction:column;gap:.75rem}.activity-list-item{background:var(--bg-secondary);border:1px solid var(--border);border-radius:8px;padding:1rem;cursor:pointer;transition:all .2s}.activity-list-item:hover{background:var(--bg-tertiary);border-color:var(--primary);transform:translate(4px)}.list-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;gap:.75rem}.list-item-header-right{display:flex;align-items:center;gap:.5rem}.list-item-name{font-weight:600;color:var(--text-primary);font-size:.95rem;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.list-item-type{background:var(--primary);color:#fff;padding:.2rem .6rem;border-radius:8px;font-size:.75rem;white-space:nowrap}.list-item-arrow{color:var(--text-secondary);font-size:1.2rem;transition:all .2s}.activity-list-item:hover .list-item-arrow{color:var(--primary);transform:translate(4px)}.list-item-details{display:flex;gap:.5rem;align-items:center;font-size:.85rem;color:var(--text-secondary);flex-wrap:wrap}.list-item-details span:not(:last-child){white-space:nowrap}.loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1000;background:var(--bg-card);padding:2rem 3rem;border-radius:12px;border:1px solid var(--border);box-shadow:0 8px 24px #0006;font-size:1.2rem}.leaflet-container{background:var(--bg-primary)}.leaflet-interactive{cursor:pointer!important}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:var(--bg-card);color:var(--text-primary)}.leaflet-control-attribution{background:var(--bg-card);opacity:.95;color:var(--text-secondary)}.leaflet-control-attribution a{color:var(--primary)}@media (max-width: 1024px){.activity-info-panel{width:340px}}@media (max-width: 768px){.map-page{left:0;width:100vw;height:100vh}.map-info-widget{top:.5rem;left:.5rem;padding:.5rem 1rem}.timeline-slider-widget{bottom:.5rem;left:.5rem;right:.5rem;padding:.75rem 1rem}.timeline-header{flex-direction:column;align-items:flex-start;gap:.75rem}.date-range-display{font-size:.85rem;flex-wrap:wrap}.range-label{font-size:.7rem}.range-date-input{font-size:.8rem;padding:.3rem .45rem}.preset-buttons{width:100%}.preset-btn{font-size:.7rem;padding:.35rem .5rem}.widget-content{font-size:.8rem}.activity-count{font-size:1rem}.activity-info-panel{top:.5rem;right:.5rem;left:.5rem;width:auto;max-height:calc(100vh - 120px)}.panel-header h3{font-size:1rem}.info-row{padding:.5rem}.info-label{font-size:.75rem}.info-value{font-size:.9rem}}@media (max-width: 480px){.map-info-widget{left:.25rem;top:.25rem;padding:.4rem .75rem}.timeline-slider-widget{bottom:.25rem;left:.25rem;right:.25rem;padding:.6rem .75rem}.timeline-header{margin-bottom:.75rem;gap:.6rem}.date-range-display{font-size:.75rem;flex-wrap:wrap;gap:.4rem}.date-input-wrapper{gap:.35rem}.range-label{font-size:.65rem}.range-date-input{font-size:.75rem;padding:.25rem .4rem}.preset-buttons{gap:.35rem}.preset-btn{font-size:.65rem;padding:.3rem .4rem;flex:1;min-width:0}.slider-container{height:35px}.slider::-webkit-slider-thumb{width:16px;height:16px}.slider::-moz-range-thumb{width:16px;height:16px}.widget-content{font-size:.75rem;gap:.35rem}.user-name,.separator{display:none}}.activity-overview-page{width:100%}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;flex-wrap:wrap;gap:1rem}.page-header h1{margin:0;font-size:1.75rem}.header-controls{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.view-toggle{display:flex;gap:.5rem;background:var(--bg-tertiary);padding:.25rem;border-radius:8px;border:1px solid var(--border)}.toggle-btn{padding:.5rem 1rem;border:none;background:transparent;color:var(--text-secondary);border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .2s}.toggle-btn:hover{background:var(--bg-hover);color:var(--text-primary)}.toggle-btn.active{background:var(--primary);color:#fff;box-shadow:var(--shadow-sm)}.year-controls{display:flex;gap:.4rem}.year-nav,.today-btn{padding:.4rem .8rem;border:1px solid var(--border);background:var(--bg-card);color:var(--text-primary);border-radius:6px;cursor:pointer;font-size:.85rem;transition:all .2s}.year-nav:hover,.today-btn:hover{border-color:var(--primary);background:var(--bg-tertiary)}.user-info{margin-bottom:.75rem;color:var(--text-secondary);font-size:.9rem}.stats-container{display:grid;grid-template-columns:repeat(7,1fr);gap:.75rem;margin-bottom:1.25rem}.combined-card{background:var(--gradient-card);border:1px solid var(--border);border-radius:8px;padding:.75rem;transition:all .2s}.combined-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.combined-card.jindex-combined{border-color:var(--primary);background:var(--gradient-pink-tint)}.combined-card.streak-combined{border-color:var(--run-color)}.combined-card-title{font-size:.7rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;text-align:center;margin-bottom:.5rem;padding-bottom:.4rem;border-bottom:1px solid var(--border)}.combined-card-items{display:flex;justify-content:space-around;gap:.5rem}.combined-item{text-align:center;flex:1}.combined-label{font-size:.65rem;color:var(--text-tertiary);margin-bottom:.2rem}.combined-value{font-size:1.5rem;font-weight:700}.jindex-combined .combined-value{color:var(--primary)}.streak-combined .combined-value{color:var(--run-color)}.summary-card{background:var(--bg-card);border:1px solid var(--border);border-radius:6px;padding:.75rem;text-align:center;transition:all .2s;cursor:pointer}.summary-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.summary-card.run{border-color:var(--run-color)}.summary-card.run:hover{box-shadow:0 4px 12px #ff6b3566}.summary-card.cycle{border-color:var(--cycle-color)}.summary-card.cycle:hover{box-shadow:0 4px 12px #00bfa566}.summary-card.swim{border-color:var(--swim-color)}.summary-card.swim:hover{box-shadow:0 4px 12px #00b0ff66}.summary-card.weight{border-color:var(--weight-color)}.summary-card.weight:hover{box-shadow:0 4px 12px #9b59b666}.summary-card.all{border-color:var(--gold)}.summary-icon{font-size:1.5rem;margin-bottom:.3rem}.summary-value{font-size:1.75rem;font-weight:700;margin-bottom:.3rem}.summary-card.run .summary-value{color:var(--run-color)}.summary-card.cycle .summary-value{color:var(--cycle-color)}.summary-card.swim .summary-value{color:var(--swim-color)}.summary-card.weight .summary-value{color:var(--weight-color)}.summary-card.all .summary-value{color:var(--gold)}.summary-label{font-size:.75rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px}.year-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:1.5rem}.month-container{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;padding:.75rem}.month-name{text-align:center;font-weight:600;font-size:.9rem;margin-bottom:.6rem;color:var(--text-primary);padding-bottom:.5rem;border-bottom:1px solid var(--border)}.weekday-header{text-align:center;font-size:.7rem;font-weight:600;color:var(--text-tertiary);padding:.25rem 0}.calendar-day{aspect-ratio:1;display:flex;align-items:center;justify-content:center;font-size:.75rem;background:var(--bg-primary);border-radius:2px;cursor:default;transition:all .2s}.calendar-day.has-activity{background:var(--primary);color:#fff;font-weight:600}.calendar-day.today{border:2px solid var(--primary);box-shadow:var(--shadow-sm)}.weeks-list{display:flex;flex-direction:column;gap:.4rem}.week-row{display:flex;align-items:center;justify-content:space-between;background:var(--bg-secondary);border:1px solid var(--border);border-radius:4px;padding:.4rem .6rem;transition:all .2s;cursor:pointer}.week-row:hover{border-color:var(--primary);background:var(--bg-tertiary)}.week-row.empty{opacity:.4}.week-row.highlighted{border-color:var(--primary);background:var(--bg-tertiary);transform:translate(4px);box-shadow:0 2px 8px #646cff4d}.week-row.dimmed{opacity:.3}.week-label{font-size:.7rem;font-weight:600;color:var(--text-secondary);min-width:28px}.activity-indicators-inline{display:flex;gap:.35rem}.activity-dot{width:16px;height:16px;border-radius:50%;background:var(--border);border:2px solid var(--border);display:flex;align-items:center;justify-content:center;transition:all .2s}.activity-dot.run.active{background:var(--run-color);border-color:var(--run-color)}.activity-dot.cycle.active{background:var(--cycle-color);border-color:var(--cycle-color)}.activity-dot.swim.active{background:var(--swim-color);border-color:var(--swim-color)}.activity-dot.weight.active{background:var(--weight-color);border-color:var(--weight-color)}.dot-count{font-size:.55rem;font-weight:700;color:var(--text-primary);line-height:1}.legend{display:flex;gap:1.5rem;justify-content:center;margin-bottom:1rem;padding:.75rem;background:var(--bg-card);border-radius:6px;border:1px solid var(--border)}.legend-item{display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:var(--text-secondary)}.legend-box{width:20px;height:20px;border-radius:4px}.legend-box.run-box{background:var(--run-color)}.legend-box.cycle-box{background:var(--cycle-color)}.legend-box.swim-box{background:var(--swim-color)}.legend-box.has-activity{background:var(--primary);border-radius:2px}.legend-box.today{background:var(--bg-primary);border:2px solid var(--primary);box-shadow:var(--shadow-sm)}.calendar-legend{display:flex;gap:2rem;padding:.75rem;background:var(--bg-card);border-radius:8px;border:1px solid var(--border);justify-content:center}@media (max-width: 1400px){.stats-container{grid-template-columns:repeat(7,1fr)}}@media (max-width: 1200px){.year-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 1024px){.stats-container{grid-template-columns:repeat(4,1fr)}.year-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width: 768px){.page-header{flex-direction:column;align-items:flex-start}.header-controls{width:100%;justify-content:space-between}.stats-container{grid-template-columns:repeat(2,1fr)}.jindex-value,.streak-value,.summary-value{font-size:1.5rem}.year-grid{grid-template-columns:1fr}.legend,.calendar-legend{flex-direction:column;gap:.5rem;align-items:flex-start}}@media (max-width: 480px){.view-toggle{width:100%}.toggle-btn{flex:1}}.weekly-view-page{padding:1.5rem;max-width:1400px;margin:0 auto}.weekly-layout{display:flex;gap:1rem}.weekly-view-page .page-header{margin-bottom:1.5rem}.weekly-view-page .page-header h1{margin:0;font-size:1.5rem;color:var(--text-primary)}.view-toolbar{display:flex;align-items:stretch;gap:.75rem;margin-bottom:0}.view-toggle{display:inline-flex;gap:0;background:var(--bg-card);border:1px solid var(--border);border-radius:6px;overflow:hidden;width:fit-content;flex-shrink:0}.view-toggle .toggle-btn{padding:.5rem 1rem;border:none;background:transparent;color:var(--text-secondary);font-size:.85rem;cursor:pointer;transition:all .2s}.view-toggle .toggle-btn:hover{color:var(--text-primary)}.view-toggle .toggle-btn.active{background:var(--primary);color:#fff}.list-search{flex:1;min-width:0;padding:0 .75rem;background:var(--bg-card);border:1px solid var(--border);border-radius:6px;color:var(--text-primary);font-size:.85rem;outline:none;transition:border-color .2s;box-sizing:border-box}.list-search:focus{border-color:var(--primary)}.list-search::placeholder{color:var(--text-tertiary)}.list-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:0}.filter-btn{padding:.4rem .75rem;border:1px solid var(--border);border-radius:20px;background:var(--bg-card);color:var(--text-secondary);font-size:.8rem;cursor:pointer;transition:all .2s}.filter-btn:hover{border-color:var(--primary);color:var(--text-primary)}.filter-btn.active{background:var(--primary);border-color:var(--primary);color:#fff}.activities-list{display:flex;flex-direction:column;gap:.25rem}.list-activity-row{display:flex;align-items:center;gap:.5rem;padding:.4rem .75rem;background:var(--bg-card);border:1px solid var(--border);border-radius:6px;cursor:pointer;transition:all .2s}.list-activity-row:hover{border-color:var(--primary)}.list-activity-row.selected{background:var(--primary);border-color:var(--primary)}.list-activity-row.selected .list-activity-name,.list-activity-row.selected .list-activity-date,.list-activity-row.selected .list-stat{color:#fff}.list-activity-icon{font-size:1rem}.list-activity-info{flex:1;min-width:0;gap:.1rem;display:flex;flex-direction:column;gap:.2rem}.list-activity-name{font-weight:500;font-size:.85rem;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.list-activity-date{font-size:.7rem;color:var(--text-secondary)}.list-activity-stats{display:flex;gap:.75rem;flex-shrink:0}.list-stat{font-size:.8rem;color:var(--text-secondary);white-space:nowrap}.weeks-container{flex:1;min-width:0;display:flex;flex-direction:column;gap:1rem}.stats-panel{flex:1;min-width:0;background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1rem;height:fit-content;position:sticky;top:1rem}.stats-panel h2{margin:0 0 .75rem;font-size:1rem;color:var(--text-primary)}.stats-placeholder{color:var(--text-secondary);font-size:.85rem;text-align:center;padding:2rem 1rem}.streams-loading{display:flex;align-items:center;justify-content:center;color:var(--text-secondary);font-size:.8rem;background:var(--bg-hover);border-radius:6px}.activity-card.selected{background:var(--primary);color:#fff}.activity-card.selected .activity-name,.activity-card.selected .activity-stats{color:#fff}.selected-activity-header{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem}.selected-icon{font-size:1.5rem}.selected-info h2{margin:0;font-size:1rem;color:var(--text-primary);line-height:1.3}.selected-type{font-size:.8rem;color:var(--text-secondary)}.selected-date{font-size:.8rem;color:var(--text-secondary);margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.weekly-view-page .stats-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-auto-rows:60px;gap:.4rem}.weekly-view-page .grid-item{min-width:0}.weekly-view-page .grid-2x2{grid-column:span 2;grid-row:span 2}.weekly-view-page .stats-grid .activity-map{border-radius:6px;overflow:hidden;border:1px solid var(--border)}.weekly-view-page .stats-grid .activity-map .leaflet-container{background:var(--bg-hover)}.weekly-view-page .stat-box{background:var(--bg-hover);border-radius:6px;padding:.25rem .5rem;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:0;position:relative}.weekly-view-page .stat-box.has-info .stat-info{position:absolute;top:2px;right:3px;font-size:.55rem;width:12px;height:12px;display:flex;align-items:center;justify-content:center;background:var(--text-tertiary, #999);color:var(--bg-card, #fff);border-radius:50%;cursor:help;opacity:.4;transition:opacity .2s;font-style:normal}.weekly-view-page .stat-box.has-info:hover .stat-info{opacity:.8}.weekly-view-page .stat-box .stat-info[title]:hover:after{content:attr(title);position:absolute;top:16px;right:0;background:var(--bg-card, #fff);border:1px solid var(--border);border-radius:6px;padding:.5rem;font-size:.65rem;color:var(--text-primary);white-space:pre-line;z-index:100;min-width:180px;max-width:220px;text-align:left;box-shadow:0 4px 12px #00000026;line-height:1.4}.weekly-view-page .stat-box .stat-value{font-size:.9rem;font-weight:600;color:var(--text-primary);white-space:nowrap}.weekly-view-page .stat-box .stat-label{font-size:.65rem;color:var(--text-secondary);text-transform:uppercase}.week-block{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;overflow:hidden}.week-block.current-week{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary)}.week-header{display:flex;justify-content:space-between;align-items:center;padding:.4rem .75rem;background:var(--bg-hover);border-bottom:1px solid var(--border)}.week-header-left{display:flex;align-items:center;gap:.5rem}.week-number{font-weight:700;font-size:.75rem;color:var(--bg-card);background:var(--text-secondary);padding:.15rem .35rem;border-radius:4px}.current-week .week-number{background:var(--primary)}.week-label{font-weight:600;font-size:.85rem;color:var(--text-primary)}.current-week .week-label{color:var(--primary)}.week-totals{display:flex;gap:.75rem}.week-total{font-size:.75rem;color:var(--text-secondary);font-weight:500}.days-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));min-height:80px}.day-column{border-right:1px solid var(--border);display:flex;flex-direction:column;min-width:0;overflow:hidden;background:var(--bg-card, #fff)}.day-column:last-child{border-right:none}.day-column.empty{background:var(--bg-card, #fff)}.day-column.today{background:rgba(var(--primary-rgb, 99, 102, 241),.08)}.day-header{display:flex;justify-content:space-between;align-items:center;padding:.3rem .5rem;border-bottom:1px solid var(--border);background:var(--bg-secondary, rgba(0,0,0,.02))}.day-name{font-size:.7rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase}.day-number{font-size:.8rem;font-weight:600;color:var(--text-primary)}.today .day-header{background:var(--primary)}.today .day-name,.today .day-number{color:#fff}.day-activities{flex:1;padding:.35rem;display:flex;flex-direction:column;gap:.35rem;overflow-y:auto;max-height:180px}.no-activities{color:var(--text-tertiary, #999);font-size:.75rem;text-align:center;padding:.75rem}.activity-card{background:var(--bg-hover);border-radius:5px;padding:.4rem .5rem;cursor:pointer;transition:transform .15s,box-shadow .15s;min-width:0;overflow:hidden}.activity-card:hover{transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.activity-header{display:flex;align-items:center;gap:.3rem}.activity-icon{font-size:.8rem;flex-shrink:0}.activity-name{font-weight:500;font-size:.75rem;color:var(--text-primary);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.3}.activity-stats{display:flex;flex-direction:column;gap:.1rem;font-size:.7rem;color:var(--text-secondary);margin-top:.2rem}.load-more{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem}.load-more-hint{font-size:.75rem;color:var(--text-secondary)}.list-footer{padding:1rem;text-align:center}.load-more button{padding:.75rem 2rem;background:var(--bg-card);border:1px solid var(--border);border-radius:8px;color:var(--text-primary);font-size:.9rem;cursor:pointer;transition:all .2s}.load-more button:hover{border-color:var(--primary);color:var(--primary)}.weekly-view-page .hr-distribution{background:var(--bg-hover);border-radius:6px;padding:.5rem;display:flex;flex-direction:column}.weekly-view-page .hr-distribution h3{margin:0 0 .4rem;font-size:.75rem;font-weight:600;color:var(--text-primary)}.weekly-view-page .hr-histogram{display:flex;flex-direction:column;gap:.25rem;flex:1}.weekly-view-page .hr-bars{display:flex;align-items:flex-end;flex:1;min-height:40px;gap:1px;background:var(--bg-secondary, rgba(0,0,0,.05));border-radius:4px;padding:3px}.weekly-view-page .hr-bar{flex:1;min-width:3px;border-radius:2px 2px 0 0;transition:height .3s ease}.weekly-view-page .hr-bar:hover{opacity:.8}.weekly-view-page .hr-axis{display:flex;justify-content:space-between;font-size:.65rem;color:var(--text-secondary);padding:0 4px}.weekly-view-page .elevation-profile{background:var(--bg-hover);border-radius:6px;padding:.5rem;display:flex;flex-direction:column}.weekly-view-page .elevation-profile h3{margin:0 0 .4rem;font-size:.75rem;font-weight:600;color:var(--text-primary)}.weekly-view-page .elevation-svg{flex:1;background:var(--bg-secondary, rgba(0,0,0,.05));border-radius:4px}.weekly-view-page .power-curve{background:var(--bg-hover);border-radius:6px;padding:.5rem;display:flex;flex-direction:column}.weekly-view-page .power-curve h3{margin:0 0 .4rem;font-size:.75rem;font-weight:600;color:var(--text-primary)}.weekly-view-page .power-curve-svg{flex:1;background:var(--bg-secondary, rgba(0,0,0,.05));border-radius:4px;cursor:crosshair}@media (max-width: 900px){.days-grid{grid-template-columns:repeat(7,1fr)}.activity-name{font-size:.7rem}.activity-stats{font-size:.65rem}}@media (max-width: 768px){.weekly-view-page{padding:0;height:calc(100dvh - 5rem);overflow:hidden}.weekly-layout{flex-direction:column;height:100%;overflow:hidden}.week-block{overflow:visible}.stats-panel{order:-1;position:static;max-height:40vh;overflow-y:auto;flex-shrink:0;border-radius:0;border-left:none;border-right:none;border-top:none}.stats-placeholder{padding:.75rem;font-size:.8rem}.weeks-container{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:.5rem}.view-toggle{flex-shrink:0}.view-toggle .toggle-btn{padding:.35rem .75rem;font-size:.8rem}.list-filters{gap:.35rem;margin-bottom:.35rem}.filter-btn{padding:.2rem .4rem;font-size:.65rem}.day-header{padding:.2rem .25rem}.day-name{font-size:.6rem}.day-number{font-size:.65rem}.day-activities{padding:.2rem;gap:.2rem}.activity-card{padding:.25rem}.activity-name{font-size:.6rem;-webkit-line-clamp:1}.activity-stats{font-size:.55rem}.weekly-view-page .stats-grid{grid-auto-rows:50px;gap:.25rem}.weekly-view-page .stat-box .stat-value{font-size:.65rem}.weekly-view-page .stat-box .stat-label{font-size:.5rem}.weekly-view-page .stat-box{padding:.3rem}.selected-activity-header{margin-bottom:.5rem}.selected-date{margin-bottom:.5rem;padding-bottom:.5rem}.list-activity-row{padding:.5rem .75rem}}.jindex-page{width:100%}.jindex-page h1{margin-bottom:.5rem}.jindex-page h2{font-size:1.5rem;margin-bottom:1rem}.jindex-info{margin-bottom:1.5rem;color:var(--text-secondary);font-size:1rem}.jindex-stats-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;margin-bottom:3rem}.jindex-stat-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1rem;text-align:center;transition:all .2s;cursor:pointer}.jindex-stat-card:hover{transform:translateY(-2px);border-color:var(--primary)}.jindex-stat-card.active{background:var(--gradient-pink-tint);border:2px solid var(--primary);box-shadow:0 0 15px #fc5c7d4d;transform:translateY(-2px)}.jindex-stat-card.active:hover{border-color:var(--primary);box-shadow:0 0 20px #fc5c7d66}.jindex-stat-card .stat-label{font-size:.85rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem}.jindex-stat-card .stat-value{font-size:2.5rem;font-weight:700;color:var(--primary);margin-bottom:.5rem;transition:all .2s}.jindex-stat-card.active .stat-value{font-size:2.75rem;text-shadow:0 0 20px rgba(252,92,125,.5)}.jindex-stat-card .stat-description{font-size:.85rem;color:var(--text-tertiary);line-height:1.4}.graph-container{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:2rem;margin-bottom:2rem}.graph-description{color:var(--text-secondary);font-size:.95rem;margin-bottom:2rem;line-height:1.6}.graph-description strong{color:var(--primary);font-weight:600}@media (max-width: 1200px){.jindex-stats-grid{grid-template-columns:repeat(5,1fr);gap:.75rem}.jindex-stat-card .stat-value{font-size:2rem}.jindex-stat-card.active .stat-value{font-size:2.25rem}}@media (max-width: 768px){.jindex-stats-grid{grid-template-columns:repeat(3,1fr);gap:.5rem}.jindex-stat-card{padding:.75rem}.jindex-stat-card .stat-value{font-size:1.5rem}.jindex-stat-card.active .stat-value{font-size:1.75rem}.jindex-stat-card .stat-label{font-size:.7rem}.jindex-stat-card .stat-description{display:none}.graph-container{padding:1rem}.graph-container h2{font-size:1.2rem}.graph-description{font-size:.85rem}}.totals-page{width:100%}.totals-page h1{margin:0 0 .5rem}.totals-page h2{margin:0 0 1rem;font-size:1.5rem}.user-info{margin-bottom:1.5rem;color:var(--text-secondary);font-size:.9rem}.totals-cards{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem;margin-bottom:2.5rem}.total-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:.75rem 1rem;transition:all .2s}.total-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.total-card.run{border-color:var(--run-color)}.total-card.run:hover{box-shadow:0 4px 12px #ff6b3566}.total-card.cycle{border-color:var(--cycle-color)}.total-card.cycle:hover{box-shadow:0 4px 12px #00bfa566}.total-card.swim{border-color:var(--swim-color)}.total-card.swim:hover{box-shadow:0 4px 12px #00b0ff66}.total-card.ski{border-color:var(--ski-color)}.total-card.ski:hover{box-shadow:0 4px 12px #64b5f666}.total-card.weight{border-color:var(--weight-color)}.total-card.weight:hover{box-shadow:0 4px 12px #9b59b666}.total-card.all{border-color:var(--gold)}.total-card.all:hover{box-shadow:0 4px 12px #ffc10766}.total-icon{font-size:1.5rem;text-align:center;margin-bottom:.35rem}.total-label{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--text-secondary);text-align:center;margin-bottom:.5rem}.total-stats{display:flex;flex-direction:column;gap:.35rem}.stat-value{font-size:1.1rem;font-weight:700;margin-bottom:.1rem}.total-card.run .stat-value{color:var(--run-color)}.total-card.cycle .stat-value{color:var(--cycle-color)}.total-card.swim .stat-value{color:var(--swim-color)}.total-card.ski .stat-value{color:var(--ski-color)}.total-card.weight .stat-value{color:var(--weight-color)}.total-card.all .stat-value{color:var(--gold)}.stat-label{font-size:.65rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.3px}.yearly-table-container{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}.yearly-table-container:last-child{margin-bottom:0}.season-note{font-size:.85rem;color:var(--text-secondary);margin:-.5rem 0 1rem}.ski-table{max-width:400px}.table-wrapper{overflow-x:auto}.yearly-table{width:100%;border-collapse:collapse;font-size:.9rem}.yearly-table thead tr:first-child th{padding:1rem .75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;border-bottom:2px solid var(--border)}.yearly-table thead tr:nth-child(2) th{padding:.5rem .75rem;font-size:.7rem;color:var(--text-tertiary);border-bottom:1px solid var(--border)}.group-header{text-align:center!important}.group-header.run{color:var(--run-color);background:var(--run-bg)}.group-header.cycle{color:var(--cycle-color);background:var(--cycle-bg)}.group-header.swim{color:var(--swim-color);background:var(--swim-bg)}.group-header.ski{color:var(--ski-color);background:var(--ski-bg)}.group-header.weight{color:var(--weight-color);background:var(--weight-bg)}.group-header.total{color:var(--gold);background:var(--gold-alpha-10)}.sub-header{text-align:center;font-weight:500}.yearly-table tbody tr{border-bottom:1px solid var(--border);transition:background .2s}.yearly-table tbody tr:hover{background:var(--bg-tertiary)}.yearly-table tbody tr:last-child{border-bottom:none}.yearly-table td{padding:.75rem;text-align:center}.year-cell{font-weight:700;font-size:1rem;color:var(--text-primary);text-align:left!important;padding-left:1rem!important}.yearly-table td.run{color:var(--run-color);background:var(--run-bg)}.yearly-table td.cycle{color:var(--cycle-color);background:var(--cycle-bg)}.yearly-table td.swim{color:var(--swim-color);background:var(--swim-bg)}.yearly-table td.ski{color:var(--ski-color);background:var(--ski-bg)}.yearly-table td.weight{color:var(--weight-color);background:var(--weight-bg)}.yearly-table td.total-cell{font-weight:600;color:var(--gold);background:var(--gold-alpha-10)}.loading{text-align:center;padding:3rem;font-size:1.2rem}@media (max-width: 1400px){.totals-cards{grid-template-columns:repeat(3,1fr)}}@media (max-width: 1024px){.totals-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.totals-cards{grid-template-columns:1fr}.yearly-table{font-size:.75rem}.yearly-table thead tr:first-child th{padding:.75rem .5rem;font-size:.65rem}.yearly-table thead tr:nth-child(2) th{padding:.4rem .5rem;font-size:.6rem}.yearly-table td{padding:.5rem .4rem}.year-cell{font-size:.85rem;padding-left:.75rem!important}.stat-value{font-size:1rem}.total-icon{font-size:2rem}}.totals-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:1rem}.totals-header h1{margin:0}.compare-selector{display:flex;align-items:center;gap:.5rem}.compare-selector label{font-size:.9rem;color:var(--text-secondary)}.compare-selector select{padding:.4rem .75rem;border:1px solid var(--border);border-radius:6px;background:var(--bg-card);color:var(--text-primary);font-size:.9rem;cursor:pointer}.compare-legend{display:flex;gap:1.5rem;margin-bottom:1rem;font-size:.85rem}.legend-me:before{content:"";display:inline-block;width:12px;height:12px;background:var(--primary);border-radius:2px;margin-right:.4rem;vertical-align:middle}.legend-friend:before{content:"";display:inline-block;width:12px;height:12px;background:var(--text-secondary);border-radius:2px;margin-right:.4rem;vertical-align:middle}.stat-value.compare{display:flex;flex-direction:column;gap:.15rem}.stat-value.compare .my-value{color:var(--primary);font-weight:600}.stat-value.compare .friend-value{color:var(--text-secondary);font-size:.85em}.yearly-table td.compare-cell .my-value,.yearly-table td.compare-cell .friend-value{display:block}.yearly-table td.compare-cell .my-value{font-weight:600}.yearly-table td.compare-cell .friend-value{font-size:.85em;color:var(--text-primary);opacity:.75;margin-top:.15rem}.terrax-page{position:fixed;top:0;left:var(--sidebar-width-collapsed);right:0;bottom:0;width:calc(100vw - var(--sidebar-width-collapsed));height:100vh;margin:0;padding:0}.terrax-fullscreen{width:100%;height:100%;position:relative}.terrax-map-container{position:absolute;top:0;left:0;right:240px;bottom:0;z-index:1}.terrax-stats-widget{position:absolute;top:1rem;left:1rem;z-index:1000;display:flex;gap:.75rem}.terrax-stat-card{background:var(--bg-card);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border);border-radius:12px;padding:1rem 1.5rem;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #0000004d;min-width:140px;text-align:center}.terrax-stat-card:hover{transform:translateY(-2px);border-color:var(--primary);box-shadow:0 6px 16px #0006}.terrax-stat-card.active{border-color:var(--primary);background:linear-gradient(135deg,var(--bg-card) 0%,rgba(252,92,125,.1) 100%);box-shadow:0 4px 16px #fc5c7d4d}.terrax-stat-label{font-size:.75rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.terrax-stat-value{font-size:1.5rem;font-weight:700;color:var(--primary)}.terrax-stat-card.active .terrax-stat-value{color:var(--primary)}.terrax-stat-rank{font-size:.75rem;color:var(--text-secondary);margin-top:.35rem}.terrax-stat-card:not(.active) .terrax-stat-value{color:var(--text-primary)}.terrax-loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1000;background:var(--bg-card);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem 3rem;border-radius:12px;border:1px solid var(--border);box-shadow:0 8px 24px #0006;font-size:1.2rem;color:var(--text-primary)}.terrax-empty-widget{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1000;background:var(--bg-card);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem 3rem;border-radius:12px;border:1px solid var(--border);box-shadow:0 8px 24px #0006;text-align:center}.terrax-empty-widget p{margin:0;color:var(--text-primary);font-size:1.1rem}.terrax-empty-widget .hint{margin-top:.5rem;font-size:.9rem;color:var(--text-secondary)}.terrax-legend-widget{position:absolute;top:0;right:0;bottom:0;z-index:1000;background:var(--bg-card);border-left:1px solid var(--border);padding:1rem;width:240px;overflow-y:auto}.terrax-legend-title{font-size:.75rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem;font-weight:600}.terrax-legend-items{display:flex;flex-direction:column;gap:.5rem}.terrax-legend-item{display:flex;align-items:center;gap:.5rem;padding:.4rem .5rem;margin:-.2rem -.5rem;border-radius:6px;cursor:pointer;transition:background-color .15s}.terrax-legend-item:hover{background:var(--bg-hover, rgba(255, 255, 255, .1))}.terrax-legend-item.hovered{background:var(--bg-hover, rgba(255, 255, 255, .15))}.terrax-legend-item.terrax-legend-others{cursor:default;opacity:.7;margin-top:.5rem;padding-top:.6rem;border-top:1px solid var(--border)}.terrax-legend-item.terrax-legend-others:hover{background:transparent}.terrax-legend-rank{font-size:.75rem;color:var(--text-secondary);width:16px;text-align:center;flex-shrink:0;font-weight:600}.terrax-legend-color{width:16px;height:16px;border-radius:4px;flex-shrink:0}.terrax-legend-name{font-size:.875rem;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;min-width:0}.terrax-legend-area{font-size:.75rem;color:var(--text-secondary);white-space:nowrap;font-weight:500}.terrax-page .leaflet-container{background:var(--bg-primary)}.terrax-page .leaflet-control-attribution{background:var(--bg-card);opacity:.95;color:var(--text-secondary)}.terrax-page .leaflet-control-attribution a{color:var(--primary)}@media (max-width: 768px){.terrax-page{left:0;width:100vw;height:100vh}.terrax-stats-widget{top:.5rem;left:.5rem;right:auto;flex-wrap:wrap}.terrax-stat-card{flex:1;min-width:100px;padding:.75rem 1rem}.terrax-stat-value{font-size:1.25rem}.terrax-stat-label{font-size:.7rem}.terrax-map-container{right:0;bottom:180px}.terrax-legend-widget{top:auto;bottom:0;left:0;right:0;width:100%;height:180px;border-left:none;border-top:1px solid var(--border);padding:.75rem}.terrax-legend-name{max-width:80px}}@media (max-width: 480px){.terrax-stats-widget{gap:.5rem}.terrax-stat-card{padding:.6rem .75rem;min-width:80px}.terrax-stat-value{font-size:1.1rem}}.maplibregl-map{font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative;-webkit-tap-highlight-color:rgb(0,0,0,0)}.maplibregl-canvas{left:0;position:absolute;top:0}.maplibregl-map:fullscreen{height:100%;width:100%}.maplibregl-ctrl-group button.maplibregl-ctrl-compass{touch-action:none}.maplibregl-canvas-container.maplibregl-interactive,.maplibregl-ctrl-group button.maplibregl-ctrl-compass{cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.maplibregl-canvas-container.maplibregl-interactive.maplibregl-track-pointer{cursor:pointer}.maplibregl-canvas-container.maplibregl-interactive:active,.maplibregl-ctrl-group button.maplibregl-ctrl-compass:active{cursor:grabbing}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-canvas-container.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:pinch-zoom}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:none}.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures,.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-ctrl-bottom-left,.maplibregl-ctrl-bottom-right,.maplibregl-ctrl-top-left,.maplibregl-ctrl-top-right{pointer-events:none;position:absolute;z-index:2}.maplibregl-ctrl-top-left{left:0;top:0}.maplibregl-ctrl-top-right{right:0;top:0}.maplibregl-ctrl-bottom-left{bottom:0;left:0}.maplibregl-ctrl-bottom-right{bottom:0;right:0}.maplibregl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.maplibregl-ctrl-top-left .maplibregl-ctrl{float:left;margin:10px 0 0 10px}.maplibregl-ctrl-top-right .maplibregl-ctrl{float:right;margin:10px 10px 0 0}.maplibregl-ctrl-bottom-left .maplibregl-ctrl{float:left;margin:0 0 10px 10px}.maplibregl-ctrl-bottom-right .maplibregl-ctrl{float:right;margin:0 10px 10px 0}.maplibregl-ctrl-group{background:#fff;border-radius:4px}.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px #0000001a}@media (forced-colors:active){.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px ButtonText}}.maplibregl-ctrl-group button{background-color:transparent;border:0;box-sizing:border-box;cursor:pointer;display:block;height:29px;outline:none;padding:0;width:29px}.maplibregl-ctrl-group button+button{border-top:1px solid #ddd}.maplibregl-ctrl button .maplibregl-ctrl-icon{background-position:50%;background-repeat:no-repeat;display:block;height:100%;width:100%}@media (forced-colors:active){.maplibregl-ctrl-icon{background-color:transparent}.maplibregl-ctrl-group button+button{border-top:1px solid ButtonText}}.maplibregl-ctrl button::-moz-focus-inner{border:0;padding:0}.maplibregl-ctrl-attrib-button:focus,.maplibregl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl button:disabled{cursor:not-allowed}.maplibregl-ctrl button:disabled .maplibregl-ctrl-icon{opacity:.25}@media (hover:hover){.maplibregl-ctrl button:not(:disabled):hover{background-color:#0000000d}}.maplibregl-ctrl button:not(:disabled):active{background-color:#0000000d}.maplibregl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.maplibregl-ctrl-group button:focus:first-child{border-radius:4px 4px 0 0}.maplibregl-ctrl-group button:focus:last-child{border-radius:0 0 4px 4px}.maplibregl-ctrl-group button:focus:only-child{border-radius:inherit}.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-globe .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%23333' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='8.5'/%3E%3Cpath d='M17.5 11c0 4.819-3.02 8.5-6.5 8.5S4.5 15.819 4.5 11 7.52 2.5 11 2.5s6.5 3.681 6.5 8.5Z'/%3E%3Cpath d='M13.5 11c0 2.447-.331 4.64-.853 6.206-.262.785-.562 1.384-.872 1.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831 15.64 8.5 13.446 8.5 11s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872 1.777.522 1.565.853 3.76.853 6.206Z'/%3E%3Cpath d='M11 7.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138q.07-.058.224-.138c.299-.151.763-.302 1.379-.434C7.378 5.666 9.091 5.5 11 5.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428ZM4.486 6.436ZM11 16.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138 1.3 1.3 0 0 1 .224-.138c.299-.151.763-.302 1.379-.434C7.378 14.666 9.091 14.5 11 14.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138a1.3 1.3 0 0 1-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm-6.514-1.064ZM11 12.5c-2.46 0-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5 1.5 0 0 1-.39-.272.3.3 0 0 1-.047-.064.3.3 0 0 1 .048-.064c.066-.073.189-.167.389-.272.399-.21 1.009-.413 1.805-.59C6.328 9.722 8.54 9.5 11 9.5s4.672.222 6.256.574c.795.177 1.405.38 1.804.59.2.105.323.2.39.272a.3.3 0 0 1 .047.064.3.3 0 0 1-.048.064 1.4 1.4 0 0 1-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0 .018v.002zm17.002.002v-.002zm0-.018v-.002z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-globe-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%2333b5e5' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='8.5'/%3E%3Cpath d='M17.5 11c0 4.819-3.02 8.5-6.5 8.5S4.5 15.819 4.5 11 7.52 2.5 11 2.5s6.5 3.681 6.5 8.5Z'/%3E%3Cpath d='M13.5 11c0 2.447-.331 4.64-.853 6.206-.262.785-.562 1.384-.872 1.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831 15.64 8.5 13.446 8.5 11s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872 1.777.522 1.565.853 3.76.853 6.206Z'/%3E%3Cpath d='M11 7.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138q.07-.058.224-.138c.299-.151.763-.302 1.379-.434C7.378 5.666 9.091 5.5 11 5.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428ZM4.486 6.436ZM11 16.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138 1.3 1.3 0 0 1 .224-.138c.299-.151.763-.302 1.379-.434C7.378 14.666 9.091 14.5 11 14.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138a1.3 1.3 0 0 1-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm-6.514-1.064ZM11 12.5c-2.46 0-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5 1.5 0 0 1-.39-.272.3.3 0 0 1-.047-.064.3.3 0 0 1 .048-.064c.066-.073.189-.167.389-.272.399-.21 1.009-.413 1.805-.59C6.328 9.722 8.54 9.5 11 9.5s4.672.222 6.256.574c.795.177 1.405.38 1.804.59.2.105.323.2.39.272a.3.3 0 0 1 .047.064.3.3 0 0 1-.048.064 1.4 1.4 0 0 1-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0 .018v.002zm17.002.002v-.002zm0-.018v-.002z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-terrain .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%23333' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-terrain-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%2333b5e5' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23aaa' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-waiting .maplibregl-ctrl-icon{animation:maplibregl-spin 2s linear infinite}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23999' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23666' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}}@keyframes maplibregl-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;cursor:pointer;display:block;height:23px;margin:0 0 -4px -4px;overflow:hidden;width:88px}a.maplibregl-ctrl-logo.maplibregl-compact{width:14px}@media (forced-colors:active){a.maplibregl-ctrl-logo{background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}.maplibregl-ctrl.maplibregl-ctrl-attrib{background-color:#ffffff80;margin:0;padding:0 5px}@media screen{.maplibregl-ctrl-attrib.maplibregl-compact{background-color:#fff;border-radius:12px;box-sizing:content-box;color:#000;margin:10px;min-height:20px;padding:2px 24px 2px 0;position:relative}.maplibregl-ctrl-attrib.maplibregl-compact-show{padding:2px 28px 2px 8px;visibility:visible}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact-show,.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact-show{border-radius:12px;padding:2px 8px 2px 28px}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-inner{display:none}.maplibregl-ctrl-attrib-button{background-color:#ffffff80;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");border:0;border-radius:12px;box-sizing:border-box;cursor:pointer;display:none;height:24px;outline:none;position:absolute;right:0;top:0;width:24px}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;list-style:none}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button::-webkit-details-marker{display:none}.maplibregl-ctrl-bottom-left .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-top-left .maplibregl-ctrl-attrib-button{left:0}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-inner{display:block}.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-button{background-color:#0000000d}.maplibregl-ctrl-bottom-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;right:0}.maplibregl-ctrl-top-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{right:0;top:0}.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{left:0;top:0}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;left:0}}@media screen and (forced-colors:active){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}@media screen and (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}.maplibregl-ctrl-attrib a{color:#000000bf;text-decoration:none}.maplibregl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.maplibregl-attrib-empty{display:none}.maplibregl-ctrl-scale{background-color:#ffffffbf;border:2px solid #333;border-top:#333;box-sizing:border-box;color:#333;font-size:10px;padding:0 5px;white-space:nowrap}.maplibregl-popup{display:flex;left:0;pointer-events:none;position:absolute;top:0;will-change:transform}.maplibregl-popup-anchor-top,.maplibregl-popup-anchor-top-left,.maplibregl-popup-anchor-top-right{flex-direction:column}.maplibregl-popup-anchor-bottom,.maplibregl-popup-anchor-bottom-left,.maplibregl-popup-anchor-bottom-right{flex-direction:column-reverse}.maplibregl-popup-anchor-left{flex-direction:row}.maplibregl-popup-anchor-right{flex-direction:row-reverse}.maplibregl-popup-tip{border:10px solid transparent;height:0;width:0;z-index:1}.maplibregl-popup-anchor-top .maplibregl-popup-tip{align-self:center;border-bottom-color:#fff;border-top:none}.maplibregl-popup-anchor-top-left .maplibregl-popup-tip{align-self:flex-start;border-bottom-color:#fff;border-left:none;border-top:none}.maplibregl-popup-anchor-top-right .maplibregl-popup-tip{align-self:flex-end;border-bottom-color:#fff;border-right:none;border-top:none}.maplibregl-popup-anchor-bottom .maplibregl-popup-tip{align-self:center;border-bottom:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.maplibregl-popup-anchor-left .maplibregl-popup-tip{align-self:center;border-left:none;border-right-color:#fff}.maplibregl-popup-anchor-right .maplibregl-popup-tip{align-self:center;border-left-color:#fff;border-right:none}[dir=rtl] .maplibregl-popup-anchor-left{flex-direction:row-reverse}[dir=rtl] .maplibregl-popup-anchor-right{flex-direction:row}[dir=rtl] .maplibregl-popup-anchor-top-left .maplibregl-popup-tip{align-self:flex-end}[dir=rtl] .maplibregl-popup-anchor-top-right .maplibregl-popup-tip{align-self:flex-start}[dir=rtl] .maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{align-self:flex-end}[dir=rtl] .maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{align-self:flex-start}.maplibregl-popup-close-button{background-color:transparent;border:0;border-radius:0 3px 0 0;cursor:pointer;position:absolute;right:0;top:0}.maplibregl-popup-close-button:hover{background-color:#0000000d}.maplibregl-popup-content{background:#fff;border-radius:3px;box-shadow:0 1px 2px #0000001a;padding:15px 10px;pointer-events:auto;position:relative}.maplibregl-popup-anchor-top-left .maplibregl-popup-content{border-top-left-radius:0}.maplibregl-popup-anchor-top-right .maplibregl-popup-content{border-top-right-radius:0}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-content{border-bottom-left-radius:0}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-content{border-bottom-right-radius:0}.maplibregl-popup-track-pointer{display:none}.maplibregl-popup-track-pointer *{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.maplibregl-map:hover .maplibregl-popup-track-pointer{display:flex}.maplibregl-map:active .maplibregl-popup-track-pointer{display:none}.maplibregl-marker{left:0;position:absolute;top:0;transition:opacity .2s;will-change:transform}.maplibregl-user-location-dot,.maplibregl-user-location-dot:before{background-color:#1da1f2;border-radius:50%;height:15px;width:15px}.maplibregl-user-location-dot:before{animation:maplibregl-user-location-dot-pulse 2s infinite;content:"";position:absolute}.maplibregl-user-location-dot:after{border:2px solid #fff;border-radius:50%;box-shadow:0 0 3px #00000059;box-sizing:border-box;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px}@media (prefers-reduced-motion:reduce){.maplibregl-user-location-dot:before{animation:none}}@keyframes maplibregl-user-location-dot-pulse{0%{opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(3)}to{opacity:0;transform:scale(1)}}.maplibregl-user-location-dot-stale{background-color:#aaa}.maplibregl-user-location-dot-stale:after{display:none}.maplibregl-user-location-accuracy-circle{background-color:#1da1f233;border-radius:100%;height:1px;width:1px}.maplibregl-crosshair,.maplibregl-crosshair .maplibregl-interactive,.maplibregl-crosshair .maplibregl-interactive:active{cursor:crosshair}.maplibregl-boxzoom{background:#fff;border:2px dotted #202020;height:0;left:0;opacity:.5;position:absolute;top:0;width:0}.maplibregl-cooperative-gesture-screen{align-items:center;background:#0006;color:#fff;display:flex;font-size:1.4em;top:0;right:0;bottom:0;left:0;justify-content:center;line-height:1.2;opacity:0;padding:1rem;pointer-events:none;position:absolute;transition:opacity 1s ease 1s;z-index:99999}.maplibregl-cooperative-gesture-screen.maplibregl-show{opacity:1;transition:opacity .05s}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:none}@media (hover:none),(pointer:coarse){.maplibregl-cooperative-gesture-screen .maplibregl-desktop-message{display:none}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:block}}.maplibregl-pseudo-fullscreen{height:100%!important;left:0!important;position:fixed!important;top:0!important;width:100%!important;z-index:99999}.snapshot-page{position:fixed;top:0;left:var(--sidebar-width-collapsed);right:0;bottom:0;width:calc(100vw - var(--sidebar-width-collapsed));height:100vh;display:flex;flex-direction:column;background:var(--bg-primary)}.snapshot-content{display:flex;flex:1;overflow:hidden}.snapshot-sidebar{width:380px;background:var(--bg-card);border-right:1px solid var(--border);display:flex;flex-direction:column;overflow:hidden}.sidebar-sections{flex:1;overflow:hidden;display:flex;flex-direction:column}.clear-btn{padding:.25rem .5rem;background:transparent;border:1px solid var(--border);border-radius:4px;color:var(--text-secondary);font-size:.75rem;cursor:pointer;transition:all .2s;white-space:nowrap}.clear-btn:hover{border-color:var(--primary);color:var(--primary)}.activities-section-content{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.activity-search-inline{display:flex;gap:.5rem;margin-bottom:.5rem}.activity-search-inline input{flex:1;padding:.4rem .6rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:6px;color:var(--text-primary);font-size:.8rem;transition:border-color .2s}.activity-search-inline input:focus{outline:none;border-color:var(--primary)}.activity-search-inline input::placeholder{color:var(--text-tertiary)}.activity-list-wrapper{flex:1;overflow-y:auto;min-height:0}.activity-list{display:flex;flex-direction:column;gap:.25rem}.activity-item{display:flex;align-items:center;gap:.5rem;padding:.4rem .5rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:6px;cursor:pointer;transition:all .2s}.activity-item:hover{background:var(--bg-tertiary);border-color:var(--primary)}.activity-item.selected{background:var(--primary-alpha-10);border-color:var(--primary)}.activity-item input[type=checkbox]{accent-color:var(--primary);width:14px;height:14px;cursor:pointer;flex-shrink:0}.activity-item-content{flex:1;min-width:0}.activity-item-name{font-size:.75rem;font-weight:500;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.activity-item-details{font-size:.65rem;color:var(--text-secondary);display:flex;gap:.4rem}.export-controls{padding:.5rem;border-top:1px solid var(--border);background:var(--bg-card);display:flex;flex-direction:column;gap:.25rem;max-height:60vh;overflow-y:auto}.collapsible-section{border:1px solid var(--border);border-radius:6px;overflow:hidden;flex-shrink:0}.collapsible-section.open:has(.activities-section-content){flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden}.collapsible-section.open:has(.activities-section-content) .collapsible-content{flex:1;min-height:0;overflow:hidden}.collapsible-header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:.5rem .75rem;background:var(--bg-secondary);border:none;color:var(--text-primary);font-size:.8rem;font-weight:600;cursor:pointer;transition:background .2s}.collapsible-header:hover{background:var(--bg-tertiary)}.collapsible-icon{font-size:1rem;color:var(--text-secondary)}.collapsible-content{padding:.5rem .75rem;display:flex;flex-direction:column;gap:.5rem}.compact-row{display:flex;align-items:flex-start;gap:.5rem}.compact-label{font-size:.7rem;color:var(--text-secondary);min-width:35px;padding-top:.25rem}.compact-toggle{display:flex;align-items:center;gap:.3rem;cursor:pointer;font-size:.75rem;color:var(--text-secondary)}.compact-toggle input{accent-color:var(--primary);width:12px;height:12px;cursor:pointer}.map-toggles{display:flex;gap:1rem;margin-top:.25rem}.control-group{display:flex;flex-direction:column;gap:.4rem}.control-label{color:var(--text-secondary);font-size:.8rem;font-weight:500}.aspect-options{display:flex;gap:.25rem;flex-wrap:wrap;flex:1}.aspect-btn{padding:.2rem .4rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:4px;color:var(--text-primary);font-size:.75rem;cursor:pointer;transition:all .2s}.aspect-btn:hover{border-color:var(--primary);color:var(--primary)}.aspect-btn.selected{background:var(--primary);border-color:var(--primary);color:#fff}.color-options{display:flex;flex-wrap:wrap;gap:.4rem}.color-swatch{width:22px;height:22px;border-radius:50%;border:2px solid var(--border);cursor:pointer;transition:all .2s;padding:0}.color-swatch:hover,.color-swatch.selected{border-color:var(--primary);transform:scale(1.1);box-shadow:0 2px 6px #0000004d}.basemap-groups{display:flex;flex-direction:column;gap:.5rem}.basemap-group{display:flex;flex-direction:column;gap:.3rem}.basemap-group-label{font-size:.7rem;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.5px}.basemap-options{display:flex;gap:.35rem;flex-wrap:wrap}.basemap-btn{padding:.3rem .5rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:4px;color:var(--text-primary);font-size:.7rem;cursor:pointer;transition:all .2s}.basemap-btn:hover{border-color:var(--primary);color:var(--primary)}.basemap-btn.selected{background:var(--primary);border-color:var(--primary);color:#fff}.stats-toggle,.labels-toggle{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-size:.85rem;color:var(--text-primary)}.stats-toggle input,.labels-toggle input{accent-color:var(--primary);width:16px;height:16px;cursor:pointer}.labels-toggle{margin-top:.5rem;font-size:.8rem;color:var(--text-secondary)}.overlay-options{display:flex;flex-wrap:wrap;gap:.5rem 1rem;margin-bottom:.5rem}.overlay-toggle{display:flex;align-items:center;gap:.4rem;cursor:pointer;font-size:.8rem;color:var(--text-primary)}.overlay-toggle input{accent-color:var(--primary);width:14px;height:14px;cursor:pointer}.overlay-editable{display:flex;flex-direction:column;gap:.4rem}.overlay-input-group{display:flex;align-items:center;gap:.5rem}.overlay-input-group input[type=checkbox]{accent-color:var(--primary);width:14px;height:14px;cursor:pointer;flex-shrink:0}.overlay-input-group input[type=text]{flex:1;padding:.4rem .6rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:6px;color:var(--text-primary);font-size:.8rem;transition:border-color .2s,opacity .2s}.overlay-input-group input[type=text]:focus{outline:none;border-color:var(--primary)}.overlay-input-group input[type=text]:disabled{opacity:.5;cursor:not-allowed}.overlay-input-group input[type=text]::placeholder{color:var(--text-tertiary)}.overlay-style-section{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--border)}.opacity-slider{display:flex;align-items:center;gap:.5rem;flex:1}.opacity-slider input[type=range]{flex:1;height:4px;background:var(--bg-secondary);border-radius:2px;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.opacity-slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:14px;height:14px;background:var(--primary);border-radius:50%;cursor:pointer}.opacity-slider input[type=range]::-moz-range-thumb{width:14px;height:14px;background:var(--primary);border-radius:50%;cursor:pointer;border:none}.opacity-value{font-size:.75rem;color:var(--text-secondary);min-width:36px;text-align:right}.export-btn{width:100%;padding:.875rem;background:var(--gradient-hero);border:none;border-radius:8px;color:#fff;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s;margin-top:.5rem}.export-btn:hover:not(:disabled){opacity:.9;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.export-btn:disabled{opacity:.5;cursor:not-allowed}.map-preview{flex:1;position:relative;background:var(--bg-secondary);display:flex;flex-direction:column;overflow:hidden}.map-full-container{position:absolute;top:0;left:0;right:0;bottom:32px;z-index:1}.map-full-container .leaflet-container{background:var(--bg-primary)}.export-frame-overlay{position:absolute;top:0;left:0;right:0;bottom:32px;z-index:10;display:flex;align-items:center;justify-content:center;pointer-events:none}.export-frame{position:relative;border:3px solid var(--primary);border-radius:4px;box-shadow:0 0 0 9999px #00000080,0 0 40px #fc5c7d4d;background:transparent;pointer-events:none}.export-frame .stats-overlay{position:absolute;bottom:1rem;left:50%;transform:translate(-50%)}.stats-overlay{position:absolute;bottom:20px;left:50%;transform:translate(-50%);padding:12px 20px;border-radius:10px;display:flex;flex-direction:column;align-items:center;z-index:1000;min-width:150px;font-family:-apple-system,BlinkMacSystemFont,sans-serif}.stat-header{text-align:center;padding-bottom:8px;margin-bottom:5px;border-bottom:1px solid transparent;width:100%}.stat-value-title{font-size:14px;font-weight:700;margin-bottom:4px}.stat-value-location{font-size:11px;font-weight:500;margin-bottom:4px;display:flex;align-items:center;justify-content:center;gap:4px}.location-icon{width:11px;height:11px;flex-shrink:0}.stat-value-date{font-size:11px;font-weight:500}.stat-items-row{display:flex;justify-content:center;gap:35px;padding-top:5px}.stat-value{font-size:15px;font-weight:700}.stat-label{font-size:8px;text-transform:uppercase;letter-spacing:.5px;margin-top:2px}.legend-overlay{position:absolute;top:10px;left:10px;padding:8px 12px;border-radius:6px;z-index:1000;max-width:180px;font-family:-apple-system,BlinkMacSystemFont,sans-serif}.legend-item{display:flex;align-items:center;gap:8px;height:14px;margin:4px 0}.legend-color{width:6px;height:6px;border-radius:50%;flex-shrink:0}.legend-name{font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.multi-color-options{display:flex;gap:1rem;flex:1}.activity-customization{display:flex;flex-direction:column;gap:.35rem;margin-top:.25rem;max-height:150px;overflow-y:auto}.activity-custom-row{display:flex;align-items:center;gap:.5rem}.activity-color-picker{flex-shrink:0}.color-swatch-small{width:18px;height:18px;border-radius:50%;border:2px solid var(--border);cursor:pointer;transition:all .2s;padding:0}.color-swatch-small:hover{transform:scale(1.15);border-color:var(--primary)}.color-swatch-small.selected{border-color:#ffffff80}.legend-name-input{flex:1;min-width:0;padding:.25rem .5rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:4px;color:var(--text-primary);font-size:.75rem}.legend-name-input:focus{outline:none;border-color:var(--primary)}.legend-name-input::placeholder{color:var(--text-tertiary);font-style:italic}.width-options{display:flex;gap:.25rem;flex:1}.width-option{padding:.2rem .5rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:4px;color:var(--text-primary);font-size:.7rem;cursor:pointer;transition:all .2s;min-width:28px}.width-option:hover{border-color:var(--primary)}.width-option.selected{background:var(--primary);border-color:var(--primary);color:#fff}.width-btn{width:24px;height:18px;background:var(--bg-secondary);border:1px solid var(--border);border-radius:3px;color:var(--text-secondary);font-size:.65rem;cursor:pointer;flex-shrink:0;transition:all .2s}.width-btn:hover{border-color:var(--primary)}.width-btn.custom{background:var(--primary-alpha-10);border-color:var(--primary);color:var(--primary)}.legend-toggle-btn{width:18px;height:18px;background:var(--bg-tertiary);border:1px solid var(--border);border-radius:3px;color:var(--text-tertiary);font-size:.6rem;font-weight:600;cursor:pointer;flex-shrink:0;transition:all .2s;opacity:.5}.legend-toggle-btn:hover{opacity:1}.legend-toggle-btn.active{background:var(--primary);border-color:var(--primary);color:#fff;opacity:1}.quality-options{display:flex;gap:.25rem}.quality-btn{padding:.2rem .5rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:4px;color:var(--text-primary);font-size:.7rem;cursor:pointer;transition:all .2s;min-width:32px}.quality-btn:hover{border-color:var(--primary)}.quality-btn.selected{background:var(--primary);border-color:var(--primary);color:#fff}.stat-item{text-align:center}.stat-value{font-size:1.25rem;font-weight:700;color:#fff}.stat-label{font-size:.65rem;color:#ffffffb3;text-transform:uppercase;letter-spacing:.5px;margin-top:.2rem}.export-hint{text-align:center;padding:.5rem;font-size:.75rem;color:var(--text-tertiary);background:var(--bg-card);border-top:1px solid var(--border)}.snapshot-page .loading{display:flex;align-items:center;justify-content:center;height:100%;color:var(--text-secondary);font-size:1rem}@media (max-width: 1024px){.snapshot-sidebar{width:340px}}@media (max-width: 768px){.snapshot-page{left:0;width:100vw;height:100vh}.snapshot-content{flex-direction:column}.snapshot-sidebar{width:100%;max-height:45vh;border-right:none;border-bottom:1px solid var(--border)}.export-controls{max-height:none;padding:.75rem}.map-preview{min-height:55vh}.map-full-container,.export-frame-overlay{bottom:28px}.stats-overlay{flex-wrap:wrap;gap:1rem;padding:.6rem 1rem}.stat-value{font-size:1.1rem}}@media (max-width: 480px){.activity-item{padding:.6rem}.export-controls{padding:.5rem;gap:.5rem}.color-swatch{width:24px;height:24px}.basemap-btn,.aspect-btn{padding:.25rem .4rem;font-size:.65rem}.map-full-container,.export-frame-overlay{bottom:24px}}.explorer-page{position:fixed;top:0;left:var(--sidebar-width-collapsed);right:0;bottom:0;width:calc(100vw - var(--sidebar-width-collapsed));height:100vh;margin:0;padding:0}.explorer-fullscreen{width:100%;height:100%;position:relative}.explorer-map-container{position:absolute;top:0;left:0;right:240px;bottom:0;z-index:1}.explorer-stats-widget{position:absolute;top:1rem;left:1rem;z-index:1000;display:flex;gap:.75rem}.explorer-stat-card{background:var(--bg-card);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border);border-radius:12px;padding:1rem 1.5rem;transition:all .2s;box-shadow:0 4px 12px #0000004d;min-width:100px;text-align:center}.explorer-stat-label{font-size:.75rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.explorer-stat-value{font-size:1.5rem;font-weight:700;color:var(--primary)}.explorer-stat-card.visited .explorer-stat-value{color:#2ecc71}.explorer-loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1000;background:var(--bg-card);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem 3rem;border-radius:12px;border:1px solid var(--border);box-shadow:0 8px 24px #0006;font-size:1.2rem;color:var(--text-primary)}.explorer-cities-widget{position:absolute;top:0;right:0;bottom:0;z-index:1000;background:var(--bg-card);border-left:1px solid var(--border);padding:1rem;width:240px;overflow-y:auto}.explorer-cities-title{font-size:.75rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem;font-weight:600}.explorer-cities-items{display:flex;flex-direction:column;gap:.25rem}.explorer-city-item{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.4rem .5rem;margin:0 -.5rem;border-radius:6px;cursor:pointer;transition:background-color .15s}.explorer-city-item:hover{background:var(--bg-hover, rgba(255, 255, 255, .1))}.explorer-city-item.hovered{background:var(--bg-hover, rgba(255, 255, 255, .15))}.explorer-city-name{font-size:.875rem;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;min-width:0}.explorer-city-area{font-size:.75rem;color:var(--text-secondary);white-space:nowrap;font-weight:500}.explorer-city-item.visited{border-left:3px solid #2ecc71;padding-left:calc(.5rem - 3px)}.explorer-city-item.visited .explorer-city-name{color:#2ecc71;font-weight:500}.explorer-city-visits{font-size:.75rem;color:#2ecc71;white-space:nowrap;font-weight:600}.explorer-page .leaflet-container{background:var(--bg-primary)}.explorer-page .leaflet-control-attribution{background:var(--bg-card);opacity:.95;color:var(--text-secondary)}.explorer-page .leaflet-control-attribution a{color:var(--primary)}@media (max-width: 768px){.explorer-page{left:0;width:100vw;height:100vh}.explorer-stats-widget{top:.5rem;left:.5rem;right:auto;flex-wrap:wrap}.explorer-stat-card{flex:1;min-width:80px;padding:.75rem 1rem}.explorer-stat-value{font-size:1.25rem}.explorer-stat-label{font-size:.7rem}.explorer-map-container{right:0;bottom:180px}.explorer-cities-widget{top:auto;bottom:0;left:0;right:0;width:100%;height:180px;border-left:none;border-top:1px solid var(--border);padding:.75rem}.explorer-cities-items{flex-direction:row;flex-wrap:wrap;gap:.5rem}.explorer-city-item{flex-direction:column;padding:.5rem;margin:0}}.goals-page{max-width:900px;margin:0 auto}.goals-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.goals-header h1{margin:0;color:var(--text-primary)}.goals-list{display:flex;flex-direction:column;gap:1rem}.goal-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.25rem;cursor:pointer;transition:all .2s}.goal-card:hover{border-color:var(--primary)}.goal-card.selected{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary)}.goal-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.goal-title{font-size:1.1rem;font-weight:600;color:var(--text-primary)}.goal-actions{display:flex;gap:.5rem}.goal-meta{display:flex;gap:1rem;margin-bottom:1rem;font-size:.85rem;color:var(--text-secondary)}.goal-types{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:300px}.goal-progress{display:flex;flex-direction:column;gap:.5rem}.progress-bar{position:relative;height:8px;background:var(--bg-hover, rgba(0, 0, 0, .1));border-radius:4px}.progress-fill{height:100%;background:linear-gradient(135deg,#6a82fb,#fc5c7d);border-radius:4px;transition:width .3s ease}.progress-expected-marker{position:absolute;top:-4px;width:2px;height:16px;background:var(--text-primary);border-radius:1px;transform:translate(-50%);opacity:.7}.progress-expected-marker:after{content:"";position:absolute;top:-3px;left:50%;transform:translate(-50%);width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid var(--text-primary)}.progress-text{display:flex;align-items:baseline;gap:.25rem;font-size:.9rem}.progress-current{font-weight:600;color:var(--text-primary)}.progress-separator,.progress-target{color:var(--text-secondary)}.progress-percentage{color:var(--text-secondary);font-size:.8rem;margin-left:.25rem}.progress-status{font-size:.75rem;padding:.15rem .5rem;border-radius:4px;margin-left:.5rem;font-weight:500}.progress-status.ahead{background:#28a74526;color:#28a745}.progress-status.behind{background:#dc354526;color:#dc3545}.progress-projection{font-size:.8rem;color:var(--text-secondary)}.progress-projection .on-track{color:#28a745}.progress-projection .off-track{color:#dc3545}.timeline-section{margin-top:2rem;background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.5rem}.timeline-section h2{margin:0 0 1rem;font-size:1rem;color:var(--text-primary)}.timeline-chart{width:100%;overflow-x:auto}.chart-svg{width:100%;height:auto;min-height:300px}.modal{background:var(--bg-card);border-radius:12px;padding:1.5rem;width:100%;max-width:500px;max-height:90vh;overflow-y:auto}.form-group input,.form-group select{width:100%;padding:.6rem .75rem;border:1px solid var(--border);border-radius:6px;background:var(--bg-card);color:var(--text-primary);font-size:.95rem}.form-group input:focus,.form-group select:focus{outline:none;border-color:var(--primary)}.activity-types-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.5rem}.activity-type-checkbox{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:var(--bg-hover, rgba(0, 0, 0, .03));border-radius:6px;cursor:pointer;font-size:.85rem;color:var(--text-primary)}.activity-type-checkbox input{width:auto;accent-color:var(--primary)}@media (max-width: 600px){.form-row{grid-template-columns:1fr}.goal-meta{flex-direction:column;gap:.25rem}.goal-types{max-width:100%}}.triathlon-page{max-width:900px;margin:0 auto}.tri-page-title{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:0 0 2rem;text-align:center}.tri-loading{text-align:center;padding:3rem;color:var(--text-secondary)}.tri-empty{text-align:center;padding:3rem;color:var(--text-secondary);background:var(--bg-card);border-radius:12px;border:1px solid var(--border)}.tri-groups{display:flex;flex-direction:column;gap:2.5rem}.tri-group-title{font-size:1.25rem;font-weight:600;color:var(--text-primary);text-align:center;margin:0 0 1rem}.tri-group-distances{font-weight:400;color:var(--text-secondary)}.tri-table-wrapper{overflow-x:auto}.tri-table{width:100%;border-collapse:collapse;border:1px solid var(--border);border-radius:8px;overflow:hidden;font-variant-numeric:tabular-nums}.tri-table thead tr{background:var(--bg-card)}.tri-table th{padding:.4rem .75rem;font-size:.8rem;font-weight:600;color:var(--text-secondary);text-align:center;border-bottom:1px solid var(--border)}.tri-table th:first-child{text-align:left}.tri-table tbody tr{border-top:1px solid var(--border);background:var(--bg-card)}.tri-table tbody tr:first-child{border-top:none}.tri-table td{padding:.35rem .75rem;font-size:.85rem;color:var(--text-primary);text-align:center;white-space:nowrap}.tri-name-cell{text-align:left!important;font-weight:600;max-width:200px;overflow:hidden;text-overflow:ellipsis}.tri-date-cell{font-size:.8rem;color:var(--text-secondary);white-space:nowrap}.tri-total-cell{font-weight:700}.tri-leg-cell{display:flex;flex-direction:column;align-items:center;gap:.15rem}.tri-distance{font-size:.7rem;color:var(--text-secondary);font-weight:400}.tri-time-link{color:var(--text-primary);text-decoration:none;transition:color .2s}.tri-time-link:hover{color:#fc4c02}@media (max-width: 600px){.tri-table th,.tri-table td{padding:.5rem;font-size:.75rem}.tri-name-cell{max-width:100px}.tri-group-title{font-size:1rem}.tri-group-distances{display:block;font-size:.8rem}}.records-page{max-width:1200px;margin:0 auto}.discipline-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem}.discipline-tab{padding:.5rem 1.25rem;background:var(--bg-card);border:1px solid var(--border);border-radius:10px;color:var(--text-secondary);font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s}.discipline-tab:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.discipline-tab.active[data-discipline=Run]{border-color:var(--run-color);color:var(--run-color);background:var(--run-bg)}.discipline-tab.active[data-discipline=Ride]{border-color:var(--cycle-color);color:var(--cycle-color);background:var(--cycle-bg)}.discipline-tab.active[data-discipline=NordicSki]{border-color:var(--ski-color);color:var(--ski-color);background:var(--ski-bg)}.discipline-tab.active[data-discipline=Swim]{border-color:var(--swim-color);color:var(--swim-color);background:var(--swim-bg)}.discipline-tab.active{color:var(--primary, #6a82fb);border-color:var(--primary, #6a82fb);background:#6a82fb14}.records-layout{display:flex;gap:1rem}.records-left{flex:1;min-width:0}.records-right{flex:1;min-width:0;display:none}.records-right.visible{display:block}.challenge-section{margin-bottom:2rem}.challenge-section-title{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);margin-bottom:.75rem}.records-grid{display:flex;flex-direction:column;gap:.75rem}.record-card{background:var(--bg-card);border:1px solid var(--border);border-radius:10px;padding:.75rem 1rem;transition:border-color .2s;cursor:pointer}.record-card:hover{border-color:var(--primary, #6a82fb)}.record-card-selected{border-color:var(--primary, #6a82fb);box-shadow:0 0 0 1px var(--primary, #6a82fb)}.record-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.record-challenge-name{font-size:1rem;font-weight:600;color:var(--text-primary)}.record-entries{display:flex;flex-direction:column;gap:0}.record-entry{display:grid;grid-template-columns:1.5rem 5.5rem 5.5rem 1fr auto 1.25rem;align-items:center;gap:.75rem;padding:.45rem 0;border-top:1px solid var(--border)}.record-entry:first-child{border-top:none}.record-rank{font-size:.8rem;font-weight:600;color:var(--text-secondary);text-align:center}.record-entry-best .record-rank{color:var(--primary, #6a82fb)}.record-entry-value{font-size:.95rem;font-weight:700;color:var(--text-primary);font-variant-numeric:tabular-nums}.record-entry-best .record-entry-value{color:var(--primary, #6a82fb)}.record-entry-pace{font-size:.8rem;color:var(--text-secondary);font-variant-numeric:tabular-nums}.record-entry-activity{font-size:.8rem;color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.record-entry-date{font-size:.75rem;color:var(--text-secondary);text-align:right;white-space:nowrap}.strava-link{display:flex;align-items:center;color:var(--text-secondary);opacity:.4;transition:all .2s}.strava-link:hover{color:#fc4c02;opacity:1}.no-records{text-align:center;padding:3rem;color:var(--text-secondary);background:var(--bg-card);border-radius:12px;border:1px solid var(--border)}.time-bounded-section{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border)}.time-bounded-section .challenge-section-title{margin-bottom:.75rem}.time-bounded-dates{font-size:.8rem;color:var(--text-secondary)}.friends-panel{background:var(--bg-card);border:1px solid var(--border);border-radius:10px;padding:.75rem 1rem;position:sticky;top:1rem}.friends-panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.friends-panel-title{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary)}.friends-panel-close{background:none;border:none;color:var(--text-secondary);font-size:1.2rem;cursor:pointer;padding:0;line-height:1}.friends-panel-close:hover{color:var(--text-primary)}.friends-loading,.friends-empty{font-size:.85rem;color:var(--text-secondary);padding:.5rem 0}.friends-list{display:flex;flex-direction:column;gap:0}.friend-record{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;border-top:1px solid var(--border)}.friend-record:first-child{border-top:none}.friend-record-me{background:#6a82fb14;border-radius:6px;padding:.5rem .35rem}.friend-record-me .friend-name,.friend-record-me .friend-value{color:var(--primary, #6a82fb)}.friend-rank{font-size:.8rem;font-weight:600;color:var(--text-secondary);width:1.25rem;text-align:center;flex-shrink:0}.friend-record-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.1rem}.friend-name{font-size:.85rem;font-weight:600;color:var(--text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.friend-activity{display:flex;align-items:center;gap:4px;font-size:.75rem;color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.friend-record-value{text-align:right;flex-shrink:0;display:flex;flex-direction:column;gap:.1rem}.friend-value{font-size:.9rem;font-weight:700;color:var(--text-primary);font-variant-numeric:tabular-nums}.friend-pace{font-size:.75rem;color:var(--text-secondary);font-variant-numeric:tabular-nums}.friend-strava-link{display:flex;align-items:center;flex-shrink:0;color:var(--text-secondary);opacity:.5;transition:all .2s}.friend-strava-link:hover{color:#fc4c02;opacity:1}.records-loading{text-align:center;padding:3rem;color:var(--text-secondary)}@media (max-width: 768px){.records-layout{flex-direction:column}.records-right.visible{width:100%}.records-left{max-width:100%}}@media (max-width: 600px){.discipline-tabs{overflow-x:auto;flex-wrap:nowrap}.record-entry{grid-template-columns:1.5rem 4.5rem 1fr auto 1.25rem}.record-entry-pace{display:none}}.analytics-page{width:100%}.analytics-page h1{margin-bottom:.5rem}.analytics-page h2{font-size:1.5rem;margin-bottom:1rem}.analytics-header{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:1.5rem}.analytics-info{color:var(--text-secondary);font-size:1rem}.analytics-recommendation{max-width:500px;background:var(--bg-card);border:1px solid var(--border);border-radius:10px;padding:.6rem 1rem;font-size:.8rem;color:var(--text-secondary);line-height:1.5}.analytics-recommendation ul{margin:0;padding-left:1.2rem;list-style:disc}.analytics-recommendation li{margin-bottom:.2rem}.analytics-recommendation li:last-child{margin-bottom:0}.analytics-controls{display:flex;gap:1rem;margin-top:.5rem;flex-wrap:wrap;align-items:center}.control-group{display:flex;flex-direction:row;gap:0;border-radius:8px;overflow:hidden;border:1px solid var(--border)}.control-group label{font-size:.8rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;margin-right:.5rem;align-self:center}.control-btn{padding:.4rem .75rem;background:var(--bg-card);border:none;color:var(--text-secondary);cursor:pointer;font-size:.8rem;transition:all .2s}.control-btn:not(:last-child){border-right:1px solid var(--border)}.control-btn:hover{color:var(--text-primary);background:var(--bg-hover)}.control-btn.active{background:var(--primary);color:#fff}.analytics-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem}.analytics-stat-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1rem;text-align:center;position:relative}.stat-tooltip{display:none;position:absolute;left:50%;top:100%;transform:translate(-50%);margin-top:.5rem;background:var(--bg-card);border:1px solid var(--border);border-radius:8px;padding:.75rem 1rem;font-size:.8rem;color:var(--text-secondary);line-height:1.5;text-align:left;width:240px;z-index:10;box-shadow:0 4px 12px #0000004d}.stat-tooltip p{margin:0}.stat-tooltip .stat-advice{margin-top:.5rem;padding-top:.5rem;border-top:1px solid var(--border);color:var(--text-primary);font-weight:500}.analytics-stat-card:hover .stat-tooltip{display:block}.analytics-stat-card .stat-label{font-size:.8rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.analytics-stat-card .stat-value{font-size:2rem;font-weight:700;margin-bottom:.25rem}.analytics-stat-card .stat-value.color-ctl{color:#4fc3f7}.analytics-stat-card .stat-value.color-atl{color:#fc5c7d}.analytics-stat-card .stat-value.color-tsb{color:#00c853}.analytics-stat-card .stat-value.color-tss{color:var(--text-primary)}.analytics-stat-card .stat-unit{font-size:.75rem;color:var(--text-tertiary)}.chart-container{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:2rem;margin-bottom:2rem}.chart-description{color:var(--text-secondary);font-size:.9rem;margin-bottom:1.5rem;line-height:1.5}.loading,.empty-state{text-align:center;padding:3rem;font-size:1.2rem}.empty-state{background:var(--bg-card);border-radius:12px;border:1px solid var(--border)}.empty-state p{color:var(--text-secondary);font-size:1.1rem}@media (max-width: 768px){.analytics-header{flex-direction:column;gap:1rem}.analytics-recommendation{max-width:100%}.analytics-stats-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.analytics-stat-card .stat-value{font-size:1.5rem}.analytics-controls{flex-direction:column;align-items:stretch}.control-group{flex-direction:row}.control-btn{flex:1;text-align:center}.chart-container{padding:1rem}.chart-container h2{font-size:1.2rem}}.events-page{width:100%}.events-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.events-header h1{margin:0;color:var(--text-primary)}.friends-with-events{display:flex;flex-wrap:wrap;gap:.5rem;flex:1;justify-content:center}.friend-chip{display:flex;align-items:center;gap:.5rem;padding:.4rem .75rem;background:var(--bg-card);border:1px solid var(--border);border-radius:20px;font-size:.85rem;color:var(--text-primary);cursor:pointer;transition:all .2s}.friend-chip:hover,.friend-chip.active{border-color:#fc5c7d;background:#fc5c7d26}.friend-name{font-weight:500}.friend-event-count{display:flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;background:var(--primary);border-radius:10px;font-size:.7rem;font-weight:600;color:#fff}.events-calendar{margin-bottom:2rem}.calendar-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.calendar-header h2{margin:0;white-space:nowrap}.calendar-controls{display:flex;gap:.5rem}.year-nav,.today-btn{padding:.5rem 1rem;border:1px solid var(--border);background:var(--bg-card);color:var(--text-primary);border-radius:6px;cursor:pointer;font-size:.9rem;transition:all .2s}.year-nav:hover,.today-btn:hover{border-color:var(--primary)}.year-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:2rem}.month-container{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;padding:1rem}.month-name{text-align:center;font-weight:600;font-size:.9rem;margin-bottom:.75rem;color:var(--text-primary)}.month-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}.weekday-header{text-align:center;font-size:.7rem;font-weight:600;color:#666;padding:.25rem 0}.calendar-day{aspect-ratio:1;display:flex;align-items:center;justify-content:center;font-size:.75rem;background:var(--bg-primary);border-radius:2px;cursor:pointer;transition:all .2s;position:relative}.calendar-day:hover{transform:scale(1.1);z-index:1}.calendar-day.other-month{opacity:.3}.calendar-day.today{border:2px solid var(--primary);box-shadow:0 0 6px #646cff80}.calendar-day.has-event{font-weight:500}.calendar-day.event-joined{background:#fc5c7d;color:#fff;font-weight:600}.calendar-day.event-joined:hover{background:#e44d6e}.calendar-day.event-mine{border:2px solid var(--primary);color:var(--primary);font-weight:600}.calendar-day.event-mine:hover{background:#6a82fb26}.calendar-day.event-public{border:2px solid #28a745;color:#28a745;font-weight:600}.calendar-day.event-public:hover{background:#28a74526}.calendar-day.event-friends{border:2px solid #007bff;color:#007bff;font-weight:600}.calendar-day.event-friends:hover{background:#007bff26}.calendar-day.event-private{border:2px solid #6c757d;color:#6c757d;font-weight:600}.calendar-day.event-private:hover{background:#6c757d26}.calendar-day.friend-highlight{background:#fc5c7d;color:#fff;font-weight:600}.calendar-day.friend-highlight:hover{background:#e44d6e}.friend-count{position:absolute;bottom:1px;left:50%;transform:translate(-50%);font-size:.5rem;font-weight:600;opacity:.8}.day-tooltip{position:absolute;bottom:100%;left:50%;transform:translate(-50%);margin-bottom:4px;padding:.4rem .6rem;background:var(--bg-card);border:1px solid var(--border);border-radius:6px;box-shadow:0 2px 8px #00000026;font-size:.75rem;font-weight:500;color:var(--text-primary);white-space:nowrap;max-width:200px;overflow:hidden;text-overflow:ellipsis;z-index:50;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .15s,visibility .15s}.calendar-day:hover .day-tooltip{opacity:1;visibility:visible}.calendar-legend{display:flex;gap:2rem;padding:1rem;background:var(--bg-card);border-radius:8px;border:1px solid var(--border);justify-content:center;flex-wrap:wrap}.legend-item{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--text-secondary)}.legend-box{width:16px;height:16px;border-radius:2px}.legend-box.joined{background:#fc5c7d}.legend-box.my-event{border:2px solid var(--primary)}.legend-box.public{border:2px solid #28a745}.legend-box.friends{border:2px solid #007bff}.legend-box.private{border:2px solid #6c757d}.legend-box.today{background:var(--bg-primary);border:2px solid var(--primary);box-shadow:0 0 4px #646cff80}.empty-state{text-align:center;padding:3rem;color:var(--text-secondary);background:var(--bg-card);border-radius:12px;border:1px solid var(--border)}.day-events-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.5rem;min-width:300px;max-width:400px;z-index:1001;max-height:80vh;overflow-y:auto}.day-events-popup h3{margin:0 0 1rem;color:var(--text-primary)}.day-event-item{padding:.75rem;background:var(--bg-primary);border-radius:8px;margin-bottom:.5rem;cursor:pointer;transition:all .2s}.day-event-item:hover{background:var(--bg-hover)}.day-event-item:last-child{margin-bottom:0}.day-event-name{font-weight:600;color:var(--text-primary);margin-bottom:.25rem}.day-event-meta{font-size:.8rem;color:var(--text-secondary)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal{background:var(--bg-card);border-radius:12px;padding:1.5rem;width:100%;max-width:600px;max-height:90vh;overflow-y:auto}.modal h2{margin:0 0 1.5rem;color:var(--text-primary)}.modal-large{max-width:700px}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-size:.9rem;color:var(--text-secondary)}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.6rem .75rem;border:1px solid var(--border);border-radius:6px;background:var(--bg-card);color:var(--text-primary);font-size:.95rem;font-family:inherit}.form-group textarea{min-height:80px;resize:vertical}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--border)}.distances-section{margin-top:1.5rem}.distances-section h3{margin:0 0 1rem;font-size:1rem;color:var(--text-primary)}.distance-row{display:grid;grid-template-columns:2fr 1fr 1fr auto;gap:.75rem;margin-bottom:.75rem;align-items:end}.distance-row input,.distance-row select{padding:.5rem .6rem;border:1px solid var(--border);border-radius:6px;background:var(--bg-card);color:var(--text-primary);font-size:.9rem}.distance-row input:focus,.distance-row select:focus{outline:none;border-color:var(--primary)}.btn-remove-distance{padding:.5rem;background:transparent;border:1px solid #dc3545;border-radius:6px;color:#dc3545;cursor:pointer;font-size:1rem;line-height:1;transition:all .2s}.btn-remove-distance:hover{background:#dc3545;color:#fff}.btn-add-distance{padding:.5rem 1rem;background:transparent;border:1px dashed var(--border);border-radius:6px;color:var(--text-secondary);cursor:pointer;font-size:.9rem;width:100%;transition:all .2s}.btn-add-distance:hover{border-color:var(--primary);color:var(--primary)}.event-detail-header{margin-bottom:1.5rem}.event-detail-title-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.5rem}.event-detail-title{font-size:1.5rem;font-weight:600;color:var(--text-primary)}.event-detail-host{font-size:.9rem;color:var(--text-secondary);white-space:nowrap}.event-detail-meta{display:flex;flex-wrap:wrap;gap:1rem;font-size:.9rem;color:var(--text-secondary)}.event-detail-meta span{display:flex;align-items:center;gap:.25rem}.visibility-badge{display:inline-block;padding:.2rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500;text-transform:uppercase}.visibility-badge.public{background:#28a74526;color:#28a745}.visibility-badge.friends{background:#007bff26;color:#007bff}.visibility-badge.private{background:#6c757d26;color:#6c757d}.event-detail-description{padding:1rem;background:var(--bg-primary);border-radius:8px;margin-bottom:1.5rem;color:var(--text-primary);white-space:pre-wrap}.event-distances-section{margin-bottom:1.5rem}.event-distances-section h3{margin:0 0 1rem;font-size:1rem;color:var(--text-primary)}.distance-card{background:var(--bg-primary);border:1px solid var(--border);border-radius:8px;padding:1rem;margin-bottom:.75rem}.distance-card:last-child{margin-bottom:0}.distance-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.distance-name{font-weight:600;color:var(--text-primary)}.distance-info{font-size:.85rem;color:var(--text-secondary)}.distance-actions{display:flex;gap:.5rem}.participants-list{margin-top:.75rem}.participants-title{font-size:.8rem;color:var(--text-secondary);margin-bottom:.5rem}.participant-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem;background:var(--bg-card);border-radius:4px;margin-bottom:.25rem;font-size:.85rem}.participant-name{color:var(--text-primary)}.participant-goal{color:var(--text-secondary);font-size:.8rem}.goal-form{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--border)}.goal-form h4{margin:0 0 .75rem;font-size:.9rem;color:var(--text-primary)}.goal-form-row{display:grid;grid-template-columns:1fr 1fr 2fr;gap:.5rem;margin-bottom:.5rem}.goal-form-row input,.goal-form-row select{padding:.4rem .5rem;border:1px solid var(--border);border-radius:4px;background:var(--bg-card);color:var(--text-primary);font-size:.85rem}.goal-form-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.5rem}.my-participation{background:#6a82fb1a;border:1px solid var(--primary);padding:.5rem;border-radius:4px;margin-top:.75rem}.my-participation-title{font-size:.8rem;color:var(--primary);font-weight:600;margin-bottom:.25rem}.my-participation-goal{font-size:.85rem;color:var(--text-primary)}.btn-primary{padding:.6rem 1.25rem;background:linear-gradient(135deg,#6a82fb,#fc5c7d);border:none;border-radius:6px;color:#fff;font-size:.9rem;font-weight:500;cursor:pointer;transition:opacity .2s}.btn-primary:hover{opacity:.9}.btn-secondary{padding:.6rem 1.25rem;background:transparent;border:1px solid var(--border);border-radius:6px;color:var(--text-secondary);font-size:.9rem;cursor:pointer;transition:all .2s}.btn-secondary:hover{background:var(--bg-hover)}.btn-small{padding:.35rem .75rem;font-size:.8rem}.btn-success{background:#28a745;border-color:#28a745;color:#fff}.btn-success:hover{background:#218838}.btn-danger{background:transparent;border-color:#dc3545;color:#dc3545}.btn-danger:hover{background:#dc3545;color:#fff}.btn-icon{padding:.35rem .75rem;background:transparent;border:1px solid var(--border);border-radius:4px;color:var(--text-secondary);font-size:.8rem;cursor:pointer;transition:all .2s}.btn-icon:hover{border-color:var(--primary);color:var(--primary)}.btn-icon.btn-danger:hover{border-color:#dc3545;color:#dc3545}.host-actions{display:flex;gap:.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}.loading{text-align:center;padding:3rem;color:var(--text-secondary)}@media (max-width: 1200px){.year-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (max-width: 768px){.year-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.events-header{flex-direction:column;gap:1rem;align-items:stretch}.events-filters{flex-direction:column;align-items:stretch}.filter-checkboxes{justify-content:center}.filter-divider{width:100%;height:1px}.filter-dropdown{justify-content:center}.form-row{grid-template-columns:1fr}.distance-row{grid-template-columns:1fr;gap:.5rem}.goal-form-row{grid-template-columns:1fr}.modal{max-width:100%;margin:.5rem}}@media (max-width: 480px){.year-grid{grid-template-columns:1fr}.calendar-legend{flex-direction:column;gap:.5rem}}.profile-page{max-width:800px;margin:0 auto}.profile-page h1{margin-bottom:1.5rem;color:var(--text-primary)}.profile-columns{display:grid;grid-template-columns:1fr auto;gap:1.5rem;align-items:start}@media (max-width: 600px){.profile-columns{grid-template-columns:1fr}}.profile-section{background:var(--bg-card);border-radius:12px;padding:1.25rem;border:1px solid var(--border)}.profile-section h2{margin:0 0 .75rem;font-size:1rem;color:var(--text-secondary)}.privacy-section{min-width:180px}.info-grid{display:grid;gap:1rem}.info-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid var(--border)}.info-item:last-child{border-bottom:none}.info-item .label{color:var(--text-secondary);font-size:.9rem}.info-item .value{color:var(--text-primary);font-weight:500}.info-item .value.connected{color:#00c853}.info-item .value.disconnected{color:#ff5252}.value-with-action{display:flex;align-items:center;gap:.5rem}.value-with-action span{color:var(--text-primary);font-weight:500}.refresh-btn{padding:.25rem .5rem;background:transparent;border:1px solid var(--border);border-radius:4px;color:var(--text-secondary);font-size:1rem;cursor:pointer;transition:all .2s}.refresh-btn:hover:not(:disabled){border-color:var(--primary);color:var(--primary)}.refresh-btn:disabled{opacity:.5;cursor:not-allowed}.sync-section{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}.sync-button{width:100%;padding:.6rem 1rem;background:linear-gradient(135deg,#fc5c7d,#6a82fb);border:none;border-radius:6px;color:#fff;font-size:.85rem;font-weight:600;cursor:pointer;transition:opacity .2s}.sync-button:hover:not(:disabled){opacity:.9}.sync-button:disabled{opacity:.6;cursor:not-allowed}.sync-result{margin-top:.5rem;padding:.5rem;border-radius:4px;text-align:center;font-size:.8rem}.sync-result.success{background:#00c8531a;color:#00c853}.sync-result.error{background:#ff52521a;color:#ff5252}.logout-section{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}.logout-button{width:100%;padding:.6rem 1rem;background:transparent;border:1px solid var(--border);border-radius:6px;color:var(--text-secondary);font-size:.85rem;cursor:pointer;transition:all .2s}.logout-button:hover{border-color:#ff5252;color:#ff5252}.edit-username{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.edit-username input{padding:.5rem .75rem;border:1px solid var(--border);border-radius:6px;background:var(--bg-card);color:var(--text-primary);font-size:.95rem;min-width:150px}.edit-username input:focus{outline:none;border-color:var(--primary)}.edit-btn,.save-btn,.cancel-btn{padding:.4rem .75rem;border-radius:4px;font-size:.85rem;cursor:pointer;transition:all .2s}.edit-btn{background:transparent;border:1px solid var(--border);color:var(--text-secondary)}.edit-btn:hover{border-color:var(--primary);color:var(--primary)}.save-btn{background:var(--primary);border:none;color:#fff}.save-btn:hover:not(:disabled){opacity:.9}.save-btn:disabled{opacity:.6;cursor:not-allowed}.cancel-btn{background:transparent;border:1px solid var(--border);color:var(--text-secondary)}.cancel-btn:hover{background:var(--bg-hover)}.error-text{width:100%;margin:.5rem 0 0;color:#ff5252;font-size:.85rem}.section-description{margin:0 0 .75rem;color:var(--text-secondary);font-size:.8rem}.privacy-grid{display:flex;flex-direction:column;gap:.5rem}.privacy-toggle{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.9rem;color:var(--text-primary)}.privacy-toggle input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:var(--primary)}.friends-link{margin-top:1rem;padding-top:.75rem;border-top:1px solid var(--border)}.friends-link a{color:var(--primary);text-decoration:none;font-size:.85rem}.friends-link a:hover{text-decoration:underline}.friends-section{margin-top:1.5rem}.friend-search{display:flex;gap:.5rem;margin-bottom:1rem}.friend-search input{flex:1;padding:.5rem .75rem;border:1px solid var(--border);border-radius:6px;background:var(--bg-card);color:var(--text-primary);font-size:.9rem}.friend-search input:focus{outline:none;border-color:var(--primary)}.friend-search button{padding:.5rem 1rem;background:var(--primary);color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.85rem}.friend-search button:disabled{opacity:.5;cursor:not-allowed}.friend-list{display:flex;flex-direction:column;gap:.5rem}.friend-list.search-results{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.friend-list.pending-requests{margin-bottom:1rem}.list-label{font-size:.75rem;color:var(--text-secondary);text-transform:uppercase;margin-bottom:.25rem}.friend-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem .75rem;background:#00000008;border-radius:6px;font-size:.9rem}.friend-item span{color:var(--text-primary)}.friend-actions{display:flex;gap:.25rem}.btn-small{padding:.25rem .5rem;border:none;border-radius:4px;cursor:pointer;font-size:.8rem}.btn-primary{background:var(--primary);color:#fff}.btn-success{background:#28a745;color:#fff}.btn-danger{background:#dc3545;color:#fff}.btn-muted{background:transparent;color:var(--text-secondary);border:1px solid var(--border)}.btn-muted:hover{background:var(--bg-hover, rgba(0,0,0,.05))}.empty-text{color:var(--text-secondary);font-size:.85rem;font-style:italic}.status-pending{font-size:.75rem;color:var(--text-secondary);background:#0000000d;padding:.2rem .5rem;border-radius:4px}.sent-requests{margin-bottom:1rem}.landing-page{min-height:100vh;display:flex;flex-direction:column;background:var(--bg-primary)}.landing-header{padding:1rem 2rem;border-bottom:1px solid var(--border);background:var(--bg-card)}.landing-header-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.landing-logo{font-size:1.75rem;font-weight:700;background:var(--gradient-hero);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.landing-main{flex:1;max-width:1200px;margin:0 auto;padding:0 2rem;width:100%}.landing-hero{text-align:center;padding:6rem 0 4rem}.landing-hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;background:var(--gradient-hero);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landing-hero-subtitle{font-size:1.25rem;color:var(--text-secondary);max-width:600px;margin:0 auto 2.5rem;line-height:1.7}.landing-hero-cta{display:flex;justify-content:center}.landing-features{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding:4rem 0}.landing-feature-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:2rem;text-align:center;transition:transform .2s,box-shadow .2s,border-color .2s}.landing-feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--primary)}.landing-feature-icon{font-size:3rem;margin-bottom:1rem}.landing-feature-title{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:var(--text-primary)}.landing-feature-description{font-size:.95rem;color:var(--text-secondary);line-height:1.6}.landing-footer{padding:2rem;border-top:1px solid var(--border);background:var(--bg-card);margin-top:auto}.landing-footer-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.landing-footer-links{display:flex;gap:2rem}.landing-footer-links a{color:var(--text-secondary);text-decoration:none;font-size:.9rem;transition:color .2s}.landing-footer-links a:hover{color:var(--primary)}.landing-footer-copyright{color:var(--text-secondary);font-size:.9rem;margin:0}@media (max-width: 900px){.landing-features{grid-template-columns:1fr;gap:1.5rem}.landing-hero-title{font-size:2.5rem}.landing-hero-subtitle{font-size:1.1rem}}@media (max-width: 600px){.landing-header{padding:1rem}.landing-header-content{flex-direction:column;gap:1rem}.landing-main{padding:0 1rem}.landing-hero{padding:3rem 0 2rem}.landing-hero-title{font-size:2rem}.landing-hero-subtitle{font-size:1rem}.landing-feature-card{padding:1.5rem}.landing-footer-content{flex-direction:column;gap:1rem;text-align:center}.landing-footer-links{flex-wrap:wrap;justify-content:center;gap:1rem}}.legal-page{min-height:100vh;display:flex;flex-direction:column;background:var(--bg-primary)}.legal-header{padding:1rem 2rem;border-bottom:1px solid var(--border);background:var(--bg-card)}.legal-header-content{max-width:800px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.legal-logo{font-size:1.5rem;font-weight:700;background:var(--gradient-hero);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-decoration:none}.legal-back-link{color:var(--text-secondary);text-decoration:none;font-size:.9rem;transition:color .2s}.legal-back-link:hover{color:var(--primary)}.legal-content{flex:1;max-width:800px;margin:0 auto;padding:3rem 2rem;width:100%}.legal-content h1{font-size:2.5rem;margin-bottom:.5rem;color:var(--text-primary)}.legal-content .legal-updated{color:var(--text-secondary);font-size:.9rem;margin-bottom:2rem}.legal-content h2{font-size:1.5rem;margin-top:2.5rem;margin-bottom:1rem;color:var(--text-primary)}.legal-content p{color:var(--text-secondary);line-height:1.7;margin-bottom:1rem}.legal-content ul{color:var(--text-secondary);line-height:1.7;margin-bottom:1rem;padding-left:1.5rem}.legal-content li{margin-bottom:.5rem}.legal-content a{color:var(--primary);text-decoration:none}.legal-content a:hover{text-decoration:underline}.legal-footer{padding:2rem;border-top:1px solid var(--border);background:var(--bg-card)}.legal-footer-content{max-width:800px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.legal-footer-links{display:flex;gap:2rem}.legal-footer-links a{color:var(--text-secondary);text-decoration:none;font-size:.9rem;transition:color .2s}.legal-footer-links a:hover{color:var(--primary)}.legal-footer-copyright{color:var(--text-secondary);font-size:.9rem;margin:0}@media (max-width: 600px){.legal-header{padding:1rem}.legal-content{padding:2rem 1rem}.legal-content h1{font-size:2rem}.legal-content h2{font-size:1.25rem}.legal-footer-content{flex-direction:column;gap:1rem;text-align:center}.legal-footer-links{flex-wrap:wrap;justify-content:center;gap:1rem}}.admin-page{padding:2rem;max-width:1400px;margin:0 auto}.admin-page h1{margin-bottom:2rem;color:var(--text-primary)}.admin-page .error{color:#e53935;padding:1rem;background:#e539351a;border-radius:8px}.admin-page .admin-stats-overview{display:flex;gap:1.5rem;margin-bottom:2rem;flex-wrap:nowrap;overflow-x:auto}.admin-page .admin-stat-card{background:var(--gradient-card);border:1px solid var(--border);border-radius:8px;padding:.75rem 1rem;display:flex;flex-direction:column;align-items:center;min-width:80px;transition:transform .2s,box-shadow .2s}.admin-page .admin-stat-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.admin-page .admin-stat-value{font-size:1.5rem;font-weight:700;color:var(--primary)}.admin-page .admin-stat-label{font-size:.7rem;color:var(--text-secondary);margin-top:.25rem}.admin-page .sync-status-bar{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--bg-tertiary);border:1px solid var(--border);border-radius:8px;margin-bottom:1.5rem;font-size:.9rem}.admin-page .sync-status-label{font-weight:600;color:var(--text-secondary)}.admin-page .sync-status-value{color:var(--text-primary)}.admin-page .sync-status-separator{color:var(--text-tertiary)}.admin-page .recalculate-all-btn{padding:.35rem .75rem;border-radius:6px;border:1px solid var(--primary);background:var(--primary);color:#fff;cursor:pointer;font-size:.8rem;transition:opacity .2s}.admin-page .recalculate-all-btn:hover:not(:disabled){opacity:.9}.admin-page .recalculate-all-btn:disabled{opacity:.6;cursor:not-allowed}.admin-page .users-table-container{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.5rem;overflow-x:auto}.admin-page .users-table-container h2{margin-bottom:1rem;color:var(--text-primary)}.admin-page .users-table{width:100%;border-collapse:collapse;font-size:.9rem}.admin-page .users-table th,.admin-page .users-table td{padding:.35rem .75rem;text-align:left;border-bottom:1px solid var(--border);color:var(--text-primary);white-space:nowrap}.admin-page .users-table th{font-weight:600;color:var(--text-secondary);font-size:.8rem;text-transform:uppercase}.admin-page .users-table tbody tr:hover{background:var(--bg-hover)}.admin-page .users-table .status-yes{color:var(--success)}.admin-page .users-table .status-no{color:var(--text-tertiary)}.admin-page .expand-cell{width:40px;text-align:center}.admin-page .expand-btn{width:28px;height:28px;border-radius:4px;border:1px solid var(--border);background:var(--bg-secondary);color:var(--text-primary);cursor:pointer;font-size:1.2rem;line-height:1;display:flex;align-items:center;justify-content:center;transition:background .2s,border-color .2s}.admin-page .expand-btn:hover{background:var(--bg-hover);border-color:var(--primary)}.admin-page .expanded-row{background:var(--bg-hover)}.admin-page .activities-row,.admin-page .activities-row:hover{background:var(--bg-secondary)}.admin-page .activities-row>td{padding:0;border-bottom:2px solid var(--border)}.admin-page .user-activities{padding:1rem 1.5rem}.admin-page .activities-header-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem;flex-wrap:wrap;gap:.5rem}.admin-page .activities-header{font-weight:600;color:var(--text-secondary);font-size:.85rem}.admin-page .user-area-actions{display:flex;align-items:center;gap:1rem}.admin-page .refresh-btn{padding:.35rem .75rem;border-radius:6px;border:1px solid var(--border);background:var(--bg-card);color:var(--text-primary);cursor:pointer;font-size:.8rem;transition:background .2s,border-color .2s}.admin-page .refresh-btn:hover:not(:disabled){background:var(--bg-hover);border-color:var(--primary)}.admin-page .refresh-btn:disabled{opacity:.6;cursor:not-allowed}.admin-page .recalculate-btn{padding:.35rem .75rem;border-radius:6px;border:1px solid var(--primary);background:var(--primary);color:#fff;cursor:pointer;font-size:.8rem;transition:opacity .2s}.admin-page .recalculate-btn:hover:not(:disabled){opacity:.9}.admin-page .recalculate-btn:disabled{opacity:.6;cursor:not-allowed}.admin-page .user-area-result{font-size:.85rem;color:var(--text-primary);background:var(--bg-tertiary);padding:.35rem .75rem;border-radius:6px}.admin-page .activities-loading{padding:1rem;color:var(--text-tertiary)}.admin-page .activities-table{width:100%;border-collapse:collapse;font-size:.85rem;background:var(--bg-card);border-radius:8px;overflow:hidden}.admin-page .activities-table th,.admin-page .activities-table td{padding:.25rem .5rem;text-align:left;border-bottom:1px solid var(--border);color:var(--text-primary);white-space:nowrap}.admin-page .activities-table th{font-weight:600;color:var(--text-secondary);font-size:.75rem;text-transform:uppercase;background:var(--bg-tertiary)}.admin-page .activities-table tbody tr:hover{background:var(--bg-hover)}.admin-page .activities-table .status-yes{color:var(--success)}.admin-page .activities-table .status-no{color:var(--text-tertiary)}.admin-page .load-more-btn{margin-top:1rem;padding:.5rem 1rem;border-radius:6px;border:1px solid var(--border);background:var(--bg-card);color:var(--text-primary);cursor:pointer;font-size:.85rem;transition:background .2s,border-color .2s}.admin-page .load-more-btn:hover:not(:disabled){background:var(--bg-hover);border-color:var(--primary)}.admin-page .load-more-btn:disabled{opacity:.6;cursor:not-allowed}.admin-page .view-map-btn{padding:.25rem .5rem;border-radius:4px;border:1px solid var(--primary);background:transparent;color:var(--primary);cursor:pointer;font-size:.75rem;transition:background .2s,color .2s}.admin-page .view-map-btn:hover:not(:disabled){background:var(--primary);color:#fff}.admin-page .view-map-btn:disabled{opacity:.6;cursor:not-allowed}.admin-page .sync-btn{padding:.25rem .5rem;border-radius:4px;border:1px solid var(--success);background:transparent;color:var(--success);cursor:pointer;font-size:.75rem;transition:background .2s,color .2s}.admin-page .sync-btn:hover:not(:disabled){background:var(--success);color:#fff}.admin-page .sync-btn:disabled{opacity:.6;cursor:not-allowed}.map-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.map-modal{background:var(--bg-card);border-radius:12px;width:100%;max-width:700px;max-height:90vh;overflow:hidden;box-shadow:var(--shadow-lg)}.map-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid var(--border)}.map-modal-header h3{margin:0;color:var(--text-primary);font-size:1.1rem}.map-modal-close{width:32px;height:32px;border-radius:6px;border:none;background:var(--bg-secondary);color:var(--text-primary);cursor:pointer;font-size:1.5rem;line-height:1;display:flex;align-items:center;justify-content:center;transition:background .2s}.map-modal-close:hover{background:var(--bg-hover)}.map-modal-content{padding:0}.map-modal-content .leaflet-container{border-radius:0}.map-modal-footer{padding:.75rem 1.5rem;border-top:1px solid var(--border);min-height:2.5rem}.map-modal-info{font-size:.85rem;color:var(--text-secondary)}.admin-page .area-with-view{display:flex;align-items:center;gap:.5rem}.admin-page .area-toggle{display:flex;gap:.5rem}.admin-page .area-toggle-btn{padding:.35rem .75rem;border-radius:6px;border:1px solid var(--border);background:var(--bg-secondary);color:var(--text-secondary);cursor:pointer;font-size:.8rem;transition:all .2s}.admin-page .area-toggle-btn:hover{border-color:var(--primary)}.admin-page .area-toggle-btn.active{background:var(--primary);border-color:var(--primary);color:#fff}@media (max-width: 768px){.admin-page{padding:1rem}.admin-page .admin-stats-overview{gap:1rem}.admin-page .admin-stat-card{padding:1rem 1.5rem;min-width:120px;flex:1}.admin-page .admin-stat-value{font-size:2rem}.admin-page .users-table{font-size:.8rem}.admin-page .users-table th,.admin-page .users-table td{padding:.5rem}}.theme-toggle{background:transparent;border:1px solid var(--border);border-radius:6px;padding:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;color:var(--text-secondary);height:38px;width:38px}.theme-toggle:hover{background:var(--bg-hover);border-color:var(--primary);color:var(--primary);transform:scale(1.05)}.theme-icon{width:20px;height:20px;transition:transform .3s ease}.theme-toggle:hover .theme-icon{transform:rotate(20deg)}:root{--sidebar-width-collapsed: 60px;--sidebar-width-expanded: 220px}.app{width:100%;min-height:100vh;display:flex;flex-direction:row}.sidebar{position:fixed;top:0;left:0;bottom:0;width:var(--sidebar-width-collapsed);background:var(--bg-card);border-right:1px solid var(--border);display:flex;flex-direction:column;z-index:1000;overflow:hidden;transition:width .2s ease}.sidebar:hover{width:var(--sidebar-width-expanded)}.sidebar-logo{display:flex;align-items:center;gap:.75rem;padding:1rem;height:56px;text-decoration:none;flex-shrink:0;border-bottom:1px solid var(--border)}.logo-icon{width:28px;height:28px;background:var(--gradient-hero, var(--primary));color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1rem;flex-shrink:0}.sidebar-nav{flex:1;overflow-y:auto;overflow-x:hidden;padding:.5rem 0}.nav-section{display:flex;flex-direction:column}.nav-divider{height:1px;background:var(--border);margin:.35rem .75rem}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.6rem 1rem;color:var(--text-secondary);text-decoration:none;white-space:nowrap;transition:color .15s,background .15s;border-left:3px solid transparent;cursor:pointer}.nav-item svg{width:20px;height:20px;flex-shrink:0}.nav-item:hover{color:var(--text-primary);background:var(--bg-hover, rgba(255, 255, 255, .05))}.nav-item.active{color:var(--primary);border-left-color:var(--primary);background:var(--primary-alpha-10, rgba(252, 92, 125, .08))}.nav-label{opacity:0;transition:opacity .15s ease;font-size:.875rem;font-weight:500;overflow:hidden}.sidebar:hover .nav-label{opacity:1}.sidebar-bottom{flex-shrink:0;border-top:1px solid var(--border);padding:.25rem 0}.theme-toggle-wrapper{display:flex;justify-content:center;padding:.6rem 0;border-left:3px solid transparent}.hamburger-btn{display:none;position:fixed;top:.75rem;left:.75rem;z-index:1100;width:40px;height:40px;border:1px solid var(--border);border-radius:8px;background:var(--bg-card);color:var(--text-primary);cursor:pointer;padding:.5rem}.hamburger-btn svg{width:100%;height:100%}.sidebar-backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:999}.main-content{flex:1;padding:2rem;padding-left:calc(var(--sidebar-width-collapsed) + 2rem);max-width:calc(1400px + var(--sidebar-width-collapsed));margin:0 auto;width:100%;box-sizing:border-box}.loading-screen{display:flex;align-items:center;justify-content:center;min-height:100vh;background:var(--bg-primary);font-size:1.2rem;color:var(--text-primary)}@media (max-width: 768px){.hamburger-btn{display:flex;align-items:center;justify-content:center}.sidebar-backdrop{display:block}.sidebar{width:280px;transform:translate(-100%);transition:transform .25s ease}.sidebar:hover{width:280px}.sidebar.mobile-open{transform:translate(0)}.sidebar .nav-label{opacity:1}.main-content{margin-left:0;width:100%;padding:4rem 1rem 1rem}}:root,[data-theme=light]{color-scheme:light;--primary: #e91e63;--primary-hover: #c2185b;--primary-light: #ff6b9d;--primary-alpha-10: rgba(233, 30, 99, .1);--primary-alpha-20: rgba(233, 30, 99, .2);--run-color: #ff6b35;--run-bg: rgba(255, 107, 53, .08);--run-alpha-10: rgba(255, 107, 53, .1);--cycle-color: #00bfa5;--cycle-bg: rgba(0, 191, 165, .08);--cycle-alpha-10: rgba(0, 191, 165, .1);--swim-color: #00b0ff;--swim-bg: rgba(0, 176, 255, .08);--swim-alpha-10: rgba(0, 176, 255, .1);--ski-color: #64b5f6;--ski-bg: rgba(100, 181, 246, .08);--ski-alpha-10: rgba(100, 181, 246, .1);--weight-color: #9b59b6;--weight-bg: rgba(155, 89, 182, .08);--weight-alpha-10: rgba(155, 89, 182, .1);--gold: #ffc107;--gold-alpha-10: rgba(255, 193, 7, .1);--success: #4caf50;--success-alpha-10: rgba(76, 175, 80, .1);--bg-primary: #fff5f7;--bg-secondary: #fef0f3;--bg-tertiary: #fde8ed;--bg-card: #ffffff;--bg-elevated: #ffffff;--bg-hover: #fce4e9;--border: #f0d4dc;--border-light: #fce4e9;--border-dark: #e8bed0;--text-primary: #1a1a1a;--text-secondary: #616161;--text-tertiary: #9e9e9e;--text-disabled: #bdbdbd;--shadow-sm: 0 2px 4px rgba(233, 30, 99, .08);--shadow-md: 0 4px 12px rgba(233, 30, 99, .12);--shadow-lg: 0 8px 24px rgba(233, 30, 99, .16);--shadow-glow: 0 0 20px rgba(233, 30, 99, .3);--gradient-hero: linear-gradient(135deg, #ff6b9d 0%, #ff1744 50%, #e91e63 100%);--gradient-athletic: linear-gradient(135deg, #ff8a65 0%, #ff6b9d 50%, #ff1744 100%);--gradient-card: linear-gradient(135deg, #ffffff 0%, #fff8fa 100%);--gradient-elevated: linear-gradient(135deg, #ffffff 0%, #fffbfc 100%);--gradient-pink-tint: linear-gradient(135deg, #ffffff 0%, #fff5f7 100%)}[data-theme=dark]{color-scheme:dark;--primary: #fc5c7d;--primary-hover: #ff7d99;--primary-light: #ff8fab;--primary-alpha-10: rgba(252, 92, 125, .1);--primary-alpha-20: rgba(252, 92, 125, .2);--run-color: #ff6b35;--run-bg: rgba(255, 107, 53, .1);--run-alpha-10: rgba(255, 107, 53, .1);--cycle-color: #00bfa5;--cycle-bg: rgba(0, 191, 165, .1);--cycle-alpha-10: rgba(0, 191, 165, .1);--swim-color: #00b0ff;--swim-bg: rgba(0, 176, 255, .1);--swim-alpha-10: rgba(0, 176, 255, .1);--ski-color: #64b5f6;--ski-bg: rgba(100, 181, 246, .1);--ski-alpha-10: rgba(100, 181, 246, .1);--weight-color: #9b59b6;--weight-bg: rgba(155, 89, 182, .1);--weight-alpha-10: rgba(155, 89, 182, .1);--gold: #ffc107;--gold-alpha-10: rgba(255, 193, 7, .1);--success: #4caf50;--success-alpha-10: rgba(76, 175, 80, .1);--bg-primary: #1a1a1a;--bg-secondary: #242424;--bg-tertiary: #2a2a2a;--bg-card: #1e1e1e;--bg-elevated: #2d2d2d;--bg-hover: #2a2a2a;--border: #333333;--border-light: #404040;--border-dark: #282828;--text-primary: #ffffff;--text-secondary: #b0b0b0;--text-tertiary: #808080;--text-disabled: #606060;--shadow-sm: 0 2px 4px rgba(0, 0, 0, .2);--shadow-md: 0 4px 12px rgba(0, 0, 0, .3);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .4);--shadow-glow: 0 0 20px rgba(252, 92, 125, .5);--gradient-hero: linear-gradient(135deg, #fc5c7d 0%, #e91e63 50%, #c2185b 100%);--gradient-athletic: linear-gradient(135deg, #ff6b35 0%, #fc5c7d 50%, #e91e63 100%);--gradient-card: linear-gradient(135deg, #1e1e1e 0%, #2a1e26 100%);--gradient-elevated: linear-gradient(135deg, #2a2a2a 0%, #2d2329 100%);--gradient-pink-tint: linear-gradient(135deg, #1e1e1e 0%, #2a1a2a 100%)}@media (prefers-color-scheme: dark){:root:not([data-theme=light]):not([data-theme=dark]){color-scheme:dark;--primary: #fc5c7d;--primary-hover: #ff7d99;--primary-light: #ff8fab;--primary-alpha-10: rgba(252, 92, 125, .1);--primary-alpha-20: rgba(252, 92, 125, .2);--run-color: #ff6b35;--run-bg: rgba(255, 107, 53, .1);--run-alpha-10: rgba(255, 107, 53, .1);--cycle-color: #00bfa5;--cycle-bg: rgba(0, 191, 165, .1);--cycle-alpha-10: rgba(0, 191, 165, .1);--swim-color: #00b0ff;--swim-bg: rgba(0, 176, 255, .1);--swim-alpha-10: rgba(0, 176, 255, .1);--ski-color: #64b5f6;--ski-bg: rgba(100, 181, 246, .1);--ski-alpha-10: rgba(100, 181, 246, .1);--weight-color: #9b59b6;--weight-bg: rgba(155, 89, 182, .1);--weight-alpha-10: rgba(155, 89, 182, .1);--gold: #ffc107;--gold-alpha-10: rgba(255, 193, 7, .1);--success: #4caf50;--success-alpha-10: rgba(76, 175, 80, .1);--bg-primary: #1a1a1a;--bg-secondary: #242424;--bg-tertiary: #2a2a2a;--bg-card: #1e1e1e;--bg-elevated: #2d2d2d;--bg-hover: #2a2a2a;--border: #333333;--border-light: #404040;--border-dark: #282828;--text-primary: #ffffff;--text-secondary: #b0b0b0;--text-tertiary: #808080;--text-disabled: #606060;--shadow-sm: 0 2px 4px rgba(0, 0, 0, .2);--shadow-md: 0 4px 12px rgba(0, 0, 0, .3);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .4);--shadow-glow: 0 0 20px rgba(252, 92, 125, .5);--gradient-hero: linear-gradient(135deg, #fc5c7d 0%, #e91e63 50%, #c2185b 100%);--gradient-athletic: linear-gradient(135deg, #ff6b35 0%, #fc5c7d 50%, #e91e63 100%);--gradient-card: linear-gradient(135deg, #1e1e1e 0%, #2a1e26 100%);--gradient-elevated: linear-gradient(135deg, #2a2a2a 0%, #2d2329 100%);--gradient-pink-tint: linear-gradient(135deg, #1e1e1e 0%, #2a1a2a 100%)}}*{transition:background-color .3s ease,color .3s ease,border-color .3s ease}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:var(--text-primary);background-color:var(--bg-secondary);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#root{width:100%;min-height:100vh}a{font-weight:500;color:var(--primary);text-decoration:inherit}a:hover{color:var(--primary-hover)}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--bg-primary);color:var(--text-primary);cursor:pointer;transition:border-color .25s}button:hover{border-color:var(--primary)}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}
