:root{
  --bg:#f6f6fa;--surface:#fff;--surface-soft:#f0f1f7;--surface-dark:#0d1020;
  --text:#171928;--muted:#737789;--muted-2:#a1a5b4;--border:#e5e6ee;
  --accent:#ff5276;--accent-dark:#ec3f65;--violet:#6f5cff;--violet-dark:#5543e8;
  --success:#23b57c;--danger:#d83f59;--gold:#f0b858;
  --shadow-sm:0 8px 24px rgba(24,25,44,.06);--shadow:0 24px 70px rgba(25,27,49,.12);--shadow-lg:0 38px 110px rgba(20,20,42,.2);
  --radius-sm:14px;--radius:22px;--radius-lg:32px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;background:var(--bg);color:var(--text);line-height:1.55;-webkit-font-smoothing:antialiased}body.guest-page{background:#fff}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,select,textarea{font:inherit}button{color:inherit}.container{width:min(1200px,calc(100% - 40px));margin-inline:auto}.narrow{width:min(900px,calc(100% - 40px))}main{min-height:calc(100vh - 160px)}
.site-header{height:82px;background:rgba(255,255,255,.88);backdrop-filter:blur(22px);border-bottom:1px solid rgba(224,225,234,.82);position:sticky;top:0;z-index:100;transition:.25s}.site-header.scrolled{box-shadow:0 12px 35px rgba(30,31,49,.08)}.nav-wrap{height:100%;display:flex;align-items:center;justify-content:space-between;gap:26px}.brand{display:flex;align-items:center;gap:11px;min-width:max-content}.brand-mark{width:42px;height:42px;border-radius:15px;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,var(--accent),#ff6d69 52%,var(--violet));box-shadow:0 10px 26px rgba(255,82,118,.3)}.brand-mark svg{width:28px;height:28px}.brand-mark.mini{width:34px;height:34px;border-radius:12px;font-weight:900}.brand-copy{display:grid;line-height:1.05}.brand-copy strong{font-size:1.2rem;letter-spacing:-.03em}.brand-copy small{font-size:.66rem;color:var(--muted);font-weight:650;letter-spacing:.05em;margin-top:4px}.desktop-nav{display:flex;align-items:center;gap:8px;font-size:.91rem;font-weight:720;color:#606476}.desktop-nav>a{padding:10px 14px;border-radius:12px;transition:.2s}.desktop-nav>a:hover,.desktop-nav>a.active{color:var(--text);background:var(--surface-soft)}.guest-nav{margin-left:auto}.guest-nav>a.button{color:#fff;background:linear-gradient(135deg,var(--accent),#ff6a6d);box-shadow:0 10px 22px rgba(255,82,118,.22)}.member-nav{margin:auto}.member-nav>a{position:relative}.member-nav>a.active:after{content:"";position:absolute;bottom:3px;left:50%;width:5px;height:5px;border-radius:50%;background:var(--accent);transform:translateX(-50%)}.account-actions{display:flex;align-items:center;gap:10px}.profile-chip{display:flex;align-items:center;gap:9px;padding:6px 10px 6px 6px;border:1px solid transparent;border-radius:16px;transition:.2s}.profile-chip:hover,.profile-chip.active{background:#fff;border-color:var(--border);box-shadow:var(--shadow-sm)}.profile-chip img{width:38px;height:38px;border-radius:12px;object-fit:cover;background:var(--surface-soft)}.profile-chip span{display:grid;line-height:1.1}.profile-chip strong{max-width:105px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.82rem}.profile-chip small{color:var(--muted);font-size:.67rem;margin-top:4px}.icon-link,.logout-link{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;color:var(--muted);transition:.2s}.icon-link:hover,.logout-link:hover{background:var(--surface-soft);color:var(--text)}
.button{appearance:none;border:0;border-radius:15px;padding:13px 20px;background:linear-gradient(135deg,var(--accent),#ff6a6d);color:#fff;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:9px;transition:.22s;box-shadow:0 12px 28px rgba(255,82,118,.2)}.button:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(255,82,118,.28)}.button:active{transform:translateY(0)}.button-small{padding:10px 16px;border-radius:13px}.button-large{padding:15px 23px;border-radius:17px}.button-full{width:100%}.button-ghost{background:rgba(255,255,255,.65);color:var(--text);border:1px solid var(--border);box-shadow:none}.button-ghost:hover{background:#fff;box-shadow:var(--shadow-sm)}.button-light{background:#fff;color:var(--surface-dark);box-shadow:0 14px 30px rgba(0,0,0,.14)}
.hero{position:relative;overflow:hidden}.premium-hero{background:linear-gradient(180deg,#fff 0%,#faf9ff 100%);padding:42px 0 0}.hero-orb{position:absolute;border-radius:50%;filter:blur(3px);pointer-events:none}.orb-one{width:500px;height:500px;right:-170px;top:-160px;background:radial-gradient(circle,rgba(111,92,255,.18),transparent 68%)}.orb-two{width:420px;height:420px;left:-220px;bottom:-170px;background:radial-gradient(circle,rgba(255,82,118,.14),transparent 68%)}.hero-grid{min-height:690px;display:grid;grid-template-columns:1fr .92fr;gap:70px;align-items:center;position:relative;z-index:2}.pill,.eyebrow,.section-kicker{display:inline-flex;align-items:center}.pill{gap:8px;padding:8px 12px;background:#fff2f5;border:1px solid #ffd8e1;border-radius:999px;color:#c83b60;font-size:.78rem;font-weight:800}.pill i{width:7px;height:7px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 5px rgba(255,82,118,.12)}.eyebrow,.section-kicker{font-size:.72rem;letter-spacing:.16em;font-weight:900;color:var(--accent)}.hero h1{font-size:clamp(3.8rem,6.6vw,6.6rem);line-height:.92;letter-spacing:-.072em;margin:24px 0 27px;max-width:760px}.hero h1 span,.section-heading h2 span{background:linear-gradient(105deg,var(--accent),#ff7b67 45%,var(--violet));-webkit-background-clip:text;background-clip:text;color:transparent}.hero-copy>p{font-size:1.15rem;line-height:1.75;color:var(--muted);max-width:610px}.hero-actions{display:flex;gap:12px;margin:32px 0}.social-proof{display:flex;align-items:center;gap:16px;margin-top:28px}.avatar-stack{display:flex;align-items:center}.avatar-stack img,.avatar-stack>span{width:38px;height:38px;border-radius:50%;border:3px solid #fff;margin-left:-10px;object-fit:cover;background:var(--surface-soft)}.avatar-stack img:first-child{margin-left:0}.avatar-stack>span{display:grid;place-items:center;background:var(--surface-dark);color:#fff;font-size:.75rem;font-weight:900}.social-proof p{display:grid;margin:0;line-height:1.25}.social-proof strong{font-size:.87rem}.social-proof small{color:var(--muted);font-size:.74rem;margin-top:3px}.hero-stage{height:610px;position:relative;display:grid;place-items:center}.stage-glow{position:absolute;width:430px;height:430px;border-radius:50%;background:radial-gradient(circle,rgba(255,82,118,.18),rgba(111,92,255,.08) 48%,transparent 70%);filter:blur(8px)}.spotlight-card{position:absolute;background:#fff;border-radius:35px;border:1px solid rgba(229,230,238,.9);box-shadow:var(--shadow-lg);overflow:hidden}.spotlight-main{width:340px;z-index:3;transform:rotate(1.5deg)}.spotlight-back{width:270px;height:390px;right:0;top:70px;transform:rotate(10deg);opacity:.72}.spotlight-back img{width:100%;height:100%;object-fit:cover}.spotlight-photo{height:340px;position:relative;overflow:hidden}.spotlight-photo>img{width:100%;height:100%;object-fit:cover}.spotlight-photo:after{content:"";position:absolute;inset:35% 0 0;background:linear-gradient(transparent,rgba(12,14,30,.9))}.online-label{position:absolute;z-index:2;top:18px;left:18px;padding:7px 10px;border-radius:999px;background:rgba(12,16,32,.65);backdrop-filter:blur(8px);color:#fff;font-size:.69rem;font-weight:800}.online-label:first-letter{color:#37d791}.photo-caption{position:absolute;z-index:2;left:22px;right:22px;bottom:20px;color:#fff}.photo-caption h2{font-size:1.6rem;margin:0;letter-spacing:-.03em}.photo-caption h2 b,.profile-overlay h2 b,.profile-details h1 b,.match-row h3 b,.chat-header strong b{color:#7edcff;font-size:.72em}.photo-caption p{margin:4px 0 0;color:#e5e7ef;font-size:.84rem}.spotlight-body{padding:18px 20px 20px}.mini-chips,.card-interest-row,.chips{display:flex;gap:7px;flex-wrap:wrap}.mini-chips span,.card-interest-row span{padding:6px 9px;border-radius:999px;background:#f1f1f7;color:#616577;font-size:.68rem;font-weight:720}.spotlight-body>p{font-size:.78rem;color:var(--muted);margin:12px 0 16px}.card-actions{display:flex;justify-content:center;align-items:center;gap:18px}.card-actions button{width:44px;height:44px;border-radius:50%;border:1px solid var(--border);background:#fff;font-size:1.2rem;cursor:pointer}.card-actions .heart{width:58px;height:58px;border:0;background:linear-gradient(145deg,var(--accent),#ff756c);color:#fff;box-shadow:0 12px 28px rgba(255,82,118,.32)}.compatibility-card,.new-match-toast{position:absolute;z-index:5;display:flex;align-items:center;gap:12px;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border:1px solid rgba(229,230,238,.9);box-shadow:var(--shadow);border-radius:20px;padding:12px 15px}.compatibility-card{left:0;top:120px}.compatibility-card strong,.compatibility-card small,.new-match-toast strong,.new-match-toast small{display:block}.compatibility-card small,.new-match-toast small{font-size:.68rem;color:var(--muted);margin-top:3px}.compat-ring{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(var(--violet) 92%,#eee 0);position:relative;font-size:.75rem;font-weight:900;color:var(--violet)}.compat-ring:before{content:"";position:absolute;inset:5px;border-radius:50%;background:#fff}.compat-ring>*{position:relative}.compat-ring small{display:inline;color:inherit}.new-match-toast{right:8px;bottom:62px}.new-match-toast>span{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:#fff0f3;color:var(--accent);font-size:1.25rem}.trust-strip{position:relative;z-index:2;min-height:78px;display:flex;align-items:center;justify-content:space-around;gap:18px;border-top:1px solid var(--border);color:#76798a;font-size:.78rem;font-weight:720}.reveal{animation:fadeUp .65s ease both}.delay-1{animation-delay:.12s}@keyframes fadeUp{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}
.story-section{padding:120px 0;background:#fff}.section-heading{display:grid;grid-template-columns:1.1fr .7fr;align-items:end;gap:80px;margin:15px 0 55px}.section-heading h2{font-size:clamp(2.8rem,4.7vw,4.8rem);line-height:1.02;letter-spacing:-.055em;margin:0}.section-heading p{color:var(--muted);font-size:1rem;line-height:1.8;margin:0 0 8px}.experience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.experience-card{position:relative;min-height:355px;padding:30px;background:#fafafd;border:1px solid var(--border);border-radius:28px;overflow:hidden}.experience-card.featured{background:linear-gradient(145deg,#181b31,#0e1020);color:#fff;border-color:#262a45;box-shadow:var(--shadow)}.step-number{position:absolute;top:25px;right:26px;color:#b4b7c5;font-size:.73rem;font-weight:850}.experience-icon{width:52px;height:52px;border-radius:17px;display:grid;place-items:center;background:#fff;color:var(--accent);font-size:1.35rem;box-shadow:var(--shadow-sm)}.experience-card.featured .experience-icon{background:rgba(255,255,255,.1);color:#fff}.experience-card h3{font-size:1.38rem;margin:28px 0 9px;letter-spacing:-.03em}.experience-card>p{color:var(--muted);font-size:.9rem;margin:0;max-width:310px}.experience-card.featured>p{color:#b8bbca}.profile-preview,.message-preview{position:absolute;left:25px;right:25px;bottom:25px;border-radius:17px;padding:14px;display:flex;align-items:center;gap:11px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.09)}.preview-avatar{width:38px;height:38px;border-radius:12px;background:linear-gradient(145deg,#ff9e86,var(--accent))}.profile-preview div{display:grid;line-height:1.2}.profile-preview b{font-size:.77rem}.profile-preview small{color:#b7bac7;font-size:.66rem;margin-top:3px}.profile-preview i{margin-left:auto}.interest-cloud{position:absolute;left:25px;right:25px;bottom:25px;height:95px}.interest-cloud span{position:absolute;padding:8px 12px;border-radius:999px;background:#fff;border:1px solid var(--border);font-size:.72rem;font-weight:750;box-shadow:var(--shadow-sm)}.interest-cloud span:nth-child(1){left:4px;top:6px}.interest-cloud span:nth-child(2){right:20px;top:0}.interest-cloud span:nth-child(3){left:72px;bottom:0}.interest-cloud span:nth-child(4){right:0;bottom:10px}.message-preview{display:grid;background:#fff;box-shadow:var(--shadow-sm);border-color:var(--border)}.message-preview span{font-size:.76rem;background:#f1f1f7;padding:9px 11px;border-radius:13px 13px 13px 4px}.message-preview b{font-size:.61rem;color:var(--muted);text-align:right}
.safety-section{padding:120px 0;background:#f5f4fb}.safety-grid{display:grid;grid-template-columns:.85fr 1fr;gap:100px;align-items:center}.safety-visual{height:430px;position:relative;display:grid;place-items:center;background:radial-gradient(circle,rgba(111,92,255,.2),transparent 60%)}.shield-card{width:270px;height:300px;border-radius:42% 42% 48% 48%;background:linear-gradient(155deg,#15182d,#0b0d1b);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:var(--shadow-lg);position:relative;z-index:2}.shield-card>span{width:72px;height:72px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,var(--accent),var(--violet));font-size:2rem}.shield-card strong{font-size:1.35rem;margin-top:24px}.shield-card small{color:#adb0c0;margin-top:5px}.safety-lines i{position:absolute;border:1px solid rgba(111,92,255,.16);border-radius:50%;inset:30px}.safety-lines i:nth-child(2){inset:0}.safety-lines i:nth-child(3){inset:-35px}.safety-copy h2{font-size:clamp(2.7rem,4.2vw,4.4rem);line-height:1.02;letter-spacing:-.055em;margin:17px 0 23px}.safety-copy>p{color:var(--muted);font-size:1rem;line-height:1.8;max-width:600px}.safety-list{display:grid;margin-top:32px;border-top:1px solid var(--border)}.safety-list span{padding:17px 0;border-bottom:1px solid var(--border);font-weight:750}.safety-list b{color:var(--accent);font-size:.68rem;margin-right:18px}.cta-section{padding:95px 0;background:#fff}.cta-card{min-height:330px;border-radius:36px;padding:55px 62px;background:radial-gradient(circle at 80% 20%,rgba(111,92,255,.42),transparent 35%),linear-gradient(140deg,#121528,#090b17);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:40px;overflow:hidden;position:relative}.dark-pill{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.12);color:#fff}.cta-card h2{font-size:clamp(2.5rem,4.2vw,4.4rem);line-height:1.02;letter-spacing:-.055em;margin:23px 0 0}
.site-footer{padding:34px 0;background:#fff;border-top:1px solid var(--border);color:var(--muted);font-size:.8rem}.footer-wrap{display:flex;justify-content:space-between;align-items:center;gap:25px}.footer-brand{display:flex;align-items:center;gap:10px}.footer-brand>span:last-child{display:grid}.footer-brand strong{color:var(--text);font-size:.85rem}.footer-brand small{font-size:.68rem;margin-top:3px}.footer-links{display:flex;align-items:center;gap:22px}.footer-links a:hover{color:var(--text)}
.flash-stack{padding-top:16px}.flash{border-radius:15px;padding:13px 16px;margin-bottom:14px;font-size:.9rem;box-shadow:var(--shadow-sm)}.flash ul{margin:0;padding-left:20px}.flash-error{color:#8e2433;background:#fff0f2;border:1px solid #f6c8cf}.flash-success{color:#0c6849;background:#ebfbf4;border:1px solid #bee9d6}
.page-section{padding:56px 0 90px}.page-title{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:30px}.page-title h1{font-size:clamp(2.3rem,4vw,3.5rem);letter-spacing:-.052em;line-height:1.05;margin:11px 0}.page-title p{color:var(--muted);margin:0}.premium-page-title{padding:12px 0 8px}.daily-badge{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--border);border-radius:18px;padding:13px 16px;box-shadow:var(--shadow-sm)}.daily-badge>span{width:40px;height:40px;border-radius:13px;display:grid;place-items:center;background:#f1efff;color:var(--violet)}.daily-badge div{display:grid}.daily-badge strong{font-size:.78rem}.daily-badge small{font-size:.67rem;color:var(--muted);margin-top:3px}.panel{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow-sm)}.panel h2{margin-top:0}
.filter-bar{display:grid;grid-template-columns:1.5fr .72fr .72fr 1.1fr auto;gap:12px;align-items:end;background:#fff;border:1px solid var(--border);border-radius:22px;padding:17px;margin-bottom:28px;box-shadow:var(--shadow-sm)}.premium-filter label>span{font-size:.71rem;color:var(--muted);letter-spacing:.02em}.premium-filter .button{height:48px}.form-grid{display:grid;gap:17px}.form-row{display:grid;gap:16px}.form-row.two{grid-template-columns:1fr 1fr}label{font-size:.82rem;font-weight:760;color:#44485a;display:grid;gap:7px}input,select,textarea{width:100%;border:1px solid #dddfe8;background:#fff;color:var(--text);border-radius:14px;padding:12px 14px;outline:none;transition:.2s}input:hover,select:hover,textarea:hover{border-color:#cfd1dc}input:focus,select:focus,textarea:focus{border-color:var(--violet);box-shadow:0 0 0 4px rgba(111,92,255,.1)}textarea{resize:vertical}.check-label{grid-template-columns:auto 1fr;align-items:start;font-weight:500;color:var(--muted)}.check-label input{width:18px;height:18px;margin-top:3px}hr{border:0;border-top:1px solid var(--border);width:100%}
.profile-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.premium-profile-grid{align-items:start}.profile-card{background:#fff;border:1px solid var(--border);border-radius:24px;overflow:hidden;transition:.25s}.premium-profile-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.profile-image{position:relative;display:block;aspect-ratio:4/5;background:var(--surface-soft);overflow:hidden}.profile-image>img{width:100%;height:100%;object-fit:cover;transition:.45s}.premium-profile-card:hover .profile-image>img{transform:scale(1.045)}.image-shade{position:absolute;inset:35% 0 0;background:linear-gradient(transparent,rgba(10,12,27,.92))}.profile-overlay{position:absolute;left:0;right:0;bottom:0;padding:55px 17px 16px;color:#fff}.profile-overlay h2{font-size:1.23rem;margin:0;letter-spacing:-.025em}.profile-overlay p{font-size:.74rem;color:#dcdeea;margin:4px 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.status-label{position:absolute;top:13px;left:13px;padding:6px 9px;border-radius:999px;background:rgba(10,12,25,.58);backdrop-filter:blur(10px);color:#e5e7ef;font-size:.62rem;font-weight:780}.status-label.online{color:#fff}.status-label.online:first-letter{color:#31d690}.profile-card-body{padding:15px}.profile-card-body>p{color:var(--muted);font-size:.8rem;min-height:40px;margin:12px 0 14px}.profile-card-actions{display:grid;grid-template-columns:1fr auto;gap:9px}.view-profile-button{height:42px;border-radius:13px;display:grid;place-items:center;background:var(--surface-soft);font-size:.76rem;font-weight:800}.view-profile-button:hover{background:#e9e9f2}.like-button{width:42px;height:42px;border:1px solid #ffd0da;background:#fff3f6;color:var(--accent);border-radius:13px;font-size:1.2rem;font-weight:900;cursor:pointer;transition:.2s}.like-button:hover{transform:scale(1.05);background:var(--accent);color:#fff}.like-button.liked{background:var(--accent);color:#fff;cursor:default}.card-interest-row{min-height:25px}.card-interest-row span{background:#f2f2f7}.empty-state{text-align:center;padding:78px 25px;background:#fff;border:1px dashed #cfd1dc;border-radius:28px}.empty-state>span{font-size:3rem;color:var(--accent)}.empty-state h2{margin:13px 0 5px}.empty-state p{color:var(--muted);margin:0 0 22px}.premium-empty{box-shadow:var(--shadow-sm)}
.match-count{width:92px;height:92px;border-radius:28px;background:linear-gradient(145deg,#171a2d,#0d0f1e);color:#fff;display:grid;place-items:center;align-content:center;box-shadow:var(--shadow)}.match-count strong{font-size:1.65rem;line-height:1}.match-count span{font-size:.65rem;color:#b6b9c8;margin-top:5px}.match-list{display:grid;gap:12px}.premium-match-list{gap:13px}.match-row{display:grid;grid-template-columns:68px 1fr auto 38px;align-items:center;gap:16px;padding:14px 16px;background:#fff;border:1px solid var(--border);border-radius:20px;transition:.2s;box-shadow:0 6px 20px rgba(20,22,38,.025)}.match-row:hover{transform:translateY(-2px);border-color:#d9d8e6;box-shadow:var(--shadow-sm)}.match-avatar,.chat-avatar{position:relative}.match-avatar img{width:68px;height:68px;border-radius:19px;object-fit:cover}.match-avatar i,.chat-avatar i{position:absolute;right:-1px;bottom:-1px;width:14px;height:14px;border-radius:50%;background:#33cd90;border:3px solid #fff}.match-row h3,.match-row p{margin:0}.match-row h3{font-size:.94rem}.match-row p{color:var(--muted);font-size:.8rem;margin-top:5px;max-width:580px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.match-row time{font-size:.7rem;color:var(--muted)}.match-arrow{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;background:var(--surface-soft);color:var(--violet)}
.profile-form{display:grid;grid-template-columns:240px 1fr;gap:34px}.photo-editor{display:flex;flex-direction:column;gap:12px}.photo-editor img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:22px;background:var(--surface-soft)}.photo-editor small{color:var(--muted)}.premium-profile-view{display:grid;grid-template-columns:minmax(330px,500px) 1fr;gap:65px;align-items:start}.profile-visual-column{display:grid;gap:15px}.profile-hero-image{position:relative}.profile-hero-image img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:32px;background:var(--surface-soft);box-shadow:var(--shadow)}.profile-online{position:absolute;left:20px;bottom:20px;padding:8px 12px;border-radius:999px;background:rgba(15,17,33,.7);backdrop-filter:blur(10px);color:#fff;font-size:.7rem;font-weight:800}.profile-online.online:first-letter{color:#33d192}.profile-safety-note{display:flex;gap:12px;padding:15px;background:#fff;border:1px solid var(--border);border-radius:18px}.profile-safety-note>span{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:#f0efff;color:var(--violet)}.profile-safety-note p{display:grid;margin:0}.profile-safety-note strong{font-size:.76rem}.profile-safety-note small{color:var(--muted);font-size:.68rem;line-height:1.45;margin-top:3px}.profile-details{padding-top:18px}.profile-topline{display:flex;justify-content:space-between;align-items:center}.round-share{width:42px;height:42px;border-radius:14px;border:1px solid var(--border);background:#fff;cursor:pointer}.profile-details h1{font-size:clamp(2.8rem,5vw,4.5rem);letter-spacing:-.06em;line-height:1;margin:18px 0 8px}.profile-meta{color:var(--muted);font-size:1rem}.profile-divider{height:1px;background:var(--border);margin:28px 0}.profile-info-block{margin-top:26px}.block-label{font-size:.67rem;letter-spacing:.14em;color:var(--muted);font-weight:900}.profile-bio{font-size:1rem;line-height:1.8;max-width:650px}.premium-chips{margin-top:13px}.premium-chips span{padding:9px 13px;border-radius:999px;background:#fff;border:1px solid var(--border);font-size:.78rem;box-shadow:0 5px 14px rgba(20,22,38,.03)}.profile-primary-actions{display:flex;gap:11px;margin-top:34px}.inline-form{display:inline-flex}.safety-menu{margin-top:20px;color:var(--muted);background:#fff;border:1px solid var(--border);border-radius:16px;padding:13px 15px}.safety-menu summary{cursor:pointer;font-size:.78rem;font-weight:750}.safety-menu form{display:flex;gap:8px;margin-top:11px}.text-button{border:0;background:transparent;padding:0;color:var(--violet);font-weight:800;cursor:pointer}.text-button.danger{color:var(--danger)}
.chat-layout{height:calc(100vh - 190px);min-height:580px;display:grid;grid-template-columns:320px 1fr;background:#fff;border:1px solid var(--border);border-radius:28px;overflow:hidden;box-shadow:var(--shadow-sm)}.chat-sidebar{border-right:1px solid var(--border);padding:24px 17px;overflow-y:auto;background:#fbfbfd}.chat-sidebar-head{padding:0 9px 16px}.chat-sidebar h1{font-size:1.85rem;letter-spacing:-.04em;margin:6px 0}.chat-contact{display:flex;align-items:center;gap:12px;padding:10px;border-radius:17px;margin-bottom:5px;transition:.2s}.chat-contact:hover,.chat-contact.active{background:#fff;box-shadow:0 7px 20px rgba(25,27,45,.06)}.chat-avatar img{width:48px;height:48px;border-radius:15px;object-fit:cover}.chat-avatar.large img{width:52px;height:52px}.chat-contact>span{display:grid}.chat-contact strong{font-size:.82rem}.chat-contact small{font-size:.66rem;color:var(--muted);margin-top:3px}.chat-panel{display:grid;grid-template-rows:auto 1fr auto;min-width:0}.chat-header{min-height:82px;padding:13px 20px;border-bottom:1px solid var(--border);display:flex;gap:13px;align-items:center}.chat-header>div:nth-child(2){display:grid}.chat-header strong{font-size:.88rem}.chat-header a{font-size:.69rem;color:var(--violet);margin-top:4px}.chat-safe{margin-left:auto;padding:7px 10px;border-radius:999px;background:#f1f0ff;color:var(--violet);font-size:.65rem;font-weight:800}.message-stream{padding:28px;overflow-y:auto;background:linear-gradient(180deg,#f8f8fb,#fbfbfd)}.message{max-width:68%;margin-bottom:12px}.message>div{padding:11px 14px;border-radius:17px;background:#ececf2;font-size:.87rem}.message.mine{margin-left:auto}.message.mine>div{background:linear-gradient(135deg,var(--accent),#ff6c72);color:#fff;border-bottom-right-radius:5px}.message.theirs>div{border-bottom-left-radius:5px}.message time{display:block;color:var(--muted);font-size:.64rem;margin-top:4px}.message.mine time{text-align:right}.message-form{display:grid;grid-template-columns:1fr auto;gap:10px;padding:14px;border-top:1px solid var(--border);background:#fff}.message-form textarea{resize:none;max-height:110px;background:#f8f8fb}.message-form .button{padding:11px 17px}.chat-intro{text-align:center;color:var(--muted);padding:80px 20px}.chat-intro span{display:grid;place-items:center;width:58px;height:58px;border-radius:20px;background:#fff0f4;color:var(--accent);font-size:1.8rem;margin:0 auto}.chat-intro h3{color:var(--text);margin:15px 0 3px}.chat-intro p{margin:0}.chat-empty{border:0;border-radius:0;display:grid;place-content:center}
.auth-section{min-height:calc(100vh - 155px);display:grid;place-items:center;padding:60px 20px;background:radial-gradient(circle at 80% 10%,rgba(111,92,255,.12),transparent 25%),radial-gradient(circle at 10% 90%,rgba(255,82,118,.1),transparent 25%),#f8f8fb}.auth-card{width:min(490px,100%);background:rgba(255,255,255,.95);border:1px solid var(--border);border-radius:30px;padding:38px;box-shadow:var(--shadow)}.install-card{width:min(650px,100%)}.auth-card h1{font-size:2.25rem;line-height:1.05;letter-spacing:-.045em;margin:12px 0}.auth-card>p{color:var(--muted);margin-bottom:28px}.auth-alt{text-align:center;margin-top:22px;color:var(--muted);font-size:.85rem}.auth-alt a{font-weight:850;color:var(--accent)}
.legal{max-width:780px}.legal h1{font-size:2.7rem}.legal h2{margin-top:32px}.legal p{color:#55596b;line-height:1.8}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:22px}.stat-grid article{background:#fff;border:1px solid var(--border);border-radius:20px;padding:22px;box-shadow:var(--shadow-sm)}.stat-grid strong,.stat-grid span{display:block}.stat-grid strong{font-size:2.1rem}.stat-grid span{color:var(--muted)}.admin-grid{display:grid;grid-template-columns:2fr 1fr;gap:20px}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;text-align:left}th,td{padding:13px;border-bottom:1px solid var(--border);font-size:.82rem}td small{display:block;color:var(--muted)}.badge{background:var(--surface-soft);border-radius:999px;padding:5px 8px;font-size:.69rem}.report-row{padding:14px 0;border-bottom:1px solid var(--border)}.report-row p,.report-row small{margin:2px 0;color:var(--muted)}.muted{color:var(--muted)}.mobile-nav{display:none}
@media(max-width:1040px){.hero-grid{grid-template-columns:1fr 1fr;gap:25px}.hero h1{font-size:4.6rem}.spotlight-main{width:310px}.profile-grid{grid-template-columns:repeat(3,1fr)}.filter-bar{grid-template-columns:1.3fr .7fr .7fr 1fr}.filter-bar .button{grid-column:span 4}.experience-grid{grid-template-columns:repeat(3,1fr)}.safety-grid{gap:55px}.premium-profile-view{grid-template-columns:minmax(300px,430px) 1fr;gap:42px}.admin-grid{grid-template-columns:1fr}.stat-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){.site-header{height:72px}.brand-copy small{display:none}.desktop-nav.member-nav{display:none}.account-actions .profile-chip span,.account-actions .icon-link,.logout-link{display:none}.hero-grid{grid-template-columns:1fr;min-height:auto;padding:55px 0}.hero-copy{text-align:center}.hero-copy>p{margin-inline:auto}.hero-actions,.social-proof{justify-content:center}.hero-stage{height:570px}.trust-strip{flex-wrap:wrap;padding:18px 0}.section-heading{grid-template-columns:1fr;gap:20px}.experience-grid{grid-template-columns:1fr}.experience-card{min-height:300px}.safety-grid{grid-template-columns:1fr}.safety-copy{order:-1}.cta-card{padding:45px;flex-direction:column;align-items:flex-start}.profile-grid{grid-template-columns:repeat(2,1fr)}.filter-bar{grid-template-columns:1fr 1fr}.filter-bar .button{grid-column:span 2}.premium-profile-view{grid-template-columns:1fr}.profile-visual-column{max-width:560px}.chat-layout{grid-template-columns:250px 1fr}.footer-wrap{align-items:flex-start}.footer-links{flex-wrap:wrap;justify-content:flex-end}.mobile-nav{position:fixed;z-index:120;bottom:0;left:0;right:0;height:70px;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);border-top:1px solid var(--border);display:grid;grid-template-columns:repeat(4,1fr);padding-bottom:env(safe-area-inset-bottom);box-shadow:0 -10px 30px rgba(20,22,38,.06)}.mobile-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:.62rem;color:var(--muted);gap:2px}.mobile-nav span{font-size:1.2rem;line-height:1}.mobile-nav a.active{color:var(--accent)}body.member-page{padding-bottom:70px}}
@media(max-width:600px){.container,.narrow{width:min(100% - 24px,1200px)}.guest-nav>a:not(.button){display:none}.brand-mark{width:38px;height:38px}.premium-hero{padding-top:18px}.hero-grid{padding-top:45px}.hero h1{font-size:3.65rem}.hero-copy>p{font-size:1rem}.hero-actions{flex-direction:column}.hero-stage{height:500px}.spotlight-main{width:270px}.spotlight-photo{height:285px}.spotlight-back{width:210px;height:315px}.compatibility-card{left:-2px;top:85px}.new-match-toast{right:-2px;bottom:38px}.trust-strip{justify-content:flex-start}.story-section,.safety-section{padding:80px 0}.section-heading h2,.safety-copy h2{font-size:2.85rem}.safety-visual{height:360px}.shield-card{width:230px;height:260px}.cta-section{padding:65px 0}.cta-card{padding:35px 25px;min-height:360px}.cta-card h2{font-size:2.65rem}.footer-wrap{flex-direction:column}.footer-links{justify-content:flex-start}.page-section{padding:38px 0 75px}.page-title{align-items:flex-start;flex-direction:column}.daily-badge,.match-count{display:none}.filter-bar{grid-template-columns:1fr}.filter-bar .button{grid-column:auto}.profile-grid{grid-template-columns:1fr}.premium-profile-card{max-width:430px;margin-inline:auto}.profile-image{aspect-ratio:4/4.8}.form-row.two{grid-template-columns:1fr}.profile-form{grid-template-columns:1fr}.photo-editor{max-width:280px}.profile-details h1{font-size:3rem}.profile-primary-actions{flex-direction:column}.profile-primary-actions>*{width:100%}.profile-primary-actions .button{width:100%}.match-row{grid-template-columns:58px 1fr 32px;padding:12px}.match-avatar img{width:58px;height:58px}.match-row time{display:none}.chat-layout{height:calc(100vh - 150px);min-height:540px;grid-template-columns:78px 1fr;margin-inline:-12px;border-radius:0;border-left:0;border-right:0}.chat-sidebar{padding:12px 8px}.chat-sidebar-head{padding:0;text-align:center}.chat-sidebar .eyebrow{display:none}.chat-sidebar h1{font-size:0;margin:0 0 10px}.chat-sidebar h1:after{content:'Sohbet';font-size:.7rem;color:var(--muted)}.chat-contact{justify-content:center;padding:7px}.chat-contact>span{display:none}.chat-avatar img{width:48px;height:48px}.chat-safe{display:none}.chat-header{padding:10px 14px}.message-stream{padding:18px 13px}.message{max-width:85%}.message-form{grid-template-columns:1fr;padding:10px}.message-form .button{width:100%}.auth-card{padding:27px}.stat-grid{grid-template-columns:1fr 1fr}}
@media(max-width:390px){.hero h1{font-size:3.15rem}.spotlight-main{width:245px}.spotlight-photo{height:260px}.spotlight-back{display:none}.compatibility-card{transform:scale(.88);transform-origin:left top}.new-match-toast{transform:scale(.88);transform-origin:right bottom}.section-heading h2,.safety-copy h2{font-size:2.55rem}.profile-overlay h2{font-size:1.15rem}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}
.compat-ring>b{position:relative;z-index:1}.compat-ring:before{z-index:0}
