@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;500;600;700&family=Lalezar&display=swap";
:root{--primary:#e11d48;--primary-dark:#be123c;--primary-light:#fb7185;--primary-soft:#e11d481a;--secondary:#7c3aed;--secondary-dark:#6d28d9;--secondary-light:#a78bfa;--accent:#14b8a6;--accent-glow:#14b8a666;--bg-main:#faf5ff;--bg-secondary:#fdf4ff;--surface:#ffffffd9;--surface-muted:#fff9;--text:#1e1b4b;--text-secondary:#1e1b4bcc;--text-muted:#1e1b4b8c;--border:#7c3aed1f;--border-strong:#7c3aed40;--hero-gradient:linear-gradient(135deg,#faf5ff 0%,#7c3aed0d 50%,#fdf4ff 100%);--btn-gradient:linear-gradient(135deg,#e11d48 0%,#be123c 100%);--title-gradient:linear-gradient(135deg,#7c3aed 0%,#e11d48 50%,#7c3aed 100%);--gold-gradient:linear-gradient(135deg,#7c3aed 0%,#a78bfa 50%,#e11d48 100%);--danger:#dc2626;--danger-accent:#f87171;--warning:#f59e0b;--warning-accent:#fbbf24;--success:#059669;--success-accent:#34d399;font-family:Outfit,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji}*,:before,:after{box-sizing:border-box}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.1)}}@keyframes fadeInOut{0%,to{opacity:1}50%{opacity:.7}}.rotating-hints,.rotating-hints>div:last-child{animation:5s ease-in-out infinite fadeInOut}body{color:var(--text);background:var(--bg-main);min-height:100vh;margin:0;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:var(--text);margin-top:0;font-weight:700}.gradient-title{color:var(--secondary);background:var(--title-gradient);-webkit-text-fill-color:transparent;background-size:200% 200%;-webkit-background-clip:text;background-clip:text;animation:6s infinite titleGradient}@keyframes titleGradient{0%,to{background-position:0%}50%{background-position:100%}}.container{max-width:1200px;margin:0 auto;padding:20px}main{flex-direction:column;gap:24px;padding:0 16px;display:flex}@media (max-width:1024px){.container{padding:12px}main{gap:12px;padding:0 10px}.page-content{padding-bottom:calc(70px + env(safe-area-inset-bottom,0px))}}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;position:absolute!important}button{background:var(--btn-gradient);color:#fff;cursor:pointer;border:0;border-radius:8px;height:min-content;padding:12px 20px;font-weight:600;transition:transform .18s,box-shadow .18s,opacity .18s;box-shadow:0 8px 16px #c41e3a40}button:hover{transform:translateY(-1px);box-shadow:0 12px 20px #c41e3a59}button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}button+button{margin-left:8px}button.btn-outline{color:var(--primary);border:1px solid var(--primary);box-shadow:none;background:0 0;padding:10px 18px}button.btn-outline:hover{border-color:var(--primary-light);color:var(--primary-light);box-shadow:none;background:#c41e3a1a;transform:none}button.btn-sm{box-shadow:none;padding:6px 12px;font-size:13px}button.btn-outline.btn-sm{padding:6px 12px}button.btn-xs{box-shadow:none;padding:4px 10px;font-size:12px}button.btn-outline.btn-xs{padding:4px 10px}.unit-toggle{gap:4px;display:flex}.unit-toggle button{border-radius:6px;min-width:auto;margin:0;padding:4px 10px;font-size:11px}.unit-toggle button+button{margin-left:0}button.btn-danger{background:linear-gradient(135deg,var(--danger)0%,var(--danger-accent)100%);color:#fff;border:none;box-shadow:0 4px 12px #c6282840}button.btn-danger:disabled{opacity:.5;box-shadow:none}button.btn-danger.btn-sm{box-shadow:0 3px 8px #c6282833}button.btn-warning{background:linear-gradient(135deg,var(--warning)0%,var(--warning-accent)100%);color:#1a0a10;border:none;box-shadow:0 4px 12px #f9a82540}button.btn-warning:disabled{opacity:.5;box-shadow:none}button.btn-warning.btn-sm{box-shadow:0 3px 8px #f9a82533}input,select,textarea{border:1px solid var(--border);background:var(--surface);color:var(--text);box-sizing:border-box;border-radius:12px;width:100%;padding:12px 14px;font-size:14px;transition:border .18s,box-shadow .18s}::placeholder{color:var(--text-muted);opacity:.85}input:focus,select:focus,textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #c41e3a24}textarea{resize:vertical}label.check{align-items:center;gap:8px;display:inline-flex}.grid{grid-template-columns:repeat(auto-fill,120px);gap:8px;display:grid}.actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.actions button{align-self:start;height:min-content}.card{border:1px solid var(--border);background:var(--surface);border-radius:18px;width:100%;margin:0;padding:16px;transition:transform .18s,box-shadow .18s;box-shadow:0 8px 32px #c41e3a0d}.card h3{margin:0 0 8px}.card h4{margin:0 0 6px}.card p{margin:0}.card p+p,.card p+.field-grid{margin-top:8px}.card:hover{transform:translateY(-2px);box-shadow:0 12px 40px #c41e3a1a}.card img{border-radius:12px;width:100%;height:auto}.card .media{aspect-ratio:3/4;cursor:pointer;background:#f3f6ff;border-radius:12px;width:100%;overflow:hidden}.card .media img{object-fit:cover;width:100%;height:auto;display:block}.card.dragging{cursor:grabbing}.card{background:var(--surface);z-index:2;position:relative}.card .flag{letter-spacing:1px;border:3px solid;border-radius:6px;padding:4px 10px;font-weight:800;position:absolute;top:12px;left:12px}.card .flag.like{color:var(--success);border-color:var(--success);background:#14a44d1f;transform:rotate(-12deg)}.card .flag.nope{color:var(--danger);border-color:var(--danger);background:#eb4a4a1f;left:auto;right:12px;transform:rotate(12deg)}.card .edge-overlay{pointer-events:none;justify-content:center;align-items:center;width:32%;display:flex;position:absolute;top:0;bottom:0}.card .edge-overlay.left{background:linear-gradient(90deg,#eb4a4a40,#eb4a4a00);left:0}.card .edge-overlay.right{background:linear-gradient(270deg,#14a44d40,#14a44d00);right:0}.card .edge-overlay .arrow{color:#fff;text-shadow:0 1px 2px #00000059;font-size:36px;font-weight:800}.card .edge-flash{pointer-events:none;justify-content:center;align-items:center;width:28%;display:flex;position:absolute;top:0;bottom:0}.card .edge-flash.left{background:linear-gradient(90deg,#eb4a4a2e,#eb4a4a00);left:0}.card .edge-flash.right{background:linear-gradient(270deg,#14a44d2e,#14a44d00);right:0}.card .edge-flash .arrow{color:#fff;text-shadow:0 1px 2px #00000059;font-size:30px;font-weight:800}.swipe-stage{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:radial-gradient(1200px 400px at 50% 100%,#ff4d8d12,#0000 60%),radial-gradient(800px 300px at 0 0,#14a44d0f,#0000 60%),linear-gradient(#ffffffa6,#ffffff73);border-radius:24px;justify-content:center;align-items:center;gap:20px;width:100%;max-width:700px;height:680px;margin:0 auto;padding:16px;display:flex;position:relative;overflow:hidden}.swipe-stage .card{flex-shrink:0;width:420px;height:100%;padding:0}.swipe-card{box-shadow:none;background:0 0;border:none;flex-direction:column;justify-content:flex-start;align-items:stretch;height:100%;padding:0;transition:none;display:flex;position:relative}.swipe-card__media{background:var(--surface-muted);border:1px solid var(--border);cursor:pointer;border-radius:18px;flex:1;width:100%;max-width:420px;min-height:0;position:relative;overflow:hidden;box-shadow:0 18px 32px #0f20421a}.swipe-card__media img{object-fit:cover;object-position:center top;width:100%;height:100%}.swipe-card__pagination{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000059;border-radius:999px;gap:6px;padding:6px 10px;display:flex;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}.swipe-card__pagination .dot{background:#fff9;border-radius:50%;width:7px;height:7px;transition:all .2s}.swipe-card__pagination .dot.active{background:#fff;border-radius:8px;width:18px}.tap-zone{cursor:pointer;z-index:5;background:0 0;border:0;flex-shrink:0;justify-content:center;align-items:center;width:100px;height:100%;padding:0;transition:background .2s;display:flex;position:relative}.tap-zone.left{background:linear-gradient(90deg,#eb4a4a40,#eb4a4a00);border-radius:18px}.tap-zone.right{background:linear-gradient(270deg,#14a44d40,#14a44d00);border-radius:18px}.tap-zone:hover{box-shadow:none;transform:none}.tap-zone:hover.left{background:linear-gradient(90deg,#eb4a4a73,#eb4a4a00)}.tap-zone:hover.right{background:linear-gradient(270deg,#14a44d73,#14a44d00)}.tap-zone .arrow{color:inherit;text-shadow:0 4px 10px #00000073;font-size:clamp(28px,8vw,80px);font-weight:900;line-height:1;transition:transform .2s,text-shadow .2s}.tap-zone.left .arrow{color:#eb4a4af2}.tap-zone.right .arrow{color:#14a44df2}.tap-zone:hover .arrow{text-shadow:0 8px 16px #000000b3;transform:scale(1.1)}@media (max-width:1024px){.swipe-stage{box-sizing:border-box;border-radius:16px;gap:4px;height:calc(100vh - 140px);min-height:400px;max-height:680px;padding:6px 4px;overflow:hidden}.tap-zone{border-radius:12px;width:44px}.tap-zone .arrow{text-shadow:0 2px 8px #00000080;opacity:1;font-size:36px}.tap-zone.left{background:linear-gradient(90deg,#eb4a4a66 0%,#eb4a4a1a 100%)}.tap-zone.right{background:linear-gradient(270deg,#14a44d66 0%,#14a44d1a 100%)}.tap-zone.left .arrow{color:#e74c3c}.tap-zone.right .arrow{color:#27ae60}.swipe-stage .card{flex:1;width:calc(100% - 96px);max-width:none}.swipe-card__media{aspect-ratio:auto;flex:1;min-height:0;max-height:none}.swipe-card__info{padding:10px 8px}.swipe-card__title{margin-bottom:4px;font-size:16px}}.site-header{border-bottom:1px solid var(--border);z-index:1000;-webkit-backdrop-filter:blur(16px)saturate(180%);background:#fffc;align-items:center;height:56px;min-height:56px;max-height:56px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:sticky;top:0;box-shadow:0 4px 30px #c41e3a0d}@media (max-width:1024px){.site-header{-webkit-backdrop-filter:none;background:#fff;height:56px;min-height:56px;max-height:56px;padding:0}.site-header .nav{display:none}@media (max-width:500px){.brand span{display:none}}.header-actions{gap:8px}.header-actions .logout-btn,.header-actions .login-btn{border-radius:12px;height:38px;padding:0 14px}.header-actions .settings-btn,.header-actions .notification-btn{border-radius:12px;width:38px;height:38px}.site-header .mobile-nav-toggle,.site-header .mobile-nav{display:none!important}}.site-header--open{background:var(--surface);-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none}.header-inner{justify-content:space-between;align-items:center;gap:12px;width:100%;height:100%;padding:0 16px;display:flex}.header-inner .brand{margin-right:auto}.header-inner .header-actions{margin-left:auto}.brand{color:var(--primary);font-size:20px;font-weight:700;text-decoration:none;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.brand:hover{transform:scale(1.05)}.brand-logo{filter:drop-shadow(0 0 8px #c41e3a66);width:auto;height:32px;transition:filter .3s;display:block}.brand:hover .brand-logo{filter:drop-shadow(0 0 12px var(--accent-glow))}.nav{gap:14px;display:flex}.download-app-btn{color:var(--primary);white-space:nowrap;border:1px solid;border-radius:12px;align-items:center;margin-left:16px;padding:4px 8px;font-size:12px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.download-app-btn:hover{background:#c41e3a0d;transform:translateY(-1px)}@media (max-width:1024px){.download-app-btn{display:none}}.nav a{color:var(--text);border-radius:8px;padding:6px 12px;font-weight:600;text-decoration:none;transition:all .3s;position:relative}.nav a:after{content:"";background:linear-gradient(90deg,var(--primary),var(--secondary));transform-origin:100%;border-radius:2px;height:2px;transition:transform .3s cubic-bezier(.165,.84,.44,1);position:absolute;bottom:2px;left:12px;right:12px;transform:scaleX(0)}.nav a:hover{color:var(--primary);background:var(--primary-soft)}.nav a:hover:after{transform-origin:0;transform:scaleX(1)}.mobile-nav-toggle{background:var(--surface-muted);cursor:pointer;z-index:1100;border:none;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:44px;height:44px;padding:0;transition:all .3s;display:none}.mobile-nav-toggle:hover{background:#c41e3a0d}.mobile-nav-toggle__bar{background:var(--primary);transform-origin:50%;border-radius:2px;width:22px;height:2px;transition:all .25s cubic-bezier(.68,-.6,.32,1.6);display:block}.site-header--open .mobile-nav-toggle__bar:first-child{transform:translateY(6px)rotate(45deg)}.site-header--open .mobile-nav-toggle__bar:nth-child(2){opacity:0;transform:scaleX(0)}.site-header--open .mobile-nav-toggle__bar:nth-child(3){transform:translateY(-6px)rotate(-45deg)}.mobile-nav{z-index:1050;background:#fff;flex-direction:column;gap:16px;padding:24px;display:flex;position:fixed;inset:60px 0 0;overflow-y:auto}.mobile-nav a{color:var(--text);border-bottom:1px solid var(--border);padding:12px 0;font-size:24px;font-weight:600;text-decoration:none}@keyframes mobileNavLinkIn{to{opacity:1;transform:translate(0)}}.mobile-nav a:active{color:var(--primary);background:#c41e3a1a;border-radius:8px;padding-left:8px}.header-actions{align-items:center;gap:10px;display:flex}.logout-btn{color:#be123c;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:linear-gradient(#fff5f7fa 0%,#ffebf0f2 100%);border:1px solid #e11d4842;border-radius:14px;justify-content:center;align-items:center;gap:8px;height:42px;padding:0 18px;font-weight:600;text-decoration:none;transition:transform .18s,box-shadow .18s,border-color .18s,color .18s,background .18s;display:inline-flex;box-shadow:0 8px 20px #e11d4824,inset 0 1px #fffffff2}.logout-btn:hover{color:#9f1239;background:linear-gradient(#ffeff3 0%,#ffe3eafa 100%);border-color:#e11d4861;transform:translateY(-1px);box-shadow:0 10px 24px #e11d4833,inset 0 1px #fffffffa}.settings-btn{color:#1e1b4b9e;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#fffffff5;border:1px solid #7c3aed38;border-radius:14px;justify-content:center;align-items:center;width:42px;height:42px;transition:transform .18s,box-shadow .18s,border-color .18s,color .18s,background .18s;display:inline-flex;box-shadow:0 8px 20px #7c3aed1f,inset 0 1px #ffffffe6}.settings-btn:hover{color:var(--secondary-dark);background:#fff;border-color:#7c3aed61;transform:translateY(-1px);box-shadow:0 10px 24px #7c3aed2e,inset 0 1px #fffffff2}.settings-btn svg{display:block}.logout-text,.login-text{font-size:18px;line-height:1}.logout-icon{display:none}.login-btn{height:42px;color:var(--secondary-dark);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#fffffff5;border:1px solid #7c3aed38;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:0 18px;font-weight:600;text-decoration:none;transition:transform .18s,box-shadow .18s,border-color .18s,color .18s,background .18s;display:inline-flex;box-shadow:0 8px 20px #7c3aed1f,inset 0 1px #ffffffe6}.login-btn:hover{color:var(--secondary-dark);background:#fff;border-color:#7c3aed61;transform:translateY(-1px);box-shadow:0 10px 24px #7c3aed2e,inset 0 1px #fffffff2}@media (max-width:768px){.logout-text,.login-text{display:none}.logout-icon{display:block}.header-actions .logout-btn,.header-actions .login-btn{width:38px;padding:0}}.nav .nav-badge{align-items:center;gap:8px;display:inline-flex;position:relative}.badge-pill{color:#fff;background:var(--btn-gradient);border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 6px;font-size:12px;display:inline-flex}.site-footer{border-top:1px solid var(--border);color:var(--text-muted);margin-top:8px;padding:8px 0;font-size:14px}.site-footer,.site-footer *,body.rtl .site-footer,body.rtl .site-footer *{text-align:left!important;direction:ltr!important}.page-content{padding-top:12px}.mobile-tabbar{-webkit-backdrop-filter:none;backdrop-filter:none;border-top:1px solid var(--border);z-index:1002;background:#fff;justify-content:space-around;padding:6px 10px;display:none;position:fixed;bottom:0;left:0;right:0}.mobile-tabbar__item{color:var(--text-muted);border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:2px;padding:6px 8px;font-size:11px;text-decoration:none;display:flex}.mobile-tabbar__item.is-active{color:var(--primary);background:var(--primary-soft)}.mobile-tabbar__icon{display:block;position:relative}.mobile-badge{background:var(--primary);color:#fff;border:1px solid var(--bg-main);border-radius:99px;justify-content:center;align-items:center;min-width:14px;height:14px;padding:0 4px;font-size:10px;font-weight:700;line-height:1;display:flex;position:absolute;top:-2px;right:-4px}.mobile-tabbar__icon svg{width:22px;height:22px;display:block}@media (max-width:1024px){.mobile-tabbar{display:flex}.page-content{padding-bottom:72px}}main.swipe-page{margin-top:0;overflow:hidden}main.swipe-page .swipe-layout{padding-bottom:0}main.swipe-page .swipe-section{gap:12px}main.swipe-page .swipe-instructions{margin-top:0}main.swipe-page .swipe-stage{height:auto;min-height:auto}@media (min-width:1025px){main.swipe-page{height:calc(100vh - 120px);padding:4px 16px;overflow:hidden}main.swipe-page .swipe-layout{height:100%;padding-bottom:0}main.swipe-page .swipe-stage.swipe-stage--clean{background:var(--hero-gradient);border:1px solid var(--border);border-radius:14px;height:clamp(480px,100vh - 160px,680px);min-height:480px;max-height:680px;padding:12px;overflow:hidden}.swipe-card{max-width:420px}.swipe-card__media{aspect-ratio:auto;flex:1;max-height:none}.swipe-card__info--horizontal{padding:8px 12px}.swipe-card__info--horizontal .swipe-card__title{font-size:18px}.swipe-card__info--horizontal .swipe-card__bio{margin-top:6px;font-size:12px}.swipe-card__actions{padding:10px}}.swipe-layout{grid-template-columns:minmax(200px,240px) 1fr;align-items:start;gap:12px;max-width:1000px;margin:0 auto;padding-bottom:20px;display:grid}.swipe-actions{justify-content:center;gap:16px;width:100%;max-width:420px;margin-top:14px;display:flex}.swipe-btn{color:#fff;border:0;border-radius:50%;justify-content:center;align-items:center;width:clamp(56px,6vw,72px);height:clamp(56px,6vw,72px);transition:transform .18s,box-shadow .18s,filter .18s;display:inline-flex;box-shadow:0 12px 24px #c41e3a1a}.swipe-btn:hover{transform:translateY(-2px)scale(1.03);box-shadow:0 16px 28px #c41e3a26}.swipe-btn:active{transform:translateY(0)scale(.98);box-shadow:0 8px 16px #c41e3a1a}.swipe-btn__icon{font-size:clamp(22px,3vw,28px);line-height:1}.swipe-btn--dislike{background:linear-gradient(135deg,var(--danger),var(--danger-accent))}.swipe-btn--like{background:linear-gradient(135deg,var(--success),var(--success-accent))}@media (max-width:1024px){.swipe-actions{gap:12px;width:calc(100% - 82px);max-width:280px}}.swipe-section{box-sizing:border-box;flex-direction:column;align-items:center;gap:16px;max-width:100%;padding-top:0;display:flex;overflow:hidden}.swipe-instructions{text-align:center;color:var(--text-muted);margin-top:0;font-size:15px}.swipe-no-recs{text-align:center;color:var(--text-muted);border:1px dashed var(--border);background:var(--surface-muted);border-radius:16px;margin-top:20px;padding:40px 20px;font-size:16px}.swipe-card__media{aspect-ratio:4/5;background:var(--surface-muted);cursor:pointer;width:100%;position:relative;overflow:hidden}.swipe-card__media img{object-fit:cover;width:100%;height:100%;display:block}.swipe-card__media--contain{background:#0b0b0b}.swipe-card__media--contain:before{content:"";background-image:var(--media-url);filter:blur(18px);opacity:.45;z-index:0;background-position:50%;background-size:cover;position:absolute;inset:0;transform:scale(1.08)}.swipe-card__media--contain:after{content:"";z-index:0;background:linear-gradient(#0000001f,#0000002e);position:absolute;inset:0}.swipe-card__media--contain img{z-index:1;position:relative}.swipe-card__visit-profile{z-index:10;color:#fff;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0009;border:none;border-radius:10px;width:calc(100% - 40px);max-width:200px;padding:10px 15px;font-size:15px;font-weight:600;transition:background .2s;position:absolute;bottom:15px;left:50%;transform:translate(-50%)}.swipe-card__visit-profile:hover{background:#000c;transform:translate(-50%)translateY(-1px);box-shadow:0 4px 8px #0003}.swipe-card__info{text-align:left;background:var(--surface);color:var(--text);border-top:1px solid var(--border);margin-top:0;padding:12px 14px;position:static}.swipe-card__title{direction:ltr;align-items:center;gap:8px;margin:0 0 6px;display:flex}.swipe-facts{flex-wrap:wrap;gap:6px;margin-bottom:8px;display:flex}.pill{background:var(--surface-muted);border:1px solid var(--border);color:var(--text);border-radius:999px;padding:2px 8px;font-size:12px}.pill--match{color:var(--success);background:#14a44d1a;border-color:#14a44d59}.profile-bio{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.swipe-card__info h3,.swipe-card__info .profile-meta{color:var(--text)}.swipe-card__info .profile-bio{color:var(--text-muted)}.swipe-card__info h3{color:var(--text);margin:0 0 8px;font-size:24px}.profile-meta{color:var(--text-muted);font-size:14px;line-height:1.4}.profile-meta .badges{justify-content:center;gap:6px;margin-top:6px;display:flex}.badge{background:var(--surface-muted);color:var(--text);border:1px solid var(--border);border-radius:999px;padding:2px 8px;font-size:12px}.profile-bio{color:var(--text);margin-top:8px;font-size:14px}.swipe-stage--clean{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;justify-content:center;align-items:center;gap:0;width:100%;max-width:700px;height:680px;min-height:680px;max-height:680px;margin:0 auto;padding:16px;display:flex}.swipe-card{background:var(--surface);border:1px solid var(--border);border-radius:18px;flex-direction:column;width:100%;max-width:420px;display:flex;overflow:hidden;box-shadow:0 18px 32px #0f20421f}.swipe-card__info--horizontal{background:linear-gradient(135deg,var(--primary-soft),#ff4d8d0d);border-bottom:1px solid var(--border);box-sizing:border-box;flex-shrink:0;max-height:140px;padding:14px 16px;overflow:hidden}.swipe-card__info--horizontal .swipe-facts{max-height:52px;overflow:hidden}.swipe-card__info--horizontal .swipe-card__bio{-webkit-line-clamp:2;line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.swipe-card__header{flex-direction:column;gap:8px;display:flex}.swipe-card__info--horizontal .swipe-card__title{color:var(--text);margin:0;font-size:20px;font-weight:700}.swipe-card__info--horizontal .swipe-facts{flex-wrap:wrap;gap:6px;margin:0;display:flex}.swipe-card__info--horizontal .swipe-card__bio{color:var(--text-muted);margin-top:10px;font-size:13px;line-height:1.4}.swipe-card__no-photo{box-sizing:border-box;background:linear-gradient(135deg,var(--surface-muted),var(--surface));text-align:center;z-index:1;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:24px;display:flex;position:absolute;top:0;left:0}.swipe-card__no-photo-icon{opacity:.6;margin-bottom:16px;font-size:64px}.swipe-card__no-photo-name{color:var(--text);margin-bottom:8px;font-size:24px;font-weight:700}.swipe-card__no-photo-age{color:var(--text-muted);margin-bottom:12px;font-size:16px}.swipe-card__no-photo-location{color:var(--text-muted);margin-bottom:16px;font-size:14px}.swipe-card__no-photo-bio{color:var(--text);max-width:280px;font-size:14px;line-height:1.5}.swipe-card__details{border-top:1px solid var(--border);border-bottom:1px solid var(--border);flex-direction:column;gap:6px;margin:12px 0;padding:12px 0;display:flex}.swipe-card__detail{color:var(--text);align-items:center;gap:8px;font-size:13px;display:flex}.swipe-card__detail .detail-icon{text-align:center;width:20px;font-size:14px}.swipe-card__bio{color:var(--text-muted);margin:10px 0;padding:0 12px;font-size:14px;line-height:1.5}.swipe-card__interests{flex-wrap:wrap;gap:6px;margin:10px 0;display:flex}.interest-tag{color:var(--primary);background:linear-gradient(135deg,#ff4d8d1a,#ff4d8d0d);border:1px solid #ff4d8d33;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:500}.swipe-match{color:var(--success);background:linear-gradient(135deg,#14a44d26,#14a44d0d);border:1px solid #14a44d40;border-radius:999px;margin:8px 0;padding:4px 12px;font-size:13px;font-weight:600;display:inline-block}.swipe-card__actions{background:var(--surface);border-top:1px solid var(--border);box-sizing:border-box;direction:ltr;flex-wrap:nowrap;flex-shrink:0;justify-content:space-evenly;align-items:center;gap:20px;width:100%;padding:16px;display:flex}.swipe-card__btn{cursor:pointer;white-space:nowrap;border:none;border-radius:50%;flex:none;justify-content:center;align-items:center;gap:0;width:64px;height:64px;padding:0;font-size:24px;font-weight:700;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 6px 16px #00000026;margin:0!important}.swipe-card__btn:hover{transform:translateY(-2px)}.swipe-card__btn:active{transform:translateY(0)}.swipe-card__btn--dislike{background:var(--surface);color:var(--danger);border:1px solid var(--border);box-shadow:0 4px 12px #00000014}.swipe-card__btn--dislike:hover{box-shadow:0 8px 24px #eb4a4a66}.swipe-card__btn--like{background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;box-shadow:0 8px 20px #e11d484d}.swipe-card__btn--like.already-liked{opacity:.94;cursor:pointer;gap:4px;background:linear-gradient(135deg,#d4af37,#b8860b)!important;padding-left:6px!important;padding-right:6px!important}.swipe-card__btn--like:hover{box-shadow:0 8px 24px #14a44d66}.swipe-card__btn--message{background:var(--secondary);color:#fff;border-radius:50%;width:50px;height:50px;font-size:20px;box-shadow:0 6px 16px #7c3aed40}.swipe-card__btn--message:hover{box-shadow:0 8px 24px #c41e3a59}.swipe-card__btn-icon{font-size:18px}.swipe-card__btn-label{display:none}.swipe-card__btn--message .swipe-card__btn-label{font-size:12px}.swipe-card__btn--like.already-liked .swipe-card__btn-label{font-size:11px}.swipe-card__btn--message{gap:4px}@media (max-width:1024px){.swipe-card__btn--message .swipe-card__btn-label{font-size:11px}.swipe-card__btn--message{gap:2px}.swipe-stage--clean{height:480px;min-height:480px;max-height:480px;padding:8px}.swipe-card{border-radius:14px;max-width:100%}.swipe-card__media{aspect-ratio:auto;border-radius:14px 14px 0 0;flex:1;max-height:none}.swipe-card__no-photo-icon{font-size:48px}.swipe-card__no-photo-name{font-size:20px}.swipe-card__info{padding:10px 12px}.swipe-card__info h3{margin:0 0 6px;font-size:18px}.swipe-card__details{gap:4px;margin:8px 0;padding:8px 0}.swipe-card__detail{font-size:12px}.swipe-card__bio{margin:6px 0;font-size:13px}.swipe-card__interests{gap:4px;margin:6px 0}.interest-tag{padding:3px 8px;font-size:11px}.swipe-card__actions{gap:8px;padding:12px}.swipe-card__btn{border-radius:10px;padding:12px 16px}.swipe-card__btn-icon{font-size:16px}.swipe-card__btn-label{font-size:13px}.swipe-card__btn--like.already-liked .swipe-card__btn-label{font-size:11px}.pill{padding:2px 6px;font-size:11px}}@media (max-width:500px){.swipe-card__actions{gap:8px;padding:10px 8px}.swipe-card__btn{border-radius:10px;gap:4px;max-width:none;padding:10px}.swipe-card__btn-icon{font-size:14px}.swipe-card__btn-label{font-size:12px}.swipe-card__btn--like.already-liked .swipe-card__btn-label{font-size:10px}}@media (max-width:400px){.swipe-card__actions{gap:8px;padding:8px 6px}.swipe-card__btn{border-radius:8px;gap:3px;padding:8px 6px}.swipe-card__btn-icon{font-size:12px}.swipe-card__btn-label{font-size:9px}.swipe-card__btn--like.already-liked .swipe-card__btn-label{letter-spacing:-.2px;font-size:8px}.swipe-card__btn--message .swipe-card__btn-label{font-size:8.5px}.swipe-card__info--horizontal{max-height:100px;padding:8px 10px}.swipe-card__info--horizontal .swipe-card__title{font-size:16px}.swipe-card__info--horizontal .swipe-card__bio{-webkit-line-clamp:1;line-clamp:1;margin-top:4px;padding:0;font-size:11px}.swipe-card__info--horizontal .swipe-facts{gap:4px;max-height:28px}.swipe-card__info--horizontal .swipe-facts .pill{padding:2px 5px;font-size:10px}.swipe-card__media{aspect-ratio:1;max-height:260px}.swipe-card__no-photo{padding:16px}.swipe-card__no-photo-icon{margin-bottom:10px;font-size:40px}.swipe-card__no-photo-name{font-size:18px}}.auth-page{justify-content:center;align-items:center;min-height:calc(100vh - 120px);padding:20px;display:flex;position:relative}.auth-container{border-radius:24px;grid-template-columns:1.2fr 1fr;gap:24px;width:100%;max-width:900px;display:grid;overflow:hidden;box-shadow:0 28px 48px #0f204226}@media (max-width:1024px){.auth-container{border-radius:0;grid-template-columns:1fr}.auth-hero{display:none}.auth-card{padding:20px}}.auth-header{border-bottom:1px solid var(--border);z-index:1000;-webkit-backdrop-filter:blur(16px);background:#fffffff2;padding:8px 0;position:sticky;top:0}.auth-header .header-inner{justify-content:space-between;align-items:center;display:flex}.auth-header .brand{color:var(--primary);align-items:center;gap:8px;font-size:18px;font-weight:700;text-decoration:none;display:flex}.auth-header .brand-logo{width:auto;height:28px}.auth-header .language-toggle{padding:6px 14px;font-size:13px}@media (max-width:400px){.auth-header{padding:6px 0}.auth-header .brand span{display:none}.auth-header .brand-logo{height:24px}.auth-header .language-toggle{padding:4px 10px;font-size:12px}}.auth-hero{background:linear-gradient(135deg,var(--primary),#ff9ec4);color:#fff;align-items:flex-end;padding:30px;display:flex}.auth-hero-inner h1{margin:0 0 10px;font-size:36px}.auth-hero-inner p{opacity:.9;margin:0;font-size:18px;line-height:1.6}.auth-card{background:var(--surface);flex-direction:column;justify-content:center;padding:30px;display:flex}.auth-card h2{color:var(--text);text-align:center;margin:0 0 20px;font-size:28px}.auth-form{gap:15px;display:grid}.form-error{color:var(--danger);text-align:center;margin-top:10px;font-size:14px}.hint{color:var(--text-muted);text-align:center;margin-top:20px;font-size:14px}.hint a{color:var(--primary);font-weight:600;text-decoration:none}.hint a:hover{text-decoration:underline}button.btn-danger{background:linear-gradient(135deg,var(--danger),var(--danger-accent));box-shadow:0 12px 24px #e6394640}button.btn-danger:hover{box-shadow:0 16px 28px #e6394652}button.btn-warning{background:linear-gradient(135deg,var(--warning),var(--warning-accent));color:#2a2a2a;box-shadow:0 12px 24px #f7b50040}button.btn-warning:hover{box-shadow:0 16px 28px #f7b50052}button.btn-success{background:linear-gradient(135deg,var(--success),var(--success-accent));box-shadow:0 12px 24px #14a44d40}button.btn-success:hover{box-shadow:0 16px 28px #14a44d52}.profile-hero__thumbs{box-sizing:border-box;grid-template-columns:repeat(5,64px);gap:6px;max-width:100%;display:grid}.profile-hero__thumbs img{object-fit:cover;border-radius:8px;width:100%;height:100%}.profile-hero__media{flex-direction:column;gap:16px;width:100%;max-width:320px;display:flex}.profile-hero__media>img{aspect-ratio:4/5;object-fit:cover;background:var(--surface-muted);border-radius:16px;width:100%;box-shadow:0 12px 24px #0000001a}.profile-hero__thumbs>:nth-child(n+6){display:none}@media (max-width:1024px){.profile-hero__thumbs{grid-template-columns:repeat(3,minmax(0,1fr));justify-items:center}.profile-hero__thumbs>:nth-child(n+4){display:none}.profile-hero__thumbs img{aspect-ratio:1;width:100%;height:auto}}.profile-layout{box-sizing:border-box;gap:24px;width:100%;max-width:1000px;margin:0 auto;padding-bottom:40px;display:grid}.profile-hero{border:1px solid var(--border);background:linear-gradient(135deg,var(--primary-soft),var(--surface));box-sizing:border-box;border-radius:24px;gap:24px;width:100%;max-width:100%;padding:30px;display:grid;box-shadow:0 28px 48px #0f204226}@media (min-width:900px){.profile-hero{grid-template-columns:1fr 2fr}}@media (max-width:1024px){.profile-layout{padding-left:10px;padding-right:10px}.profile-hero{border-radius:0;grid-template-columns:1fr;padding:20px}.profile-hero__main{gap:15px}.profile-hero__media{align-items:center;max-width:100%}.profile-hero__media>img{aspect-ratio:4/5;width:200px;height:250px}.profile-hero__placeholder{width:120px;height:120px}.profile-hero h2{font-size:28px}.profile-hero p{font-size:15px}.profile-media-sections{gap:15px}.profile-media__group{padding:15px}.profile-media__gallery{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:8px}.profile-panels{gap:20px}.profile-section.card{border-radius:0;padding:20px}.profile-actions button{min-width:150px;padding:12px 20px;font-size:14px}}.profile-hero__main{text-align:center;flex-direction:column;align-items:center;gap:20px;display:flex}.profile-hero__media{flex-direction:column;align-items:center;gap:12px;display:flex;position:relative}.profile-hero__media img{object-fit:cover;border:5px solid #fff;border-radius:50%;width:180px;height:180px;box-shadow:0 12px 24px #0f204233}.profile-hero__placeholder{background:var(--surface-muted);width:180px;height:180px;color:var(--text-muted);border:2px dashed var(--border);text-align:center;border-radius:50%;justify-content:center;align-items:center;padding:12px;font-size:14px;display:flex}.profile-hero__change-avatar{margin-top:10px;padding:8px 16px;font-size:14px}.profile-hero__info{flex-direction:column;align-items:center;gap:10px;display:flex}.profile-hero__eyebrow{text-transform:uppercase;letter-spacing:.1em;color:var(--primary);font-size:13px;font-weight:700}.profile-hero h2{color:var(--text);margin:0;font-size:36px}.profile-hero p{color:var(--text-muted);max-width:500px;margin:0;line-height:1.7}.profile-hero__meta{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:10px;display:flex}.profile-pill{background:var(--primary-soft);color:var(--primary);border:1px solid var(--border-strong);border-radius:999px;padding:8px 16px;font-size:14px;font-weight:600}.profile-completeness{align-items:center;gap:12px;width:100%;max-width:400px;margin-top:20px;display:flex}.profile-completeness__label{color:var(--text);white-space:nowrap;font-weight:600}.profile-completeness__bar{background:var(--surface-muted);border-radius:999px;flex:1;height:12px;overflow:hidden}.profile-completeness__bar div{background:linear-gradient(90deg,var(--primary),var(--primary-accent));border-radius:999px;height:auto;transition:width .3s ease-out}.profile-completeness__percentage{text-align:right;min-width:40px;color:var(--primary);font-weight:700}.profile-media-sections{gap:20px;margin-top:20px;display:grid}.profile-media__group{border:1px solid var(--border);background:var(--surface);border-radius:16px;gap:12px;padding:15px;display:grid;box-shadow:0 10px 20px #0f20420d}.profile-media__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.profile-media__group h4{color:var(--text);align-items:baseline;gap:8px;margin:0;font-size:18px;display:flex}.profile-media__group .field__hint{color:var(--text-muted);font-size:13px;font-weight:500}.profile-media__actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.profile-media__actions button{min-width:auto;padding:8px 16px;font-size:14px}.profile-media__gallery{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px;display:grid}.profile-media__thumb{aspect-ratio:1;border:1px solid var(--border);border-radius:14px;position:relative;overflow:hidden;box-shadow:0 8px 16px #0f20421a}.profile-media__thumb:has(audio){aspect-ratio:unset;background:var(--surface);justify-content:center;align-items:center;min-height:60px;padding:12px;display:flex}.profile-media__thumb img{object-fit:cover;width:100%;height:100%;display:block}.profile-media__thumb audio{width:100%;max-width:250px;height:40px}button.profile-media__remove{color:#fff;cursor:pointer;background:#eb4a4acc;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;padding:0;font-size:18px;transition:background .2s;display:flex;position:absolute;top:8px;right:8px;box-shadow:0 2px 4px #0003}button.profile-media__remove:hover{background:var(--danger)}.profile-media__empty{border:1px dashed var(--border);text-align:center;color:var(--text-muted);background:var(--surface-muted);border-radius:14px;padding:20px;font-size:15px}.profile-panels{box-sizing:border-box;gap:30px;width:100%;max-width:100%;display:grid}@media (min-width:1024px){.profile-panels{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}.profile-section.card{box-sizing:border-box;border-radius:20px;max-width:100%;padding:25px;overflow:visible;box-shadow:0 15px 30px #0f204214}.profile-section.card:has(.dropdown-checkbox__menu){z-index:100}.profile-section__header{margin-bottom:20px}.profile-section__header h3{color:var(--text);margin-bottom:8px;font-size:22px}.profile-section__header p{color:var(--text-muted);font-size:15px}.field-grid{gap:15px;max-width:100%;display:grid;overflow:visible}.field-grid>*{min-width:0}.field-grid--two{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.field{box-sizing:border-box;flex-direction:column;gap:8px;width:100%;max-width:100%;font-size:15px;display:flex;position:relative;overflow:visible}.field:has(.dropdown-checkbox__menu){z-index:9999}.field select,.field input,.field textarea{box-sizing:border-box;width:100%;max-width:100%}.field__label{color:var(--text);word-wrap:break-word;overflow-wrap:break-word;font-weight:600}.field__hint{color:var(--text-muted);word-wrap:break-word;font-size:13px;font-weight:500}.field input,.field select,.field textarea{border:1px solid var(--border);background:var(--surface-muted);color:var(--text);box-sizing:border-box;text-overflow:ellipsis;border-radius:10px;width:100%;max-width:100%;padding:12px 15px;font-size:15px;display:block}.field select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;padding-right:40px}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #3a86ff2e}.field textarea{resize:vertical;min-height:120px}@media (max-width:1024px){.profile-section .field,.swipe-filters .field{font-size:14px}.profile-section .field__label,.swipe-filters .field__label{font-size:13px}.profile-section .field__hint,.swipe-filters .field__hint{font-size:12px}.profile-section .field input,.profile-section .field select,.profile-section .field textarea,.swipe-filters .field input,.swipe-filters .field select,.swipe-filters .field textarea{padding:10px 12px;font-size:14px}.profile-section,.swipe-filters{padding-left:14px;padding-right:14px}.field-grid{gap:12px}}.pagination-controls{background:var(--surface-muted);border:1px solid var(--border);box-sizing:border-box;border-radius:12px;justify-content:center;align-items:center;gap:16px;width:100%;max-width:100%;margin-top:24px;padding:16px;display:flex;overflow:hidden}.pagination-controls button{border-radius:8px;flex:1;min-width:0;max-width:140px;padding:10px 16px;font-size:14px;font-weight:600}.pagination-controls button:disabled{opacity:.4;cursor:not-allowed}.pagination-controls span{color:var(--text-secondary);white-space:nowrap;font-size:14px;font-weight:500}@media (max-width:480px){.pagination-controls{flex-wrap:wrap;gap:12px;padding:12px}.pagination-controls button{text-align:center;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;max-width:none;padding:10px 4px;font-size:13px;overflow:hidden}.pagination-controls span{text-align:center;white-space:normal;order:-1;width:100%;margin-bottom:4px;font-size:13px}}.radio-group{gap:15px;margin-top:5px;display:flex}.radio-group label{cursor:pointer;color:var(--text-muted);align-items:center;gap:8px;font-weight:500;display:flex}.radio-group input[type=radio]{appearance:none;border:2px solid var(--border-strong);border-radius:50%;place-content:center;width:18px;height:18px;transition:all .2s;display:grid}.radio-group input[type=radio]:before{content:"";background-color:var(--primary);border-radius:50%;width:10px;height:10px;transition:transform .2s;transform:scale(0)}.radio-group input[type=radio]:checked{border-color:var(--primary)}.radio-group input[type=radio]:checked:before{transform:scale(1)}.profile-actions{justify-content:center;margin-top:30px;display:flex}.profile-actions button{border-radius:12px;min-width:200px;padding:14px 24px;font-size:16px}.visually-hidden{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.chat-container{border:1px solid var(--border);background:var(--surface);border-radius:24px;flex-direction:column;max-width:1000px;height:82vh;margin:0 auto;display:flex;overflow:hidden;box-shadow:0 24px 48px #0f20421f}@media (max-width:1024px){.chat-container{border:1px solid var(--border);border-radius:12px;height:calc(100dvh - 170px);max-height:calc(100dvh - 170px);margin-bottom:10px}}.chat-header{border-bottom:1px solid var(--border);background:var(--surface);flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}@media (max-width:480px){.chat-header{flex-wrap:wrap;gap:8px;padding:10px 12px}.chat-header .title{font-size:16px}.chat-header .subtitle{font-size:12px}.chat-header .actions{flex-wrap:wrap;gap:6px}.chat-header .actions button{min-height:36px;padding:6px 10px;font-size:11px}}@media (max-width:375px){.chat-header{padding:8px 10px}.chat-header .actions button{min-height:32px;padding:5px 8px;font-size:10px}.chat-header .icon-btn{width:36px;min-width:36px;height:36px}}.chat-header .title{color:var(--text);font-size:18px;font-weight:700}.chat-header .subtitle{color:var(--text-muted);margin-top:2px;font-size:13px}.chat-thread{background:var(--surface-muted);flex-direction:column;flex-grow:1;gap:12px;padding:12px;display:flex;overflow-y:auto}@media (max-width:1024px){.chat-thread{gap:8px;padding:10px 8px}}.chat-message-row{align-items:flex-end;gap:8px;width:100%;display:flex}.chat-message-row.me{justify-content:flex-end}.chat-message-row.them{justify-content:flex-start}.chat-avatar{border-radius:50%;flex-shrink:0;width:40px;height:40px;margin-bottom:4px;transition:transform .2s;overflow:hidden}.chat-avatar:hover{transform:scale(1.1)}.chat-avatar img{object-fit:cover;width:100%;height:100%}.avatar-placeholder{background:var(--surface-muted);width:100%;height:100%;color:var(--text-muted);border:1px solid var(--border);border-radius:50%;justify-content:center;align-items:center;font-size:16px;display:flex}.bubble{word-wrap:break-word;border-radius:16px;max-width:75%;padding:10px 14px;line-height:1.5;display:inline-block}@media (max-width:480px){.bubble{max-width:85%;padding:8px 12px;font-size:14px}}.bubble.me{background:var(--primary-soft);color:var(--text);border-bottom-right-radius:6px;place-self:flex-end}.bubble.them{background:var(--surface);color:var(--text);border:1px solid var(--border);border-bottom-left-radius:6px;place-self:flex-start}.bubble .text{margin-bottom:4px}.bubble .meta{color:var(--text-muted);justify-content:flex-end;align-items:center;gap:8px;margin-top:4px;font-size:11px;display:flex}.chat-reply-preview{border:1px solid var(--border);text-align:left;background:#00000008;border-radius:12px;align-items:stretch;gap:10px;width:100%;margin-bottom:8px;padding:8px 10px;display:flex}.bubble.me .chat-reply-preview{background:#00000005}.chat-reply-preview__bar{background:var(--primary);border-radius:999px;flex-shrink:0;width:3px}.chat-reply-preview__content{flex-direction:column;gap:2px;min-width:0;display:flex}.chat-reply-preview__title{color:var(--text);font-size:11px;font-weight:700}.chat-reply-preview__text{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.chat-reactions{flex-wrap:wrap;gap:6px;margin-top:6px;display:flex}.chat-reaction-btn{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:999px;align-items:center;gap:6px;padding:4px 8px;font-size:12px;display:inline-flex}.chat-reaction-btn.is-mine{border-color:var(--primary);background:var(--primary-soft)}.chat-reaction-btn .count{opacity:.8;font-variant-numeric:tabular-nums}.chat-react-picker{background:var(--surface);border:1px solid var(--border);z-index:100;border-radius:18px;grid-template-columns:repeat(6,1fr);gap:8px;width:fit-content;margin-top:10px;padding:15px;display:grid;box-shadow:0 6px 24px #0000001f}.chat-react-picker__btn{background:var(--bg-main);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:22px;line-height:1;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.chat-react-picker__btn:hover{background:var(--primary-soft);transform:scale(1.15)}.bubble .meta .icon-btn{width:24px;min-width:24px;height:24px;color:var(--text-muted);opacity:.7;background:0 0;border:none;padding:0}.bubble .meta .icon-btn:hover{color:var(--primary);opacity:1;background:0 0}.bubble .meta .icon-btn.icon-btn--danger:hover{color:var(--danger)}.bubble .meta .icon-btn svg{width:16px;height:16px}.bubble.them .meta{justify-content:flex-start}.chat-attachment{margin-top:6px}.chat-attachment img{border-radius:8px;max-width:220px;display:block}.chat-attachment audio{width:100%;max-width:220px}.chat-replying{border-top:1px solid var(--border);background:var(--surface);justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;display:flex}.chat-replying__text{flex-direction:column;gap:2px;min-width:0;display:flex}.chat-replying__label{color:var(--text);font-size:12px;font-weight:700}.chat-replying__snippet{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.chat-replying__close{border:1px solid var(--border);width:32px;height:32px;color:var(--text);background:0 0;border-radius:10px;font-size:18px;line-height:1}.chat-replying__close:hover{border-color:var(--danger);color:var(--danger)}.chat-input{border-top:1px solid var(--border);background:var(--surface);flex-shrink:0;grid-template-columns:auto auto 1fr auto;align-items:center;gap:12px;padding:16px 24px;display:grid}.chat-input input{border-radius:28px;height:56px;padding:0 24px;font-size:16px}.chat-input .icon-btn{width:48px;min-width:48px;height:48px;color:var(--text-secondary);box-shadow:none;background:0 0;border-radius:50%;justify-content:center;align-items:center;padding:0;display:flex}.chat-input .icon-btn:hover{background:var(--primary-soft);color:var(--primary);transform:scale(1.05)}.chat-input .icon-btn:disabled{opacity:.4}.chat-input button:last-child{border-radius:24px;height:48px;padding:0 24px}@media (max-width:480px){.chat-input{grid-template-columns:1fr auto auto;grid-template-areas:"input input input""photo record send";gap:8px;padding:10px 12px}.chat-input input{border-radius:24px;grid-area:input;height:48px;padding:10px 14px;font-size:16px}.chat-input .icon-btn:first-of-type{grid-area:photo}.chat-input .icon-btn:nth-of-type(2){grid-area:record}.chat-input button:last-child{grid-area:send}.icon-btn{width:42px;height:42px}}.chat-input input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #c41e3a24}.icon-btn{width:44px;height:44px;color:var(--text);border:1px solid var(--border-strong);box-shadow:none;background:0 0;border-radius:8px;justify-content:center;align-items:center;padding:0;transition:background .18s,border-color .18s,color .18s;display:inline-flex}.icon-btn:hover{border-color:var(--primary);color:var(--primary);background:#ff4d8d1a}.icon-btn svg{width:20px;height:20px;display:block}.icon-btn--record{border-color:var(--danger-accent);color:var(--danger)}.icon-btn--record:hover{border-color:var(--danger);color:var(--danger);background:#ff52521f}.icon-btn--record.is-active{background:var(--danger);color:#fff;border-color:var(--danger);box-shadow:0 0 0 4px #ff525226}.chat-draft-attachments{border-top:1px solid var(--border);background:var(--surface);flex-shrink:0;padding:0 16px 12px}.chat-draft-attachments__label{color:var(--text-muted);margin-bottom:6px;padding-top:12px;font-size:12px}.chat-draft-attachments__list{flex-wrap:wrap;gap:8px;display:flex}.chat-draft-attachments__item{border:1px solid var(--border);background:var(--surface-muted);color:var(--text);border-radius:8px;align-items:center;gap:6px;padding:6px 10px;font-size:13px;display:flex}.chat-error{color:var(--danger);text-align:center;flex-shrink:0;padding:0 16px 12px;font-size:14px}.chat-typing-indicator{color:var(--text-muted);flex-shrink:0;margin-top:6px;padding:0 16px;font-size:12px}.call-ui{border-top:1px solid var(--border);gap:12px;padding:12px;display:flex}.messages-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;padding:0 4px;display:flex}.messages-header h1{flex-shrink:0;margin:0;font-size:28px}.messages-header__actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.messages-header__actions button{white-space:nowrap}.messages-item__actions{flex-shrink:0;align-items:center;gap:8px;margin-left:auto;padding-left:8px;display:flex}.messages-item__actions .icon-btn{flex-shrink:0;justify-content:center;align-items:center;width:36px;min-width:36px;height:36px;padding:0;display:flex}.messages-item__actions .icon-btn svg{width:18px;height:18px}.messages-empty{text-align:center;color:var(--text-muted);border:1px dashed var(--border);background:var(--surface-muted);border-radius:16px;margin-top:20px;padding:40px 20px;font-size:16px}.mobile-tabbar{height:calc(64px + env(safe-area-inset-bottom,0px));-webkit-backdrop-filter:blur(12px);border-top:1px solid var(--border);z-index:9999;padding:0 4px;padding-bottom:env(safe-area-inset-bottom,0px);background:#fffffff5;justify-content:space-around;align-items:center;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #00000014}@media (max-width:1024px){.mobile-tabbar{display:flex!important}body{padding-bottom:70px}.site-footer.mobile-hidden{display:none}}.mobile-tabbar__item{color:var(--text-muted);-webkit-tap-highlight-color:transparent;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;padding:8px 0;text-decoration:none;transition:color .2s,transform .2s;display:flex;position:relative}.mobile-tabbar__item.is-active{color:var(--primary);transform:translateY(-4px)}.mobile-tabbar__item.is-active .mobile-tabbar__icon{background:#c41e3a14;border-radius:12px;padding:4px;box-shadow:0 4px 12px #c41e3a1f}.mobile-tabbar__item.is-active:after{content:"";background:var(--primary);width:4px;height:4px;box-shadow:0 0 8px var(--primary);border-radius:50%;position:absolute;bottom:0}.mobile-tabbar__icon{justify-content:center;align-items:center;display:flex;position:relative}.mobile-tabbar__icon svg{width:24px;height:24px}.mobile-tabbar__label{font-size:11px;font-weight:500}.mobile-badge{background:var(--primary);color:#fff;border-radius:8px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:10px;font-weight:700;display:flex;position:absolute;top:-6px;right:-8px;box-shadow:0 0 0 2px #fff}.messages-page{max-width:100%;padding-bottom:20px}.messages-page:not(.chat-view){padding-bottom:90px}.messages-page.chat-view{gap:0!important;margin:0!important;padding:0!important}@media (max-width:1024px){.messages-page.chat-view .chat-container{border:none;border-radius:0;height:calc(100dvh - 120px);max-height:calc(100dvh - 120px);margin-bottom:0}.messages-header h1{margin-bottom:0;font-size:24px}}@media (max-width:600px){.messages-header{flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:16px}.messages-header h1{font-size:22px}.messages-header__actions{flex-wrap:wrap;gap:8px;width:100%;display:flex}.messages-header__actions button{white-space:nowrap;flex:1;min-width:100px}}.messages-list{gap:12px;margin:20px 0 0;padding:0;list-style:none;display:grid}@media (max-width:1024px){.container{padding:12px}.brand{font-size:16px}.nav{display:none}.mobile-nav-toggle{display:inline-flex}.mobile-nav{background:var(--surface);border-bottom:1px solid var(--border);z-index:1001;flex-direction:column;gap:10px;padding:12px;display:flex;position:fixed;top:56px;left:0;right:0;box-shadow:0 18px 32px #0f20421f}.mobile-nav a{color:var(--text);border-radius:10px;padding:12px 10px;font-weight:600;text-decoration:none}.mobile-nav a:hover{background:var(--primary-soft);color:var(--primary)}}.messages-item{border:1px solid var(--border);background:var(--surface);border-radius:16px;align-items:center;gap:12px;padding:12px 16px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 8px 16px #c41e3a08}.messages-item__avatar{object-fit:cover;border:1px solid var(--border);border-radius:12px;flex-shrink:0;width:50px;height:50px}@media (max-width:1024px){.messages-item{gap:10px;padding:10px 12px}.messages-item__avatar{width:44px;height:44px}}.messages-item:hover{transform:translateY(-2px);box-shadow:0 12px 20px #0f204214}.messages-item__name{color:var(--text);margin-bottom:4px;font-size:17px;font-weight:600}.messages-item__preview{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:14px;overflow:hidden}@media (max-width:480px){.messages-item{border-radius:12px;gap:10px;padding:12px 10px}.messages-item__avatar{border-radius:10px;width:40px;height:40px}.messages-item__name{margin-bottom:2px;font-size:15px}.messages-item__preview{max-width:160px;font-size:13px}.messages-item__actions{gap:6px;padding-left:4px}.messages-item__actions .icon-btn{width:32px;min-width:32px;height:32px}.messages-item__actions .icon-btn svg{width:16px;height:16px}}@media (max-width:375px){.messages-item{gap:8px;padding:10px 8px}.messages-item__avatar{border-radius:8px;width:36px;height:36px}.messages-item__name{font-size:14px}.messages-item__preview{max-width:120px;font-size:12px}.messages-header h1{font-size:20px}.messages-header__actions button{min-width:70px;padding:8px 10px;font-size:12px}}.modal{z-index:9999;background:#0f2042;justify-content:center;align-items:flex-start;padding:10vh 16px 16px;animation:.25s ease-out modalFadeIn;display:flex;position:fixed;inset:0;overflow-y:auto}@media (max-width:768px){.modal{align-items:flex-start;padding-top:24px}}@keyframes modalFadeIn{0%{opacity:0;-webkit-backdrop-filter:blur();backdrop-filter:blur()}to{opacity:1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.modal-card{background:var(--surface);border:1px solid var(--border);border-radius:24px;width:100%;max-width:400px;max-height:80vh;padding:28px;animation:.3s ease-out modalSlideUp;overflow-y:auto;box-shadow:0 24px 48px #0f204240,0 8px 16px #c41e3a1a}@media (max-width:500px){.modal{padding:0!important;padding-top:env(safe-area-inset-top,0)!important;background:#0f2042!important;justify-content:flex-start!important;align-items:flex-start!important}.modal-card{border-top:none;max-height:50vh;box-shadow:0 8px 24px #0000004d;border-radius:0 0 16px 16px!important;width:100%!important;max-width:100%!important;margin-top:0!important;padding:14px!important}.modal-card h3{margin-bottom:6px;font-size:15px}.modal-card p{font-size:12px}.modal-card textarea{min-height:60px;padding:8px;font-size:14px}.modal-card .rotating-hints{border-radius:8px;margin-bottom:8px;padding:6px 10px;font-size:11px}.modal-card .rotating-hints>div{margin-bottom:4px}.modal-card button{padding:8px 14px;font-size:13px}}.report-modal{background:#fff}.report-modal__header{text-align:center;border-bottom:1px solid var(--border);margin-bottom:24px;padding-bottom:16px}.report-modal__icon{background:linear-gradient(135deg,var(--danger)0%,#ff6b6b 100%);border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 16px;display:flex;box-shadow:0 8px 20px #eb4a4a4d}.report-modal__icon svg{color:#fff;width:28px;height:28px}.report-modal__title{color:var(--text);background:0 0;background-clip:unset;-webkit-background-clip:unset;-webkit-text-fill-color:unset;margin:0 0 8px;font-size:22px;font-weight:700}.report-modal__subtitle{color:var(--text-muted);margin:0;font-size:14px;line-height:1.5}.report-modal__options{flex-direction:column;gap:10px;margin-bottom:20px;display:flex}.report-modal__option{background:var(--surface-muted);cursor:pointer;-webkit-user-select:none;user-select:none;border:2px solid #0000;border-radius:12px;align-items:center;gap:12px;padding:14px 16px;transition:all .2s;display:flex}.report-modal__option:hover{background:#c41e3a0f;border-color:#c41e3a26}.report-modal__option--selected{border-color:var(--primary);background:#c41e3a14}.report-modal__option input[type=radio]{appearance:none;border:2px solid var(--border-strong);cursor:pointer;background:#fff;border-radius:50%;flex-shrink:0;width:24px;min-width:24px;height:24px;min-height:24px;transition:all .2s;position:relative;box-shadow:inset 0 1px 3px #0000001a}.report-modal__option input[type=radio]:checked{border-color:var(--primary);background:var(--primary);box-shadow:0 0 0 3px #c41e3a33}.report-modal__option input[type=radio]:checked:after{content:"";background:#fff;border-radius:50%;width:10px;height:10px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.report-modal__option-text{color:var(--text);font-size:15px;font-weight:500}.report-modal__option--selected .report-modal__option-text{color:var(--primary)}.report-modal__details{margin-bottom:20px}.report-modal__details-label{color:var(--text);margin-bottom:8px;font-size:14px;font-weight:600;display:block}.report-modal__details textarea{border:2px solid var(--border);background:var(--surface);resize:vertical;border-radius:12px;width:100%;min-height:100px;padding:14px 16px;font-size:15px;line-height:1.5;transition:border-color .2s,box-shadow .2s}.report-modal__details textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 4px #c41e3a1a}.report-modal__details textarea::placeholder{color:var(--text-muted)}.report-modal__actions{gap:12px;margin-top:24px;display:flex}.report-modal__actions button{border-radius:12px;flex:1;padding:14px 20px;font-size:15px;font-weight:600;transition:all .2s}.report-modal__cancel{background:var(--surface-muted);color:var(--text);border:1px solid var(--border);box-shadow:none}.report-modal__cancel:hover{background:var(--border);box-shadow:none;transform:none}.report-modal__submit{background:linear-gradient(135deg,var(--danger)0%,#ff6b6b 100%);color:#fff;border:none;box-shadow:0 4px 12px #eb4a4a4d}.report-modal__submit:hover{box-shadow:0 6px 20px #eb4a4a66}.report-modal__submit:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}@media (max-width:480px){.modal{align-items:flex-end;padding:12px}.modal-card{border-radius:24px 24px 16px 16px;max-width:100%;margin-bottom:0;padding:24px 20px;animation:.35s ease-out modalSlideUpMobile}@keyframes modalSlideUpMobile{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.report-modal__header{margin-bottom:20px;padding-bottom:14px}.report-modal__icon{width:48px;height:48px}.report-modal__icon svg{width:24px;height:24px}.report-modal__title{font-size:20px}.report-modal__option{padding:12px 14px}.report-modal__actions{flex-direction:column-reverse;gap:10px}.report-modal__actions button{width:100%;padding:16px}}@supports (padding-bottom:env(safe-area-inset-bottom)){@media (max-width:480px){.modal-card{padding-bottom:calc(24px + env(safe-area-inset-bottom))}}}.swipe-layout{grid-template-columns:minmax(220px,260px) 1fr;align-items:start;gap:16px;display:grid}.swipe-main{flex-direction:column;gap:12px;display:flex}.swipe-filters{z-index:10;border:1px solid var(--border);background:var(--surface);box-sizing:border-box;border-radius:16px;max-width:100%;position:sticky;top:80px;box-shadow:0 12px 22px #0f20420f;flex-direction:column!important;max-height:calc(100vh - 120px)!important;padding:0!important;display:flex!important;overflow:hidden!important}@media (min-width:1025px){.swipe-filters{max-height:calc(100vh - 120px)!important}}.swipe-filters>h4{flex-shrink:0;margin:0;padding:16px 16px 8px}.swipe-filters>a{flex-shrink:0;padding:0 16px 8px}.swipe-filters>.actions{border-top:1px solid var(--border);background:var(--surface);flex-shrink:0;justify-content:center;align-items:center;min-height:52px;margin-top:auto;padding:12px 16px;display:flex}.swipe-filters__content{scrollbar-width:thin;scrollbar-color:var(--primary)transparent;flex:1;min-height:0;padding:0 16px 8px;overflow:hidden auto}.swipe-filters__content::-webkit-scrollbar{width:4px}.swipe-filters__content::-webkit-scrollbar-track{background:0 0}.swipe-filters__content::-webkit-scrollbar-thumb{background-color:var(--primary);border-radius:10px}.swipe-filters::-webkit-scrollbar{width:4px}.swipe-filters::-webkit-scrollbar-track{background:0 0}.swipe-filters::-webkit-scrollbar-thumb{background-color:var(--primary);border-radius:10px}.swipe-filters h4{margin:0 0 8px}.swipe-filters .row{gap:8px;margin-bottom:10px;display:grid}.swipe-filters .row-two{grid-template-columns:repeat(2,minmax(0,1fr));align-items:center}.swipe-filters .row-three{grid-template-columns:repeat(3,minmax(0,1fr));align-items:center}.swipe-filters .row input,.swipe-filters .row select{box-sizing:border-box;width:100%}.swipe-filters .distance-slider{gap:8px;display:grid}.swipe-filters .distance-slider input[type=range]{width:100%;accent-color:var(--primary);margin:0;padding:0}.swipe-filters .distance-slider__labels{color:var(--text-muted);justify-content:space-between;align-items:center;font-size:12px;font-weight:600;display:flex}.swipe-filters label{color:var(--text);font-size:14px}.swipe-filters label.check{cursor:pointer!important;color:var(--text)!important;align-items:center!important;gap:10px!important;margin:0!important;font-size:14px!important;line-height:1!important;display:flex!important}.swipe-filters .checkbox-grid{border-top:1px solid var(--border)!important;grid-template-columns:repeat(2,1fr)!important;gap:12px 16px!important;margin-top:8px!important;padding-top:12px!important;display:grid!important}.swipe-filters label.check input[type=checkbox]{cursor:pointer!important;width:18px!important;height:18px!important;accent-color:var(--primary)!important;margin:0!important}.swipe-filters>.actions{border-top:1px solid var(--border)!important;background:var(--surface)!important;border-radius:0 0 16px 16px!important;flex-shrink:0!important;justify-content:center!important;margin-top:auto!important;padding:16px!important;display:flex!important}.swipe-filters .actions button{width:100%;max-width:none}.actions button+button,.swipe-actions button+button,.profile-actions button+button,.profile-media__actions button+button{margin-left:0}.profile-about-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px 16px;display:grid}.profile-about-grid .field{font-size:14px}.profile-about-grid .field strong{color:var(--text-muted);font-weight:600}.swipe-actions{justify-content:center;align-items:center;gap:12px;margin-top:12px;display:flex}@media (max-width:1024px){.swipe-actions{gap:10px;padding:0 10px}.swipe-actions button{flex:1}}@media (min-width:1024px){.swipe-stage{gap:24px;height:clamp(560px,100vh - 220px,780px)}.swipe-stage .card{width:540px}.swipe-card__media{border-radius:20px;max-width:540px}.swipe-actions{max-width:540px}.swipe-card__info{padding:14px 16px}.swipe-card__info h3{font-size:28px}.pill{padding:3px 10px;font-size:13px}.card .flag{border-width:4px;padding:6px 12px;font-size:18px;top:16px;left:16px}.card .flag.nope{right:16px}.card .edge-flash .arrow{font-size:38px}.card .edge-overlay .arrow{font-size:44px}.swipe-card__pagination{gap:8px;padding:7px 12px}.swipe-card__pagination .dot{width:8px;height:8px}.swipe-card__pagination .dot.active{width:20px}}@media (max-width:1024px){.swipe-layout{grid-template-columns:1fr;gap:16px}.swipe-main{grid-row:1}.swipe-filters{z-index:10;box-sizing:border-box;flex-direction:column;grid-row:2;width:100%;max-width:100%;max-height:calc(100vh - 200px);margin-left:0;margin-right:0;display:flex;position:sticky;top:64px;overflow:hidden}.swipe-filters__content{flex:1;min-height:0;overflow-y:auto}.swipe-stage .card{width:calc(100% - 82px);max-width:420px}.tap-zone{width:36px}.tap-zone .arrow{color:inherit;text-shadow:0 3px 8px #00000073;font-size:clamp(24px,12vw,56px)}.profile-hero{text-align:center;grid-template-columns:1fr}.profile-hero__media{justify-items:center}.profile-panels{box-sizing:border-box;grid-template-columns:1fr;width:100%;max-width:100%;margin-left:0;margin-right:0}.profile-actions{justify-content:center}button{min-height:48px;padding:14px 20px}input,select,textarea{font-size:16px}.container{padding:16px}.card{margin-bottom:12px;padding:16px}.field-grid--two{grid-template-columns:1fr;gap:12px}.swipe-stage{height:auto;min-height:380px;max-height:calc(100vh - 200px);padding:12px 8px}.swipe-card__info{padding:14px 16px}.swipe-card__info h3{font-size:20px}.mobile-tabbar{padding:10px 16px;padding-bottom:max(10px,env(safe-area-inset-bottom))}.mobile-tabbar__item{padding:8px 12px;font-size:12px}.mobile-tabbar__icon svg{width:24px;height:24px}.auth-container{width:100%;max-width:100%;box-shadow:none;border-radius:0;margin:0}.auth-card{padding:24px 20px}.auth-card h2{font-size:24px}.swipe-filters{border-radius:16px;flex-direction:column;width:calc(100% + 12px);margin:0 -6px;display:flex;position:relative;top:0;overflow:hidden}.messages-item{border-radius:12px;gap:12px;padding:14px 16px}.profile-hero{border-radius:16px;gap:20px;padding:20px 16px}.profile-hero__media img{width:140px;height:140px}.profile-hero h2{font-size:26px}}@media (max-width:375px){.container{padding:12px}.swipe-stage .card{max-width:260px}.tap-zone{width:32px}button{padding:12px 16px;font-size:14px}.profile-hero__media img{width:120px;height:120px}}.card img{object-fit:cover;object-position:center;width:100%;height:100%}.card .media{aspect-ratio:1;border-radius:12px;overflow:hidden}.card .media img{object-fit:cover;object-position:center top;width:100%;height:100%}.photo-gallery img{object-fit:cover;aspect-ratio:1;border-radius:12px;width:100%;height:100%}@media (display-mode:standalone){body,.site-header{padding-top:env(safe-area-inset-top)}.mobile-tabbar{padding-bottom:max(16px,env(safe-area-inset-bottom))}}@media (max-width:480px){.swipe-card__media{aspect-ratio:3/4;max-width:100%}.swipe-stage{height:auto;min-height:420px;max-height:70vh;padding:8px}.swipe-stage .card{width:100%;max-width:320px}.card{max-width:none}.card .media{aspect-ratio:4/5;height:auto;max-height:200px}.profile-hero__media{width:100%;max-width:180px}.profile-hero__media img{aspect-ratio:1;object-fit:cover;border-radius:50%;width:100%;height:auto}.swipe-card__info{padding:12px 4px}.swipe-card__title{font-size:18px}.swipe-facts{flex-wrap:wrap;gap:6px}.swipe-facts .pill{padding:4px 8px;font-size:11px}}@media (max-height:500px) and (orientation:landscape){.swipe-stage{height:85vh}.swipe-card__media{aspect-ratio:16/9}.mobile-tabbar{display:none}}.messages-item img{object-fit:cover;border-radius:50%;flex-shrink:0;width:48px;height:48px}.chat-attachment img{object-fit:contain;border-radius:12px;max-width:100%;max-height:300px}.legal-page{max-width:900px;margin:0 auto;padding:24px 16px 48px}.legal-container{background:var(--surface);border:1px solid var(--border);border-radius:24px;padding:40px;box-shadow:0 18px 32px #0f204214}.legal-page h1{color:var(--primary);margin:0 0 8px;font-size:2.25rem;font-weight:700;line-height:1.2}.legal-updated{color:var(--text-muted);border-bottom:1px solid var(--border);margin-bottom:32px;padding-bottom:16px;font-size:.9rem}.legal-section{margin-bottom:32px}.legal-section:last-child{margin-bottom:0}.legal-section h2{color:var(--text);border-bottom:2px solid var(--primary-soft);margin:0 0 16px;padding-bottom:8px;font-size:1.4rem;font-weight:600}.legal-section h3{color:var(--text);margin:20px 0 12px;font-size:1.1rem;font-weight:600}.legal-section p{color:var(--text);margin:0 0 12px;line-height:1.7}.legal-section ul{margin:12px 0 16px;padding-left:24px}.legal-section ul li{color:var(--text);margin-bottom:8px;line-height:1.7}.legal-section ul li strong{color:var(--primary)}.legal-section a{color:var(--primary);text-decoration:underline;transition:color .2s}.legal-section a:hover{color:var(--primary-accent)}@media (max-width:1024px){.legal-page{padding:16px 12px 32px}.legal-container{border-radius:18px;padding:24px 20px}.legal-page h1{font-size:1.75rem}.legal-section h2{font-size:1.2rem}.legal-section h3{font-size:1rem}}.skeleton-box{background:linear-gradient(90deg,var(--surface-muted)25%,var(--surface)50%,var(--surface-muted)75%);background-size:200% 100%;border-radius:8px;animation:1.5s infinite skeleton-shimmer}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.loading-spinner{border:4px solid var(--surface-muted);border-top-color:var(--primary);border-radius:50%;width:48px;height:48px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.swipe-card--skeleton{pointer-events:none}.swipe-filters--loading{opacity:.7}.messages-page--loading,.chat-page--loading{animation:.3s ease-out fadeIn}.messages-list--skeleton,.chat-skeleton{flex-direction:column;gap:16px;display:flex}.messages-item--skeleton{background:0 0;border:none;padding:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.dashboard-card{cursor:pointer;transition:transform .2s,box-shadow .2s}.dashboard-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #c41e3a26}.dashboard-card .media{transition:transform .3s}.dashboard-card:hover .media{transform:scale(1.02)}.dashboard-card .media img{transition:filter .3s}.dashboard-card:hover .media img{filter:brightness(1.05)}@media (max-width:1024px){.dashboard-card{padding:8px}.dashboard-card .info{padding:4px 0}.dashboard-card .info>div:first-child{font-size:12px}.dashboard-card .info>div:last-child{font-size:10px}.dashboard-card .btn-outline.btn-sm{padding:5px 6px;font-size:11px}.profile-hero .actions{flex-wrap:wrap;gap:8px}.profile-hero .actions button{flex:auto;min-width:80px;padding:10px 14px;font-size:13px}.profile-hero .actions .btn-danger,.profile-hero .actions .btn-warning{flex:0 auto;padding:10px 12px}.profile-hero__meta{font-size:14px}.profile-hero h2{font-size:22px!important}}@media (max-width:480px){button{padding:10px 16px;font-size:14px}button.btn-sm{padding:6px 10px;font-size:12px}button.btn-xs{padding:4px 8px;font-size:11px}.actions{gap:8px}.actions button{flex:auto;min-width:0}}@media (max-width:375px){.card{border-radius:14px;padding:12px}h1{font-size:24px}h2{font-size:20px}h3{font-size:17px}}@media (max-width:600px){.footer-inner{text-align:center;font-size:12px;line-height:1.8}.footer-inner a{display:inline}}@media (max-width:480px){.auth-container{padding:0}.auth-card{border-radius:0;padding:20px 16px}.auth-hero{padding:24px 16px}.auth-hero h1{font-size:28px}.auth-form .field{margin-bottom:12px}.message-bubble{max-width:85%;padding:10px 12px;font-size:14px}.message-time{font-size:10px}}@media (max-width:600px){.settings-section{padding:16px}.settings-section h3{margin-bottom:12px;font-size:16px}}@media (max-width:480px){.modal-card{border-radius:16px;max-width:none;margin:10px;padding:16px;width:95vw!important}.modal-card h3{font-size:18px}}@media (max-width:1024px){.swipe-filters{border-radius:16px;padding:12px}.swipe-filters h4{margin-bottom:10px;font-size:16px}.swipe-filters .row{margin-bottom:10px}.swipe-filters .row label{font-size:13px}.swipe-filters select,.swipe-filters input{padding:10px 12px;font-size:14px}}@media (max-width:600px){.field-grid{grid-template-columns:1fr!important}.field-grid .field{font-size:13px}.profile-about-grid{gap:8px}}@media (max-width:1024px){button,a,input[type=checkbox],input[type=radio],select{min-height:44px}input[type=checkbox],input[type=radio]{width:20px;height:20px}label.check{align-items:center;min-height:44px;display:flex}html{scroll-behavior:smooth;-webkit-overflow-scrolling:touch}body{overscroll-behavior-y:contain}}@supports (padding:env(safe-area-inset-bottom)){.mobile-tabbar{padding-bottom:calc(8px + env(safe-area-inset-bottom))}main{padding-bottom:calc(80px + env(safe-area-inset-bottom))}}.language-toggle{border:1px solid var(--border-strong);background:var(--surface);min-width:40px;height:32px;color:var(--text);cursor:pointer;box-shadow:none;border-radius:8px;justify-content:center;align-items:center;padding:4px 10px;font-size:13px;font-weight:600;transition:all .2s;display:inline-flex}.language-toggle:hover{background:var(--primary-soft);border-color:var(--primary);color:var(--primary);box-shadow:none;transform:none}body.rtl{text-align:right;font-family:Vazirmatn,Outfit,system-ui,-apple-system,sans-serif;line-height:1.7}body.rtl h1,body.rtl h2,body.rtl h3,body.rtl h4,body.rtl h5,body.rtl h6,body.rtl button,body.rtl .btn-yes,body.rtl .btn-no,body.rtl .btn-outline,body.rtl .swipe-card__title,body.rtl .nav-link,body.rtl .brand-logo{letter-spacing:0;font-family:Lalezar,system-ui,sans-serif;font-weight:400}body.rtl .actions,body.rtl .swipe-facts,body.rtl .report-modal__actions,body.rtl .chat-input{flex-direction:row-reverse}body.rtl .header-inner,body.rtl .header-actions{direction:ltr;flex-direction:row}body.rtl h1,body.rtl h2,body.rtl h3,body.rtl h4,body.rtl h5,body.rtl h6,body.rtl p,body.rtl label,body.rtl .card,body.rtl .swipe-card__info,body.rtl .profile-hero,body.rtl .auth-card,body.rtl .swipe-filters{text-align:right}body.rtl .modal-card,body.rtl .report-modal__header,body.rtl .swipe-no-recs,body.rtl .messages-empty{text-align:center}body.rtl button+button{margin-left:0;margin-right:8px}body.rtl .bubble.me{border-bottom-right-radius:16px;border-bottom-left-radius:6px;align-self:flex-start}body.rtl .bubble.them{border-bottom-right-radius:6px;border-bottom-left-radius:16px;align-self:flex-end}body.rtl .bubble .meta{justify-content:flex-start}body.rtl .bubble.them .meta{justify-content:flex-end}body.rtl .swipe-filters .row{text-align:right}body.rtl .swipe-filters label.check{text-transform:none;letter-spacing:0;flex-direction:row;justify-content:flex-start;gap:10px}body.rtl .swipe-filters .checkbox-grid{text-align:right;direction:rtl;gap:12px 20px}body.rtl .report-modal__option{text-align:right;flex-direction:row;justify-content:flex-start}body.rtl .report-modal__details textarea,body.rtl input,body.rtl textarea,body.rtl select{text-align:right}body.rtl .mobile-tabbar{flex-direction:row-reverse}body.rtl .mobile-nav,body.rtl .profile-hero__meta,body.rtl .profile-about-grid .field{text-align:right}body.rtl .field-grid{direction:rtl}body.rtl .brand-logo,body.rtl .settings-btn svg,body.rtl .icon-btn svg,body.rtl .photo-nav{transform:none}body.rtl .bubble .text,body.rtl .profile-bio,body.rtl .swipe-card__bio,body.rtl [data-user-content]{text-align:left;direction:ltr}body.rtl .pill,body.rtl .match-percentage,body.rtl input[type=number]{direction:ltr}body.rtl select{text-align:right;background-position:12px 50%;padding-left:32px;padding-right:12px}body.rtl select option{text-align:right;direction:rtl}body.rtl .field-grid.field-grid--two,body.rtl .profile-section .field-grid{direction:rtl}body.rtl .field .field__label,body.rtl .field .field__hint{text-align:right}body.rtl .field-group__inputs{direction:ltr}body.rtl .profile-about-grid .field strong{margin-left:4px;margin-right:0}.rotating-hints{text-align:center;color:#1a0a10;direction:rtl;background:linear-gradient(90deg,#c41e3a14 0%,#c41e3a26 50%,#c41e3a14 100%);border-bottom:1px solid #c41e3a1a;padding:8px 16px;font-family:Vazirmatn,Outfit,system-ui,sans-serif;font-size:14px;font-weight:500;transition:opacity .5s}@media (max-width:1024px){.rotating-hints{padding:6px 12px;font-size:13px;line-height:1.5}}@media (max-width:480px){.rotating-hints{padding:6px 8px;font-size:12px}}body.rtl,html[dir=rtl] body{text-align:right;font-family:Vazirmatn,Outfit,system-ui,-apple-system,sans-serif}html[dir=rtl] h1,html[dir=rtl] h2,html[dir=rtl] h3,html[dir=rtl] h4,html[dir=rtl] h5,html[dir=rtl] h6{font-family:Lalezar,Vazirmatn,sans-serif}html[dir=rtl] input,html[dir=rtl] textarea,html[dir=rtl] select{text-align:right;direction:rtl}html[dir=rtl] .site-header__nav,html[dir=rtl] .site-header__actions{flex-direction:row-reverse}html[dir=rtl] .card,html[dir=rtl] .profile-section,html[dir=rtl] .field__label,html[dir=rtl] .field__hint{text-align:right}html[dir=rtl] .field-grid{direction:rtl}html[dir=rtl] .btn,html[dir=rtl] .btn-outline{font-family:Vazirmatn,Outfit,sans-serif}html[dir=rtl] .profile-hero__info,html[dir=rtl] .swipe-card__info{text-align:right}html[dir=rtl] .chat-input input{text-align:right;padding-left:8px;padding-right:14px}html[dir=rtl] .dash-list,html[dir=rtl] .mobile-tabbar{direction:rtl}html[dir=rtl] .swipe-filters,html[dir=rtl] .search-filters{text-align:right;direction:rtl}body.ltr,html[dir=ltr] body{text-align:left;font-family:Outfit,system-ui,-apple-system,sans-serif}html[dir=ltr] input,html[dir=ltr] textarea,html[dir=ltr] select{text-align:left;direction:ltr}.notification-card{background:var(--surface)!important;border:2px solid var(--border)!important;cursor:pointer!important;border-radius:16px!important;flex-direction:column!important;gap:8px!important;padding:20px!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;display:flex!important;box-shadow:0 2px 8px #0000000a!important}.notification-card:hover{transform:translateY(-2px);border-color:var(--secondary-light)!important;box-shadow:0 10px 20px #0000000f!important}.notification-card.active{background:linear-gradient(145deg,#2e7d320f 0%,var(--surface)100%)!important;border-color:var(--success)!important;box-shadow:0 6px 15px #2e7d321a!important}.notification-card__header{align-items:center;gap:12px;display:flex}.notification-card strong{color:var(--text);margin:0;font-size:17px;font-weight:700}.notification-card.active strong{color:var(--success)!important}.notification-card p{color:var(--text-muted)!important;margin:0!important;font-size:13px!important;line-height:1.6!important}.notification-card input[type=checkbox]{width:20px!important;height:20px!important;accent-color:var(--success)!important;cursor:pointer!important;margin:0!important}.rtl .notification-card{text-align:right}.onboarding-page{background:var(--hero-gradient);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.onboarding-loading{color:var(--text-muted);flex-direction:column;align-items:center;gap:16px;display:flex}.onboarding-container{background:var(--surface);border:1px solid var(--border);border-radius:24px;width:100%;max-width:480px;padding:32px;box-shadow:0 20px 60px #c41e3a1f}.onboarding-progress{justify-content:center;gap:12px;margin-bottom:32px;display:flex}.onboarding-progress__step{justify-content:center;align-items:center;display:flex}.onboarding-progress__dot{background:var(--surface-muted);border:2px solid var(--border);width:36px;height:36px;color:var(--text-muted);border-radius:50%;justify-content:center;align-items:center;font-size:14px;font-weight:600;transition:all .3s;display:flex}.onboarding-progress__step.active .onboarding-progress__dot{background:var(--btn-gradient);border-color:var(--primary);color:#fff;box-shadow:0 4px 12px #c41e3a4d}.onboarding-progress__step.completed .onboarding-progress__dot{background:var(--success);border-color:var(--success);color:#fff}.onboarding-content{min-height:360px}.onboarding-step{text-align:center;flex-direction:column;align-items:center;animation:.4s fadeInStep;display:flex}@keyframes fadeInStep{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.onboarding-step__icon{margin-bottom:16px;font-size:48px}.onboarding-step h1{margin:0 0 8px;font-size:24px}.onboarding-step__subtitle{color:var(--text-muted);max-width:320px;margin:0 0 28px;font-size:15px;line-height:1.5}.onboarding-photo-upload{flex-direction:column;align-items:center;gap:16px;width:100%;display:flex}.onboarding-photo-placeholder{border:3px dashed var(--border-strong);background:var(--surface-muted);cursor:pointer;width:180px;height:220px;color:var(--text-muted);border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:8px;transition:all .3s;display:flex}.onboarding-photo-placeholder:hover{border-color:var(--primary);background:var(--primary-soft);color:var(--primary)}@media (max-width:520px){.onboarding-container{border-radius:20px;padding:24px 20px}.onboarding-step h1{font-size:22px}.onboarding-step__subtitle{font-size:14px}.onboarding-progress__dot{width:32px;height:32px;font-size:13px}.onboarding-btn{min-width:100px;padding:12px 24px!important;font-size:15px!important}.onboarding-photo-placeholder{background:var(--primary-soft);color:var(--primary)}.onboarding-btn--next{min-width:140px}}.onboarding-photo-placeholder__icon{font-size:48px;font-weight:300}.onboarding-photo-preview{width:180px;position:relative}.onboarding-photo-preview img{object-fit:cover;border-radius:16px;width:180px;height:220px;box-shadow:0 8px 24px #00000026}.onboarding-photo-change{white-space:nowrap;position:absolute;bottom:-12px;left:50%;transform:translate(-50%);padding:8px 16px!important;font-size:13px!important}.onboarding-options{flex-direction:column;gap:12px;width:100%;max-width:280px;display:flex}.onboarding-option{border:2px solid var(--border)!important;background:var(--surface)!important;color:var(--text)!important;box-shadow:none!important;border-radius:12px!important;padding:16px 24px!important;font-size:16px!important;font-weight:500!important;transition:all .25s!important}.onboarding-option:hover{border-color:var(--primary)!important;background:var(--primary-soft)!important;transform:translateY(-2px)!important}.onboarding-option.selected{border-color:var(--primary)!important;background:var(--btn-gradient)!important;color:#fff!important;box-shadow:0 6px 16px #c41e3a40!important}.onboarding-form{text-align:left;flex-direction:column;gap:16px;width:100%;display:flex}.onboarding-form .field{flex-direction:column;gap:6px;display:flex}.onboarding-form label{color:var(--text-secondary);font-size:14px;font-weight:500}.onboarding-select,.onboarding-input{border-radius:12px;padding:14px 16px;font-size:15px}.onboarding-navigation{justify-content:center;gap:12px;margin-top:32px;display:flex}.onboarding-btn{min-width:120px;border-radius:12px!important;padding:14px 32px!important;font-size:16px!important}.onboarding-btn--back{color:var(--text-muted)!important;border:1px solid var(--border)!important;box-shadow:none!important;background:0 0!important}.onboarding-btn--back:hover{background:var(--surface-muted)!important;color:var(--text)!important}.onboarding-btn--next{min-width:160px}.onboarding-btn--next.disabled{opacity:.5;cursor:not-allowed}.onboarding-skip{text-align:center;margin-top:24px}.onboarding-skip button{color:var(--text-muted)!important;cursor:pointer!important;box-shadow:none!important;background:0 0!important;border:none!important;padding:8px!important;font-size:14px!important;text-decoration:underline!important}.onboarding-skip button:hover{color:var(--primary)!important}.spinner-small{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;margin-right:8px;animation:.8s linear infinite spin;display:inline-block}@media (max-width:520px){.onboarding-container{border-radius:20px;padding:24px 20px}.onboarding-step h1{font-size:22px}.onboarding-step__subtitle{font-size:14px}.onboarding-progress__dot{width:32px;height:32px;font-size:13px}.onboarding-btn{min-width:100px;padding:12px 24px!important;font-size:15px!important}.onboarding-btn--next{min-width:140px}}.social-pill{border-radius:20px;align-items:center;padding:8px 16px;font-size:14px;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;color:#fff!important}.social-pill:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.social-pill.instagram{background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)}.social-pill.facebook{background:#1877f2}.social-pill.twitter{background:#000}.psychology-item:last-child{border-bottom:none!important;padding-bottom:0!important}.dropdown-checkbox{z-index:50;width:100%;position:relative}.dropdown-checkbox:has(.dropdown-checkbox__menu){z-index:9999}.dropdown-checkbox__trigger{background:var(--surface);border:1px solid var(--border);cursor:pointer;width:100%;color:var(--text);text-align:left;border-radius:12px;justify-content:space-between;align-items:center;padding:12px 16px;font-size:15px;transition:all .2s;display:flex}.dropdown-checkbox__trigger:hover{border-color:var(--primary)}.dropdown-checkbox__trigger:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #c41e3a1a}.dropdown-checkbox__value{text-overflow:ellipsis;white-space:nowrap;color:var(--text);flex:1;overflow:hidden}.dropdown-checkbox__value:empty:before{color:var(--text-muted)}.dropdown-checkbox__trigger:not(:has(.dropdown-checkbox__value:not(:empty))) .dropdown-checkbox__value:before{color:var(--text-muted)}.dropdown-checkbox__arrow{color:var(--text-muted);margin-left:8px;font-size:10px;transition:transform .2s}.dropdown-checkbox__arrow.open{transform:rotate(180deg)}.dropdown-checkbox__menu{z-index:1000;border:1px solid var(--border);background:#fff;border-radius:12px;max-height:280px;margin-top:4px;padding:8px 0;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 10px 40px #00000026}.dropdown-checkbox__item{cursor:pointer;color:var(--text);align-items:center;gap:12px;padding:12px 16px;font-size:15px;transition:background .15s;display:flex}.dropdown-checkbox__item:hover{background:var(--surface-muted)}.dropdown-checkbox__item.selected{color:var(--primary);background:#c41e3a14;font-weight:500}.dropdown-checkbox__item input[type=checkbox]{display:none}.dropdown-checkbox__checkmark{border:2px solid var(--border);color:#fff;background:var(--surface);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:14px;font-weight:700;transition:all .15s;display:flex}.dropdown-checkbox__item.selected .dropdown-checkbox__checkmark{background:var(--primary);border-color:var(--primary)}html[dir=rtl] .dropdown-checkbox__trigger,body.rtl .dropdown-checkbox__trigger{text-align:right}html[dir=rtl] .dropdown-checkbox__arrow,body.rtl .dropdown-checkbox__arrow{margin-left:0;margin-right:8px}html[dir=rtl] .dropdown-checkbox__item,body.rtl .dropdown-checkbox__item{flex-direction:row-reverse}@media (max-width:768px){.dropdown-checkbox__menu{max-height:240px}.dropdown-checkbox__item{padding:14px 16px}}.dashboard-container{flex-direction:column;gap:32px;max-width:1200px;margin:0 auto;padding:24px 20px;display:flex}.dashboard-header{text-align:center;margin-bottom:8px}.dashboard-title{background:linear-gradient(135deg,var(--primary),var(--secondary),var(--primary-light));-webkit-text-fill-color:transparent;background-size:200% 200%;-webkit-background-clip:text;background-clip:text;margin:0 0 12px;font-size:clamp(28px,5vw,42px);font-weight:800;animation:8s infinite gradientShift}@keyframes gradientShift{0%,to{background-position:0%}50%{background-position:100%}}.dashboard-subtitle{color:var(--text-muted);margin:0;font-size:16px;font-weight:400}.dashboard-section{background:var(--surface);border:1px solid var(--border);border-radius:24px;padding:24px;transition:all .3s;box-shadow:0 8px 32px #c41e3a0a}.dashboard-section:hover{transform:translateY(-2px);box-shadow:0 12px 48px #c41e3a14}.dashboard-section.highlight{background:linear-gradient(135deg,#c41e3a08,#d4af3708);border-color:#c41e3a26}.dashboard-section.muted{opacity:.8;background:var(--surface-muted)}.section-header{border-bottom:1px solid var(--border);align-items:center;gap:12px;margin-bottom:20px;padding-bottom:16px;display:flex}.section-emoji{font-size:28px;animation:2s ease-in-out infinite pulse}.section-title{background:var(--gold-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;flex:1;margin:0;font-size:20px;font-weight:700}.section-count{background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;text-align:center;border-radius:12px;min-width:24px;padding:4px 12px;font-size:13px;font-weight:700;box-shadow:0 4px 12px #c41e3a40}.dashboard-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:20px;display:grid}.dashboard-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;flex-direction:column;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 16px #0000000a}.dashboard-card:hover{border-color:var(--primary-light);transform:translateY(-6px)scale(1.02);box-shadow:0 20px 48px #c41e3a1f}.dashboard-card .card-link{color:inherit;flex-direction:column;flex:1;text-decoration:none;display:flex}.dashboard-card .card-media{aspect-ratio:1;background:linear-gradient(135deg,var(--surface-muted),var(--surface));position:relative;overflow:hidden}.dashboard-card .card-media img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.dashboard-card:hover .card-media img{transform:scale(1.05)}.dashboard-card .no-photo-placeholder{background:linear-gradient(135deg,var(--surface-muted),var(--bg-secondary));opacity:.7;justify-content:center;align-items:center;width:100%;height:100%;font-size:52px;display:flex}.dashboard-card .flag-badge{text-transform:uppercase;letter-spacing:.5px;color:#fff;z-index:5;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:8px;padding:4px 10px;font-size:10px;font-weight:700;position:absolute;top:10px;left:10px}.dashboard-card .flag-badge.blocked{background:linear-gradient(135deg,#f44,#f66)}.dashboard-card .flag-badge.reported{background:linear-gradient(135deg,#ff8c00,#ffa533)}.dashboard-card .card-info{flex:1;padding:14px}.dashboard-card .card-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;font-size:15px;font-weight:700;overflow:hidden}.dashboard-card .card-location{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.dashboard-card .remove-btn{color:#fff;cursor:pointer;z-index:10;opacity:0;background:#ff4444e6;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:18px;font-weight:500;transition:all .2s;display:flex;position:absolute;top:10px;right:10px;transform:scale(.8);box-shadow:0 4px 12px #ff44444d}.dashboard-card:hover .remove-btn{opacity:1;transform:scale(1)}.dashboard-card .remove-btn:hover{background:#f22;transform:scale(1.1)}.dashboard-card .card-action-btn{color:var(--primary);border:1.5px solid var(--primary);cursor:pointer;text-align:center;background:0 0;border-radius:12px;margin:0 12px 12px;padding:10px 14px;font-size:12px;font-weight:600;transition:all .2s}.dashboard-card .card-action-btn:hover{background:var(--primary);color:#fff;transform:translateY(-1px);box-shadow:0 4px 16px #c41e3a4d}.load-more-container{justify-content:center;margin-top:24px;display:flex}.load-more-btn{color:var(--primary);border:2px solid var(--primary);cursor:pointer;background:0 0;border-radius:50px;padding:12px 32px;font-size:14px;font-weight:600;transition:all .3s}.load-more-btn:hover{background:var(--primary);color:#fff;transform:translateY(-2px);box-shadow:0 8px 24px #c41e3a4d}.empty-state{color:var(--text-muted);text-align:center;background:var(--surface-muted);border:2px dashed var(--border);border-radius:16px;padding:40px 20px;font-size:15px}.dashboard-card-skeleton{background:var(--surface);border:1px solid var(--border);border-radius:16px;overflow:hidden}.skeleton-box{background:linear-gradient(90deg,var(--surface-muted)25%,var(--surface)50%,var(--surface-muted)75%);background-size:200% 100%;animation:1.5s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:768px){.dashboard-container{gap:20px;padding:16px 12px}.dashboard-section{border-radius:18px;padding:16px}.section-header{margin-bottom:14px;padding-bottom:12px}.section-emoji{font-size:24px}.section-title{font-size:17px}.dashboard-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}.dashboard-card .card-info{padding:10px}.dashboard-card .card-name{font-size:14px}.dashboard-card .card-location{font-size:11px}.dashboard-card .card-action-btn{margin:0 8px 8px;padding:8px 10px;font-size:11px}.dashboard-card .remove-btn{opacity:1;width:26px;height:26px;font-size:16px}}.dashboard-tabs{flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:16px;padding:4px;display:flex}.dashboard-tab{background:var(--surface);border:1px solid var(--border);color:var(--text-muted);cursor:pointer;white-space:nowrap;box-shadow:none;border-radius:999px;flex:auto;align-items:center;gap:6px;padding:8px 16px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.dashboard-tab:hover{background:var(--bg-secondary);color:var(--text);transform:translateY(-1px)}.dashboard-tab.active{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:0 4px 12px #e11d4840}.tab-count{background:#0000001a;border-radius:12px;padding:2px 6px;font-size:11px;font-weight:700}.dashboard-tab.active .tab-count{color:#fff;background:#ffffff40}.tab-description{text-align:center;color:var(--text-muted);margin-top:-8px;margin-bottom:24px;font-size:14px}.empty-state-container{text-align:center;background:var(--surface);border:1px dashed var(--border);border-radius:24px;flex-direction:column;justify-content:center;align-items:center;min-height:300px;padding:48px 16px;display:flex}.empty-emoji{opacity:.8;margin-bottom:16px;font-size:48px}.dashboard-header{margin-bottom:16px}@media (max-width:480px){.dashboard-tabs{flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:16px;padding:0 4px}.dashboard-tab{border-radius:999px;flex-direction:row;flex:auto;justify-content:center;min-width:auto;height:auto;min-height:36px;padding:6px 12px}.dashboard-tab .tab-label{font-size:12px;display:inline-block}.dashboard-tab.active .tab-icon svg{stroke-width:2.5px}.tab-description{margin-bottom:16px;font-size:13px;font-weight:500}.dashboard-grid{grid-template-columns:repeat(2,1fr);gap:8px}.dashboard-card .card-info{padding:8px}.dashboard-card .card-name{margin-bottom:2px;font-size:13px}.dashboard-card .card-location{font-size:11px}.dashboard-card .card-action-btn{margin:0 6px 8px;padding:6px 4px;font-size:11px}.dashboard-title{font-size:22px}.dashboard-subtitle{font-size:13px}}
