:root{--hf-sage: #658b81;--hf-sage-deep: #47655d;--hf-sage-darker: #2f433d;--hf-sage-soft: #7a9e95;--hf-mist: #c5d4cf;--hf-paper: #1a2421;--hf-elevated: #24332e;--hf-surface: rgba(255, 255, 255, .06);--hf-surface-solid: #24332e;--hf-ink: #eef2f0;--hf-ink-soft: #c5d0cb;--hf-ink-muted: rgba(238, 242, 240, .62);--hf-star: #e8c547;--hf-heart: #e74c3c;--hf-radius: 12px;--hf-radius-sm: 8px;--hf-font-brand: "Boldonse", Georgia, serif;--hf-font-ui: "Poppins", "Segoe UI", sans-serif;--hf-shadow: 0 12px 40px rgba(0, 0, 0, .35);--hf-max: 720px;--hf-border: rgba(122, 158, 149, .22)}*,*:before,*:after{box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{margin:0;min-height:100vh;min-height:100dvh;font-family:var(--hf-font-ui);color:var(--hf-ink);background:radial-gradient(900px 520px at 100% -10%,rgba(101,139,129,.22),transparent 55%),radial-gradient(700px 420px at 0% 100%,rgba(71,101,93,.28),transparent 50%),linear-gradient(165deg,#24332e 0%,var(--hf-paper) 45%,#15201c 100%);display:flex;flex-direction:column;padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);-webkit-tap-highlight-color:transparent;touch-action:manipulation;overscroll-behavior-y:none}html.is-native body{padding-top:0}img{max-width:100%;display:block}a{color:inherit}.main-header{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1.25rem;padding-top:calc(.85rem + env(safe-area-inset-top));background:#47655deb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.08);animation:brandSettle .7s ease-out both}.brand-link{display:flex;align-items:center;gap:.6rem;text-decoration:none;cursor:pointer;background:none;border:none;padding:0;color:#fff;font-family:var(--hf-font-brand);font-size:1.35rem;letter-spacing:1px}.brand-link img{height:40px;width:auto}.main-header nav{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;justify-content:flex-end}.main-header.is-signed-out #add-review-button,.main-header.is-signed-out #search-users-button,.main-header.is-signed-out #view-profile-button,.main-header.is-signed-out #edit-profile-button,.main-header.is-signed-out #sign-out-button,.main-header.is-signed-in #sign-in-header-button{display:none}.btn-header-signin{background:var(--hf-sage-soft)!important;color:var(--hf-paper)!important;border:none!important;border-radius:999px!important;padding:.5rem 1.1rem!important;font-weight:600!important;font-size:.9rem!important;min-height:40px}.btn-header-signin:hover{background:var(--hf-mist)!important}@keyframes brandSettle{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}button,.btn{font-family:var(--hf-font-ui);font-weight:500;cursor:pointer;border:none;border-radius:var(--hf-radius-sm);transition:background-color .2s ease,transform .15s ease,color .2s ease}button:active,.btn:active{transform:translateY(1px)}.btn-primary,#sign-in-button,#create-new-company-btn,.view-more-button{background:var(--hf-mist);color:var(--hf-sage-deep);padding:.7rem 1.25rem;font-size:.95rem}.btn-primary:hover,#sign-in-button:hover,#create-new-company-btn:hover,.view-more-button:hover{background:#fff}.btn-lg{padding:.9rem 1.6rem;font-size:1.05rem}.btn-ghost,.back-button,#cancel-review-button,#cancel-search-button,#cancel-edit-button{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.35);padding:.65rem 1.1rem}.btn-ghost:hover,.back-button:hover,#cancel-review-button:hover,#cancel-search-button:hover,#cancel-edit-button:hover{background:#ffffff1a}#add-review-button{width:2.5rem;height:2.5rem;border-radius:50%;background:var(--hf-mist);color:var(--hf-sage-deep);font-size:1.4rem;line-height:1;padding:0;position:relative}#add-review-button:hover{background:#fff;transform:scale(1.05)}.main-header nav button:not(#add-review-button){background:transparent;color:#fff;border:1px solid rgba(255,255,255,.28);padding:.45rem .8rem;font-size:.85rem;border-radius:999px}.main-header nav button:not(#add-review-button):hover{background:#ffffff1f}#sign-out-button{width:2.4rem;height:2.4rem;padding:0;display:inline-flex;align-items:center;justify-content:center}#app-root{flex:1;width:100%;max-width:var(--hf-max);margin:1.25rem auto 2rem;padding:0 1rem 2rem;background:transparent;text-align:left}.site-footer{text-align:center;padding:1.25rem;padding-bottom:calc(1.25rem + env(safe-area-inset-bottom));font-size:.8rem;color:var(--hf-ink-muted);border-top:1px solid var(--hf-border);background:var(--hf-elevated)}.site-footer p{margin:0;line-height:1.6;max-width:22rem;margin-inline:auto}.site-footer a{color:var(--hf-sage-soft);text-decoration:underline;text-underline-offset:2px}body.landing-mode{background:var(--hf-paper);overflow-x:hidden;overflow-y:auto}body.landing-mode #app-root{max-width:none;margin:0;padding:0;flex:1 0 auto}body.landing-mode .main-header{background:#24332ef0;color:var(--hf-ink);border-bottom:1px solid var(--hf-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:sticky;top:0;z-index:40}body.landing-mode .brand-link{color:var(--hf-mist)}body.landing-mode .site-footer{background:var(--hf-elevated)}.landing{width:100%}.landing-hero{display:grid;grid-template-columns:1fr;justify-items:center;align-items:center;gap:1.25rem;min-height:calc(100dvh - 4.25rem);padding:1.25rem 1rem 2rem;max-width:1280px;margin:0 auto;animation:fadeUp .75s ease both}@supports (align-items: safe center){.landing-hero{align-items:safe center}}@media(min-width:960px){.landing-hero{grid-template-columns:minmax(180px,1fr) minmax(280px,380px) minmax(180px,1fr);gap:1.5rem;padding:1.75rem 1.5rem 2.5rem}}.landing-hero-center{position:relative;z-index:2;text-align:center;display:flex;flex-direction:column;align-items:center;width:100%;max-width:24rem;margin:0 auto;padding:1.35rem 1.15rem 1.5rem;background:#24332eeb;border:1px solid var(--hf-border);border-radius:16px;box-shadow:var(--hf-shadow);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);scroll-margin-top:1rem;scroll-margin-bottom:1rem}.landing-hero-mark{width:56px;height:56px;margin-bottom:.55rem;animation:brandSettle .9s ease both}.landing-hero-brand{margin:0;font-family:var(--hf-font-brand);font-size:clamp(1.85rem,5.5vw,2.75rem);font-weight:400;letter-spacing:1.2px;line-height:1.15;color:var(--hf-mist)}.landing-hero-line{margin:.55rem 0 1.1rem;font-size:.98rem;line-height:1.4;color:var(--hf-ink-soft);max-width:20rem}.auth-panel{width:100%;text-align:left}.auth-email-details{margin-top:.85rem;border-radius:12px;border:1px solid var(--hf-border);background:#00000029;padding:.15rem .65rem .65rem}.auth-email-details summary{list-style:none;cursor:pointer;min-height:44px;display:flex;align-items:center;justify-content:center;font-size:.88rem;font-weight:600;color:var(--hf-ink-soft);-webkit-user-select:none;user-select:none}.auth-email-details summary::-webkit-details-marker{display:none}.auth-email-details[open] summary{margin-bottom:.45rem;color:var(--hf-mist)}.auth-email-details .auth-tabs{margin-bottom:.65rem}.landing-rail{display:none;flex-direction:column;gap:1rem;min-height:0}@media(min-width:960px){.landing-rail{display:flex}.landing-rail--left{align-items:flex-end;padding-right:.25rem}.landing-rail--right{align-items:flex-start;padding-left:.25rem}}.landing-poster{margin:0;width:min(100%,220px);border-radius:4px;overflow:hidden;background:var(--hf-elevated);box-shadow:var(--hf-shadow);transform:rotate(-1.5deg);transition:transform .35s ease}.landing-rail--right .landing-poster{transform:rotate(1.5deg)}.landing-poster.offset-1{transform:rotate(2deg) translate(-12px);width:min(100%,200px)}.landing-rail--right .landing-poster.offset-1{transform:rotate(-2deg) translate(12px)}.landing-poster.offset-2{transform:rotate(-2.5deg) translate(8px);width:min(100%,210px)}.landing-rail--right .landing-poster.offset-2{transform:rotate(2deg) translate(-8px)}.landing-poster img{width:100%;aspect-ratio:3 / 4;object-fit:cover;display:block}.landing-poster figcaption{display:flex;flex-direction:column;gap:.1rem;padding:.55rem .7rem .7rem;text-align:left;background:var(--hf-elevated)}.landing-poster-place{font-weight:600;font-size:.85rem;color:var(--hf-ink)}.landing-poster-dish{font-size:.78rem;color:var(--hf-ink-soft)}.landing-poster-meta{font-size:.72rem;color:var(--hf-sage-soft);margin-top:.15rem}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:.35rem;margin-bottom:.85rem;padding:.25rem;border-radius:12px;background:#00000038;border:1px solid var(--hf-border)}.auth-tab{min-height:44px;border:none;border-radius:10px;background:transparent;color:var(--hf-ink-muted);font-weight:700;font-size:.88rem;cursor:pointer}.auth-tab.is-active{background:#7a9e9547;color:var(--hf-mist)}.auth-email-form{display:flex;flex-direction:column;gap:.55rem}.auth-email-form .form-group{margin:0}.auth-email-form input{width:100%;min-height:48px;padding:.7rem .85rem;border-radius:12px;border:1px solid var(--hf-border);background:#00000047;color:var(--hf-mist);font-size:1rem}.auth-email-form input::placeholder{color:#e8ebe673}.auth-email-form #auth-email-submit{width:100%;margin-top:.1rem}.auth-divider{display:flex;align-items:center;gap:.75rem;margin:.85rem 0;color:var(--hf-ink-muted);font-size:.72rem;text-transform:uppercase;letter-spacing:.08em}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:var(--hf-border)}.auth-cta-stack{display:flex;flex-direction:column;align-items:stretch;gap:.65rem;width:100%}.auth-panel #auth-error{margin-top:.75rem}.auth-legal{margin:.75rem 0 0;text-align:center;font-size:.78rem}.auth-legal a{color:var(--hf-sage-soft);text-decoration:underline;text-underline-offset:2px}.landing-band{background:var(--hf-elevated);border-top:1px solid var(--hf-border);border-bottom:1px solid var(--hf-border)}.landing-band-inner{max-width:1100px;margin:0 auto;padding:3.25rem 1.5rem;text-align:center}.landing-section-title{margin:0 0 .75rem;font-family:var(--hf-font-ui);font-size:clamp(1.45rem,4vw,1.85rem);font-weight:600;color:var(--hf-ink)}.landing-section-lead{margin:0 auto;max-width:36rem;font-size:1.05rem;line-height:1.6;color:var(--hf-ink-muted)}.landing-features{display:grid;grid-template-columns:1fr;gap:1.5rem;margin:2.25rem auto 0;text-align:left}@media(min-width:720px){.landing-features{grid-template-columns:repeat(3,1fr);gap:1.75rem}}.landing-feature{padding:1.25rem 1.15rem;background:var(--hf-paper);border-radius:var(--hf-radius);border:1px solid rgba(71,101,93,.1)}.landing-feature-icon{display:block;font-size:1.25rem;color:var(--hf-sage-soft);margin-bottom:.55rem}.landing-feature h3{margin:0 0 .4rem;font-size:1.05rem;font-weight:600;color:var(--hf-ink)}.landing-feature p{margin:0;font-size:.95rem;line-height:1.5;color:var(--hf-ink-muted)}.landing-strip{overflow:hidden;padding:1.5rem 0;background:#15201c;border-bottom:1px solid var(--hf-border)}.landing-strip-track{display:flex;gap:1rem;width:max-content;animation:stripScroll 42s linear infinite;padding:0 1rem}.landing-strip-item{display:flex;align-items:center;gap:.75rem;width:260px;flex-shrink:0;padding:.55rem .75rem .55rem .55rem;background:var(--hf-elevated);border-radius:10px;border:1px solid var(--hf-border)}.landing-strip-item img{width:56px;height:72px;object-fit:cover;border-radius:4px;flex-shrink:0}.landing-strip-item div{display:flex;flex-direction:column;gap:.1rem;text-align:left;min-width:0}.landing-strip-item strong{font-size:.85rem;color:var(--hf-ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.landing-strip-item span{font-size:.78rem;color:var(--hf-ink-soft)}.landing-strip-item em{font-style:normal;font-size:.75rem;color:var(--hf-sage-soft)}@keyframes stripScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.landing-band--join{background:var(--hf-paper);border-bottom:none}.landing-join-row{display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}@media(min-width:800px){.landing-join-row{flex-direction:row;justify-content:space-between;text-align:left;padding-top:3.5rem;padding-bottom:3.5rem}.landing-join-copy .landing-section-lead{margin:0}}.btn-apple{background:#111;color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:52px;font-size:1rem;border-radius:10px}.btn-apple:hover{background:#000}.btn-google{background:var(--hf-sage-deep);color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:52px;font-size:1rem;font-weight:600;border-radius:10px}.btn-google:hover{background:var(--hf-sage-darker)}.btn-apple:disabled,.btn-google:disabled{opacity:.65;cursor:wait}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.mobile-tab-bar{position:fixed;left:0;right:0;bottom:0;z-index:200;display:grid;grid-template-columns:repeat(5,1fr);align-items:end;gap:0;padding:.35rem .25rem calc(.35rem + env(safe-area-inset-bottom));background:#24332ef5;border-top:1px solid var(--hf-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 -6px 24px #00000059}.mobile-tab-bar[hidden]{display:none!important}.mobile-tab{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.15rem;min-height:52px;padding:.35rem .15rem;background:transparent;border:none;color:var(--hf-ink-muted);font-size:.65rem;font-weight:500;font-family:var(--hf-font-ui)}.mobile-tab i{font-size:1.15rem}.mobile-tab.is-active{color:var(--hf-sage-soft)}.mobile-tab-add-circle{width:2.6rem;height:2.6rem;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--hf-sage-deep);color:#fff;font-size:1.5rem;font-weight:500;line-height:1;margin-top:-.85rem;box-shadow:0 6px 16px #47655d59}.mobile-tab-add.is-active .mobile-tab-add-circle,.mobile-tab-add:active .mobile-tab-add-circle{background:var(--hf-sage-darker)}body.has-mobile-nav #app-root{padding-bottom:calc(5.5rem + env(safe-area-inset-bottom))}body.has-mobile-nav .site-footer{display:none}@media(max-width:859px){.header-nav-desktop #search-users-button,.header-nav-desktop #view-profile-button,.header-nav-desktop #edit-profile-button,.header-nav-desktop #sign-out-button,.header-add-desktop{display:none!important}.main-header.is-signed-in .header-nav-desktop{display:none}.brand-text{font-size:1.05rem}.landing-mobile-posters{display:block;overflow-x:auto;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;padding:.75rem 0 .25rem;scrollbar-width:none}.landing-mobile-posters::-webkit-scrollbar{display:none}.landing-mobile-posters-track{display:flex;gap:.75rem;padding:0 1rem .5rem;width:max-content}.landing-poster--mobile{width:132px;transform:none!important;flex-shrink:0}.landing-poster--mobile img{aspect-ratio:3 / 4}.auth-cta-stack{width:100%}.btn-apple,.btn-google{min-height:54px;font-size:1.05rem}.dashboard-hero{margin-bottom:1rem}.dashboard-greeting{font-size:1.35rem}.profile-stats{max-width:none;gap:.25rem}.stat-block{min-height:48px}}@media(min-width:860px){.landing-mobile-posters{display:none}.mobile-tab-bar{display:none!important}body.has-mobile-nav #app-root{padding-bottom:2rem}body.has-mobile-nav .site-footer{display:block}}html.is-native .main-header{padding-top:calc(.65rem + env(safe-area-inset-top))}.dashboard-hero{margin-bottom:1.75rem;text-align:center}.dashboard-greeting{margin:0 0 .35rem;font-family:var(--hf-font-ui);font-weight:600;font-size:1.65rem;color:var(--hf-ink)}.section-lead{margin:0 0 1.25rem;color:var(--hf-ink-muted);font-size:.98rem}.profile-stats{display:flex;justify-content:center;align-items:center;gap:.75rem;margin:1rem auto;padding:.75rem 1rem;background:var(--hf-elevated);border:1px solid var(--hf-border);border-radius:var(--hf-radius);max-width:28rem}.stat-block{background:transparent;color:var(--hf-ink);border:none;padding:.35rem .6rem;text-align:center;min-width:4.5rem}.stat-number{font-size:1.35rem;font-weight:700;color:var(--hf-sage-soft)}.stat-label{font-size:.75rem;color:var(--hf-ink-muted);text-transform:uppercase;letter-spacing:.04em}.stat-divider{width:1px;height:2rem;background:#47655d2e}.member-since{margin:.5rem 0 0;font-size:.75rem;color:var(--hf-ink-muted);text-align:center}.dashboard-section{margin-bottom:2rem}.dashboard-section h3{margin:0 0 .85rem;font-size:1.05rem;font-weight:600;color:var(--hf-ink);display:flex;align-items:center;gap:.5rem}.empty-state{color:var(--hf-ink-muted);font-size:.95rem;padding:.5rem 0}.review-panel{background:var(--hf-elevated);border:1px solid var(--hf-border);border-radius:var(--hf-radius);padding:.85rem 1rem .65rem;margin-bottom:.85rem;text-align:left;color:var(--hf-ink);box-shadow:var(--hf-shadow)}.review-panel.animate-in{animation:cardIn .45s ease both}@keyframes cardIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.review-panel-header{margin-bottom:.35rem}.reviewer-name-on-panel{font-weight:600;font-size:.9rem}.view-review-button{display:block;width:100%;background:transparent;border:none;color:inherit;text-align:left;padding:0;cursor:pointer}.company-name-on-panel{display:block;font-size:1.05rem;font-weight:600;margin-bottom:.25rem}.review-item-name-on-panel{color:var(--hf-ink-muted);font-size:.9rem}.rating-stars{color:var(--hf-star);margin-left:.35rem;letter-spacing:1px}.review-panel-content{margin:.55rem 0 .35rem;line-height:1.45;color:var(--hf-ink-soft);font-size:.95rem}.review-panel-actions{display:flex;gap:.75rem;align-items:center;margin-top:.35rem;padding-top:.35rem;border-top:1px solid rgba(71,101,93,.1)}.like-icon-button,.comment-button{background:transparent;border:none;color:var(--hf-ink-soft);display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .5rem;font-size:.9rem}.view-more-button{width:100%;margin-top:.5rem}.new-review-container,.edit-profile-container,.new-user-container,.user-search-container,.review-detail-container,.followers-page,.following-page,.main-container,.profile-company-container,.error-container{background:var(--hf-elevated);border:1px solid var(--hf-border);border-radius:var(--hf-radius);padding:1.25rem 1.35rem;color:var(--hf-ink);box-shadow:var(--hf-shadow)}.new-review-container h2,.edit-profile-container h2,.new-user-container h2,.user-search-container h2,.followers-page h2,.following-page h2,.review-detail-container h2{margin-top:0;font-weight:600;color:var(--hf-ink)}.company-highlight{color:var(--hf-sage-soft)}form{margin-top:.75rem}label{display:block;margin-bottom:.35rem;font-weight:500;font-size:.9rem;color:var(--hf-ink-muted);text-align:left}input[type=text],input[type=email],textarea,#company-search-input{width:100%;padding:.75rem .85rem;margin-bottom:.85rem;border:1px solid rgba(71,101,93,.22);border-radius:var(--hf-radius-sm);background:var(--hf-paper);color:var(--hf-ink);font-family:var(--hf-font-ui);font-size:1rem}input:focus,textarea:focus{outline:2px solid var(--hf-sage-soft);border-color:transparent}.form-group{margin-bottom:.5rem}.button-group{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.button-group button[type=submit]{background:var(--hf-sage-deep);color:#fff;padding:.7rem 1.25rem;border-radius:var(--hf-radius-sm)}.company-search-wrap{margin-bottom:.65rem}.company-search-suggestions{margin:0 0 .55rem}.did-you-mean-label{margin:0 0 .35rem;font-size:.78rem;font-weight:600;color:var(--hf-ink-muted);letter-spacing:.02em}.did-you-mean-row{display:flex;flex-wrap:wrap;gap:.4rem}.did-you-mean-chip{display:inline-flex;align-items:center;gap:.4rem;min-height:44px;padding:.4rem .75rem .4rem .45rem;border:1px solid rgba(232,197,71,.35);border-radius:999px;background:#e8c5471a;color:var(--hf-ink);font-size:.9rem;font-weight:600;cursor:pointer;font-family:inherit}.did-you-mean-chip img{width:22px;height:22px;border-radius:6px;object-fit:cover}.did-you-mean-chip:active{background:#e8c54733}.create-place-soft{margin:.35rem 0 .65rem;padding:.7rem .85rem;border-radius:var(--hf-radius-sm);border:1px dashed rgba(71,101,93,.35);background:#658b8114}.create-place-soft-text{margin:0 0 .45rem;font-size:.85rem;color:var(--hf-ink-soft);line-height:1.35}.create-place-dismiss{min-height:44px}.company-option{display:flex;align-items:center;gap:.7rem;padding:.7rem .85rem;background:transparent;border-bottom:1px solid rgba(71,101,93,.18);border-radius:0;margin-bottom:0;cursor:pointer;list-style:none;min-height:56px}.company-option:last-child{border-bottom:none}.company-option:active,.company-option:hover{background:#658b8124}.company-option-logo,.company-option-mono{flex-shrink:0;width:40px;height:40px;border-radius:10px;object-fit:contain;background:#fff}.company-option-mono{display:grid;place-items:center;object-fit:unset;background:var(--hf-sage-deep);color:var(--hf-ink);font-family:var(--hf-font-brand)}.company-option-mono{display:inline-flex;align-items:center;justify-content:center;background:var(--hf-sage-deep);color:#eef2f0;font-family:Georgia,Times New Roman,serif;font-weight:700;font-size:1rem}.company-option-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.12rem;text-align:left}.company-option-name{font-weight:600;font-size:.98rem;color:var(--hf-ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.company-option-meta{font-size:.72rem;color:var(--hf-ink-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.company-option--empty{justify-content:center;color:var(--hf-ink-muted);font-size:.88rem;cursor:default;min-height:48px}.company-option--empty:hover,.company-option--empty:active{background:transparent}.osm-badge{flex-shrink:0;font-size:.68rem;font-weight:600;color:var(--hf-mist);padding:.2rem .45rem;border-radius:999px;border:1px solid rgba(197,212,207,.25)}.message-box{margin-top:.75rem;padding:.65rem .85rem;border-radius:var(--hf-radius-sm);font-size:.9rem}.info-message{background:#ffffff1f}.success-message{background:#2ecc7140}.error-message{background:#e74c3c40}.star-rating{display:flex;gap:0;font-size:1.75rem;cursor:pointer;-webkit-user-select:none;user-select:none;margin:.35rem 0 1rem;touch-action:none}.star{color:#ffffff40;position:relative;padding:0 .12rem;line-height:1}.star.full,.star.hover-full{color:var(--hf-star)}.star.half:after,.star.hover-half:after{content:"?";position:absolute;left:0;width:50%;overflow:hidden;color:var(--hf-star)}.star:before{content:"?"}.user-card,.follower-card,.following-card,.user-list-card{display:block;width:100%;text-align:left;background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:var(--hf-radius-sm);padding:.75rem 1rem;margin-bottom:.5rem;color:#fff}.user-list-card:hover{background:#ffffff24}.profile-card{background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:var(--hf-radius);padding:1.25rem}.profile-header h1,.profile-header h2{margin:0 0 .35rem;font-family:var(--hf-font-ui);color:#fff}.profile-header p{color:var(--hf-ink-muted)}.rating-summary,.rating-bar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin:.75rem 0 1.25rem;flex-wrap:wrap}.rating-label{display:block;font-size:.7rem;color:var(--hf-ink-muted);text-transform:uppercase;letter-spacing:.04em}.user-average,.world-average{text-align:center;min-width:5rem}.profile-header-title{flex:1;text-align:center}.average-rating{font-size:1.75rem;font-weight:700;color:var(--hf-star)}.reviews-table{width:100%;border-collapse:collapse;font-size:.9rem}.reviews-table th,.reviews-table td{text-align:left;padding:.65rem .5rem;border-bottom:1px solid rgba(255,255,255,.1);vertical-align:top}.reviews-table th{color:var(--hf-ink-muted);font-weight:500;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em}.company-card{background:#ffffff14;border-radius:var(--hf-radius-sm);padding:.85rem 1rem;margin-bottom:.65rem;cursor:pointer;border:1px solid rgba(255,255,255,.1);transition:background .2s ease}.company-card:hover{background:#ffffff24}.review-card{background:#ffffff0f;border-radius:var(--hf-radius-sm);padding:.75rem;margin-bottom:.5rem}.comment-item{background:#ffffff0f;border-radius:var(--hf-radius-sm);padding:.65rem .85rem;margin-bottom:.45rem}.spinner-container{text-align:center;padding:3rem 1rem;color:#fff}@media(max-width:640px){.main-header{flex-wrap:wrap;padding:.75rem 1rem}.brand-link{font-size:1.1rem}.main-header nav{width:100%;justify-content:space-between}.main-header nav button:not(#add-review-button):not(#sign-out-button){font-size:.75rem;padding:.4rem .55rem}.reviews-table thead{display:none}.reviews-table,.reviews-table tbody,.reviews-table tr,.reviews-table td{display:block;width:100%}.reviews-table tr{margin-bottom:.85rem;padding-bottom:.85rem;border-bottom:1px solid rgba(255,255,255,.12)}.reviews-table td{padding:.2rem 0}.profile-stats{gap:.35rem}}.feed-tabs{display:flex;gap:.35rem;margin:0 0 1rem;padding:.25rem;background:#00000038;border-radius:999px;border:1px solid var(--hf-border)}.feed-tab{flex:1;border:none;background:transparent;color:var(--hf-ink-muted);font-family:var(--hf-font-ui);font-weight:600;font-size:.92rem;padding:.55rem .75rem;border-radius:999px;cursor:pointer;transition:background .2s ease,color .2s ease}.feed-tab.is-active{background:var(--hf-sage);color:#fff}.feed-tab--map{flex:0 0 auto;display:inline-flex;align-items:center;gap:.35rem;padding-inline:.85rem;color:var(--hf-mist)}.feed-tab--map i{font-size:.95rem}.feed-panel[hidden]{display:none!important}body:has(.dashboard--foryou) #app-root{margin-top:.35rem;margin-bottom:0;padding-bottom:0}.dashboard--foryou{display:flex;flex-direction:column;height:calc(100dvh - env(safe-area-inset-top) - 10rem - env(safe-area-inset-bottom));max-width:none}@media(min-width:860px){.dashboard--foryou{height:calc(100dvh - env(safe-area-inset-top) - 7.5rem)}body:has(.dashboard--foryou) #app-root{max-width:480px}}.dashboard--foryou .feed-tabs{flex:0 0 auto;margin-bottom:.4rem}.dashboard--foryou .feed-panel--foryou{flex:1 1 auto;min-height:0;margin:0;padding:0}.foryou-root{height:100%;min-height:0}.for-you-feed{display:flex;flex-direction:column;gap:0;height:100%;overflow-y:scroll;overscroll-behavior-y:contain;scroll-snap-type:y mandatory;scroll-behavior:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;touch-action:pan-y;margin:0;padding:0;border-radius:var(--hf-radius);background:#101816}.for-you-feed::-webkit-scrollbar{display:none}.for-you-card{position:relative;flex:0 0 100%;width:100%;height:100%;min-height:100%;scroll-snap-align:start;scroll-snap-stop:always;border-radius:0;overflow:hidden;background:#101816;border:none;animation:forYouIn .35s ease both}@keyframes forYouIn{0%{opacity:0;transform:translateY(18px) scale(.98)}to{opacity:1;transform:none}}.for-you-card-media{position:relative;width:100%;height:100%}.for-you-card-image{width:100%;height:100%;object-fit:cover}.for-you-card-image.placeholder{background:linear-gradient(160deg,#2a3b35,#1a2421)}.for-you-card-fill{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.65rem;padding:1.5rem 1.25rem 5.5rem;text-align:center;pointer-events:none}.for-you-card-monogram{width:5.5rem;height:5.5rem;border-radius:50%;display:grid;place-items:center;font-family:var(--hf-font-brand);font-size:2.4rem;color:#fff;background:radial-gradient(circle at 30% 25%,rgba(255,255,255,.18),transparent 55%),linear-gradient(145deg,var(--hf-sage-soft),var(--hf-sage-deep));border:1px solid rgba(255,255,255,.16);box-shadow:0 12px 36px #00000059;animation:forYouMonogramIn .55s ease both}.for-you-card-fill-mark{width:2.25rem;height:2.25rem;border-radius:50%;display:grid;place-items:center;color:var(--hf-mist);background:#ffffff14;border:1px solid rgba(255,255,255,.1);font-size:.9rem}.for-you-card-fill-label{max-width:16rem;font-size:.95rem;font-weight:600;color:#ffffffe0;line-height:1.3}@keyframes forYouMonogramIn{0%{opacity:0;transform:scale(.85) translateY(8px)}to{opacity:1;transform:none}}.for-you-card.is-text-only .for-you-card-text{-webkit-line-clamp:6;font-size:.98rem}.for-you-card.is-text-only .for-you-card-gradient{background:linear-gradient(180deg,rgba(10,16,14,.15) 0%,transparent 34%,rgba(10,16,14,.45) 62%,rgba(10,16,14,.96) 100%)}.for-you-card-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(10,16,14,.25) 0%,transparent 28%,transparent 42%,rgba(10,16,14,.55) 68%,rgba(10,16,14,.94) 100%);pointer-events:none}.for-you-card-spotlight{position:absolute;top:.85rem;left:.85rem;z-index:3}.spotlight-badge{display:inline-flex;align-items:center;gap:.3rem;padding:.35rem .65rem;border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.18)}.spotlight-badge--viral{background:#e8c54738;color:#f3e4a0}.spotlight-badge--paid{background:#658b8173;color:#eef6f3}.for-you-card.is-spotlight-viral{box-shadow:inset 0 0 0 1px #e8c54747}.for-you-card.is-spotlight-paid{box-shadow:inset 0 0 0 1px #7a9e9566}.for-you-card-body{position:absolute;left:0;right:3.5rem;bottom:0;padding:1.1rem 1rem 1.35rem;color:#fff;z-index:2}.for-you-card-place{font-family:var(--hf-font-brand);font-size:1.35rem;letter-spacing:.02em;display:flex;align-items:center;gap:.4rem}.verified-inline{color:var(--hf-sage-soft);font-size:.9rem}.for-you-card-item{font-size:.95rem;color:var(--hf-mist);margin-top:.15rem}.for-you-card-rating{color:var(--hf-star);margin:.35rem 0;letter-spacing:.05em}.for-you-card-text{margin:.25rem 0 .45rem;font-size:.9rem;line-height:1.35;color:#ffffffe6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.for-you-card-author{display:inline-flex;align-items:center;gap:.45rem;margin:.15rem 0 0;padding:.25rem .55rem .25rem .25rem;min-height:44px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:#00000047;font-size:.85rem;font-weight:600;color:#fff;cursor:pointer;text-align:left;-webkit-tap-highlight-color:transparent}.for-you-author-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover;font-size:.65rem;flex:0 0 auto}.for-you-card-author:hover,.for-you-card-author:focus-visible{color:#fff;background:#ffffff24;border-color:#ffffff80;outline:none}.for-you-card-body{cursor:pointer}.for-you-open-post{display:inline-flex;align-items:center;margin-top:.35rem;padding:.35rem 0;min-height:40px;border:none;background:transparent;color:var(--hf-sage-soft, #b7c9b1);font-size:.82rem;font-weight:700;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.for-you-card-actions{position:absolute;right:.65rem;bottom:1.25rem;z-index:3;display:flex;flex-direction:column;gap:.85rem}.for-you-like,.for-you-comment{display:flex;flex-direction:column;align-items:center;gap:.2rem;border:none;background:transparent;color:#fff;font-size:1.35rem;cursor:pointer;padding:.2rem}.for-you-like span,.for-you-comment span{font-size:.75rem;font-weight:600}.liked-heart{color:var(--hf-heart)}.heart-pop{animation:heartPop .35s ease}@keyframes heartPop{0%{transform:scale(1)}40%{transform:scale(1.35)}to{transform:scale(1)}}.dbl-heart-burst{position:absolute;left:50%;top:46%;z-index:6;pointer-events:none;transform:translate(-50%,-50%);color:#fff;font-size:5.2rem;filter:drop-shadow(0 8px 18px rgba(0,0,0,.45));animation:dblHeartBurst .85s cubic-bezier(.2,.8,.2,1) forwards}.dbl-heart-burst i{color:var(--hf-heart);-webkit-text-stroke:2px rgba(255,255,255,.55)}@keyframes dblHeartBurst{0%{opacity:0;transform:translate(-50%,-50%) scale(.35)}18%{opacity:1;transform:translate(-50%,-50%) scale(1.15)}55%{opacity:1;transform:translate(-50%,-52%) scale(1)}to{opacity:0;transform:translate(-50%,-62%) scale(1.35)}}.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}body.comments-mode #site-header{display:none}body.comments-mode #app-root{max-width:none;padding:0;margin:0}.comments-page{display:flex;flex-direction:column;min-height:calc(100dvh - 4.25rem);height:calc(100dvh - 4.25rem);background:radial-gradient(120% 80% at 50% -10%,rgba(122,158,149,.22),transparent 55%),var(--hf-paper);color:var(--hf-ink)}html.is-native body.comments-mode .comments-page{min-height:calc(100dvh - 5.25rem - env(safe-area-inset-bottom));height:calc(100dvh - 5.25rem - env(safe-area-inset-bottom))}.comments-topbar{flex:0 0 auto;display:flex;align-items:center;gap:.65rem;padding:max(.55rem,env(safe-area-inset-top)) .85rem .7rem;border-bottom:1px solid var(--hf-border);background:#1a2421eb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.comments-back{width:44px;height:44px;border-radius:50%;border:1px solid var(--hf-border);background:var(--hf-elevated);color:var(--hf-ink);font-size:1.6rem;line-height:1;display:grid;place-items:center;cursor:pointer}.comments-topbar-titles{min-width:0}.comments-topbar-titles h1{margin:0;font-family:var(--hf-font-brand);font-size:1.15rem;letter-spacing:.02em}.comments-topbar-sub{margin:.1rem 0 0;font-size:.78rem;color:var(--hf-ink-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.comments-scroll{flex:1 1 auto;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:.85rem .9rem 1rem}.comments-hero-media-wrap{border-radius:16px;overflow:hidden;border:1px solid var(--hf-border);margin-bottom:.75rem;background:#000;max-height:42vh}.comments-hero-media{display:block;width:100%;max-height:42vh;object-fit:cover;vertical-align:middle}.comments-hero-card{padding:.95rem 1rem;border-radius:16px;border:1px solid var(--hf-border);background:#24332ee0;box-shadow:0 10px 28px #00000038}.comments-hero-head{display:flex;gap:.7rem;align-items:center}.comments-hero-avatar,.comment-avatar,.comments-composer-avatar{flex:0 0 auto;width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,var(--hf-sage-soft),var(--hf-sage-deep));color:#fff;font-family:var(--hf-font-brand);font-size:1rem;object-fit:cover}.comments-hero-avatar-btn,.comment-avatar-btn{padding:0;border:none;background:transparent;cursor:pointer;border-radius:50%;flex:0 0 auto}.comments-hero-name,.comment-author.profile-tap{padding:0;border:none;background:transparent;color:var(--hf-sage-soft, #b7c9b1);font:inherit;font-weight:700;cursor:pointer;text-align:left}.comments-hero-name:hover,.comment-author.profile-tap:hover{text-decoration:underline}.comments-hero-who{min-width:0;display:flex;flex-direction:column;gap:.1rem}.comments-hero-who strong{font-size:.95rem}.comments-hero-who span{font-size:.78rem;color:var(--hf-ink-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.comments-hero-rating{margin-top:.55rem;font-size:1rem}.comments-hero-text{margin:.45rem 0 0;font-size:.95rem;line-height:1.45;color:var(--hf-ink-soft)}.comments-hero-actions{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.85rem}.comments-action-btn{display:inline-flex;align-items:center;gap:.35rem;min-height:40px;padding:.35rem .75rem;border-radius:999px;border:1px solid var(--hf-border);background:#0003;color:var(--hf-ink);font-family:var(--hf-font-ui);font-size:.85rem;font-weight:600;cursor:pointer}.comments-action-btn--ghost{color:var(--hf-ink-muted);font-weight:500}.comments-thread-wrap{margin-top:1.1rem}.comments-thread-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.65rem}.comments-thread-head h2{margin:0;font-size:.92rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--hf-ink-muted)}.comments-count-pill{min-width:1.6rem;padding:.15rem .5rem;border-radius:999px;background:#7a9e9538;color:var(--hf-mist);font-size:.78rem;font-weight:700;text-align:center}.comments-thread{display:flex;flex-direction:column;gap:.7rem}.comment-row{display:flex;gap:.65rem;align-items:flex-start;animation:commentIn .28s ease}@keyframes commentIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.comment-bubble{flex:1;min-width:0;padding:.65rem .8rem;border-radius:14px 14px 14px 6px;background:#24332eeb;border:1px solid var(--hf-border)}.comment-meta{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem;margin-bottom:.25rem}.comment-author{font-size:.86rem;font-weight:700}.comment-time{font-size:.72rem;color:var(--hf-ink-muted);flex-shrink:0}.comment-text{margin:0;font-size:.92rem;line-height:1.4;color:var(--hf-ink-soft);white-space:pre-wrap;word-break:break-word}.comments-empty{text-align:center;padding:1.75rem 1rem;color:var(--hf-ink-muted);border:1px dashed var(--hf-border);border-radius:14px;background:#0000001f}.comments-empty i{font-size:1.6rem;color:var(--hf-sage-soft);margin-bottom:.45rem}.comments-empty p{margin:.2rem 0;font-weight:600;color:var(--hf-ink-soft)}.comments-empty span{font-size:.82rem}.comments-composer{flex:0 0 auto;display:flex;align-items:flex-end;gap:.55rem;margin:0;padding:.65rem .75rem calc(.65rem + env(safe-area-inset-bottom));border-top:1px solid var(--hf-border);background:#1a2421f5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.comments-composer textarea{flex:1;min-height:44px;max-height:120px;margin:0;padding:.7rem .85rem;border-radius:18px;border:1px solid var(--hf-border);background:var(--hf-elevated);color:var(--hf-ink);font-family:var(--hf-font-ui);font-size:.95rem;line-height:1.35;resize:none}.comments-composer textarea:focus{outline:none;border-color:var(--hf-sage-soft);box-shadow:0 0 0 3px #7a9e9538}.comments-send{flex:0 0 auto;width:46px;height:46px;border-radius:50%;border:none;background:var(--hf-sage);color:#fff;display:grid;place-items:center;cursor:pointer;box-shadow:0 6px 16px #47655d73}.comments-send:disabled{opacity:.5;cursor:not-allowed}.comments-send:active:not(:disabled){transform:scale(.96)}.review-thumb{width:100%;max-height:180px;object-fit:cover;border-radius:var(--hf-radius-sm) var(--hf-radius-sm) 0 0;margin:-.85rem -.85rem .65rem;width:calc(100% + 1.7rem)}.company-option.is-verified{background:#658b811f}.photo-upload-group .section-lead{margin-top:.15rem}.photo-pick-label{display:inline-flex;cursor:pointer}.unverified-note{font-size:.75rem;color:var(--hf-ink-muted);font-weight:500;margin-left:.35rem}.verified-badge{display:inline-flex;align-items:center;gap:.3rem;font-size:.72rem;font-weight:600;color:var(--hf-sage-soft);white-space:nowrap}#company-search-results,.company-search-results{list-style:none;margin:0;padding:0;max-height:min(42vh,280px);overflow-y:auto;-webkit-overflow-scrolling:touch;background:var(--hf-elevated);border:1px solid var(--hf-border);border-radius:var(--hf-radius-sm)}#company-search-results:empty,.company-search-results:empty{display:none}.photo-picker{margin:.5rem 0 1rem}.photo-preview-row{display:flex;gap:.55rem;flex-wrap:wrap;margin-top:.65rem}.photo-preview{position:relative;width:96px;height:96px;border-radius:var(--hf-radius-sm);overflow:hidden;border:1px solid var(--hf-border)}.photo-preview img,.photo-preview video{width:100%;height:100%;object-fit:cover}.photo-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.65rem}.media-chip{position:absolute;left:.3rem;bottom:.3rem;font-size:.65rem;font-weight:700;padding:.15rem .4rem;border-radius:999px;background:#000000a6;color:#fff}.photo-remove{position:absolute;top:.2rem;right:.2rem;width:1.4rem;height:1.4rem;border:none;border-radius:50%;background:#000000a6;color:#fff;cursor:pointer;line-height:1}.for-you-card-video{object-fit:cover;background:#000}.for-you-card-text-only{position:relative;background:radial-gradient(520px 280px at 18% 18%,rgba(101,139,129,.42),transparent 58%),radial-gradient(420px 260px at 88% 72%,rgba(232,197,71,.12),transparent 55%),linear-gradient(165deg,#2f433d,#15201c 55%,#101816)}.for-you-sentinel{flex:0 0 0;height:0;overflow:hidden;pointer-events:none}.for-you-sentinel.is-loading{flex:0 0 2.5rem;height:2.5rem;display:grid;place-items:center}.for-you-sentinel.is-loading:after{content:"";width:1.1rem;height:1.1rem;border:2px solid rgba(255,255,255,.25);border-top-color:var(--hf-sage-soft);border-radius:50%;animation:forYouSpin .7s linear infinite}@keyframes forYouSpin{to{transform:rotate(360deg)}}.post-success{max-width:var(--hf-max);margin:0 auto;padding:1.5rem 1rem 3rem;text-align:center}.post-success-check{width:3.25rem;height:3.25rem;margin:0 auto .85rem;border-radius:50%;background:var(--hf-sage);color:#fff;font-size:1.6rem;display:grid;place-items:center;box-shadow:0 8px 24px #658b8159;animation:checkPop .5s cubic-bezier(.34,1.4,.64,1) both}@keyframes checkPop{0%{transform:scale(.4);opacity:0}to{transform:scale(1);opacity:1}}.post-success-preview{position:relative;height:min(52dvh,420px);min-height:min(52dvh,420px);flex:none;margin:1.25rem auto;text-align:left;max-width:420px;border-radius:var(--hf-radius);overflow:hidden}.post-success-preview .for-you-card-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.post-success .for-you-card-meta{position:absolute;left:0;right:0;bottom:0;padding:1rem;background:linear-gradient(transparent,#000000d9);color:#fff;z-index:2}.post-success .for-you-card-meta p{margin:.35rem 0 0;font-size:.88rem;opacity:.9}.post-success .btn-lg{width:100%}.post-count{color:var(--hf-ink-muted);font-size:.9rem;margin:.25rem 0 .75rem}.animate-in{animation:forYouIn .45s ease both}.review-compose .rating-stars--hero{text-align:center;margin:.5rem 0 1rem}.review-compose .star-rating{justify-content:center;font-size:2.35rem;margin-bottom:.25rem}.rating-hint{margin:0;font-size:.95rem;font-weight:600;color:var(--hf-sage-soft)}.recent-places{margin-bottom:.85rem}.recent-places-label{margin:0 0 .4rem;font-size:.8rem;color:var(--hf-ink-muted);font-weight:600}.recent-places-row{display:flex;flex-wrap:wrap;gap:.4rem}.place-chip{border:1px solid rgba(71,101,93,.28);background:#658b811f;color:var(--hf-ink);border-radius:999px;padding:.45rem .85rem;font-size:.85rem;font-weight:500;cursor:pointer;min-height:44px}.place-chip:active{background:#658b8147}.activity-page{background:var(--hf-elevated);border:1px solid var(--hf-border);border-radius:var(--hf-radius);padding:1.1rem 1.15rem 1.5rem;box-shadow:var(--hf-shadow)}.activity-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.5rem}.activity-header-actions{display:flex;align-items:center;gap:.25rem}.activity-header h2{margin:0}.activity-tabs{display:flex;gap:.35rem;margin-bottom:.85rem}.activity-row{display:block;width:100%;text-align:left;border:none;background:#ffffff0f;border-radius:var(--hf-radius-sm);padding:.85rem .9rem;margin-bottom:.4rem;color:var(--hf-ink);cursor:pointer;min-height:48px}.activity-row.is-unread{background:#658b8129}.activity-row-main{display:flex;flex-direction:column;gap:.2rem}.activity-row-main strong{font-weight:600;font-size:.92rem;line-height:1.35}.activity-time{font-size:.75rem;color:var(--hf-ink-muted)}.nav-badge{position:absolute;top:.15rem;right:calc(50% - 1.35rem);min-width:1.1rem;height:1.1rem;padding:0 .25rem;border-radius:999px;background:var(--hf-heart);color:#fff;font-size:.65rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;line-height:1}.mobile-tab{position:relative}.for-you-save{display:flex;flex-direction:column;align-items:center;gap:.2rem;border:none;background:transparent;color:#fff;font-size:1.35rem;cursor:pointer;padding:.2rem}.for-you-save span{font-size:.7rem;font-weight:600}.for-you-repost{display:flex;flex-direction:column;align-items:center;gap:.2rem;border:none;background:transparent;color:#fff;font-size:1.35rem;cursor:pointer;padding:.2rem}.for-you-repost span{font-size:.75rem;font-weight:600}.reposted-icon{color:var(--hf-sage-soft)}.repost-pop{animation:repostPop .35s ease}@keyframes repostPop{0%{transform:scale(1)}40%{transform:scale(1.25)}to{transform:scale(1)}}.for-you-repost-banner{position:absolute;top:0;left:0;right:0;z-index:4;display:flex;align-items:center;gap:.45rem;padding:calc(.65rem + env(safe-area-inset-top,0px)) .85rem .55rem;font-size:.78rem;font-weight:600;color:#ffffffeb;background:linear-gradient(180deg,rgba(0,0,0,.55),transparent);pointer-events:none}.for-you-repost-banner i{color:var(--hf-sage-soft);font-size:.85rem}.for-you-card.is-repost .for-you-card-body{padding-top:.15rem}.following-empty-state{display:flex;flex-direction:column;gap:.65rem;max-width:18rem;margin:2rem auto;padding:1.25rem 1rem;text-align:center;border-radius:var(--hf-radius);background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}.following-empty-title{margin:0;font-size:1rem;font-weight:700;color:#fff}.following-empty-copy{margin:0;font-size:.88rem;line-height:1.45;color:var(--hf-ink-muted)}.review-abuse-actions{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.85rem}.btn-sm{font-size:.8rem!important;padding:.4rem .7rem!important;min-height:40px}.save-icon-button{border:none;background:transparent;color:var(--hf-ink);font-size:1.15rem;cursor:pointer;padding:.25rem}body.map-mode #app-root{max-width:none;padding:0;margin:0}body.map-mode #site-header{display:none}.map-explore{position:relative;width:100%;min-height:calc(100dvh - 4.25rem);height:calc(100dvh - 4.25rem);background:#15201c;overflow:hidden}html.is-native body.map-mode .map-explore{min-height:calc(100dvh - 5.25rem - env(safe-area-inset-bottom));height:calc(100dvh - 5.25rem - env(safe-area-inset-bottom))}.map-explore-chrome{position:absolute;top:0;left:0;right:0;z-index:5;display:flex;align-items:center;gap:.65rem;padding:max(.65rem,env(safe-area-inset-top)) .75rem .75rem;background:linear-gradient(180deg,rgba(26,36,33,.92) 0%,rgba(26,36,33,.55) 70%,transparent 100%);pointer-events:none}.map-explore-chrome>*{pointer-events:auto}.map-chrome-back,.map-chrome-locate{flex:0 0 auto;width:44px;height:44px;border-radius:50%;border:1px solid var(--hf-border);background:#24332eeb;color:var(--hf-ink);display:grid;place-items:center;font-size:1.45rem;line-height:1;box-shadow:0 8px 24px #00000047;cursor:pointer}.map-chrome-back:active,.map-chrome-locate:active{transform:scale(.96)}.map-chrome-titles{flex:1;min-width:0}.map-chrome-titles h2{margin:0;font-family:var(--hf-font-brand);font-size:1.15rem;letter-spacing:.02em;color:var(--hf-ink)}.map-chrome-status{margin:.15rem 0 0;font-size:.78rem;color:var(--hf-ink-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.map-locate-dot{width:12px;height:12px;border-radius:50%;background:#5bbcff;box-shadow:0 0 0 3px #5bbcff59}.hf-map-3d{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.hf-map-3d .maplibregl-ctrl-bottom-right{bottom:calc(3.2rem + env(safe-area-inset-bottom));right:.65rem}.hf-map-3d .maplibregl-ctrl-group{background:#24332eeb;border:1px solid var(--hf-border);border-radius:12px;overflow:hidden;box-shadow:0 8px 20px #0000004d}.hf-map-3d .maplibregl-ctrl-group button{background:transparent;border-color:var(--hf-border)}.hf-map-3d .maplibregl-ctrl-group button+button{border-top-color:var(--hf-border)}.map-explore-hint{position:absolute;left:50%;bottom:calc(.85rem + env(safe-area-inset-bottom));transform:translate(-50%);z-index:4;margin:0;padding:.4rem .85rem;border-radius:999px;font-size:.72rem;color:var(--hf-ink-soft);background:#1a2421c7;border:1px solid var(--hf-border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:none;animation:map-hint-fade 4.5s ease forwards}@keyframes map-hint-fade{0%,70%{opacity:1}to{opacity:0}}.hf-user-puck{position:relative;width:22px;height:22px}.hf-user-puck-core{position:absolute;top:5px;right:5px;bottom:5px;left:5px;border-radius:50%;background:#5bbcff;border:2px solid #fff;box-shadow:0 2px 8px #0006;z-index:2}.hf-user-puck-ring{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:#5bbcff47;animation:puck-pulse 2.2s ease-out infinite}@keyframes puck-pulse{0%{transform:scale(.7);opacity:.9}to{transform:scale(1.8);opacity:0}}.hf-map-marker{position:relative;border:none;background:transparent;padding:0;cursor:pointer;filter:drop-shadow(0 4px 10px rgba(0,0,0,.4));transition:transform .15s ease}.hf-map-marker:active{transform:scale(.94)}.hf-map-marker-disc{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;border:2.5px solid #fff;background:var(--hf-elevated);overflow:hidden}.hf-map-marker.is-unvisited .hf-map-marker-disc{border-color:#ffffff8c}.hf-map-marker.is-unvisited .hf-map-marker-logo,.hf-map-marker.is-unvisited .hf-map-marker-mono{filter:grayscale(1) opacity(.55)}.hf-map-marker.is-reviewed .hf-map-marker-disc{border-color:var(--hf-mist);box-shadow:0 0 0 2px #658b8173}.hf-map-marker-logo{width:100%;height:100%;object-fit:contain;background:#fff;padding:4px;box-sizing:border-box}.hf-map-marker-mono{font-family:var(--hf-font-brand);font-size:1.05rem;color:var(--hf-ink)}.hf-map-marker-stars{position:absolute;left:50%;bottom:-6px;transform:translate(-50%);display:inline-flex;align-items:center;gap:.1rem;min-width:1.7rem;justify-content:center;padding:.12rem .35rem;border-radius:999px;font-size:.68rem;font-weight:700;color:var(--hf-paper);background:var(--hf-star);border:1.5px solid #fff;box-shadow:0 2px 6px #00000059}.hf-map-marker-stars i{font-style:normal;font-size:.62rem}.hf-map-popup .maplibregl-popup-content{padding:0;border-radius:14px;background:var(--hf-elevated);color:var(--hf-ink);border:1px solid var(--hf-border);box-shadow:var(--hf-shadow);overflow:hidden}.hf-map-popup .maplibregl-popup-close-button{color:var(--hf-ink-muted);font-size:1.25rem;padding:.35rem .55rem}.hf-map-popup .maplibregl-popup-tip{border-top-color:var(--hf-elevated)}.map-sheet-card{padding:.85rem .9rem .75rem;min-width:220px;font-family:var(--hf-font-ui)}.map-sheet-card-top{display:flex;gap:.7rem;align-items:flex-start}.map-sheet-logo{width:44px;height:44px;border-radius:12px;object-fit:cover;border:1px solid var(--hf-border);flex-shrink:0}.map-sheet-logo.is-muted{filter:grayscale(1) opacity(.6)}.map-sheet-mono{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:var(--hf-sage-deep);font-family:var(--hf-font-brand);flex-shrink:0}.map-sheet-name{display:block;font-size:.98rem;line-height:1.25}.map-sheet-meta{margin-top:.2rem;font-size:.78rem;color:var(--hf-ink-muted)}.map-sheet-addr{margin-top:.25rem;font-size:.72rem;color:var(--hf-ink-muted);line-height:1.3}.map-sheet-actions{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.75rem}.map-popup{min-width:140px;font-family:var(--hf-font-ui)}.map-popup-addr{font-size:.75rem;color:#555;margin:.25rem 0}.map-popup-actions{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.45rem}#open-map-button{margin-top:.85rem;width:100%}.hf-page{max-width:var(--hf-max);margin:0 auto;padding:.15rem 0 1.25rem}.hf-page-header{margin-bottom:.85rem}.hf-page-header h2{margin:0;font-family:var(--hf-font-ui);font-weight:650;font-size:1.45rem}.hf-page-header .section-lead{margin:.25rem 0 0}.search-page .sticky-search{position:sticky;top:calc(3.4rem + env(safe-area-inset-top));z-index:5;display:flex;gap:.5rem;align-items:center;margin:0 0 .75rem;padding:.35rem 0;background:linear-gradient(180deg,#1a2421f5 70%,#1a242100)}.search-field{flex:1;display:flex;align-items:center;gap:.55rem;min-height:48px;margin:0;padding:0 .85rem;border-radius:999px;border:1px solid var(--hf-border);background:var(--hf-elevated);color:var(--hf-ink-muted)}.search-field input{flex:1;border:none!important;background:transparent!important;box-shadow:none!important;margin:0!important;padding:.7rem 0!important;min-height:44px;color:var(--hf-ink);font-size:1rem}.search-field input:focus{outline:none}.search-submit{flex:0 0 auto;min-width:3.25rem;border-radius:999px!important;min-height:48px}.user-results-list{display:flex;flex-direction:column;gap:.45rem}.user-row{display:flex;align-items:center;gap:.75rem;min-height:64px;padding:.65rem .75rem;border-radius:var(--hf-radius);background:#ffffff0f;border:1px solid rgba(255,255,255,.08)}.user-avatar,.profile-avatar{flex:0 0 auto;width:2.75rem;height:2.75rem;border-radius:50%;display:grid;place-items:center;font-weight:700;font-size:.85rem;letter-spacing:.02em;color:#fff;background:linear-gradient(145deg,var(--hf-sage-soft),var(--hf-sage-deep));border:1px solid rgba(255,255,255,.14);object-fit:cover}.user-avatar--photo,.profile-avatar.user-avatar--photo,img.profile-avatar,img.user-avatar,img.comments-hero-avatar,img.comment-avatar{padding:0;display:block}.profile-avatar-wrap{position:relative;width:5.5rem;height:5.5rem}.profile-hero .profile-avatar,.profile-avatar-wrap .profile-avatar{width:5.5rem;height:5.5rem;font-size:1.35rem}.profile-avatar-edit{position:absolute;right:0;bottom:0;width:2.25rem;height:2.25rem;border-radius:50%;border:2px solid var(--hf-bg, #1a2421);background:var(--hf-sage-soft, #b7c9b1);color:#12201c;display:grid;place-items:center;cursor:pointer}.profile-bio{margin:.35rem auto .55rem;max-width:28rem;font-size:.95rem;line-height:1.4;color:#ffffffe0;text-align:center}.settings-photo-row{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.settings-avatar-wrap .profile-avatar,.settings-avatar{width:4.5rem;height:4.5rem;font-size:1.15rem}.settings-photo-actions{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem}.settings-photo-btn{min-height:44px}.settings-file-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;opacity:0}.settings-photo-status.is-ok{color:var(--hf-sage-soft, #b7c9b1)}.settings-photo-status.is-err{color:#f0a0a0}#edit-bio{width:100%;resize:vertical;min-height:4.5rem}.activity-row{display:flex;align-items:center;gap:.65rem}.activity-row-open{flex:1;min-width:0;border:none;background:transparent;color:inherit;text-align:left;cursor:pointer;padding:0}.activity-actor-link{flex:0 0 auto;border:1px solid rgba(255,255,255,.18);background:transparent;color:var(--hf-sage-soft, #b7c9b1);border-radius:999px;padding:.35rem .7rem;font-size:.75rem;font-weight:600;min-height:36px;cursor:pointer}.user-row .user-info{flex:1;min-width:0;text-align:left}.user-row .display-name{font-weight:600;font-size:.98rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-name-link{display:block;width:100%;padding:0;border:none;background:transparent;font:inherit;font-weight:600;color:inherit;text-align:left;cursor:pointer}.user-name-link:hover,.user-name-link:focus-visible{color:var(--hf-sage-deep);text-decoration:underline}.user-row-actions{display:flex;align-items:center;gap:.35rem;flex:0 0 auto}.user-row .follow-button,.user-row .unfollow-button{flex:0 0 auto;min-height:44px;min-width:6.25rem;border-radius:999px!important;padding:.45rem .9rem!important}.user-row .message-button{min-width:44px;min-height:44px;padding:.45rem!important;border-radius:999px!important}.messages-page{background:var(--hf-elevated);border:1px solid var(--hf-border);border-radius:var(--hf-radius);padding:1rem 1rem 1.25rem;box-shadow:var(--hf-shadow);display:flex;flex-direction:column;min-height:min(70vh,640px)}.messages-header,.chat-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.75rem}.messages-header h2,.chat-header-info h2{margin:0;font-size:1.25rem}.messages-header-actions{display:flex;align-items:center;gap:.25rem}.messages-list{display:flex;flex-direction:column;gap:.4rem}.messages-empty{text-align:center;padding:1.5rem .5rem}.messages-empty .btn{margin-top:.75rem}.msg-row{display:flex;align-items:center;gap:.75rem;width:100%;text-align:left;border:1px solid rgba(255,255,255,.08);background:#ffffff0f;border-radius:var(--hf-radius-sm);padding:.75rem;color:var(--hf-ink);cursor:pointer;min-height:64px}.msg-row.is-unread{background:#658b8129;border-color:#658b8147}.msg-row-main{flex:1;min-width:0}.msg-row-top,.msg-row-preview{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.msg-row-top strong{display:inline-flex;align-items:center;gap:.35rem;font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.msg-kind{color:var(--hf-sage-soft);font-size:.75rem}.msg-row-preview{margin-top:.15rem;font-size:.82rem;color:var(--hf-ink-muted)}.msg-row-preview span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.msg-unread-pill{flex:0 0 auto;min-width:1.15rem;height:1.15rem;padding:0 .3rem;border-radius:999px;background:var(--hf-heart);color:#fff;font-size:.65rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.compose-title-field{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.75rem;font-size:.85rem;color:var(--hf-ink-soft)}.compose-title-field input,.chat-composer input{width:100%;min-height:48px;border-radius:var(--hf-radius-sm);border:1px solid var(--hf-border);background:#00000038;color:var(--hf-ink);padding:.65rem .85rem;font:inherit}.compose-selected{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.65rem}.compose-chip{border:1px solid var(--hf-border);background:#658b812e;color:var(--hf-ink);border-radius:999px;padding:.35rem .7rem;min-height:36px;font-size:.85rem;cursor:pointer}.compose-pick{width:100%;cursor:pointer;color:inherit;font:inherit}.compose-pick.is-selected{border-color:#658b8173;background:#658b8133}.compose-pick-mark{font-size:.8rem;color:var(--hf-sage-soft);font-weight:600}.chat-page{padding-bottom:.5rem}.chat-header-info{flex:1;min-width:0;text-align:center}.chat-header-info h2{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-subtitle{margin:.1rem 0 0;font-size:.75rem;color:var(--hf-ink-muted)}.chat-messages{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:.45rem;padding:.25rem 0 .75rem;min-height:280px;max-height:min(55vh,480px);-webkit-overflow-scrolling:touch}.chat-bubble-row{display:flex}.chat-bubble-row.is-mine{justify-content:flex-end}.chat-bubble-row.is-theirs{justify-content:flex-start}.chat-bubble{max-width:min(82%,360px);padding:.65rem .8rem .45rem;border-radius:14px;background:#ffffff14;border:1px solid rgba(255,255,255,.08)}.chat-bubble-row.is-mine .chat-bubble{background:#658b8152;border-color:#658b8159;border-bottom-right-radius:4px}.chat-bubble-row.is-theirs .chat-bubble{border-bottom-left-radius:4px}.chat-bubble-name{display:block;font-size:.72rem;font-weight:600;color:var(--hf-sage-soft);margin-bottom:.15rem}.chat-bubble p{margin:0;font-size:.95rem;line-height:1.4;white-space:pre-wrap;word-break:break-word}.chat-bubble time{display:block;margin-top:.25rem;font-size:.68rem;color:var(--hf-ink-muted);text-align:right}.chat-composer{display:flex;align-items:center;gap:.45rem;padding-top:.35rem;border-top:1px solid var(--hf-border);padding-bottom:env(safe-area-inset-bottom,0)}.chat-composer .btn{min-width:48px;min-height:48px;flex:0 0 auto}.chat-sheet{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#0000008c;display:flex;align-items:flex-end;justify-content:center;padding:1rem;padding-bottom:calc(1rem + env(safe-area-inset-bottom,0px))}.chat-sheet[hidden]{display:none!important}.chat-sheet-card{width:min(100%,420px);background:var(--hf-elevated);border:1px solid var(--hf-border);border-radius:var(--hf-radius);padding:1.1rem;box-shadow:var(--hf-shadow)}.chat-sheet-card h3{margin:0 0 .25rem}.chat-sheet-card .btn{width:100%;margin-top:.45rem;min-height:48px}.chat-member-list{list-style:none;margin:.75rem 0 1rem;padding:0;max-height:200px;overflow-y:auto}.chat-member-list li{display:flex;align-items:center;gap:.55rem;padding:.45rem 0;font-size:.92rem}.user-avatar--sm{width:1.85rem;height:1.85rem;font-size:.7rem}@media(max-width:720px){.messages-page{border-radius:0;border-left:none;border-right:none;margin-left:-.25rem;margin-right:-.25rem;min-height:calc(100dvh - 9.5rem)}.chat-messages{max-height:none;flex:1}}.profile-page .profile-hero{text-align:center;margin-bottom:.85rem}.profile-hero-top{display:flex;align-items:flex-start;justify-content:center;position:relative;margin-bottom:.65rem}.profile-avatar{width:5.25rem;height:5.25rem;font-size:1.55rem;font-family:var(--hf-font-brand)}.profile-hero-actions{position:absolute;right:0;top:0;display:flex;gap:.2rem}.public-profile-page .public-profile-back{position:absolute;left:0;top:0;min-width:2.5rem;padding:.35rem .5rem}.public-profile-actions{display:flex;align-items:center;gap:.35rem}.public-profile-follow{min-height:2.25rem;padding:.35rem .85rem;font-size:.85rem}.public-profile-reviews-title{margin:0 0 .65rem;font-size:1rem}.privacy-badge{display:inline-flex;align-items:center;gap:.35rem;margin:.35rem 0 0;padding:.2rem .55rem;border-radius:999px;font-size:.78rem;font-weight:600;color:var(--hf-text-muted, #9aa8a2);background:#ffffff0f;border:1px solid var(--hf-border)}.public-profile-page.is-private-locked .profile-panel{margin-top:.5rem}.privacy-locked-panel{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.45rem;min-height:12rem;padding:1.5rem 1rem;border-radius:1rem;border:1px dashed var(--hf-border);background:#0000002e}.privacy-locked-icon{width:3rem;height:3rem;display:grid;place-items:center;border-radius:999px;background:#ffffff0f;color:var(--hf-text-muted, #9aa8a2);font-size:1.15rem}.privacy-locked-title{margin:0;font-size:1.05rem}.privacy-locked-copy{margin:0;max-width:16rem;color:var(--hf-text-muted, #9aa8a2);font-size:.9rem;line-height:1.45}.privacy-toggle-wrap{margin-top:.35rem}.privacy-toggle-row{margin:0}.follow-requests-link{display:flex;align-items:center;justify-content:space-between;margin-top:.65rem;padding:.85rem 0;border-top:1px solid var(--hf-border);color:inherit;text-decoration:none}.follow-requests-page{padding-bottom:1.5rem}.follow-requests-header{display:grid;grid-template-columns:2.5rem 1fr 2.5rem;align-items:center;gap:.35rem;margin-bottom:.85rem}.follow-requests-header h2{margin:0;text-align:center;font-size:1.1rem}.follow-requests-header-spacer{width:2.5rem}.follow-requests-list{display:flex;flex-direction:column;gap:.65rem}.follow-request-row{display:flex;align-items:center;justify-content:space-between;gap:.65rem;padding:.75rem;border-radius:.85rem;border:1px solid var(--hf-border);background:#00000029}.follow-request-row.is-busy{opacity:.55;pointer-events:none}.follow-request-user{display:flex;align-items:center;gap:.65rem;min-width:0;flex:1;cursor:pointer}.follow-request-avatar{width:2.75rem;height:2.75rem;font-size:.95rem;flex-shrink:0}.follow-request-copy{display:flex;flex-direction:column;gap:.1rem;min-width:0}.follow-request-name{font-size:.92rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.follow-request-time{font-size:.78rem;color:var(--hf-text-muted, #9aa8a2)}.follow-request-actions{display:flex;flex-shrink:0;gap:.35rem}.follow-request-accept,.follow-request-decline{min-height:2.25rem;padding:.35rem .7rem;font-size:.82rem}.profile-icon-btn{width:44px;min-height:44px;padding:0!important;display:inline-grid;place-items:center}.profile-name{margin:0;font-size:1.45rem;font-weight:650}.profile-page .member-since{margin-top:.25rem}.profile-page .profile-stats{margin-top:1rem}.profile-tabs{display:flex;gap:.35rem;margin:0 0 .85rem;padding:.25rem;background:#00000038;border-radius:999px;border:1px solid var(--hf-border)}.profile-panel[hidden]{display:none!important}.profile-reviews-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}@media(min-width:520px){.profile-reviews-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.profile-grid-cell{position:relative;display:block;padding:0;border:1px solid rgba(255,255,255,.08);border-radius:var(--hf-radius-sm);overflow:hidden;background:#15201c;color:inherit;cursor:pointer;min-height:0;aspect-ratio:3 / 4}.profile-grid-media{width:100%;height:100%;object-fit:cover;display:block}.profile-grid-placeholder{display:grid;place-items:center;background:radial-gradient(120px 90px at 30% 25%,rgba(101,139,129,.45),transparent 60%),linear-gradient(160deg,#2a3b35,#15201c);color:#fff;font-family:var(--hf-font-brand);font-size:1.8rem}.profile-grid-meta{position:absolute;left:0;right:0;bottom:0;padding:1.4rem .45rem .45rem;background:linear-gradient(180deg,transparent,rgba(10,16,14,.92));text-align:left}.profile-grid-place{display:block;font-size:.78rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-grid-meta .rating-stars{margin-left:0;font-size:.72rem}.profile-places-list{display:flex;flex-direction:column;gap:.4rem}.place-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%;min-height:56px;padding:.8rem .9rem;border:1px solid rgba(255,255,255,.08);border-radius:var(--hf-radius-sm);background:#ffffff0f;color:var(--hf-ink);text-align:left;cursor:pointer}.place-row-main{display:flex;flex-direction:column;gap:.15rem;min-width:0}.place-row-main strong{font-size:.95rem}.place-row-main span{font-size:.78rem;color:var(--hf-ink-muted)}.place-row i{color:var(--hf-ink-muted);font-size:.8rem}.settings-page .settings-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:1.1rem}.settings-page .settings-header h2{margin:0;flex:1;text-align:center}.settings-header-spacer{width:44px;flex:0 0 44px}.settings-section{margin-bottom:1.25rem}.settings-section-title{margin:0 0 .45rem .15rem;font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--hf-ink-muted)}.settings-card{background:var(--hf-elevated);border:1px solid var(--hf-border);border-radius:var(--hf-radius);padding:1rem 1.05rem;box-shadow:var(--hf-shadow)}.settings-card label{margin-top:0}.settings-meta{margin:.55rem 0 0;font-size:.82rem;color:var(--hf-ink-muted)}.settings-meta span{display:block;font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.15rem}.settings-save{width:100%;margin-top:.9rem;min-height:48px}.settings-list{padding:.25rem}.settings-row{width:100%;display:flex;align-items:center;gap:.75rem;min-height:52px;padding:.75rem .85rem;border:none;border-radius:var(--hf-radius-sm);background:transparent;color:var(--hf-ink);font-size:.98rem;font-weight:600;cursor:pointer;text-align:left}.settings-row--danger{color:#f0a0a0}.settings-row--danger:active{background:#e74c3c1f}a.settings-row{text-decoration:none;color:var(--hf-ink);box-sizing:border-box}.settings-danger-copy{margin:.5rem .85rem .35rem;font-size:.82rem;line-height:1.45;color:var(--hf-ink-muted);font-weight:400}.settings-danger-copy a{color:var(--hf-sage-soft)}.settings-toggles{padding:.35rem .25rem}.settings-prefs-status{margin:.35rem .85rem .55rem;font-size:.8rem;color:var(--hf-ink-muted)}.settings-prefs-feedback{margin:.45rem .25rem 0;font-size:.8rem;min-height:1.2em}.settings-prefs-feedback.is-ok{color:var(--hf-sage-soft)}.settings-prefs-feedback.is-err{color:#f0a0a0}.settings-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:.85rem;min-height:54px;padding:.7rem .85rem;border-radius:var(--hf-radius-sm);cursor:pointer;-webkit-user-select:none;user-select:none}.settings-toggle-row--master{border-bottom:1px solid var(--hf-border);margin-bottom:.15rem;padding-bottom:.85rem}.settings-toggle-row.is-disabled{opacity:.45;pointer-events:none}.settings-toggle-copy{display:flex;flex-direction:column;gap:.15rem;min-width:0;flex:1}.settings-toggle-label{font-size:.98rem;font-weight:600;color:var(--hf-ink)}.settings-toggle-hint{font-size:.78rem;line-height:1.35;color:var(--hf-ink-muted);font-weight:400}.settings-toggle-input{position:absolute;opacity:0;width:1px;height:1px;pointer-events:none}.settings-toggle-ui{position:relative;flex:0 0 48px;width:48px;height:30px;border-radius:999px;background:#ffffff1f;border:1px solid var(--hf-border);transition:background .18s ease,border-color .18s ease}.settings-toggle-ui:after{content:"";position:absolute;top:2px;left:2px;width:24px;height:24px;border-radius:50%;background:#e8ebe6;transition:transform .18s ease}.settings-toggle-input:checked+.settings-toggle-ui{background:#6b8f718c;border-color:#8fa892a6}.settings-toggle-input:checked+.settings-toggle-ui:after{transform:translate(18px)}.settings-toggle-input:focus-visible+.settings-toggle-ui{outline:2px solid var(--hf-sage-soft);outline-offset:2px}.auth-forgot-link{align-self:flex-end;margin:-.15rem 0 .15rem;padding:.35rem .15rem;min-height:44px;border:none;background:transparent;color:var(--hf-sage-soft);font-size:.88rem;font-weight:600;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.message-box.success-message{background:#6b8f712e;border:1px solid rgba(143,168,146,.45);color:var(--hf-mist)}html.is-native .search-page .sticky-search{top:calc(3.9rem + env(safe-area-inset-top))}.star-name{display:inline-flex;align-items:center;gap:.35rem}.name-star{font-size:.85em;filter:drop-shadow(0 1px 2px rgba(0,0,0,.35))}.name-star.star-gold,.name-star.star-platinum,.name-star.star-sage,.name-star.star-obsidian{animation:starShimmer 2.8s ease-in-out infinite}@keyframes starShimmer{0%,to{filter:drop-shadow(0 0 0 transparent)}50%{filter:drop-shadow(0 0 6px currentColor)}}.profile-rank-label{margin:.2rem 0 0;font-size:.88rem;font-weight:700}.profile-rank-bar{margin-top:.75rem;height:8px;border-radius:999px;background:#00000047;overflow:hidden}.profile-rank-fill{height:100%;border-radius:999px;transition:width .4s ease}.profile-rank-meta{margin:.35rem 0 0;font-size:.75rem;color:var(--hf-ink-muted)}.profile-stats--expanded{margin-top:1rem}.profile-rewards{margin:1rem 0 1.15rem;padding:1rem 1.05rem;border-radius:16px;border:1px solid var(--hf-border);background:linear-gradient(145deg,#7a9e952e,#24332ee6);box-shadow:0 10px 28px #0003}.profile-rewards-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.65rem}.profile-rewards-head h3{margin:0;font-family:var(--hf-font-brand);font-size:1.05rem}.profile-rewards-head span{font-size:.78rem;color:var(--hf-ink-muted)}.profile-badge-row{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.85rem}.profile-badge-chip{display:inline-flex;align-items:center;gap:.25rem;padding:.35rem .65rem;border-radius:999px;background:#e8c54729;border:1px solid rgba(232,197,71,.35);color:var(--hf-star);font-size:.75rem;font-weight:700;text-transform:capitalize}.profile-badge-empty{font-size:.85rem;color:var(--hf-ink-muted);line-height:1.35}.profile-rewards-actions{display:flex;flex-wrap:wrap;gap:.5rem}.profile-rewards-actions .btn{flex:1 1 auto;min-height:44px}.achievements-page .ach-header,.leaderboard-page .ach-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:.5rem;margin-bottom:.75rem}.achievements-page .ach-header h2,.leaderboard-page .ach-header h2{margin:0;text-align:center;font-family:var(--hf-font-brand);font-size:1.2rem}.achievements-page .ach-header .btn:last-child,.leaderboard-page .ach-header span:last-child{justify-self:end}.ach-rank-card{padding:1rem 1.05rem;border-radius:16px;border:1px solid var(--hf-border);background:var(--hf-elevated);margin-bottom:.9rem}.ach-rank-top{display:flex;gap:.75rem;align-items:center}.ach-rank-top .name-star{font-size:1.8rem}.ach-rank-top h3{margin:0;font-size:1.1rem}.ach-rank-top p{margin:.15rem 0 0;font-size:.8rem;color:var(--hf-ink-muted)}.ach-xp-bar{margin-top:.75rem;height:10px;border-radius:999px;background:#0000004d;overflow:hidden}.ach-xp-fill{height:100%;background:linear-gradient(90deg,var(--hf-sage),var(--hf-star));border-radius:999px}.ach-xp-meta{margin:.4rem 0 0;font-size:.75rem;color:var(--hf-ink-muted)}.ach-stats-strip{display:grid;grid-template-columns:repeat(5,1fr);gap:.35rem;margin-bottom:1.1rem}.ach-stat-chip{padding:.55rem .25rem;border-radius:12px;background:#0000002e;border:1px solid var(--hf-border);text-align:center}.ach-stat-chip strong{display:block;font-size:.95rem}.ach-stat-chip span{font-size:.62rem;color:var(--hf-ink-muted)}.ach-category{margin-bottom:1.15rem}.ach-category h3{margin:0 0 .55rem;font-size:.8rem;letter-spacing:.06em;text-transform:uppercase;color:var(--hf-ink-muted)}.ach-grid{display:flex;flex-direction:column;gap:.5rem}.ach-card{display:flex;gap:.7rem;padding:.75rem .85rem;border-radius:14px;border:1px solid var(--hf-border);background:#24332ee0}.ach-card.is-locked{opacity:.72}.ach-card.is-mystery .ach-card-icon{background:#2a2a2a;color:var(--hf-ink-muted)}.ach-card.is-unlocked{border-color:#e8c54759;box-shadow:0 0 0 1px #e8c54714}.ach-card-icon{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:#e8c5472e;color:var(--hf-star);font-weight:800;flex-shrink:0}.ach-card-body strong{display:block;font-size:.95rem}.ach-card-body p{margin:.2rem 0 .35rem;font-size:.8rem;color:var(--hf-ink-muted);line-height:1.35}.ach-card-xp{font-size:.72rem;font-weight:700;color:var(--hf-sage-soft)}.lb-lead{margin-top:0}.lb-metrics{display:flex;gap:.35rem;overflow-x:auto;padding-bottom:.35rem;margin-bottom:.75rem}.lb-metric{flex:0 0 auto;min-height:40px;padding:.4rem .85rem;border-radius:999px;border:1px solid var(--hf-border);background:transparent;color:var(--hf-ink-muted);font-weight:600;cursor:pointer}.lb-metric.is-active{background:var(--hf-sage);color:#fff;border-color:transparent}.lb-list{display:flex;flex-direction:column;gap:.5rem}.lb-row{display:flex;align-items:center;gap:.7rem;padding:.75rem .85rem;border-radius:14px;border:1px solid var(--hf-border);background:var(--hf-elevated)}.lb-row.is-top{border-color:#e8c54766;background:linear-gradient(120deg,#e8c5471f,#24332ef2)}.lb-rank{width:2.2rem;text-align:center;font-weight:800;font-size:.95rem}.lb-who{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.lb-meta{font-size:.72rem;color:var(--hf-ink-muted)}.lb-value{text-align:right}.lb-value strong{display:block;font-size:1.05rem}.lb-value span{font-size:.68rem;color:var(--hf-ink-muted);text-transform:uppercase}.ach-toast-host{position:fixed;left:50%;bottom:calc(5.5rem + env(safe-area-inset-bottom));transform:translate(-50%) translateY(12px);z-index:1000;display:flex;flex-direction:column;gap:.45rem;width:min(92vw,360px);opacity:0;transition:opacity .35s ease,transform .35s ease;pointer-events:none}.ach-toast-host.is-in{opacity:1;transform:translate(-50%) translateY(0)}.ach-toast{display:flex;gap:.7rem;align-items:center;padding:.85rem .95rem;border-radius:14px;background:#24332ef5;border:1px solid rgba(232,197,71,.45);box-shadow:0 12px 32px #0006;color:var(--hf-ink)}.ach-toast-badge{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:#e8c54733;color:var(--hf-star);font-size:1.2rem;font-weight:800}.ach-toast strong{display:block;font-size:.78rem;color:var(--hf-star);letter-spacing:.03em;text-transform:uppercase}.ach-toast p{margin:.15rem 0 0;font-size:.92rem;font-weight:700}.ach-toast p span{color:var(--hf-sage-soft);font-weight:600;font-size:.82rem}@media(max-width:420px){.ach-stats-strip{grid-template-columns:repeat(3,1fr)}}.ach-daily-card{margin-bottom:.9rem;padding:.9rem 1rem;border-radius:14px;border:1px solid var(--hf-border);background:#00000029}.ach-daily-card h3{margin:0 0 .55rem;font-size:.82rem;letter-spacing:.05em;text-transform:uppercase;color:var(--hf-ink-muted)}.ach-meal-row{display:flex;gap:.4rem;flex-wrap:wrap}.ach-meal{flex:1 1 auto;text-align:center;min-height:40px;padding:.45rem .5rem;border-radius:999px;border:1px dashed var(--hf-border);color:var(--hf-ink-muted);font-size:.78rem;font-weight:700;display:grid;place-items:center}.ach-meal.is-done{border-style:solid;border-color:#7a9e958c;background:#7a9e9538;color:var(--hf-mist)}.ach-daily-meta{margin:.65rem 0 0;font-size:.78rem;color:var(--hf-ink-muted);line-height:1.4}.ach-daily-meta strong{color:var(--hf-ink-soft)}.store-picker-back{margin-bottom:.35rem}.store-picker-map{width:100%;height:min(42vh,280px);border-radius:14px;overflow:hidden;border:1px solid var(--hf-border);margin:.65rem 0 .85rem;background:#0003}.store-picker-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.55rem}.store-picker-option{display:flex;align-items:center;gap:.65rem;padding:.75rem .85rem;border-radius:14px;border:1px solid var(--hf-border);background:#00000024;min-height:54px}.store-picker-option.is-closest{border-color:#7a9e958c;background:#7a9e951f}.store-picker-option.is-selected{box-shadow:inset 0 0 0 1px #7a9e9573}.store-picker-option-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.store-picker-option-main strong{font-size:.9rem}.store-picker-addr,.store-picker-meta{font-size:.78rem;color:var(--hf-ink-muted);line-height:1.35}.store-picker-choose{flex-shrink:0;min-height:44px;padding:.45rem .75rem;font-size:.82rem}.store-picker-empty{padding:.75rem;color:var(--hf-ink-muted);font-size:.88rem}.store-picker-pin{width:32px;height:32px;border-radius:50%;border:2px solid #1a1f1c;background:#e8ebe6;color:#1a1f1c;font-weight:800;font-size:.78rem;display:grid;place-items:center;cursor:pointer;box-shadow:0 2px 8px #00000040}.store-picker-pin.is-closest{background:#7a9e95;color:#0f1412;border-color:#0f1412}.store-picker-user-puck{width:16px;height:16px;border-radius:50%;background:#4c8dff;border:3px solid #fff;box-shadow:0 0 0 2px #4c8dff73}.store-address-line{margin:.15rem 0 .35rem;font-size:.85rem;color:var(--hf-ink-muted)}.branch-kind-label{margin:.15rem 0 0;font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;color:var(--hf-ink-muted)}.branch-parent-line{margin:.35rem 0 0;font-size:.82rem;color:var(--hf-ink-muted)}.branch-stores-section{margin:1rem 0 1.25rem}.branch-stores-lead{margin:.25rem 0 .65rem;font-size:.85rem}.branch-stores-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45rem}.branch-store-leaf{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem .9rem;min-height:52px;border-radius:12px;border:1px solid var(--hf-border);background:#0000001f;cursor:pointer}.branch-store-leaf strong{display:block;font-size:.9rem}.branch-store-meta{display:block;margin-top:.15rem;font-size:.78rem;color:var(--hf-ink-muted)}.branch-store-leaf i{color:var(--hf-ink-muted);font-size:.75rem}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.landing-google-note{margin:1.75rem auto 0;max-width:36rem;font-size:.85rem;line-height:1.45;color:var(--hf-ink-muted)}.landing-google-note a{color:var(--hf-sage-soft);text-decoration:underline;text-underline-offset:2px}.seo-home{max-width:40rem;margin:0 auto;padding:1.5rem 1.25rem 2.5rem;color:var(--hf-ink);line-height:1.55}.seo-home h1{margin:0 0 .35rem;font-family:var(--hf-font-brand);font-size:clamp(1.8rem,5vw,2.4rem);color:var(--hf-mist)}.seo-home-tagline{margin:0 0 1.25rem;color:var(--hf-ink-muted)}.seo-home h2{margin:1.35rem 0 .45rem;font-size:1.05rem}.seo-home a{color:var(--hf-sage-soft)}.landing-purpose-grid{display:grid;gap:1rem;margin:1.5rem 0 0;text-align:left}@media(min-width:720px){.landing-purpose-grid{grid-template-columns:repeat(3,1fr)}}.landing-google-use{margin-top:1.75rem;padding:1.1rem 1.15rem;border-radius:14px;border:1px solid var(--hf-border);background:#0000001f;text-align:left}.landing-google-use h3{margin:0 0 .45rem;font-size:1rem}.landing-google-use p{margin:0;font-size:.92rem;line-height:1.5;color:var(--hf-ink-soft)}.landing-google-use a{color:var(--hf-sage-soft);text-decoration:underline;text-underline-offset:2px}.onboarding-page{min-height:min(100dvh,100vh);display:flex;align-items:flex-start;justify-content:center;padding:max(1rem,env(safe-area-inset-top)) 1rem max(1.25rem,env(safe-area-inset-bottom))}.onboarding-page--boot{align-items:center}.onboarding-card{width:min(100%,28rem);background:var(--hf-elevated);border:1px solid var(--hf-border);border-radius:var(--hf-radius);padding:1.35rem 1.25rem 1.5rem;box-shadow:var(--hf-shadow);color:var(--hf-ink)}.onboarding-card--wide{width:min(100%,34rem)}.onboarding-card h2{margin:.65rem 0 .35rem;font-weight:600}.onboarding-steps{display:flex;gap:.45rem;margin-bottom:.25rem}.onboarding-step-dot{width:.55rem;height:.55rem;border-radius:999px;background:#47655d38}.onboarding-step-dot.is-active{background:var(--hf-sage-soft);transform:scale(1.15)}.onboarding-step-dot.is-done{background:var(--hf-sage-deep)}.onboarding-form{margin-top:.5rem}.onboarding-primary{width:100%;margin-top:.25rem}.onboarding-sign-out{width:100%;margin-top:.65rem}.onboarding-header{margin-bottom:.75rem}.onboarding-section-title{margin:0 0 .55rem;font-size:.92rem;font-weight:600;color:var(--hf-ink-muted);text-transform:uppercase;letter-spacing:.04em}.onboarding-follow-section{margin-top:1rem}.onboarding-suggestions{max-height:min(42vh,22rem);overflow:auto;-webkit-overflow-scrolling:touch}.onboarding-user-meta{font-size:.82rem;color:var(--hf-ink-soft);margin-top:.15rem}.onboarding-search{margin-top:.35rem}.onboarding-search-results{margin-top:.65rem}.onboarding-search-results[hidden]{display:none!important}.onboarding-actions{display:flex;flex-direction:column;gap:.45rem;margin-top:1.15rem;padding-top:.85rem;border-top:1px solid var(--hf-border)}.onboarding-spinner{width:2.25rem;height:2.25rem;margin:0 auto .85rem;border-radius:50%;border:3px solid rgba(71,101,93,.18);border-top-color:var(--hf-sage-soft);animation:onboarding-spin .85s linear infinite}@keyframes onboarding-spin{to{transform:rotate(360deg)}}.hf-tips-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:12000;pointer-events:auto}.hf-tips-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0c12109e}.hf-tips-spotlight{position:fixed;border-radius:var(--hf-radius-sm);box-shadow:0 0 0 9999px #0c12109e;border:2px solid rgba(255,255,255,.85);pointer-events:none;z-index:1;transition:top .2s ease,left .2s ease,width .2s ease,height .2s ease}.hf-tips-spotlight[hidden]{display:none!important}.hf-tips-card{position:fixed;z-index:2;width:min(calc(100vw - 1.5rem),22rem);background:var(--hf-elevated);border:1px solid var(--hf-border);border-radius:var(--hf-radius);padding:1rem 1rem .85rem;box-shadow:0 12px 40px #00000047;color:var(--hf-ink)}.hf-tips-step{margin:0 0 .35rem;font-size:.78rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--hf-sage-soft)}.hf-tips-card h3{margin:0 0 .45rem;font-size:1.05rem;font-weight:600}.hf-tips-body{margin:0 0 .85rem;font-size:.92rem;line-height:1.45;color:var(--hf-ink-soft)}.hf-tips-actions{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.hf-tips-skip{flex:0 0 auto;min-height:44px}.hf-tips-next{flex:1 1 auto;min-height:44px}html.is-native .hf-tips-card{margin-bottom:env(safe-area-inset-bottom)}.homemade-mode-toggle{display:flex;gap:.5rem;margin:0 0 1rem;padding:.25rem;background:var(--hf-surface-soft, rgba(0, 0, 0, .04));border-radius:999px}.homemade-mode-btn{flex:1 1 50%;min-height:44px;padding:.55rem 1rem;border:none;border-radius:999px;background:transparent;color:var(--hf-ink-soft);font-size:.95rem;font-weight:600;cursor:pointer;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.homemade-mode-btn.is-active{background:var(--hf-surface, #fff);color:var(--hf-ink);box-shadow:0 2px 8px #00000014}.homemade-host-picker{display:flex;flex-direction:column;gap:.75rem}.homemade-follow-label{margin:.35rem 0 0;font-size:.82rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;color:var(--hf-ink-soft)}.homemade-follow-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.homemade-follow-empty,.homemade-follow-loading{padding:.85rem .5rem;font-size:.92rem;color:var(--hf-ink-soft)}.homemade-host-card{display:flex;align-items:center;gap:.75rem;width:100%;min-height:54px;padding:.85rem 1rem;border:1px solid var(--hf-border);border-radius:var(--hf-radius);background:var(--hf-surface, #fff);color:var(--hf-ink);text-align:left;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.homemade-host-card:hover,.homemade-host-card:focus-visible{border-color:var(--hf-sage-soft, #8fa88a);box-shadow:0 4px 16px #0000000f}.homemade-host-card--mine{border-color:var(--hf-sage-soft, #8fa88a);background:linear-gradient(135deg,#8fa88a14,#8fa88a05)}.homemade-host-icon{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#8fa88a26;color:var(--hf-sage, #5c7358);font-size:1rem}.homemade-host-label{display:block;font-weight:600;font-size:1rem}.homemade-host-sub{display:block;font-size:.85rem;color:var(--hf-ink-soft)}.homemade-badge{display:inline-flex;align-items:center;gap:.25rem;margin-left:.35rem;padding:.15rem .45rem;border-radius:999px;background:#8fa88a26;color:var(--hf-sage, #5c7358);font-size:.75rem;font-weight:600;vertical-align:middle}.review-compose--homemade h2{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem}.home-profile-page{max-width:var(--hf-max);margin:0 auto;padding:.75rem 1rem calc(5.5rem + env(safe-area-inset-bottom))}.home-profile-header{display:flex;align-items:center;gap:.65rem;margin-bottom:1rem}.home-profile-back{flex:0 0 auto;min-width:2.75rem;min-height:44px;padding:.35rem .55rem}.home-profile-title{margin:0;font-size:1.25rem;font-weight:650;line-height:1.25}.home-profile-host-row{text-align:center;margin-bottom:1.15rem}.home-profile-host-link{display:inline-flex;align-items:center;gap:.65rem;padding:.35rem .75rem;border:1px solid var(--hf-border);border-radius:999px;background:#0000002e;color:var(--hf-ink);cursor:pointer;min-height:44px}.home-profile-host-avatar{width:2.5rem;height:2.5rem;font-size:1rem}.home-profile-host-name{font-weight:600;font-size:.98rem}.home-profile-sub{margin:.45rem 0 0;font-size:.88rem;color:var(--hf-ink-muted)}.home-profile-panel{margin-top:.35rem}.home-profile-grid{margin-top:.25rem}.home-profile-empty{grid-column:1 / -1}.home-profile-locked{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.65rem;margin-top:2.5rem;padding:1.5rem 1rem}.home-profile-lock-icon{width:3.5rem;height:3.5rem;display:grid;place-items:center;border-radius:50%;background:#00000038;color:var(--hf-ink-soft);font-size:1.35rem}.home-profile-lock-title{margin:0;font-size:1.05rem;font-weight:650}.home-profile-lock-copy{margin:0;max-width:18rem;color:var(--hf-ink-muted);font-size:.92rem;line-height:1.45}.home-profile-guest{display:block;font-size:.75rem;color:var(--hf-ink-muted);font-weight:500}.for-you-card-place-link,.comments-place-link,.comments-hero-place-link{display:inline;padding:0;border:none;background:none;color:inherit;font:inherit;font-weight:650;text-align:left;cursor:pointer;text-decoration:underline;text-decoration-color:#eef2f059;text-underline-offset:.15em}.for-you-card-place-link{display:block;width:100%;text-align:left}.for-you-card-place-link:hover,.comments-place-link:hover,.comments-hero-place-link:hover{color:var(--hf-mist)}.maplibregl-map{font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative;-webkit-tap-highlight-color:rgb(0 0 0/0)}.maplibregl-canvas{left:0;position:absolute;top:0}.maplibregl-map:fullscreen{height:100%;width:100%}.maplibregl-ctrl-group button.maplibregl-ctrl-compass{touch-action:none}.maplibregl-canvas-container.maplibregl-interactive,.maplibregl-ctrl-group button.maplibregl-ctrl-compass{cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.maplibregl-canvas-container.maplibregl-interactive.maplibregl-track-pointer{cursor:pointer}.maplibregl-canvas-container.maplibregl-interactive:active,.maplibregl-ctrl-group button.maplibregl-ctrl-compass:active{cursor:grabbing}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-canvas-container.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:pinch-zoom}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:none}.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures,.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-ctrl-bottom-left,.maplibregl-ctrl-bottom-right,.maplibregl-ctrl-top-left,.maplibregl-ctrl-top-right{pointer-events:none;position:absolute;z-index:2}.maplibregl-ctrl-top-left{left:0;top:0}.maplibregl-ctrl-top-right{right:0;top:0}.maplibregl-ctrl-bottom-left{bottom:0;left:0}.maplibregl-ctrl-bottom-right{bottom:0;right:0}.maplibregl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.maplibregl-ctrl-top-left .maplibregl-ctrl{float:left;margin:10px 0 0 10px}.maplibregl-ctrl-top-right .maplibregl-ctrl{float:right;margin:10px 10px 0 0}.maplibregl-ctrl-bottom-left .maplibregl-ctrl{float:left;margin:0 0 10px 10px}.maplibregl-ctrl-bottom-right .maplibregl-ctrl{float:right;margin:0 10px 10px 0}.maplibregl-ctrl-group{background:#fff;border-radius:4px}.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px #0000001a}@media(forced-colors:active){.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px ButtonText}}.maplibregl-ctrl-group button{background-color:transparent;border:0;box-sizing:border-box;cursor:pointer;display:block;height:29px;outline:none;padding:0;width:29px}.maplibregl-ctrl-group button+button{border-top:1px solid #ddd}.maplibregl-ctrl button .maplibregl-ctrl-icon{background-position:50%;background-repeat:no-repeat;display:block;height:100%;width:100%}@media(forced-colors:active){.maplibregl-ctrl-icon{background-color:transparent}.maplibregl-ctrl-group button+button{border-top:1px solid ButtonText}}.maplibregl-ctrl button::-moz-focus-inner{border:0;padding:0}.maplibregl-ctrl-attrib-button:focus,.maplibregl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl button:disabled{cursor:not-allowed}.maplibregl-ctrl button:disabled .maplibregl-ctrl-icon{opacity:.25}.maplibregl-ctrl button:not(:disabled):hover{background-color:#0000000d}.maplibregl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.maplibregl-ctrl-group button:focus:first-child{border-radius:4px 4px 0 0}.maplibregl-ctrl-group button:focus:last-child{border-radius:0 0 4px 4px}.maplibregl-ctrl-group button:focus:only-child{border-radius:inherit}.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}@media(forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}@media(forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}@media(forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-terrain .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%23333' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-terrain-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%2333b5e5' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23aaa' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-waiting .maplibregl-ctrl-icon{animation:maplibregl-spin 2s linear infinite}@media(forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23999' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23666' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}}@keyframes maplibregl-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;cursor:pointer;display:block;height:23px;margin:0 0 -4px -4px;overflow:hidden;width:88px}a.maplibregl-ctrl-logo.maplibregl-compact{width:14px}@media(forced-colors:active){a.maplibregl-ctrl-logo{background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}.maplibregl-ctrl.maplibregl-ctrl-attrib{background-color:#ffffff80;margin:0;padding:0 5px}@media screen{.maplibregl-ctrl-attrib.maplibregl-compact{background-color:#fff;border-radius:12px;box-sizing:content-box;color:#000;margin:10px;min-height:20px;padding:2px 24px 2px 0;position:relative}.maplibregl-ctrl-attrib.maplibregl-compact-show{padding:2px 28px 2px 8px;visibility:visible}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact-show,.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact-show{border-radius:12px;padding:2px 8px 2px 28px}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-inner{display:none}.maplibregl-ctrl-attrib-button{background-color:#ffffff80;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");border:0;border-radius:12px;box-sizing:border-box;cursor:pointer;display:none;height:24px;outline:none;position:absolute;right:0;top:0;width:24px}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;list-style:none}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button::-webkit-details-marker{display:none}.maplibregl-ctrl-bottom-left .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-top-left .maplibregl-ctrl-attrib-button{left:0}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-inner{display:block}.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-button{background-color:#0000000d}.maplibregl-ctrl-bottom-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;right:0}.maplibregl-ctrl-top-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{right:0;top:0}.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{left:0;top:0}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;left:0}}@media screen and (forced-colors:active){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}@media screen and (forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}.maplibregl-ctrl-attrib a{color:#000000bf;text-decoration:none}.maplibregl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.maplibregl-attrib-empty{display:none}.maplibregl-ctrl-scale{background-color:#ffffffbf;border:2px solid #333;border-top:#333;box-sizing:border-box;color:#333;font-size:10px;padding:0 5px}.maplibregl-popup{display:flex;left:0;pointer-events:none;position:absolute;top:0;will-change:transform}.maplibregl-popup-anchor-top,.maplibregl-popup-anchor-top-left,.maplibregl-popup-anchor-top-right{flex-direction:column}.maplibregl-popup-anchor-bottom,.maplibregl-popup-anchor-bottom-left,.maplibregl-popup-anchor-bottom-right{flex-direction:column-reverse}.maplibregl-popup-anchor-left{flex-direction:row}.maplibregl-popup-anchor-right{flex-direction:row-reverse}.maplibregl-popup-tip{border:10px solid transparent;height:0;width:0;z-index:1}.maplibregl-popup-anchor-top .maplibregl-popup-tip{align-self:center;border-bottom-color:#fff;border-top:none}.maplibregl-popup-anchor-top-left .maplibregl-popup-tip{align-self:flex-start;border-bottom-color:#fff;border-left:none;border-top:none}.maplibregl-popup-anchor-top-right .maplibregl-popup-tip{align-self:flex-end;border-bottom-color:#fff;border-right:none;border-top:none}.maplibregl-popup-anchor-bottom .maplibregl-popup-tip{align-self:center;border-bottom:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.maplibregl-popup-anchor-left .maplibregl-popup-tip{align-self:center;border-left:none;border-right-color:#fff}.maplibregl-popup-anchor-right .maplibregl-popup-tip{align-self:center;border-left-color:#fff;border-right:none}.maplibregl-popup-close-button{background-color:transparent;border:0;border-radius:0 3px 0 0;cursor:pointer;position:absolute;right:0;top:0}.maplibregl-popup-close-button:hover{background-color:#0000000d}.maplibregl-popup-content{background:#fff;border-radius:3px;box-shadow:0 1px 2px #0000001a;padding:15px 10px;pointer-events:auto;position:relative}.maplibregl-popup-anchor-top-left .maplibregl-popup-content{border-top-left-radius:0}.maplibregl-popup-anchor-top-right .maplibregl-popup-content{border-top-right-radius:0}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-content{border-bottom-left-radius:0}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-content{border-bottom-right-radius:0}.maplibregl-popup-track-pointer{display:none}.maplibregl-popup-track-pointer *{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.maplibregl-map:hover .maplibregl-popup-track-pointer{display:flex}.maplibregl-map:active .maplibregl-popup-track-pointer{display:none}.maplibregl-marker{left:0;position:absolute;top:0;transition:opacity .2s;will-change:transform}.maplibregl-user-location-dot,.maplibregl-user-location-dot:before{background-color:#1da1f2;border-radius:50%;height:15px;width:15px}.maplibregl-user-location-dot:before{animation:maplibregl-user-location-dot-pulse 2s infinite;content:"";position:absolute}.maplibregl-user-location-dot:after{border:2px solid #fff;border-radius:50%;box-shadow:0 0 3px #00000059;box-sizing:border-box;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px}@keyframes maplibregl-user-location-dot-pulse{0%{opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(3)}to{opacity:0;transform:scale(1)}}.maplibregl-user-location-dot-stale{background-color:#aaa}.maplibregl-user-location-dot-stale:after{display:none}.maplibregl-user-location-accuracy-circle{background-color:#1da1f233;border-radius:100%;height:1px;width:1px}.maplibregl-crosshair,.maplibregl-crosshair .maplibregl-interactive,.maplibregl-crosshair .maplibregl-interactive:active{cursor:crosshair}.maplibregl-boxzoom{background:#fff;border:2px dotted #202020;height:0;left:0;opacity:.5;position:absolute;top:0;width:0}.maplibregl-cooperative-gesture-screen{align-items:center;background:#0006;color:#fff;display:flex;font-size:1.4em;top:0;right:0;bottom:0;left:0;justify-content:center;line-height:1.2;opacity:0;padding:1rem;pointer-events:none;position:absolute;transition:opacity 1s ease 1s;z-index:99999}.maplibregl-cooperative-gesture-screen.maplibregl-show{opacity:1;transition:opacity .05s}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:none}@media(hover:none),(max-width:480px){.maplibregl-cooperative-gesture-screen .maplibregl-desktop-message{display:none}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:block}}.maplibregl-pseudo-fullscreen{height:100%!important;left:0!important;position:fixed!important;top:0!important;width:100%!important;z-index:99999}
