*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--green:#2ecc71;--primary:#e8456a;--header-bg:#0a0a0a;--header-text:#fff;--header-muted:#999;--bottom-bg:#0a0a0a;--bottom-active:#e8456a;--bottom-inactive:#666;--radius:16px;--radius-sm:10px;--safe-bottom:env(safe-area-inset-bottom,0px)}body{--bg:#f2f2f7;--card:#fff;--text:#1c1c1e;--muted:#8e8e93;--hairline:#e5e5ea;--rose:#e8456a;--rose-dark:#c72d52}body.dark{--bg:#1c1c1e;--card:#2c2c2e;--text:#e5e5e7;--muted:#98989d;--hairline:#38383a;--rose:#ff6b8a;--rose-dark:#e8456a}html{-webkit-text-size-adjust:100%;font-size:16px}body{color:var(--text);-webkit-font-smoothing:antialiased;background:#0a0a0a;min-height:100dvh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5}#root{flex-direction:column;min-height:100dvh;display:flex}a{text-decoration:none}.navbar{background:var(--header-bg);color:var(--header-text);z-index:100;border-bottom:1px solid #222;position:sticky;top:0}.nav-container{justify-content:space-between;align-items:center;height:52px;padding:0 14px;display:flex}.nav-brand{color:#fff;letter-spacing:-.3px;font-size:1.2rem;font-weight:750}.nav-join{background:var(--rose);color:#fff;border-radius:20px;padding:7px 18px;font-size:.85rem;font-weight:650}.nav-desktop-links{flex:1;justify-content:space-evenly;align-items:center;gap:2px;min-width:0;display:none}.nav-desktop-link{color:#999;white-space:nowrap;border-radius:16px;flex-shrink:0;align-items:center;gap:5px;padding:6px 8px;font-size:.78rem;font-weight:600;transition:color .15s,background .15s;display:flex}.nav-desktop-link svg{flex-shrink:0}.nav-desktop-link:hover{color:#fff;background:#ffffff14}.nav-desktop-link.active{color:#fff;background:#ffffff1f}@media (width>=768px){.nav-desktop-links{display:flex}.bottom-nav{display:none}}@media (width>=768px) and (width<=849px){.nav-desktop-link span{display:none}.nav-desktop-link{padding:8px 10px;font-size:0}.nav-desktop-link svg{width:20px;height:20px}}@media (width>=900px){.nav-desktop-link{gap:6px;padding:6px 12px;font-size:.82rem}}@media (width>=1100px){.nav-desktop-link{padding:6px 16px}}main{flex:1;width:100%;padding:0 0 80px}@media (width>=768px){main{padding:0 32px 80px}}.hero{text-align:center;color:#fff;clip-path:ellipse(140% 100% at 50% 0);isolation:isolate;background:url(/images/bg-home.webp) 50%/cover no-repeat fixed;padding:52px 20px 80px;position:relative}.hero:before{content:"";z-index:-1;background:#00000080;position:absolute;inset:0}body.dark .hero:before{background:#0000008c}.hero h1{letter-spacing:-.5px;margin-bottom:12px;font-size:1.9rem;font-weight:800;line-height:1.15}.hero p{opacity:.9;max-width:300px;margin:0 auto 24px;font-size:.95rem;line-height:1.45}.hero-cta{color:var(--rose);background:#fff;border-radius:28px;padding:14px 40px;font-size:1rem;font-weight:700;display:inline-block;box-shadow:0 4px 20px #00000026}.hero-cta:active{transform:scale(.97)}.steps{z-index:2;margin-top:-20px;padding:0 16px 32px;position:relative}.steps h2{text-align:center;margin-bottom:20px;font-size:1.15rem;font-weight:700}.step-list{flex-direction:column;gap:10px;display:flex}.step{background:var(--card);border-radius:var(--radius);align-items:center;gap:14px;padding:16px 18px;display:flex;box-shadow:0 1px 4px #0000000d}.step-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.3rem;display:flex}.step-icon.a{background:#ffe5ec}.step-icon.b{background:#fff0e5}.step-icon.c{background:#e5f0ff}.step h3{margin-bottom:2px;font-size:.95rem;font-weight:700}.step p{color:var(--muted);font-size:.85rem}.profiles{padding:0 16px 32px}.profiles h2{text-align:center;margin-bottom:16px;font-size:1.15rem;font-weight:700}.profile-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px;display:grid}.profile-card{background:var(--card);border-radius:var(--radius);overflow:hidden;box-shadow:0 1px 4px #0000000d}.profile-photo{aspect-ratio:3/4;width:100%}.profile-photo.p1{background-image:url(/images/profile-1.webp)}.profile-photo.p2{background-image:url(/images/profile-2.webp)}.profile-photo.p3{background-image:url(/images/profile-3.webp)}.profile-info{text-align:center;padding:10px 12px 12px}.profile-info .name{font-size:.9rem;font-weight:700}.profile-info .loc{color:var(--muted);margin-top:1px;font-size:.78rem}.cta-bar{text-align:center;padding:20px 16px 42px}.cta-bar h2{margin-bottom:16px;font-size:1.15rem;font-weight:700}.signup-page{max-width:420px;margin:0 auto;padding:28px 0 80px}.signup-page h2{text-align:center;color:var(--text);margin-bottom:22px;font-size:1.35rem;font-weight:750}.signup-card{background:var(--card);border-radius:var(--radius);padding:24px 18px;box-shadow:0 2px 12px #0000000f}.signup-card>p{color:var(--muted);text-align:center}.signup-error{color:var(--rose);text-align:center;margin:8px 0;font-size:.85rem}.photo-hint{color:var(--muted);text-align:center;max-width:240px;margin:6px 0 0;font-size:.75rem}.field{flex-direction:column;gap:4px;margin-bottom:14px;display:flex}.field label{color:var(--text);font-size:.85rem;font-weight:650}.field input,.field select{border:1px solid var(--hairline);border-radius:var(--radius-sm);background:var(--bg);color:var(--text);-webkit-appearance:none;padding:11px 14px;font-size:.95rem}.field input:focus,.field select:focus{border-color:var(--rose);outline:none;box-shadow:0 0 0 3px #e8456a26}.btn-full{background:var(--rose);color:#fff;cursor:pointer;border:none;border-radius:28px;width:100%;padding:13px;font-size:1rem;font-weight:700}.bottom-nav{z-index:100;background:var(--bottom-bg);padding:6px 0 calc(6px + var(--safe-bottom));border-top:1px solid #222;justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0}.bottom-tab{cursor:pointer;min-width:44px;min-height:44px;color:var(--bottom-inactive);-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-direction:column;align-items:center;gap:2px;padding:4px 12px;font-size:.65rem;font-weight:600;display:flex}.bottom-tab svg{width:22px;height:22px}.bottom-tab.active{color:var(--bottom-active)}@media (width>=768px){.bottom-nav{display:none}}.footer{text-align:center;color:var(--muted);border-top:1px solid var(--hairline);padding:14px 16px;font-size:.75rem}@media (width>=768px){.hero{clip-path:none;background-image:url(/images/bg-home.webp);border-radius:0 0 32px 32px;padding:72px 24px 64px}.hero h1{font-size:2.4rem}.hero p{max-width:400px;font-size:1.05rem}.step-list{flex-direction:row}.step{text-align:center;flex-direction:column;flex:1;padding:22px 16px}.profile-grid{gap:14px}}@media (width>=1200px){.profile-grid{grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:16px}.nav-container,.steps,.profiles{padding-left:24px;padding-right:24px}main{max-width:none;padding:0 32px 24px}.signup-page{padding-bottom:60px}}.messages-page{max-width:680px;height:calc(100dvh - 76px);margin:0 auto}@media (width>=1024px){.hero{background-image:url(/images/bg-home.webp)}.hero h1{font-size:2.8rem}}.profile-carousel{overflow:hidden}.profile-carousel-track{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px;animation:.5s carouselFade;display:grid}@keyframes carouselFade{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}@media (width>=768px){.profile-carousel-track{gap:14px}}@media (width>=1200px){.profile-carousel-track{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px}}.members-page{padding:20px 0 80px}.members-page h2{text-align:center;color:var(--text);margin-bottom:16px;font-size:1.2rem;font-weight:700}.members-filters{margin:0 0 18px}.filter-input{border:1px solid var(--hairline);border-radius:var(--radius-sm);background:var(--bg);width:100%;color:var(--text);-webkit-appearance:none;margin-bottom:8px;padding:10px 14px;font-size:.9rem}.filter-row{gap:8px;display:flex}.filter-select{border:1px solid var(--hairline);border-radius:var(--radius-sm);background:var(--bg);color:var(--text);-webkit-appearance:none;flex:1;padding:10px 14px;font-size:.85rem}.profile-page{max-width:480px;margin:0 auto;padding:20px 0 80px}@media (width>=768px){.profile-page{max-width:none}.profile-card-wrapper{align-items:flex-start;gap:32px;display:flex}.gallery-section{flex:0 0 320px;max-width:350px}.profile-details{flex:1;min-width:0}.profile-name-header{border-bottom:1px solid var(--hairline);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;padding-bottom:12px;display:flex}.profile-details-grid{grid-template-columns:1fr;gap:0;display:grid}@media (width>=768px){.profile-details-grid{grid-template-columns:1fr 1fr;gap:0 24px}}}.profile-page h2{text-align:center;color:var(--text);margin-bottom:20px;font-size:1.2rem;font-weight:700}.profile-avatar-section{flex-direction:column;align-items:center;margin-bottom:20px;display:flex}.profile-avatar{background:var(--hairline);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:8px;font-size:2.2rem;display:flex}.avatar-upload-btn{border:1px solid var(--rose);color:var(--rose);cursor:pointer;background:0 0;border-radius:20px;padding:6px 16px;font-size:.8rem;font-weight:600}.profile-section{margin-bottom:20px}.profile-section h3{color:var(--muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px;font-size:.9rem;font-weight:700}.profile-card-wrapper{background:var(--card);border-radius:var(--radius);padding:20px 18px;box-shadow:0 2px 12px #0000000f}.locked-fields{flex-direction:column;gap:8px;display:flex}.locked-field{background:var(--bg);border-radius:var(--radius-sm);border:1px solid var(--hairline);align-items:center;padding:10px 14px;display:flex}.locked-label{min-width:100px;font-size:.85rem;font-weight:650}.locked-value{color:var(--muted);flex:1;font-size:.85rem}.locked-badge{font-size:.8rem}.messages-page{flex-direction:column;height:calc(100dvh - 132px);padding:8px 0 0;display:flex}.messages-page h2{text-align:center;color:var(--text);margin-bottom:16px;font-size:1.2rem;font-weight:700}.chat-list{flex-direction:column;flex:1;gap:2px;display:flex;overflow-y:auto}.chat-item{background:var(--card);border-radius:var(--radius-sm);cursor:pointer;align-items:center;gap:12px;padding:14px 16px;transition:background .15s;display:flex}.chat-item:active{background:var(--hairline)}.chat-avatar{background:var(--hairline);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.4rem;display:flex}.chat-preview{flex:1;min-width:0}.chat-top{justify-content:space-between;margin-bottom:2px;display:flex}.chat-name{font-size:.9rem;font-weight:700}.chat-time{color:var(--muted);font-size:.72rem}.chat-bottom{justify-content:space-between;align-items:center;display:flex}.chat-msg{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;max-width:240px;font-size:.82rem;overflow:hidden}.chat-badge{background:var(--rose);color:#fff;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:.68rem;font-weight:700;display:flex}.msg-back{color:var(--rose);cursor:pointer;background:0 0;border:none;flex-shrink:0;margin-bottom:12px;padding:0;font-size:.9rem;font-weight:600}.msg-convo-header{flex-shrink:0;align-items:center;gap:12px;margin-bottom:8px;display:flex}.msg-convo-header h3{font-size:1rem;font-weight:700}.msg-avatar{background:var(--hairline);border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.3rem;display:flex}.msg-bubbles{background:var(--bg);border-radius:var(--radius-sm);flex-direction:column;flex:1;gap:6px;min-height:0;padding:10px 8px;display:flex;overflow-y:auto}.msg-bubble{word-break:break-word;border-radius:18px;max-width:75%;padding:10px 14px;font-size:.9rem;line-height:1.4}.msg-bubble.from-me{background:var(--rose);color:#fff;border-bottom-right-radius:4px;align-self:flex-end}.msg-bubble.from-them{background:var(--hairline);color:var(--text);border-bottom-left-radius:4px;align-self:flex-start}.msg-bubble.redacted .msg-text{color:var(--muted);font-size:.82rem;font-style:italic}.msg-input-bar{background:var(--card);border-radius:var(--radius-sm);flex-shrink:0;align-items:center;gap:6px;padding:10px 0 8px;display:flex}.msg-input-bar input{border:1px solid var(--hairline);background:var(--bg);min-width:0;color:var(--text);border-radius:20px;flex:1;padding:10px 14px;font-size:.9rem}.msg-send-btn{background:var(--rose);color:#fff;cursor:pointer;border:none;border-radius:20px;flex-shrink:0;padding:10px 14px;font-size:.8rem;font-weight:700}.settings-page{padding:20px 0 80px}.settings-page h2{text-align:center;color:var(--text);margin-bottom:12px;font-size:1.2rem;font-weight:700}.field textarea{border:1px solid var(--hairline);border-radius:var(--radius-sm);background:var(--bg);color:var(--text);resize:vertical;-webkit-appearance:none;padding:11px 14px;font-family:inherit;font-size:.95rem}.field textarea:focus{border-color:var(--rose);outline:none;box-shadow:0 0 0 3px #e8456a26}.nav-bell{color:#ccc;cursor:pointer;background:0 0;border:none;padding:4px;line-height:1;position:relative}.nav-bell:active{color:#fff}.bell-badge{background:var(--rose);color:#fff;border-radius:8px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:.6rem;font-weight:700;display:flex;position:absolute;top:-2px;right:-4px}.settings-card{background:var(--card);border-radius:var(--radius);max-width:480px;margin:0 auto;padding:20px 18px;box-shadow:0 2px 12px #0000000f}.settings-section{margin-bottom:20px}.settings-section h3{color:var(--muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px;font-size:.85rem;font-weight:700}.toggle-row{border-bottom:1px solid var(--hairline);cursor:pointer;justify-content:space-between;align-items:center;padding:12px 0;display:flex}.toggle-row:last-child{border-bottom:none}.toggle-label{flex-direction:column;gap:2px;display:flex}.toggle-label strong{font-size:.9rem}.toggle-label small{color:var(--muted);font-size:.75rem}.toggle-switch{appearance:none;background:var(--hairline);cursor:pointer;border-radius:14px;flex-shrink:0;width:48px;height:28px;transition:background .2s;position:relative}.toggle-switch:after{content:"";background:#fff;border-radius:50%;width:22px;height:22px;transition:transform .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #0003}.toggle-switch:checked{background:var(--rose)}.toggle-switch:checked:after{transform:translate(20px)}.nav-logo{width:auto;height:32px;display:block}.tier-table{border-collapse:collapse;width:100%;margin:0 0 16px;font-size:.82rem}.tier-table thead th{text-align:center;border-bottom:2px solid var(--hairline);padding:10px 8px;font-weight:700}.tier-table thead th:first-child{text-align:left;width:40%}.tier-col{border-radius:8px 8px 0 0}.tier-name{font-size:.95rem;font-weight:800;display:block}.tier-price{margin-top:2px;font-size:1.2rem;font-weight:800;display:block}.tier-period{opacity:.7;font-size:.7rem;font-weight:500}.tier-premium{color:var(--rose)}.tier-elite{color:#e2b04a}.tier-table tbody td{text-align:center;border-bottom:1px solid var(--hairline);padding:10px 8px;font-weight:600}.tier-table tbody td:first-child{text-align:left;color:var(--muted);font-weight:500}.tier-cell{font-variant-numeric:tabular-nums}.btn-upgrade{color:#fff;cursor:pointer;border:none;border-radius:12px;padding:12px 0;font-size:.9rem;font-weight:700;transition:opacity .15s;background:linear-gradient(135deg,#f59e0b,#d97706)!important}.btn-upgrade:hover{opacity:.9}.btn-elite{color:#e2b04a;border:2px solid #e2b04a;background:#1a1a2e!important}.checkbox-label{cursor:pointer;align-items:center;gap:10px;font-size:.85rem;font-weight:650;display:flex}.checkbox-label input[type=checkbox]{width:20px;height:20px;accent-color:var(--rose);cursor:pointer;appearance:none;background:var(--card);border:2px solid var(--hairline,#444);border-radius:4px;flex-shrink:0;position:relative}.checkbox-label input[type=checkbox]:checked{background:var(--rose);border-color:var(--rose)}.checkbox-label input[type=checkbox]:checked:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:5px;height:9px;position:absolute;top:2px;left:5px;transform:rotate(45deg)}.swipe-top-bar{flex-wrap:wrap;flex-shrink:0;justify-content:center;gap:8px;padding:0 0 8px;display:flex}.swipe-top-btn{border:1px solid var(--hairline);background:var(--bg);color:var(--text);cursor:pointer;border-radius:16px;align-items:center;gap:4px;padding:6px 14px;font-size:.75rem;font-weight:650;transition:all .15s;display:flex}.swipe-top-btn:active{transform:scale(.95)}.swipe-top-btn.active,.swipe-top-btn:hover{color:#d97706;border-color:#f59e0b}.swipe-top-btn.rose-active{border-color:var(--rose);color:var(--rose)}.swipe-top-btn.dim{opacity:.35;cursor:default}.swipe-top-icon{font-size:.9rem}.swipe-top-label{white-space:nowrap}.swipe-stack{flex:1;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.swipe-card{background:var(--card);border-radius:var(--radius);touch-action:none;-webkit-user-select:none;user-select:none;cursor:grab;flex-direction:column;width:100%;max-width:360px;max-height:100%;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000001f}.swipe-card:active{cursor:grabbing}.swipe-card-rose{box-shadow:0 4px 24px #e8456a40}.swipe-photo{aspect-ratio:3/4;flex-shrink:0;width:100%;max-height:60%}.swipe-info{flex-shrink:0;padding:14px 16px 16px}.swipe-name{margin-bottom:2px;font-size:1.15rem;font-weight:750}.swipe-trans{color:var(--muted);font-weight:500}.swipe-loc{color:var(--muted);align-items:center;gap:4px;margin-bottom:6px;font-size:.8rem;display:flex}.swipe-loc:before{content:"📍";font-size:.75rem}.swipe-bio{color:var(--text);font-size:.85rem;line-height:1.4}.swipe-actions{flex-shrink:0;justify-content:center;align-items:center;gap:20px;padding:12px 0 8px;display:flex}.swipe-btn{cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:transform .15s;display:flex;box-shadow:0 2px 10px #0000001a}.swipe-btn:active{transform:scale(.9)}.swipe-pass{color:#f43f5e;background:#fff;border:2px solid #fecdd3}.swipe-like{color:#fff;background:linear-gradient(135deg,#e8456a,#f05078)}.swipe-empty{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:20px;display:flex}.swipe-empty-icon{margin-bottom:16px;font-size:3rem}.swipe-empty h3{color:var(--text);margin-bottom:8px;font-size:1.1rem;font-weight:700}.swipe-empty p{color:var(--muted);font-size:.85rem}.match-screen{text-align:center;padding:40px 20px}.match-screen h2{margin-bottom:24px;font-size:1.6rem}.match-avatars{justify-content:center;align-items:center;gap:16px;margin-bottom:20px;display:flex}.match-avatar{background:var(--hairline);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;font-size:2rem;display:flex}.match-heart{font-size:2rem}.swipe-upgrade-card{background:var(--card);border-radius:var(--radius);text-align:center;padding:24px 18px;box-shadow:0 2px 12px #0000000f}.icebreaker-panel{background:var(--card);border-top:1px solid var(--hairline);flex-shrink:0;max-height:40vh;margin-bottom:8px;padding:12px 14px;overflow-y:auto}.icebreaker-cats{gap:6px;margin-bottom:10px;padding-bottom:4px;display:flex;overflow-x:auto}.icebreaker-cat{border:1px solid var(--hairline);background:var(--bg);color:var(--muted);cursor:pointer;white-space:nowrap;border-radius:14px;padding:5px 12px;font-size:.75rem;font-weight:650;transition:all .15s}.icebreaker-cat.active{background:var(--rose);color:#fff;border-color:var(--rose)}.icebreaker-list{flex-direction:column;gap:6px;display:flex}.icebreaker-item{text-align:left;background:var(--bg);border:1px solid var(--hairline);border-radius:var(--radius-sm);color:var(--text);cursor:pointer;padding:10px 14px;font-size:.85rem;transition:all .15s}.icebreaker-item:hover,.icebreaker-item:active{border-color:var(--rose);color:var(--rose)}.msg-extra-btn{background:var(--bg);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;display:flex}.voice-btn.recording{color:#fff;background:#ef4444;animation:.8s infinite pulse}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}.verify-page{max-width:480px;margin:0 auto;padding:20px 0 80px}.verify-page h2{text-align:center;color:var(--text);margin-bottom:20px;font-size:1.2rem;font-weight:700}.verify-card{background:var(--card);border-radius:var(--radius);padding:24px 18px;box-shadow:0 2px 12px #0000000f}.verify-desc{color:var(--muted);text-align:center;margin-bottom:16px;font-size:.85rem;line-height:1.5}.verify-badge{border-radius:var(--radius-sm);justify-content:center;align-items:center;gap:8px;margin-bottom:16px;padding:12px;font-size:.9rem;font-weight:700;display:flex}.verify-badge.approved{color:#059669;background:#10b9811a}.verify-badge.pending{color:#d97706;background:#f59e0b1a}.verify-badge.rejected{color:#dc2626;background:#ef44441a}.verify-form{margin-top:8px}.verify-form input[type=file]{border:1px dashed var(--hairline);border-radius:var(--radius-sm);background:var(--bg);color:var(--text);width:100%;padding:10px;font-size:.85rem}.verify-error{color:#ef4444;text-align:center;margin-top:8px;font-size:.8rem}.avatar-verify-link{color:#3b82f6;background:#3b82f61a;border-radius:12px;margin-top:8px;padding:4px 12px;font-size:.75rem;font-weight:650;text-decoration:none;display:inline-block}.sort-bar{gap:6px;margin:10px 0;display:flex}.sort-btn{border:1px solid var(--hairline);background:var(--bg);color:var(--muted);cursor:pointer;white-space:nowrap;border-radius:16px;padding:6px 14px;font-size:.78rem;font-weight:650;transition:all .15s}.sort-btn.active{background:var(--rose);color:#fff;border-color:var(--rose)}.distance-slider{margin:8px 0 12px}.distance-header{justify-content:space-between;margin-bottom:2px;display:flex}.distance-label{color:var(--muted);font-size:.78rem;font-weight:650}.distance-value{color:var(--rose);font-size:.78rem;font-weight:700}.slider{-webkit-appearance:none;background:var(--hairline);border-radius:3px;outline:none;width:100%;height:6px}.slider::-webkit-slider-thumb{-webkit-appearance:none;background:var(--rose);cursor:pointer;border-radius:50%;width:22px;height:22px}.distance-ends{color:var(--muted);justify-content:space-between;margin-top:2px;font-size:.68rem;display:flex}.filter-toggle{border:1px dashed var(--hairline);border-radius:var(--radius-sm);width:100%;color:var(--muted);cursor:pointer;background:0 0;margin-bottom:8px;padding:10px;font-size:.85rem;font-weight:650}.filters-panel{background:var(--card);border-radius:var(--radius-sm);flex-direction:column;gap:10px;margin-bottom:10px;padding:14px;display:flex}.filter-field{flex-direction:column;gap:3px;display:flex}.filter-field label{color:var(--muted);font-size:.75rem;font-weight:650}.filter-field select{border:1px solid var(--hairline);border-radius:var(--radius-sm);background:var(--bg);color:var(--text);-webkit-appearance:none;padding:8px 12px;font-size:.85rem}.verified-badge-mini{filter:drop-shadow(0 0 2px #3b82f680);font-size:.85rem;position:absolute;top:8px;right:8px}.distance-badge{color:#fff;background:#0009;border-radius:10px;padding:2px 8px;font-size:.68rem;font-weight:650;position:absolute;bottom:8px;left:8px}.no-results{text-align:center;color:var(--muted);padding:40px 20px}.location-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.location-detect-btn{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:20px;padding:9px 16px;font-size:.85rem;font-weight:650}.location-detect-btn:disabled{opacity:.5}.location-or{color:var(--muted);font-size:.8rem}.location-select{border:1px solid var(--hairline);border-radius:var(--radius-sm);background:var(--bg);min-width:140px;color:var(--text);-webkit-appearance:none;flex:1;padding:10px 12px;font-size:.85rem}.location-detected{border-radius:var(--radius-sm);background:#3b82f614;border:1px solid #3b82f633;flex-wrap:wrap;align-items:center;gap:8px;padding:10px 14px;font-size:.85rem;display:flex}.location-dist{color:var(--muted);font-size:.75rem}.location-change{color:#3b82f6;cursor:pointer;background:0 0;border:none;margin-left:auto;font-size:.78rem;font-weight:650}.location-hint{color:var(--muted);margin-top:4px;font-size:.7rem;font-style:italic;display:block}.locked-select-row select{border:1px solid var(--hairline);border-radius:var(--radius-sm);background:var(--bg);color:var(--text);-webkit-appearance:none;padding:10px 14px;font-size:.9rem}.swipe-photo-img{object-fit:cover;border-radius:inherit;width:100%;height:100%}.home-auth{padding:24px 16px}.auth-card{background:var(--card);border-radius:var(--radius);border:1px solid var(--hairline);max-width:400px;margin:0 auto;padding:24px 20px}.auth-card .field label{color:var(--muted);margin-bottom:3px;font-size:.82rem;font-weight:600;display:block}.auth-card .field input{border:1px solid var(--hairline);border-radius:var(--radius-sm);background:var(--bg);width:100%;color:var(--text);box-sizing:border-box;padding:11px 13px;font-size:.9rem}.auth-card .field input:focus{border-color:var(--rose);outline:none}.gallery-section{margin-bottom:20px}.gallery-main{aspect-ratio:3/4;background:#1a1a2e;border-radius:12px;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.gallery-main-img{object-fit:cover;width:100%;height:100%}.gallery-nav{color:#fff;cursor:pointer;z-index:2;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.2rem;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.gallery-prev{left:8px}.gallery-next{right:8px}.gallery-counter{color:#fff;z-index:2;background:#0009;border-radius:10px;padding:2px 8px;font-size:.75rem;position:absolute;bottom:8px;right:8px}.gallery-profile-badge{background:var(--rose);color:#fff;z-index:2;border-radius:10px;padding:2px 8px;font-size:.7rem;font-weight:700;position:absolute;top:8px;left:8px}.gallery-main-empty{color:var(--muted);cursor:pointer;flex-direction:column;align-items:center;gap:8px;display:flex}.gallery-empty-icon{font-size:3rem}.gallery-thumbs{grid-template-columns:repeat(4,1fr);gap:5px;width:100%;margin-top:8px;display:grid}.gallery-thumb{aspect-ratio:1;cursor:pointer;border:2px solid #0000;border-radius:6px;position:relative;overflow:hidden}.gallery-thumb img{object-fit:cover;width:100%;height:100%}.gallery-modal-backdrop{z-index:1000;background:#0000008c;justify-content:center;align-items:center;animation:.15s fadeIn;display:flex;position:fixed;inset:0}.gallery-modal{background:#000;border-radius:16px;flex-direction:column;gap:8px;min-width:260px;max-width:320px;padding:20px 24px;animation:.2s scaleIn;display:flex;box-shadow:0 12px 40px #00000080}.gallery-modal-btn{background:var(--input-bg,#232340);color:var(--text,#eee);cursor:pointer;text-align:left;border:none;border-radius:12px;align-items:center;gap:14px;width:100%;padding:14px 18px;font-size:1rem;font-weight:500;transition:background .15s;display:flex}.gallery-modal-btn:hover{background:var(--hairline,#2a2a4a)}.gallery-modal-btn:active{transform:scale(.98)}.gallery-modal-delete{color:#ff6b6b}.gallery-modal-icon{text-align:center;flex-shrink:0;width:32px;font-size:1.5rem}.gallery-modal-label{font-size:1rem}.gallery-modal-cancel{border:1px solid var(--hairline,#333);color:var(--muted,#999);cursor:pointer;background:0 0;border-radius:10px;margin-top:6px;padding:10px;font-size:.9rem;transition:background .15s}.gallery-modal-cancel:hover{background:var(--input-bg,#232340)}.coach-section{background:var(--bg);border:1px solid var(--hairline);border-radius:12px;margin-top:12px;padding:12px 16px}.coach-modal-backdrop{z-index:1000;background:#0009;justify-content:center;align-items:center;padding:20px;animation:.2s scaleIn;display:flex;position:fixed;inset:0}.coach-modal{background:var(--bg);border-radius:14px;width:100%;max-width:440px;max-height:80vh;padding:24px;overflow-y:auto;box-shadow:0 8px 32px #0000004d}.coach-modal-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.coach-modal-body{padding:4px 0}.gallery-modal-confirm-text{color:var(--text,#eee);text-align:center;margin:0;padding:4px 0 8px;font-size:.95rem}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.gallery-add{background:var(--hairline);color:var(--muted);cursor:pointer;justify-content:center;align-items:center;font-size:1.5rem;display:flex}.gallery-uploading{text-align:center;color:var(--muted);margin-top:4px;font-size:.8rem;display:block}.gallery-max{text-align:center;color:var(--muted);margin:4px 0 0;font-size:.75rem}.notif-list{flex-direction:column;gap:2px;display:flex}.notif-item{background:var(--card);cursor:pointer;border-left:3px solid #0000;border-radius:10px;align-items:flex-start;gap:12px;padding:12px;display:flex}.notif-item.unread{border-left-color:var(--rose);background:#ff2d550a}.notif-icon{flex-shrink:0;margin-top:2px;font-size:1.3rem}.notif-body{flex:1;min-width:0}.notif-title{color:var(--text);font-size:.9rem;font-weight:700}.notif-text{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:.82rem;overflow:hidden}.notif-time{color:var(--muted);opacity:.7;margin-top:4px;font-size:.7rem}.notif-dot{background:var(--rose);border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:6px}.wall-page{max-width:640px;margin:0 auto;padding:16px 0 80px}.wall-composer{background:var(--card);border-radius:var(--radius);margin-bottom:16px;padding:14px 16px 10px;box-shadow:0 1px 4px #00000026}.composer-textarea{width:100%;color:var(--text);resize:none;box-sizing:border-box;background:#1a1a1c;border:1px solid #3a3a3c;border-radius:10px;outline:none;padding:12px 14px;font-family:inherit;font-size:.95rem}.composer-textarea:focus{border-color:var(--rose)}.composer-image-preview{border-radius:8px;max-height:200px;margin-top:8px;position:relative;overflow:hidden}.composer-image-preview img{object-fit:cover;width:100%;display:block}.composer-remove-img{color:#fff;cursor:pointer;background:#000000b3;border:none;border-radius:50%;width:26px;height:26px;font-size:14px;position:absolute;top:6px;right:6px}.composer-actions{justify-content:flex-end;align-items:center;gap:10px;margin-top:10px;display:flex}.composer-camera-btn{cursor:pointer;color:var(--muted);background:0 0;border:none;border-radius:6px;padding:4px 8px;font-size:1.2rem}.composer-camera-btn:hover{color:var(--text);background:#ffffff0d}.composer-chars{color:var(--muted);text-align:right;min-width:28px;font-size:.75rem}.composer-chars.chars-low{color:var(--rose)}.composer-post-btn{background:var(--rose);color:#fff;cursor:pointer;border:none;border-radius:20px;padding:7px 20px;font-size:.85rem;font-weight:700;transition:opacity .15s}.composer-post-btn.disabled{opacity:.4;cursor:default}.composer-error{color:var(--rose);margin-top:6px;font-size:.8rem}.wall-post-card{background:var(--card);border-radius:var(--radius);margin-bottom:12px;padding:14px 16px 10px;transition:opacity .3s;box-shadow:0 1px 4px #00000026}.wall-post-card.card-deleting{opacity:.4}.post-header{justify-content:space-between;align-items:flex-start;margin-bottom:8px;display:flex}.post-author{align-items:center;gap:10px;display:flex}.post-avatar{object-fit:cover;border-radius:50%;width:40px;height:40px}.post-avatar-placeholder{background:#3a3a3c;border-radius:50%;width:40px;height:40px}.post-author-name{color:var(--text);font-size:.9rem;font-weight:700}.post-time{color:var(--muted);font-size:.75rem}.post-menu-wrapper{position:relative}.post-menu-btn{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:2px 8px;font-size:1.2rem}.post-menu-btn:hover{background:#ffffff0d}.post-menu-dropdown{z-index:10;background:#2c2c2e;border:1px solid #3a3a3c;border-radius:8px;min-width:100px;position:absolute;top:28px;right:0;overflow:hidden}.post-menu-dropdown button{color:#ff4757;cursor:pointer;text-align:left;background:0 0;border:none;width:100%;padding:8px 14px;font-size:.85rem}.post-menu-dropdown button:hover{background:#ff47571a}.post-body{color:var(--text);white-space:pre-wrap;word-break:break-word;margin-bottom:10px;font-size:.95rem;line-height:1.45}.post-image-wrapper{border-radius:10px;margin-bottom:10px;overflow:hidden}.post-image{object-fit:cover;width:100%;max-height:400px;display:block}.post-actions{border-top:1px solid #2a2a2c;gap:20px;margin-top:2px;padding-top:10px;display:flex}.post-action-btn{color:var(--muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:4px 0;font-size:.85rem;transition:color .15s;display:flex}.post-action-btn:hover{color:var(--text)}.post-action-btn.liked{color:var(--rose)}.post-likers-trigger{color:var(--muted);cursor:pointer;margin-top:4px;font-size:.75rem}.post-likers-trigger:hover{color:var(--text)}.wall-comments{border-top:1px solid #2a2a2c;margin-top:8px;padding-top:10px}.comments-private-notice{color:var(--muted);text-align:center;padding:8px 0;font-size:.8rem;font-style:italic}.comments-list{flex-direction:column;gap:8px;margin-bottom:10px;display:flex}.comment-bubble{background:#1a1a1c;border-radius:10px;padding:8px 12px}.comment-author{color:var(--rose);margin-right:6px;font-size:.8rem;font-weight:700}.comment-body{color:var(--text);font-size:.9rem}.comment-input-row{gap:8px;display:flex}.comment-input{color:var(--text);background:#1a1a1c;border:1px solid #3a3a3c;border-radius:20px;outline:none;flex:1;padding:7px 14px;font-family:inherit;font-size:.85rem}.comment-input:focus{border-color:var(--rose)}.comment-send-btn{background:var(--rose);color:#fff;cursor:pointer;border:none;border-radius:20px;padding:7px 14px;font-size:.8rem;font-weight:700}.comment-send-btn:disabled{opacity:.4;cursor:default}.likers-overlay{z-index:100;background:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.likers-modal{background:var(--card);text-align:center;border-radius:14px;width:90%;max-width:300px;padding:20px 24px}.likers-modal h3{color:var(--text);margin:0 0 12px;font-size:1rem}.likers-list{flex-direction:column;gap:6px;max-height:200px;margin-bottom:16px;display:flex;overflow-y:auto}.liker-name{color:var(--text);padding:4px 0;font-size:.9rem}.likers-empty{color:var(--muted);font-size:.85rem}.likers-close{color:var(--text);cursor:pointer;background:0 0;border:1px solid #3a3a3c;border-radius:20px;padding:6px 20px;font-size:.85rem}.likers-close:hover{background:#ffffff0d}.wall-empty{text-align:center;color:var(--muted);padding:60px 20px}.wall-empty-icon{margin-bottom:12px;font-size:2.5rem}.wall-empty h3{color:var(--text);margin:0 0 6px;font-size:1.1rem}.wall-empty p{font-size:.9rem}.wall-loading{text-align:center;color:var(--muted);padding:40px}.wall-error{color:var(--rose);text-align:center;padding:12px;font-size:.9rem}.wall-load-more{color:var(--muted);cursor:pointer;background:0 0;border:1px solid #3a3a3c;border-radius:20px;margin:16px auto;padding:8px 24px;font-size:.85rem;display:block}.wall-load-more:hover{color:var(--text);border-color:var(--muted)}.wall-load-more:disabled{opacity:.4}.lang-dropdown{position:relative}.lang-btn{cursor:pointer;color:var(--text);background:0 0;border:none;border-radius:6px;padding:4px 6px;font-size:1.1rem;transition:background .15s}.lang-btn:hover{background:#ffffff14}.lang-menu{z-index:1000;background:#000;border:1px solid #444;border-radius:8px;min-width:160px;margin-top:6px;padding:4px 0;display:none;position:absolute;top:100%;right:0;box-shadow:0 4px 16px #00000080}.lang-dropdown.open .lang-menu{display:block}.lang-option{width:100%;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:none;padding:8px 14px;font-size:.9rem;transition:background .1s;display:block}.lang-option:hover{background:#ffffff14}.lang-option.active{color:#fd297b;font-weight:600}.lang-select{background:var(--card);width:100%;color:var(--text);border:1px solid var(--hairline);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23999' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;border-radius:8px;padding:10px 36px 10px 14px;font-family:inherit;font-size:.95rem}.lang-select:focus{border-color:var(--rose);outline:none}.post-view-profile-btn{background:var(--rose);color:#fff;border-radius:6px;margin-top:8px;padding:6px 14px;font-size:.8rem;font-weight:600;text-decoration:none;display:inline-block}.post-view-profile-btn:hover{background:var(--rose-dark)}.lightbox-backdrop{z-index:2000;background:#000000f2;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.lightbox-close{z-index:10;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;display:flex;position:absolute;top:16px;left:16px}.lightbox-counter{color:#ffffffb3;z-index:10;font-size:.85rem;font-weight:600;position:absolute;top:20px;left:50%;transform:translate(-50%)}.lightbox-swiper{touch-action:pan-y;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.lightbox-img{object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;max-width:100%;max-height:100%}.lightbox-nav{color:#fff;cursor:pointer;z-index:10;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:2rem;line-height:1;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.lightbox-nav:active{background:#ffffff40}.lightbox-prev{left:12px}.lightbox-next{right:12px}.legal-page{max-width:720px;margin:0 auto;padding:0 16px 60px}.legal-hero{text-align:center;border-bottom:1px solid var(--hairline);margin-bottom:32px;padding:48px 16px 32px}.legal-hero h1{color:var(--text);margin-bottom:8px;font-size:1.8rem;font-weight:800}.legal-hero p{color:var(--muted);font-size:.95rem}.csae-hero h1{color:#ef4444}.contact-hero h1{color:#6366f1}.legal-updated{color:var(--muted);margin-bottom:24px;font-size:.8rem;font-style:italic}.legal-intro{color:var(--text);border-bottom:1px solid var(--hairline);margin-bottom:32px;padding-bottom:24px;font-size:.95rem;line-height:1.65}.legal-content{padding-bottom:40px}.legal-section{margin-bottom:28px}.legal-section h2{color:var(--text);margin-bottom:12px;font-size:1.1rem;font-weight:700}.section-num{color:var(--rose);font-weight:800}.legal-section p{color:var(--text);margin-bottom:10px;font-size:.9rem;line-height:1.65}.legal-section ul{margin-bottom:10px;padding-left:20px}.legal-section li{color:var(--text);margin-bottom:6px;font-size:.88rem;line-height:1.6}.legal-contact{background:var(--card);border-radius:var(--radius-sm);text-align:center;padding:12px 16px;margin:12px 0!important}.legal-contact a{color:var(--rose);font-weight:700;text-decoration:none}.legal-emergency{border-radius:var(--radius-sm);background:#ef444415;border:1px solid #ef444433;padding:12px 16px;margin:12px 0!important;font-size:.88rem!important}.legal-emergency a{color:#ef4444;font-weight:700}.definition-list{margin:8px 0 12px}.definition-item{background:var(--card);border-radius:var(--radius-sm);margin-bottom:8px;padding:14px 16px}.definition-item dt{color:var(--rose);margin-bottom:4px;font-size:.9rem;font-weight:700}.definition-item dd{color:var(--muted);margin:0;font-size:.85rem;line-height:1.55}.contact-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:14px;margin-bottom:36px;display:grid}.contact-card{background:var(--card);border-radius:var(--radius);text-align:center;border:1px solid var(--hairline);padding:22px 18px;transition:border-color .2s}.contact-card:hover{border-color:var(--rose)}.contact-icon{margin-bottom:10px;font-size:2rem}.contact-card h3{color:var(--text);margin-bottom:8px;font-size:.95rem;font-weight:700}.contact-card p{color:var(--muted);margin-bottom:12px;font-size:.82rem;line-height:1.5}.contact-link{color:var(--rose);background:var(--bg);border:1px solid var(--hairline);border-radius:16px;padding:6px 14px;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .15s;display:inline-block}.contact-link:hover{background:var(--rose);color:#fff;border-color:var(--rose)}.contact-link.emergency{color:#ef4444;border-color:#ef444433}.contact-link.emergency:hover{color:#fff;background:#ef4444;border-color:#ef4444}.contact-subtle{color:var(--muted)!important;margin-top:8px!important;font-size:.72rem!important}.contact-info{margin-top:24px}.contact-info h2{color:var(--text);margin:24px 0 10px;font-size:1.05rem;font-weight:700}.contact-info p{color:var(--text);font-size:.88rem;line-height:1.6}.response-times{margin:10px 0 20px}.response-row{background:var(--card);border-radius:var(--radius-sm);justify-content:space-between;align-items:center;margin-bottom:6px;padding:10px 14px;display:flex}.response-label{color:var(--text);font-size:.88rem;font-weight:600}.response-time{color:var(--muted);font-size:.8rem}.emergency-text{font-weight:700;color:#ef4444!important}.contact-links{flex-wrap:wrap;gap:14px;margin:20px 0;display:flex}.contact-page-link{color:var(--text);border:1px solid var(--hairline);border-radius:20px;padding:8px 16px;font-size:.85rem;text-decoration:none;transition:all .15s}.contact-page-link:hover{border-color:var(--rose);color:var(--rose)}.contact-footer-note{text-align:center;color:var(--muted)!important;margin-top:24px!important;font-size:.8rem!important}.contact-footer-note a{color:var(--rose)}.upgrade-banner{text-align:center;border-bottom:1px solid var(--hairline);background:linear-gradient(135deg,#1a0a1e,#1e0f14);padding:8px 16px}.upgrade-banner-btn{color:#fff;background:var(--rose);border-radius:20px;padding:8px 24px;font-size:.92rem;font-weight:700;text-decoration:none;transition:background .15s;display:inline-block}.upgrade-banner-btn:hover{background:#ff4d8c}.settings-upgrade-link{text-align:center;color:var(--rose);margin-top:12px;padding:10px 0;font-size:.95rem;font-weight:600;text-decoration:none;display:block}.settings-upgrade-link:hover{color:#ff4d8c}
