.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}.auth-screen{min-height:var(--app-viewport-height,100dvh);height:var(--app-viewport-height,100dvh);color:#111827;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;background:linear-gradient(#ede9fead 0%,#fff0 180px),#fff;flex-direction:column;display:flex;overflow-y:auto}.auth-top-spacer{flex-shrink:0;height:44px}.auth-logo{align-items:center;gap:11px;padding:16px 16px 4px;display:flex}.logo-mark-svg{color:#fff;background:linear-gradient(135deg,#8b5cf6,#7c3aed);border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;display:flex;box-shadow:0 10px 26px #7c3aed38}.logo-mark-svg svg{width:28px;height:28px}.logo-text{color:#111827;letter-spacing:-.5px;font-size:24px;font-weight:800}.logo-sub{color:#9ca3af;margin-top:1px;font-size:13px}.auth-big{color:#111827;letter-spacing:-.6px;padding:22px 16px 4px;font-size:26px;font-weight:800;line-height:1.1}.auth-small{color:#6b7280;padding:5px 16px 22px;font-size:14px;line-height:1.45}.auth-check-email-copy{padding-bottom:6px}.auth-check-email-address{color:#111827;word-break:break-word;padding:0 16px;font-size:18px;line-height:1.35}.auth-check-email-instruction{padding-top:12px;padding-bottom:28px}.auth-form{flex:none;padding:0 16px 12px;overflow:visible}.auth-check-email-feedback{min-height:0;padding-bottom:8px}.field-group{margin-bottom:16px}.field-label{letter-spacing:.7px;color:#6b7280;text-transform:uppercase;margin-bottom:7px;font-size:11px;font-weight:700;display:block}.field-input,.field-select{color:#111827;appearance:none;background:#fff;border:1.5px solid #e5e7eb;border-radius:14px;width:100%;height:50px;padding:0 15px;font-family:inherit;font-size:15px;transition:border-color .2s,box-shadow .2s}.field-input::placeholder{color:#9ca3af}.field-input:focus,.field-select:focus{border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61f}.field-select{background-image:linear-gradient(45deg,#0000 50%,#6b7280 50%),linear-gradient(135deg,#6b7280 50%,#0000 50%);background-position:calc(100% - 19px) calc(50% - 2px),calc(100% - 13px) calc(50% - 2px);background-repeat:no-repeat;background-size:6px 6px,6px 6px;padding-right:36px}.field-input[readonly]{color:#6b7280;background:#f3f4f6}.auth-password-field{position:relative}.auth-password-field__input{padding-right:78px}.auth-password-field__toggle{color:#6d28d9;background:#f5f3ff;border-radius:999px;min-height:28px;padding:4px 8px;font-size:12px;font-weight:700;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.auth-password-requirements{gap:6px;margin:8px 0 0;padding:0;list-style:none;display:grid}.auth-password-requirements__item{color:#9ca3af;align-items:center;gap:8px;font-size:12px;line-height:1.35;display:flex}.auth-password-requirements__item.is-met{color:#15803d}.auth-password-requirements__indicator{color:currentColor;text-align:center;flex-shrink:0;width:14px;font-size:11px;font-weight:700}.auth-inline-action{text-align:right;margin-bottom:6px}.auth-inline-action button{color:#8b5cf6;font-size:13px;font-weight:700}.divider-row{color:#9ca3af;align-items:center;gap:12px;margin:18px 0;font-size:12px;font-weight:600;display:flex}.divider-row:before,.divider-row:after{content:"";background:#e5e7eb;flex:1;height:1px}.social-btn{color:#111827;background:#fff;border:1.5px solid #e5e7eb;border-radius:999px;justify-content:center;align-items:center;gap:10px;width:100%;height:48px;margin-bottom:10px;font-size:14px;font-weight:600;transition:background .15s;display:flex}.social-btn:disabled{opacity:.6}.social-btn:active{background:#f8fafc}.social-btn--apple{color:#fff;background:#111;border-color:#111}.social-btn--apple:active{background:#1f1f1f}.social-btn--google{background:#fff}.auth-social-stack{padding-bottom:6px}.auth-social-note{color:#6b7280;margin:0 0 12px;font-size:13px;line-height:1.4}.social-icon{flex-shrink:0;width:18px;height:18px;display:block}.auth-switch{text-align:center;color:#6b7280;margin-top:14px;font-size:13px}.auth-link{color:#8b5cf6;font-weight:700}.auth-foot{padding:14px 16px calc(18px + env(safe-area-inset-bottom,0px));background:linear-gradient(#fff0 0%,#fff 18%),#fff;flex-shrink:0;position:sticky;bottom:0}.auth-foot-subaction{margin-top:10px}.auth-check-email-actions{margin-top:28px}.auth-check-email-links{flex-direction:column;align-items:center;gap:14px;margin-top:18px;padding-bottom:2px;display:flex}.auth-btn{border-radius:var(--loomaps-cta-radius);letter-spacing:-.2px;width:100%;height:52px;font-size:15px;font-weight:700;transition:transform .18s,box-shadow .18s,opacity .18s}.auth-btn:active{transform:translateY(1px)}.auth-btn-primary{color:#fff;background:linear-gradient(135deg,#8b5cf6,#7c3aed);box-shadow:0 10px 26px #7c3aed38}.auth-btn-outline{color:#111827;background:#fff;border:1.5px solid #e5e7eb}.auth-btn-secondary-compact{height:46px;font-size:14px}.auth-btn:disabled{opacity:.6}.auth-text-action{color:#7c3aed;text-align:center;min-height:24px;padding:6px 10px;font-size:14px;font-weight:700;line-height:1.4}.auth-text-action:disabled{color:#a78bfa}.auth-error,.auth-note{border-radius:14px;margin-bottom:16px;padding:12px 14px;font-size:13px;line-height:1.4}.auth-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.auth-note{color:#6d28d9;background:#f8f5ff;border:1px solid #8b5cf62e}.auth-check-email-processing{color:#6d28d9;align-items:center;gap:10px;margin-bottom:16px;font-size:14px;font-weight:700;display:flex}.auth-check-email-spinner{border:2px solid #8b5cf633;border-top-color:#7c3aed;border-radius:999px;width:18px;height:18px;animation:.9s linear infinite auth-spin}@keyframes auth-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.auth-area-card{background:#f5f3ff;border-radius:18px;margin-bottom:16px;padding:12px 14px}.auth-field-group-tight{margin-bottom:8px}.auth-field-group-last{margin-bottom:0}.auth-area-eyebrow{color:#8b5cf6;text-transform:uppercase;letter-spacing:.8px;margin-bottom:6px;font-size:11px;font-weight:800}.auth-area-copy{color:#6d28d9;margin-bottom:10px;font-size:12px;line-height:1.45}.auth-placeholder-screen{min-height:calc(var(--app-viewport-height,100dvh) - 70px - env(safe-area-inset-bottom,0px));background:linear-gradient(#ede9fe73 0%,#fff0 220px),#f8fafc;padding:56px 16px 24px}.auth-placeholder-card{background:#fff;border-radius:28px;padding:22px 20px;box-shadow:0 16px 34px #0f172a14}.auth-placeholder-card--centered{text-align:center}.auth-placeholder-kicker{text-transform:uppercase;letter-spacing:.8px;color:#8b5cf6;margin-bottom:10px;font-size:11px;font-weight:800}.auth-placeholder-title{letter-spacing:-.7px;color:#111827;margin-bottom:10px;font-size:28px;font-weight:800;line-height:1.1}.auth-placeholder-copy{color:#6b7280;font-size:15px;line-height:1.6}.auth-placeholder-actions{flex-wrap:wrap;gap:10px;margin-top:20px;display:flex}.auth-welcome-form{padding-top:8px}.auth-welcome-icon{color:#fff;background:linear-gradient(135deg,#8b5cf6,#7c3aed);border-radius:24px;justify-content:center;align-items:center;width:84px;height:84px;margin:0 auto 20px;display:flex;box-shadow:0 16px 34px #7c3aed3d}.auth-welcome-icon svg{width:40px;height:40px}.auth-chip{color:#4b5563;background:#f3f4f6;border-radius:999px;align-items:center;height:34px;padding:0 14px;font-size:13px;font-weight:600;display:inline-flex}@media (width<=390px){.auth-big,.auth-placeholder-title{font-size:24px}}:root{--ob-safe-inset-top:env(safe-area-inset-top,0px);--ob-top-bar-h:max(12px, var(--ob-safe-inset-top));--ob-nav-offset:calc(var(--ob-top-bar-h) + 8px);--ob-safe-top:calc(var(--ob-top-bar-h) + 44px);--ob-panel-h:168px;--ob-brand:#5e17eb;--ob-brand-deep:#4c10cf;--ob-brand-soft:#f3ecff;--ob-brand-soft-strong:#eadfff;--ob-brand-border:#cfbcff;--ob-brand-shadow:#5e17eb52;--ob-brand-shadow-soft:#5e17eb2e}#s-onboard{width:100%;min-height:var(--app-viewport-height,100dvh);background:#f8f7ff;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex;position:fixed;inset:0;overflow:hidden}.ob-status-bar{height:var(--ob-top-bar-h);z-index:0;pointer-events:none;background:0 0;flex-shrink:0;position:relative}#s-onboard:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(#5e17eb14 0%,#5e17eb09 55%,#0000 100%);height:100px;position:absolute;top:0;left:0;right:0}.ob-skip{top:var(--ob-nav-offset);z-index:50;color:#9ca3af;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);-webkit-tap-highlight-color:transparent;background:#ffffffbf;border:1px solid #d1d5db99;border-radius:20px;padding:5px 14px;font-size:11px;font-weight:600;transition:background .15s,color .15s;position:absolute;right:20px}.ob-skip:active{color:#374151;background:#f3f4f6}.ob-counter{top:calc(var(--ob-nav-offset) + 4px);z-index:50;color:#9ca3af;letter-spacing:.4px;font-size:11px;font-weight:700;position:absolute;left:22px}.ob-slides{flex:auto;min-height:0;position:relative;overflow:hidden}.slide{opacity:0;pointer-events:none;flex-direction:column;justify-content:flex-start;align-items:stretch;transition:opacity .4s cubic-bezier(.4,0,.2,1),transform .4s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;inset:0;transform:translate(56px)}.slide.cur{opacity:1;pointer-events:auto;transform:translate(0)}.slide.gone{opacity:0;transform:translate(-56px)}.ob-slide-bg{z-index:0;position:absolute;inset:0}.ob-visual{top:0;left:0;right:0;bottom:var(--ob-panel-h);padding-top:var(--ob-safe-top);z-index:5;box-sizing:border-box;justify-content:center;align-items:flex-start;display:flex;position:absolute;overflow:hidden}.ob-visual-fade{z-index:28;pointer-events:none;background:linear-gradient(#fff0 0%,#ffffff2e 35%,#ffffffad 60%,#fffffff0 82%,#fff 100%);height:60%;position:absolute;bottom:0;left:0;right:0}.ob-text{z-index:30;height:var(--ob-panel-h);opacity:0;box-sizing:border-box;background:#fff;border-radius:28px 28px 0 0;flex-direction:column;justify-content:flex-start;padding:20px 28px 16px;transition:opacity .38s .16s,transform .38s .16s;display:flex;position:absolute;bottom:0;left:0;right:0;overflow:hidden;transform:translateY(16px);box-shadow:0 -1px #0000000a,0 -6px 24px #0000000d}.slide.cur .ob-text{opacity:1;transform:translateY(0)}.ob-eyebrow{letter-spacing:1.4px;text-transform:uppercase;color:var(--ob-brand);flex-shrink:0;margin-bottom:8px;font-size:10px;font-weight:700}.ob-title{color:#111827;letter-spacing:-.55px;margin:0 0 7px;font-size:24px;font-weight:800;line-height:1.15}.ob-sub{color:#9ca3af;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:300px;margin:0;font-size:13px;line-height:1.55;display:-webkit-box;overflow:hidden}.ob-step-count{color:#d1d5db;letter-spacing:.3px;font-size:11px;font-weight:600}.ob-dots{align-items:center;gap:8px;display:flex}.ob-svg-icon{flex-shrink:0;width:1em;height:1em;display:block}.ob-icon{justify-content:center;align-items:center;line-height:1;display:inline-flex}.ob-icon.pin{color:#fff;width:14px;height:14px}.ob-icon.map-card{width:22px;height:22px;color:var(--ob-brand)}.ob-icon.amenity{width:13px;height:13px}.ob-icon.photo{color:#111827b8;width:22px;height:22px}.ob-icon.check-small{width:11px;height:11px}.ob-icon.helpful{color:#f59e0b;width:12px;height:12px}.ob-icon.chip{flex-shrink:0;width:14px;height:14px}.ob-icon.list{width:22px;height:22px}.ob-icon.list.coffee{color:#92400e}.ob-icon.list.building{color:#6b7280}.ob-icon.list.bag{color:#ec4899}.ob-icon.rating-star{width:12px;height:12px}.ob-icon.rating-star.white{color:#fffffff2}.ob-icon.rating-star.gold{color:#f59e0b}.ob-icon.review-star{width:10px;height:10px}.ob-icon.review-star.gold{color:#f59e0b}.ob-icon.dot-update{color:#10b981;width:10px;height:10px}.ob-icon.cta-arrow{color:#fff;width:15px;height:15px}.dot{-webkit-tap-highlight-color:transparent;background:#e5e7eb;border:none;border-radius:4px;flex-shrink:0;width:8px;height:8px;padding:0;transition:width .32s cubic-bezier(.34,1.56,.64,1),background .22s,transform .12s}.dot:active{transform:scale(.92)}.dot.cur{background:var(--ob-brand);border-radius:4px;width:22px}.btn-ob-primary{color:#fff;letter-spacing:-.25px;width:100%;height:54px;box-shadow:0 8px 24px var(--ob-brand-shadow), 0 2px 6px var(--ob-brand-shadow-soft);-webkit-tap-highlight-color:transparent;background:linear-gradient(135deg,#5e17eb 0%,#7a3cff 100%);border:none;border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;gap:6px;font-size:16px;font-weight:800;transition:transform .14s cubic-bezier(.34,1.56,.64,1),box-shadow .14s,filter .14s;display:flex;position:relative;overflow:hidden}.btn-ob-primary:before{content:"";border-radius:inherit;pointer-events:none;background:linear-gradient(#ffffff1f 0%,#0000 60%);position:absolute;inset:0}.btn-ob-primary:active{filter:brightness(.96);transform:scale(.97);box-shadow:0 2px 8px #5e17eb3d}.btn-ob-primary:focus-visible{outline-offset:2px;outline:2px solid #5e17eb59}.btn-ob-ghost{color:#9ca3af;opacity:.65;-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:100%;height:40px;margin-top:6px;font-size:13px;font-weight:600;transition:opacity .15s,color .15s;display:flex}.btn-ob-ghost:active{opacity:1;color:#374151}.ob-footer{z-index:40;padding:10px 24px calc(28px + env(safe-area-inset-bottom,0px));background:#fff;flex-shrink:0;margin-top:auto;position:relative}.ob-footer-top{justify-content:center;align-items:center;margin-bottom:16px;display:flex;position:relative}.ob-footer-top .ob-step-count{position:absolute;right:0}.ob-map-wrap{width:100%;height:100%;position:relative;overflow:hidden}.ob-map-tiles{z-index:5;background:#e8eff7;position:absolute;inset:0}.ob-road-h,.ob-road-v{z-index:6;background:#fff;position:absolute;box-shadow:0 0 0 .5px #d1d8e0}.ob-road-h{left:0;right:0}.ob-road-v{top:0;bottom:0}.ob-block{z-index:7;background:#d0dce9;border-radius:2px;position:absolute}.ob-park{z-index:7;background:#c6dead;border-radius:5px;position:absolute}.ob-water{z-index:7;background:#b3d4f0;border-radius:3px;position:absolute}.ob-map-fade{z-index:24;pointer-events:none;background:linear-gradient(#fff0 0%,#ffffff1a 28%,#ffffff6b 50%,#ffffffd1 72%,#fff 92%);height:65%;position:absolute;bottom:0;left:0;right:0}.ob-user-dot{z-index:15;background:#3b82f6;border:2.5px solid #fff;border-radius:50%;width:15px;height:15px;position:absolute;box-shadow:0 2px 8px #3b82f680}.ob-user-dot:before{content:"";background:#3b82f62e;border-radius:50%;animation:2.4s ease-out infinite obUserPulse;position:absolute;inset:-7px}@keyframes obUserPulse{0%{opacity:1;transform:scale(.5)}to{opacity:0;transform:scale(2.4)}}.ob-mpin{z-index:20;flex-direction:column;align-items:center;animation:.4s both obPinFadeIn;display:flex;position:absolute;transform:translate(-50%,-100%)}.ob-mpin:nth-child(18){animation-delay:50ms}.ob-mpin:nth-child(19){animation-delay:.15s}.ob-mpin:nth-child(20){animation-delay:.25s}.ob-mpin:nth-child(21){animation-delay:.35s}@keyframes obPinFadeIn{0%{opacity:0;margin-top:6px}to{opacity:1;margin-top:0}}.ob-mpin-bub{color:#fff;white-space:nowrap;border:1px solid #00000014;border-radius:10px;align-items:center;gap:4px;padding:5px 10px;font-size:11px;font-weight:800;display:flex;box-shadow:0 3px 10px #0000002e,0 1px 3px #0000001a}.ob-mpin-bub.sel{background:var(--ob-brand);border-color:#0000001a;animation:.42s cubic-bezier(.34,1.56,.64,1) both obPinPop;box-shadow:0 6px 22px #5e17eb6b,0 0 0 4px #5e17eb1f}.ob-mpin-bub.hi{background:#059669}.ob-mpin-bub.mid{background:#4b5563;border-color:#0000001a}.ob-mpin-bub.lo{background:#dc2626}@keyframes obPinPop{0%{transform:scale(.6)translateY(6px)}to{transform:scale(1)translateY(0)}}.ob-mpin-dot{background:#ffffffb3;border-radius:50%;width:6px;height:6px}.ob-mpin-tail{filter:drop-shadow(0 1px 1px #0000001f);border-left:5px solid #0000;border-right:5px solid #0000;width:0;height:0;margin-top:-1px}.ob-mpin-tail.sel{border-top:6px solid var(--ob-brand)}.ob-mpin-tail.hi{border-top:6px solid #059669}.ob-mpin-tail.mid{border-top:6px solid #4b5563}.ob-mpin-tail.lo{border-top:6px solid #dc2626}.ob-map-card{z-index:25;background:#fff;border-radius:18px;align-items:center;gap:12px;padding:13px 15px;animation:.48s cubic-bezier(.34,1.2,.64,1) .25s both obCardUp;display:flex;position:absolute;bottom:18px;left:14px;right:14px;box-shadow:0 10px 36px #00000024,0 2px 6px #0000000d}@keyframes obCardUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ob-mc-icon{background:#f5f3ff;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.ob-mc-name{color:#111827;font-size:13px;font-weight:800}.ob-mc-sub{color:#6b7280;margin-top:2px;font-size:11px}.ob-mc-update{color:#10b981;align-items:center;gap:4px;margin-top:3px;font-size:10px;font-weight:600;display:flex}.ob-mc-right{flex-direction:column;align-items:flex-end;gap:4px;margin-left:auto;display:flex}.ob-mc-dist{color:var(--ob-brand);background:var(--ob-brand-soft);border-radius:9px;padding:3px 9px;font-size:11px;font-weight:800}.ob-mc-rating{color:#f59e0b;align-items:center;gap:4px;font-size:13px;font-weight:800;display:flex}.ob-review-scene{justify-content:center;align-items:flex-start;width:100%;height:100%;padding-top:0;display:flex;position:relative}.ob-review-bg{z-index:0;background:#fff;position:absolute;inset:0}.ob-rev-card{z-index:10;background:#fff;border-radius:20px;width:calc(100% - 40px);max-width:310px;margin-top:0;padding:18px;position:relative;box-shadow:0 14px 44px #00000021,0 2px 8px #0000000f}.ob-rev-header{align-items:flex-start;gap:10px;margin-bottom:12px;display:flex}.ob-rev-av{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:12px;font-weight:800;display:flex}.ob-rev-meta{flex:1;min-width:0}.ob-rev-name{color:#111827;font-size:13px;font-weight:800}.ob-rev-time{color:#9ca3af;margin-top:1px;font-size:10px}.ob-rev-verified{color:#10b981;align-items:center;gap:3px;margin-top:2px;font-size:9px;font-weight:700;display:flex}.ob-rev-rating-inline{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:2px;margin-left:auto;display:flex}.ob-rev-rating-num{color:#111827;text-align:right;font-size:18px;font-weight:800;line-height:1}.ob-rev-rating-stars{gap:1px;display:flex}.ob-rev-rating-star{color:#f59e0b;font-size:10px}.ob-rev-rating-count{color:#9ca3af;text-align:right;font-size:9px;font-weight:600}.ob-rev-text{color:#374151;margin-bottom:12px;font-size:13px;line-height:1.55}.ob-amenities{flex-wrap:wrap;gap:6px;margin-bottom:12px;display:flex}.ob-am{color:#374151;background:#f3f4f6;border-radius:999px;align-items:center;gap:4px;padding:4px 10px;font-size:10px;font-weight:700;display:inline-flex}.ob-am.green{color:#065f46;background:#d1fae5}.ob-am.blue{color:#1d4ed8;background:#dbeafe}.ob-am.purple{background:var(--ob-brand-soft-strong);color:var(--ob-brand)}.ob-rev-photos{gap:6px;margin-bottom:0;display:flex}.ob-rev-photo{border-radius:10px;flex:1;justify-content:center;align-items:center;height:48px;font-size:18px;display:flex}.ob-rev-photo.p1{background:linear-gradient(135deg,#e0e7ff,#c7d2fe)}.ob-rev-photo.p2{background:linear-gradient(135deg,#d1fae5,#a7f3d0)}.ob-rev-photo.p3{background:linear-gradient(135deg,#fef3c7,#fde68a)}.ob-rev-helpful{color:#9ca3af;align-items:center;gap:4px;margin-top:7px;font-size:10px;display:flex}.ob-filter-scene{z-index:10;background:#fff;border-radius:22px;width:calc(100% - 40px);max-width:308px;margin:6px auto 0;padding:18px;position:relative;box-shadow:0 8px 32px #00000017,0 2px 6px #0000000a}.ob-filter-heading{color:#111827;margin-bottom:12px;font-size:14px;font-weight:800}.ob-fchips{flex-wrap:wrap;gap:6px;margin-bottom:13px;display:flex}.ob-fchip{border:1.5px solid #0000;border-radius:15px;align-items:center;gap:5px;height:30px;padding:0 12px;font-size:11px;font-weight:700;display:flex}.ob-fchip-icon{stroke:currentColor;flex-shrink:0;width:14px;height:14px}.ob-fchip.on{background:var(--ob-brand-soft-strong);color:var(--ob-brand-deep);border-color:var(--ob-brand-border)}.ob-fchip.on .ob-fchip-icon{color:var(--ob-brand)}.ob-fchip.off{color:#8b95a7;background:#f9fafb;border-color:#e5e7eb}.ob-fchip.off .ob-fchip-icon{color:#94a3b8}.ob-fsep{background:#f3f4f6;height:1px;margin:0 0 12px}.ob-ftrow{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.ob-ftlabel{color:#374151;font-size:12px;font-weight:600}.ob-ftog{border-radius:11px;flex-shrink:0;align-items:center;width:36px;height:21px;padding:2px;display:flex}.ob-ftog.on{background:var(--ob-brand);justify-content:flex-end}.ob-ftog.off{background:#e5e7eb;justify-content:flex-start}.ob-ftog-knob{background:#fff;border-radius:50%;width:17px;height:17px;box-shadow:0 1px 4px #0000002e}.ob-results-row{background:var(--ob-brand-soft);border-radius:12px;justify-content:space-between;align-items:center;margin-top:0;padding:9px 13px;display:flex}.ob-results-count{color:var(--ob-brand-deep);font-size:13px;font-weight:800}.ob-results-sub{color:var(--ob-brand);margin-top:2px;font-size:10px;font-weight:500}.ob-apply-btn{background:var(--ob-brand);color:#fff;border:none;border-radius:9px;padding:7px 14px;font-size:11px;font-weight:800;box-shadow:0 3px 10px #5e17eb47}.ob-list-scene{z-index:10;flex-direction:column;gap:8px;width:calc(100% - 32px);max-width:318px;margin:6px auto 0;display:flex;position:relative}.ob-lcard{background:#fff;border:1px solid #f3f4f6;border-radius:16px;align-items:center;gap:12px;padding:13px 15px;display:flex;box-shadow:0 2px 10px #00000012,0 1px 3px #0000000a}.ob-lcard-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:20px;display:flex}.ob-lcard-name{color:#111827;font-size:13px;font-weight:800}.ob-lcard-meta{color:#9ca3af;margin-top:2px;font-size:11px}.ob-lcard-update{color:#10b981;align-items:center;gap:4px;margin-top:3px;font-size:10px;font-weight:600;display:flex}.ob-lcard-right{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:4px;margin-left:auto;display:flex}.ob-lbadge{text-transform:uppercase;letter-spacing:.4px;border-radius:10px;padding:3px 9px;font-size:9px;font-weight:800;display:inline-flex}.ob-lbadge.partner{background:var(--ob-brand-soft-strong);color:var(--ob-brand)}.ob-lbadge.verified{color:#065f46;background:#d1fae5}.ob-lcard-rating{color:#f59e0b;justify-content:flex-end;align-items:center;gap:4px;font-size:11px;font-weight:800;display:flex}.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{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}.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__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-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}}.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.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}}.toilet-card{text-align:left;background:#fff;border:1px solid #e5e7ebe6;border-radius:20px;align-items:stretch;gap:10px;width:100%;transition:transform .15s,box-shadow .15s;display:flex;overflow:hidden;box-shadow:0 8px 18px #0f172a0f}.toilet-card:active{transform:scale(.985);box-shadow:0 14px 28px #0f172a1a}.toilet-card__thumb{color:#5e17eb;background:linear-gradient(135deg,#ede9fe,#ddd6fe);flex-shrink:0;justify-content:center;align-items:center;width:88px;min-height:96px;display:flex;position:relative;overflow:hidden}.toilet-card__thumb img{object-fit:cover;width:100%;height:100%;display:block}.toilet-card__thumb--mint{background:linear-gradient(135deg,#dcfce7,#bbf7d0)}.toilet-card__thumb--sky{background:linear-gradient(135deg,#dbeafe,#bfdbfe)}.toilet-card__thumb--amber{background:linear-gradient(135deg,#fef3c7,#fde68a)}.toilet-card__placeholder-icon{width:36px;height:36px}.toilet-card__body{flex:1;min-width:0;padding:11px 12px 10px 0;position:relative}.toilet-card__fav{color:#9ca3af;z-index:2;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;display:flex;position:absolute;top:7px;right:7px;box-shadow:0 1px 3px #5e17eb14,0 1px 2px #0f172a0d}.toilet-card__fav.on{color:#5e17eb}.toilet-card__fav svg{width:14px;height:14px}.toilet-card__name{letter-spacing:-.2px;color:#111827;-webkit-line-clamp:1;-webkit-box-orient:vertical;margin-bottom:2px;padding-right:34px;font-size:14px;font-weight:700;line-height:1.2;display:-webkit-box;overflow:hidden}.toilet-card__address{color:#6b7280;-webkit-line-clamp:1;-webkit-box-orient:vertical;margin-bottom:6px;font-size:12px;line-height:1.25;display:-webkit-box;overflow:hidden}.toilet-card__meta{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.toilet-card__rating{color:#111827;align-items:center;gap:3px;font-size:12px;font-weight:700;display:inline-flex}.toilet-card__stars{color:#f59e0b;align-items:center;gap:1px;display:inline-flex}.toilet-card__star{width:10px;height:10px}.toilet-card__distance{color:#9ca3af;font-size:11px}.toilet-card__open{color:#065f46;background:#dcfce7;border-radius:999px;align-items:center;height:18px;padding:0 7px;font-size:10px;font-weight:700;display:inline-flex}.toilet-card__status{border-radius:999px;align-items:center;height:18px;padding:0 7px;font-size:10px;font-weight:700;display:inline-flex}.toilet-card__status--open{color:#065f46;background:#dcfce7}.toilet-card__status--closed{color:#991b1b;background:#fee2e2}.toilet-card__status--unknown{color:#6b7280;background:#f3f4f6}.toilet-card__amenities{flex-wrap:wrap;gap:4px;margin-top:6px;display:flex}.toilet-card__actions{margin-top:9px}.toilet-card__directions{color:#fff;letter-spacing:-.1px;background:linear-gradient(135deg,#6f30ff 0%,#5e17eb 100%);border-radius:999px;align-items:center;gap:7px;min-height:34px;padding:0 14px;font-size:11px;font-weight:800;display:inline-flex;box-shadow:0 10px 18px #5e17eb33}.toilet-card__directions:disabled{opacity:.6;box-shadow:none}.toilet-card__directions svg{width:14px;height:14px}.toilet-card__amenity{color:#5e17eb;background:#f5f3ff;border-radius:999px;align-items:center;height:20px;padding:0 8px;font-size:10px;font-weight:700;display:inline-flex}.toilet-card__amenity--free,.toilet-card__amenity--open{color:#065f46;background:#dcfce7}.toilet-card__amenity--customers,.toilet-card__amenity--paid{color:#92400e;background:#fef3c7}@media (width<=390px){.toilet-card__thumb{width:82px}.toilet-card__name{font-size:14px}}.favorites-screen{background:linear-gradient(#fffffffa 0 112px,#f8fafc 112px),#f8fafc;flex-direction:column;min-height:100%;display:flex}.favorites-header{padding:calc(18px + env(safe-area-inset-top,0px)) 20px 12px;background:#fffffffa;flex-shrink:0}.favorites-title{letter-spacing:-.7px;color:#111827;font-size:28px;font-weight:800;line-height:1.05}.favorites-body{flex:1;min-height:0;padding:0 16px 16px}.favorites-list{flex-direction:column;gap:10px;padding-bottom:4px;display:flex}.favorites-empty-card{min-height:calc(var(--app-viewport-height,100dvh) - 220px);text-align:center;background:#fffffff5;border:1px solid #e5e7ebe6;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;padding:24px 22px;display:flex;box-shadow:0 14px 28px #0f172a0f}.favorites-empty-icon{color:#5e17eb;background:linear-gradient(135deg,#f5f3ff,#ede9fe);border-radius:18px;justify-content:center;align-items:center;width:56px;height:56px;display:flex;box-shadow:0 10px 20px #5e17eb1a}.favorites-empty-icon svg{width:24px;height:24px}.favorites-empty-title{letter-spacing:-.5px;color:#111827;margin-top:16px;font-size:22px;font-weight:800;line-height:1.1}.favorites-empty-copy{color:#6b7280;max-width:24ch;margin-top:8px;font-size:13px;line-height:1.55}.favorites-primary-btn,.favorites-secondary-btn{letter-spacing:-.2px;border-radius:999px;width:100%;max-width:240px;height:50px;font-size:15px;font-weight:700}.favorites-primary-btn{color:#fff;background:linear-gradient(135deg,#6f30ff 0%,#5e17eb 100%);margin-top:18px;box-shadow:0 16px 30px #5e17eb33}.favorites-secondary-btn{color:#6b7280;background:#fff;border:1.5px solid #e5e7eb;margin-top:10px}.alerts-screen{background:linear-gradient(#fffffffa 0 112px,#f8fafc 112px),#f8fafc;flex-direction:column;min-height:100%;display:flex}.alerts-header{padding:calc(18px + env(safe-area-inset-top,0px)) 20px 12px;background:#fffffffa}.alerts-title{letter-spacing:-.7px;color:#111827;font-size:28px;font-weight:800;line-height:1.05}.alerts-body{padding:0 16px calc(20px + env(safe-area-inset-bottom,0px))}.alerts-permission-card{background:linear-gradient(#fdfbff 0%,#f7f2ff 100%);border:1px solid #c4b5fd99;border-radius:24px;margin-bottom:16px;padding:18px 16px;box-shadow:0 16px 34px #5e17eb14}.alerts-permission-eyebrow{letter-spacing:.7px;text-transform:uppercase;color:#7c3aed;font-size:10px;font-weight:800}.alerts-permission-title{letter-spacing:-.5px;color:#111827;margin-top:6px;font-size:22px;font-weight:800;line-height:1.1}.alerts-permission-copy{color:#6b7280;margin-top:8px;font-size:13px;line-height:1.55}.alerts-permission-btn{color:#fff;background:linear-gradient(135deg,#6f30ff 0%,#5e17eb 100%);border-radius:999px;width:100%;min-height:48px;margin-top:16px;font-size:14px;font-weight:800;box-shadow:0 12px 24px #5e17eb2e}.alerts-activity-section{background:#fffffff5;border:1px solid #e5e7ebe6;border-radius:24px;margin-bottom:16px;padding:16px;box-shadow:0 16px 34px #0f172a14}.alerts-section-head{margin-bottom:12px}.alerts-section-title{letter-spacing:-.45px;color:#111827;font-size:20px;font-weight:800;line-height:1.1}.alerts-activity-list{flex-direction:column;gap:10px;display:flex}.alerts-activity-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;justify-content:space-between;align-items:flex-start;gap:12px;padding:12px 12px 11px;display:flex;box-shadow:0 8px 18px #0f172a0a}.alerts-activity-copy{min-width:0}.alerts-activity-title-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.alerts-activity-title{color:#111827;font-size:13px;font-weight:800;line-height:1.35}.alerts-activity-subtitle{color:#6b7280;margin-top:4px;font-size:12px;line-height:1.45}.alerts-activity-status{letter-spacing:.3px;text-transform:uppercase;color:#6b7280;background:#f3f4f6;border-radius:999px;align-items:center;height:22px;padding:0 8px;font-size:10px;font-weight:800;display:inline-flex}.alerts-activity-status.is-approved,.alerts-activity-status.is-resolved{color:#166534;background:#dcfce7}.alerts-activity-status.is-pending,.alerts-activity-status.is-reviewing{color:#92400e;background:#fef3c7}.alerts-activity-status.is-rejected{color:#991b1b;background:#fee2e2}.alerts-activity-date{color:#9ca3af;flex-shrink:0;padding-top:2px;font-size:11px;font-weight:700}.alerts-activity-empty{color:#6b7280;text-align:center;background:#f8fafc;border:1px solid #e5e7eb;border-radius:18px;padding:14px;font-size:13px;line-height:1.5}.alerts-toolbar{justify-content:flex-end;margin-bottom:10px;display:flex}.alerts-mark-all{color:#5e17eb;background:#fff;border:1px solid #5e17eb24;border-radius:999px;height:34px;padding:0 14px;font-size:12px;font-weight:700;box-shadow:0 6px 14px #0f172a0a}.alerts-mark-all:disabled{opacity:.45}.alerts-list{flex-direction:column;gap:8px;display:flex}.alerts-card,.alerts-empty,.alerts-error,.alerts-loading,.alerts-guest{background:#fffffff5;border:1px solid #e5e7ebe6;border-radius:24px;box-shadow:0 12px 24px #0f172a0f}.alerts-card{grid-template-columns:14px minmax(0,1fr) auto;align-items:flex-start;gap:12px;padding:16px;transition:background .2s,border-color .2s,box-shadow .2s;display:grid;position:relative}.alerts-card.is-unread{background:linear-gradient(#fdfbff 0%,#f9f5ff 100%);border-color:#e9ddff;box-shadow:0 14px 28px #5e17eb14}.alerts-card.is-unread:before{content:"";background:#5e17eb;border-radius:999px;width:4px;position:absolute;top:12px;bottom:12px;left:0}.alerts-card.is-high-priority.is-unread{border-color:#c4b5fd;box-shadow:0 16px 30px #5e17eb1f}.alerts-card.is-read{background:#fffffff0}.alerts-leading{flex-shrink:0;justify-content:center;align-items:flex-start;width:14px;height:40px;display:flex}.alerts-dot{background:#e5e7eb;border-radius:50%;flex-shrink:0;width:10px;height:10px;margin-top:6px}.alerts-dot.unread{background:#5e17eb;box-shadow:0 0 0 4px #5e17eb1a}.alerts-copy{flex:1;min-width:0}.alerts-card-topline{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.alerts-card-title{color:#111827;font-size:15px;font-weight:800;line-height:1.3}.alerts-card.is-read .alerts-card-title{color:#374151}.alerts-card-body{color:#6b7280;margin-top:4px;font-size:13px;line-height:1.5}.alerts-card.is-read .alerts-card-body{color:#8b95a7}.alerts-card-meta{color:#9ca3af;margin-top:8px;font-size:11px;font-weight:700}.alerts-pill{color:#5e17eb;letter-spacing:.2px;background:#f3e8ff;border-radius:999px;flex-shrink:0;align-items:center;height:20px;padding:0 8px;font-size:10px;font-weight:800;display:inline-flex}.alerts-card-action{color:#5e17eb;background:#f5f3ff;border:1px solid #0000;border-radius:999px;flex-shrink:0;height:34px;padding:0 12px;font-size:12px;font-weight:700}.alerts-card.is-read .alerts-card-action{color:#94a3b8;background:#f8fafc;border-color:#e5e7eb}.alerts-card-action:disabled{opacity:.9}.alerts-empty,.alerts-error,.alerts-loading,.alerts-guest{min-height:calc(var(--app-viewport-height,100dvh) - 220px);text-align:center;flex-direction:column;justify-content:center;padding:24px 20px;display:flex}.alerts-state-icon{color:#5e17eb;background:linear-gradient(135deg,#f5f3ff,#ede9fe);border-radius:18px;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 14px;display:flex;box-shadow:0 10px 20px #5e17eb1a}.alerts-state-icon svg{width:24px;height:24px}.alerts-state-title{letter-spacing:-.5px;color:#111827;font-size:22px;font-weight:800;line-height:1.1}.alerts-state-copy{color:#6b7280;margin-top:8px;font-size:13px;line-height:1.55}.alerts-state-btn{color:#fff;background:linear-gradient(135deg,#6f30ff 0%,#5e17eb 100%);border-radius:999px;width:100%;height:50px;margin-top:18px;font-size:15px;font-weight:700}@media (width<=380px){.alerts-activity-card{flex-direction:column}.alerts-activity-date{padding-top:0}.alerts-card{grid-template-columns:14px minmax(0,1fr)}.alerts-card-action{margin-top:4px;margin-left:26px}}.edit-profile-sheet{flex-direction:column;flex:auto;gap:18px;min-width:0;min-height:0;display:flex}.edit-profile-sheet__topbar{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.edit-profile-sheet__eyebrow{letter-spacing:.9px;text-transform:uppercase;color:#9ca3af;font-size:11px;font-weight:800;line-height:1}.edit-profile-sheet__title{color:#111827;letter-spacing:-.6px;margin-top:6px;font-size:21px;font-weight:800;line-height:1.05}.edit-profile-sheet__close{color:#6b7280;background:#f3f4f6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.edit-profile-sheet__close svg{width:18px;height:18px}.edit-profile-sheet__section{flex-direction:column;gap:12px;display:flex}.edit-profile-sheet__avatar-row{align-items:center;gap:14px;display:flex}.edit-profile-sheet__avatar-shell{color:#fff;letter-spacing:-.4px;background:linear-gradient(135deg,#6f30ff 0%,#5e17eb 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;font-size:24px;font-weight:800;display:flex;overflow:hidden;box-shadow:0 14px 26px #5e17eb38}.edit-profile-sheet__avatar-image{object-fit:cover;width:100%;height:100%}.edit-profile-sheet__avatar-action{color:#5e17eb;background:#fff;border:1.5px solid #e5e7eb;border-radius:999px;align-items:center;gap:8px;min-height:42px;padding:0 14px;font-size:13px;font-weight:700;display:inline-flex;position:relative;box-shadow:0 4px 12px #0f172a0a}.edit-profile-sheet__avatar-action input{opacity:0;position:absolute;inset:0}.edit-profile-sheet__avatar-action svg{width:16px;height:16px}.edit-profile-sheet__field{flex-direction:column;gap:6px;display:flex}.edit-profile-sheet__select-wrap{position:relative}.edit-profile-sheet__label{color:#6b7280;font-size:12px;font-weight:700}.edit-profile-sheet__input,.edit-profile-sheet__select,.edit-profile-sheet__textarea{color:#111827;width:100%;font:inherit;background:linear-gradient(#fff 0%,#fcfbff 100%);border:1px solid #e5e7ebe6;border-radius:18px;padding:14px 15px;box-shadow:inset 0 1px #ffffffbf}.edit-profile-sheet__select{appearance:none;padding-right:44px}.edit-profile-sheet__select-icon{color:#6b7280;pointer-events:none;width:18px;height:18px;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.edit-profile-sheet__select-icon svg{width:100%;height:100%}.edit-profile-sheet__textarea{resize:vertical;min-height:116px}.edit-profile-sheet__validation{color:#dc2626;font-size:12px;font-weight:700}.edit-profile-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}.edit-profile-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}.edit-profile-sheet__submit:disabled{opacity:.55;box-shadow:none}@media (width<=390px){.edit-profile-sheet__avatar-row{flex-direction:column;align-items:flex-start}.edit-profile-sheet__title{font-size:18px}}.leaderboard-modal-root{z-index:1300;isolation:isolate;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0;overflow:hidden}.leaderboard-modal-backdrop{-webkit-backdrop-filter:saturate(1.15)blur(18px);background:linear-gradient(#0f172a2e 0%,#0f172a4d 42%,#0f172a6b 100%),#0f172a42;position:absolute;inset:0}@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.leaderboard-modal-backdrop{background:linear-gradient(#0f172a3d 0%,#0f172a61 42%,#0f172a80 100%),#0f172a57}}.leaderboard-modal-panel{z-index:1;width:min(100%,560px);max-height:min(calc(var(--app-viewport-height,100dvh) - 56px), 720px);min-height:min(420px, calc(var(--app-viewport-height,100dvh) - 56px));background:#fffffffa;border:1px solid #e5e7ebeb;border-radius:28px 28px 0 0;flex-direction:column;min-height:0;padding:10px 18px 18px;display:flex;position:relative;overflow:hidden;box-shadow:0 -16px 38px #0f172a2e}.leaderboard-modal-handle{background:#94a3b88c;border-radius:999px;flex-shrink:0;width:48px;height:5px;margin:0 auto 14px}.leaderboard-modal-header{flex-shrink:0;justify-content:space-between;align-items:center;gap:14px;padding:2px 2px 12px;display:flex}.leaderboard-modal-title-wrap{align-items:center;gap:8px;min-width:0;display:flex}.leaderboard-modal-title-icon{color:#e6a800;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.leaderboard-modal-title-icon svg{width:18px;height:18px}.leaderboard-modal-title{color:#111827;letter-spacing:-.4px;font-size:17px;font-weight:800;line-height:1.1}.leaderboard-modal-close{color:#6b7280;background:#f3f4f6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.leaderboard-modal-close svg{width:18px;height:18px}.leaderboard-modal-tabs{flex-shrink:0;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:10px;display:grid}.leaderboard-modal-tab{color:#6b7280;background:#fff;border:1.5px solid #e5e7eb;border-radius:12px;height:40px;font-size:13px;font-weight:700}.leaderboard-modal-tab.is-active{color:#5e17eb;background:#f5f3ff;border-color:#8b5cf6;box-shadow:0 6px 14px #5e17eb14}.leaderboard-modal-scroll{-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;touch-action:pan-y;min-height:0;padding-bottom:calc(18px + env(safe-area-inset-bottom,0px));flex:auto;margin:0 -18px -18px;overflow-y:auto}.leaderboard-sheet__section-heading{letter-spacing:.08em;text-transform:uppercase;color:#6b7280;padding:4px 18px 10px;font-size:11px;font-weight:800}.leaderboard-sheet__section-divider{background:linear-gradient(90deg,#e5e7eb00 0%,#e5e7ebf2 14% 86%,#e5e7eb00 100%);height:1px;margin:10px 18px 12px}.leaderboard-sheet__row{border-top:1px solid #e5e7ebd9;grid-template-columns:28px 40px minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px 18px;display:grid}.leaderboard-sheet__row.is-current{background:linear-gradient(#f5f3fff0 0%,#f3ecffdb 100%)}.leaderboard-sheet__rank{color:#111827;text-align:center;font-size:14px;font-weight:800}.leaderboard-sheet__medal{justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.leaderboard-sheet__medal svg{width:18px;height:18px}.leaderboard-sheet__avatar{color:#6b21a8;background:#efe7ff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:13px;font-weight:800;display:flex}.leaderboard-sheet__avatar.is-current,.leaderboard-sheet__avatar--purple{color:#fff;background:linear-gradient(135deg,#6f30ff 0%,#5e17eb 100%)}.leaderboard-sheet__avatar--lilac{color:#7c3aed;background:#f1e8ff}.leaderboard-sheet__avatar--soft{color:#7c3aed;background:#efeafe}.leaderboard-sheet__copy{min-width:0}.leaderboard-sheet__name-row{align-items:center;gap:6px;display:flex}.leaderboard-sheet__name{color:#111827;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:800;overflow:hidden}.leaderboard-sheet__you{color:#fff;background:#7c3aed;border-radius:999px;align-items:center;height:18px;padding:0 7px;font-size:10px;font-weight:800;display:inline-flex}.leaderboard-sheet__sub{color:#9ca3af;margin-top:2px;font-size:11px;font-weight:600}.leaderboard-sheet__points{color:#7c3aed;white-space:nowrap;font-size:14px;font-weight:800}@media (width<=420px){.leaderboard-modal-panel{max-height:min(calc(var(--app-viewport-height,100dvh) - 28px), 720px);min-height:min(400px, calc(var(--app-viewport-height,100dvh) - 28px));padding-left:16px;padding-right:16px}.leaderboard-modal-scroll{margin-left:-16px;margin-right:-16px}}.profile-screen{background:linear-gradient(#fffffffa 0 112px,#f8fafc 112px),#f8fafc;min-height:100%}.profile-screen--standalone{min-height:var(--app-viewport-height,100dvh);height:var(--app-viewport-height,100dvh);flex-direction:column;display:flex;overflow:hidden}.profile-header{padding:calc(18px + env(safe-area-inset-top,0px)) 16px 12px;background:#fffffffa;flex-shrink:0}.profile-header-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.profile-title{letter-spacing:-.7px;color:#111827;font-size:28px;font-weight:800;line-height:1.05}.profile-edit-btn{color:#6b7280;background:#fff;border:1.5px solid #e5e7eb;border-radius:999px;min-height:40px;padding:0 16px;font-size:13px;font-weight:700;box-shadow:0 4px 12px #0f172a0a}.profile-scroll{padding:0 16px 24px}.profile-scroll--page{min-height:0;padding-bottom:calc(24px + env(safe-area-inset-bottom,0px));-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;touch-action:pan-y;flex:1;overflow:hidden auto}.profile-card,.profile-comp-strip,.profile-badges-section,.profile-empty-card{background:#fffffff5;border:1px solid #e5e7ebe6;box-shadow:0 16px 34px #0f172a14}.profile-card{border-radius:24px;align-items:center;gap:12px;padding:18px 16px;display:flex}.profile-avatar{color:#fff;letter-spacing:-.5px;background:linear-gradient(135deg,#6f30ff 0%,#5e17eb 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;font-size:22px;font-weight:800;display:flex;overflow:hidden;box-shadow:0 12px 24px #5e17eb38}.profile-avatar-image{object-fit:cover;width:100%;height:100%}.profile-avatar--empty{margin:0 auto 16px}.profile-card-copy{min-width:0}.profile-name{color:#111827;letter-spacing:-.5px;font-size:18px;font-weight:800;line-height:1.1}.profile-location{color:#6b7280;margin-top:4px;font-size:12px;font-weight:600}.profile-helper{color:#5e17eb;margin-top:4px;font-size:12px;font-weight:700;line-height:1.35}.profile-comp-strip{background:radial-gradient(circle at 100% 0,#ffffff1a 0 18%,#0000 18%),linear-gradient(135deg,#5f17eb 0%,#6d28ff 55%,#7c3aed 100%);border:none;border-radius:24px;margin-top:14px;padding:14px;box-shadow:0 18px 32px #5e17eb47}.profile-comp-head{margin-bottom:12px}.profile-comp-kicker{letter-spacing:.9px;text-transform:uppercase;color:#ffffffc2;font-size:10px;font-weight:800}.profile-comp-hood{letter-spacing:-.5px;color:#fff;margin-top:4px;font-size:22px;font-weight:800;line-height:1.05}.profile-comp-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:12px;display:grid}.profile-comp-item{text-align:center;background:#ffffff1f;border:1px solid #ffffff14;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;min-width:0;min-height:84px;padding:14px 10px 12px;display:flex}.profile-comp-value{color:#fff;letter-spacing:-.5px;overflow-wrap:anywhere;min-width:0;font-size:22px;font-weight:800;line-height:1;display:block}.profile-comp-label{letter-spacing:.5px;text-transform:uppercase;color:#ffffffb8;overflow-wrap:anywhere;text-align:center;min-width:0;margin-top:7px;font-size:10px;font-weight:800;line-height:1.3;display:block}.profile-comp-cta{color:#fff;background:#ffffff1f;border:1px solid #ffffff2e;border-radius:12px;justify-content:center;align-items:center;gap:6px;width:100%;height:38px;font-size:13px;font-weight:700;display:inline-flex}.profile-comp-cta-icon{color:#fbbf24;justify-content:center;align-items:center;width:16px;height:16px;display:inline-flex}.profile-comp-cta-icon svg{width:16px;height:16px}.profile-stats-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;min-width:0;margin-top:14px;display:grid}.profile-stat-card{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:20px;flex-direction:column;justify-content:center;min-width:0;min-height:82px;padding:14px 10px;display:flex;box-shadow:0 8px 18px #0f172a0a}.profile-stat-value{color:#5e17eb;letter-spacing:-.6px;overflow-wrap:anywhere;min-width:0;font-size:26px;font-weight:800;line-height:1}.profile-stat-label{color:#6b7280;overflow-wrap:anywhere;min-width:0;margin-top:6px;font-size:11px;font-weight:700;line-height:1.35}.profile-account-wrap,.profile-logout-wrap{margin-top:14px}.profile-account-btn,.profile-logout-btn,.profile-account-card__action{border-radius:var(--loomaps-cta-radius);width:100%;min-height:50px;font-size:15px;font-weight:700}.profile-account-btn{color:#111827;background:#fff;border:1px solid #e5e7eb;box-shadow:0 8px 18px #0f172a0a}.profile-account-card{background:#fffffff5;border:1px solid #e5e7ebe6;border-radius:24px;margin-top:14px;padding:18px 16px;box-shadow:0 16px 34px #0f172a14}.profile-account-card__eyebrow{letter-spacing:.8px;text-transform:uppercase;color:#8b5cf6;font-size:11px;font-weight:800}.profile-account-card__value{letter-spacing:-.5px;color:#111827;overflow-wrap:anywhere;margin-top:8px;font-size:20px;font-weight:800;line-height:1.15}.profile-account-card__copy{color:#6b7280;margin:10px 0 16px;font-size:13px;line-height:1.5}.profile-account-card__pending{color:#6d28d9;margin-top:10px;font-size:13px;line-height:1.45}.profile-account-card__action{color:#fff;background:linear-gradient(135deg,#8b5cf6,#7c3aed);box-shadow:0 10px 26px #7c3aed2e}.profile-account-card__secondary-action,.profile-account-card__danger-action{border-radius:var(--loomaps-cta-radius);width:100%;min-height:50px;font-size:15px;font-weight:700}.profile-account-card__secondary-action{color:#111827;background:#fff;border:1px solid #e5e7eb;margin-top:10px;box-shadow:0 8px 18px #0f172a0a}.profile-account-card--danger{border-color:#fca5a599;box-shadow:0 16px 34px #7f1d1d14}.profile-account-card__eyebrow--danger{color:#b91c1c}.profile-account-card__danger-flow{background:#fef2f2e0;border:1px solid #fca5a58c;border-radius:18px;margin-top:10px;padding:14px}.profile-account-card__danger-title{color:#111827;font-size:16px;font-weight:800}.profile-account-card__danger-copy{color:#6b7280;margin-top:8px;font-size:13px;line-height:1.5}.profile-account-card__danger-actions{gap:10px;margin-top:14px;display:grid}.profile-account-card__danger-action{color:#fff;background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 10px 24px #b91c1c2e}.profile-badges-section{border-radius:24px;margin-top:14px;padding:16px}.profile-section-head{margin-bottom:12px}.profile-section-title{color:#111827;letter-spacing:-.5px;font-size:18px;font-weight:800;line-height:1.1}.profile-badge-tabs{background:#f3f4f6;border-radius:16px;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;margin-bottom:14px;padding:4px;display:grid}.profile-badge-tab{color:#6b7280;background:0 0;border-radius:12px;height:36px;font-size:13px;font-weight:700}.profile-badge-tab.is-active{color:#111827;background:#fff;box-shadow:0 2px 8px #0f172a0f}.profile-badge-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.profile-badge-tile{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;min-height:110px;padding:12px 10px 10px;display:flex;position:relative}.profile-badge-tile.is-unlocked{background:#fff;border-color:#e5e7eb;box-shadow:0 8px 16px #0f172a0a}.profile-badge-tile.is-locked{opacity:.62}.profile-badge-icon{color:#94a3b8;background:#f8fafc;border:1px solid #edf2f7;border-radius:14px;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.profile-badge-tile.is-unlocked .profile-badge-icon{color:#5e17eb;background:#f5f3ff;border-color:#e9ddff}.profile-badge-icon svg{stroke:currentColor;width:20px;height:20px}.profile-badge-name{color:#111827;margin-top:9px;font-size:12px;font-weight:800;line-height:1.3}.profile-badge-state{color:#9ca3af;margin-top:5px;font-size:10px;font-weight:700}.profile-badge-tile.is-unlocked .profile-badge-state{color:#6b7280}.profile-badge-tile.is-unlocked:after{content:"";background:#c4b5fd;border-radius:999px;height:3px;position:absolute;bottom:8px;left:12px;right:12px}.profile-logout-wrap{margin-top:16px}.profile-logout-btn,.profile-primary-btn,.profile-secondary-btn{letter-spacing:-.2px;border-radius:999px;width:100%;height:54px;font-size:15px;font-weight:700}.profile-logout-btn,.profile-primary-btn{color:#fff;background:linear-gradient(135deg,#6f30ff 0%,#5e17eb 100%);box-shadow:0 16px 30px #5e17eb38}.profile-secondary-btn{color:#6b7280;background:#fff;border:1.5px solid #e5e7eb;margin-top:10px}.profile-empty-card{text-align:center;border-radius:24px;padding:24px 22px}.profile-empty-card--compact{background:#fbf8ff;border:1px solid #eadcff;margin-top:16px;padding:22px 18px}.profile-empty-icon{color:#6d28d9;background:#efe4ff;border-radius:16px;place-items:center;width:44px;height:44px;margin-bottom:12px;display:inline-grid}.profile-empty-icon svg{width:24px;height:24px}.profile-empty-title{letter-spacing:-.6px;color:#111827;font-size:24px;font-weight:800;line-height:1.1}.profile-empty-copy{color:#6b7280;max-width:28ch;margin:10px auto 0;font-size:14px;line-height:1.6}.profile-empty-card .profile-primary-btn{margin-top:20px}@media (width<=390px){.profile-badge-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.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}}.add-loo-screen{min-height:var(--app-viewport-height,100dvh);height:var(--app-viewport-height,100dvh);color:#111827;background:#fff;flex-direction:column;display:flex;overflow:hidden}.add-loo-topbar{z-index:2;padding:calc(16px + env(safe-area-inset-top,0px)) 16px 16px;background:#fffffffa;border-bottom:1px solid #e5e7ebeb;flex-shrink:0;align-items:center;gap:16px;display:flex;position:sticky;top:0}.add-loo-back{color:#111827;background:#f3f4f6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.add-loo-back svg{width:18px;height:18px}.add-loo-headcopy{flex:1;min-width:0}.add-loo-title{letter-spacing:-.7px;font-size:28px;font-weight:800;line-height:1.05}.add-loo-step{color:#9ca3af;flex-shrink:0;font-size:12px;font-weight:700}.add-loo-scroll{-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;touch-action:pan-y;min-height:0;padding:18px 16px calc(18px + env(safe-area-inset-bottom,0px) + var(--app-keyboard-inset-bottom,0px));flex:auto;overflow:hidden auto}.add-loo-chip{color:#5e17eb;background:#f5f3ff;border:1.5px solid #8b5cf6;border-radius:999px;align-items:center;gap:8px;height:38px;padding:0 16px;font-size:13px;font-weight:700;display:inline-flex}.add-loo-chip-dot{background:#5e17eb;border-radius:50%;width:8px;height:8px}.add-loo-chip-change{color:#8b5cf6;opacity:.9;font-weight:600}.add-loo-select-wrap{margin-top:8px}.add-loo-select{color:#111827;appearance:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%239CA3AF' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") right 16px center no-repeat;border:1.5px solid #e5e7eb;border-radius:16px;outline:none;width:100%;height:50px;padding:0 16px;font-family:inherit;font-size:14px}.add-loo-select:focus{border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61f}.add-loo-card{padding:0}.add-loo-notice{background:linear-gradient(#faf7ff 0%,#f5f3ff 100%);border:1px solid #c4b5fdbf;border-radius:16px;margin-bottom:18px;padding:12px 14px}.add-loo-notice-title{color:#5e17eb;font-size:13px;font-weight:800}.add-loo-notice-copy{color:#6b7280;margin-top:4px;font-size:12px;line-height:1.5}.add-loo-field+.add-loo-field{margin-top:18px}.add-loo-inline-grid{gap:12px;display:grid}.add-loo-label,.add-loo-section-title{letter-spacing:.9px;text-transform:uppercase;color:#6b7280;margin-bottom:10px;font-size:11px;font-weight:800;display:block}.add-loo-section-title{margin-top:0}.add-loo-input,.add-loo-textarea{color:#111827;background:#fff;border:1.5px solid #e5e7eb;border-radius:18px;width:100%;font-family:inherit;font-size:16px;transition:border-color .2s,box-shadow .2s;box-shadow:inset 0 1px #fffc}.add-loo-input{height:58px;padding:0 18px}.add-loo-textarea{resize:none;min-height:148px;padding:18px}.add-loo-input::placeholder,.add-loo-textarea::placeholder{color:#9ca3af}.add-loo-input:focus,.add-loo-textarea:focus{border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61f}.add-loo-input.is-error,.add-loo-textarea.is-error{border-color:#f97316}.add-loo-error{color:#ea580c;margin-top:6px;font-size:12px}.add-loo-warning{background:#fff7ed;border:1.5px solid #fde68a;border-radius:14px;margin-top:-2px;padding:12px 14px}.add-loo-warning-title{color:#92400e;margin-bottom:5px;font-size:13px;font-weight:800}.add-loo-warning-sub{color:#78350f;font-size:12px;line-height:1.5}.add-loo-field-hint{color:#9ca3af;margin-top:8px;font-size:12px}.add-loo-inline-actions{flex-wrap:wrap;align-items:center;gap:8px;margin-top:10px;display:flex}.add-loo-inline-actions--mode{margin-top:0}.add-loo-inline-actions--mode .add-loo-mini-action{flex:180px;min-height:42px}.add-loo-mini-action{color:#5e17eb;background:#f5f3ff;border:1px solid #c4b5fde6;border-radius:999px;min-height:34px;padding:0 13px;font-size:12px;font-weight:800}.add-loo-mini-action.is-active{color:#fff;background:#5e17eb;border-color:#5e17eb}.add-loo-pin-status{color:#6b7280;font-size:12px;font-weight:700}.add-loo-address-suggestions{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y;background:#fff;border:1px solid #e5e7ebf2;border-radius:18px;max-height:280px;margin-top:8px;overflow:hidden auto;box-shadow:0 14px 30px #0f172a14}.add-loo-address-option{appearance:none;text-align:left;color:#111827;background:#fff;border-bottom:1px solid #e5e7ebd9;flex-direction:column;justify-content:center;align-items:flex-start;gap:3px;width:100%;min-height:54px;padding:10px 14px;font-size:14px;font-weight:800;display:flex}.add-loo-address-option:last-child{border-bottom:0}.add-loo-address-option small,.add-loo-address-loading{color:#6b7280;font-size:12px;font-weight:600}.add-loo-address-loading{padding:12px 14px}.add-loo-other-input{margin-top:10px}.add-loo-map-preview{text-align:left;background:linear-gradient(#efebff 0%,#f5f3ff 100%);border:1px solid #c4b5fdbf;border-radius:24px;width:100%;height:154px;display:block;position:relative;overflow:hidden}.add-loo-map-preview.is-selected{border-color:#5e17eb;box-shadow:0 0 0 3px #5e17eb1a}.add-loo-map-grid{background-color:#0000;background-image:linear-gradient(90deg,#a78bfa3d 1px,#0000 1px),linear-gradient(#a78bfa3d 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:24px 24px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:0}.add-loo-map-pin{background:#5e17eb;border-radius:50% 50% 50% 0;width:26px;height:26px;position:absolute;top:48%;left:50%;transform:translate(-50%,-100%)rotate(-45deg);box-shadow:0 10px 18px #5e17eb33}.add-loo-map-pin:after{content:"";background:#fff;border-radius:50%;position:absolute;inset:6px}.add-loo-map-copy{color:#5e17eb;white-space:nowrap;background:#fffffff5;border-radius:999px;padding:10px 18px;font-size:12px;font-weight:800;position:absolute;bottom:18px;left:50%;transform:translate(-50%);box-shadow:0 6px 14px #0f172a14}.add-loo-pill-row{flex-wrap:wrap;gap:12px;display:flex}.add-loo-pill{color:#111827;white-space:nowrap;background:#fff;border:1.5px solid #e5e7eb;border-radius:999px;align-items:center;gap:8px;min-height:48px;padding:0 18px;font-size:13px;font-weight:700;transition:all .18s;display:inline-flex;box-shadow:0 2px 8px #0f172a0a}.add-loo-pill.on{color:#5e17eb;box-shadow:none;background:#f5f3ff;border-color:#8b5cf6}.add-loo-pill-icon{color:currentColor;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:inline-flex}.add-loo-pill-icon svg{width:16px;height:16px}.add-loo-amenities{grid-template-columns:1fr 1fr;gap:14px 16px;display:grid}.add-loo-check{text-align:left;color:#111827;width:100%;min-height:54px;box-shadow:none;background:#fff;border:1.5px solid #e5e7eb;border-radius:20px;align-items:center;gap:12px;padding:12px 14px;font-size:13px;font-weight:600;display:flex}.add-loo-check.on{color:#5b21b6;background:#faf7ff;border-color:#c4b5fd}.add-loo-check-box{color:#fff;background:#fff;border:1.5px solid #d1d5db;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:12px;font-weight:800;display:flex}.add-loo-check-box svg{width:12px;height:12px}.add-loo-check.on .add-loo-check-box{background:#8b5cf6;border-color:#8b5cf6}.add-loo-uploader{text-align:center;background:#fff;border:2px dashed #e5e7eb;border-radius:24px;justify-content:center;align-items:center;min-height:146px;padding:20px;display:flex}.add-loo-uploader input{display:none}.add-loo-uploader-copy{flex-direction:column;align-items:center;display:flex}.add-loo-uploader-title{color:#9ca3af;font-size:15px;font-weight:700}.add-loo-uploader-sub,.add-loo-helper{color:#6b7280;font-size:11px;line-height:1.45}.add-loo-uploader-sub{margin-top:4px}.add-loo-helper{margin-top:8px}.add-loo-photos{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:10px;display:grid}.add-loo-photo{aspect-ratio:1;background:#ede9fe;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden}.add-loo-photo img{object-fit:cover;width:100%;height:100%;display:block}.add-loo-actions{padding-bottom:calc(10px + env(safe-area-inset-bottom,0px) + var(--app-keyboard-inset-bottom,0px));margin-top:24px}.add-loo-submit{color:#fff;letter-spacing:-.2px;background:linear-gradient(135deg,#6f30ff 0%,#5e17eb 100%);border-radius:999px;width:100%;height:58px;font-size:16px;font-weight:800;box-shadow:0 18px 30px #5e17eb2e}.add-loo-submit:disabled{opacity:.72}@media (width>=560px){.add-loo-inline-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.admin-console{min-height:var(--app-viewport-height,100dvh);height:var(--app-viewport-height,100dvh);background:radial-gradient(circle at 0 0,#5e17eb1f,#0000 28%),linear-gradient(#f5f3ff 0%,#f8fafc 26% 100%);grid-template-columns:1fr;display:grid;overflow:hidden}.admin-sidebar{display:none}.admin-main{-webkit-overflow-scrolling:touch;min-width:0;min-height:0;padding:calc(18px + env(safe-area-inset-top,0px)) 16px calc(28px + env(safe-area-inset-bottom,0px));overflow:hidden auto}.admin-mobile-tabs{gap:10px;margin-bottom:16px;padding-bottom:4px;display:flex;overflow-x:auto}.admin-mobile-tab{color:#6b7280;white-space:nowrap;cursor:pointer;background:#ffffffe6;border:1px solid #d1d5dbe6;border-radius:999px;align-items:center;gap:8px;min-height:38px;padding:0 14px;font-size:13px;font-weight:700;transition:transform .14s,box-shadow .14s,background-color .14s,border-color .14s,color .14s;display:inline-flex}.admin-mobile-tab.is-active{color:#fff;background:linear-gradient(135deg,#5e17eb 0%,#7c3aed 100%);border-color:#0000;box-shadow:0 12px 24px #5e17eb38}.admin-mobile-tab:hover,.admin-mobile-tab:focus-visible{border-color:#a78bfa80;outline:none;box-shadow:0 10px 22px #0f172a14}.admin-mobile-tab__badge{min-width:18px;height:18px;color:inherit;background:#ffffff2e;border-radius:999px;justify-content:center;align-items:center;padding:0 6px;font-size:11px;font-weight:800;display:inline-flex}.admin-tabs{gap:10px;margin-bottom:12px;padding:2px 2px 8px;display:flex;overflow-x:auto}.admin-tab{color:#6b7280;white-space:nowrap;cursor:pointer;background:#ffffffe6;border:1px solid #d1d5dbe6;border-radius:999px;align-items:center;gap:8px;min-height:38px;padding:0 14px;font-size:13px;font-weight:800;transition:transform .14s,box-shadow .14s,background-color .14s,border-color .14s,color .14s;display:inline-flex;box-shadow:0 8px 18px #0f172a0a}.admin-tab.is-active{color:#fff;background:linear-gradient(135deg,#5e17eb 0%,#7c3aed 100%);border-color:#0000;box-shadow:0 12px 24px #5e17eb2e}.admin-tab:hover,.admin-tab:focus-visible{border-color:#a78bfa85;outline:none;box-shadow:0 10px 22px #0f172a14}.admin-tab__count{min-width:20px;height:20px;color:inherit;background:#5e17eb17;border-radius:999px;justify-content:center;align-items:center;padding:0 7px;font-size:11px;font-weight:800;display:inline-flex}.admin-tab.is-active .admin-tab__count{background:#ffffff2e}.admin-date-filter{gap:12px;display:grid}.admin-date-filter__pills{flex-wrap:wrap;gap:10px;display:flex}.admin-date-filter__pill{color:#4b5563;cursor:pointer;background:#fffffff0;border:1px solid #d1d5dbf2;border-radius:999px;min-height:38px;padding:0 14px;font-size:13px;font-weight:800;transition:transform .14s,box-shadow .14s,background-color .14s,border-color .14s,color .14s}.admin-date-filter__pill.is-active{color:#fff;background:linear-gradient(135deg,#5e17eb 0%,#7c3aed 100%);border-color:#0000;box-shadow:0 12px 24px #5e17eb2e}.admin-date-filter__pill:hover,.admin-date-filter__pill:focus-visible{border-color:#a78bfa85;outline:none;box-shadow:0 10px 22px #0f172a14}.admin-date-filter__custom{gap:12px;display:grid}.admin-topbar{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:24px;display:flex}.admin-page-title{letter-spacing:-.8px;color:#111827;font-size:30px;font-weight:800;line-height:1.02}.admin-page-subtitle{color:#9ca3af;margin-top:6px;font-size:13px;font-weight:600}.admin-toolbar{flex-shrink:0;gap:10px;display:flex}.admin-toolbar-btn{color:#4b5563;cursor:pointer;background:#ffffffeb;border:1.5px solid #e5e7ebf2;border-radius:999px;min-height:40px;padding:0 16px;font-size:13px;font-weight:700;transition:transform .14s,box-shadow .14s,background-color .14s,border-color .14s,color .14s;box-shadow:0 8px 18px #0f172a0a}.admin-toolbar-btn__icon{justify-content:center;align-items:center;width:16px;height:16px;display:inline-flex}.admin-toolbar-btn--primary{color:#fff;background:linear-gradient(135deg,#5e17eb 0%,#7c3aed 100%);border-color:#0000;box-shadow:0 14px 26px #5e17eb33}.admin-toolbar-btn:hover,.admin-toolbar-btn:focus-visible{border-color:#a78bfa6b;outline:none;box-shadow:0 12px 24px #0f172a14}.admin-toolbar-btn--primary:hover,.admin-toolbar-btn--primary:focus-visible{border-color:#0000;box-shadow:0 16px 28px #5e17eb47}.admin-section-title{color:#111827;letter-spacing:-.4px;font-size:18px;font-weight:800;line-height:1.15}.admin-section-copy{color:#6b7280;max-width:48ch;margin-top:0;font-size:14px;line-height:1.5}.admin-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:24px;display:grid}.admin-kpi-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-kpi-grid--compact{margin-bottom:16px}.admin-kpi-card{background:linear-gradient(#fffffffa 0%,#f8fafcfa 100%);border:1px solid #e5e7ebe6;border-radius:16px;padding:14px;position:relative;overflow:hidden;box-shadow:0 12px 24px #0f172a0f}.admin-kpi-card:before{content:"";background:#94a3b866;width:100%;height:3px;position:absolute;inset:0 auto auto 0}.admin-kpi-card--violet:before{background:linear-gradient(90deg,#7c3aed 0%,#8b5cf6 100%)}.admin-kpi-card--mint:before{background:linear-gradient(90deg,#10b981 0%,#34d399 100%)}.admin-kpi-card--amber:before{background:linear-gradient(90deg,#f59e0b 0%,#fbbf24 100%)}.admin-kpi-card--blue:before{background:linear-gradient(90deg,#3b82f6 0%,#60a5fa 100%)}.admin-kpi-card--rose:before{background:linear-gradient(90deg,#ef4444 0%,#f472b6 100%)}.admin-kpi-card__top{justify-content:space-between;align-items:center;gap:10px;display:flex}.admin-kpi-card__icon{color:#64748b;background:#f1f5f9f2;border:1px solid #e2e8f0e6;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.admin-kpi-card--violet .admin-kpi-card__icon{color:#6d28d9;background:#7c3aed14}.admin-kpi-card--mint .admin-kpi-card__icon{color:#047857;background:#10b98114}.admin-kpi-card--amber .admin-kpi-card__icon{color:#b45309;background:#f59e0b1a}.admin-kpi-card--blue .admin-kpi-card__icon{color:#1d4ed8;background:#3b82f614}.admin-kpi-card--rose .admin-kpi-card__icon{color:#be123c;background:#f43f5e14}.admin-kpi-card__label{letter-spacing:.7px;text-transform:uppercase;color:#9ca3af;font-size:11px;font-weight:800}.admin-kpi-card__value{letter-spacing:-.8px;color:#111827;margin-top:8px;font-size:28px;font-weight:800;line-height:1}.admin-kpi-card__note{color:#6b7280;margin-top:6px;font-size:12px;font-weight:600}.admin-section{gap:12px;margin-top:24px;display:grid}.admin-section:first-of-type{margin-top:0}.admin-section-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.admin-section-title-wrap{align-items:flex-start;gap:10px;min-width:0;display:flex}.admin-section-heading{min-width:0}.admin-section-eyebrow{letter-spacing:.7px;text-transform:uppercase;color:#8b5cf6;margin-bottom:4px;font-size:11px;font-weight:800}.admin-section-icon{color:#64748b;background:#ffffffeb;border:1px solid #e2e8f0f2;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.admin-section-actions{flex-shrink:0}.admin-section-divider{background:#e5e7ebf2;height:1px}.admin-section-body{min-width:0}.admin-section-body>*+*{border-top:1px solid #e5e7ebf2;margin-top:4px;padding-top:16px}.admin-surface-grid{gap:24px;margin-top:24px;display:grid}.admin-surface-card,.admin-panel{background:#fffffffa;border:1px solid #e5e7ebe6;border-radius:24px;padding:16px;box-shadow:0 16px 34px #0f172a14}.admin-surface-card--placeholder{min-height:240px}.admin-surface-title,.admin-panel-title{color:#111827;letter-spacing:-.4px;font-size:18px;font-weight:800;line-height:1.1}.admin-section--flat,.admin-section--table{gap:14px}.admin-section--surface{background:linear-gradient(#fffffffa 0%,#f9fafbfa 100%);border:1px solid #e2e8f0f2;border-radius:18px;padding:16px 18px;box-shadow:0 10px 26px #0f172a0d}.admin-empty-state,.admin-surface-empty,.admin-empty{text-align:center;color:#6b7280;place-items:center;min-height:120px;padding:16px 8px;font-size:14px;display:grid}.admin-empty-state{background:#f8fafcb8;border:1px dashed #cbd5e1f2;border-radius:14px}.admin-empty-state--compact{min-height:82px;padding:12px}.admin-empty-state__icon{color:#9ca3af;justify-content:center;align-items:center;width:28px;height:28px;margin:0 auto 8px;display:inline-flex}.admin-empty-state__copy{gap:4px;display:grid}.admin-empty-state__message{color:#374151;max-width:32ch;font-weight:700}.admin-empty-state__detail{color:#9ca3af;max-width:34ch;font-size:12px;line-height:1.45}.admin-filter-row{gap:12px;margin-bottom:18px;display:grid}.admin-filter-row--inline{grid-template-columns:minmax(180px,240px);justify-content:start}.admin-invite-shell,.admin-invite-form{gap:12px;display:grid}.admin-invite-submit{justify-content:center;width:100%}.admin-kpi-card__icon svg,.admin-section-icon svg,.admin-empty-state__icon svg,.admin-toolbar-btn__icon svg,.admin-brand-mark svg{width:18px;height:18px;display:block}.admin-divider{background:#e5e7ebf2;height:1px;margin:16px 0}.admin-filter-field{gap:6px;display:grid}.admin-filter-label{letter-spacing:.7px;text-transform:uppercase;color:#9ca3af;font-size:11px;font-weight:800}.admin-filter-input,.admin-filter-select{color:#111827;background:#fff;border:1px solid #d1d5dbf2;border-radius:14px;min-height:42px;padding:0 14px;font-size:14px;font-weight:600}.admin-filter-select--inline{min-height:34px;padding:0 10px;font-size:12px}.admin-table-shell{margin:0 -4px;padding:0 4px;overflow-x:auto}.admin-table{border-collapse:collapse;width:100%;min-width:680px}.admin-table th{text-align:left;letter-spacing:.7px;text-transform:uppercase;color:#9ca3af;border-bottom:1px solid #e5e7ebe6;padding:0 0 10px;font-size:11px;font-weight:800}.admin-table td{vertical-align:top;background:0 0;border-bottom:1px solid #f3f4f6f2;padding:10px 10px 10px 0}.admin-table tbody tr:nth-child(2n) td{background:#f8fafc73}.admin-table tbody tr:hover td{background:#f1f5f9c7}.admin-table--numeric th:not(:first-child),.admin-table--numeric td:not(:first-child){text-align:right}.admin-table-title{color:#1f2937;font-size:14px;font-weight:700}.admin-table-sub{color:#6b7280;margin-top:2px;font-size:12px;line-height:1.45}.admin-rule-table{min-width:560px}.admin-rule-table--badges{min-width:780px}.admin-rule-input{color:#111827;background:#fff;border:1px solid #d1d5dbf2;border-radius:12px;width:88px;min-height:38px;padding:0 10px;font-size:14px;font-weight:700}.admin-rule-toggle{color:#374151;align-items:center;gap:8px;min-height:38px;font-size:13px;font-weight:700;display:inline-flex}.admin-rule-toggle input{accent-color:#5e17eb;width:18px;height:18px}.admin-rule-actions{justify-content:flex-end;padding-top:12px;display:flex}.admin-rule-actions .admin-btn{flex:none;min-width:160px;padding:0 18px}.admin-inline-chip{color:#6d28d9;background:#7c3aed1a;border-radius:999px;align-items:center;min-height:28px;padding:0 10px;font-size:12px;font-weight:800;display:inline-flex}.admin-inline-chip--muted{color:#4b5563;background:#e5e7ebcc}.admin-inline-chip--success{color:#047857;background:#10b9811f}.admin-inline-chip--danger{color:#b91c1c;background:#ef44441f}.admin-status-chip{text-transform:capitalize;border-radius:999px;align-items:center;min-height:28px;padding:0 10px;font-size:12px;font-weight:800;display:inline-flex}.admin-status-chip--pending{color:#b45309;background:#f59e0b1f}.admin-status-chip--reviewed{color:#1d4ed8;background:#3b82f61a}.admin-status-chip--resolved{color:#047857;background:#10b9811f}.admin-status-chip--rejected{color:#b91c1c;background:#ef44441f}.admin-status-stack{flex-wrap:wrap;gap:6px;display:flex}.admin-completeness{align-items:center;gap:8px;min-width:108px;display:flex}.admin-completeness__track{background:#eef2f7;border-radius:999px;flex:1;height:8px;overflow:hidden}.admin-completeness__bar{border-radius:inherit;height:100%;display:block}.admin-completeness__bar--strong{background:linear-gradient(90deg,#10b981 0%,#34d399 100%)}.admin-completeness__bar--medium{background:linear-gradient(90deg,#f59e0b 0%,#fbbf24 100%)}.admin-completeness__bar--weak{background:linear-gradient(90deg,#ef4444 0%,#f472b6 100%)}.admin-completeness__label{color:#4b5563;text-align:right;min-width:34px;font-size:12px;font-weight:800}.admin-table-chip-row{flex-wrap:wrap;gap:8px;display:flex}.admin-table-select{justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex}.admin-table-select input{accent-color:#5e17eb;width:18px;height:18px}.admin-mini-chart{grid-template-columns:repeat(7,minmax(0,1fr));align-items:end;gap:10px;min-height:176px;display:grid}.admin-mini-chart__item{flex-direction:column;justify-content:flex-end;align-items:center;gap:8px;min-height:176px;display:flex}.admin-mini-chart__bar{border-radius:14px 14px 10px 10px;width:100%;min-height:10px;box-shadow:inset 0 1px #ffffff4d}.admin-mini-chart__bar--violet{background:linear-gradient(#8b5cf6 0%,#7c3aed 100%)}.admin-mini-chart__bar--amber{background:linear-gradient(#fbbf24 0%,#f59e0b 100%)}.admin-mini-chart__value{color:#4b5563;font-size:11px;font-weight:800}.admin-mini-chart__label{color:#9ca3af;font-size:11px;font-weight:700}.admin-rank-list{gap:12px;display:grid}.admin-rank-row{grid-template-columns:minmax(92px,1fr) minmax(120px,1.6fr) auto;align-items:center;gap:10px;display:grid}.admin-rank-copy{min-width:0}.admin-rank-name{color:#374151;font-size:14px;font-weight:700}.admin-rank-meta{color:#9ca3af;margin-top:3px;font-size:11px;font-weight:700}.admin-rank-bar-shell{background:#eef2f7;border-radius:999px;height:9px;overflow:hidden}.admin-rank-bar{border-radius:inherit;background:linear-gradient(90deg,#7c3aed 0%,#8b5cf6 100%);height:100%}.admin-rank-bar.is-accent{background:linear-gradient(90deg,#f59e0b 0%,#fbbf24 100%)}.admin-rank-value{color:#4b5563;font-size:13px;font-weight:800}.admin-metric-list{gap:0;display:grid}.admin-metric-row{color:#4b5563;border-bottom:1px solid #f3f4f6f2;justify-content:space-between;align-items:center;gap:16px;padding:12px 0;font-size:14px;display:flex}.admin-metric-row:last-child{border-bottom:none;padding-bottom:0}.admin-metric-row strong{color:#111827;text-align:right;font-size:14px;font-weight:800}.admin-action-list{gap:10px;display:grid}.admin-action-row{color:#374151;background:#f8fafcdb;border:1px solid #e5e7ebe6;border-radius:16px;justify-content:space-between;align-items:center;gap:10px;min-height:48px;padding:10px 14px;font-size:14px;font-weight:800;transition:transform .14s,box-shadow .14s,border-color .14s,background-color .14s;display:flex}.admin-action-row--interactive{cursor:pointer}.admin-action-row--interactive:hover,.admin-action-row--interactive:focus-visible{border-color:#a78bfa6b;outline:none;transform:translateY(-1px);box-shadow:0 12px 24px #0f172a14}.admin-action-row__main{align-items:center;gap:10px;min-width:0;display:flex}.admin-action-row__meta{color:#9ca3af;text-transform:uppercase;letter-spacing:.6px;flex-shrink:0;font-size:11px;font-weight:800}.admin-action-row__dot{background:#7c3aed;border-radius:999px;flex-shrink:0;width:9px;height:9px}.admin-action-row--danger .admin-action-row__dot{background:#ef4444}.admin-action-row--amber .admin-action-row__dot{background:#f59e0b}.admin-action-row--mint .admin-action-row__dot{background:#10b981}.admin-collapsible{background:#ffffffeb;border:1px solid #e2e8f0f2;border-radius:18px;margin-top:18px;overflow:hidden;box-shadow:0 10px 26px #0f172a0a}.admin-collapsible__header{color:#111827;text-align:left;justify-content:space-between;align-items:center;gap:12px;width:100%;min-height:52px;padding:0 16px;font-size:15px;font-weight:800;display:flex}.admin-collapsible__meta{color:#8b5cf6;font-size:12px;font-weight:800}.admin-collapsible__body{padding:0 16px 16px}.admin-highlights,.admin-audit-list{gap:0;display:grid}.admin-audit-row{border-bottom:1px solid #f3f4f6f2;justify-content:space-between;align-items:flex-start;gap:16px;padding:10px 0;display:flex}.admin-audit-row:last-child{border-bottom:none}.admin-audit-main{min-width:0;padding-left:14px;position:relative}.admin-audit-main:before{content:"";background:#cbd5e1;border-radius:999px;width:6px;height:6px;position:absolute;top:6px;left:0}.admin-audit-title{color:#1f2937;font-size:14px;font-weight:700;line-height:1.35}.admin-audit-action{color:#5e17eb;text-transform:capitalize}.admin-audit-meta{color:#6b7280;flex-wrap:wrap;gap:8px;margin-top:4px;font-size:12px;display:flex}.admin-feedback-rating{color:#374151;margin-top:4px;font-size:13px;line-height:1.45}.admin-audit-time{color:#9ca3af;white-space:nowrap;flex-shrink:0;font-size:12px}.admin-highlight-row{border-bottom:1px solid #e5e7ebf2;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:10px;padding:10px 0;display:grid}.admin-highlight-row:last-child{border-bottom:none}.admin-highlight-dot{border-radius:50%;width:8px;height:8px;margin-top:6px}.admin-highlight-dot--mint{background:#10b981}.admin-highlight-dot--violet{background:#7c3aed}.admin-highlight-dot--amber{background:#f59e0b}.admin-highlight-dot--danger{background:#ef4444}.admin-highlight-copy{min-width:0}.admin-highlight-title{color:#374151;font-size:14px;font-weight:700;line-height:1.4}.admin-action-menu{position:relative}.admin-action-menu[open]{z-index:3}.admin-action-menu__trigger{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5dbf2;border-radius:999px;justify-content:center;align-items:center;min-height:34px;padding:0 12px;font-size:12px;font-weight:800;list-style:none;transition:transform .14s,box-shadow .14s,background-color .14s,border-color .14s,color .14s;display:inline-flex;box-shadow:0 4px 12px #0f172a0a}.admin-action-menu__trigger:hover,.admin-action-menu__trigger:focus-visible{background:#f8fafc;border-color:#a78bfa6b;outline:none;box-shadow:0 10px 20px #0f172a14}.admin-action-menu__trigger::-webkit-details-marker{display:none}.admin-action-menu__list{background:#fff;border:1px solid #e5e7ebf2;border-radius:14px;gap:2px;min-width:170px;padding:6px;display:grid;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 16px 34px #0f172a1f}.admin-action-menu__item{text-align:left;color:#374151;background:0 0;border-radius:10px;min-height:34px;padding:0 10px;font-size:12px;font-weight:700}.admin-action-menu__item:hover{background:#f8fafc}.admin-action-menu__item.is-danger{color:#b91c1c}.admin-highlight-body{color:#9ca3af;margin-top:3px;font-size:12px;line-height:1.35}.admin-highlight-time{color:#9ca3af;white-space:nowrap;font-size:12px}.admin-assistant-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.admin-assistant-shell{gap:18px;display:grid}.admin-assistant-suggestions{gap:10px;display:grid}.admin-assistant-suggestion{color:#374151;background:#ffffffd6;border:1px solid #e5e7ebe6;border-radius:16px;flex-direction:column;align-items:flex-start;gap:6px;min-height:56px;padding:12px 14px;font-size:13px;font-weight:800;display:flex}.admin-assistant-suggestion-head{align-items:center;gap:10px;display:flex}.admin-assistant-suggestion-detail{color:#6b7280;font-size:12px;font-weight:700;line-height:1.45}.admin-assistant-hero{background:radial-gradient(circle at 100% 0,#7c3aed29,#0000 32%),linear-gradient(#fffffffa 0%,#f8fafcfa 100%);border:1px solid #e5e7ebe6;border-radius:24px;padding:22px;box-shadow:0 18px 38px #0f172a14}.admin-assistant-kicker{letter-spacing:.8px;text-transform:uppercase;color:#7c3aed;font-size:11px;font-weight:800}.admin-assistant-title{letter-spacing:-.8px;color:#111827;max-width:13ch;margin-top:10px;font-size:28px;font-weight:800;line-height:1.05}.admin-assistant-copy{color:#6b7280;max-width:48ch;margin-top:12px;font-size:14px;line-height:1.6}.admin-assistant-prompt-list{flex-wrap:wrap;gap:10px;margin-top:16px;display:flex}.admin-assistant-prompt-chip{color:#5b21b6;background:#7c3aed14;border:1px solid #a78bfa38;border-radius:999px;align-items:center;min-height:38px;padding:0 14px;font-size:13px;font-weight:700;display:inline-flex}.admin-assistant-chat-shell{background:#fffffffa;border:1px solid #e5e7ebe6;border-radius:24px;padding:18px;box-shadow:0 16px 34px #0f172a14}.admin-assistant-chat-header{justify-content:space-between;align-items:flex-end;gap:12px;display:flex}.admin-assistant-chat-log{gap:12px;max-height:320px;margin-top:16px;padding-right:4px;display:grid;overflow-y:auto}.admin-assistant-message{border:1px solid #e5e7ebe6;border-radius:18px;max-width:92%;padding:14px}.admin-assistant-message--assistant{background:linear-gradient(#faf7ff 0%,#fff 100%);justify-self:start}.admin-assistant-message--user{color:#fff;background:linear-gradient(135deg,#5e17eb 0%,#7c3aed 100%);border-color:#0000;justify-self:end}.admin-assistant-message-role{letter-spacing:.7px;text-transform:uppercase;color:#8b5cf6;font-size:11px;font-weight:800}.admin-assistant-message--user .admin-assistant-message-role{color:#ffffffb8}.admin-assistant-message-body{color:#374151;margin-top:6px;font-size:14px;line-height:1.6}.admin-assistant-message--user .admin-assistant-message-body{color:#fff}.admin-assistant-composer{gap:12px;margin-top:16px;display:grid}.admin-assistant-composer-field{gap:6px;display:grid}.admin-assistant-textarea{resize:vertical;color:#111827;background:#fff;border:1px solid #d1d5dbf2;border-radius:16px;width:100%;min-height:92px;padding:14px;font-size:14px;font-weight:500;line-height:1.5}.admin-assistant-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.admin-assistant-metric-card{background:#fffffffa;border:1px solid #e5e7ebe6;border-radius:20px;padding:16px;position:relative;overflow:hidden;box-shadow:0 14px 30px #0f172a0f}.admin-assistant-metric-card:before{content:"";border-radius:999px;width:100%;height:4px;position:absolute;inset:0 auto auto 0}.admin-assistant-metric-card--violet:before{background:linear-gradient(90deg,#7c3aed 0%,#8b5cf6 100%)}.admin-assistant-metric-card--mint:before{background:linear-gradient(90deg,#10b981 0%,#34d399 100%)}.admin-assistant-metric-card--blue:before{background:linear-gradient(90deg,#3b82f6 0%,#60a5fa 100%)}.admin-assistant-metric-card--rose:before{background:linear-gradient(90deg,#ef4444 0%,#f472b6 100%)}.admin-assistant-metric-label{letter-spacing:.7px;text-transform:uppercase;color:#9ca3af;font-size:11px;font-weight:800}.admin-assistant-metric-value{letter-spacing:-1px;color:#111827;margin-top:10px;font-size:34px;font-weight:800;line-height:1}.admin-assistant-metric-note{color:#6b7280;margin-top:10px;font-size:12px;font-weight:700;line-height:1.45}.admin-assistant-grid{gap:16px;display:grid}.admin-control-hero{background:radial-gradient(circle at 100% 0,#7c3aed29,#0000 28%),linear-gradient(#fffffffa 0%,#f7f4fffa 100%);border:1px solid #e2e8f0f2;border-radius:24px;gap:16px;margin-bottom:24px;padding:20px;display:grid;box-shadow:0 18px 38px #0f172a14}.admin-control-hero__kicker{letter-spacing:.8px;text-transform:uppercase;color:#7c3aed;font-size:11px;font-weight:800}.admin-control-hero__title{letter-spacing:-.8px;color:#111827;font-size:26px;font-weight:800;line-height:1.05}.admin-control-hero__copy{color:#6b7280;max-width:56ch;font-size:14px;line-height:1.55}.admin-spotlight-grid{gap:16px;margin-bottom:24px;display:grid}.admin-spotlight-card{background:#fffffff0;border:1px solid #e2e8f0f2;border-radius:20px;padding:16px;box-shadow:0 12px 28px #0f172a0f}.admin-spotlight-label{letter-spacing:.7px;text-transform:uppercase;color:#9ca3af;font-size:11px;font-weight:800}.admin-spotlight-value{color:#111827;margin-top:10px;font-size:24px;font-weight:800;line-height:1.05}.admin-spotlight-note{color:#6b7280;margin-top:8px;font-size:12px;font-weight:700;line-height:1.45}.admin-two-column-grid,.admin-three-column-grid{gap:24px;margin-top:24px;display:grid}.admin-queue-note{color:#6b7280;margin-bottom:10px;font-size:12px;line-height:1.5}.admin-system-grid{gap:24px;display:grid}.admin-log-row__id{color:#9ca3af;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:11px}.admin-user-health{gap:24px;display:grid}.admin-user-health-grid{gap:16px;display:grid}.admin-surface-grid--insights,.admin-surface-grid--charts{gap:24px}.admin-assistant-surface{background:#fffffffa;border:1px solid #e5e7ebe6;border-radius:22px;padding:18px;box-shadow:0 16px 34px #0f172a14}.admin-assistant-close{color:#374151;background:#fff;border:1px solid #d1d5dbf2;border-radius:999px;flex-shrink:0;min-height:36px;padding:0 14px;font-size:12px;font-weight:800}.admin-assistant-close:hover{background:#f8fafc}.admin-placeholder-shell{margin-top:8px}.admin-grid{gap:16px;display:grid}.admin-grid--moderation{margin-top:8px}.admin-panel--stacked{margin-top:16px}.admin-panel-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.admin-panel-count{color:#5e17eb;background:#f5f3ff;border-radius:999px;justify-content:center;align-items:center;min-width:28px;height:28px;padding:0 10px;font-size:12px;font-weight:800;display:inline-flex}.admin-list{gap:0;display:grid}.admin-list>.admin-queue-note:first-child{margin-bottom:12px}.admin-bulk-bar{background:#f5f3ff;border:1px solid #a78bfa3d;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;padding:10px 12px;display:flex}.admin-bulk-bar__count{color:#5e17eb;font-size:13px;font-weight:800}.admin-bulk-bar__actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.admin-bulk-clear{color:#6b7280;border-radius:999px;min-height:34px;padding:0 10px;font-size:12px;font-weight:800}.admin-card{box-shadow:none;background:0 0;border:none;border-bottom:1px solid #e5e7ebf2;border-radius:0;padding:14px 0}.admin-card:first-child{padding-top:0}.admin-card:last-child{border-bottom:none;padding-bottom:0}.admin-card--queue{background:linear-gradient(#fffffffa 0%,#f9fafbfa 100%);border:1px solid #e2e8f0f2;border-radius:18px;margin-bottom:12px;padding:16px;box-shadow:0 10px 24px #0f172a0d}.admin-card--queue:first-child{padding-top:16px}.admin-card--queue:last-child{margin-bottom:0;padding-bottom:16px}.admin-card--selectable{padding-left:34px;position:relative}.admin-card--queue.admin-card--selectable{padding-left:50px}.admin-row-select{justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex;position:absolute;top:15px;left:0}.admin-row-select input{accent-color:#5e17eb;width:18px;height:18px}.admin-card-status-row{flex-wrap:wrap;align-items:center;gap:8px;margin-top:10px;display:flex}.admin-priority-label{color:#b45309;text-transform:uppercase;letter-spacing:.6px;background:#f59e0b1f;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:800}.admin-card-facts{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.admin-fact-chip{color:#5e17eb;background:#f5f3ff;border-radius:999px;align-items:center;min-height:28px;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.admin-fact-chip--muted{color:#6b7280;background:#f3f4f6}.admin-card-top{align-items:flex-start;gap:12px;display:flex}.admin-photo-preview{aspect-ratio:1;background:#f3f4f6;border-radius:16px;flex-shrink:0;width:84px;overflow:hidden}.admin-photo-preview--button{cursor:zoom-in;border:0;padding:0}.admin-photo-preview img{object-fit:cover;width:100%;height:100%}.admin-heatmap{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.admin-heatmap-cell{background:linear-gradient(135deg, rgba(94, 23, 235, calc(var(--heatmap-strength) * .16)) 0%, rgba(124, 58, 237, calc(var(--heatmap-strength) * .08)) 100%), #fff;border:1px solid #a78bfa2e;border-radius:16px;flex-direction:column;justify-content:space-between;min-height:78px;padding:12px;display:flex}.admin-heatmap-cell__name{color:#111827;font-size:13px;font-weight:800;line-height:1.25}.admin-heatmap-cell__meta{color:#6b7280;margin-top:8px;font-size:11px;font-weight:700}.admin-card-copy{min-width:0}.admin-card-title{color:#111827;font-size:15px;font-weight:800;line-height:1.2}.admin-card-sub{color:#6b7280;margin-top:4px;font-size:12px;line-height:1.45}.admin-card-meta{color:#9ca3af;margin-top:6px;font-size:11px;font-weight:700}.admin-queue-note{color:#5b21b6;background:#f5f3ffb8;border:1px solid #a78bfa29;border-radius:14px;padding:12px 14px;font-size:12px;font-weight:700;line-height:1.5}.admin-change-list{gap:6px;margin-top:10px;display:grid}.admin-change-item{color:#374151;font-size:12px;line-height:1.45}.admin-change-item strong{color:#111827}.admin-photo-strip{gap:8px;margin-top:10px;padding-bottom:2px;display:flex;overflow-x:auto}.admin-photo-strip__item{background:#f3f4f6;border:1px solid #e5e7ebe0;border-radius:14px;flex-shrink:0;width:72px;height:72px;overflow:hidden}.admin-photo-strip__item--button{cursor:zoom-in;padding:0}.admin-photo-strip__item img{object-fit:cover;width:100%;height:100%}.admin-image-modal{z-index:1000;background:#0f172ab8;justify-content:center;align-items:center;padding:32px;display:flex;position:fixed;inset:0}.admin-image-modal__panel{background:#111827;border-radius:18px;grid-template-rows:auto minmax(0,1fr) auto;width:min(920px,92vw);max-height:88vh;display:grid;overflow:hidden;box-shadow:0 28px 80px #0f172a5c}.admin-image-modal__top{background:#fff;border-bottom:1px solid #e5e7ebe6;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.admin-image-modal__title{color:#111827;text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:10px;min-width:0;font-size:14px;font-weight:800;display:flex;overflow:hidden}.admin-image-modal__title span{color:#6b7280;font-size:12px;font-weight:800}.admin-image-modal__close{color:#111827;cursor:pointer;background:#f9fafb;border:1px solid #e5e7ebe6;border-radius:999px;place-items:center;width:36px;height:36px;font-size:24px;line-height:1;display:grid}.admin-image-modal__stage{background:#111827;place-items:center;min-height:0;display:grid;position:relative}.admin-image-modal__stage img{object-fit:contain;width:100%;max-height:calc(88vh - 149px)}.admin-image-modal__nav{z-index:1;color:#fff;cursor:pointer;background:#111827b8;border:1px solid #ffffff47;border-radius:999px;place-items:center;width:46px;height:46px;font-size:36px;line-height:1;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.admin-image-modal__nav--prev{left:14px}.admin-image-modal__nav--next{right:14px}.admin-image-modal__thumbs{background:#fff;border-top:1px solid #e5e7ebe6;gap:8px;padding:10px 12px;display:flex;overflow-x:auto}.admin-image-modal__thumb{cursor:pointer;background:#f3f4f6;border:2px solid #0000;border-radius:12px;flex-shrink:0;width:58px;height:58px;padding:0;overflow:hidden}.admin-image-modal__thumb.is-active{border-color:#5e17eb}.admin-image-modal__thumb img{object-fit:cover;width:100%;height:100%}.admin-note-row{color:#374151;align-items:center;gap:8px;font-size:12px;line-height:1.45;display:flex}.admin-note-icon{color:#5e17eb;flex-shrink:0;width:18px;height:18px;display:inline-flex}.admin-card-actions{gap:8px;margin-top:12px;display:flex}.admin-btn{border-radius:999px;flex:1;min-height:40px;font-size:13px;font-weight:700}.admin-btn--table{flex:none;min-height:34px;padding:0 12px;font-size:12px}.admin-btn--approve{color:#fff;background:linear-gradient(135deg,#5e17eb 0%,#7a3cff 100%);box-shadow:0 10px 22px #5e17eb33}.admin-btn--reject{color:#dc2626;background:#fff;border:1.5px solid #fecaca}.admin-btn--neutral{color:#374151;background:#fff;border:1.5px solid #d1d5db}.admin-edit-backdrop{z-index:60;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#11182752;justify-content:flex-end;display:flex;position:fixed;inset:0}.admin-edit-panel{background:#fff;flex-direction:column;width:min(720px,100%);height:100%;display:flex;box-shadow:-24px 0 60px #11182738}.admin-edit-panel__header,.admin-edit-panel__footer{border-bottom:1px solid #e5e7ebf2;justify-content:space-between;align-items:center;gap:14px;padding:20px 24px;display:flex}.admin-edit-panel__footer{border-top:1px solid #e5e7ebf2;border-bottom:0}.admin-edit-panel__eyebrow{letter-spacing:.7px;text-transform:uppercase;color:#8b5cf6;font-size:11px;font-weight:800}.admin-edit-panel__title{color:#111827;margin:3px 0 0;font-size:24px;line-height:1.1}.admin-edit-panel__close{color:#374151;background:#fff;border:1px solid #d1d5dbf2;border-radius:999px;width:38px;height:38px;font-size:18px;font-weight:800}.admin-edit-panel__body{flex:1;padding:22px 24px 26px;overflow-y:auto}.admin-edit-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.admin-edit-field,.admin-edit-toggle{letter-spacing:.7px;text-transform:uppercase;color:#9ca3af;flex-direction:column;gap:6px;font-size:11px;font-weight:800;display:flex}.admin-edit-field--wide{grid-column:1/-1}.admin-edit-field input,.admin-edit-field select,.admin-edit-field textarea{color:#111827;text-transform:none;letter-spacing:0;background:#fff;border:1px solid #d1d5dbf2;border-radius:14px;width:100%;padding:11px 12px;font-size:14px;font-weight:600;line-height:1.4}.admin-edit-field textarea{resize:vertical}.admin-edit-address-suggestions{background:#fff;border:1px solid #d1d5dbf2;border-radius:14px;overflow:hidden;box-shadow:0 18px 38px #0f172a1f}.admin-edit-address-option{color:#111827;cursor:pointer;width:100%;font:inherit;text-align:left;text-transform:none;letter-spacing:0;background:#fff;border:0;border-bottom:1px solid #e5e7ebe6;gap:2px;padding:11px 12px;display:grid}.admin-edit-address-option:last-child{border-bottom:0}.admin-edit-address-option:hover{background:#f8f5ff}.admin-edit-address-option span{font-size:14px;font-weight:800}.admin-edit-address-option small,.admin-edit-address-status{color:#6b7280;text-transform:none;letter-spacing:0;font-size:12px;font-weight:700;line-height:1.35}.admin-edit-address-status{padding:11px 12px}.admin-edit-address-status--error{color:#dc2626}.admin-edit-block{border-top:1px solid #e5e7ebf2;margin-top:18px;padding-top:18px}.admin-edit-block__header{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:12px;display:flex}.admin-edit-block__header h3{color:#111827;margin:0;font-size:15px;line-height:1.2}.admin-edit-block__header span{color:#8b5cf6;font-size:12px;font-weight:800}.admin-edit-block__actions{flex-wrap:wrap;align-items:center;gap:10px;display:inline-flex}.admin-edit-toggle-group{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.admin-edit-empty{color:#6b7280;border:1px dashed #d1d5dbf2;border-radius:14px;align-items:center;min-height:52px;padding:0 14px;font-size:13px;font-weight:700;display:flex}.admin-edit-photo-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.admin-edit-photo{aspect-ratio:1;background:#f3f4f6;border:1px solid #e5e7ebf2;border-radius:14px;margin:0;overflow:hidden}.admin-edit-photo img{object-fit:cover;width:100%;height:100%;display:block}.admin-edit-photo__meta{color:#4b5563;background:#fffffff5;justify-content:space-between;align-items:center;gap:8px;padding:10px 12px;font-size:12px;font-weight:700;display:flex}.admin-edit-toggle{color:#374151;text-transform:none;letter-spacing:0;flex-direction:row;align-items:center;min-height:44px}.admin-edit-toggle input,.admin-edit-amenities input{accent-color:#5e17eb;width:18px;height:18px}.admin-edit-amenities{border-top:1px solid #e5e7ebf2;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:18px;padding-top:18px;display:grid}.admin-edit-amenities label{color:#374151;align-items:center;gap:9px;min-height:38px;font-size:13px;font-weight:700;display:flex}.admin-review-list{gap:12px;display:grid}.admin-review-card{background:#f8fafce6;border:1px solid #e5e7ebf2;border-radius:18px;gap:12px;padding:14px;display:grid}.admin-review-card__top{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.admin-review-card__title{color:#111827;font-size:14px;font-weight:800}.admin-review-card__meta{color:#6b7280;flex-wrap:wrap;gap:6px 8px;margin-top:6px;font-size:12px;font-weight:700;display:flex}.admin-review-card__photo{background:#f3f4f6;border:1px solid #e5e7ebf2;border-radius:14px;max-width:180px;overflow:hidden}.admin-review-card__photo img{object-fit:cover;width:100%;height:auto;display:block}.admin-nav-item,.admin-mobile-tab,.admin-toolbar-btn,.admin-btn{transition:transform .18s,box-shadow .18s,opacity .18s,background-color .18s}.admin-nav-item:active,.admin-mobile-tab:active,.admin-toolbar-btn:active,.admin-btn:active{transform:translateY(1px)scale(.99)}.admin-assistant-fab{right:18px;bottom:calc(26px + env(safe-area-inset-bottom,0px));color:#fff;z-index:30;background:linear-gradient(135deg,#5e17eb 0%,#7c3aed 100%);border:none;border-radius:999px;justify-content:center;align-items:center;gap:10px;min-width:56px;height:56px;padding:0 18px;font-size:14px;font-weight:800;display:inline-flex;position:fixed;box-shadow:0 16px 34px #5e17eb4d}.admin-assistant-fab.is-hidden{opacity:0;pointer-events:none;transform:translateY(10px)scale(.96)}.admin-assistant-panel{right:18px;bottom:calc(94px + env(safe-area-inset-bottom,0px));z-index:35;background:radial-gradient(circle at 100% 0,#5e17eb1a,#0000 24%),linear-gradient(#f6f4ff 0%,#fbfbff 18%,#f8fafc 100%);border:1px solid #e5e7ebeb;border-radius:28px;width:min(100vw - 36px,520px);max-height:min(74dvh,760px);padding:18px;position:fixed;overflow-y:auto;box-shadow:0 24px 60px #0f172a2e}@media (width<=639px){.admin-topbar,.admin-section-header,.admin-assistant-head{flex-direction:column}.admin-toolbar{width:100%}.admin-toolbar-btn{flex:1;justify-content:center}.admin-kpi-grid,.admin-spotlight-grid,.admin-two-column-grid,.admin-three-column-grid,.admin-user-health-grid{grid-template-columns:1fr}.admin-highlight-row{grid-template-columns:auto minmax(0,1fr)}.admin-highlight-time{grid-column:2}.admin-table{min-width:620px}.admin-card-actions{flex-wrap:wrap}.admin-edit-panel{width:100%}.admin-edit-panel__header,.admin-edit-panel__footer,.admin-edit-panel__body{padding:16px}.admin-edit-grid,.admin-edit-amenities,.admin-edit-toggle-group{grid-template-columns:1fr}.admin-edit-photo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-assistant-panel{width:auto;left:12px;right:12px;bottom:calc(86px + env(safe-area-inset-bottom,0px));max-height:min(72dvh,720px)}.admin-assistant-metrics{grid-template-columns:1fr}.admin-assistant-chat-header{flex-direction:column;align-items:flex-start}}@media (width>=640px){.admin-spotlight-grid,.admin-user-health-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=960px){.admin-control-hero{grid-template-columns:minmax(0,1.4fr) minmax(280px,.9fr);align-items:start}.admin-two-column-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-three-column-grid{grid-template-columns:1.2fr 1fr 1fr}}@media (width>=768px){.admin-main{padding:24px 24px 32px}.admin-invite-form{grid-template-columns:minmax(0,1.7fr) minmax(0,1.2fr) repeat(2,minmax(140px,auto));align-items:end}.admin-invite-submit{width:auto}.admin-filter-row{grid-template-columns:minmax(240px,1fr) repeat(auto-fit,minmax(140px,180px))}.admin-heatmap{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.admin-surface-grid--charts,.admin-surface-grid--insights{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-assistant-fab{bottom:24px;right:24px}.admin-assistant-grid{grid-template-columns:minmax(0,1.35fr) minmax(260px,.9fr);align-items:start}}@media (width>=1100px){.admin-console{grid-template-columns:280px minmax(0,1fr)}.admin-sidebar{min-height:var(--app-viewport-height,100dvh);height:var(--app-viewport-height,100dvh);color:#ffffffeb;background:linear-gradient(#241047 0%,#1c0d38 100%);border-right:1px solid #ffffff0f;flex-direction:column;padding:22px 18px;display:flex;position:sticky;top:0}.admin-main{padding:22px 24px 32px}.admin-mobile-tabs{display:none}.admin-brand{align-items:center;gap:12px;margin-bottom:26px;display:flex}.admin-brand-mark{background:#ffffff14;border-radius:14px;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.admin-brand-mark span,.admin-brand-mark svg{width:22px;height:22px}.admin-brand-title{letter-spacing:-.5px;font-size:22px;font-weight:800}.admin-brand-subtitle{letter-spacing:1px;text-transform:uppercase;color:#ffffff94;margin-top:3px;font-size:11px;font-weight:700}.admin-nav-groups{gap:22px;margin-top:8px;display:grid}.admin-nav-group{gap:10px;display:grid}.admin-nav-label{letter-spacing:.9px;text-transform:uppercase;color:#ffffff6b;font-size:11px;font-weight:700}.admin-nav-list{gap:6px;display:grid}.admin-nav-item{color:#ffffffd1;text-align:left;background:0 0;border:1px solid #0000;border-radius:16px;align-items:center;gap:12px;width:100%;min-height:46px;padding:0 12px;display:flex}.admin-nav-item.is-active{background:#7c3aed57;border-color:#a78bfa4d;box-shadow:inset 0 1px #ffffff0a}.admin-nav-item__icon{flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex}.admin-nav-item__label{flex:1;font-size:14px;font-weight:700}.admin-nav-item__badge{color:#fff;background:#ef4444;border-radius:999px;justify-content:center;align-items:center;min-width:22px;height:22px;padding:0 6px;font-size:11px;font-weight:800;display:inline-flex}.admin-nav-note{color:#ffffff94;font-size:12px;line-height:1.55}.admin-sidebar-footer{border-top:1px solid #ffffff14;align-items:center;gap:12px;margin-top:auto;padding-top:18px;display:flex}.admin-avatar-shell{color:#fff;background:#ffffff24;border-radius:14px;justify-content:center;align-items:center;width:40px;height:40px;font-size:13px;font-weight:800;display:inline-flex}.admin-footer-name{font-size:14px;font-weight:700}.admin-footer-role{color:#ffffff94;margin-top:2px;font-size:12px}.admin-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width>=1440px){.admin-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.restroom-share-page{color:#111827;background:radial-gradient(circle at 100% 0,#7c3aed1f,#0000 30%),linear-gradient(#f6f4ff 0%,#fbfbff 24%,#f8fafc 100%);min-height:100vh;padding:32px 20px 48px}.restroom-share-page__shell{width:min(100%,720px);margin:0 auto}.restroom-share-page__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:#6d28d9;margin:0 0 12px;font-size:.78rem;font-weight:700}.restroom-share-page__hero,.restroom-share-page__panel{background:#fffffff5;border:1px solid #a78bfa2e;border-radius:28px;box-shadow:0 22px 48px #0f172a14}.restroom-share-page__hero{gap:20px;padding:24px;display:grid}.restroom-share-page__hero h1{margin:0;font-size:clamp(2rem,5vw,2.8rem);line-height:1.02}.restroom-share-page__address{color:#475569;margin:12px 0 0;font-size:1rem;line-height:1.55}.restroom-share-page__facts,.restroom-share-page__chips{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.restroom-share-page__facts span,.restroom-share-page__chip{border-radius:999px;padding:9px 14px;font-size:.92rem;font-weight:600;line-height:1.2}.restroom-share-page__facts span{color:#5b21b6;background:#f5f0ff}.restroom-share-page__chip{color:#334155;background:#f8fafc}.restroom-share-page__photo{background:linear-gradient(#ede9fe 0%,#f8fafc 100%);border-radius:22px;min-height:220px;overflow:hidden}.restroom-share-page__photo img{object-fit:cover;width:100%;height:100%;display:block}.restroom-share-page__panel{margin-top:18px;padding:24px}.restroom-share-page__section+.restroom-share-page__section{border-top:1px solid #e2e8f0e6;margin-top:22px;padding-top:22px}.restroom-share-page__section h2{color:#1f2937;margin:0 0 8px;font-size:1rem;font-weight:700}.restroom-share-page__section p{color:#475569;margin:0;font-size:.98rem;line-height:1.6}.restroom-share-page__notes{color:#475569;margin:0;padding-left:18px}.restroom-share-page__notes li+li{margin-top:8px}.restroom-share-page__actions{gap:12px;margin-top:28px;display:grid}.restroom-share-page__cta,.restroom-share-page__secondary-action{border-radius:var(--loomaps-cta-radius);width:100%;font:inherit;text-align:center;border:0;padding:16px 18px;font-size:1rem;font-weight:700}.restroom-share-page__cta{color:#fff;background:linear-gradient(135deg,#8b5cf6,#7c3aed);justify-content:center;align-items:center;text-decoration:none;display:inline-flex;box-shadow:0 16px 30px #7c3aed3d}.restroom-share-page__cta:hover{transform:translateY(-1px)}.restroom-share-page__cta:focus-visible{outline-offset:3px;outline:3px solid #8b5cf63d}.restroom-share-page__secondary-action{color:#5b21b6;background:#fffffff0;border:1px solid #a78bfa47;box-shadow:0 10px 22px #0f172a0f}@media (width>=720px){.restroom-share-page__hero{grid-template-columns:minmax(0,1.2fr) minmax(240px,.8fr);align-items:stretch}}.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}: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}
