.brand-loader{--brand-loader-size:64px;--brand-loader-gap:24px;--brand-loader-duration:1.35s;--brand-loader-active:#5e17eb;--brand-loader-inactive:#d7c2ff;--brand-loader-inactive-opacity:.24;justify-content:center;align-items:center;gap:var(--brand-loader-gap);display:inline-flex}.brand-loader--compact{--brand-loader-size:42px;--brand-loader-gap:16px}.brand-loader__icon{width:var(--brand-loader-size);height:var(--brand-loader-size);object-fit:contain;animation:brand-loader-cycle var(--brand-loader-duration) ease-in-out infinite;background:0 0;display:block}.brand-loader__icon:nth-child(2){animation-delay:calc(var(--brand-loader-duration) / 3)}.brand-loader__icon:nth-child(3){animation-delay:calc((var(--brand-loader-duration) / 3) * 2)}@keyframes brand-loader-cycle{0%,18%{opacity:1;transform:scale(1)}28%,to{opacity:var(--brand-loader-inactive-opacity);transform:scale(.95)}}@media (prefers-reduced-motion:reduce){.brand-loader__icon{opacity:var(--brand-loader-inactive-opacity);animation:none;transform:scale(.95)}.brand-loader__icon:first-child{opacity:1;transform:scale(1)}}.startup-screen{min-height:var(--app-viewport-height,100dvh);padding:calc(env(safe-area-inset-top,0px) + 32px) 24px calc(env(safe-area-inset-bottom,0px) + 32px);pointer-events:none;background:radial-gradient(circle at 18% 14%,#3b82f621,#0000 28%),radial-gradient(circle at 82% 18%,#2dd4bf21,#0000 24%),linear-gradient(#f5fbff 0%,#eef6ff 42%,#f8fbff 100%);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.startup-screen__backdrop{opacity:.7;pointer-events:none;background:linear-gradient(#fff3 0%,#fff0 28%),repeating-linear-gradient(135deg,#94a3b80f 0 2px,#0000 2px 16px);position:absolute;inset:0}.startup-screen__content{z-index:1;text-align:center;pointer-events:none;justify-items:center;gap:0;width:min(100%,360px);display:grid;position:relative}.startup-screen__secondary{color:#64748b;margin-top:22px;font-size:13px;line-height:1.45}.startup-screen__button{color:#fff;pointer-events:auto;background:linear-gradient(135deg,#0f4c81 0%,#1d4ed8 100%);border-radius:999px;min-height:46px;margin-top:18px;padding:0 18px;font-size:14px;font-weight:800;box-shadow:0 14px 28px #1d4ed82e}.bottom-sheet-root{top:var(--app-viewport-offset-top,0px);height:var(--app-height,100dvh);z-index:1200;overscroll-behavior:contain;align-items:flex-end;display:flex;position:fixed;bottom:auto;left:0;right:0;overflow:hidden}.bottom-sheet-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a6b;position:absolute;inset:0}.bottom-sheet-backdrop--soft{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a2e}.bottom-sheet-panel{width:100%;max-height:min(calc(var(--app-height,100dvh) - env(safe-area-inset-top,0px) - 12px), 760px);padding:10px 18px env(safe-area-inset-bottom,0px);touch-action:pan-y;transform:translateY(calc(var(--bottom-sheet-base-translate,0%) + var(--bottom-sheet-drag-offset,0px)));will-change:transform;background:#fffffffa;border-top:1px solid #e5e7ebf2;border-radius:28px 28px 0 0;outline:none;flex-direction:column;transition:transform .22s,border-radius .22s,box-shadow .22s;animation:.18s ease-out bottom-sheet-enter;display:flex;position:relative;box-shadow:0 -18px 40px #0f172a33}.bottom-sheet-panel--mid{--bottom-sheet-base-translate:22%}.bottom-sheet-panel--full{--bottom-sheet-base-translate:0%;border-radius:24px 24px 0 0}.app-form-sheet-panel{height:calc(var(--app-height,100dvh) - env(safe-area-inset-top,0px));max-height:calc(var(--app-height,100dvh) - env(safe-area-inset-top,0px));padding-bottom:env(safe-area-inset-bottom,0px)}.app-form-sheet-panel .bottom-sheet-body{min-height:0;padding-bottom:calc(20px + env(safe-area-inset-bottom,0px));flex:auto;display:flex}.report-form-sheet-panel .bottom-sheet-body,.add-review-form-sheet-panel .bottom-sheet-body,.suggest-edit-form-sheet-panel .bottom-sheet-body,.home-form-sheet-panel .bottom-sheet-body{padding-bottom:0;overflow:hidden}body.keyboard-open .app-form-sheet-panel{max-height:calc(var(--app-height,100dvh) - env(safe-area-inset-top,0px));border-radius:20px 20px 0 0}.bottom-sheet-panel:focus-visible{box-shadow:0 -18px 40px #0f172a33,0 0 0 2px #5e17eb24}.bottom-sheet-handle{background:#d1d5db;border-radius:999px;width:40px;height:4px;margin:0 auto 14px}.bottom-sheet-title{letter-spacing:-.5px;color:#111827;margin-bottom:12px;font-size:22px;font-weight:800;line-height:1.1}.bottom-sheet-body{-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;touch-action:pan-y;min-height:0;padding-bottom:calc(24px + env(safe-area-inset-bottom,0px));flex:auto;overflow:hidden auto}.app-form-sheet-panel .bottom-sheet-body{overscroll-behavior:contain;overflow-y:hidden}.leaderboard-sheet-panel .bottom-sheet-body{overscroll-behavior:contain;flex-direction:column;min-height:0;padding-bottom:0;display:flex;overflow:hidden}@keyframes bottom-sheet-enter{0%{opacity:.9;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.map-view-host{z-index:0;width:100%;height:100%;position:fixed;inset:0}.map-view-host.is-inactive{opacity:0;pointer-events:none}.map-view-shell{width:100%;height:100%;min-height:var(--app-viewport-height,100dvh);background:radial-gradient(circle at 0 0,#8b5cf629,#0000 32%),linear-gradient(#ece7ff 0%,#f6f8ff 100%);position:absolute;inset:0}.map-view-canvas{width:100%;height:100%;min-height:var(--app-viewport-height,100dvh);display:block}.map-view-host.is-native,.map-view-host.is-native .map-view-shell,.map-view-host.is-native .map-view-canvas,.map-view-host.is-native.is-staging .map-view-overlay{background:0 0}.map-view-overlay{padding:calc(env(safe-area-inset-top,0px) + 24px) 24px calc(env(safe-area-inset-bottom,0px) + 24px);pointer-events:none;z-index:2;background:linear-gradient(#f5fbff33 0%,#eef6ff7a 100%);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.map-view-fallback-card{text-align:center;justify-items:center;gap:0;width:min(100%,340px);display:grid}.map-view-fallback-kicker{letter-spacing:.24em;text-transform:uppercase;color:#0f4c81;font-size:13px;font-weight:800}.map-view-fallback-title{letter-spacing:-.03em;color:#0f172a;margin-top:12px;font-size:24px;font-weight:800;line-height:1.08}.map-view-fallback-copy{color:#475569;margin-top:10px;font-size:14px;line-height:1.5}.map-view-fallback-action{pointer-events:auto;color:#fff;background:linear-gradient(135deg,#8b5cf6,#7c3aed);border-radius:999px;min-height:44px;margin-top:16px;padding:0 18px;font-size:14px;font-weight:800;box-shadow:0 10px 20px #7c3aed38}.filter-sheet-panel{max-height:min(calc(var(--app-viewport-height,100dvh) - env(safe-area-inset-top,0px) - 12px), 820px)}.filter-sheet-panel .bottom-sheet-body{flex-direction:column;min-height:0;padding-bottom:0;display:flex;overflow:hidden}.filter-sheet{flex-direction:column;flex:auto;min-width:0;min-height:0;display:flex}.filter-sheet-header{justify-content:space-between;align-items:center;gap:16px;padding:2px 2px 12px;display:flex}.filter-sheet-title{letter-spacing:-.5px;color:#111827;font-size:22px;font-weight:800;line-height:1.05}.filter-sheet-close{color:#6b7280;background:#f3f4f6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;font-size:34px;line-height:1;display:flex}.filter-sheet-scroll{-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;touch-action:pan-y;flex-direction:column;flex:auto;gap:18px;min-height:0;padding-bottom:24px;display:flex;overflow:hidden auto}.filter-sheet-group{flex-direction:column;gap:10px;display:flex}.filter-sheet-group-title{letter-spacing:1px;text-transform:uppercase;color:#9ca3af;font-size:11px;font-weight:800}.filter-sheet-pill-row{flex-wrap:wrap;gap:12px;display:flex}.filter-choice{color:#111827;background:#fff;border:1.5px solid #e5e7eb;border-radius:999px;min-height:42px;padding:0 18px;font-size:13px;font-weight:700;transition:all .18s;box-shadow:0 2px 8px #0f172a0a}.filter-choice.is-active{color:#5e17eb;background:#f5f3ff;border-color:#8b5cf6}.filter-sheet-amenities-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.filter-amenity{text-align:left;color:#111827;background:#fff;border:1.5px solid #e5e7eb;border-radius:20px;align-items:center;gap:12px;min-height:74px;padding:0 18px;font-size:13px;font-weight:700;transition:all .18s;display:flex}.filter-amenity.is-active{color:#5e17eb;background:#faf5ff;border-color:#d8b4fe}.filter-amenity-icon{color:currentColor;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex}.filter-amenity-icon svg{width:20px;height:20px}.filter-sheet-results{margin-top:4px;padding:14px 2px 0}.filter-sheet-results-kicker{letter-spacing:.9px;text-transform:uppercase;color:#a78bfa;font-size:10px;font-weight:800}.filter-sheet-results-title{letter-spacing:-.3px;color:#5e17eb;margin-top:4px;font-size:16px;font-weight:800;line-height:1.2}.filter-sheet-footer{padding:14px 18px calc(14px + env(safe-area-inset-bottom,0px));-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffffb;border-top:1px solid #e5e7ebf5;flex-shrink:0;grid-template-columns:minmax(0,1fr) minmax(0,2fr);gap:12px;margin:0 -18px;display:grid;position:relative;box-shadow:0 -10px 24px #0f172a0f}.filter-sheet-reset,.filter-sheet-apply{letter-spacing:-.2px;border-radius:999px;height:56px;font-size:15px;font-weight:800}.filter-sheet-reset{color:#111827;background:#f3f4f6}.filter-sheet-apply{color:#fff;background:linear-gradient(135deg,#6f30ff 0%,#5e17eb 100%);box-shadow:0 16px 30px #5e17eb33}@media (width<=380px){.filter-sheet-pill-row{gap:10px}.filter-choice{min-height:40px;padding:0 16px}.filter-sheet-amenities-grid,.filter-sheet-footer{grid-template-columns:1fr}}.restroom-profile{--restroom-profile-action-icon-size:20px;--restroom-profile-metadata-icon-size:21px;--restroom-profile-metadata-icon-badge-size:30px;color:#111827;padding:0 0 calc(22px + env(safe-area-inset-bottom))}.restroom-profile button{font:inherit}.restroom-profile__decision{padding:18px 0 10px}.restroom-profile__title-row{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.restroom-profile__header-more-menu{flex-shrink:0;position:relative}.restroom-profile__header-more-menu[open]{z-index:3}.restroom-profile__header-more-button{color:#374151;cursor:pointer;background:#fff;border:1px solid #e5e7ebf5;border-radius:999px;justify-content:center;align-items:center;width:42px;height:42px;list-style:none;display:inline-flex;box-shadow:0 8px 18px #0f172a0f}.restroom-profile__header-more-button::-webkit-details-marker{display:none}.restroom-profile__header-more-icon{width:var(--restroom-profile-action-icon-size);height:var(--restroom-profile-action-icon-size);justify-content:center;align-items:center;display:inline-flex}.restroom-profile__header-more-icon svg{width:100%;height:100%;display:block}.restroom-profile__title{letter-spacing:-.9px;color:#111827;margin:0;font-size:28px;line-height:1.02}.restroom-profile__variant-label{color:#5b21b6;margin-top:7px;font-size:14px;font-weight:800;line-height:1.3}.restroom-profile__address{color:#4b5563;align-items:flex-start;gap:6px;margin-top:8px;font-size:13px;line-height:1.35;display:flex}.restroom-profile__address svg{color:#6d2eff;flex-shrink:0;width:15px;height:15px;margin-top:1px}.restroom-profile__area{color:#6b7280;margin-top:6px;margin-left:21px;font-size:13px;line-height:1.35}.restroom-profile__freshness{color:#9ca3af;margin-top:6px;margin-left:21px;font-size:12px;font-weight:650;line-height:1.3}.restroom-profile__freshness--verified{color:#15803d}.restroom-profile__identity-tags{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.restroom-profile__identity-tag{color:#5b21b6;background:#f8f4ff;border:1px solid #c4b5fdeb;border-radius:999px;align-items:center;min-height:28px;padding:0 10px;font-size:11px;font-weight:900;display:inline-flex}.restroom-profile__variant-group{margin-top:12px}.restroom-profile__variant-kicker{color:#6d2eff;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;font-size:11px;font-weight:900}.restroom-profile__variant-list{scrollbar-width:none;gap:8px;padding-bottom:2px;display:flex;overflow-x:auto}.restroom-profile__variant-list::-webkit-scrollbar{display:none}.restroom-profile__variant-pill{text-align:left;color:#374151;background:#fff;border:1px solid #e5e7ebf5;border-radius:16px;flex-direction:column;align-items:flex-start;gap:4px;min-width:156px;padding:10px 12px;display:flex;box-shadow:0 8px 20px #0f172a0a}.restroom-profile__variant-pill strong{color:#111827;font-size:13px;line-height:1.3}.restroom-profile__variant-pill span{color:#6b7280;font-size:11px;line-height:1.35}.restroom-profile__variant-pill.is-active{background:linear-gradient(#f8f4ff 0%,#fff 100%);border-color:#6d2eff4d;box-shadow:0 10px 24px #6d2eff1a}.restroom-profile__variant-pill.is-active strong,.restroom-profile__variant-pill.is-active span{color:#4c1d95}.restroom-profile__variant-stack{gap:8px;display:grid}.restroom-profile__variant-row{text-align:left;color:#374151;background:#fff;border:1px solid #e5e7ebf5;border-radius:18px;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:12px 14px;display:flex;box-shadow:0 10px 24px #0f172a0a}.restroom-profile__variant-copy{flex-direction:column;gap:4px;min-width:0;display:flex}.restroom-profile__variant-copy strong{color:#111827;font-size:15px;line-height:1.35}.restroom-profile__variant-copy span{color:#6b7280;font-size:12px;line-height:1.35}.restroom-profile__variant-state{color:#6d28d9;white-space:nowrap;background:#f5f3ff;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;min-height:28px;padding:0 10px;font-size:11px;font-weight:900;display:inline-flex}.restroom-profile__variant-row.is-active{background:linear-gradient(#f8f4ff 0%,#fff 100%);border-color:#6d2eff4d;box-shadow:0 12px 28px #6d2eff1a}.restroom-profile__variant-row.is-active .restroom-profile__variant-copy strong,.restroom-profile__variant-row.is-active .restroom-profile__variant-copy span{color:#4c1d95}.restroom-profile__variant-row.is-active .restroom-profile__variant-state{color:#fff;background:#6d2eff}.restroom-profile__trust{border-top:1px solid #e5e7ebe6;gap:6px;margin-top:12px;padding-top:12px;display:grid}.restroom-profile__cleanliness-summary{color:#111827;background:linear-gradient(#f7fffb 0%,#fff 100%);border:1px solid #bbf7d0e6;border-radius:18px;align-items:center;gap:12px;margin:4px 0 14px;padding:14px 16px;display:flex;box-shadow:0 8px 18px #05966914}.restroom-profile__cleanliness-icon{color:#059669;flex-shrink:0;width:28px;height:28px}.restroom-profile__cleanliness-copy{gap:4px;min-width:0;display:grid}.restroom-profile__cleanliness-summary strong{color:#065f46;font-size:14px;line-height:1.2}.restroom-profile__cleanliness-score{color:#0f766e;flex-wrap:wrap;align-items:center;gap:8px;font-size:13px;font-weight:700;line-height:1.35;display:flex}.restroom-profile__cleanliness-empty{color:#0f766e;font-size:13px;font-weight:700;line-height:1.35}.restroom-profile__stars{color:#d1d5db;text-shadow:0 1px #f59e0b1f;gap:1px;font-size:16px;display:inline-flex}.restroom-profile__stars .is-filled{color:#f59e0b}.restroom-profile__stars--small{margin-top:2px;font-size:12px}.restroom-profile__meta-row{color:#1f2937;flex-wrap:wrap;align-items:center;gap:8px;font-size:13px;font-weight:850;line-height:1.4;display:flex}.restroom-profile__trust-item{align-items:center;gap:5px;display:inline-flex}.restroom-profile__trust-item--reviews{color:#111827}.restroom-profile__trust-rating{font-weight:950}.restroom-profile__meta-icon{color:#6d2eff;background:linear-gradient(#f5f0ff 0%,#ede9fe 100%);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.restroom-profile__meta-icon svg{width:15px;height:15px}.restroom-profile__meta-divider{background:#d1d5dbe6;width:1px;height:20px;margin-right:4px}.restroom-profile__trust-item--open{color:#15803d}.restroom-profile__trust-item--closed,.restroom-profile__trust-item--temporary{color:#dc2626}.restroom-profile__trust-dot{background:#d1d5db;border-radius:999px;flex-shrink:0;width:4px;height:4px;display:inline-flex}.restroom-profile__status{color:#4b5563;background:#f3f4f6}.restroom-profile__status--open{color:#166534;background:#dcfce7}.restroom-profile__status--closed,.restroom-profile__status--temporary{color:#991b1b;background:#fee2e2}.restroom-profile__actions{gap:10px;padding:8px 0 16px;display:grid}.restroom-profile__primary-action{border-radius:var(--loomaps-cta-radius);color:#fff;text-align:center;background:linear-gradient(135deg,#8b5cf6,#7c3aed);border:1px solid #0000;justify-content:center;align-items:center;gap:8px;width:100%;min-height:52px;padding:0 14px;font-size:15px;font-weight:900;line-height:1.2;display:flex;box-shadow:0 10px 26px #7c3aed2e}.restroom-profile__primary-action-icon,.restroom-profile__more-menu-item-icon{width:var(--restroom-profile-action-icon-size);height:var(--restroom-profile-action-icon-size);color:currentColor;flex-shrink:0;justify-content:center;align-items:center;display:flex}.restroom-profile__primary-action [data-restroom-icon],.restroom-profile__fact-icon [data-restroom-icon],.restroom-profile__amenity-icon [data-restroom-icon],.restroom-profile__more-menu-item [data-restroom-icon]{color:currentColor;justify-content:center;align-items:center;display:inline-flex}.restroom-profile__primary-action [data-restroom-icon],.restroom-profile__more-menu-item [data-restroom-icon],.restroom-profile__fact-icon [data-restroom-icon],.restroom-profile__amenity-icon [data-restroom-icon]{width:100%;height:100%}.restroom-profile__cleanliness-icon [data-restroom-icon]{color:currentColor;justify-content:center;align-items:center;width:70%;height:70%;display:inline-flex}.restroom-profile__primary-action [data-restroom-icon] svg,.restroom-profile__fact-icon [data-restroom-icon] svg,.restroom-profile__amenity-icon [data-restroom-icon] svg,.restroom-profile__cleanliness-icon [data-restroom-icon] svg,.restroom-profile__more-menu-item [data-restroom-icon] svg,.restroom-profile__primary-action-icon svg,.restroom-profile__more-menu-item-icon svg{width:100%;height:100%;display:block}.restroom-profile__more-menu-list{background:#fff;border:1px solid #e5e7ebf2;border-radius:14px;gap:2px;min-width:220px;padding:6px;display:grid;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 16px 34px #0f172a1f}.restroom-profile__more-menu-list--header{top:calc(100% + 8px)}.restroom-profile__more-menu-item{color:#374151;text-align:left;border-radius:10px;align-items:center;gap:8px;width:100%;min-height:42px;padding:0 12px;font-size:12px;font-weight:700;display:inline-flex}.restroom-profile__more-menu-item.is-active{color:#5e17eb}.restroom-profile__more-menu-item.is-danger{color:#b91c1c}.restroom-profile__photo-preview{margin-top:2px;padding-bottom:2px}.restroom-profile__photo-preview-card{aspect-ratio:16/10;background:#f3f4f6;border:1px solid #e5e7ebe6;border-radius:18px;width:100%;min-height:184px;position:relative;overflow:hidden;box-shadow:0 10px 24px #0f172a0f}.restroom-profile__photo-preview-card img{object-fit:cover;width:100%;height:100%;display:block}.restroom-profile__photo-preview-card--empty{color:#374151;text-align:center;background:radial-gradient(circle at 50% 20%,#7c3aed21,#0000 36%),linear-gradient(145deg,#fbfaff 0%,#f6f3ff 100%);border-color:#c4b5fd99;flex-direction:column;justify-content:center;align-items:center;gap:9px;padding:24px;display:flex}.restroom-profile__photo-preview-card--empty:not(:disabled):active{transform:scale(.99)}.restroom-profile__photo-placeholder-icon{color:#5e17eb3d;place-items:center;width:54px;height:54px;display:grid}.restroom-profile__photo-placeholder-icon svg{width:48px;height:48px}.restroom-profile__photo-placeholder-copy{gap:3px;display:grid}.restroom-profile__photo-placeholder-copy strong{color:#1f2937;font-size:15px;line-height:1.2}.restroom-profile__photo-placeholder-copy span{color:#6b7280;font-size:13px;line-height:1.35}.restroom-profile__photo-placeholder-action{color:#5e17eb;background:#ffffffc7;border-radius:999px;align-items:center;gap:6px;margin-top:4px;padding:8px 12px;font-size:12px;font-weight:800;display:inline-flex;box-shadow:0 4px 12px #5e17eb14}.restroom-profile__photo-placeholder-action svg{width:14px;height:14px}.restroom-profile__photo-preview-count{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#111827c2;border-radius:999px;align-items:center;gap:6px;min-height:28px;padding:0 10px;font-size:12px;font-weight:900;display:inline-flex;position:absolute;bottom:10px;right:10px}.restroom-profile__photo-preview-count svg{width:14px;height:14px}.restroom-profile__section{border-top:1px solid #e5e7ebd1;padding:16px 0 0}.restroom-profile__section--last{padding-bottom:10px}.restroom-profile__hours-toggle{width:100%;color:inherit;text-align:left;justify-content:space-between;align-items:center;gap:12px;padding:0;display:flex}.restroom-profile__hours-summary{color:#4b5563;flex:1;min-width:0;font-size:14px;line-height:1.5}.restroom-profile__hours-chevron{color:#6b7280;background:#f8fafc;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.restroom-profile__hours-chevron svg{width:16px;height:16px}.restroom-profile__hours-list{border-top:1px solid #e5e7ebd1;gap:10px;margin-top:14px;padding-top:12px;display:grid}.restroom-profile__hours-row{color:#4b5563;justify-content:space-between;align-items:flex-start;gap:14px;font-size:13px;line-height:1.45;display:flex}.restroom-profile__hours-row strong{color:#111827;min-width:34px;font-weight:900}.restroom-profile__hours-row span{text-align:right;flex:1}.restroom-profile__section h2,.restroom-profile__section-head h2{letter-spacing:-.4px;color:#111827;margin:0 0 12px;font-size:19px;font-weight:900}.restroom-profile__section-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.restroom-profile__section-head button{color:#5e17eb;min-height:44px;padding:0 4px;font-size:12px;font-weight:800}.restroom-profile__amenities{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding-bottom:14px;display:grid}.restroom-profile__facts{flex-wrap:wrap;gap:8px;padding-bottom:14px;display:flex}.restroom-profile__fact,.restroom-profile__amenity,.restroom-profile__info-card,.restroom-profile__review,.restroom-profile__empty{background:linear-gradient(#fff 0%,#fcfbff 100%);border:1px solid #e5e7ebe6;border-radius:18px;box-shadow:0 8px 20px #0f172a0a}.restroom-profile__fact,.restroom-profile__amenity{align-items:center;gap:10px;min-height:46px;padding:9px 12px;display:flex}.restroom-profile__fact{border-radius:999px;width:fit-content;min-width:0;max-width:100%;padding-right:13px}.restroom-profile__amenity.is-muted{opacity:.55}.restroom-profile__fact span,.restroom-profile__amenity span{width:var(--restroom-profile-metadata-icon-badge-size);height:var(--restroom-profile-metadata-icon-badge-size);color:#5e17eb;background:linear-gradient(#f5f0ff 0%,#efe7ff 100%);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.restroom-profile__fact svg,.restroom-profile__amenity svg{width:var(--restroom-profile-metadata-icon-size);height:var(--restroom-profile-metadata-icon-size)}.restroom-profile__fact strong,.restroom-profile__amenity strong{font-size:13px;line-height:1.3}.restroom-profile__fact strong{white-space:nowrap}.restroom-profile__info-card{margin-bottom:14px;padding:14px}.restroom-profile__info-card p{color:#4b5563;margin:0 0 8px;font-size:14px;line-height:1.45}.restroom-profile__info-card p:last-child{margin-bottom:0}.restroom-profile__map-card{text-align:left;background:radial-gradient(circle at 28% 64%,#22c55e38 0 18%,#0000 19%),linear-gradient(32deg,#0000 0 38%,#94a3b857 39% 43%,#0000 44%),linear-gradient(116deg,#0000 0 54%,#94a3b84d 55% 59%,#0000 60%),#f5f3ff;border:1px solid #c4b5fdd9;border-radius:18px;width:100%;min-height:128px;margin-bottom:14px;display:block;position:relative;overflow:hidden}.restroom-profile__map-roads{opacity:.85;background-color:#0000;background-image:linear-gradient(90deg,#a78bfa38 1px,#0000 1px),linear-gradient(#a78bfa38 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:26px 26px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:0}.restroom-profile__map-pin{color:#5e17eb;filter:drop-shadow(0 8px 14px #5e17eb40);width:34px;height:34px;position:absolute;top:45%;left:50%;transform:translate(-50%,-72%)}.restroom-profile__map-pin svg{width:34px;height:34px}.restroom-profile__map-copy{background:#fffffff0;border-radius:14px;flex-direction:column;gap:2px;padding:9px 11px;display:flex;position:absolute;bottom:10px;left:10px;right:10px;box-shadow:0 8px 18px #0f172a14}.restroom-profile__map-copy strong{color:#111827;font-size:12px}.restroom-profile__map-copy span{color:#6b7280;font-size:11px}.restroom-profile__map-link{color:#5e17eb;margin-top:2px;font-weight:800}.restroom-profile__reviews{gap:12px;display:grid}.restroom-profile__review-summary{background:linear-gradient(#fff 0%,#fcfbff 100%);border:1px solid #e5e7ebe6;border-radius:18px;align-items:center;gap:12px;margin-bottom:14px;padding:14px;display:flex;box-shadow:0 8px 20px #0f172a0a}.restroom-profile__review-summary-score{letter-spacing:-.8px;color:#f59e0b;min-width:54px;font-size:28px;font-weight:950;line-height:1}.restroom-profile__review-summary-copy{gap:4px;min-width:0;display:grid}.restroom-profile__review-summary-copy strong{color:#111827;font-size:14px;line-height:1.2}.restroom-profile__review-summary-copy span{color:#6b7280;font-size:13px;font-weight:700}.restroom-profile__review{grid-template-columns:40px minmax(0,1fr);align-items:start;gap:12px;padding:15px;display:grid}.restroom-profile__avatar{color:#fff;border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;margin-top:1px;font-size:13px;font-weight:900;display:flex}.restroom-profile__avatar--purple{background:#5e17eb}.restroom-profile__avatar--green{background:#059669}.restroom-profile__avatar--red{background:#dc2626}.restroom-profile__review-top{justify-content:space-between;align-items:center;gap:8px;display:flex}.restroom-profile__review-top strong{color:#111827;font-size:14px;line-height:1.25}.restroom-profile__review-top span{color:#9ca3af;white-space:nowrap;font-size:11px;font-weight:700;line-height:1.25}.restroom-profile__review p{color:#374151;margin:8px 0 0;font-size:14px;line-height:1.55}.restroom-profile__review-photo{background:#f3f4f6;border:1px solid #e5e7ebeb;border-radius:14px;width:100%;margin-top:12px;display:block;overflow:hidden;box-shadow:0 8px 18px #0f172a0d}.restroom-profile__review-photo img{aspect-ratio:16/10;object-fit:cover;width:100%;display:block}.restroom-profile__tags{flex-wrap:wrap;gap:6px;margin-top:10px;display:flex}.restroom-profile__tags span{color:#6b7280;background:#fff;border:1px solid #e5e7eb;border-radius:999px;padding:3px 8px;font-size:10px;font-weight:700}.restroom-profile__review-report{color:#b91c1c;text-align:left;margin-top:10px;padding:0;font-size:12px;font-weight:800}.restroom-profile__empty{color:#6b7280;gap:4px;padding:16px;display:grid}.restroom-profile__empty strong{color:#111827}.restroom-profile__empty-action{color:#5e17eb;justify-self:flex-start;margin-top:8px;font-size:12px;font-weight:800}.restroom-profile__empty--compact{margin-bottom:12px}.restroom-profile__eyebrow{color:#5e17eb;letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:900}.restroom-profile__secondary-action{border-radius:var(--loomaps-cta-radius);justify-content:center;align-items:center;gap:8px;width:100%;min-height:52px;padding:0 14px;font-size:14px;font-weight:900;line-height:1.2;display:flex}.restroom-profile__secondary-action svg{width:20px;height:20px}.restroom-profile__secondary-action{color:#374151;background:#fff;border:1px solid #e5e7ebeb;box-shadow:0 6px 16px #0f172a0d}.restroom-profile__secondary-action--review{margin-top:4px}.restroom-profile__secondary-action.restroom-profile__secondary-action--review{color:#fff;background:linear-gradient(135deg,#8b5cf6,#7c3aed);border:1px solid #0000;box-shadow:0 10px 26px #7c3aed2e}@media (width<=390px){.restroom-profile__title{font-size:25px}.restroom-profile__actions{gap:5px}.restroom-profile__more-menu-list{min-width:min(220px,100vw - 40px)}.restroom-profile__amenities{grid-template-columns:1fr}.restroom-profile__photo-card{min-height:168px}}.report-sheet{flex-direction:column;flex:auto;min-width:0;height:100%;min-height:0;display:flex;overflow:hidden}.report-sheet__content{-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;flex:auto;min-height:0;padding-bottom:12px;overflow:hidden auto}body.keyboard-open .report-sheet__content{padding-bottom:calc(96px + env(safe-area-inset-bottom,0px))}.report-sheet__topbar{justify-content:space-between;align-items:center;gap:12px;margin-bottom:6px;display:flex}.report-sheet__context{min-width:0}.report-sheet__title{letter-spacing:-.5px;color:#111827;font-size:18px;font-weight:800;line-height:1.15}.report-sheet__target{color:#8a94a6;margin-top:4px;font-size:13px;font-weight:600;line-height:1.35}.report-sheet__close{color:#6b7280;background:#f7f7fb;border:1px solid #e5e7eb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.report-sheet__close svg{width:17px;height:17px}.report-sheet__section{margin-top:16px}.report-sheet__section-title{letter-spacing:.8px;text-transform:uppercase;color:#6b7280;margin-bottom:10px;font-size:11px;font-weight:800}.report-sheet__reasons{flex-direction:column;gap:8px;display:flex}.report-sheet__reason{text-align:left;background:#fff;border:1px solid #e5e7eb;border-radius:20px;align-items:center;gap:12px;width:100%;padding:13px 14px;transition:border-color .18s,background .18s,box-shadow .18s;display:flex}.report-sheet__reason.is-selected{background:linear-gradient(#fff 0%,#fbf7ff 100%);border-color:#c7b3ff;box-shadow:0 10px 18px #5e17eb14}.report-sheet__radio{background:#fff;border:1.5px solid #d1d5db;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:21px;height:21px;display:inline-flex}.report-sheet__radio.is-selected{border-color:#5e17eb}.report-sheet__radio-dot{background:0 0;border-radius:50%;width:9px;height:9px}.report-sheet__radio.is-selected .report-sheet__radio-dot{background:#5e17eb}.report-sheet__reason-icon{color:currentColor;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex}.report-sheet__reason-icon svg{width:20px;height:20px}.report-sheet__reason-label{color:#111827;font-size:14px;font-weight:700;line-height:1.35}.report-sheet__textarea{color:#111827;width:100%;min-height:104px;max-height:180px;font:inherit;resize:none;background:#fbfbfd;border:1.5px solid #e5e7eb;border-radius:18px;padding:14px 15px;font-size:14px;line-height:1.5}.report-sheet__textarea::placeholder{color:#9ca3af}.report-sheet__textarea:focus{border-color:#5e17eb;box-shadow:0 0 0 3px #5e17eb1f}.report-sheet__hint{color:#9ca3af;margin-top:6px;font-size:12px}.report-sheet__validation,.report-sheet__error{border-radius:14px;min-height:46px;margin-top:10px;padding:12px 14px;font-size:13px;line-height:1.5}.report-sheet__validation{color:#9a3412;background:#fff7ed;border:1px solid #fdba74}.report-sheet__error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.report-sheet__footer{padding-top:12px;padding-bottom:calc(8px + env(safe-area-inset-bottom,0px));z-index:2;background:linear-gradient(#fff0 0%,#ffffffeb 24%,#fff 42%);flex:none;margin-top:0}.report-sheet__submit{color:#fff;background:linear-gradient(135deg,#ff5a57,#ff4340);border-radius:999px;width:100%;height:52px;font-size:15px;font-weight:800;box-shadow:0 16px 30px #ff434033}.report-sheet__submit:disabled,.report-sheet__close:disabled,.report-sheet__reason:disabled,.report-sheet__textarea:disabled{opacity:.65}@media (width<=390px){.report-sheet__title{font-size:17px}}.add-review-sheet{flex-direction:column;flex:auto;min-width:0;height:100%;min-height:0;display:flex;overflow:hidden}.add-review-sheet__content{-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;flex:auto;min-height:0;padding-bottom:16px;overflow:hidden auto}.add-review-sheet__topbar{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.add-review-sheet__eyebrow{letter-spacing:.8px;text-transform:uppercase;color:#8b5cf6;opacity:.9;font-size:10px;font-weight:700}.add-review-sheet__place{letter-spacing:-.3px;color:#111827;margin-top:3px;font-size:16px;font-weight:800;line-height:1.2}.add-review-sheet__close{color:#6b7280;background:#f7f7fb;border:1px solid #e5e7eb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.add-review-sheet__close svg{width:17px;height:17px}.add-review-sheet__section+.add-review-sheet__section{margin-top:12px}.add-review-sheet__section-title{color:#6b7280;letter-spacing:.6px;text-transform:uppercase;margin-bottom:10px;font-size:11px;font-weight:800}.add-review-sheet__stars{flex-wrap:wrap;gap:6px;display:flex}.add-review-sheet__star-btn{color:#d1d5db;background:#fbfbfd;border:1px solid #e5e7eb;border-radius:14px;justify-content:center;align-items:center;width:42px;height:42px;display:flex;box-shadow:0 6px 14px #0f172a0a}.add-review-sheet__star-btn.is-active{color:#f59e0b;background:linear-gradient(#fffaf0 0%,#fff4da 100%);border-color:#f8c55d;box-shadow:0 10px 22px #f59e0b24}.add-review-sheet__star-btn svg{width:21px;height:21px}.add-review-sheet__cleanliness-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;display:grid}.add-review-sheet__cleanliness-btn{color:#6b7280;background:#fbfbfd;border:1px solid #e5e7eb;border-radius:14px;min-height:42px;font-size:14px;font-weight:800;box-shadow:0 6px 14px #0f172a0a}.add-review-sheet__cleanliness-btn.is-active{color:#0f766e;background:linear-gradient(#f0fdfa 0%,#dcfce7 100%);border-color:#6ee7b7;box-shadow:0 10px 22px #10b9811f}.add-review-sheet__rating-copy{color:#5e17eb;margin-top:8px;font-size:12px;font-weight:700}.add-review-sheet__hint{color:#9ca3af;margin-top:5px;font-size:11px;line-height:1.4}.add-review-sheet__validation{color:#dc2626;margin-top:6px;font-size:12px;font-weight:700}.add-review-sheet__tags{flex-wrap:wrap;gap:7px;display:flex}.add-review-sheet__tag{color:#6b7280;background:#fbfbfd;border:1.5px solid #e5e7eb;border-radius:999px;min-height:32px;padding:0 10px;font-size:11px;font-weight:700;line-height:1}.add-review-sheet__tag.is-selected{color:#5e17eb;background:#f3ecff;border-color:#bca3ff}.add-review-sheet__textarea{color:#111827;resize:none;background:#fbfbfd;border:1.5px solid #e5e7eb;border-radius:18px;width:100%;min-height:100px;padding:12px 13px;font-size:13px;line-height:1.45;box-shadow:inset 0 1px #fffc}.add-review-sheet__textarea::placeholder{color:#9ca3af}.add-review-sheet__upload{background:linear-gradient(#fcfaff 0%,#f7f3ff 100%);border:1.5px dashed #d8c7ff;border-radius:18px;align-items:center;gap:12px;padding:12px 12px 13px;display:flex}.add-review-sheet__upload.is-approved{background:#f0fdf4;border-style:solid;border-color:#86efac}.add-review-sheet__upload input{display:none}.add-review-sheet__upload-icon{color:#5e17eb;background:#5e17eb1a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.add-review-sheet__upload.is-approved .add-review-sheet__upload-icon{color:#15803d;background:#22c55e1f}.add-review-sheet__upload-icon svg{width:20px;height:20px}.add-review-sheet__upload-copy{min-width:0}.add-review-sheet__upload-title{color:#111827;letter-spacing:-.2px;font-size:13px;font-weight:800}.add-review-sheet__upload-subtitle{color:#6b7280;margin-top:3px;font-size:11px;line-height:1.4}.add-review-sheet__photo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:10px;display:grid}.add-review-sheet__photo-card{position:relative}.add-review-sheet__photo-card img{aspect-ratio:1;object-fit:cover;border:1px solid #e5e7eb;border-radius:16px;width:100%}.add-review-sheet__photo-badge{color:#fff;background:#111827b8;border-radius:999px;min-height:24px;padding:4px 8px;font-size:10px;font-weight:800;position:absolute;top:8px;left:8px}.add-review-sheet__photo-remove{color:#6b7280;background:#fff;border:1px solid #e5e7eb;border-radius:12px;width:100%;height:30px;margin-top:8px;padding:0 12px;font-size:11px;font-weight:700}.add-review-sheet__footer{padding-top:12px;padding-bottom:calc(8px + env(safe-area-inset-bottom,0px));z-index:2;background:linear-gradient(#fff0 0%,#ffffffe6 22%,#fff 42%);flex:none;margin-top:4px}body.keyboard-open .add-review-sheet__content{padding-bottom:calc(96px + env(safe-area-inset-bottom,0px))}.add-review-sheet__submit{color:#fff;letter-spacing:-.2px;background:linear-gradient(135deg,#6f2cff,#5e17eb 55%,#7d3cff 100%);border-radius:999px;width:100%;height:48px;font-size:14px;font-weight:800;box-shadow:0 16px 30px #5e17eb3d}.add-review-sheet__submit:disabled,.add-review-sheet__close:disabled,.add-review-sheet__photo-remove:disabled{opacity:.55}.add-review-sheet__footer-validation{color:#b91c1c;background:#fef2f2;border-radius:14px;margin-top:8px;padding:10px 12px;font-size:12px;font-weight:800;line-height:1.35}@media (width<=390px){.add-review-sheet__topbar{align-items:flex-start}.add-review-sheet__place{font-size:15px}.add-review-sheet__star-btn{width:calc(20% - 7px);min-width:38px}}.add-photo-sheet{flex-direction:column;flex:auto;gap:18px;min-width:0;min-height:0;display:flex}.add-photo-sheet__topbar{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.add-photo-sheet__eyebrow{letter-spacing:.9px;text-transform:uppercase;color:#9ca3af;font-size:11px;font-weight:800;line-height:1}.add-photo-sheet__place{color:#111827;letter-spacing:-.6px;margin-top:6px;font-size:21px;font-weight:800;line-height:1.05}.add-photo-sheet__close{color:#6b7280;background:#f3f4f6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.add-photo-sheet__close svg{width:18px;height:18px}.add-photo-sheet__section{flex-direction:column;gap:10px;display:flex}.add-photo-sheet__section-title{color:#111827;font-size:14px;font-weight:800;line-height:1.1}.add-photo-sheet__hint{color:#6b7280;font-size:13px;line-height:1.45}.add-photo-sheet__upload{background:linear-gradient(#fff 0%,#faf7ff 100%);border:1px dashed #c4b5fde6;border-radius:18px;align-items:center;gap:12px;padding:15px 14px;display:flex;position:relative}.add-photo-sheet__upload input{opacity:0;position:absolute;inset:0}.add-photo-sheet__upload-icon{color:#5e17eb;background:linear-gradient(#f1ebff 0%,#e9e1ff 100%);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.add-photo-sheet__upload-icon svg{width:20px;height:20px}.add-photo-sheet__upload-copy{min-width:0}.add-photo-sheet__upload-title{color:#111827;font-size:14px;font-weight:800}.add-photo-sheet__upload-subtitle{color:#6b7280;margin-top:3px;font-size:12px;line-height:1.45}.add-photo-sheet__validation{color:#dc2626;font-size:12px;font-weight:700}.add-photo-sheet__preview-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.add-photo-sheet__preview-card{flex-direction:column;gap:8px;display:flex}.add-photo-sheet__preview-card img{aspect-ratio:1;object-fit:cover;border:1px solid #e5e7ebd9;border-radius:16px;width:100%;box-shadow:0 8px 18px #0f172a0f}.add-photo-sheet__remove{color:#6b7280;background:#f3f4f6;border-radius:999px;height:30px;font-size:11px;font-weight:700}.add-photo-sheet__footer{padding:14px 0 calc(6px + env(safe-area-inset-bottom,0px));z-index:2;background:linear-gradient(#fff0 0%,#fff 24% 100%);margin-top:auto;position:sticky;bottom:0}.add-photo-sheet__submit{color:#fff;letter-spacing:-.2px;background:linear-gradient(135deg,#5e17eb 0%,#7a3cff 100%);border-radius:999px;width:100%;height:54px;font-size:15px;font-weight:700;box-shadow:0 14px 28px #5e17eb38}.add-photo-sheet__submit:disabled{opacity:.55;box-shadow:none}@media (width<=390px){.add-photo-sheet__preview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.add-photo-sheet__place{font-size:18px}}.structured-hours{flex-direction:column;gap:10px;display:flex}.structured-hours__helper{color:#6b7280;font-size:12px;line-height:1.45}.structured-hours__quick{background:linear-gradient(#faf7ff 0%,#f5f3ff 100%);border:1px solid #c4b5fdc7;border-radius:18px;padding:12px}.structured-hours__quick-title{color:#5e17eb;margin-bottom:10px;font-size:13px;font-weight:800}.structured-hours__quick-times{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.structured-hours__preset-row,.structured-hours__day-pills{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.structured-hours__preset,.structured-hours__day-pill{border-radius:999px;min-height:34px;font-size:11px;font-weight:800}.structured-hours__preset{color:#5e17eb;background:#fff;border:1px solid #c4b5fdd1;padding:0 12px}.structured-hours__day-pill{color:#6b7280;background:#ffffffc7;border:1px solid #e5e7ebe6;width:42px}.structured-hours__day-pill.is-selected{color:#fff;background:#5e17eb;border-color:#5e17eb}.structured-hours__apply{color:#fff;background:#5e17eb;border-radius:14px;width:100%;min-height:42px;margin-top:12px;font-size:12px;font-weight:800}.structured-hours__apply:disabled{opacity:.55}.structured-hours__days{flex-direction:column;gap:10px;display:flex}.structured-hours__day{background:linear-gradient(#fff 0%,#fcfbff 100%);border:1px solid #e5e7ebeb;border-radius:18px;padding:12px}.structured-hours__day-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.structured-hours__day-label{color:#111827;font-size:13px;font-weight:800}.structured-hours__add{color:#5e17eb;background:#f5f3ff;border-radius:999px;min-height:30px;padding:0 12px;font-size:11px;font-weight:800}.structured-hours__closed{color:#9ca3af;margin-top:10px;font-size:12px}.structured-hours__intervals{flex-direction:column;gap:10px;margin-top:10px;display:flex}.structured-hours__interval{background:#f8fafce6;border:1px solid #e5e7ebe0;border-radius:14px;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:10px;display:grid}.structured-hours__field{color:#6b7280;flex-direction:column;gap:6px;font-size:11px;font-weight:700;display:flex}.structured-hours__field input{color:#111827;width:100%;min-height:42px;font:inherit;background:#fff;border:1px solid #ddd6feeb;border-radius:12px;padding:0 10px}.structured-hours__remove{color:#b91c1c;background:#fff7f7;border-radius:12px;grid-column:1/-1;min-height:34px;font-size:11px;font-weight:800}@media (width<=390px){.structured-hours__interval,.structured-hours__quick-times{grid-template-columns:1fr}}.structured-suggest-edit{color:#111827;flex-direction:column;flex:auto;height:100%;min-height:0;display:flex;overflow:hidden}.structured-suggest-edit__content{-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;box-sizing:border-box;min-width:0;min-height:0;padding:0 18px calc(32px + env(safe-area-inset-bottom,0px));flex:auto;overflow:hidden auto}.structured-suggest-edit__header{grid-template-columns:40px minmax(0,1fr) 40px;align-items:center;gap:8px;min-height:44px;display:grid}.structured-suggest-edit__header-spacer,.structured-suggest-edit__icon-button{width:40px;height:40px}.structured-suggest-edit__icon-button{color:#5e17eb;background:#faf9ff;border:1px solid #ddd6fee6;border-radius:50%;place-items:center;padding:0;display:grid}.structured-suggest-edit__icon-button svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.structured-suggest-edit__icon-button:active{transform:scale(.96)}.structured-suggest-edit__icon-button:disabled{opacity:.55}.structured-suggest-edit__title{text-align:center;min-width:0}.structured-suggest-edit__title strong{text-overflow:ellipsis;white-space:nowrap;font-size:15px;display:block;overflow:hidden}.structured-suggest-edit__eyebrow{color:#6b7280;margin-bottom:2px;font-size:12px;font-weight:700}.structured-suggest-edit__categories{gap:10px;margin-top:22px;display:grid}.structured-suggest-edit__categories button{color:#1f2937;min-height:56px;font:inherit;text-align:left;background:linear-gradient(#fff 0%,#fcfbff 100%);border:1px solid #ddd6fee0;border-radius:18px;justify-content:space-between;align-items:center;padding:0 16px;font-size:14px;font-weight:750;display:flex}.structured-suggest-edit__categories button>span:last-child{color:#6f30ff;font-size:24px;font-weight:400;line-height:1}.structured-suggest-edit__categories button:active{background:#f7f4ff;transform:scale(.99)}.structured-suggest-edit h2{color:#111827;letter-spacing:-.02em;margin:24px 0 12px;font-size:22px}.structured-suggest-edit__current{background:#faf9ff;border:1px solid #ddd6fecc;border-radius:18px;margin:0 0 18px;padding:14px}.structured-suggest-edit__current>span,.structured-suggest-edit__label>span{color:#6b7280;letter-spacing:.01em;text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:800;display:block}.structured-suggest-edit__current p{color:#1f2937;margin:0;font-size:14px;line-height:1.45}.structured-suggest-edit__current-note{color:#6b7280;margin-top:5px;font-size:12px;line-height:1.4;display:block}.structured-suggest-edit__hours-current{gap:7px;display:grid}.structured-suggest-edit__hours-current>div{justify-content:space-between;gap:12px;font-size:13px;line-height:1.35;display:flex}.structured-suggest-edit__hours-current strong{color:#374151}.structured-suggest-edit__hours-current span{color:#4b5563;text-align:right}.structured-suggest-edit__current-chips{flex-wrap:wrap;gap:7px;display:flex}.structured-suggest-edit__current-chips span{color:#5e17eb;background:#efe9ff;border-radius:999px;padding:6px 9px;font-size:12px;font-weight:750}.structured-suggest-edit__label{gap:9px;display:grid}.structured-suggest-edit input,.structured-suggest-edit select,.structured-suggest-edit textarea{box-sizing:border-box;color:#111827;width:100%;min-height:48px;font:inherit;background:#fff;border:1px solid #ddd6fe;border-radius:14px;outline:none;padding:12px;font-size:15px}.structured-suggest-edit textarea{resize:vertical;line-height:1.45}.structured-suggest-edit input:focus,.structured-suggest-edit select:focus,.structured-suggest-edit textarea:focus{border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed21}.structured-suggest-edit__coordinates{grid-template-columns:1fr 1fr;gap:9px;display:grid}.structured-suggest-edit__amenities{gap:9px;display:grid}.structured-suggest-edit__amenities label{color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:14px;align-items:center;gap:11px;min-height:48px;padding:0 13px;font-size:14px;font-weight:700;display:flex}.structured-suggest-edit__amenities input{accent-color:#5e17eb;width:18px;min-height:18px;margin:0}.structured-suggest-edit__address-search{gap:8px;display:grid}.structured-suggest-edit__address-search>p{color:#6b7280;margin:0;font-size:12px}.structured-suggest-edit__address-search [role=listbox]{background:#fff;border:1px solid #ddd6fe;border-radius:14px;overflow:hidden}.structured-suggest-edit__address-search [role=listbox] button{color:#1f2937;text-align:left;width:100%;font:inherit;background:0 0;border:0;border-bottom:1px solid #f0edff;gap:3px;padding:12px;display:grid}.structured-suggest-edit__address-search [role=listbox] button:last-child{border-bottom:0}.structured-suggest-edit__address-search small{color:#6b7280;font-size:12px}.structured-suggest-edit__address-selected{font-weight:700;color:#15803d!important}.structured-suggest-edit__submit{box-sizing:border-box;color:#fff;background:linear-gradient(135deg,#6f30ff 0%,#5e17eb 100%);border:0;border-radius:16px;width:100%;max-width:100%;min-height:52px;margin-top:24px;font-size:15px;font-weight:800;display:block;box-shadow:0 10px 20px #5e17eb33}.structured-suggest-edit__submit:active{transform:scale(.985)}.structured-suggest-edit__submit:disabled{opacity:.6;box-shadow:none}.structured-suggest-edit__error{color:#b42318;margin:12px 0 0;font-size:13px;font-weight:650}@media (width<=360px){.structured-suggest-edit__coordinates{grid-template-columns:1fr}.structured-suggest-edit__hours-current>div{flex-direction:column;align-items:flex-start;gap:2px}.structured-suggest-edit__hours-current span{text-align:left}}.skeleton{background:#e5e7eb;position:relative;overflow:hidden}.skeleton:after{content:"";background:linear-gradient(90deg,#0000,#ffffffb3,#0000);animation:1.35s ease-in-out infinite skeleton-pulse;position:absolute;inset:0;transform:translate(-100%)}.skeleton--line{border-radius:999px;height:18px}.skeleton--circle{border-radius:50%;width:56px;height:56px}.skeleton--card{border-radius:20px;min-height:92px}.skeleton--pill{border-radius:999px;height:44px}.skeleton--map{min-height:var(--app-viewport-height,100dvh)}.skeleton-home{min-height:var(--app-viewport-height,100dvh);pointer-events:none;background:radial-gradient(circle at 18% 14%,#3b82f621,#0000 28%),radial-gradient(circle at 82% 18%,#2dd4bf21,#0000 24%),linear-gradient(#f5fbff 0%,#eef6ff 42%,#f8fbff 100%);position:relative}.skeleton-home__loader-region{left:24px;right:24px;top:calc(env(safe-area-inset-top,0px) + 96px);bottom:calc(188px + env(safe-area-inset-bottom,0px));z-index:1;pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute}.skeleton-home__top{left:16px;right:16px;top:calc(env(safe-area-inset-top,0px) + 18px);z-index:2;pointer-events:none;gap:12px;display:grid;position:fixed}.skeleton-home__chips{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.skeleton-home__sheet{padding:26px 20px calc(88px + env(safe-area-inset-bottom,0px));z-index:2;pointer-events:none;background:#fffffffa;border-radius:28px 28px 0 0;gap:14px;display:grid;position:fixed;bottom:0;left:0;right:0}.skeleton-detail{background:#f8fafc;min-height:100%}.skeleton-detail__hero{border-radius:0;min-height:260px}.skeleton-detail__body,.skeleton-profile,.skeleton-leaderboard{padding:18px 16px calc(24px + env(safe-area-inset-bottom,0px));gap:14px;display:grid}.skeleton-profile{padding-top:calc(84px + env(safe-area-inset-top,0px))}.skeleton-profile__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}@keyframes skeleton-pulse{to{transform:translate(100%)}}@media (prefers-reduced-motion:reduce){.skeleton:after{animation:none}}.home-shell{background:#f8fafc;flex-direction:column;min-height:100%;display:flex;position:relative}.home-shell--map{min-height:var(--app-viewport-height,100dvh);background:0 0;overflow:hidden}.home-top{z-index:15;background:#fff;flex-shrink:0;padding:54px 16px 0;position:relative;box-shadow:0 2px 8px #0000000f}.home-top--overlay{padding-left:calc(16px + env(safe-area-inset-left,0px));padding-right:calc(16px + env(safe-area-inset-right,0px));padding-top:calc(env(safe-area-inset-top,0px) + 18px);box-shadow:none;pointer-events:none;background:0 0;position:fixed;top:0;left:0;right:0}.home-search-surface{top:calc(env(safe-area-inset-top,0px) + 92px);left:calc(16px + env(safe-area-inset-left,0px));right:calc(16px + env(safe-area-inset-right,0px));bottom:calc(98px + env(safe-area-inset-bottom,0px));z-index:17;pointer-events:none;align-items:flex-start;display:flex;position:fixed}.search-row{pointer-events:none;align-items:center;width:100%;margin-bottom:14px;display:flex}.search-box{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);pointer-events:auto;background:#fffffffa;border:1.5px solid #e5e7ebf5;border-radius:999px;flex:1;align-items:center;gap:12px;min-width:0;height:58px;padding:0 10px 0 20px;display:flex;box-shadow:0 16px 28px #0f172a14,0 4px 12px #0f172a0a}.search-trailing-actions{flex-shrink:0;align-items:center;gap:8px;display:inline-flex}.search-close-btn{color:#818896;pointer-events:auto;background:#11182714;border:none;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.search-close-btn svg{width:18px;height:18px}.search-close-btn:active{background:#11182724}.search-input{color:#4b5563;caret-color:#5e17eb;background:0 0;border:none;flex:1;min-width:0;font-size:16px;font-weight:500}.search-input::placeholder{color:#9ca3af}.search-input::-webkit-search-cancel-button{appearance:none}.search-input::-webkit-search-decoration{appearance:none}.search-input::-webkit-search-results-button{appearance:none}.search-input::-webkit-search-results-decoration{appearance:none}.search-box:active{border-color:#5e17eb57;box-shadow:0 0 0 3px #5e17eb1f,0 14px 30px #0f172a14}.search-ico,.search-filter-btn svg,.vtoggle svg,.home-guest-note svg{flex-shrink:0;display:block}.search-ico{color:#a1a1aa}.search-ico svg,.search-filter-btn svg,.home-guest-note svg{width:18px;height:18px}.search-ph{color:#9ca3af;white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:15px;font-weight:500;overflow:hidden}.search-filter-btn{color:#fff;pointer-events:auto;background:linear-gradient(135deg,#6d28ff 0%,#5e17eb 55%,#7c3aed 100%);border:1px solid #ffffff6b;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;padding:0;display:flex;box-shadow:0 12px 20px #5e17eb38,0 4px 10px #0f172a0f}.search-filter-btn:active{background:linear-gradient(135deg,#6622fb 0%,#5513df 100%);border-color:#ffffff80}.chips-row{scrollbar-width:none;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;touch-action:pan-x;scroll-snap-type:x proximity;pointer-events:auto;flex-wrap:nowrap;gap:10px;padding:2px 2px 12px;display:flex;overflow:auto hidden}.chips-row::-webkit-scrollbar{display:none}.chip{white-space:nowrap;color:#111827;letter-spacing:-.1px;pointer-events:auto;scroll-snap-align:start;touch-action:pan-x;background:#fffffffa;border:1.5px solid #e5e7ebf0;border-radius:999px;flex:none;align-items:center;height:38px;padding:0 17px;font-size:12px;font-weight:800;transition:all .18s;display:inline-flex;box-shadow:0 10px 20px #0f172a0d,0 2px 6px #0f172a08}.chip.on{color:#fff;background:linear-gradient(135deg,#6f30ff 0%,#5e17eb 100%);border-color:#5e17eb;box-shadow:0 12px 22px #5e17eb38,0 3px 8px #0f172a0a}.home-guest-note{color:#6d28d9;pointer-events:auto;background:#f5f3ff;border-radius:999px;align-items:center;gap:7px;margin-bottom:12px;padding:8px 12px;font-size:12px;font-weight:600;display:inline-flex}.home-location-explainer{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);pointer-events:auto;background:linear-gradient(#fffffffa 0%,#f8f5fffa 100%);border:1px solid #e5e7ebeb;border-radius:24px;max-width:420px;margin:0 auto 14px;padding:16px;box-shadow:0 16px 28px #0f172a17,0 3px 8px #0f172a0a}.home-location-explainer__eyebrow{letter-spacing:.7px;text-transform:uppercase;color:#7c3aed;font-size:10px;font-weight:800}.home-location-explainer__title{color:#111827;letter-spacing:-.25px;margin-top:6px;font-size:16px;font-weight:800;line-height:1.2}.home-location-explainer__copy{color:#6b7280;margin-top:8px;font-size:13px;line-height:1.45}.home-location-explainer__actions{gap:10px;margin-top:14px;display:flex}.home-location-explainer__action{letter-spacing:-.1px;border-radius:999px;flex:1;min-height:42px;padding:0 16px;font-size:13px;font-weight:800}.home-location-explainer__action:disabled{opacity:.7}.home-location-explainer__action--secondary{color:#6b7280;background:#fffffffa;border:1.5px solid #e5e7ebf0}.home-location-explainer__action--primary{color:#fff;background:linear-gradient(135deg,#6f30ff 0%,#5e17eb 100%);box-shadow:0 10px 20px #5e17eb33}.home-body{flex-direction:column;flex:1;min-height:0;display:flex}.home-body--overlay{z-index:12;pointer-events:none;background:0 0;position:fixed;inset:0}.home-body--overlay-active{pointer-events:auto}.home-map-controls{right:16px;top:calc(env(safe-area-inset-top,0px) + 140px);z-index:18;pointer-events:auto;position:fixed}.home-map-flyout-icon{color:#fff;background:linear-gradient(135deg,#e85d4a 0%,#db5140 100%);border:1px solid #ffffff6b;border-radius:999px;justify-content:center;align-items:center;width:44px;height:44px;padding:0;display:inline-flex;box-shadow:0 12px 22px #e85d4a3d,0 4px 10px #0f172a14}.home-map-flyout-icon svg{width:20px;height:20px}.home-map-flyout-icon[aria-busy=true]{opacity:.7}.home-map-flyout-icon:active{background:linear-gradient(135deg,#de5745 0%,#d14939 100%);border-color:#ffffff80}.home-toolbar{justify-content:center;align-items:center;padding:14px 16px 10px;display:flex}.home-toolbar--overlay{left:0;right:0;bottom:calc(88px + env(safe-area-inset-bottom,0px));pointer-events:none;background:0 0;padding:0 16px;position:absolute}.home-map-preview-wrap{left:16px;right:16px;bottom:calc(168px + env(safe-area-inset-bottom,0px));z-index:940;pointer-events:none;position:fixed}.view-toggle{pointer-events:auto;background:#fff;border:1px solid #e5e7ebeb;border-radius:999px;padding:5px;display:inline-flex;box-shadow:0 14px 30px #0f172a1f,0 4px 10px #0f172a0d}.vtoggle{color:#6b7280;letter-spacing:.1px;background:0 0;border-radius:999px;align-items:center;gap:6px;height:36px;padding:0 18px;font-size:12px;font-weight:700;transition:all .2s;display:inline-flex}.vtoggle svg{width:15px;height:15px}.vtoggle.on{color:#fff;background:linear-gradient(135deg,#6f30ff 0%,#5e17eb 100%);box-shadow:0 8px 18px #5e17eb42}.home-content{flex:1;min-height:0;padding:0 16px 24px}.home-shell--map .home-content{display:none}.home-map-stage{min-height:calc(var(--app-viewport-height,100dvh) - 210px);pointer-events:none;flex:1}.home-map-panel,.home-list-panel{border:1px solid #e2e8f0e6;border-radius:26px;min-height:460px;position:relative;overflow:hidden;box-shadow:0 18px 34px #0f172a14}.home-map-panel{background:linear-gradient(#ede9fe 0%,#f6f4ff 100%)}.home-map-grid{background-color:#0000;background-image:linear-gradient(90deg,#a78bfa2e 1px,#0000 1px),linear-gradient(#a78bfa2e 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:38px 38px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:0}.home-road,.home-block,.home-map-pin,.home-user-dot,.home-map-card{position:absolute}.home-road{background:#fff;border-radius:4px}.home-block{background:#ddd6fed9;border-radius:8px}.home-block.green{background:#bbf7d0d9}.home-block.blue{background:#bfdbfed9}.home-user-dot{background:#8b5cf6;border:3px solid #fff;border-radius:50%;width:18px;height:18px;transform:translate(-50%,-50%);box-shadow:0 0 0 6px #7c3aed29}.home-map-pin{color:#fff;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;height:34px;padding:0 14px;font-size:12px;font-weight:700;display:inline-flex;transform:translate(-50%,-50%);box-shadow:0 8px 20px #0f172a2e}.home-map-pin.purple{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.home-map-pin.green{background:#10b981}.home-map-pin.dark{background:#4b5563}.home-map-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);pointer-events:auto;background:#fffffff5;border-radius:22px;align-items:center;gap:12px;width:100%;min-height:104px;padding:14px;display:flex;box-shadow:0 16px 28px #0f172a1f}.home-map-card-main{text-align:left;background:0 0;border:none;flex:1;align-items:center;gap:12px;min-width:0;display:flex}.home-map-card-icon{color:#7c3aed;background:#ede9fe;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.home-map-card-icon svg{width:24px;height:24px}.home-map-card-body{flex:1;min-width:0}.home-map-card-name{color:#111827;letter-spacing:-.2px;font-size:15px;font-weight:800}.home-map-card-meta{color:#6b7280;margin-top:2px;font-size:12px}.home-map-card-note{color:#7c3aed;margin-top:5px;font-size:11px;font-weight:700}.home-map-card-status{border-radius:999px;align-items:center;min-height:22px;margin-top:8px;padding:0 9px;font-size:11px;font-weight:700;display:inline-flex}.home-map-card-status--open{color:#065f46;background:#dcfce7}.home-map-card-status--closed{color:#991b1b;background:#fee2e2}.home-map-card-status--unknown{color:#6b7280;background:#f3f4f6}.home-map-card-directions{color:#fff;background:linear-gradient(135deg,#6f30ff 0%,#5e17eb 100%);border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;gap:8px;min-width:114px;min-height:48px;padding:0 16px;font-size:13px;font-weight:800;display:inline-flex;box-shadow:0 12px 22px #5e17eb3d}.home-map-card-directions svg{width:16px;height:16px}.home-list-panel{background:#f8fafc;flex-direction:column;gap:10px;padding:10px;display:flex}.home-list-panel--sheet{min-height:0;box-shadow:none;background:0 0;border:none;padding:6px 2px 4px}.search-results-sheet{max-height:min(calc(var(--app-viewport-height,100dvh) - env(safe-area-inset-top,0px) - 88px), 720px)}.home-discovery-sheet{background:linear-gradient(#fffffffb 0%,#fcfafffb 100%)}.home-discovery-sheet--profile{padding-left:6px;padding-right:6px}.home-discovery-sheet--service-area{max-height:min(calc(var(--app-height,100dvh) - env(safe-area-inset-top,0px) - 8px), 620px);padding:8px 6px env(safe-area-inset-bottom,0px)}.home-discovery-sheet--service-area.bottom-sheet-panel--mid{--bottom-sheet-base-translate:0%}.home-discovery-sheet--service-area .bottom-sheet-body{min-height:0;padding-bottom:max(20px, calc(16px + env(safe-area-inset-bottom,0px)))}.service-area-sheet{gap:10px;padding:10px;display:grid}.service-area-sheet__eyebrow{color:#7c3aed;letter-spacing:.75px;text-transform:uppercase;font-size:11px;font-weight:800}.service-area-sheet__title{color:#111827;letter-spacing:-.7px;margin:0;font-size:28px;line-height:1.05}.service-area-sheet__copy,.service-area-sheet__prompt,.service-area-sheet__email,.service-area-sheet__message{color:#6b7280;margin:0;font-size:14px;line-height:1.45}.service-area-sheet__prompt{color:#111827;font-weight:700}.service-area-sheet__email{color:#5b21b6;overflow-wrap:anywhere;background:#f5f3ff;border-radius:14px;padding:10px 12px}.service-area-sheet__field{color:#6b7280;letter-spacing:.7px;text-transform:uppercase;gap:6px;font-size:11px;font-weight:800;display:grid}.service-area-sheet__field input{box-sizing:border-box;color:#111827;width:100%;min-height:48px;font:inherit;letter-spacing:normal;text-transform:none;border:1.5px solid #e5e7eb;border-radius:14px;padding:0 14px}.service-area-sheet__field input:focus{border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61f}.service-area-sheet__message{color:#5b21b6}.service-area-sheet__actions{gap:8px;margin-top:4px;display:grid}.service-area-sheet__primary,.service-area-sheet__secondary{border-radius:var(--loomaps-cta-radius);min-height:50px;font-size:15px;font-weight:800}.service-area-sheet__primary{color:#fff;background:linear-gradient(135deg,#8b5cf6,#7c3aed);box-shadow:0 10px 24px #7c3aed38}.service-area-sheet__primary:disabled{opacity:.65}.service-area-sheet__secondary{color:#374151;background:#fff;border:1.5px solid #e5e7eb}.home-discovery-sheet.bottom-sheet-panel--mid.home-discovery-sheet--results{--bottom-sheet-base-translate:16%}.home-discovery-sheet.bottom-sheet-panel--mid.home-discovery-sheet--preview{--bottom-sheet-base-translate:26%}.home-discovery-sheet.bottom-sheet-panel--mid.home-discovery-sheet--preview .bottom-sheet-body{padding-bottom:calc(220px + env(safe-area-inset-bottom,0px))}.search-results-sheet__header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.search-results-sheet__summary{gap:4px;min-width:0;display:grid}.search-results-sheet__title{letter-spacing:-.7px;color:#111827;font-size:30px;font-weight:800;line-height:1.05}.search-results-sheet__count{color:#111827;font-size:13px;font-weight:700}.search-results-sheet__controls{flex-shrink:0;align-items:center;gap:8px;display:flex}.search-results-sheet__sort{color:#6b7280;background:#fffffff5;border:1px solid #e5e7ebf5;border-radius:999px;min-height:38px;padding:0 14px;font-size:12px;font-weight:700}.search-results-sheet__done{color:#5e17eb;background:#f5f3ff;border-radius:999px;min-width:72px;min-height:38px;padding:0 15px;font-size:13px;font-weight:800}.search-results-sheet__subhead{margin-bottom:16px}.search-results-sheet__hint{color:#6b7280;font-size:13px;line-height:1.4}.search-results-sheet__filters{scrollbar-width:none;gap:8px;padding-top:10px;display:flex;overflow-x:auto}.search-results-sheet__filters::-webkit-scrollbar{display:none}.search-results-sheet__filter-pill{color:#5e17eb;letter-spacing:.1px;background:#f5f3ff;border-radius:999px;flex:none;align-items:center;min-height:28px;padding:0 12px;font-size:11px;font-weight:800;display:inline-flex}.search-results-sheet__empty{padding:8px 0 12px}.search-autocomplete-panel__status-kicker{letter-spacing:.14em;text-transform:uppercase;color:#7c3aed;font-size:11px;font-weight:800}.search-autocomplete-panel__status-copy{color:#475569;margin-top:6px;font-size:14px;font-weight:600;line-height:1.45}.search-autocomplete-panel{pointer-events:auto;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);overscroll-behavior-y:contain;touch-action:pan-y;background:#fffffffb;border:1px solid #e5e7ebf5;border-radius:28px;width:100%;padding:12px 12px 18px;overflow-y:auto;box-shadow:0 28px 40px #0f172a24,0 10px 18px #0f172a14}.search-suggestions-sheet{gap:16px;padding-bottom:4px;display:grid}.search-suggestions-sheet__section{gap:12px;display:grid}.search-suggestions-sheet__section-title{letter-spacing:.4px;text-transform:uppercase;color:#7c3aed;font-size:12px;font-weight:800}.search-suggestions-sheet__chip-row{scrollbar-width:none;gap:10px;padding-bottom:2px;display:flex;overflow-x:auto}.search-suggestions-sheet__chip-row::-webkit-scrollbar{display:none}.search-suggestions-sheet__chip{color:#111827;background:#fffffffa;border:1px solid #e5e7ebf5;border-radius:999px;flex:none;min-height:40px;padding:0 14px;font-size:13px;font-weight:700;box-shadow:0 8px 18px #0f172a0f}.search-suggestions-sheet__list{gap:8px;display:grid}.search-suggestions-sheet__item{text-align:left;background:#fffffffa;border:1px solid #e5e7ebf5;border-radius:24px;align-items:center;gap:14px;width:100%;min-height:74px;padding:14px 16px;display:flex;box-shadow:0 10px 20px #0f172a0f}.search-suggestions-sheet__icon{border-radius:999px;flex:none;justify-content:center;align-items:center;width:40px;height:40px;font-size:15px;font-weight:800;display:inline-flex}.search-suggestions-sheet__icon--recent{color:#5e17eb;background:#eef2ff}.search-suggestions-sheet__icon--places,.search-suggestions-sheet__icon--areas{color:#6d28d9;background:#f5f3ff}.search-suggestions-sheet__icon--needs{color:#0f766e;background:#ecfeff}.search-suggestions-sheet__copy{gap:4px;min-width:0;display:grid}.search-suggestions-sheet__label{color:#111827;font-size:17px;font-weight:800}.search-suggestions-sheet__subtitle{color:#6b7280;font-size:13px;line-height:1.35}.map-result-card{background:#fffffffa;border:1px solid #e5e7ebf5;border-radius:28px;overflow:hidden;box-shadow:0 16px 28px #0f172a14,0 4px 12px #0f172a0a}.map-result-card__main{text-align:left;background:0 0;border:none;grid-template-columns:120px minmax(0,1fr);width:100%;padding:0;display:grid}.map-result-card__thumb{color:#5e17eb;background:linear-gradient(#eee7ff 0%,#e7ddff 100%);justify-content:center;align-items:center;min-height:196px;display:flex;position:relative}.map-result-card__thumb-image{object-fit:cover;width:100%;height:100%;min-height:196px;display:block}.map-result-card__status-pill{z-index:2;border-radius:999px;align-items:center;min-height:30px;padding:0 12px;font-size:12px;font-weight:800;display:inline-flex;position:absolute;top:12px;left:12px;box-shadow:0 8px 16px #0f172a1f}.map-result-card__status-pill--open{color:#fff;background:#84cc16}.map-result-card__status-pill--closed{color:#fff;background:#ef4444}.map-result-card__status-pill--unknown{color:#6b7280;background:#fffffff0}.map-result-card__thumb--mint{background:linear-gradient(#e7fbf4 0%,#d7f6ea 100%)}.map-result-card__thumb--sky{background:linear-gradient(#e6f4ff 0%,#d5ebff 100%)}.map-result-card__thumb--amber{background:linear-gradient(#fff2df 0%,#ffe7c2 100%)}.map-result-card__thumb svg{width:42px;height:42px}.map-result-card__body{flex-direction:column;min-width:0;padding:16px 18px 18px;display:flex}.map-result-card__title-row{align-items:flex-start;gap:10px;display:flex}.map-result-card__title-wrap{flex:1;min-width:0}.map-result-card__title{letter-spacing:-.35px;color:#111827;font-size:18px;font-weight:800;line-height:1.15}.map-result-card__subtitle{color:#6b7280;margin-top:4px;font-size:14px;line-height:1.35}.map-result-card__save{color:#9ca3af;background:#fff;border:1px solid #e5e7ebf0;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex;box-shadow:0 6px 14px #0f172a0f}.map-result-card__save.is-on{color:#5e17eb;background:#f5f3ff}.map-result-card__save svg{width:16px;height:16px}.map-result-card__meta{color:#6b7280;flex-wrap:wrap;align-items:center;gap:8px;margin-top:10px;font-size:13px;display:flex}.map-result-card__rating{color:#5e17eb;font-weight:800}.map-result-card__cleanliness{align-items:center;gap:8px;margin-top:10px;font-size:12px;display:flex}.map-result-card__cleanliness-label{color:#6b7280;font-weight:700}.map-result-card__cleanliness-value{color:#065f46;font-weight:800}.map-result-card__cleanliness-value.is-muted{color:#9ca3af}.map-result-card__supporting{color:#6b7280;flex-direction:column;gap:4px;margin-top:10px;font-size:12px;line-height:1.45;display:flex}.map-result-card__tags{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.map-result-card__tag{color:#5e17eb;background:#f5f3ff;border-radius:999px;align-items:center;min-height:28px;padding:0 12px;font-size:11px;font-weight:800;display:inline-flex}.map-result-card__tag:nth-child(2){color:#4d7c0f;background:#ecfccb}.map-result-card__tag:nth-child(3){color:#2563eb;background:#eff6ff}.map-result-card__actions{justify-content:space-between;align-items:center;gap:10px;margin-top:14px;display:flex}.map-result-card__directions{color:#fff;background:linear-gradient(135deg,#6f30ff 0%,#5e17eb 100%);border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:0 18px;font-size:14px;font-weight:800;display:inline-flex;box-shadow:0 14px 24px #5e17eb33}.map-result-card__directions svg{width:16px;height:16px}.map-result-card__travel{color:#6b7280;font-size:13px;font-weight:700}.home-gallery-modal{z-index:1200;position:fixed;inset:0}.home-gallery-modal__backdrop{background:#0f172ad6;position:absolute;inset:0}.home-gallery-modal__panel{z-index:1;height:100%;padding:calc(24px + env(safe-area-inset-top,0px)) 16px calc(24px + env(safe-area-inset-bottom,0px));flex-direction:column;justify-content:center;gap:12px;display:flex;position:relative}.home-gallery-modal__close{top:calc(14px + env(safe-area-inset-top,0px));z-index:5;color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);touch-action:manipulation;background:#ffffff1f;border-radius:999px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex;position:absolute;right:16px}.home-gallery-modal__close svg{width:18px;height:18px}.home-gallery-modal__stage{flex:1;justify-content:center;align-items:center;min-height:0;display:flex;position:relative}.home-gallery-modal__stage img{object-fit:contain;background:#ffffff0f;border-radius:24px;width:100%;max-height:100%;display:block}.home-gallery-modal__nav{z-index:2;color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff29;border-radius:999px;justify-content:center;align-items:center;width:42px;height:42px;font-size:34px;font-weight:500;line-height:1;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%)}.home-gallery-modal__nav--prev{left:10px}.home-gallery-modal__nav--next{right:10px}.home-gallery-modal__count{color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f172ab8;border-radius:999px;align-items:center;min-height:28px;padding:0 10px;font-size:12px;font-weight:900;display:inline-flex;position:absolute;bottom:14px;left:50%;transform:translate(-50%)}.home-gallery-modal__thumbs{scrollbar-width:none;grid-auto-columns:64px;grid-auto-flow:column;gap:8px;padding-top:12px;display:grid;overflow-x:auto}.home-gallery-modal__thumbs::-webkit-scrollbar{display:none}.home-gallery-modal__thumb{opacity:.64;background:#ffffff14;border:2px solid #0000;border-radius:14px;height:64px;overflow:hidden}.home-gallery-modal__thumb.is-active{opacity:1;border-color:#fff}.home-gallery-modal__thumb img{object-fit:cover;width:100%;height:100%;display:block}.home-gallery-modal__report{color:#fff;letter-spacing:.01em;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff24;border-radius:999px;align-self:center;min-height:44px;padding:0 18px;font-size:14px;font-weight:700}@media (width<=390px){.home-map-controls{right:12px;top:calc(env(safe-area-inset-top,0px) + 138px)}.home-map-card{gap:10px;padding:12px}.home-map-preview-wrap{bottom:calc(160px + env(safe-area-inset-bottom,0px))}.home-map-card-directions{min-width:102px;padding:0 14px}.search-results-sheet__title{font-size:26px}.search-results-sheet__controls{gap:6px}.search-results-sheet__sort,.search-results-sheet__done{min-height:36px;padding:0 12px;font-size:11px}.map-result-card__main{grid-template-columns:108px minmax(0,1fr)}.map-result-card__thumb,.map-result-card__thumb-image{min-height:188px}.home-map-card-name,.home-list-name{font-size:14px}.home-map-panel,.home-list-panel{min-height:420px}}.checkin-follow-up-sheet-panel{max-height:min(calc(var(--app-viewport-height,100dvh) - env(safe-area-inset-top,0px) - 64px), 420px)}.checkin-follow-up-sheet{padding-bottom:calc(8px + env(safe-area-inset-bottom,0px));flex-direction:column;gap:14px;display:flex}.checkin-follow-up-sheet__eyebrow{letter-spacing:.8px;text-transform:uppercase;color:#7c3aed;font-size:10px;font-weight:800}.checkin-follow-up-sheet__title{letter-spacing:-.6px;color:#111827;font-size:24px;font-weight:900;line-height:1.06}.checkin-follow-up-sheet__copy{color:#6b7280;font-size:14px;line-height:1.5}.checkin-follow-up-sheet__actions{gap:10px;margin-top:4px;display:grid}.checkin-follow-up-sheet__primary,.checkin-follow-up-sheet__secondary,.checkin-follow-up-sheet__dismiss{border-radius:18px;justify-content:center;align-items:center;gap:8px;min-height:52px;font-size:15px;font-weight:800;display:inline-flex}.checkin-follow-up-sheet__primary{color:#fff;background:linear-gradient(135deg,#6f30ff 0%,#5e17eb 100%);box-shadow:0 14px 26px #5e17eb38}.checkin-follow-up-sheet__secondary{color:#5e17eb;background:#f5f3ff;border:1px solid #c4b5fd7a}.checkin-follow-up-sheet__dismiss{color:#6b7280;background:0 0}.checkin-follow-up-sheet__primary svg,.checkin-follow-up-sheet__secondary svg{width:16px;height:16px}.bottom-nav{z-index:1000;min-height:78px;padding:8px 10px calc(10px + env(safe-area-inset-bottom,0px));box-sizing:border-box;pointer-events:auto;background:#fffffffa;border-top:1px solid #e5e7ebf0;align-items:flex-end;gap:2px;transition:opacity .16s,transform .18s;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -16px 36px #0f172a14}body.app-form-sheet-open .bottom-nav,body.keyboard-open .bottom-nav{opacity:0;pointer-events:none;transform:translateY(calc(100% + env(safe-area-inset-bottom,0px)))}.bottom-nav__item{color:#9ca3af;-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex:1;justify-content:center;align-items:center;min-width:0;min-height:58px;padding:4px 0 2px;display:flex}.bottom-nav__inner{text-align:center;width:100%;min-width:52px;max-width:76px;min-height:48px;color:inherit;grid-template-rows:28px auto;justify-content:center;place-items:start center;row-gap:5px;display:grid;position:relative}.bottom-nav--android .bottom-nav__item{padding-top:4px;padding-bottom:2px}.bottom-nav--android .bottom-nav__inner{row-gap:4px}.bottom-nav__icon-shell{background:0 0;border-radius:9px;justify-content:center;align-items:center;width:26px;height:26px;transition:background-color .18s;display:flex;position:relative;overflow:visible}.bottom-nav__icon-shell:before{content:"";border-radius:inherit;background:0 0;position:absolute;inset:0}.bottom-nav__item--active .bottom-nav__icon-shell{background:#5e17eb0f}.bottom-nav__add{-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex:0 0 88px;justify-content:center;align-items:flex-start;min-width:88px;min-height:72px;padding:0;display:inline-flex}.bottom-nav__add-badge{background:linear-gradient(135deg,#6f30ff 0%,#5e17eb 100%);border-radius:999px;justify-content:center;align-items:center;width:64px;height:64px;margin-top:-22px;display:inline-flex;box-shadow:0 18px 30px #5e17eb47,0 6px 12px #0f172a14}.bottom-nav__icon-shell--bell svg{width:24px;height:24px}.bottom-nav__icon-shell svg{z-index:1;display:block;position:relative}.bottom-nav__label{letter-spacing:.15px;width:100%;max-width:100%;color:inherit;text-align:center;white-space:normal;text-wrap:balance;min-height:18px;font-size:10px;font-weight:700;line-height:1.08;display:block}.bottom-nav__item--active{color:#5e17eb}.bottom-nav__badge{z-index:2;background:#ef4444;border:1.5px solid #fff;border-radius:50%;width:9px;height:9px;position:absolute;top:1px;right:1px}.bottom-nav__item:focus-visible{outline:none}.bottom-nav__item:focus-visible .bottom-nav__icon-shell{outline-offset:2px;outline:2px solid #5e17eb24}.bottom-nav__add:focus-visible{outline:none}.bottom-nav__add:focus-visible .bottom-nav__add-badge{outline-offset:3px;outline:3px solid #5e17eb29}.screen-state{justify-content:center;align-items:center;min-height:100%;padding:32px 20px;display:flex}.screen-state--compact{min-height:auto;padding:32px 20px}.screen-state__card{text-align:center;background:#fffffff5;border:1px solid #e5e7ebe6;border-radius:24px;width:100%;max-width:360px;padding:24px 22px;box-shadow:0 16px 34px #0f172a14}.screen-state--compact .screen-state__card{max-width:360px}.screen-state__icon{color:#5e17eb;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 16px;display:inline-flex}.screen-state__icon svg{width:56px;height:56px;display:block}.screen-state__title{letter-spacing:-.5px;color:#111827;font-size:22px;font-weight:800;line-height:1.08}.screen-state__copy{color:#6b7280;margin-top:8px;font-size:13px;line-height:1.55}.screen-state__actions{gap:10px;margin-top:18px;display:grid}.screen-state__button{color:#fff;background:linear-gradient(135deg,#6f30ff 0%,#5e17eb 100%);border-radius:999px;min-height:46px;padding:0 18px;font-size:14px;font-weight:800}:root{--loomaps-cta-radius:18px}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;min-height:100%;min-height:var(--app-height,100dvh);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;overscroll-behavior:none;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,sans-serif}body{min-height:var(--app-height,100dvh);scrollbar-width:none;-ms-overflow-style:none;overflow:hidden}#root{height:100%;min-height:var(--app-height,100dvh);isolation:isolate;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;background:#fff;position:relative;overflow:hidden}html.restroom-share-page-mode,body.restroom-share-page-mode{height:auto;min-height:100%;min-height:var(--app-height,100dvh);overscroll-behavior-y:auto}body.restroom-share-page-mode{overflow:hidden auto}#root.restroom-share-page-mode{height:auto;min-height:var(--app-height,100dvh);overflow:visible}body.bottom-sheet-open{overflow:hidden}body::-webkit-scrollbar{width:0;height:0;display:none}#root::-webkit-scrollbar{width:0;height:0;display:none}.main-tab-layout::-webkit-scrollbar{width:0;height:0;display:none}.main-tab-layout__content::-webkit-scrollbar{width:0;height:0;display:none}.auth-screen::-webkit-scrollbar{width:0;height:0;display:none}.auth-form::-webkit-scrollbar{width:0;height:0;display:none}.profile-scroll::-webkit-scrollbar{width:0;height:0;display:none}.add-loo-scroll::-webkit-scrollbar{width:0;height:0;display:none}.toilet-detail::-webkit-scrollbar{width:0;height:0;display:none}.bottom-sheet-body::-webkit-scrollbar{width:0;height:0;display:none}.chips-row::-webkit-scrollbar{width:0;height:0;display:none}.qa-row::-webkit-scrollbar{width:0;height:0;display:none}.review-filter-row::-webkit-scrollbar{width:0;height:0;display:none}html.home-map-mode,body.home-map-mode,#root.home-map-mode{background:0 0}body.home-map-mode .main-tab-layout,body.home-map-mode .main-tab-layout__content{background:0 0!important}body.home-map-mode .main-tab-layout__content{overflow:hidden}a{color:inherit;text-decoration:none}button{font:inherit;background:0 0;border:none;outline:none}input,textarea,select,button{-webkit-tap-highlight-color:transparent;outline:none}textarea{border:none}input,textarea,select,[contenteditable=true]{-webkit-user-select:text;user-select:text;scroll-margin-bottom:160px}@supports (-webkit-touch-callout:none){input:not([type=checkbox]):not([type=radio]):not([type=range]),textarea,select,[contenteditable=true]{font-size:16px!important}}button,a,label,summary,[role=button],[data-touch-target=true]{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.bottom-sheet-body,.bottom-sheet-body *,.add-loo-scroll,.add-loo-scroll *{touch-action:pan-y}.chips-row,.chips-row *,.search-suggestions-sheet__chip-row,.search-suggestions-sheet__chip-row *,.restroom-profile__variant-list,.restroom-profile__variant-list *{touch-action:pan-x}.bottom-sheet-handle{-webkit-user-select:none;user-select:none}.main-tab-layout{min-height:var(--app-height,100dvh);height:var(--app-height,100dvh);overscroll-behavior:none;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;background:#f8fafc;flex-direction:column;display:flex;position:relative;overflow:visible}.main-tab-layout__content{min-height:0;padding-bottom:calc(104px + env(safe-area-inset-bottom,0px));-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;scrollbar-width:none;-ms-overflow-style:none;flex:1;overflow:hidden auto}.main-tab-layout::-webkit-scrollbar{display:none}.main-tab-layout__content::-webkit-scrollbar{display:none}.auth-screen::-webkit-scrollbar{display:none}.auth-form::-webkit-scrollbar{display:none}.profile-scroll::-webkit-scrollbar{display:none}.add-loo-scroll::-webkit-scrollbar{display:none}.toilet-detail::-webkit-scrollbar{display:none}.bottom-sheet-body::-webkit-scrollbar{display:none}.auth-screen,.auth-form,.profile-scroll,.add-loo-scroll,.toilet-detail,.bottom-sheet-body,.chips-row,.qa-row,.review-filter-row{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.no-select{-webkit-user-select:none;user-select:none}.pts-toast{left:14px;right:14px;bottom:calc(88px + env(safe-area-inset-bottom,0px) + (var(--toast-stack-index,0) * 64px));z-index:1500;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);text-align:left;pointer-events:auto;opacity:0;border:1px solid #fff9;border-radius:18px;align-items:center;gap:10px;max-width:460px;min-height:52px;margin:0 auto;padding:10px 12px;transition:opacity .18s,transform .22s cubic-bezier(.22,1,.36,1);display:flex;position:fixed;transform:translateY(16px)scale(.98);box-shadow:0 14px 30px #0f172a26}.pts-toast.is-visible{opacity:1;transform:translateY(0)scale(1)}.pts-toast__icon-shell{background:#ffffff9e;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex;box-shadow:inset 0 1px #ffffffb3}.pts-toast__icon{justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.pts-toast__icon svg{width:18px;height:18px}.pts-toast__content{flex:1;min-width:0}.pts-toast__message{letter-spacing:-.15px;font-size:13px;font-weight:700;line-height:1.35;display:block}.pts-toast.info{color:#5e17eb;background:#f4effff5;border-color:#c4b5fde6}.pts-toast.info .pts-toast__icon-shell{color:#5e17eb;background:#ffffffad}.pts-toast.success{color:#166534;background:#f0fdf4f5;border-color:#86eface6}.pts-toast.success .pts-toast__icon-shell{color:#15803d;background:#ffffffb8}.pts-toast.error{color:#b91c1c;background:#fef2f2f7;border-color:#fca5a5eb}.pts-toast.error .pts-toast__icon-shell{color:#dc2626;background:#ffffffb8}.pts-toast.warning{color:#92400e;background:#fffbebf7;border-color:#fcd34deb}.pts-toast.warning .pts-toast__icon-shell{color:#d97706;background:#ffffffb8}@media (width<=420px){.pts-toast{left:12px;right:12px;bottom:calc(84px + env(safe-area-inset-bottom,0px) + (var(--toast-stack-index,0) * 64px));padding:10px 12px}}.offline-banner{left:14px;right:14px;top:calc(12px + env(safe-area-inset-top,0px));z-index:1800;color:#fff;text-align:center;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#111827eb;border-radius:999px;justify-content:center;align-items:center;max-width:460px;min-height:40px;margin:0 auto;padding:8px 14px;font-size:12px;font-weight:800;line-height:1.35;display:flex;position:fixed;box-shadow:0 14px 30px #0f172a2e}
