.home-shell{--home-ease-out: cubic-bezier(.23, 1, .32, 1);--home-ease-in-out: cubic-bezier(.77, 0, .175, 1);--home-pad-top: clamp(24px, 5vw, 64px);--home-pad-x: clamp(22px, 6vw, 72px);position:relative;height:100%;min-height:0;background:var(--bg-elevated)}.home-shell ::selection{background:var(--selection-bg);color:var(--text)}.home-scroll{height:100%;overflow-y:scroll;overscroll-behavior-y:contain;scroll-snap-type:y mandatory;scroll-behavior:smooth;scrollbar-width:none}.home-scroll::-webkit-scrollbar{display:none}.home-panel{--home-accent: var(--accent);position:relative;height:100%;scroll-snap-align:start;scroll-snap-stop:always;display:flex;flex-direction:column;justify-content:center;gap:clamp(20px,4vh,44px);padding:var(--home-pad-top) var(--home-pad-x) clamp(28px,6vh,64px);background:color-mix(in srgb,var(--home-accent) 8%,var(--bg-elevated))}.home-panel--hero .home-panel__copy{max-width:min(56ch,calc(100vw - 64px))}.home-panel--hero .home-hero__lead{max-width:46ch}.home-panel--hero{height:86%;justify-content:flex-end;gap:clamp(24px,5vh,48px);background-color:#0d0d0b}.home-panel--hero:before{content:"";position:absolute;inset:0;z-index:0;background-image:linear-gradient(180deg,#0d0d0b4d,#0d0d0b2e 26%,#0d0d0b8f 50%,#0d0d0bdb 70%,#0d0d0bf0),url(/home-hero.webp);background-size:cover,cover;background-position:center,center 42%;background-repeat:no-repeat}.home-hero__media{display:none}@media(orientation:portrait){.home-panel--hero:before{display:none}.home-panel--hero{justify-content:flex-start;gap:clamp(20px,3.4vh,38px)}.home-hero__media{display:block;flex:none;width:auto;margin-inline:calc(var(--home-pad-x) * -1);aspect-ratio:1536 / 1024;background:url(/home-hero.webp) top center / 100% auto no-repeat;-webkit-mask-image:linear-gradient(180deg,#000 58%,transparent 97%);mask-image:linear-gradient(180deg,#000 58%,transparent 97%)}.home-panel--hero .home-hint{margin-top:auto}}.home-panel--hero>*{position:relative;z-index:1}.home-panel--hero .home-hero__title{color:#fff;text-shadow:0 1px 18px rgba(13,13,11,.45)}.home-panel--hero .home-hero__lead{color:#ffffffd1}.home-panel--hero .home-hint{color:#ffffffe6}.home-panel--hero .home-hint:focus-visible{outline:2px solid #ffffff;outline-offset:4px;border-radius:4px}.home-panel__copy{display:flex;flex-direction:column;align-items:flex-start;gap:10px;max-width:46ch}.home-hero__title{margin:0;max-width:min(22ch,calc(100vw - 64px));font-size:clamp(30px,6.4vw,56px);line-height:1.05;letter-spacing:-.033em;font-weight:660;color:var(--text);text-wrap:balance}.home-hero__lead{margin:0;max-width:48ch;font-size:clamp(14px,1.6vw,18px);line-height:1.45;color:var(--text-muted);text-wrap:pretty}.home-hint{display:inline-flex;align-items:center;gap:8px;padding:0;border:0;background:transparent;font:inherit;font-size:var(--fs-2);font-weight:600;color:var(--text-muted);cursor:pointer}.home-hint svg{animation:home-nudge 2.2s var(--home-ease-in-out) infinite}@keyframes home-nudge{0%,62%,to{transform:translateY(0)}76%{transform:translateY(4px)}}.home-panel__title{margin:0;font-size:clamp(26px,5vw,44px);line-height:1.06;letter-spacing:-.03em;font-weight:650;color:var(--text);text-wrap:balance}.home-panel__blurb{margin:0;font-size:clamp(14px,1.6vw,18px);line-height:1.45;color:color-mix(in srgb,var(--home-accent) 32%,var(--text-muted));text-wrap:pretty}.home-panel__cta{display:inline-flex;align-items:center;gap:8px;margin-top:8px;padding:11px 20px;border:0;border-radius:var(--radius-pill);background:var(--home-accent);color:#fff;font:inherit;font-weight:620;cursor:pointer;transition:transform .14s var(--home-ease-out)}.home-panel__cta:active{transform:scale(.97)}.home-panel__cta:focus-visible{outline:2px solid var(--home-accent);outline-offset:3px}.home-panel__cta svg{transition:transform .16s var(--home-ease-out)}@media(hover:hover)and (pointer:fine){.home-panel__cta:hover svg{transform:translate(3px)}}.home-panel__copy>*{opacity:0;transform:translateY(14px);transition:opacity .42s var(--home-ease-out),transform .48s var(--home-ease-out)}.home-panel[data-active=true] .home-panel__copy>*{opacity:1;transform:none}.home-panel[data-active=true] .home-panel__copy>*:nth-child(2){transition-delay:70ms}.home-panel[data-active=true] .home-panel__copy>*:nth-child(3){transition-delay:.14s}.home-hint{opacity:0;transition:opacity .42s var(--home-ease-out) .22s}.home-panel[data-active=true] .home-hint{opacity:1}.home-panel__art{position:relative;flex:none;width:clamp(150px,46vw,300px);height:clamp(130px,34vh,260px);border-radius:var(--radius-lg);background:color-mix(in srgb,var(--home-accent) 9%,transparent);overflow:hidden}.home-panel__art-stage{position:absolute;inset:0;display:grid;place-items:center}.home-panel__art-icon{position:relative;z-index:2;display:grid;place-items:center;color:var(--home-accent);opacity:0;transform:scale(.92);transition:opacity .42s var(--home-ease-out),transform .52s var(--home-ease-out)}.home-panel[data-active=true] .home-panel__art-icon{opacity:1;transform:none}.home-panel__art-layer{position:absolute;z-index:1;pointer-events:none;opacity:0;transition:opacity .3s ease}.home-panel[data-active=true] .home-panel__art-layer{opacity:1}.home-panel[data-art=map] .home-panel__art-layer{width:150px;height:150px;border:1.5px solid var(--home-accent);border-radius:50%;transform:scale(.28)}.home-panel[data-art=map][data-active=true] .home-panel__art-layer{animation:home-radar 3.4s var(--home-ease-out) infinite}.home-panel[data-art=map][data-active=true] .home-panel__art-layer:nth-child(2){animation-delay:1.13s}.home-panel[data-art=map][data-active=true] .home-panel__art-layer:nth-child(3){animation-delay:2.26s}@keyframes home-radar{0%{opacity:0;transform:scale(.28)}22%{opacity:.55}to{opacity:0;transform:scale(1.05)}}.home-panel[data-art=marketplace] .home-panel__art-layer{width:58px;height:40px;border:1.5px solid color-mix(in srgb,var(--home-accent) 60%,transparent);border-radius:6px}.home-panel[data-art=marketplace][data-active=true] .home-panel__art-layer:nth-child(1){animation:home-fan-left 3.6s var(--home-ease-out) infinite}.home-panel[data-art=marketplace][data-active=true] .home-panel__art-layer:nth-child(2){transform:translateY(5px)}.home-panel[data-art=marketplace][data-active=true] .home-panel__art-layer:nth-child(3){animation:home-fan-right 3.6s var(--home-ease-out) infinite}@keyframes home-fan-left{0%,to{transform:translate(-16px,9px) rotate(-6deg)}45%{transform:translate(-46px) rotate(-15deg)}}@keyframes home-fan-right{0%,to{transform:translate(16px,9px) rotate(6deg)}45%{transform:translate(46px) rotate(15deg)}}.home-panel[data-art=calendar] .home-panel__art-layer{height:6px;border-radius:var(--radius-pill);background:color-mix(in srgb,var(--home-accent) 45%,transparent)}.home-panel[data-art=calendar] .home-panel__art-layer:nth-child(1){width:96px;transform:translateY(-30px)}.home-panel[data-art=calendar] .home-panel__art-layer:nth-child(2){width:66px;transform:translate(-16px,30px)}.home-panel[data-art=calendar] .home-panel__art-layer:nth-child(3){width:28px;height:28px;border-radius:50%;background:color-mix(in srgb,var(--home-accent) 26%,transparent);transform:translate(46px,-28px)}.home-panel[data-art=calendar][data-active=true] .home-panel__art-layer:nth-child(1){animation:home-week-top 3.8s var(--home-ease-in-out) infinite}.home-panel[data-art=calendar][data-active=true] .home-panel__art-layer:nth-child(2){animation:home-week-bottom 3.8s var(--home-ease-in-out) infinite}.home-panel[data-art=calendar][data-active=true] .home-panel__art-layer:nth-child(3){animation:home-day-pulse 3.8s var(--home-ease-out) infinite}@keyframes home-week-top{0%,to{transform:translateY(-30px)}50%{transform:translate(12px,-30px)}}@keyframes home-week-bottom{0%,to{transform:translate(-16px,30px)}50%{transform:translate(-28px,30px)}}@keyframes home-day-pulse{0%,to{transform:translate(46px,-28px) scale(.8);opacity:.45}50%{transform:translate(46px,-28px) scale(1);opacity:1}}.home-panel[data-art=garagex] .home-panel__art-layer{width:110px;height:7px;border-radius:2px;background:color-mix(in srgb,var(--home-accent) 40%,transparent)}.home-panel[data-art=garagex] .home-panel__art-layer:nth-child(1){transform:translateY(-38px)}.home-panel[data-art=garagex] .home-panel__art-layer:nth-child(2){transform:translateY(-24px)}.home-panel[data-art=garagex] .home-panel__art-layer:nth-child(3){transform:translateY(-10px)}.home-panel[data-art=garagex][data-active=true] .home-panel__art-layer:nth-child(1){animation:home-slat-1 3.4s var(--home-ease-out) infinite}.home-panel[data-art=garagex][data-active=true] .home-panel__art-layer:nth-child(2){animation:home-slat-2 3.4s var(--home-ease-out) infinite}.home-panel[data-art=garagex][data-active=true] .home-panel__art-layer:nth-child(3){animation:home-slat-3 3.4s var(--home-ease-out) infinite}@keyframes home-slat-1{0%,20%{transform:translateY(-38px);opacity:1}45%,75%{transform:translateY(-56px);opacity:0}to{transform:translateY(-38px);opacity:1}}@keyframes home-slat-2{0%,28%{transform:translateY(-24px);opacity:1}53%,75%{transform:translateY(-56px);opacity:0}to{transform:translateY(-24px);opacity:1}}@keyframes home-slat-3{0%,36%{transform:translateY(-10px);opacity:1}61%,75%{transform:translateY(-56px);opacity:0}to{transform:translateY(-10px);opacity:1}}.home-panel[data-art=go] .home-panel__art-layer:nth-child(1),.home-panel[data-art=go] .home-panel__art-layer:nth-child(2){width:24px;height:24px;border:2px solid color-mix(in srgb,var(--home-accent) 60%,transparent)}.home-panel[data-art=go] .home-panel__art-layer:nth-child(1){border-right-color:transparent;border-bottom-color:transparent;border-top-left-radius:5px;transform:translate(-52px,-32px)}.home-panel[data-art=go] .home-panel__art-layer:nth-child(2){border-left-color:transparent;border-top-color:transparent;border-bottom-right-radius:5px;transform:translate(52px,32px)}.home-panel[data-art=go] .home-panel__art-layer:nth-child(3){width:170px;height:170px;border-radius:50%;background:radial-gradient(circle,color-mix(in srgb,var(--home-accent) 26%,transparent) 0%,transparent 62%);opacity:0}.home-panel[data-art=go][data-active=true] .home-panel__art-layer:nth-child(1){animation:home-frame-tl 3.2s var(--home-ease-out) infinite}.home-panel[data-art=go][data-active=true] .home-panel__art-layer:nth-child(2){animation:home-frame-br 3.2s var(--home-ease-out) infinite}.home-panel[data-art=go][data-active=true] .home-panel__art-layer:nth-child(3){animation:home-flash 3.2s var(--home-ease-out) infinite}@keyframes home-frame-tl{0%,to{transform:translate(-52px,-32px)}55%,70%{transform:translate(-34px,-21px)}}@keyframes home-frame-br{0%,to{transform:translate(52px,32px)}55%,70%{transform:translate(34px,21px)}}@keyframes home-flash{0%,62%{opacity:0}68%{opacity:1}85%,to{opacity:0}}.home-panel--pricing{justify-content:center;gap:clamp(18px,3vh,32px);background:var(--bg-elevated-soft)}.home-billing{display:inline-flex;padding:3px;border-radius:var(--radius-pill);background:var(--rail-bg);border:1px solid var(--border-subtle)}.home-billing button{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border:0;border-radius:var(--radius-pill);background:transparent;font:inherit;font-size:var(--fs-1);font-weight:600;color:var(--text-muted);cursor:pointer;transition:background-color .18s ease,color .18s ease}.home-billing button.is-on{background:var(--bg-elevated);color:var(--text);box-shadow:var(--shadow-card)}.home-billing em{font-style:normal;font-size:11px;font-weight:620;padding:2px 6px;border-radius:var(--radius-pill);background:var(--primary-soft);color:#7a5c00}.home-plans{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;width:100%;max-width:620px}.home-plan{display:flex;flex-direction:column;gap:6px;padding:clamp(14px,2.4vw,22px);border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:var(--bg-elevated)}.home-plan.is-featured{border-color:var(--primary-border);background:var(--primary-soft)}.home-plan__name{font-size:var(--fs-2);font-weight:640;letter-spacing:-.01em;color:var(--text)}.home-plan__price{display:flex;align-items:baseline;gap:4px;margin:2px 0 0;color:var(--text)}.home-plan__price span{font-size:clamp(28px,4.4vw,40px);font-weight:660;letter-spacing:-.035em;line-height:1;font-variant-numeric:tabular-nums}.home-plan__price small{font-size:var(--fs-1);font-weight:500;color:var(--text-muted)}.home-plan__tag{margin:0;flex:1;font-size:var(--fs-1);line-height:1.4;color:var(--text-muted);text-wrap:pretty}.home-plan__cta{margin-top:10px;padding:8px 14px;border-radius:var(--radius-pill);background:var(--accent);color:#fff;font-size:var(--fs-1);font-weight:620;text-align:center}.home-plan.is-featured .home-plan__cta{background:var(--primary);color:#14140f}.home-plans__note{margin:0;max-width:60ch;font-size:var(--fs-1);line-height:1.4;color:var(--text-muted)}@media(orientation:portrait){.home-plans{grid-template-columns:minmax(0,1fr);gap:8px}.home-plan{display:grid;grid-template-columns:1fr auto;align-items:center;gap:2px 12px;padding:12px 14px}.home-plan__price{grid-column:2;grid-row:1 / span 2}.home-plan__price span{font-size:26px}.home-plan__tag{grid-column:1}.home-plan__cta{display:none}}.home-panel--lab{--home-accent: var(--primary);background:#121210}.home-panel--lab .home-panel__title{color:#fff}.home-panel--lab .home-panel__blurb{color:#ffffffb8}.home-panel--lab .home-panel__cta{background:var(--primary);color:#14140f;text-decoration:none}.home-panel--lab .home-panel__art{background:#ffffff0f}.home-panel__price-line{margin:4px 0 0;font-size:var(--fs-1);line-height:1.45;color:#ffffff9e;max-width:44ch}.home-panel[data-art=lab] .home-panel__art-layer{height:8px;border-radius:var(--radius-pill);background:color-mix(in srgb,var(--primary) 65%,transparent);transform-origin:left center;transform:scaleX(.12)}.home-panel[data-art=lab] .home-panel__art-layer:nth-child(1){width:116px;margin-bottom:44px}.home-panel[data-art=lab] .home-panel__art-layer:nth-child(2){width:116px}.home-panel[data-art=lab] .home-panel__art-layer:nth-child(3){width:116px;margin-top:44px}.home-panel[data-art=lab][data-active=true] .home-panel__art-layer{animation:home-fill 3.6s var(--home-ease-in-out) infinite}.home-panel[data-art=lab][data-active=true] .home-panel__art-layer:nth-child(2){animation-delay:.26s}.home-panel[data-art=lab][data-active=true] .home-panel__art-layer:nth-child(3){animation-delay:.52s}@keyframes home-fill{0%{transform:scaleX(.12)}46%,70%{transform:scaleX(1)}to{transform:scaleX(.12)}}.home-dots{position:absolute;right:clamp(10px,2vw,22px);top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:10px;z-index:3}.home-dots__dot{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:color-mix(in srgb,var(--text) 22%,transparent);cursor:pointer;transition:background-color .2s ease,transform .22s var(--home-ease-out)}.home-dots__dot.is-on{background:var(--text);transform:scale(1.5)}.home-dots__dot--lab{margin-top:8px}.home-dots.is-on-dark .home-dots__dot{background:#fff6}.home-dots.is-on-dark .home-dots__dot.is-on{background:#fff}.home-dots__dot:focus-visible{outline:2px solid var(--accent);outline-offset:3px}@media(min-width:901px){.home-panel{flex-direction:row;align-items:center;gap:clamp(36px,6vw,88px)}.home-panel--hero{flex-direction:column;align-items:flex-start}.home-panel__copy{max-width:40ch}}.home-shell--compact{--home-pad-top: calc(var(--mobile-shell-header-height, 60px) + 26px)}@media(prefers-reduced-motion:reduce){.home-scroll{scroll-behavior:auto}.home-panel__copy>*,.home-panel__art-icon,.home-hint{transition-property:opacity;transform:none}.home-panel__art-layer,.home-hint svg{animation:none}.home-panel[data-active=true] .home-panel__art-layer{opacity:.5}.home-dots__dot{transition-property:background-color}}.home-hero__cta{display:inline-flex;align-items:center;gap:8px;margin-top:18px;padding:13px 24px;border:0;border-radius:var(--radius-pill);background:var(--primary);color:#111827;font:inherit;font-weight:660;font-size:1rem;cursor:pointer;transition:transform .14s var(--home-ease-out)}.home-hero__cta:active{transform:scale(.97)}@media(prefers-reduced-motion:reduce){.home-hero__cta{transition:none}}.lang-dial{position:fixed;inset:0;z-index:1500;display:grid;place-items:center;padding:20px;background:#0f172a6b;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);animation:lang-dial-in .18s cubic-bezier(.23,1,.32,1)}@keyframes lang-dial-in{0%{opacity:0}}.lang-dial__panel{position:relative;display:grid;justify-items:center;padding:20px;border-radius:var(--radius-lg);background:var(--bg-elevated);box-shadow:var(--shadow-soft);animation:lang-dial-panel-in .22s cubic-bezier(.23,1,.32,1)}@keyframes lang-dial-panel-in{0%{opacity:0;transform:scale(.95)}}.lang-dial__ring{position:relative;width:min(74vw,300px);aspect-ratio:1;touch-action:none;cursor:pointer;-webkit-user-select:none;user-select:none}.lang-dial__ring>svg{display:block;width:100%;height:100%}.lang-dial__wedge{fill:var(--rail-bg);stroke:var(--bg-elevated);stroke-width:1.5;transition:fill .16s ease}.lang-dial__wedge.is-on{fill:var(--primary)}.lang-dial__flag{position:absolute;transform:translate(-50%,-50%);display:grid;place-items:center;width:26px;height:26px;padding:0;border:0;background:transparent;cursor:pointer;transition:transform .16s cubic-bezier(.23,1,.32,1)}.lang-dial__flag svg{width:22px;height:auto;border-radius:2px;box-shadow:0 0 0 1px #0f172a24}.lang-dial__flag.is-on{transform:translate(-50%,-50%) scale(1.22)}.lang-dial__flag:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:4px}.lang-dial__center{position:absolute;inset:0;display:grid;place-content:center;justify-items:center;gap:8px;text-align:center;pointer-events:none}.lang-dial__center-flag{width:44px;height:auto;border-radius:3px;box-shadow:0 0 0 1px #0f172a24}.lang-dial__center b{font-size:1.05rem;font-weight:700;line-height:1.15;color:var(--text)}.mobile-header__type-pill--action{border:0;padding:0;cursor:pointer;font:inherit}.mobile-header__type-pill--action svg{width:17px;height:auto;border-radius:2px;box-shadow:0 0 0 1px #0f172a2e}.mobile-header__type-pill--action:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media(prefers-reduced-motion:reduce){.lang-dial,.lang-dial__panel{animation:none}.lang-dial__flag{transition:none}}.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}}:root{--bt-accent: #f59e0b;--bt-accent-strong: #f8c400;--bt-border: #e5e7eb;--bt-text: #111827;--bt-muted: #6b7280;--bt-surface: #ffffff}:root[data-beterano-theme=lab]{--bt-accent: #f59e0b;--bt-accent-strong: #f8c400;--bt-border: #e5e7eb;--bt-text: #111827;--bt-muted: #6b7280;--bt-surface: #ffffff}.bt-loader{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.8rem;color:var(--bt-text, #111827)}.bt-loader--overlay{position:absolute;inset:0;z-index:30;background:var(--bt-surface, #ffffff)}.bt-loader--inline{min-height:max(40dvh,100%);padding:2.2rem 1rem}.bt-loader--done{animation:bt-loader-fade .42s ease forwards;pointer-events:none}@keyframes bt-loader-fade{to{opacity:0;visibility:hidden}}.bt-loader__badge{position:relative;width:92px;height:92px}.bt-loader__ring{width:100%;height:100%;transform:rotate(-90deg)}.bt-loader__track{fill:none;stroke:#1118271a;stroke-width:6}.bt-loader__bar{fill:none;stroke:var(--bt-accent-strong, #f8c400);stroke-width:6;stroke-linecap:round;transition:stroke-dashoffset .35s ease}.bt-loader__logo{position:absolute;top:50%;left:50%;width:42px;height:42px;transform:translate(-50%,-50%);animation:bt-loader-pulse 1.6s ease-in-out infinite}@keyframes bt-loader-pulse{0%,to{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(.88)}}.bt-loader__pct{font-variant-numeric:tabular-nums;font-weight:700;font-size:.9rem;letter-spacing:.02em}@media(prefers-reduced-motion:reduce){.bt-loader__logo{animation:none}.bt-loader__bar{transition:none}}:root{color-scheme:light;--fs-1: 12px;--fs-2: 13px;--fs-3: 14px;--fs-4: 16px;--sp-1: 4px;--sp-2: 8px;--sp-3: 12px;--sp-4: 16px;--sp-5: 20px;--radius-sm: 6px;--radius-md: 12px;--radius-lg: 18px;--radius-pill: 999px;--bg: #f5f5f4;--bg-elevated: #ffffff;--bg-elevated-soft: #fafaf9;--sidebar-bg: #fafaf9;--rail-bg: #f3f4f6;--border-subtle: #e4e4e7;--border-strong: #d4d4d8;--text: #111827;--text-muted: #6b7280;--accent: #111827;--accent-soft: #1118270d;--accent-strong: #0f172a;--primary: #f8c400;--primary-soft: rgba(248, 196, 0, .16);--primary-border: rgba(248, 196, 0, .55);--selection-accent: #f59e0b;--selection-bg: #fef3c7;--danger: #dc2626;--ok: #16a34a;--warn: #f59e0b;--shadow-soft: 0 22px 45px rgba(15, 23, 42, .08);--shadow-card: 0 12px 24px rgba(148, 163, 184, .12)}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0;overscroll-behavior-y:none}html{font-size:var(--fs-3)}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,Inter,Segoe UI,sans-serif;font-size:var(--fs-3);line-height:1.35;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg);color:var(--text)}button,input{font:inherit}code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.chrome-app{width:100%;height:100%}.chrome-app--desktop{display:flex;flex-direction:row;width:100%;height:100dvh;min-height:0;overflow:hidden;background:var(--bg)}.railbar{width:64px;flex:0 0 64px;min-width:64px;max-width:64px;height:100%;border-right:1px solid var(--border-subtle);background:var(--rail-bg);display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:var(--sp-4) var(--sp-2);gap:var(--sp-3)}.railbar__nav{display:flex;flex-direction:column;gap:var(--sp-3);min-height:0}.railbar__btn{width:34px;height:34px;border-radius:999px;border:1px solid transparent;background:transparent;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text);position:relative;transition:background .12s ease-out,border-color .12s ease-out,box-shadow .12s ease-out,transform .06s ease-out}.railbar__btn svg{width:18px;height:18px;stroke-width:1.9}.railbar__btn span:last-child{display:none}.railbar__btn-accent{display:none}.railbar__btn:hover{background:#fff;border-color:var(--border-subtle);box-shadow:0 8px 18px #0f172a14}.railbar__btn.is-active{background:var(--selection-accent);border-color:#f59e0b73;box-shadow:0 10px 22px #0f172a33;color:#111827}.railbar__btn:active{transform:translateY(1px)}.railbar__footer{margin-top:auto;display:flex;flex-direction:column;align-items:center;gap:var(--sp-2);position:relative}.railbar__small-btn{width:34px;height:34px;padding:0;border-radius:999px;border:1px solid var(--border-subtle);background:#fff;color:var(--text);cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.railbar__small-btn:hover{background:#fafafa}.profile-switch{position:relative}.profile-switch__button{width:34px;height:34px;padding:0;border-radius:999px;border:1px solid var(--border-subtle);background:#fff;color:var(--text);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .12s ease-out,border-color .12s ease-out,box-shadow .12s ease-out}.profile-switch__button svg{width:16px;height:16px}.profile-switch__button:hover{background:#fafafa}.profile-switch__button.is-worker{background:var(--selection-bg);border-color:#f59e0b59}.profile-switch__popover{position:absolute;bottom:calc(100% + 8px);left:calc(100% + 10px);width:288px;border-radius:var(--radius-md);border:1px solid var(--border-subtle);background:#fff;box-shadow:0 18px 40px #0f172a29;padding:.6rem;display:grid;gap:.5rem;z-index:120}.profile-switch--mobile .profile-switch__popover{right:0;left:auto;bottom:auto;top:calc(100% + 8px);width:min(320px,calc(100vw - 24px))}.profile-switch__header{display:grid;gap:.12rem;padding:.2rem .2rem .35rem;border-bottom:1px solid rgba(228,228,231,.9)}.profile-switch__eyebrow{margin:0;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.66rem;font-weight:700}.profile-switch__header strong{font-size:.88rem;line-height:1.1}.profile-switch__header span{color:var(--text-muted);font-size:.75rem}.profile-switch__item{width:100%;border:1px solid transparent;background:transparent;border-radius:10px;padding:.55rem .6rem;display:grid;grid-template-columns:16px 1fr 14px;gap:.5rem;align-items:start;text-align:left;color:var(--text);cursor:pointer}.profile-switch__item:hover{background:#f9fafb}.profile-switch__item.is-active{background:var(--selection-bg);border-color:#f59e0b47}.profile-switch__item>span{display:grid;gap:.12rem}.profile-switch__item strong{font-size:.8rem;line-height:1.1}.profile-switch__item small{color:var(--text-muted);font-size:.68rem;line-height:1.25}.profile-switch__item>svg:last-child{color:#92400e;margin-top:1px}.profile-switch__hint{border-radius:10px;border:1px dashed rgba(209,213,219,.95);background:#fafaf9;color:#4b5563;font-size:.73rem;line-height:1.3;padding:.55rem .6rem}.profile-settings{position:relative}.profile-settings__button{width:34px;height:34px;padding:0;border-radius:999px;border:1px solid var(--border-subtle);background:#fff;color:var(--text);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .12s ease-out,border-color .12s ease-out,box-shadow .12s ease-out}.profile-settings__button:hover{background:#fafafa}.profile-settings__button svg{width:16px;height:16px}.profile-settings__button.is-active{background:var(--selection-bg);border-color:#f59e0b59}.profile-settings__popover{position:absolute;bottom:calc(100% + 8px);left:calc(100% + 10px);width:296px;border-radius:var(--radius-md);border:1px solid var(--border-subtle);background:#fff;box-shadow:0 18px 40px #0f172a29;padding:.6rem;display:grid;gap:.6rem;z-index:120}.profile-settings--mobile .profile-settings__popover{right:0;left:auto;bottom:auto;top:calc(100% + 8px);width:min(328px,calc(100vw - 24px))}.profile-settings__header{display:grid;gap:.12rem;padding:.2rem .2rem .35rem;border-bottom:1px solid rgba(228,228,231,.9)}.profile-settings__header strong{font-size:.88rem;line-height:1.1}.profile-settings__header span{color:var(--text-muted);font-size:.75rem}.profile-settings__field{display:grid;gap:.32rem}.profile-settings__field>span{display:inline-flex;align-items:center;gap:.35rem;color:var(--text-muted);font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.profile-settings__field input,.profile-settings__field textarea,.profile-settings__field select{width:100%;min-height:34px;border-radius:10px;border:1px solid rgba(209,213,219,.9);background:#fff;color:var(--text);padding:.4rem .55rem;font-size:.82rem}.profile-settings__block{border:1px solid rgba(228,228,231,.9);border-radius:10px;background:#fafaf9;padding:.55rem .6rem;display:grid;gap:.45rem}.profile-settings__block-title{margin:0;color:var(--text-muted);font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.profile-settings__toggle{display:flex;align-items:center;gap:.5rem;color:var(--text);font-size:.78rem;cursor:pointer}.profile-settings__toggle input{margin:0;accent-color:#f59e0b}.profile-settings__hint{margin:0;border-radius:10px;border:1px dashed rgba(209,213,219,.95);background:#fafaf9;color:#4b5563;font-size:.72rem;line-height:1.3;padding:.5rem .55rem}.sidebar-shell,.contextpanel-shell{background:var(--sidebar-bg);display:flex;flex-direction:column;overflow:auto;min-height:0}.sidebar-shell{width:240px;flex:0 0 240px;min-width:240px;border-right:1px solid var(--border-subtle);padding:var(--sp-5) var(--sp-4);gap:var(--sp-3)}.contextpanel-shell{width:240px;flex:0 0 240px;min-width:240px;border-right:1px solid var(--border-subtle);padding:var(--sp-4);gap:var(--sp-3)}.app-main-shell{flex:1 1 auto;min-width:0;min-height:0;background:#fff;padding:.9rem 1rem;display:flex;flex-direction:column}.app-main-shell--map,.app-main-shell--remote-full{padding:0}.app-main-shell--remote-full .remote-stack{border:0;border-radius:0}.panel-card{background:var(--bg-elevated-soft);border-radius:var(--radius-md);padding:1rem;border:1px solid rgba(209,213,219,.9);box-shadow:none;display:flex;flex-direction:column;gap:.65rem}.panel-card--hero{background:#fff}.panel-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem}.panel-card__eyebrow{margin:0;font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.panel-card__title{margin:.1rem 0 0;font-size:1.15rem;font-weight:700;line-height:1.1;letter-spacing:-.02em}.panel-card__hero-title{margin:0;font-size:2rem;line-height:1;letter-spacing:-.03em;font-weight:700}.panel-card__copy,.panel-card__hero-copy{margin:0;color:var(--text-muted);font-size:.92rem}.field{display:flex;flex-direction:column;gap:.3rem}.field__label{font-size:.8rem;color:var(--text-muted)}.field__control{display:flex;align-items:center;gap:.5rem;min-height:34px;border-radius:10px;border:1px solid rgba(209,213,219,.9);background:#fff;padding:0 .7rem;transition:border-color .12s ease-out,box-shadow .12s ease-out}.field__control:focus-within{border-color:var(--accent-strong);box-shadow:0 0 0 1px #6366f138}.field__control svg{width:16px;height:16px;color:var(--text-muted)}.field__control input{width:100%;border:0;outline:none;background:transparent;color:var(--text);padding:.45rem 0}.field__control input::placeholder{color:#9ca3af}.link-grid{display:flex;flex-direction:column;gap:.5rem}.pill-link,.ghost-btn{border-radius:var(--radius-pill);border:1px solid var(--border-subtle);padding:.5rem .85rem;font-size:.85rem;font-weight:500;display:inline-flex;align-items:center;justify-content:center;gap:.35rem;cursor:pointer;background:#fff;color:var(--text);text-decoration:none;transition:background .12s ease-out,border-color .12s ease-out,transform .06s ease-out}.pill-link:hover,.ghost-btn:hover{background:#f9fafb}.pill-link:active,.ghost-btn:active{transform:translateY(1px)}.meta-list{margin:0;padding:0;list-style:none;display:grid;gap:.5rem}.meta-list li{display:grid;gap:.15rem;padding:.55rem .65rem;border-radius:10px;border:1px solid rgba(209,213,219,.9);background:#fff}.meta-list li span{font-size:.75rem;color:var(--text-muted)}.meta-list li code{font-size:.78rem;color:var(--text);word-break:break-all}.check-list{margin:0 0 0 1rem;padding:0;color:var(--text);display:grid;gap:.45rem}.check-list li{line-height:1.3}.remote-stack{flex:1 1 auto;min-width:0;min-height:0;position:relative;border:1px solid var(--border-subtle);border-radius:14px;overflow:hidden;background:#fff}.remote-stack__frame{width:100%;height:100%;border:0;display:block;background:#fff}.remote-stack__frame--hidden{display:none}.remote-stack__loading{position:absolute;inset:0;display:grid;place-items:center;background:#f5f5f4c7;z-index:3;pointer-events:none}.remote-stack__loading-card{display:inline-flex;align-items:center;gap:.55rem;padding:.55rem .8rem;border-radius:var(--radius-pill);border:1px solid var(--border-subtle);background:#fff;box-shadow:var(--shadow-card);color:var(--text);font-size:.85rem}.remote-stack__loading-card--error{width:min(520px,calc(100% - 24px));align-items:flex-start;border-color:#dc262638;background:#fff7f7}.remote-stack__error-copy{display:grid;gap:.35rem}.remote-stack__error-copy strong{font-size:.92rem;line-height:1.2}.remote-stack__error-copy p{margin:0;color:var(--text-muted);line-height:1.4}.remote-stack__error-copy code{color:var(--text)}.spinner{width:14px;height:14px;border-radius:50%;border:2px solid rgba(17,24,39,.12);border-top-color:var(--accent-strong);animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.auth-card__badge{border-radius:var(--radius-pill);padding:.2rem .45rem;font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;border:1px solid var(--border-subtle);background:#fff;color:var(--text-muted)}.auth-card__badge--ready{background:#16a34a14;border-color:#16a34a33;color:#166534}.auth-card__badge--loading{background:#3b82f614;border-color:#3b82f633;color:#1d4ed8}.auth-card__badge--anonymous{background:#f59e0b1f;border-color:#f59e0b33;color:#92400e}.auth-card__badge--error{background:#dc262614;border-color:#dc262633;color:#991b1b}.auth-card__body{display:grid;gap:.35rem}.auth-card__row{display:grid;grid-template-columns:74px 1fr;gap:.5rem;align-items:start;font-size:.84rem}.auth-card__row>span:first-child{color:var(--text-muted)}.auth-card__row code{font-size:.78rem;overflow-wrap:anywhere}.auth-card__memberships{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.25rem}.auth-card__membership-pill{border-radius:var(--radius-pill);border:1px solid var(--border-subtle);background:#fff;color:var(--text);font-size:.72rem;padding:.2rem .45rem}.auth-card__error{margin:.25rem 0 0;font-size:.78rem;color:#991b1b;border-radius:10px;border:1px solid #fecaca;background:#fef2f2;padding:.5rem .6rem}.panel-card__footer{display:flex;justify-content:space-between;align-items:center;gap:.5rem;margin-top:.15rem;color:var(--text-muted);font-size:.75rem}.auth-card--compact .auth-card__memberships{display:none}.auth-session-card__stack{display:grid;gap:.7rem}.auth-session-card__copy{margin:0;color:var(--text-muted);font-size:.82rem;line-height:1.35}.auth-session-card__summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.auth-session-card__summary>div{display:grid;gap:.2rem;border:1px solid rgba(209,213,219,.9);border-radius:10px;background:#fff;padding:.55rem .65rem}.auth-session-card__summary span{font-size:.75rem;color:var(--text-muted)}.auth-session-card__summary strong{font-size:.84rem;color:var(--text)}.auth-session-card__actions{display:flex;flex-wrap:wrap;gap:.45rem}.auth-session-card__notice,.auth-session-card__success,.auth-session-card__error{border-radius:10px;padding:.55rem .65rem;font-size:.78rem;line-height:1.3}.auth-session-card__notice{border:1px solid rgba(245,158,11,.22);background:#fffbebf5;color:#92400e}.auth-session-card__success{border:1px solid rgba(22,163,74,.2);background:#f0fdf4f5;color:#166534}.auth-session-card__error{border:1px solid #fecaca;background:#fef2f2;color:#991b1b}.sidebar-shell--map{width:340px;flex-basis:340px;min-width:340px;padding:0;gap:0}.contextpanel-shell--map{width:300px;flex-basis:300px;min-width:300px;padding:0;gap:0;display:flex;flex-direction:column;overflow:hidden}.map-panel{min-height:0;border:1px solid rgba(209,213,219,.9);border-radius:var(--radius-md);background:var(--bg-elevated-soft);padding:.9rem .95rem;display:flex;flex-direction:column;gap:.65rem}.sidebar-shell--map .map-panel,.contextpanel-shell--map .map-panel{border:0;border-radius:0;background:transparent;padding:var(--sp-4)}.sidebar-shell--map .map-panel{height:100%}.contextpanel-shell--map .map-panel--selection{flex:1 1 auto;height:100%;min-height:0;overflow:auto}.contextpanel-shell--map .map-panel--selection-only{padding-bottom:var(--sp-5)}.map-panel--context,.map-panel--selection{flex:1}.map-panel__header{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px}.map-panel__header--with-filters{align-items:start}.map-panel__header-copy{min-width:0}.map-panel__eyebrow{margin:0;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.72rem;font-weight:600}.map-panel__title{margin:.1rem 0 0;font-size:1rem;line-height:1.1;font-weight:700}.results-count{min-width:32px;text-align:center;border-radius:var(--radius-pill);padding:.25rem .55rem;border:1px solid var(--border-subtle);background:#fff;font-size:.75rem;color:var(--text-muted)}.map-active-filters{grid-column:1 / -1;display:flex;flex-wrap:wrap;gap:6px}.map-active-filter-chip{min-width:0;max-width:100%;display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(245,158,11,.35);border-radius:var(--radius-pill);background:#f59e0b1a;color:var(--text);padding:.22rem .3rem .22rem .55rem}.map-active-filter-chip__content{min-width:0;display:inline-flex;align-items:center;gap:6px}.map-active-filter-chip__prefix{color:#92400e;font-size:.7rem;font-weight:600}.map-active-filter-chip__icon{display:inline-flex;align-items:center;justify-content:center;color:currentColor}.map-active-filter-chip__icon svg{display:block;width:14px;height:14px}.map-active-filter-chip__flag{width:16px;height:12px;border-radius:2px;border:1px solid rgba(17,24,39,.18);flex:0 0 auto}.map-active-filter-chip__value{min-width:0;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.74rem;font-weight:500}.map-active-filter-chip__remove{width:20px;height:20px;border:0;border-radius:999px;background:#ffffffb8;color:#92400e;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex:0 0 auto}.map-active-filter-chip__remove:hover{background:#fffffff5}.map-active-filter-chip__remove:focus-visible{outline:2px solid rgba(245,158,11,.45);outline-offset:1px}.map-field{display:flex;flex-direction:column;gap:.25rem;min-width:0}.map-field span{font-size:.78rem;color:var(--text-muted)}.map-field input,.map-field select{width:100%;min-width:0;max-width:100%;border-radius:10px;border:1px solid rgba(209,213,219,.9);padding:.5rem .7rem;font-size:.85rem;background:#fff;color:var(--text);transition:border-color .12s ease-out,box-shadow .12s ease-out}.map-field input:focus,.map-field select:focus{outline:none;border-color:var(--accent-strong);box-shadow:0 0 0 1px #6366f140}.brand-select{position:relative}.brand-select__trigger{width:100%;border-radius:10px;border:1px solid rgba(209,213,219,.9);padding:.45rem .6rem;font-size:.85rem;background:#fff;color:var(--text);display:grid;grid-template-columns:1fr auto;align-items:center;gap:8px;cursor:pointer;transition:border-color .12s ease-out,box-shadow .12s ease-out}.brand-select__trigger:focus-visible{outline:none;border-color:var(--accent-strong);box-shadow:0 0 0 1px #6366f140}.brand-select__selected{min-width:0;display:inline-flex;align-items:center;gap:8px}.brand-select__label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.brand-select__chevron{width:8px;height:8px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg) translateY(-1px);opacity:.8}.brand-select.is-open .brand-select__chevron{transform:rotate(225deg) translateY(-1px)}.brand-select__menu{z-index:5000;border:1px solid rgba(209,213,219,.95);border-radius:14px;background:#fffffffa;box-shadow:0 18px 42px #0f172a29;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.brand-select__menu--inline{position:absolute;top:calc(100% + 6px);left:0;right:0;max-height:320px;overflow-y:auto;overflow-x:hidden;padding:8px 8px 8px 16px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;align-content:start}.brand-select__menu--tray{position:fixed;padding:10px 10px 20px 16px;display:grid;grid-template-rows:repeat(2,88px);grid-auto-flow:column;grid-auto-columns:102px;gap:8px;overflow-x:auto;overflow-y:hidden;align-content:start;overscroll-behavior-x:contain;overscroll-behavior-y:none;scroll-snap-type:x proximity;scroll-padding-left:16px}.brand-select__option{width:100%;min-height:88px;border:1px solid rgba(228,228,231,.92);appearance:none;background:#fff;border-radius:12px;display:flex;align-items:stretch;justify-content:stretch;min-width:0;padding:0;color:var(--text);cursor:pointer;text-align:left;overflow:hidden;position:relative}.brand-select__menu--tray .brand-select__option{scroll-snap-align:start}.brand-select__option:hover{background:#fff;border-color:#f59e0b4d}.brand-select__option.is-active{background:#f59e0b14;border-color:#f59e0b73;box-shadow:inset 0 0 0 1px #f59e0b2e}.brand-select__option-label{min-width:0;width:100%;overflow:hidden;text-overflow:initial;white-space:normal;line-height:1.15;font-size:.82rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.brand-select__image{width:100%;min-height:86px;height:100%;background:radial-gradient(circle at 50% 50%,#fffffffa,#f8fafceb);display:inline-flex;align-items:center;justify-content:center;overflow:hidden;padding:.4rem}.brand-select__image img{width:108%;height:108%;object-fit:contain;display:block;transform:scale(1.18);transform-origin:center}.brand-select__category-badges{position:absolute;left:6px;right:6px;bottom:6px;display:flex;flex-wrap:wrap;gap:4px;pointer-events:none}.brand-select__category-tag{display:inline-flex;align-items:center;max-width:100%;border-radius:999px;border:1px solid rgba(17,24,39,.08);background:#ffffffeb;color:#4b5563;font-size:.62rem;line-height:1;padding:.18rem .42rem;box-shadow:0 3px 8px #0f172a14;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.brand-select__image>span{font-size:.9rem;font-weight:700;color:#64748b;letter-spacing:.04em}.profession-select__active-icon{width:22px;height:22px;border-radius:999px;border:1px solid rgba(209,213,219,.95);background:#fff;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;font-size:.78rem}.profession-select__active-icon svg{display:block;width:14px;height:14px}.profession-select__menu{z-index:5000;border:1px solid rgba(209,213,219,.95);border-radius:14px;background:#fffffffa;box-shadow:0 18px 42px #0f172a29;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:grid;grid-auto-flow:column;grid-auto-columns:minmax(180px,220px);gap:10px;overflow-x:auto;overflow-y:hidden;align-content:start;overscroll-behavior-x:contain;overscroll-behavior-y:none;scroll-snap-type:x proximity;scroll-padding-left:16px;scrollbar-gutter:stable both-edges}.profession-select__menu--inline{position:absolute;top:calc(100% + 6px);left:0;right:auto;max-width:min(720px,calc(100vw - 48px));padding:10px 10px 36px 16px}.profession-select__menu--tray{position:fixed;padding:10px 10px 36px 16px}.swapista-filter-select__trigger,.swapista-filter-select__selected{align-items:flex-start}.swapista-filter-select__copy{min-width:0;display:grid;gap:2px}.swapista-filter-select__title{color:var(--text);font-size:.82rem;font-weight:600;line-height:1.2}.swapista-filter-select__meta{color:var(--text-muted);font-size:.72rem;line-height:1.2}.swapista-filter-tray{z-index:5000;border:1px solid rgba(209,213,219,.95);border-radius:14px;background:#fffffffa;box-shadow:0 18px 42px #0f172a29;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:grid;gap:14px}.swapista-filter-tray--inline{position:absolute;top:calc(100% + 6px);left:0;right:0;padding:12px;max-height:min(72vh,640px);overflow-y:auto;overflow-x:hidden}.swapista-filter-tray--tray{position:fixed;padding:14px 16px 18px;overflow-y:auto;overflow-x:hidden}.swapista-filter-tray__header{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:start}.swapista-filter-tray__copy{display:grid;gap:4px;min-width:0}.swapista-filter-tray__label{color:var(--text-muted);font-size:.66rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.swapista-filter-tray__value{color:var(--text);font-size:.86rem;line-height:1.25}.swapista-filter-tray__actions{display:inline-flex;justify-content:flex-end}.swapista-filter-tray__grid{display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));align-items:start}.swapista-filter-tray__grid .editor-multi-select{margin:0}.profession-select__menu--embedded{position:relative;z-index:auto;border:0;border-radius:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;padding:0 0 12px 18px;max-width:100%;grid-auto-columns:minmax(176px,220px)}.profession-select__menu--embedded .profession-select__column-list:after{height:8px}.profession-select__menu--embedded .profession-select__option{background:#ffffffdb}.profession-select__column{min-width:0;display:grid;gap:8px;align-content:start;scroll-snap-align:start}.profession-select__column-list{display:grid;gap:6px}.profession-select__column-list:after{content:"";display:block;height:40px}.profession-select__group-label{margin:0;padding:0 2px;color:var(--text-muted);font-size:.68rem;line-height:1.2;text-transform:uppercase;letter-spacing:.06em}.profession-select__option{width:100%;border:1px solid rgba(228,228,231,.92);background:#fff;color:var(--text);border-radius:10px;display:flex;align-items:center;gap:8px;padding:.55rem .65rem;cursor:pointer;text-align:left;font-size:.8rem}.profession-select__option:hover{border-color:#2563eb4d;background:#eff6ff99}.profession-select__option.is-active{border-color:#2563eb6b;background:#eff6ffeb;box-shadow:inset 0 0 0 1px #2563eb24;font-weight:600}.profession-select__option-icon{width:18px;flex:0 0 18px;display:inline-flex;align-items:center;justify-content:center}.profession-select__option-icon svg{display:block;width:16px;height:16px}.brand-logo-badge{width:24px;height:24px;border-radius:999px;border:1px solid rgba(209,213,219,.95);background:#fff;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;flex:0 0 auto;font-size:.62rem;font-weight:700;color:#64748b}.brand-logo-badge--sm{width:22px;height:22px}.brand-logo-badge--xs{width:20px;height:20px}.brand-logo-badge--menu{width:32px;height:32px}.brand-logo-badge img{width:100%;height:100%;object-fit:contain;display:block;padding:2px}.map-filter-accordion{display:grid;gap:8px}.map-filter-accordion__item{position:relative;border:1px solid rgba(209,213,219,.9);background:#fff;border-radius:10px;overflow:hidden}.map-filter-accordion__item.is-open{border-color:#f59e0b59;overflow:visible;z-index:25}.map-filter-accordion__trigger{width:100%;border:0;background:transparent;color:var(--text);display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;padding:.65rem .75rem;text-align:left;cursor:pointer}.map-filter-accordion__trigger:hover{background:#fafaf9}.map-filter-accordion__trigger>span:first-child{font-weight:600;font-size:.82rem}.map-filter-accordion__value{color:var(--text-muted);font-size:.75rem;max-width:110px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.map-filter-accordion__value--country{display:inline-flex;align-items:center;gap:4px}.country-inline-flag{display:inline-block;width:16px;height:12px;border-radius:2px;border:1px solid rgba(17,24,39,.18);flex:0 0 auto}.map-filter-accordion__chevron{width:8px;height:8px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg) translateY(-1px);opacity:.8}.map-filter-accordion__item.is-open .map-filter-accordion__chevron{transform:rotate(225deg) translateY(-1px)}.map-filter-accordion__panel{border-top:1px solid rgba(209,213,219,.75);background:#fafaf9;padding:.65rem .75rem .75rem;display:grid;gap:.6rem;overflow:visible}.map-sidebar-results{min-height:0;flex:1 1 auto;display:flex;flex-direction:column;gap:.55rem}.map-sidebar-results__header{display:grid;grid-template-columns:1fr auto;align-items:center;gap:8px}.map-sidebar-results__title{margin:0;font-size:.9rem;font-weight:700;line-height:1.1}.map-sidebar-results__list{flex:1 1 auto;border-radius:10px;padding:2px;background:transparent}.tribe-pills{display:flex;flex-direction:column;gap:4px;min-height:0}.tribe-typegrid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:10px}.tribe-typegrid--top{margin:2px 0 12px}.tribe-type{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;min-height:68px;padding:.5rem .25rem;border:1px solid rgba(209,213,219,.92);border-radius:12px;background:#fff;color:var(--text);cursor:pointer;transition:border-color .15s ease,transform .15s ease,background .15s ease}.tribe-type:hover{border-color:var(--tribe-accent, #9ca3af);transform:translateY(-1px)}.tribe-type__icon{display:inline-flex;align-items:center;justify-content:center;color:var(--tribe-accent, #4b5563)}.tribe-type__label{width:100%;font-size:.68rem;font-weight:600;line-height:1.1;text-align:center;overflow-wrap:anywhere}.tribe-type--active{border-color:var(--tribe-accent, #111827);background:var(--tribe-accent, #111827);box-shadow:0 6px 14px #1118272e}.tribe-type--active .tribe-type__icon,.tribe-type--active .tribe-type__label{color:#fff}.tribe-swapista-link{align-self:flex-start;margin-top:8px;font-size:.8rem;font-weight:600}.map-field-hint{margin:0 0 8px;font-size:.74rem;line-height:1.3;color:var(--text-muted)}.map-marketplace-bridge{display:block;margin-top:10px;padding:8px 10px;border:1px dashed rgba(209,213,219,.95);border-radius:10px;background:#fafaf9;color:#2563eb;font-size:.76rem;font-weight:600;text-decoration:none}.map-marketplace-bridge:hover{background:#f1f5f9}.tribe-pill-group{display:grid;gap:0;border:1px solid transparent;border-radius:12px;overflow:visible;transition:border-color .12s ease-out,background .12s ease-out,box-shadow .12s ease-out}.tribe-pill-group.is-active{border-color:#f59e0b47;background:linear-gradient(180deg,#fef3c7f0,#fffffffa 72%);box-shadow:inset 0 0 0 1px #f59e0b14}.tribe-pill{display:flex;align-items:center;gap:8px;width:100%;border:0;background:transparent;color:var(--text-muted);border-radius:8px;padding:.45rem .55rem .45rem .7rem;text-align:left;cursor:pointer;position:relative}.tribe-pill:before{content:"";position:absolute;left:.35rem;top:.45rem;bottom:.45rem;width:4px;border-radius:999px;background:var(--pill-accent, var(--selection-accent));opacity:0}.tribe-pill:hover{background:#f9fafb;color:var(--text)}.tribe-pill.is-active{background:transparent;color:var(--text);font-weight:500}.tribe-pill.is-active:before{opacity:1}.tribe-pill-group.is-active .tribe-pill:hover{background:transparent}.tribe-pill__icon{display:inline-flex;width:16px;height:16px;align-items:center;justify-content:center;color:currentColor}.tribe-pill__icon svg{display:block;width:16px;height:16px}.tribe-pill-panel{display:grid;gap:.55rem;padding:0 .7rem .75rem}.tribe-pill-panel--compact{gap:0}.tribe-pill-panel:before{content:"";display:block;height:1px;margin-left:1.1rem;background:#f59e0b3d}.tribe-pill-panel--compact:before{margin-left:1.1rem}.tribe-pill-panel__meta{display:grid;gap:2px;padding-left:1.1rem}.tribe-pill-panel__label{color:var(--text-muted);font-size:.66rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.tribe-pill-panel__value{color:var(--text);font-size:.82rem;line-height:1.2}.tribe-pill-panel__stack{display:grid;gap:8px;padding-left:1.1rem}.tribe-pill-panel__stack .profession-select__option{background:#ffffffdb}.tribe-pill-panel__chips{display:flex;flex-wrap:wrap;gap:8px;padding-left:1.1rem}.tribe-pill-panel__chips .profession-select__option{width:auto;flex:0 0 auto;background:#ffffffdb;padding:.5rem .8rem}.tribe-services-profession{border:1px dashed rgba(209,213,219,.9);border-radius:10px;background:#fff;padding:.55rem .6rem;margin-left:.35rem;overflow:visible}.country-picker{border:1px solid rgba(209,213,219,.9);border-radius:10px;background:#fff;max-height:280px;overflow-y:auto;overflow-x:hidden;padding:4px;display:grid;gap:2px}.country-group{display:grid;gap:2px}.country-group__label{margin:0;padding:.4rem .45rem .2rem;font-size:.72rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em}.country-option{width:100%;min-width:0;border:0;background:transparent;border-radius:8px;display:inline-flex;align-items:center;gap:8px;padding:.38rem .45rem;text-align:left;color:var(--text);cursor:pointer}.country-option:hover{background:#f9fafb}.country-option.is-active{background:var(--selection-bg);font-weight:600}.country-option__flag{display:inline-block;width:18px;height:14px;border-radius:2px;border:1px solid rgba(17,24,39,.18);flex:0 0 18px}.country-option__flag--all{display:inline-flex;align-items:center;justify-content:center;width:24px;height:14px;border-radius:999px;border:1px solid rgba(209,213,219,.95);font-size:.56rem;font-weight:700;letter-spacing:.04em;color:var(--text-muted)}.country-option__name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.8rem}.country-picker__empty{margin:0;padding:.5rem .45rem;color:var(--text-muted);font-size:.75rem}.map-panel--mobile-compact{min-height:0;padding:0;gap:.8rem}.map-field--mobile-search-compact{gap:0}.map-field--mobile-search-compact input{min-height:46px}.mobile-sidebar-static-section{display:grid;gap:.55rem}.mobile-sidebar-static-section__title{font-size:.76rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-weight:700}.mobile-sidebar-static-section__body{display:grid;gap:.75rem;min-height:0}.country-picker--compact-mobile{flex:1 1 auto;min-height:0;max-height:100%;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;padding:6px;gap:4px}.country-picker--compact-mobile .country-option{min-height:40px;padding:.5rem .55rem}.country-picker--compact-mobile .country-option__name{font-size:.84rem}.vehicle-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.vehicle-category-card{min-width:0;min-height:0;width:100%;aspect-ratio:1 / 1;border:1px solid rgba(228,228,231,.92);background:#fff;color:var(--text);border-radius:12px;display:inline-flex;align-items:center;justify-content:center;padding:.45rem;text-align:center;cursor:pointer}.vehicle-category-card:hover{border-color:#f59e0b4d;background:#fffdf7}.vehicle-category-card.is-active{border-color:#f59e0b6b;background:#fef3c794;box-shadow:inset 0 0 0 1px #f59e0b24}.vehicle-category-card--all .vehicle-category-card__icon{display:none}.vehicle-category-card__icon{display:inline-flex;width:28px;height:28px;justify-content:center;align-items:center;font-size:1.15rem}.vehicle-category-card__all{display:inline-flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:700;letter-spacing:.02em}.vehicle-brand-model-grid{border:1px dashed rgba(209,213,219,.9);border-radius:10px;background:#fff;padding:.55rem .6rem;display:grid;gap:.55rem}.vehicle-brand-model-grid .map-field select:disabled{background:#f4f4f5;color:#9ca3af;cursor:not-allowed}.vehicle-brand-inline{margin-top:.2rem;display:inline-flex;align-items:center;gap:6px;min-width:0;max-width:100%;font-size:.76rem;color:#4b5563}.vehicle-brand-inline__badge{width:24px;height:24px;border-radius:999px;border:1px solid rgba(209,213,219,.95);background:#fff;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;flex:0 0 auto;font-size:.72rem;font-weight:700;color:#64748b}.vehicle-brand-inline__badge img{width:100%;height:100%;object-fit:contain;display:block;padding:2px}.vehicle-brand-inline__text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.map-country-inline{display:inline-flex;align-items:center;gap:6px}.map-country-flag{display:inline-block;width:16px;height:12px;border-radius:2px;border:1px solid rgba(17,24,39,.18);flex:0 0 auto}.map-country-flag--sm{width:14px;height:10px}.map-status-box{margin-top:0;border:1px solid rgba(209,213,219,.9);background:#fff;border-radius:10px;padding:.6rem .7rem;display:grid;gap:.3rem;font-size:.8rem}.map-status-box--sidebar{margin-top:0}.map-status-box__error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:.35rem .45rem}.results-state{margin:0;color:var(--text-muted);font-size:.8rem}.results-list{min-height:0;overflow:auto;display:grid;align-content:start;grid-auto-rows:max-content;gap:6px;padding-right:2px}.result-row{border:1px solid rgba(209,213,219,.9);background:#fff;border-radius:10px;padding:.55rem .65rem;display:grid;gap:2px;text-align:left;cursor:pointer;color:var(--text);min-height:92px}.result-row:hover{background:#f9fafb}.result-row.is-active{background:var(--selection-bg);border-color:#f59e0b59}.result-row__head{display:grid;grid-template-columns:auto 1fr;align-items:start;gap:8px;min-width:0}.result-row__main{min-width:0;display:grid;gap:2px}.result-row__name{display:inline-flex;align-items:center;gap:6px;font-weight:600;font-size:.98rem;line-height:1.2}.result-row__tribe-icon{display:inline-flex;width:16px;justify-content:center}.result-row__meta{color:var(--text-muted);font-size:.75rem}.result-row__desc{color:#4b5563;font-size:.75rem;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.map-brand-tags{display:grid;gap:4px;min-width:0}.map-brand-tags__label{font-size:.68rem;color:#6b7280;text-transform:uppercase;letter-spacing:.06em;font-weight:700}.map-brand-tags__list{display:flex;flex-wrap:wrap;gap:4px;min-width:0}.map-brand-tag{display:inline-flex;align-items:center;max-width:100%;border:1px solid rgba(245,158,11,.3);background:#fffbeb;color:#92400e;border-radius:999px;padding:.12rem .45rem;font-size:.68rem;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.map-brand-tag--muted{border-color:#cbd5e1e6;background:#f8fafc;color:#64748b}.map-brand-tags--result{margin-top:4px}.map-brand-tags--popup .map-brand-tag{font-size:.64rem;padding:.1rem .4rem}.map-brand-tags--detail{border:1px solid rgba(209,213,219,.9);background:#fff;border-radius:10px;padding:.5rem .6rem}.map-vehicle-category-tags{display:grid;gap:4px;min-width:0}.map-vehicle-category-tags__label{font-size:.68rem;color:#6b7280;text-transform:uppercase;letter-spacing:.06em;font-weight:700}.map-vehicle-category-tags__list{display:flex;flex-wrap:wrap;gap:4px;min-width:0}.map-vehicle-category-tag{display:inline-flex;align-items:center;gap:4px;max-width:100%;border:1px solid rgba(59,130,246,.22);background:#eff6fff5;color:#1d4ed8;border-radius:999px;padding:.12rem .45rem;font-size:.68rem;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.map-vehicle-category-tag--muted{border-color:#cbd5e1e6;background:#f8fafc;color:#64748b}.map-vehicle-category-tags--result{margin-top:4px}.map-vehicle-category-tags--popup .map-vehicle-category-tag{font-size:.64rem;padding:.1rem .4rem}.map-vehicle-category-tags--detail{border:1px solid rgba(209,213,219,.9);background:#fff;border-radius:10px;padding:.5rem .6rem}.company-logo-slot{width:32px;height:32px;border-radius:999px;border:1px solid rgba(148,163,184,.45);background:radial-gradient(circle at 30% 30%,#fff,#eef2f7);display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;overflow:hidden;color:#94a3b8;font-size:.72rem;font-weight:600}.company-logo-slot img{width:100%;height:100%;object-fit:cover;display:block}.company-logo-slot__glyph{display:inline-flex;align-items:center;justify-content:center;line-height:1}.company-logo-slot__glyph svg,.company-logo-slot__glyph-icon svg{display:block;width:1em;height:1em}.company-logo-slot--sm{width:34px;height:34px;font-size:.62rem}.company-logo-slot--md{width:40px;height:40px;font-size:.62rem}.company-logo-slot--lg{width:54px;height:54px;font-size:.72rem}.selection-details{display:grid;gap:6px}.selection-details>div{display:grid;gap:2px;padding:.5rem .6rem;border-radius:10px;border:1px solid rgba(209,213,219,.9);background:#fff}.selection-details span{color:var(--text-muted);font-size:.72rem}.selection-details strong{font-size:.82rem}.selection-description{margin:0;font-size:.82rem;line-height:1.3;color:#4b5563}.selection-editor{display:grid;gap:.75rem}.editor-section{display:grid;gap:.65rem;border:1px solid rgba(209,213,219,.9);border-radius:14px;background:#ffffffe6;padding:.85rem}.editor-section__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.editor-section__title{margin:.15rem 0 0;font-size:.98rem;color:var(--text)}.selection-editor__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.selection-editor__grid--compact{grid-template-columns:repeat(3,minmax(0,1fr))}.selection-editor__field--wide{grid-column:1 / -1}.selection-editor__toggle{display:inline-flex;align-items:center;gap:8px;color:var(--text);font-size:.8rem}.selection-editor__actions{display:flex;justify-content:flex-end;gap:8px}.editor-multi-select{border:1px solid rgba(209,213,219,.9);border-radius:12px;background:#fff}.editor-multi-select[open]{box-shadow:0 10px 24px #0f172a14}.editor-multi-select__summary{list-style:none;display:grid;gap:.15rem;cursor:pointer;padding:.7rem .8rem}.editor-multi-select__summary::-webkit-details-marker{display:none}.editor-multi-select__summary span{font-size:.72rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em}.editor-multi-select__summary strong{font-size:.88rem;color:var(--text);font-weight:600}.editor-multi-select__panel{display:grid;gap:.65rem;border-top:1px solid rgba(229,231,235,.9);padding:.8rem}.editor-multi-select__search{margin:0}.editor-multi-select__actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:.45rem}.editor-multi-select__options{display:grid;gap:.45rem;max-height:210px;overflow:auto}.editor-multi-select__option{display:flex;align-items:flex-start;gap:.6rem;border:1px solid rgba(229,231,235,.9);border-radius:10px;background:#f9fafb;padding:.55rem .65rem;font-size:.84rem;color:var(--text)}.editor-multi-select__option input{margin-top:2px}.editor-multi-select__empty{margin:0;color:var(--text-muted);font-size:.8rem}.selection-admin-note{border-radius:10px;border:1px solid rgba(59,130,246,.18);background:#eff6fff2;color:#1d4ed8;padding:.45rem .6rem;font-size:.75rem;font-weight:600}.selection-links{display:flex;flex-wrap:wrap;gap:6px}.selection-links .map-icon-link{display:inline-flex;align-items:center;justify-content:center;color:var(--text);text-decoration:none;border:1px solid var(--border-subtle);background:#fff;border-radius:var(--radius-pill);width:30px;height:30px;padding:0;cursor:pointer}.selection-links .map-icon-link:hover{background:#f9fafb}.map-icon-link svg{width:14px;height:14px}.map-icon-link--marketplace{border-color:#f59e0b6b;background:#fffaf0}.planning-panel,.settings-shell,.planning-main-shell,.settings-main-shell{min-height:0;border:1px solid rgba(209,213,219,.9);border-radius:var(--radius-md);background:var(--bg-elevated-soft);padding:.95rem 1rem;display:flex;flex-direction:column;gap:.75rem}.planning-main-shell,.settings-main-shell{height:100%;overflow:auto}.planning-panel__header,.planning-main-shell__header{display:grid;grid-template-columns:1fr auto;align-items:start;gap:8px}.planning-panel__eyebrow{margin:0;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.7rem;font-weight:700}.planning-panel__title{margin:.15rem 0 0;font-size:1.08rem;line-height:1.1}.planning-mini-card,.settings-profile-card{border:1px solid rgba(209,213,219,.9);border-radius:12px;background:#fff;padding:.75rem .8rem;display:grid;gap:.55rem}.planning-mini-card__top,.planning-date-nav,.planning-summary-grid,.planning-zone-list,.planning-agenda-list,.settings-nav,.settings-main__grid,.planning-task-columns,.planning-space-grid,.planning-board{display:grid;gap:.65rem}.planning-mini-card__top span,.settings-profile-card span{color:var(--text-muted);font-size:.8rem}.planning-date-nav{grid-template-columns:repeat(3,minmax(0,1fr))}.planning-toggle-group{display:inline-grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem}.planning-toggle,.settings-nav__item{border:1px solid rgba(209,213,219,.9);border-radius:10px;background:#fff;color:var(--text);padding:.55rem .7rem;text-align:left;cursor:pointer}.planning-toggle.is-active,.settings-nav__item.is-active,.planning-zone-pill.is-active,.planning-agenda-item.is-active,.planning-task-card.is-active,.planning-space-card.is-active,.planning-segment-card.is-active{background:var(--selection-bg);border-color:#f59e0b59}.planning-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.planning-summary-grid div,.planning-task-focus,.planning-zone-pill,.planning-agenda-item,.planning-task-card,.planning-space-card,.planning-segment-card{border:1px solid rgba(209,213,219,.9);border-radius:10px;background:#fff;padding:.65rem .7rem;display:grid;gap:.22rem;text-align:left}.planning-summary-grid span,.planning-mini-card__heading,.planning-task-focus span,.planning-task-focus small,.planning-zone-pill span,.planning-agenda-item span,.planning-agenda-item small,.planning-task-card span,.planning-task-card small,.planning-space-card__header span,.planning-space-card__header small,.planning-segment-card span,.planning-segment-card small{color:var(--text-muted);font-size:.78rem}.planning-zone-pill,.planning-agenda-item,.planning-task-card,.planning-space-card__header,.planning-segment-card,.settings-nav__item,.planning-toggle,.ghost-btn{transition:background .12s ease-out,border-color .12s ease-out}.planning-zone-pill,.planning-agenda-item,.planning-task-card,.planning-space-card__header,.planning-segment-card{cursor:pointer}.planning-error-box{border-radius:10px;border:1px solid #fecaca;background:#fef2f2;color:#991b1b;padding:.65rem .75rem;font-size:.82rem}.planning-task-columns{grid-template-columns:repeat(3,minmax(0,1fr))}.planning-task-column,.planning-zone-board{min-height:0;border:1px solid rgba(209,213,219,.9);border-radius:12px;background:#fafaf9;padding:.8rem;display:flex;flex-direction:column;gap:.7rem}.planning-task-column__header,.planning-zone-board__header{display:grid;grid-template-columns:1fr auto;align-items:start;gap:8px}.planning-task-column__header h3,.planning-zone-board__header h3{margin:0;font-size:.96rem}.planning-task-column__header span,.planning-zone-board__header span{color:var(--text-muted);font-size:.78rem}.planning-task-column__list,.planning-space-card__segments{min-height:0;display:grid;gap:.55rem}.planning-space-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.planning-space-card{padding:0;overflow:hidden}.planning-space-card__header{width:100%;border:0;border-radius:0;background:transparent;display:grid;grid-template-columns:1fr auto;align-items:start;gap:8px;padding:.65rem .7rem}.planning-space-card__segments{padding:0 .7rem .7rem}.settings-profile-card strong{font-size:.92rem}.settings-main__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.map-main-direct{width:100%;height:100%;min-height:0;display:flex;flex-direction:column;background:#fff}.map-main-direct__header{border-bottom:1px solid var(--border-subtle);padding:.9rem 1rem;display:grid;grid-template-columns:1fr auto;align-items:center;gap:8px}.map-main-direct__body{flex:1 1 auto;min-height:0;position:relative;overflow:hidden}.map-canvas{width:100%;height:100%;min-height:0}.leaflet-container{width:100%;height:100%;font-family:inherit}.tribe-map-marker,.leaflet-div-icon.tribe-map-marker{background:transparent;border:0}.tribe-map-marker__bubble{position:relative;width:30px;height:30px;border-radius:50% 50% 50% 0;transform:rotate(-45deg);display:inline-flex;align-items:center;justify-content:center;border:2px solid rgba(255,255,255,.9);background:var(--tribe-color, #0f172a);box-shadow:0 8px 16px #0f172a38}.tribe-map-marker__glyph{transform:rotate(45deg);display:inline-flex;align-items:center;justify-content:center;color:#fff;line-height:1}.leaflet-marker-icon.tribe-map-marker.is-active-pin{z-index:1000!important}.leaflet-marker-icon.tribe-map-marker.is-active-pin .tribe-map-marker__bubble{width:38px;height:38px;border-color:#fff;box-shadow:0 0 0 4px #f59e0bd9,0 10px 20px #0f172a4d}.leaflet-marker-icon.tribe-map-marker.is-active-pin .tribe-map-marker__glyph svg{width:17px;height:17px}.tribe-map-marker__glyph svg{display:block;width:14px;height:14px}.map-inline-icon-label{display:inline-flex;align-items:center;gap:6px}.map-inline-icon-label__icon{display:inline-flex;align-items:center;justify-content:center;color:currentColor}.map-inline-icon-label__icon svg{display:block;width:14px;height:14px}.map-popup__links{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.map-popup__links a{display:inline-flex;align-items:center;justify-content:center;color:var(--text);text-decoration:none;border:1px solid var(--border-subtle);background:#fff;border-radius:var(--radius-pill);width:30px;height:30px;padding:0}.map-popup__links a:hover{background:#f9fafb}.map-popup__description{margin:6px 0 0;font-size:12px;color:#4b5563}.leaflet-popup-content-wrapper{border-radius:14px;box-shadow:0 18px 40px #0f172a38}.leaflet-popup-content{width:264px!important;margin:12px 14px;line-height:1.3}.map-popup__hero{display:grid;grid-template-columns:auto minmax(0,1fr);gap:8px;align-items:center}.map-popup__hero-copy{min-width:0;display:grid;gap:2px}.map-popup__hero-copy strong{font-size:1.05rem;line-height:1.1}.map-popup__hero-copy div{font-size:.75rem;color:#4b5563}.map-detail-overlay{position:absolute;top:1rem;right:1rem;bottom:1rem;width:min(340px,calc(100% - 2rem));border:1px solid rgba(209,213,219,.95);border-radius:16px;background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 18px 40px #0f172a24;padding:.9rem 1rem;display:flex;flex-direction:column;gap:.75rem;overflow:hidden;z-index:450}.map-detail-overlay__header{display:grid;grid-template-columns:1fr auto;align-items:start;gap:8px;flex:0 0 auto;padding-bottom:.75rem;border-bottom:1px solid rgba(229,231,235,.92)}.map-detail-overlay__body{flex:1 1 auto;min-height:0;overflow:auto;display:grid;align-content:start;gap:.75rem;padding-right:2px}.map-detail-overlay__actions{display:inline-flex;align-items:center;gap:6px}.map-detail-overlay__hero{display:grid;grid-template-columns:auto 1fr;align-items:start;gap:10px}.map-detail-overlay__hero-copy{min-width:0;display:grid;gap:.32rem}.map-panel__title--detail{font-size:1.15rem}.map-detail-overlay__close{border:1px solid rgba(209,213,219,.95);border-radius:999px;background:#fff;color:var(--text);width:30px;height:30px;padding:0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.map-detail-overlay__close:hover{background:#f9fafb}.icon-btn{width:30px;height:30px;border-radius:999px;border:1px solid var(--border-subtle);background:#fff;color:var(--text);display:inline-flex;align-items:center;justify-content:center;padding:0;cursor:pointer}.icon-btn:hover{background:#f9fafb}.icon-btn--danger{border-color:#dc262638;color:#b91c1c}.map-admin-fab{position:absolute;left:1rem;top:1rem;z-index:430;display:inline-flex;align-items:center;gap:8px;border-radius:999px;border:1px solid rgba(245,158,11,.38);background:#fffbebf5;color:#92400e;padding:.6rem .85rem;font-size:.82rem;font-weight:600;cursor:pointer;box-shadow:0 10px 24px #0f172a1f}.map-admin-fab:hover{background:#fff7d6}.detail-collage{border:1px solid rgba(209,213,219,.9);border-radius:12px;background:#fff;padding:.6rem;display:grid;gap:.5rem}.detail-collage__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.detail-collage__frame{border:1px solid rgba(209,213,219,.9);border-radius:10px;background:#f8fafc;aspect-ratio:4 / 3;overflow:hidden}.detail-collage__frame img{width:100%;height:100%;object-fit:cover;display:block}.detail-collage__frame--empty{display:grid;place-items:center;color:var(--text-muted);font-size:.72rem;background:repeating-linear-gradient(135deg,#f8fafc,#f8fafc 10px,#f1f5f9 10px 20px)}.chrome-app--mobile{display:grid;grid-template-rows:auto auto auto 1fr auto;gap:8px;padding:8px;height:100%;position:relative;background:var(--bg)}.mobile-header,.mobile-auth-wrap,.mobile-main,.mobile-dock,.mobile-search{border:1px solid var(--border-subtle);background:var(--bg-elevated-soft);border-radius:var(--radius-lg);box-shadow:none}.mobile-header{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 12px;min-height:56px;position:relative}.mobile-header__actions{display:inline-flex;align-items:center;gap:6px;position:relative;margin-left:auto;z-index:2}.mobile-header__section-indicator{min-width:0;max-width:42vw;padding:0 10px;height:34px;border-radius:999px;border:1px solid color-mix(in srgb,var(--mobile-section-color, var(--primary)) 38%,white);background:color-mix(in srgb,var(--mobile-section-color, var(--selection-bg)) 14%,white);color:var(--text);display:inline-flex;align-items:center;gap:8px;box-shadow:0 10px 20px #0f172a14}.mobile-header__section-indicator{position:relative;z-index:1}.mobile-header__type-pill{display:inline-flex;align-items:center;justify-content:center;height:30px;padding:0 16px 0 11px;margin-right:-14px;border-radius:999px 0 0 999px;border:1px solid color-mix(in srgb,var(--mobile-section-color, var(--primary)) 40%,white);border-right:0;background:color-mix(in srgb,var(--mobile-section-color, var(--selection-bg)) 26%,white);color:var(--text);position:relative;z-index:0}.mobile-header__section-indicator span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.74rem;font-weight:600}.mobile-header__menu-toggle{width:34px;height:34px;padding:0;border-radius:999px;border:1px solid var(--border-subtle);background:#fff;display:inline-flex;align-items:center;justify-content:center;color:var(--text);cursor:pointer;z-index:2}.mobile-header__menu-toggle.is-active{border-color:var(--primary-border);background:var(--selection-bg)}.mobile-header__center-brand{position:absolute;inset:0;display:grid;place-items:center;pointer-events:none}.mobile-header__center-logo{display:block;width:34px;height:34px;object-fit:contain}.mobile-header-menu__backdrop{position:fixed;inset:0;border:0;background:#0f172a2e;z-index:1310}.mobile-header-menu{position:fixed;top:var(--mobile-shell-gap, 8px);left:8px;right:8px;z-index:1320;padding:8px;border:1px solid var(--border-subtle);border-radius:var(--radius-lg);background:#fffffff5;box-shadow:0 22px 40px #0f172a24;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);max-height:calc(100dvh - var(--mobile-shell-gap, 8px) - 28px);display:flex;flex-direction:column}.mobile-header-menu__scroll{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding-bottom:46px}.mobile-header-menu__topbar{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:40px;margin-bottom:8px}.mobile-header-menu__close{display:grid;place-items:center;width:40px;height:40px;border-radius:999px;border:1px solid var(--border-subtle);background:#fff;color:var(--text);cursor:pointer}.mobile-header-menu__user{display:flex;align-items:center;gap:8px;min-width:0}.mobile-header-menu__user-name{min-width:0;max-width:42vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;font-weight:600;color:var(--text)}.mobile-header-menu__avatar,.mobile-header-menu__settings{display:grid;place-items:center;width:40px;height:40px;flex:0 0 auto;border-radius:999px;border:1px solid var(--border-subtle);background:#fff;color:var(--text);cursor:pointer;overflow:hidden}.mobile-header-menu__avatar img{width:100%;height:100%;object-fit:cover}.mobile-header-menu__settings.is-active{border-color:var(--primary, #f8c400);color:var(--primary, #f8c400)}.mobile-header-menu__footer{position:absolute;left:50%;bottom:-8px;transform:translate(-50%,30%);z-index:2;display:flex;align-items:center;gap:8px;max-width:calc(100% - 16px)}.mobile-header-menu__pill{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:0;height:44px;padding:0 16px;border-radius:999px;border:1px solid var(--border-subtle);background:#fff;color:var(--text);font:inherit;font-size:.82rem;font-weight:600;white-space:nowrap;box-shadow:0 8px 18px #0f172a33;cursor:pointer}.mobile-header-menu__pill>span{min-width:0;overflow:hidden;text-overflow:ellipsis}.mobile-header-menu__pill-logo{display:block;height:22px;width:auto;flex:0 0 auto}.mobile-header-menu__nav{display:grid;gap:8px}.mobile-header-menu__divider{height:1px;margin:12px 2px;background:linear-gradient(90deg,#d1d5db00,#d1d5dbf5,#d1d5db00)}.mobile-header-menu__account{display:grid;gap:8px}.mobile-header-menu__item{display:grid;grid-template-columns:3px 18px minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;padding:10px 12px;border:1px solid var(--border-subtle);border-radius:14px;background:#fff;color:var(--text);text-align:left;font:inherit;cursor:pointer}.mobile-header-menu__item-copy{min-width:0;display:grid;gap:2px}.mobile-header-menu__item-copy strong{font-size:.82rem;line-height:1.08;font-weight:500}.mobile-header-menu__item-copy small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text-muted);font-size:.68rem;line-height:1.15}.mobile-header-menu__item-accent{width:3px;height:100%;min-height:18px;border-radius:999px}.mobile-header-menu__group{display:grid;gap:6px}.mobile-header-menu__chevron{grid-column:4;color:var(--text-muted);transition:transform .18s ease}.mobile-header-menu__group.is-open .mobile-header-menu__chevron{transform:rotate(180deg)}.mobile-header-menu__subnav{display:grid;gap:4px;margin-left:15px;padding-left:12px;border-left:1px solid var(--border-subtle)}.mobile-header-menu__subitem{display:flex;align-items:center;gap:10px;width:100%;padding:8px 12px;border:1px solid var(--border-subtle);border-radius:12px;background:#fff;color:var(--text);text-align:left;font:inherit;font-size:.8rem;font-weight:500;cursor:pointer}.mobile-header-menu__subitem>svg{color:var(--text-muted);flex:none}.mobile-header-menu__hint{border-radius:14px;border:1px dashed rgba(209,213,219,.95);background:#fafaf9;color:#4b5563;font-size:.73rem;line-height:1.3;padding:.7rem .8rem}.mobile-header-menu__item.is-active{border-color:var(--primary-border);background:var(--selection-bg)}.mobile-search{padding:0 10px;display:flex;align-items:center;gap:8px}.mobile-search svg{width:16px;height:16px;color:var(--text-muted)}.mobile-search input{border:0;outline:none;background:transparent;width:100%;color:var(--text);padding:10px 0}.mobile-auth-wrap{padding:8px}.mobile-main{padding:8px;min-height:0;overflow:hidden;background:#fff}.mobile-main .remote-stack{min-height:300px;height:100%}.mobile-stack-shell{height:100%;min-height:0;overflow:auto;display:grid;gap:.75rem}.mobile-stack-shell--map{grid-template-rows:minmax(320px,52dvh) auto auto;align-content:start}.mobile-stack-shell--map .map-main-direct,.mobile-stack-shell--map .map-main-direct__body,.mobile-stack-shell--map .map-canvas{min-height:320px}.mobile-dock{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(0,1fr);gap:6px;padding:8px}.chrome-app--mobile .mobile-main{grid-row:4}.chrome-app--mobile .mobile-dock{grid-row:5}.mobile-dock__btn{border-radius:12px;border:1px solid transparent;background:transparent;color:var(--text-muted);display:grid;justify-items:center;gap:4px;padding:7px 4px;font-size:.72rem;cursor:pointer;position:relative}.mobile-dock__icon-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center}.mobile-dock__tribe-globe{width:22px;height:22px;border-radius:999px;border:1px solid var(--tribe-accent, #111827);background:#fffffff5;color:var(--tribe-accent, #111827);display:inline-flex;align-items:center;justify-content:center;box-shadow:0 6px 12px #0f172a24}.mobile-dock__globe{width:22px;height:22px;border-radius:999px;border:1px solid var(--primary-border);background:var(--selection-bg);color:var(--text);display:inline-flex;align-items:center;justify-content:center;box-shadow:0 6px 12px #f59e0b24}.mobile-dock__btn svg{width:16px;height:16px}.mobile-dock__badge,.mobile-map-quick-filters__badge{position:absolute;top:-8px;right:-10px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#111827;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.64rem;line-height:1;font-weight:700;box-shadow:0 6px 12px #0f172a38}.mobile-dock__btn.is-active{background:var(--selection-bg);color:var(--text);border-color:var(--primary-border)}.chrome-app--mobile-map{--mobile-map-gap: 8px;--mobile-map-header-height: 72px;--mobile-map-dock-height: 92px;--mobile-map-tribe-subdock-gap: 8px;--mobile-map-tribe-subdock-offset: 70px;--mobile-map-card-panel-height: clamp(150px, 26dvh, 240px);--mobile-map-panel-top: calc(var(--mobile-map-gap) + var(--mobile-map-header-height) + 8px);--mobile-map-panel-bottom: calc(var(--mobile-map-gap) + var(--mobile-map-dock-height) - 4px);--mobile-map-controls-offset: calc(var(--mobile-map-gap) + var(--mobile-map-header-height) + 10px);--mobile-map-overlay-offset: calc(var(--mobile-map-gap) + var(--mobile-map-header-height) + 46px);display:block;position:relative;min-height:100dvh;height:100dvh;overflow:hidden}.chrome-app--mobile-map .mobile-header{position:fixed;top:var(--mobile-map-gap);left:var(--mobile-map-gap);right:var(--mobile-map-gap);z-index:1300;box-shadow:0 16px 40px #0f172a1f}.chrome-app--mobile-map .mobile-main{position:fixed;inset:0;min-height:0;padding:0;overflow:hidden;border:0;background:transparent;box-shadow:none;border-radius:0}.chrome-app--mobile-map .mobile-main--map{background:transparent}.chrome-app--mobile-map .mobile-dock{position:fixed;left:var(--mobile-map-gap);right:var(--mobile-map-gap);bottom:var(--mobile-map-gap);z-index:1300;box-shadow:0 -8px 28px #0f172a1a}.chrome-app--mobile-fullbleed{display:block;position:relative;min-height:100dvh;height:100dvh;overflow:hidden}.chrome-app--mobile-fullbleed .mobile-header{position:fixed;top:8px;left:8px;right:8px;z-index:1300;box-shadow:0 16px 40px #0f172a1f}.chrome-app--mobile-fullbleed .mobile-main{position:fixed;inset:0;min-height:0;padding:0;overflow:hidden;border:0;background:transparent;box-shadow:none;border-radius:0}.chrome-app--mobile-fullbleed .mobile-dock{position:fixed;left:8px;right:8px;bottom:8px;z-index:1300;box-shadow:0 -8px 28px #0f172a1a}.mobile-map-shell{position:relative;width:100%;height:100%;overflow:hidden;border-radius:0}.mobile-map-shell__map-layer{position:absolute;inset:0}.mobile-map-shell__map-layer .map-main-direct,.mobile-map-shell__map-layer .map-main-direct__body,.mobile-map-shell__map-layer .map-canvas{width:100%;height:100%;min-height:0}.mobile-map-shell__map-layer .map-main-direct{background:transparent}.mobile-map-shell__split{position:relative;z-index:600;display:grid;grid-template-rows:minmax(0,1fr) auto auto;height:100%;padding:calc(var(--mobile-map-gap) + var(--mobile-map-header-height) + 10px) 10px calc(var(--mobile-map-gap) + var(--mobile-map-dock-height) + 10px);pointer-events:none}.mobile-map-shell.has-tribe-subdock .mobile-map-shell__split{padding-bottom:calc(var(--mobile-map-gap) + var(--mobile-map-dock-height) + var(--mobile-map-tribe-subdock-offset))}.mobile-map-shell__top-spacer{min-height:clamp(140px,21dvh,220px)}.mobile-map-shell__cards-layer,.mobile-map-drawer__sheet{pointer-events:auto}.mobile-map-shell__quick-filter-layer{position:fixed;top:var(--mobile-map-panel-top);left:var(--mobile-map-gap);right:var(--mobile-map-gap);bottom:var(--mobile-map-panel-bottom);z-index:1295;display:flex;align-items:flex-end;pointer-events:none}.mobile-map-shell__quick-filter-layer--selector{justify-content:flex-end}.mobile-map-shell__quick-filter-layer--subdock{justify-content:center;bottom:calc(var(--mobile-map-panel-bottom) + var(--mobile-map-tribe-subdock-gap))}.mobile-map-shell__quick-filter-layer>*{max-height:100%;pointer-events:auto}.mobile-map-shell__tribe-backdrop{position:fixed;top:var(--mobile-map-panel-top);left:0;right:0;bottom:calc(var(--mobile-map-gap) + var(--mobile-map-dock-height));z-index:1290;border:0;background:transparent}.mobile-map-drawer__close:focus-visible,.mobile-map-card:focus-visible{outline:2px solid rgba(17,24,39,.9);outline-offset:2px}.mobile-map-shell__cards-layer{position:relative;z-index:2;min-height:var(--mobile-map-card-panel-height);border-radius:24px 24px 0 0;border:1px solid rgba(228,228,231,.92);background:#fafaf9f7;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);overflow:clip;box-shadow:0 22px 42px #0f172a2e}.mobile-map-cards{position:relative;height:100%;display:flex;flex-direction:column;min-height:0;padding:10px 10px 8px}.mobile-map-cards__count{position:absolute;top:8px;right:10px;z-index:3;min-width:30px;text-align:center;border-radius:var(--radius-pill);padding:2px 8px;background:#ffffffeb;border:1px solid var(--border-subtle);font-size:.72rem;font-weight:700;color:var(--text-muted)}.mobile-map-cards__viewport{flex:1;min-height:0;display:flex;align-items:stretch;gap:4px}.mobile-map-cards__nav{flex:0 0 auto;align-self:center;width:28px;height:56px;border-radius:12px;border:1px solid var(--border-subtle);background:#fffffff2;color:var(--text);display:inline-flex;align-items:center;justify-content:center;box-shadow:0 6px 14px #0f172a1a;cursor:pointer;transition:opacity .12s ease-out}.mobile-map-cards__nav:disabled{opacity:.32;cursor:default;box-shadow:none}.mobile-map-cards__summary{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:10px}.mobile-map-cards__eyebrow{margin:0;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.mobile-map-cards__title{margin:3px 0 0;font-size:1.05rem;line-height:1.08}.mobile-map-card__hint{font-size:.72rem;line-height:1.25;color:var(--text-muted)}.mobile-map-cards__body{min-height:0;display:grid;align-content:start;gap:10px}.mobile-map-cards__track{flex:1;min-width:0;display:flex;align-items:stretch;gap:10px;min-height:0;overflow-x:auto;overflow-y:hidden;padding:2px 4px 6px;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;touch-action:pan-x;scrollbar-width:none;cursor:grab}.mobile-map-cards__track::-webkit-scrollbar{display:none}.mobile-map-card{flex:0 0 clamp(154px,42vw,188px);min-height:100%;border:1px solid rgba(209,213,219,.92);border-radius:18px;background:#fff;box-shadow:0 10px 24px #0f172a14;padding:12px;display:grid;align-content:start;gap:10px;text-align:left;color:var(--text);cursor:pointer;scroll-snap-align:start}.mobile-map-card.is-active{flex-basis:min(calc(100vw - 36px),340px);border-color:#f59e0b52;background:#fffdf7;box-shadow:0 16px 30px #0f172a24}.mobile-map-card__head{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:8px}.mobile-map-card__copy{min-width:0;display:grid;gap:2px}.mobile-map-card__name{display:block;font-size:.86rem;line-height:1.15}.mobile-map-card__tribe,.mobile-map-card__location{display:inline-flex;align-items:center;gap:6px;color:var(--text-muted);font-size:.74rem;line-height:1.25}.mobile-map-card__tags{display:grid;gap:6px}.mobile-map-card__description{margin:0;font-size:.76rem;line-height:1.35;color:#475569}.chrome-app--mobile-map .mobile-map-shell__map-layer{right:auto;width:50%;border-right:1px solid rgba(228,228,231,.9)}.chrome-app--mobile-map .mobile-map-shell__split{position:absolute;top:0;bottom:0;left:50%;width:50%;display:flex;flex-direction:column;grid-template-rows:none;padding:calc(var(--mobile-map-gap) + var(--mobile-map-header-height) + 10px) 0 calc(var(--mobile-map-gap) + var(--mobile-map-dock-height));background:var(--bg-elevated-soft)}.chrome-app--mobile-map .mobile-map-shell.has-tribe-subdock .mobile-map-shell__split{padding-bottom:calc(var(--mobile-map-gap) + var(--mobile-map-dock-height))}.chrome-app--mobile-map .mobile-map-shell__top-spacer,.chrome-app--mobile-map .mobile-map-cards__collapse{display:none}.chrome-app--mobile-map .mobile-map-shell__cards-layer{flex:1;min-height:0;border:0;border-radius:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.chrome-app--mobile-map .mobile-map-cards{padding:6px 6px 0}.chrome-app--mobile-map .mobile-map-cards__viewport{display:block;flex:1;min-height:0}.chrome-app--mobile-map .mobile-map-cards__nav{display:none}.chrome-app--mobile-map .mobile-map-cards__track{flex-direction:column;align-items:stretch;overflow-x:hidden;overflow-y:auto;gap:8px;height:100%;scroll-snap-type:y proximity;padding-bottom:45vh}.chrome-app--mobile-map .mobile-map-card{flex:0 0 auto;width:100%;min-height:0;scroll-snap-align:center}.chrome-app--mobile-map .mobile-map-card.is-active{flex-basis:auto;width:100%}.chrome-app--mobile-map .mobile-map-card.is-flash{animation:mobile-map-card-flash .7s ease}@keyframes mobile-map-card-flash{0%{box-shadow:0 0 #f59e0b8c,0 10px 24px #0f172a14}35%{box-shadow:0 0 0 5px #f59e0b73,0 12px 26px #0f172a29}to{box-shadow:0 0 #f59e0b00,0 10px 24px #0f172a14}}.chrome-app--mobile-map .mobile-map-cards__count{position:static;align-self:flex-start;margin:0 2px 6px;padding:.2rem .6rem;border-radius:999px;border:1px solid rgba(228,228,231,.92);background:#fff;color:var(--text-muted);font-size:.74rem;font-weight:700}.mobile-map-card--mini{position:relative;display:block;padding:0;overflow:hidden}.mobile-map-card__main{display:grid;gap:5px;width:100%;padding:10px 40px 10px 10px;border:0;background:transparent;text-align:left;color:inherit;cursor:pointer}.mobile-map-card__info{position:absolute;top:8px;right:8px;width:30px;height:30px;border:0;background:transparent;color:var(--text-muted);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.mobile-map-card__info:hover{color:var(--text)}.mobile-map-detail{position:fixed;inset:0;z-index:2000;display:grid;place-items:end center;padding:0;background:#0f172a80;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.mobile-map-detail__panel{position:relative;width:100%;max-height:82dvh;overflow-y:auto;background:#fff;border-radius:20px 20px 0 0;box-shadow:0 -18px 44px #0f172a47;padding:1.1rem 1.1rem calc(1.4rem + env(safe-area-inset-bottom));display:grid;gap:.8rem;animation:mobile-map-detail-rise .24s cubic-bezier(.32,.72,0,1)}@keyframes mobile-map-detail-rise{0%{transform:translateY(100%)}to{transform:translateY(0)}}.mobile-map-detail__close{position:absolute;top:.7rem;right:.8rem;width:34px;height:34px;border-radius:999px;border:1px solid var(--border-subtle);background:#fff;color:var(--text);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.mobile-map-detail__head{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:12px;padding-right:2.5rem}.mobile-map-detail__title{display:grid;gap:2px;min-width:0}.mobile-map-detail__title strong{font-size:1.05rem;line-height:1.2;letter-spacing:-.01em}.mobile-map-detail__title span{color:var(--text-muted);font-size:.82rem}.mobile-map-detail__location{display:inline-flex;align-items:center;gap:8px;color:var(--text-muted);font-size:.86rem}.mobile-map-detail__tags{display:grid;gap:8px}.mobile-map-detail__description{margin:0;font-size:.9rem;line-height:1.45;color:#475569}.mobile-map-tribe-stack{display:grid;justify-items:start;align-content:end;gap:8px;max-height:min(52vh,420px);overflow-y:auto;padding:0 96px 4px 18px;scrollbar-width:none}.mobile-map-tribe-stack::-webkit-scrollbar{display:none}.mobile-map-tribe-stack__option{position:relative;min-width:min(72vw,252px);min-height:48px;border:1px solid rgba(209,213,219,.92);border-radius:999px;background:#fffffff5;color:var(--text);display:flex;align-items:center;gap:12px;padding:4px 16px 4px 4px;text-align:left;box-shadow:0 14px 24px #0f172a24}.mobile-map-tribe-stack__option .mobile-map-tribe-stack__label{flex:1}.mobile-map-tribe-stack__option.is-active{border-color:var(--tribe-accent, #f59e0b);background:#fffffffa;box-shadow:0 16px 28px #0f172a2e}.mobile-map-tribe-stack__label{min-width:0;font-size:.8rem;line-height:1.15;font-weight:600}.mobile-map-tribe-stack__bubble,.mobile-map-tribe-subdock__bubble,.mobile-map-tribe-subdock__icon{width:40px;height:40px;border-radius:999px;border:1px solid rgba(209,213,219,.92);background:#fff;color:var(--tribe-accent, var(--text));display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.mobile-map-tribe-stack__bubble{border-color:var(--tribe-accent, #f59e0b);color:var(--tribe-accent, #111827);box-shadow:0 8px 18px #0f172a14}.mobile-map-tribe-stack__icon{display:inline-flex;align-items:center;justify-content:center}.mobile-map-tribe-subdock{width:min(100%,520px);display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:10px;border:1px solid var(--primary-border);border-radius:24px;background:var(--selection-bg);box-shadow:0 18px 30px #f59e0b24}.mobile-map-tribe-subdock__action{min-height:46px;border-radius:18px;border:1px solid rgba(209,213,219,.92);background:#ffffffeb;color:var(--text);display:inline-flex;align-items:center;gap:10px;padding:0 12px;box-shadow:0 8px 18px #0f172a0f}.mobile-map-shell.has-tribe-subdock .mobile-map-drawer{bottom:calc(var(--mobile-map-panel-bottom) + var(--mobile-map-tribe-subdock-offset))}.mobile-map-tribe-subdock__action--primary{justify-content:flex-start}.mobile-map-tribe-subdock__copy{min-width:0;display:grid}.mobile-map-tribe-subdock__copy strong,.mobile-map-tribe-subdock__action>span:last-child{font-size:.76rem;line-height:1.15;font-weight:600}.mobile-map-tribe-subdock__copy small{font-size:.68rem;line-height:1.15;color:var(--text-muted)}.mobile-map-subdock-cluster{display:flex;flex-direction:column;align-items:stretch;gap:10px;width:min(100%,520px)}.mobile-map-tribe-subdock__action.is-open{border-color:var(--primary-border);background:var(--selection-bg);box-shadow:0 10px 20px #f59e0b29}.mobile-map-vehicle-subdock{grid-template-columns:repeat(3,minmax(0,1fr))}.mobile-map-tribe-subdock__action--slot{min-width:0;justify-content:flex-start}.mobile-map-tribe-subdock__action--slot .mobile-map-tribe-subdock__copy{width:100%}.mobile-map-tribe-subdock__action--slot .mobile-map-tribe-subdock__copy strong,.mobile-map-tribe-subdock__action--slot .mobile-map-tribe-subdock__copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-map-tribe-subdock__action:disabled{opacity:.5}.mobile-map-vehicle-subdock__note{grid-column:1 / -1;margin:0;padding:6px 4px;text-align:center;font-size:.74rem;color:var(--text-muted)}.mobile-map-country-subdock,.mobile-map-search-subdock{grid-template-columns:minmax(0,1fr)}.mobile-map-search-subdock__field{display:flex;align-items:center;gap:8px;min-height:46px;border-radius:18px;border:1px solid rgba(209,213,219,.92);background:#ffffffeb;padding:0 12px;box-shadow:0 8px 18px #0f172a0f}.mobile-map-search-subdock__field>svg{color:var(--text-muted);flex:none}.mobile-map-search-subdock__field input{flex:1;min-width:0;border:0;outline:none;background:transparent;font-size:.9rem;color:var(--text);padding:.5rem 0}.mobile-map-search-subdock__field input::-webkit-search-cancel-button{display:none}.mobile-map-search-subdock__clear{flex:none;display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border:0;border-radius:999px;background:#f1f1f0;color:var(--text-muted);cursor:pointer}.mobile-map-cards__collapse{justify-self:center;pointer-events:auto;z-index:3;width:48px;height:24px;margin-bottom:6px;border-radius:999px;border:1px solid rgba(209,213,219,.92);background:#fffffff7;color:var(--text-muted);display:inline-flex;align-items:center;justify-content:center;box-shadow:0 8px 18px #0f172a1f;cursor:pointer}.mobile-map-shell__cards-layer.is-collapsed{min-height:0;border-color:transparent;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none}.mobile-map-shell .leaflet-control-attribution{display:none}.mobile-map-option-frame{width:min(72vw,252px);max-height:min(52vh,420px);overflow-y:auto;display:flex;flex-direction:column;gap:2px;padding:6px;border:1px solid rgba(209,213,219,.92);border-radius:18px;background:#fffffffa;box-shadow:0 16px 28px #0f172a2e;scrollbar-width:thin}.mobile-map-option-frame__row{display:flex;align-items:center;gap:10px;width:100%;min-height:40px;border:0;border-radius:10px;background:transparent;padding:10px 12px;text-align:left;color:var(--text);font-size:.8rem;line-height:1.15;cursor:pointer}.mobile-map-option-frame__row.is-active{background:var(--selection-bg);font-weight:600}.mobile-map-option-frame__icon{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:24px}.mobile-map-vehicle-emoji{font-size:1.05rem;line-height:1}@keyframes mobile-subdock-rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes mobile-cascade-rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.mobile-map-tribe-subdock{animation:mobile-subdock-rise .24s cubic-bezier(.32,.72,0,1)}.mobile-map-tribe-stack,.mobile-map-option-frame{animation:mobile-cascade-rise .22s cubic-bezier(.32,.72,0,1)}@media(prefers-reduced-motion:reduce){.mobile-map-tribe-subdock,.mobile-map-tribe-stack,.mobile-map-option-frame{animation:none}}.mobile-map-option-frame__label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-map-option-frame__check{flex:0 0 auto;width:20px;height:20px;border-radius:6px;border:1px solid var(--border-strong);display:inline-flex;align-items:center;justify-content:center;color:var(--accent-strong)}.mobile-map-option-frame__check.is-on{background:var(--primary);border-color:var(--primary-border)}.mobile-map-option-frame__head{position:sticky;top:0;z-index:1;background:#fffffffa;padding:0 0 6px}.mobile-map-option-frame__accept{width:100%;border:1px solid var(--primary-border);background:var(--primary);color:var(--accent-strong);border-radius:10px;padding:9px;font-size:.82rem;font-weight:700;cursor:pointer}.mobile-map-drawer{position:absolute;top:var(--mobile-map-panel-top);right:0;bottom:var(--mobile-map-panel-bottom);left:0;z-index:900;display:flex;align-items:flex-end;justify-content:stretch;padding:0 4px;background:#0f172a38;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.mobile-map-drawer__sheet{width:100%;max-height:100%;display:flex;flex-direction:column;min-height:0;border-radius:24px 24px 18px 18px;background:#fafaf9fa;border:1px solid rgba(228,228,231,.96);box-shadow:0 28px 54px #0f172a3d;overflow:hidden}.mobile-map-drawer__header{display:flex;align-items:start;justify-content:space-between;gap:12px;padding:14px 16px 12px;border-bottom:1px solid rgba(228,228,231,.92);background:#ffffffeb}.mobile-map-drawer__eyebrow{margin:0;font-size:.7rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em}.mobile-map-drawer__title{margin:4px 0 0;font-size:1rem;line-height:1.1}.mobile-map-drawer__close{width:36px;height:36px;border-radius:999px;border:1px solid rgba(209,213,219,.9);background:#fff;color:var(--text);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex:0 0 auto}.mobile-map-drawer__body{flex:1 1 auto;min-height:0;overflow:auto;padding:10px 12px 16px}.mobile-map-drawer__body .map-panel{border:0;background:transparent;box-shadow:none}.mobile-map-drawer--search .mobile-map-drawer__body,.mobile-map-drawer--country .mobile-map-drawer__body{overflow:hidden}.mobile-map-drawer--search .map-panel--mobile-compact,.mobile-map-drawer--country .map-panel--mobile-compact{height:100%}.mobile-map-drawer--country .mobile-map-drawer__body{display:flex;min-height:0}.mobile-map-drawer--country .mobile-map-drawer__body .map-panel--mobile-compact{flex:1 1 auto;min-height:0}.chrome-app--mobile-map .mobile-map-shell .leaflet-top{top:var(--mobile-map-controls-offset);z-index:820}.chrome-app--mobile-map .mobile-map-shell .leaflet-bottom{z-index:820}.chrome-app--mobile-map .mobile-map-shell.is-filters-open .leaflet-top,.chrome-app--mobile-map .mobile-map-shell.is-filters-open .leaflet-bottom{z-index:320}.chrome-app--mobile-map .mobile-map-shell .leaflet-top.leaflet-left{top:var(--mobile-map-controls-offset);left:.75rem;bottom:auto;right:auto}.chrome-app--mobile-map .mobile-map-shell .leaflet-top.leaflet-left .leaflet-control{margin:0}.chrome-app--mobile-map .mobile-map-shell .map-admin-fab{top:var(--mobile-map-controls-offset)}.chrome-app--mobile-map .mobile-map-shell .map-detail-overlay{top:var(--mobile-map-overlay-offset);left:.75rem;right:.75rem;width:auto;max-width:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:1180px){.contextpanel-shell{width:220px;flex-basis:220px;min-width:220px}.contextpanel-shell--map{width:260px;flex-basis:260px;min-width:260px}}@media(max-width:1040px){.sidebar-shell{width:220px;flex-basis:220px;min-width:220px}.contextpanel-shell{width:200px;flex-basis:200px;min-width:200px}.sidebar-shell--map{width:236px;flex-basis:236px;min-width:236px}.contextpanel-shell--map{width:240px;flex-basis:240px;min-width:240px}.planning-task-columns,.settings-main__grid{grid-template-columns:1fr}}@media(max-width:900px){.planning-date-nav{grid-template-columns:1fr}.map-detail-overlay{left:1rem;width:auto;max-width:none}.selection-editor__grid,.selection-editor__grid--compact{grid-template-columns:1fr}.editor-section__header{flex-direction:column;align-items:stretch}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.spinner{animation:none}}.mobile-settings{display:flex;flex-direction:column;gap:.75rem;padding:.5rem .75rem 1rem}.mobile-settings__list{display:flex;flex-direction:column;gap:1px;background:#0f172a0f;border-radius:14px;overflow:hidden}.mobile-settings__row{display:flex;align-items:center;gap:.75rem;padding:.85rem .95rem;background:#fff;border:none;text-align:left;cursor:pointer;font-size:.95rem;color:#0f172a}.mobile-settings__row:hover{background:#f8fafc}.mobile-settings__row-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;background:#0f172a0d;color:#475569;flex-shrink:0}.mobile-settings__row-label{flex:1 1 auto}.mobile-settings__row-chevron{color:#0f172a59;flex-shrink:0}.mobile-settings__detail-header{display:flex;align-items:center;gap:.75rem;padding:.25rem 0;position:sticky;top:0;background:var(--surface-solid, #ffffff);z-index:5}.mobile-settings__back{display:inline-flex;align-items:center;gap:.25rem;padding:.4rem .6rem .4rem .4rem;background:none;border:none;color:#1d4ed8;font-size:.92rem;cursor:pointer;border-radius:8px}.mobile-settings__back:hover{background:#1d4ed814}.mobile-settings__detail-title{margin:0;font-size:1rem;font-weight:600;color:#0f172a}.profile-rows{display:grid;gap:8px}.profile-row{display:grid;gap:4px;padding:8px 10px;border:1px solid var(--border-subtle);border-radius:var(--radius-md, 12px);background:var(--bg-elevated-soft)}.profile-row>span{font-size:.72rem;color:var(--text-muted);letter-spacing:.02em}.profile-row>input,.profile-row>select{width:100%;border:0;background:transparent;color:var(--text);font-size:.92rem;font-weight:600;padding:0;min-height:22px}.profile-row>input:focus,.profile-row>select:focus{outline:none}.profile-row:focus-within{border-color:var(--primary-border, #d4d4d8)}.profile-row>strong{font-size:.92rem;overflow-wrap:anywhere}.profile-row--readonly{background:transparent}.auth-session-card__dev{display:grid;gap:8px;margin-top:10px;padding-top:10px;border-top:1px dashed var(--border-subtle)}.ghost-btn--primary{border-color:var(--primary-border, #d4d4d8);background:var(--primary-soft, #fef3c7);font-weight:700}.mobile-settings{padding:.35rem .6rem 1rem;gap:.5rem}.mobile-settings__detail-header{justify-content:space-between;gap:.5rem;padding:0;min-height:34px}.mobile-settings__detail-title{margin:0;font-size:1.05rem;line-height:1.2}.mobile-settings__back{margin-left:auto;gap:0;padding:.3rem;border-radius:999px;color:var(--text)}.mobile-settings .panel-card{border:0;border-radius:0;padding:0;background:transparent;box-shadow:none}.mobile-settings .settings-main__grid{gap:.5rem}.mobile-settings .profile-row{padding:6px 9px}.mobile-settings .profile-rows{gap:6px}.mobile-map-intent{position:fixed;inset:0;z-index:2100;display:grid;place-items:center;padding:20px;background:#0f172a8c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.mobile-map-intent__sheet{width:100%;max-width:340px;display:grid;gap:10px;padding:18px 16px;border-radius:18px;background:#fff;box-shadow:0 18px 48px #0f172a47}.mobile-map-intent__title{margin:0;font-size:1.15rem;line-height:1.25}.mobile-map-intent__hint{margin:0;color:#6b7280;font-size:.85rem;line-height:1.4}.mobile-map-intent .mobile-map-tribe-stack{position:static;display:grid;gap:6px}.mobile-map-intent__skip{justify-self:center;border:0;background:none;padding:4px 6px;color:#6b7280;font-size:.85rem;text-decoration:underline;cursor:pointer}.map-marketplace-bridge--listing{width:100%;text-align:left;cursor:pointer;font-family:inherit;margin-bottom:10px}.ghost-btn--inline{padding:0;border:0;background:none;color:#2563eb;font-size:.78rem;font-weight:600;text-decoration:underline;cursor:pointer}.ghost-btn--inline:disabled{opacity:.6;cursor:default}.ficha-row{display:grid;gap:6px;padding:12px;margin-top:10px;border:1px solid rgba(209,213,219,.9);border-radius:12px;background:#fafaf9}.ficha-row__head{display:flex;align-items:center;justify-content:space-between;gap:10px}.ficha-row__meta{margin:0;font-size:.78rem;color:#52525b}.ficha-row__help{margin:0;font-size:.76rem;color:#71717a}.ficha-status{padding:2px 8px;border-radius:999px;font-size:.7rem;font-weight:700;white-space:nowrap}.ficha-status--neutral{background:#94a3b82e;color:#475569}.ficha-status--pending{background:#f59e0b2e;color:#92400e}.ficha-status--ok{background:#14805e29;color:#14805e}.ficha-status--error{background:#dc262624;color:#b91c1c}.mobile-map-detail__contact{display:grid;gap:8px;margin:0;padding:12px 0 0;border-top:1px solid rgba(15,23,42,.08);list-style:none}.mobile-map-detail__contact li{display:grid;grid-template-columns:16px 1fr;align-items:start;gap:8px;font-size:.85rem;line-height:1.4;color:#475569}.mobile-map-detail__contact svg{margin-top:2px;color:#94a3b8}.mobile-map-detail__contact a{color:#1d4ed8;text-decoration:none;overflow-wrap:anywhere}.mobile-map-detail__contact a:hover{text-decoration:underline}.mobile-departure{position:fixed;inset:0;z-index:2000;display:grid;place-items:center;padding:24px;animation:btr-departure-in .22s ease-out both}.mobile-departure__stack{display:grid;justify-items:center;gap:18px;text-align:center}.mobile-departure__art{width:min(78vw,340px);max-height:60vh;object-fit:contain;display:block;animation:btr-splash-pulse 2.15s ease-in-out infinite alternate}@keyframes btr-splash-pulse{0%{transform:scale(.97);opacity:.92}to{transform:scale(1.02);opacity:1}}.mobile-departure__progress{width:min(240px,56vw);display:grid;gap:8px;justify-items:center}.mobile-departure__progress-track{width:100%;height:5px;border-radius:999px;overflow:hidden}.mobile-departure__progress-fill{display:block;width:0%;height:100%;border-radius:inherit;transition:width .16s linear}.mobile-departure__progress-label{font:600 .88rem/1 Segoe UI,Arial,sans-serif;letter-spacing:.22em}.mobile-departure--on-dark .mobile-departure__progress-track{background:#0c0c0c42;box-shadow:inset 0 0 0 1px #ffffff29}.mobile-departure--on-dark .mobile-departure__progress-fill{background:#fff;box-shadow:0 0 18px #ffffff73}.mobile-departure--on-dark .mobile-departure__progress-label{color:#fff;text-shadow:0 1px 10px rgba(0,0,0,.35)}.mobile-departure--on-light .mobile-departure__progress-track{background:#14141424;box-shadow:inset 0 0 0 1px #1414140f}.mobile-departure--on-light .mobile-departure__progress-fill{background:#1a1a1a}.mobile-departure--on-light .mobile-departure__progress-label{color:#1a1a1a}@keyframes btr-departure-in{0%{opacity:0}to{opacity:1}}@media(prefers-reduced-motion:reduce){.mobile-departure,.mobile-departure__art{animation:none}}
