:root{--bg: #5f5d5d;--panel: #151821;--text: #000000;--muted: #ffffff;--brand: #1fcece;--border: #232838}*{box-sizing:border-box}html,body{height:100%;margin:0;padding:0}body{background:var(--bg);color:var(--text);font:16px/1.5 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}.site-header{position:sticky;top:0;z-index:100;background:#151821;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}.site-header nav{max-width:100%;margin:0;padding:.75rem 1rem;display:flex;align-items:center;justify-content:flex-start;gap:.5rem}.site-header .brand{flex-shrink:0;margin-right:1rem}.site-header .tabs{margin-left:auto}.brand{color:#fff;text-decoration:none;font-weight:bolder;font-size:2.75rem;display:inline-flex;align-items:center;gap:.4rem;transition:transform .25s ease}.brand:hover{transform:scale(1.08)}.tabs{margin:0;padding:0;list-style:none;display:flex;gap:.5rem}.tabs [role=tab]{background:transparent;color:var(--muted);border:1px solid transparent;padding:.5rem .75rem;border-radius:999px;cursor:pointer;font-size:1rem;transition:filter .2s ease}.tabs [role=tab]:hover{filter:brightness(1.1)}.tabs [role=tab]:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.tabs [role=tab][aria-selected=true]{color:var(--text);border-color:var(--border);background:#767d93}.layout-full{height:100%;display:flex;gap:0}.sidebar-wrapper{width:440px;transition:width .4s ease;overflow:hidden;display:flex;flex-shrink:0}.sidebar-wrapper.hidden{width:0}.left-pane{background-color:#3a3a3a;overflow:auto;padding:1.5rem;width:440px;display:flex;flex-direction:column;color:var(--muted)}.right-pane{position:relative;overflow:hidden;z-index:0;flex:1;min-width:0}.map-canvas{position:absolute;inset:0}#btn-locate,#add-spot-btn,.add-spot-btn{width:100%;border:none;border-radius:8px;height:auto;padding:.75rem 1rem;cursor:pointer;font-size:1rem;font-weight:600;transition:all .2s ease}.add-spot-btn{background:var(--brand);color:#fff;margin-bottom:1rem}.add-spot-btn:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0003;background:#1ab8b8}#btn-locate{background:var(--panel);color:var(--muted);border:1px solid var(--border)}#btn-locate:hover{background:#1fcece1a;border-color:var(--brand)}.left-pane select{outline:none}.left-pane select:focus{outline:2px solid var(--brand);outline-offset:2px}.friend-pin-card{border-left:4px solid var(--brand)!important;position:relative}.friend-pin-card:before{content:"👥";position:absolute;top:.5rem;right:.5rem;font-size:1rem;z-index:1}.leaflet-marker-icon.friend-marker{z-index:1001!important;animation:friendPulse 2s ease-in-out infinite;overflow:visible!important}.colored-pin-icon{overflow:visible!important;background:transparent!important}.colored-pin-wrapper{overflow:visible!important}.colored-pin-image{filter:drop-shadow(0 0 6px var(--pin-color, #1fcece)) drop-shadow(0 0 3px var(--pin-color, #1fcece))!important;-webkit-filter:drop-shadow(0 0 6px var(--pin-color, #1fcece)) drop-shadow(0 0 3px var(--pin-color, #1fcece))!important}.leaflet-marker-icon.spoty-pin-div,.leaflet-marker-icon.colored-pin-scheduled-wrapper{background:transparent!important;overflow:visible!important}.spoty-pin-shell{position:relative;width:40px;height:50px;border-radius:10px;border:2px dashed var(--scheduled-color, #f59e0b);box-sizing:border-box;animation:scheduledPinGlow 1.5s ease-in-out infinite}.spoty-pin-img-wrap{padding:2px}.spoty-pin-img.spoty-pin-img-scheduled{width:36px!important;height:45px!important;margin:2px auto 0;display:block;filter:sepia(.25) saturate(1.2) hue-rotate(-8deg) drop-shadow(0 0 4px var(--scheduled-color, #f59e0b))}.spoty-pin-clock,.spoty-pin-clock-friend{position:absolute;right:-2px;bottom:-2px;font-size:12px;line-height:1;text-shadow:0 1px 2px rgba(0,0,0,.65)}.colored-pin-friend-scheduled{border-radius:8px;outline:2px dashed var(--scheduled-ring, #f59e0b);outline-offset:1px;animation:scheduledPinGlowFriend 1.5s ease-in-out infinite}@keyframes scheduledPinGlow{0%,to{box-shadow:0 0 #f59e0b59;border-color:#f59e0b}50%{box-shadow:0 0 12px 2px #f59e0b8c;border-color:#fbbf24}}@keyframes scheduledPinGlowFriend{0%,to{filter:drop-shadow(0 0 6px var(--pin-color, #1fcece)) drop-shadow(0 0 3px var(--scheduled-ring, #f59e0b))}50%{filter:drop-shadow(0 0 10px var(--scheduled-ring, #f59e0b)) drop-shadow(0 0 4px var(--pin-color, #1fcece))}}@keyframes friendPulse{0%,to{filter:drop-shadow(0 0 12px var(--friend-color, #1fcece)) drop-shadow(0 0 6px var(--friend-color, #1fcece)) brightness(1)}50%{filter:drop-shadow(0 0 16px var(--friend-color, #1fcece)) drop-shadow(0 0 8px var(--friend-color, #1fcece)) brightness(1)}}.left-pane>p{background-color:var(--panel);border:1px solid var(--border);border-radius:10px;text-align:center;padding:1rem;margin-top:1.5rem;color:var(--muted);font-size:.875rem;opacity:.8}.tab-content{background:var(--bg);min-height:calc(100vh - 140px);padding:2rem 2rem 4rem;color:var(--muted);overflow-y:auto;height:auto}.tab-content h1{color:var(--muted);margin-bottom:1rem;font-size:2rem}.tab-content p{color:var(--muted);line-height:1.6;margin-bottom:1rem}.site-footer{background:#151821;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid var(--border);padding:1rem;text-align:center}.site-footer p{margin:0;color:var(--muted);font-size:14px}@media(max-width:900px){.site-header nav{flex-wrap:wrap}.tabs{flex-wrap:wrap}.sidebar-wrapper{position:absolute;width:100%;max-height:50vh;z-index:50;background-color:#fff;box-shadow:0 2px 8px #0000001a}.sidebar-wrapper.hidden{display:none}.layout-full{flex-direction:column}.right-pane{flex:1;min-height:50vh;width:100%}}@media(max-width:520px){.site-header nav{flex-wrap:wrap}.tabs{flex-wrap:wrap}}.logout-btn{background:#e53e3e;color:#fff;padding:8px 12px;border-radius:6px;border:none;cursor:pointer;font-weight:700}.logout-btn:hover{background:#c53030}.tutorial-replay-header-btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;margin-right:.5rem;padding:8px 12px;border-radius:6px;border:none;cursor:pointer;font-weight:700;font-size:.8125rem;background:#2d3748;color:#f7fafc}.tutorial-replay-header-btn:hover{filter:brightness(1.08)}.tutorial-replay-header-btn svg{width:18px;height:18px}.explore-page-wrapper{flex:1;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;background:#3a3a3a}.explore-container{display:flex;flex-direction:column;min-height:100%;height:auto;background:#3a3a3a;color:var(--muted);padding:2rem 2rem 4rem;max-width:1200px;margin:0 auto;overflow-y:visible;flex-shrink:0}.explore-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.explore-header-content h1{color:var(--muted);margin:0 0 .5rem;font-size:2.5rem;font-weight:700}.explore-subtitle{color:var(--muted);opacity:.8;margin:0;font-size:1rem}.explore-spoty-team-row{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;margin-bottom:1.25rem}.explore-spoty-team-btn{display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1.25rem;background:linear-gradient(135deg,#0d9488,#14b8a6);color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:700;cursor:pointer;box-shadow:0 2px 10px #0d948859;transition:transform .15s ease,box-shadow .15s ease}.explore-spoty-team-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 14px #0d948873}.explore-spoty-team-btn:disabled{opacity:.65;cursor:not-allowed;transform:none}.explore-spoty-team-msg{margin:0;font-size:.9rem;color:var(--muted);max-width:36rem;line-height:1.4}.pin-card--schedule-inactive{opacity:.9;border:1px dashed rgba(156,163,175,.45)}.schedule-inactive-badge{display:inline-block;padding:2px 8px;border-radius:4px;font-size:10px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;color:#9ca3af;background:#9ca3af33;border:1px solid rgba(156,163,175,.35)}.filter-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--brand);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;position:relative}.filter-button:hover{background:#1ab8b8;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.filter-icon{font-size:1.2rem}.filter-badge{position:absolute;top:-8px;right:-8px;background:#f44;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}.filter-panel{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 4px 12px #00000026}.filter-panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.filter-panel-header h2{margin:0;color:var(--muted);font-size:1.5rem}.close-filter-button{background:transparent;border:none;color:var(--muted);font-size:1.5rem;cursor:pointer;padding:.25rem .5rem;border-radius:4px;transition:background .2s ease}.close-filter-button:hover{background:#ffffff1a}.filter-section{margin-bottom:1.5rem}.filter-label{display:block;color:var(--muted);font-weight:600;margin-bottom:.5rem;font-size:1rem}.filter-select{width:100%;padding:.75rem;background:var(--bg);color:var(--muted);border:1px solid var(--border);border-radius:6px;font-size:1rem;cursor:pointer}.filter-select:focus{outline:2px solid var(--brand);outline-offset:2px}.category-checkboxes{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.75rem}.category-checkbox{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:var(--bg);border:1px solid var(--border);border-radius:6px;cursor:pointer;transition:all .2s ease;color:var(--muted)}.category-checkbox:hover{background:#1fcece1a;border-color:var(--brand)}.category-checkbox input[type=checkbox]{cursor:pointer;width:18px;height:18px}.category-checkbox input[type=checkbox]:checked+span{font-weight:600;color:var(--brand)}.rating-range{display:flex;flex-direction:column;gap:1rem}.rating-slider{width:100%;height:8px;border-radius:4px;background:var(--bg);outline:none;-webkit-appearance:none}.rating-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:var(--brand);cursor:pointer}.rating-slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:var(--brand);cursor:pointer;border:none}.filter-actions{display:flex;justify-content:flex-end;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}.reset-filters-button{padding:.75rem 1.5rem;background:transparent;color:var(--muted);border:1px solid var(--border);border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.reset-filters-button:hover{background:var(--bg);border-color:var(--brand);color:var(--brand)}.results-info{margin-bottom:1.5rem;color:var(--muted);opacity:.8}.results-info p{margin:0;font-size:1rem}.places-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;padding-bottom:4rem}.place-card{background:var(--panel);border:1px solid var(--border);border-radius:12px;overflow:hidden;transition:all .3s ease;display:flex;flex-direction:column;box-shadow:0 2px 8px #0000001a}.place-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0003;border-color:var(--brand)}.place-card-image{position:relative;width:100%;height:200px;overflow:hidden;background:var(--bg)}.place-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.place-card:hover .place-card-image img{transform:scale(1.05)}.place-card-image-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--muted);opacity:.5;font-size:3rem}.place-card-image-placeholder p{margin:.5rem 0 0;font-size:.875rem}.category-badge{position:absolute;top:.75rem;right:.75rem;background:#1fcecee6;color:#fff;padding:.375rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.place-card-content{padding:1.25rem;display:flex;flex-direction:column;flex-grow:1}.place-card-header{margin-bottom:.75rem}.place-card-title{margin:0 0 .5rem;color:var(--muted);font-size:1.5rem;font-weight:700;line-height:1.3}.star-rating{display:flex;align-items:center;gap:.25rem;margin-bottom:.5rem}.star{font-size:1.25rem;line-height:1}.star-full{color:gold}.star-half{color:gold;opacity:.7}.star-empty{color:#e5e7eb}.rating-number{margin-left:.5rem;color:var(--muted);opacity:.8;font-size:.875rem}.place-card-address{margin:.5rem 0;display:flex;align-items:center;gap:.5rem;color:var(--muted);font-size:.9rem;line-height:1.4}.place-card-address-text{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:var(--muted);opacity:.9}.place-card-distance{margin:.25rem 0;color:var(--brand);font-size:.875rem;font-weight:600}.place-card-description{margin:.75rem 0;display:flex;flex-direction:column;gap:.5rem}.place-card-description-text{color:var(--muted);opacity:.9;font-size:.9375rem;line-height:1.6;flex-grow:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.place-card-chip{display:inline-flex;align-items:center;padding:.15rem .5rem;border-radius:999px;background:#1fcece1f;color:var(--brand);font-size:.75rem;font-weight:700;letter-spacing:.01em;text-transform:uppercase}.place-card-chip.neutral{background:#ffffff0a;color:var(--muted)}.place-card-chip.address-chip{background:#1fcece26;color:var(--brand);border:1px solid rgba(31,206,206,.3)}.place-card-chip.description-chip{background:#ffffff14;color:var(--muted);flex-shrink:0;white-space:nowrap;width:fit-content}.place-card-address-text{color:var(--brand)!important;font-weight:500!important;font-size:.875rem!important}.place-card-description-text{color:var(--muted)!important;font-weight:400!important}.place-card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border);font-size:.8125rem;color:var(--muted);opacity:.7}.place-card-category{font-weight:600}.place-card-date{font-size:.75rem}.no-results{grid-column:1 / -1;text-align:center;padding:3rem 2rem;color:var(--muted);opacity:.7}.no-results p{margin:0 0 1.5rem;font-size:1.125rem}@media(max-width:768px){.explore-container{padding:1rem}.explore-header{flex-direction:column}.explore-header-content h1{font-size:2rem}.places-list{grid-template-columns:1fr;gap:1rem}.category-checkboxes{grid-template-columns:1fr}.filter-panel{padding:1rem}}@media(max-width:480px){.explore-header-content h1{font-size:1.75rem}.place-card-image{height:180px}.place-card-title{font-size:1.25rem}}.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}}.friends-modal-backdrop{position:fixed;inset:0;background:#0009;z-index:9998;animation:fadeIn .2s ease-out}.friends-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--panel);border:1px solid var(--border);border-radius:12px;box-shadow:0 8px 32px #0000004d;z-index:9999;width:90%;max-width:500px;max-height:90vh;overflow-y:auto;animation:modalSlideIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideIn{0%{opacity:0;transform:translate(-50%,-48%)}to{opacity:1;transform:translate(-50%,-50%)}}.friends-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--border)}.friends-modal-header h3{color:var(--muted);margin:0;font-size:1.5rem;font-weight:700}.friends-modal-close{background:transparent;border:none;color:var(--muted);font-size:1.5rem;cursor:pointer;padding:.25rem .5rem;border-radius:4px;transition:all .2s ease;line-height:1}.friends-modal-close:hover{background:#ffffff1a;transform:scale(1.1)}.friends-modal-content{padding:1.5rem}.friends-section h3{color:var(--muted);margin:0 0 .5rem;font-size:1.75rem;font-weight:700}.friends-description{color:var(--muted);opacity:.8;margin:0 0 1.5rem;font-size:.9375rem;line-height:1.5;text-align:center}.add-friend-form{margin-bottom:0}.add-friend-input-group{display:flex;gap:.75rem;margin-bottom:.75rem}.add-friend-input{flex:1;padding:.75rem 1rem;background:var(--bg);color:var(--muted);border:1px solid var(--border);border-radius:6px;font-size:1rem}.add-friend-input:focus{outline:2px solid var(--brand);outline-offset:2px}.add-friend-input:disabled{opacity:.6;cursor:not-allowed}.add-friend-button{padding:.75rem 1.5rem;background:var(--brand);color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.add-friend-button:hover:not(:disabled){background:#1ab8b8;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.add-friend-button:disabled{opacity:.6;cursor:not-allowed}.friend-message{padding:.75rem 1rem;border-radius:6px;font-size:.9375rem;margin-top:.5rem}.friend-error{background:#e53e3e1a;color:#e53e3e;border:1px solid rgba(229,62,62,.3)}.friend-success{background:#22c55e1a;color:#22c55e;border:1px solid rgba(34,197,94,.3)}@media(max-width:768px){.friends-modal{width:95%;max-height:85vh}.friends-modal-header,.friends-modal-content{padding:1.25rem}.add-friend-input-group{flex-direction:column}.add-friend-button{width:100%}}.profile-username-setup{margin-top:.5rem}.profile-username-input-row{display:flex;flex-wrap:wrap;gap:.5rem;align-items:flex-start;margin-bottom:.35rem}.profile-username-setup input[type=text]{flex:1 1 200px;min-width:160px;padding:.5rem .65rem;border-radius:6px;border:1px solid var(--border);background:var(--bg);color:var(--muted);font-size:.95rem}.profile-username-check-btn{padding:.5rem .75rem;border-radius:6px;border:1px solid var(--border);background:var(--panel);color:var(--muted);font-size:.85rem;font-weight:600;cursor:pointer;white-space:nowrap}.profile-username-check-btn:disabled{opacity:.55;cursor:not-allowed}.profile-username-save-btn{margin-top:.75rem;padding:.55rem 1rem;border-radius:8px;border:none;background:var(--brand);color:#fff;font-weight:600;cursor:pointer}.profile-username-save-btn:disabled{opacity:.5;cursor:not-allowed}.profile-username-helper{font-size:.8rem;opacity:.85;margin:0 0 .35rem}.profile-username-available{font-size:.85rem;color:#22c55e;margin:.25rem 0 0}.profile-username-taken{font-size:.85rem;color:#ef4444;margin:.25rem 0 0}.profile-username-success{font-size:.9rem;color:#22c55e;margin:.5rem 0 0}.profile-username-locked-btn{margin-top:.35rem;padding:.45rem .85rem;font-size:.85rem;border-radius:6px;border:1px solid var(--border);background:#80808040;color:#ffffff73;cursor:pointer}.profile-username-toast{margin:.5rem 0 0;font-size:.85rem;color:var(--muted);opacity:.95;padding:.5rem .65rem;border-radius:6px;background:#0003;border:1px solid var(--border);max-width:28rem}.profile-header-actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.friends-toggle-button--muted{opacity:.55;cursor:default;background:#80808059!important}.friends-toggle-button--muted:hover{transform:none}.profile-spoty-team-msg{margin:.5rem 0 0;font-size:.9rem;color:#6ee7b7}.profile-place-schedule{margin:.35rem 0 0;font-size:.8rem;font-weight:600}.profile-place-schedule--active{color:#6ee7b7}.profile-place-inactive-block{margin-top:.35rem}.profile-place-next-active{margin:.35rem 0 0;font-size:.8rem;color:#9ca3af}.profile-page-wrapper{flex:1;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;background:#3a3a3a}.profile-container{display:flex;flex-direction:column;min-height:100%;height:auto;background:#3a3a3a;color:var(--muted);padding:2rem 2rem 4rem;max-width:1200px;margin:0 auto;overflow-y:visible;flex-shrink:0}.profile-info-section{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 8px #0000001a}.profile-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.profile-info-section h1{color:var(--muted);margin:0;font-size:2.5rem;font-weight:700}.friends-toggle-button{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:var(--brand);color:#fff;border:none;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.friends-toggle-button:hover{background:#1ab8b8;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.friends-icon{font-size:1.125rem}.friends-arrow{font-size:.75rem;transition:transform .3s ease;display:inline-block}.friends-arrow.open{transform:rotate(180deg)}.profile-picture-section{display:flex;justify-content:center;margin-bottom:2rem}.profile-picture-container{display:flex;flex-direction:column;align-items:center;gap:1rem}.profile-picture{width:150px;height:150px;border-radius:50%;object-fit:cover;border:4px solid var(--brand);box-shadow:0 4px 12px #0003}.profile-picture-placeholder{width:150px;height:150px;border-radius:50%;background:var(--bg);border:4px solid var(--brand);display:flex;align-items:center;justify-content:center;font-size:4rem;box-shadow:0 4px 12px #0003}.profile-picture-upload-label{padding:.75rem 1.5rem;background:var(--brand);color:#fff;border:none;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease}.profile-picture-upload-label:hover{background:#1ab8b8;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.profile-picture-upload-label:disabled{opacity:.6;cursor:not-allowed}.profile-details{display:flex;flex-direction:column;gap:1.5rem}.profile-detail-item{display:flex;flex-direction:column;gap:.5rem}.profile-detail-item label{color:var(--muted);font-weight:600;font-size:.9375rem;opacity:.8}.profile-detail-item p{color:var(--muted);font-size:1.125rem;margin:0}.username-display{display:flex;align-items:center;gap:1rem}.username-edit{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.username-input{padding:.5rem .75rem;background:var(--bg);color:var(--muted);border:1px solid var(--border);border-radius:6px;font-size:1rem;flex:1;min-width:200px}.username-input:focus{outline:2px solid var(--brand);outline-offset:2px}.edit-username-button,.save-username-button,.cancel-username-button{padding:.5rem 1rem;border:none;border-radius:6px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease}.edit-username-button{background:transparent;color:var(--brand);border:1px solid var(--brand)}.edit-username-button:hover{background:#1fcece1a}.save-username-button{background:var(--brand);color:#fff}.save-username-button:hover{background:#1ab8b8}.cancel-username-button{background:transparent;color:var(--muted);border:1px solid var(--border)}.cancel-username-button:hover{background:var(--bg)}.my-places-section{margin-top:2rem}.my-places-section h2{color:var(--muted);margin:0 0 .5rem;font-size:2rem;font-weight:700}@media(max-width:768px){.profile-container{padding:1rem}.profile-info-section{padding:1.5rem}.profile-header{flex-direction:column;align-items:flex-start}.friends-toggle-button{width:100%;justify-content:center}.profile-info-section h1{font-size:2rem}.profile-picture,.profile-picture-placeholder{width:120px;height:120px}.username-edit{flex-direction:column;align-items:stretch}.username-input{min-width:100%}}@media(max-width:480px){.profile-info-section h1{font-size:1.75rem}.profile-picture,.profile-picture-placeholder{width:100px;height:100px}}.about-page-wrapper{flex:1;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;background:var(--bg)}.about-container{max-width:1200px;margin:0 auto;padding:2rem 2rem 4rem;color:var(--muted)}.about-container h1{color:var(--muted);font-size:2.5rem;margin-bottom:2rem;text-align:center;font-weight:700}.about-container section{margin-bottom:3rem;background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a}.about-container h2{color:var(--brand);font-size:1.75rem;margin-bottom:1rem;font-weight:600;border-bottom:2px solid var(--brand);padding-bottom:.5rem}.about-container h3{color:var(--muted);font-size:1.25rem;margin-bottom:.75rem;font-weight:600}.about-container p{color:var(--muted);line-height:1.8;margin-bottom:1rem;opacity:.9}.about-container ul,.about-container ol{color:var(--muted);line-height:1.8;margin-bottom:1rem;padding-left:2rem}.about-container li{margin-bottom:.75rem;opacity:.9}.about-container strong{color:var(--brand);font-weight:600}.use-cases-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:1rem}.use-case-card{background:#1fcece1a;border:1px solid var(--brand);border-radius:8px;padding:1.5rem;transition:all .3s ease}.use-case-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #1fcece4d;border-color:var(--brand)}.use-case-card h3{margin-top:0;color:var(--brand);font-size:1.25rem}.use-case-card p{margin-bottom:0;font-size:.95rem}@media(max-width:768px){.about-container{padding:1rem}.about-container h1{font-size:2rem}.about-container section{padding:1.5rem}.use-cases-grid{grid-template-columns:1fr;gap:1rem}}.spoty-tutorial-overlay{position:fixed;inset:0;z-index:10050;pointer-events:none}.spoty-tutorial-dim-piece{position:fixed;background:#0f121cb8;pointer-events:auto}.spoty-tutorial-spot-hole{position:fixed;pointer-events:none;border-radius:12px;box-shadow:0 0 0 4px #ffffff8c,0 0 22px 6px #38bdf873;animation:tutorialHolePulse 1.5s ease-in-out infinite}.spoty-tutorial-card{position:fixed;z-index:10001;min-width:260px;max-width:min(420px,calc(100vw - 24px));padding:1rem 1.1rem;border-radius:12px;background:#121620f5;color:#f8fafc;pointer-events:auto;box-shadow:0 16px 50px #00000073;border:1px solid rgba(148,163,184,.25)}@keyframes tutorialHolePulse{0%,to{opacity:.95;box-shadow:0 0 0 3px #ffffff73,0 0 18px 4px #38bdf859}50%{opacity:1;box-shadow:0 0 0 6px #ffffffb3,0 0 28px 8px #38bdf899}}.spoty-tutorial-counter{font-size:.75rem;letter-spacing:.04em;text-transform:uppercase;color:#94a3b8;margin-bottom:.35rem}.spoty-tutorial-title{margin:0 0 .5rem;font-size:1.05rem;font-weight:700}.spoty-tutorial-body{margin:0;font-size:.9rem;line-height:1.55;color:#e2e8f0}.spoty-tutorial-team-add{margin-top:.85rem;display:flex;flex-direction:column;gap:.5rem}.spoty-tutorial-add-team-btn{pointer-events:auto;align-self:flex-start;padding:.45rem .9rem;border-radius:8px;border:1px solid rgba(56,189,248,.5);background:#0ea5e940;color:#e0f2fe;font-weight:600;font-size:.875rem;cursor:pointer}.spoty-tutorial-add-team-btn:hover:not(:disabled){background:#38bdf859}.spoty-tutorial-add-team-btn:disabled{opacity:.65;cursor:wait}.spoty-tutorial-team-confirm{margin:0;font-size:.85rem;color:#86efac;line-height:1.4}.spoty-tutorial-actions{margin-top:1rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.65rem}.spoty-tutorial-next{border:none;border-radius:8px;padding:.55rem 1rem;font-weight:600;cursor:pointer;background:#38bdf8;color:#0f172a}.spoty-tutorial-next:hover{filter:brightness(1.06)}.spoty-tutorial-skip{border:none;background:none;color:#94a3b8;font-size:.875rem;cursor:pointer;text-decoration:underline}.spoty-tutorial-skip:hover{color:#cbd5f5}.spoty-tutorial-target-pulse{position:relative;outline:2px solid rgba(56,189,248,.55)!important;outline-offset:3px;animation:tutorialTargetGlow 1.5s ease-in-out infinite;z-index:10000!important}@keyframes tutorialTargetGlow{0%,to{box-shadow:0 0 #38bdf859}50%{box-shadow:0 0 0 10px #38bdf826,0 0 24px #38bdf873}}.pin-cards{display:grid;gap:1rem;margin-top:12px}.pin-card{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:1rem;box-shadow:0 2px 8px #0000001a;cursor:pointer;transition:all .3s ease}.pin-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0003;border-color:var(--brand)}.pin-card h3{margin:0 0 4px;font-size:15px;line-height:1.2;color:var(--muted);font-weight:600}.pin-card .addr{margin:0;font-size:12px;color:var(--muted);opacity:.9;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.addr-row{display:flex;gap:6px;align-items:flex-start;margin-top:4px;flex-wrap:wrap}.addr-chip{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;background:#1fcece1f;color:var(--brand);font-size:10px;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.addr-chip.neutral{background:#ffffff14;color:var(--muted)}.addr-chip.address-chip{background:#1fcece26;color:var(--brand);border:1px solid rgba(31,206,206,.3)}.addr-chip.description-chip{background:#ffffff1a;color:var(--muted);flex-shrink:0;white-space:nowrap}.address-text{color:var(--brand)!important;font-weight:500!important}.description-text{color:var(--muted)!important;font-weight:400!important}.pin-row{display:flex;justify-content:space-between;align-items:center;gap:8px}.pin-actions{display:flex;gap:6px;margin-top:8px;padding-top:8px;border-top:1px solid var(--border)}.pin-actions button{font:inherit;padding:6px 12px;border:1px solid var(--border);border-radius:6px;background:var(--bg);color:var(--muted);cursor:pointer;transition:all .2s ease;font-size:.875rem;font-weight:500}.pin-actions button:hover{background:#1fcece1a;border-color:var(--brand);color:var(--brand)}.landing-demo-map{display:flex;flex-direction:column;width:100%;height:100%;min-height:380px;border-radius:28px;overflow:hidden;background:#fff;box-shadow:0 0 0 1px #0000000a,0 24px 48px #0000001f,0 2px 6px #0000000a}.landing-demo-map__chrome{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.55rem .85rem;background:#ffffffc7;backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);border-bottom:1px solid rgba(0,0,0,.06)}.landing-demo-map__chrome-left{display:flex;align-items:center;gap:.4rem;min-width:0}.landing-demo-map__dot{width:10px;height:10px;border-radius:50%;background:#e5e5ea;flex-shrink:0}.landing-demo-map__dot:nth-child(1){background:#ff5f57}.landing-demo-map__dot:nth-child(2){background:#febc2e}.landing-demo-map__dot:nth-child(3){background:#28c840}.landing-demo-map__chrome-label{margin-left:.35rem;font-size:.75rem;font-weight:500;letter-spacing:-.01em;color:var(--spoty-muted);white-space:nowrap}.landing-demo-map__chrome-actions{display:flex;align-items:center;gap:.65rem}.landing-demo-map__text-btn{border:none;background:transparent;color:var(--spoty-accent);font-family:var(--spoty-font-body);font-size:.75rem;font-weight:600;letter-spacing:-.01em;cursor:pointer;padding:.25rem .35rem;border-radius:6px;transition:transform var(--duration-press) var(--ease-out)}.landing-demo-map__text-btn:active{transform:scale(.97)}.landing-demo-map__count{font-size:.7rem;font-weight:600;letter-spacing:-.01em;color:var(--spoty-muted);padding:.2rem .5rem;border-radius:980px;background:#0000000a}.landing-demo-map__toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem .55rem;padding:.55rem .75rem;border-bottom:1px solid rgba(0,0,0,.06);background:#fafafa;pointer-events:auto}.landing-demo-map__toggle{padding:.4rem .75rem;border-radius:980px;border:1px solid rgba(0,0,0,.1);background:#fff;color:var(--spoty-text);font-family:var(--spoty-font-body);font-size:.75rem;font-weight:600;letter-spacing:-.01em;cursor:pointer;transition:transform var(--duration-press) var(--ease-out),background-color var(--duration-ui) ease,border-color var(--duration-ui) ease,color var(--duration-ui) ease}.landing-demo-map__toggle.is-on{background:var(--spoty-accent);border-color:transparent;color:#fff}.landing-demo-map__toggle.is-spotlight,.landing-demo-map__chip.is-spotlight{box-shadow:0 0 0 3px #0071e359,0 0 0 6px #0071e31f;animation:landing-spotlight-pulse 1.2s var(--ease-out) infinite;position:relative;z-index:2}.landing-demo-map__toggle:active{transform:scale(.97)}.landing-demo-map__friend-dots{display:flex;align-items:center;gap:.25rem}.landing-demo-map__friend-dot{width:10px;height:10px;border-radius:50%;opacity:.35;transform:scale(.9);transition:opacity var(--duration-ui) ease,transform .22s var(--ease-out)}.landing-demo-map__friend-dot.is-live{opacity:1;transform:scale(1)}.landing-demo-map__divider{width:1px;height:1rem;background:#0000001a;margin-inline:.15rem}.landing-demo-map__chips{display:flex;flex-wrap:wrap;gap:.3rem}.landing-demo-map__chip{padding:.35rem .65rem;border-radius:980px;border:1px solid rgba(0,0,0,.08);background:#fff;color:var(--spoty-text);font-family:var(--spoty-font-body);font-size:.7rem;font-weight:600;letter-spacing:-.01em;cursor:pointer;transition:transform var(--duration-press) var(--ease-out),background-color var(--duration-ui) ease,border-color var(--duration-ui) ease,color var(--duration-ui) ease}.landing-demo-map__chip.is-active{color:#fff;background:var(--spoty-accent);border-color:transparent}.landing-demo-map__chip:active{transform:scale(.97);transition-duration:.1s}.landing-demo-map__stage{position:relative;flex:1;min-height:320px;isolation:isolate}.landing-demo-map__leaflet{width:100%;height:100%;min-height:320px;background:#e8eaed;cursor:crosshair;z-index:0}.landing-demo-map__leaflet.leaflet-container{z-index:0}.landing-demo-map__coach{position:absolute;left:.75rem;top:.75rem;z-index:1200;max-width:min(17.5rem,calc(100% - 1.5rem));padding:.7rem .85rem .75rem;border-radius:14px;background:#ffffffe0;backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);box-shadow:0 0 0 1px #0000000a,0 10px 28px #0000001a;animation:landing-coach-in .42s var(--ease-out) both;pointer-events:none}.landing-demo-map__coach-kicker{margin:0 0 .2rem;font-size:.65rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--spoty-accent)}.landing-demo-map__coach-title{margin:0 0 .2rem;font-size:.8125rem;font-weight:700;letter-spacing:-.02em;color:var(--spoty-text)}.landing-demo-map__coach-body{margin:0;font-size:.75rem;line-height:1.4;letter-spacing:-.01em;color:var(--spoty-muted)}.landing-demo-map__progress{display:flex;gap:.3rem;margin-top:.55rem}.landing-demo-map__pip{width:1.15rem;height:3px;border-radius:980px;background:#0000001f;transition:background-color var(--duration-ui) ease}.landing-demo-map__pip.is-done{background:#0071e359}.landing-demo-map__pip.is-current{background:var(--spoty-accent)}.landing-demo-map__hint{position:absolute;right:.75rem;bottom:.75rem;z-index:1200;margin:0;padding:.4rem .65rem;border-radius:980px;background:#1d1d1fc7;color:#f5f5f7;font-size:.7rem;font-weight:500;letter-spacing:-.01em;pointer-events:none;animation:landing-coach-in .5s var(--ease-out) both;animation-delay:.4s}.landing-demo-popup{display:flex;flex-direction:column;gap:.15rem;min-width:0;max-width:11.5rem;font-family:var(--spoty-font-body)}.landing-demo-popup__you,.landing-demo-popup__friend,.landing-demo-popup__timed-badge{align-self:flex-start;font-size:.58rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;padding:.1rem .3rem;border-radius:5px}.landing-demo-popup__you{color:var(--spoty-accent);background:#0071e31a}.landing-demo-popup__friend{border:1px solid}.landing-demo-popup__timed-badge{color:#92400e;background:#f59e0b2e}.landing-demo-popup__name{font-size:.78rem;letter-spacing:-.02em;color:#1d1d1f;line-height:1.2}.landing-demo-popup__meta{font-size:.62rem;color:#86868b}.landing-demo-popup__desc{margin:.1rem 0 0;font-size:.66rem;line-height:1.3;color:#515154;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.landing-demo-popup__countdown{margin-top:.3rem;padding:.35rem .4rem;border-radius:8px;background:#f59e0b1f;border:1px solid rgba(245,158,11,.35);display:flex;flex-direction:column;gap:.1rem}.landing-demo-popup__countdown-label{font-size:.72rem;font-weight:700;font-variant-numeric:tabular-nums;letter-spacing:-.01em;color:#92400e}.landing-demo-popup__countdown-note{font-size:.6rem;line-height:1.3;color:#6b5535}.landing-demo-map .leaflet-popup-content{margin:8px 10px;line-height:1.3}.landing-demo-map .leaflet-popup-content-wrapper{border-radius:12px}@keyframes landing-coach-in{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes landing-spotlight-pulse{0%,to{box-shadow:0 0 0 3px #0071e34d,0 0 0 6px #0071e31a}50%{box-shadow:0 0 0 4px #0071e373,0 0 0 9px #0071e314}}@media(hover:hover)and (pointer:fine){.landing-demo-map__chip:hover:not(.is-active){border-color:#0071e359}.landing-demo-map__toggle:hover:not(.is-on){border-color:#0071e359}.landing-demo-map__text-btn:hover{text-decoration:underline;text-underline-offset:2px}}@media(prefers-reduced-motion:reduce){.landing-demo-map__coach,.landing-demo-map__hint,.landing-demo-map__toggle.is-spotlight,.landing-demo-map__chip.is-spotlight{animation:none}.landing-demo-map__chip:active,.landing-demo-map__toggle:active,.landing-demo-map__text-btn:active{transform:none}.landing-demo-map__friend-dot{transition:none}}@media(prefers-reduced-transparency:reduce){.landing-demo-map__chrome,.landing-demo-map__coach{backdrop-filter:none;-webkit-backdrop-filter:none;background:#fff}}@media(max-width:720px){.landing-demo-map{border-radius:20px}.landing-demo-map__stage,.landing-demo-map__leaflet{min-height:280px}.landing-demo-map__divider,.landing-demo-map__hint{display:none}}.landing-root{height:100%;min-height:100%;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;color:var(--spoty-text)}.landing-nav{position:sticky;top:0;z-index:40;padding:.7rem 1.25rem 0;background:#fbfbfdb8;backdrop-filter:var(--material-blur);-webkit-backdrop-filter:var(--material-blur);transition:background-color var(--duration-ui) ease,box-shadow var(--duration-ui) ease}.landing-root.is-scrolled .landing-nav{background:#fbfbfde0;box-shadow:0 1px #0000000f}.landing-nav__inner{max-width:980px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:2.75rem;padding-bottom:.7rem}.landing-nav__brand{color:var(--spoty-text);font-size:1.125rem}.landing-nav__actions{display:flex;align-items:center;gap:.35rem}.landing-nav__link{padding:.45rem .85rem;border-radius:980px;color:var(--spoty-text);text-decoration:none;font-size:.875rem;font-weight:500;letter-spacing:-.01em;transition:transform var(--duration-press) var(--ease-out),opacity var(--duration-ui) ease,background-color var(--duration-ui) ease}.landing-nav__link:active{transform:scale(.97)}.landing-nav__cta{padding:.45rem 1rem;font-size:.875rem}.landing-nav__cta:active{transform:scale(.97)}.landing-nav__edge{height:1px;margin:0 -1.25rem;background:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.08) 20%,rgba(0,0,0,.08) 80%,transparent 100%);opacity:.9;pointer-events:none}.landing-hero{max-width:1060px;margin:0 auto;padding:clamp(2.25rem,6vh,4rem) 1.5rem 2rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:clamp(1.5rem,3.5vh,2.25rem)}.landing-hero__copy{max-width:40rem}.landing-hero__brand{margin:0;font-family:var(--spoty-font-display);font-size:clamp(3.25rem,8vw,5rem);font-weight:700;letter-spacing:-.045em;line-height:1.02;font-optical-sizing:auto;color:var(--spoty-text)}.landing-hero__headline{margin:.35rem 0 0;font-family:var(--spoty-font-display);font-size:clamp(1.5rem,3.5vw,2.15rem);font-weight:600;letter-spacing:-.03em;line-height:1.15;color:var(--spoty-muted)}.landing-hero__lede{margin:.85rem auto 0;max-width:28rem;font-size:1.125rem;line-height:1.47;letter-spacing:-.01em;color:var(--spoty-muted)}.landing-hero__actions{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.65rem 1rem;margin-top:1.35rem}.landing-hero__stage{width:100%;max-width:1060px;height:min(68vh,620px);min-height:420px}.landing-enter{animation:landing-enter .7s var(--ease-out) both;animation-delay:var(--enter-delay, 0ms)}@keyframes landing-enter{0%{opacity:0;transform:translateY(16px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}[data-reveal]{opacity:0;transform:translateY(18px);transition:opacity .6s var(--ease-out),transform .6s var(--ease-out);will-change:opacity,transform}[data-reveal].is-in{opacity:1;transform:translateY(0)}[data-reveal].is-in .landing-beat{animation:landing-beat-in .56s var(--ease-out) both;animation-delay:var(--stagger, 0ms)}@keyframes landing-beat-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.landing-kicker{margin:0 0 .5rem;font-size:1.25rem;font-weight:600;letter-spacing:-.02em;line-height:1.2;color:var(--spoty-accent)}.landing-section-head{max-width:36rem;margin:0 auto 3rem;text-align:center}.landing-section-head h2{margin:0 0 .75rem;font-family:var(--spoty-font-display);font-size:clamp(2rem,4.5vw,2.75rem);font-weight:700;letter-spacing:-.035em;line-height:1.1}.landing-section-head p:last-child{margin:0;font-size:1.125rem;line-height:1.47;letter-spacing:-.01em;color:var(--spoty-muted)}.landing-beats{padding:clamp(4rem,10vh,6rem) 1.5rem;background:#fff}.landing-beats__list{list-style:none;margin:0 auto;padding:0;max-width:920px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2.5rem 2rem}.landing-beat{text-align:center;padding:0}.landing-beat h3{margin:0 0 .5rem;font-family:var(--spoty-font-display);font-size:1.5rem;font-weight:600;letter-spacing:-.025em;line-height:1.15}.landing-beat p{margin:0 auto;max-width:16rem;font-size:1.0625rem;line-height:1.45;letter-spacing:-.01em;color:var(--spoty-muted)}.landing-session{padding:clamp(4rem,10vh,6rem) 1.5rem;background:var(--spoty-fog)}.landing-session__device{max-width:860px;margin:0 auto;padding:.75rem;border-radius:28px;background:#ffffffa6;backdrop-filter:blur(16px) saturate(160%);-webkit-backdrop-filter:blur(16px) saturate(160%);box-shadow:0 0 0 1px #0000000a,0 28px 60px #0000001a}.landing-session__frame{border-radius:20px;overflow:hidden;background:#000}.landing-session__frame img{display:block;width:100%;height:auto}.landing-session__team{margin:1.75rem auto 0;text-align:center;color:var(--spoty-muted);font-size:.9375rem;letter-spacing:-.01em}.landing-cta-band{padding:clamp(3.5rem,8vh,5rem) 1.5rem;text-align:center;background:#fff;display:flex;flex-direction:column;align-items:center;gap:1.25rem}.landing-cta-band__title{margin:0;font-family:var(--spoty-font-display);font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;letter-spacing:-.03em;line-height:1.1}.landing-footer{padding:2rem 1.5rem 2.5rem;background:var(--spoty-fog)}.landing-footer__inner{max-width:980px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding-top:1.5rem;border-top:1px solid var(--spoty-line)}.landing-footer__brand{display:inline-flex;align-items:center;gap:.35rem;font-weight:600;font-size:.9375rem;letter-spacing:-.02em;color:var(--spoty-text)}.landing-footer__brand svg{color:var(--spoty-accent)}.landing-footer__copy{margin:0;color:var(--spoty-muted);font-size:.75rem;letter-spacing:-.01em}.landing-footer__links{display:flex;align-items:center;gap:1rem}.landing-footer__links a{color:var(--spoty-accent);text-decoration:none;font-weight:500;font-size:.875rem;letter-spacing:-.01em;transition:opacity var(--duration-ui) ease,transform var(--duration-press) var(--ease-out)}.landing-footer__links a:active{transform:scale(.97)}.landing-footer__github{display:inline-flex;color:var(--spoty-text)!important;transition:transform var(--duration-press) var(--ease-out),opacity var(--duration-ui) ease}.landing-footer__github:active{transform:scale(.97)}@media(hover:hover)and (pointer:fine){.landing-nav__link:hover{opacity:.72}.landing-footer__links a:hover{text-decoration:underline;text-underline-offset:3px}.landing-footer__github:hover{opacity:.7;text-decoration:none}}@media(prefers-reduced-motion:reduce){.landing-enter{animation:landing-enter-fade .28s ease both;animation-delay:0ms!important}@keyframes landing-enter-fade{0%{opacity:0}to{opacity:1}}[data-reveal]{opacity:0;transform:none;transition:opacity .28s ease}[data-reveal].is-in{opacity:1;transform:none}[data-reveal].is-in .landing-beat{animation:none}}@media(prefers-reduced-transparency:reduce){.landing-nav,.landing-root.is-scrolled .landing-nav{background:#fbfbfd;backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:0 1px #00000014}.landing-session__device{background:#fff;backdrop-filter:none;-webkit-backdrop-filter:none}}@media(prefers-contrast:more){.landing-nav{background:#fff;border-bottom:1px solid #000}.landing-nav__edge{display:none}}@media(max-width:800px){.landing-beats__list{grid-template-columns:1fr;gap:2rem}.landing-hero__stage{height:min(58vh,520px);min-height:380px}}@media(max-width:560px){.landing-nav{padding-inline:1rem}.landing-nav__cta{padding-inline:.85rem}.landing-hero{padding-inline:1.15rem}.landing-session__device{padding:.5rem;border-radius:20px}.landing-session__frame{border-radius:14px}}html,body,#root{height:100%;width:100%;margin:0;padding:0;overflow:hidden}.app-container{display:flex;flex-direction:column;height:100%;width:100%;background-color:#fff;overflow:hidden}.layout-full{flex:1;display:flex;width:100%;overflow:hidden}.leaflet-pane img{max-width:none!important;box-shadow:none!important}@media(max-width:900px){.site-header nav{gap:1rem}}.left-pane{background-color:#5f5d5d}:root{--spoty-ink: #1d1d1f;--spoty-ink-2: #000000;--spoty-fog: #f5f5f7;--spoty-mist: rgba(0, 0, 0, .04);--spoty-line: rgba(0, 0, 0, .08);--spoty-text: #1d1d1f;--spoty-muted: #86868b;--spoty-accent: #0071e3;--spoty-accent-strong: #0077ed;--spoty-accent-dim: rgba(0, 113, 227, .12);--spoty-friend: #30b0c7;--spoty-danger: #ff3b30;--spoty-success: #34c759;--spoty-surface: rgba(255, 255, 255, .72);--spoty-surface-solid: #ffffff;--spoty-font-display: system-ui, -apple-system, "SF Pro Display", "Segoe UI", sans-serif;--spoty-font-body: system-ui, -apple-system, "SF Pro Text", "Segoe UI", sans-serif;--ease-out: cubic-bezier(.23, 1, .32, 1);--ease-in-out: cubic-bezier(.77, 0, .175, 1);--duration-press: .1s;--duration-ui: .22s;--duration-marketing: .6s;--material-blur: blur(20px) saturate(180%)}.spoty-marketing{font-family:var(--spoty-font-body);color:var(--spoty-text);background:var(--spoty-fog);min-height:100vh;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.spoty-auth{font-family:var(--spoty-font-body);color:#f5f5f7;background:radial-gradient(ellipse 80% 50% at 50% 0%,rgba(0,113,227,.18),transparent 55%),linear-gradient(180deg,#000,#1d1d1f);min-height:100vh;-webkit-font-smoothing:antialiased;--spoty-text: #f5f5f7;--spoty-muted: #a1a1a6;--spoty-line: rgba(255, 255, 255, .12);--spoty-surface-solid: #1d1d1f;--spoty-mist: rgba(255, 255, 255, .08);--spoty-accent-dim: rgba(0, 113, 227, .22)}.spoty-brand{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--spoty-font-display);font-weight:600;font-size:1.25rem;letter-spacing:-.02em;line-height:1.1;color:inherit;text-decoration:none}.spoty-brand__mark{color:var(--spoty-accent);flex-shrink:0}.spoty-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.7rem 1.35rem;border-radius:980px;border:1px solid transparent;font-family:var(--spoty-font-body);font-weight:500;font-size:1.0625rem;letter-spacing:-.01em;text-decoration:none;cursor:pointer;transition:transform var(--duration-press) var(--ease-out),background-color var(--duration-ui) ease,border-color var(--duration-ui) ease,color var(--duration-ui) ease,opacity var(--duration-ui) ease}.spoty-btn:disabled{opacity:.45;cursor:not-allowed}.spoty-btn:active:not(:disabled){transform:scale(.97);transition-duration:.1s}.spoty-btn--primary{background:var(--spoty-accent);color:#fff}.spoty-btn--ghost{background:transparent;color:var(--spoty-accent);border-color:transparent;padding-inline:.85rem}.spoty-btn--soft{background:#0000000f;border-color:transparent;color:var(--spoty-text)}.spoty-auth .spoty-btn--soft{background:#ffffff1a;color:#f5f5f7}.spoty-auth .spoty-btn--ghost{color:#2997ff}@media(hover:hover)and (pointer:fine){.spoty-btn--primary:hover:not(:disabled){background:var(--spoty-accent-strong)}.spoty-btn--ghost:hover:not(:disabled){text-decoration:underline;text-underline-offset:3px}.spoty-btn--soft:hover:not(:disabled){background:#0000001a}.spoty-auth .spoty-btn--soft:hover:not(:disabled){background:#ffffff29}}@media(prefers-reduced-motion:reduce){.spoty-btn{transition:background-color .12s ease,color .12s ease,opacity .12s ease}.spoty-btn:active:not(:disabled){transform:none}}.auth-root{box-sizing:border-box;height:100%;min-height:100%;width:100%;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;padding:0}.auth-root--apple{color:#1d1d1f;background:#f5f5f7;--spoty-text: #1d1d1f;--spoty-muted: #86868b;--spoty-line: rgba(0, 0, 0, .12);--spoty-surface-solid: #ffffff}.auth-topbar{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1.25rem;background:#f5f5f7b8;backdrop-filter:var(--material-blur);-webkit-backdrop-filter:var(--material-blur);border-bottom:1px solid transparent}.auth-topbar__brand{color:#1d1d1f;font-size:1.125rem}.auth-topbar__link{color:#0071e3;text-decoration:none;font-size:.875rem;font-weight:500;letter-spacing:-.01em;padding:.35rem .5rem;border-radius:980px;transition:transform var(--duration-press) var(--ease-out)}.auth-topbar__link:active{transform:scale(.97)}.auth-main{flex:1 0 auto;display:flex;align-items:flex-start;justify-content:center;padding:clamp(2.5rem,8vh,5rem) 1.25rem 3rem}.auth-sheet{width:min(420px,100%);display:flex;flex-direction:column;gap:.35rem;padding:2rem 1.75rem 1.75rem;border-radius:22px;background:#ffffffc7;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);box-shadow:0 0 0 1px #0000000a,0 18px 40px #00000014;animation:auth-sheet-in var(--duration-marketing) var(--ease-out) both}.auth-sheet__mark{width:3rem;height:3rem;margin:0 auto .75rem;display:grid;place-items:center;border-radius:12px;background:#0071e31a;color:#0071e3}.auth-sheet__title{margin:0;text-align:center;font-family:var(--spoty-font-display);font-size:clamp(1.75rem,4vw,2.125rem);font-weight:700;letter-spacing:-.035em;line-height:1.1;color:#1d1d1f}.auth-sheet__lede{margin:.35rem 0 1.1rem;text-align:center;font-size:1.0625rem;line-height:1.45;letter-spacing:-.01em;color:#86868b}.auth-root--apple .auth-label{margin-top:.55rem;font-size:.8125rem;font-weight:500;letter-spacing:-.01em;color:#86868b}.auth-root--apple .auth-input{width:100%;box-sizing:border-box;padding:.85rem .95rem;border-radius:12px;border:1px solid rgba(0,0,0,.12);background:#fff;color:#1d1d1f;font-family:var(--spoty-font-body);font-size:1.0625rem;letter-spacing:-.01em;transition:border-color var(--duration-ui) ease,box-shadow var(--duration-ui) ease}.auth-root--apple .auth-input:focus{outline:none;border-color:#0071e38c;box-shadow:0 0 0 4px #0071e326}.auth-root--apple .auth-input::placeholder{color:#a1a1a6}.auth-root--apple .auth-submit{margin-top:1.15rem;width:100%}.auth-root--apple .auth-error{color:#9b1c16;background:#ff3b301a;border:1px solid rgba(255,59,48,.22);padding:.7rem .8rem;border-radius:12px;font-size:.875rem;margin:0 0 .5rem}.auth-sheet__foot{margin:.55rem 0 0;text-align:center;font-size:.875rem;letter-spacing:-.01em;color:#86868b}.auth-sheet__foot a{color:#0071e3;text-decoration:none;font-weight:500}@keyframes auth-sheet-in{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}@media(hover:hover)and (pointer:fine){.auth-topbar__link:hover,.auth-sheet__foot a:hover{text-decoration:underline;text-underline-offset:3px}}@media(prefers-reduced-motion:reduce){.auth-sheet{animation:none}.auth-topbar__link:active{transform:none}}@media(prefers-reduced-transparency:reduce){.auth-topbar{background:#f5f5f7;backdrop-filter:none;-webkit-backdrop-filter:none}.auth-sheet{background:#fff;backdrop-filter:none;-webkit-backdrop-filter:none}}.auth-shell{width:min(920px,100%);margin:auto;display:grid;grid-template-columns:1fr 1fr;border-radius:24px;overflow:hidden;border:1px solid var(--spoty-line);background:#1d1d1f;box-shadow:0 28px 60px #00000073;min-height:0}.auth-root:not(.auth-root--apple){padding:1.25rem;display:block}.auth-panel{display:flex;flex-direction:column;justify-content:flex-end;gap:.85rem;padding:2.25rem;background:radial-gradient(ellipse 70% 55% at 20% 10%,rgba(0,113,227,.28),transparent 55%),linear-gradient(165deg,#000,#1d1d1f);border-right:1px solid var(--spoty-line);min-height:220px}.auth-panel__brand{font-size:1.5rem;color:#f5f5f7}.auth-panel__tagline{margin:0;max-width:15rem;font-family:var(--spoty-font-display);font-size:1.75rem;font-weight:600;line-height:1.15;letter-spacing:-.03em;color:#f5f5f7}.auth-card{display:flex;flex-direction:column;gap:.4rem;padding:2.25rem 1.85rem;background:#00000047}.auth-card__title{margin:0;font-family:var(--spoty-font-display);font-size:1.75rem;font-weight:700;letter-spacing:-.03em;line-height:1.1}.auth-card__subtitle{margin:0 0 .85rem;color:var(--spoty-muted);font-size:.95rem;line-height:1.45;letter-spacing:-.01em}.auth-label{margin-top:.35rem;font-size:.8125rem;font-weight:500;letter-spacing:-.01em;color:var(--spoty-muted)}.auth-optional{font-weight:400;opacity:.85}.auth-input{width:100%;box-sizing:border-box;padding:.75rem .9rem;border-radius:12px;border:1px solid var(--spoty-line);background:#ffffff0f;color:var(--spoty-text);font-family:var(--spoty-font-body);font-size:1rem;letter-spacing:-.01em;transition:border-color var(--duration-ui) ease,background-color var(--duration-ui) ease}.auth-input:focus{outline:none;border-color:#0071e3a6;background:#ffffff17}.auth-input::placeholder{color:#a1a1a6b3}.auth-username-row{display:flex;gap:.5rem;align-items:stretch}.auth-username-row .auth-input{flex:1 1 auto;min-width:0}.auth-check-btn{flex:0 0 auto;padding-inline:.95rem;white-space:nowrap;border-radius:980px}.auth-hint{margin:.15rem 0 .25rem;font-size:.75rem;color:var(--spoty-muted);line-height:1.4}.auth-status{margin:0;font-size:.8125rem;font-weight:500}.auth-status--ok{color:var(--spoty-success)}.auth-status--bad{color:var(--spoty-danger)}.auth-error{color:#ffd4d1;background:#ff3b3029;border:1px solid rgba(255,59,48,.3);padding:.65rem .75rem;border-radius:12px;font-size:.875rem;margin-bottom:.35rem}.auth-submit{margin-top:.95rem;width:100%}.auth-footer-links{margin:.4rem 0 0;font-size:.875rem;color:var(--spoty-muted);text-align:center;letter-spacing:-.01em}.auth-footer-links a{color:#2997ff;text-decoration:none;font-weight:500}@media(hover:hover)and (pointer:fine){.auth-footer-links a:hover{text-decoration:underline;text-underline-offset:3px}}@media(max-width:780px){.auth-shell{grid-template-columns:1fr}.auth-panel{min-height:140px;border-right:none;border-bottom:1px solid var(--spoty-line);justify-content:center}.auth-panel__tagline{font-size:1.35rem}}
