
:root{--purple:#6D2ED6;--purple2:#7F39E7;--ink:#111116;--muted:#6E6E78;--line:#E8E8ED;--bg:#F4F4F7;--card:#FFF;--green:#1EAF73;--red:#F14E6A;--blue:#55ADEF}
*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:var(--bg)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink)}button,input{font:inherit}button,a{cursor:pointer}a{text-decoration:none;color:inherit}
.app-shell{width:100%;max-width:390px;min-height:100dvh;margin:0 auto;background:#fff;position:relative;overflow:hidden}
.screen{display:none;min-height:100dvh;padding:24px 24px 32px}.screen.active{display:block}
.brand-row{display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:9px}.brand img{width:34px;height:34px}.brand strong{font-size:24px;letter-spacing:-.045em}
h1,h2,h3,h4,p{margin-top:0}.welcome-copy{margin-top:25px}.welcome-copy h1{font-size:29px;line-height:1.12;letter-spacing:-.04em;margin-bottom:12px}.welcome-copy h1 span{color:var(--purple)}.welcome-copy p{font-size:13px;line-height:1.5;color:#383841;max-width:300px}
.benefits{display:grid;gap:14px;margin:20px 0}.benefits div{display:flex;gap:10px;align-items:center;font-size:12px}.benefits svg{width:18px;height:18px;fill:none;stroke:var(--purple);stroke-width:1.8}
.landing-visual{display:block;width:92%;height:185px;object-fit:contain;margin:4px auto 12px}
.primary,.secondary{border:0;border-radius:6px;padding:13px 16px;font-weight:700}.primary{width:100%;background:linear-gradient(90deg,#7430DB,#6425D0);color:#fff}.secondary{width:100%;background:#fff;border:1px solid #444;color:#222}.login-hint{text-align:center;font-size:11px;margin-top:12px}.login-hint b{color:var(--purple)}
.stepbar{display:grid;grid-template-columns:36px 1fr 36px;align-items:center;margin-bottom:18px}.stepbar>span{text-align:center;font-size:10px}.back{border:0;background:none;font-size:28px;text-align:left;padding:0}.screen h2{text-align:center;font-size:22px;letter-spacing:-.03em;margin-bottom:4px}.sub{text-align:center;font-size:11px;color:#555;line-height:1.4;margin-bottom:18px}
.type-carousel{position:relative;display:flex;justify-content:center;align-items:center;margin-top:16px}.type-card{width:270px;border:1px solid var(--line);border-radius:10px;background:#fff;overflow:hidden;box-shadow:0 2px 7px rgba(0,0,0,.03)}.type-card img{width:100%;height:265px;object-fit:cover}.type-card>div{padding:15px 20px;text-align:center}.type-card h3{font-size:18px;margin-bottom:7px}.type-card p{font-size:11px;line-height:1.45;margin:0;color:#333}.carousel-arrow{position:absolute;width:34px;height:34px;border-radius:50%;background:#fff;border:1px solid #222;z-index:2;font-size:25px;display:grid;place-items:center}.carousel-arrow.left{left:-5px}.carousel-arrow.right{right:-5px}.dots{display:flex;justify-content:center;gap:8px;margin:24px 0}.dots i,.dots b{display:block;width:8px;height:8px;border-radius:50%;background:#D7D7DD}.dots b{background:var(--purple)}
.interest-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:16px 0 26px}.interest-card{height:78px;background:#fff;border:1px solid var(--line);border-radius:8px;display:grid;place-items:center;align-content:center;gap:8px;padding:8px}.interest-card svg{width:27px;height:27px;fill:none;stroke:var(--purple);stroke-width:1.6}.interest-card span{font-size:10px}.interest-card.active{border-color:var(--purple);background:#FBF8FF}
.exclusive-toggle{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--line);border-radius:8px;padding:14px;margin:14px 0}.exclusive-toggle strong{font-size:12px}.switch{width:46px;height:25px;border:0;border-radius:50px;background:#DADAE2;padding:3px}.switch span{display:block;width:19px;height:19px;background:white;border-radius:50%;box-shadow:0 1px 5px rgba(0,0,0,.15);transition:.2s}.switch.on{background:var(--purple)}.switch.on span{transform:translateX(21px)}
.locked-preview{height:205px;border-radius:8px;overflow:hidden;position:relative;border:1px solid var(--line)}.locked-preview>img{width:100%;height:100%;object-fit:cover}.locked-preview .blur{position:absolute;inset:0;background:rgba(255,255,255,.08);backdrop-filter:blur(10px)}.lock-circle{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:52px;height:52px;border-radius:50%;background:#202020e8;display:grid;place-items:center;color:#fff}.lock-circle svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8}.locked-name{position:absolute;left:15px;bottom:12px;color:white;display:grid;text-shadow:0 1px 4px #000}.locked-name strong{font-size:17px}.locked-name small{font-size:9px}.ghost-row{width:100%;height:38px;border:1px solid var(--line);border-radius:0 0 8px 8px;background:#fff;display:flex;align-items:center;gap:8px;padding:0 12px;font-size:11px}.ghost-row svg{width:16px;height:16px;fill:none;stroke:#777;stroke-width:1.8}.example-question{display:grid;gap:4px;margin:16px 0 25px}.example-question span{font-size:10px}.example-question strong{font-size:11px;font-weight:500}
.upload-card{display:flex;gap:12px;align-items:center;margin:18px 0}.upload-box{width:86px;height:96px;border-radius:10px;background:#F5F5F7;border:1px dashed #C7C7D0;display:grid;place-items:center;overflow:hidden}.upload-box img{width:100%;height:100%;object-fit:cover}.upload-box span{font-size:28px;color:var(--purple)}.upload-card strong{font-size:13px}.upload-card p{font-size:10px;color:var(--muted);line-height:1.4;margin:4px 0}.field{display:grid;gap:6px;margin:12px 0}.field span{font-size:10px;font-weight:700}.field input{height:42px;border:1px solid var(--line);border-radius:7px;padding:0 11px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.app-page{padding-bottom:74px}.top-title{height:44px;display:flex;align-items:center;justify-content:space-between;padding:0 16px}.top-title h3{font-size:17px;margin:0}.plain-icon{border:0;background:none;padding:4px}.plain-icon svg{width:20px;height:20px;fill:none;stroke:#111;stroke-width:1.8}
.discover-scroll{height:calc(100dvh - 44px - 74px - 74px);overflow-y:auto;scrollbar-width:none}.discover-scroll::-webkit-scrollbar{display:none}.hero-profile{height:295px;position:relative;overflow:hidden}.hero-profile>img{width:100%;height:100%;object-fit:cover}.photo-count{position:absolute;top:10px;right:10px;background:#111;color:#fff;border-radius:20px;font-size:9px;padding:5px 8px}.profile-info{padding:14px 16px 10px}.profile-title{display:flex;align-items:center;gap:8px}.profile-title h1{font-size:23px;margin:0}.verified{color:var(--purple);font-size:13px}.meta{font-size:11px;line-height:1.45;color:#333}.profile-info section{margin-top:16px}.profile-info h4{font-size:12px;margin-bottom:7px}.profile-info section p{font-size:12px;line-height:1.45}.chips{display:flex;flex-wrap:wrap;gap:6px}.chips span{border:1px solid #DADAE0;border-radius:5px;padding:4px 8px;font-size:9px}.thumbs{display:flex;gap:6px;overflow:hidden}.thumbs img{width:63px;height:50px;border-radius:4px;object-fit:cover}.fandoms{display:flex;gap:8px}.fandoms span{width:52px;height:38px;border-radius:5px;background:#17171A;color:white;display:grid;place-items:center;font-size:9px}.profile-bottom-spacer{height:40px}
.floating-actions{position:absolute;left:0;right:0;bottom:74px;height:74px;background:#fff;display:flex;justify-content:center;align-items:center;gap:34px;border-top:1px solid #F1F1F3;z-index:15}.round{width:51px;height:51px;border-radius:50%;background:#fff;border:1px solid #E8E8ED;display:grid;place-items:center;box-shadow:0 5px 16px rgba(0,0,0,.08)}.round svg{width:23px;height:23px;fill:none;stroke-width:2}.round.reject svg{stroke:var(--red)}.round.star svg{stroke:var(--blue);fill:#EAF5FF}.round.like svg{stroke:var(--green)}
.bottomnav{position:absolute;left:0;right:0;bottom:0;height:74px;border-top:1px solid var(--line);background:#fff;display:flex;align-items:center;justify-content:space-around;z-index:20}.navitem{display:grid;justify-items:center;gap:3px;font-size:9px;color:#19191E}.navitem svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.6}.navitem.active{color:var(--purple)}
.match-overlay{position:absolute;inset:0;background:rgba(0,0,0,.78);backdrop-filter:blur(3px);z-index:50;display:none;align-items:center;justify-content:center;padding:22px}.match-overlay.show{display:flex}.match-modal{position:relative;width:100%;text-align:center;color:white}.overlay-close{position:absolute;right:0;top:-12px;border:0;background:none;color:white;font-size:26px}.match-art{width:180px;height:180px;object-fit:cover;border-radius:50%;border:8px solid #fff;margin-bottom:14px}.match-modal h1{font-size:30px;margin:0 0 6px}.match-modal p{font-size:12px}.linkbutton{display:block}.match-modal .secondary{color:#fff;background:transparent;border-color:#888;margin-top:9px}
.matches-list{padding:4px 14px 12px}.match-row{display:grid;grid-template-columns:44px 1fr auto 8px;gap:10px;align-items:center;padding:12px 0;border-bottom:1px solid #F1F1F3}.match-row img{width:44px;height:44px;border-radius:50%;object-fit:cover}.match-row strong{display:block;font-size:12px}.match-row p{font-size:10px;margin:3px 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:220px}.match-row small{font-size:9px;color:#999}.match-row b{width:7px;height:7px;background:var(--purple);border-radius:50%}
.chat-page{padding-bottom:142px}.chat-head{height:58px;display:grid;grid-template-columns:28px 38px 1fr 28px;gap:8px;align-items:center;padding:0 12px;border-bottom:1px solid var(--line)}.chat-head img{width:38px;height:38px;border-radius:50%;object-fit:cover}.chat-head div{display:grid}.chat-head strong{font-size:12px}.chat-head span{font-size:9px;color:#555}.chat-head i{display:inline-block;width:6px;height:6px;background:#22B778;border-radius:50%;margin-right:4px}.message-area{height:calc(100dvh - 58px - 142px);overflow:auto;padding:16px 14px;display:flex;flex-direction:column;gap:10px}.bubble{max-width:78%;padding:9px 11px;border-radius:11px;font-size:10px;line-height:1.4;display:grid;gap:5px}.bubble time{font-size:8px;opacity:.55;justify-self:end}.bubble.theirs{background:#F3F3F6;align-self:flex-start}.bubble.mine{background:var(--purple);color:#fff;align-self:flex-end}.composer{position:absolute;left:0;right:0;bottom:74px;height:68px;border-top:1px solid var(--line);display:flex;align-items:center;gap:8px;padding:10px 12px;background:#fff}.composer input{flex:1;height:40px;border:1px solid #E6E6EB;border-radius:8px;padding:0 11px;font-size:10px}.composer button{width:40px;height:40px;border:0;border-radius:7px;background:var(--purple);color:white;display:grid;place-items:center}.composer svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8}
.profile-brand{padding:20px 18px}.profile-page-card{margin:10px 18px;border:1px solid var(--line);border-radius:12px;padding:18px;text-align:center}.own-avatar{width:86px;height:86px;border-radius:50%;background:#F0E8FF;margin:auto;display:grid;place-items:center}.own-avatar span{font-size:30px;font-weight:800;color:var(--purple)}.profile-page-card h2{margin:10px 0 4px}.profile-page-card p{font-size:10px;color:var(--muted)}.slim{padding:10px}.settings-list{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:10px 18px}.settings-list button{height:84px;border:1px solid var(--line);background:#fff;border-radius:10px;display:grid;place-items:center;align-content:center;gap:7px;font-size:9px}.settings-list svg{width:22px;height:22px;fill:none;stroke:#111;stroke-width:1.6}.premium-card{margin:16px 18px;background:#F2E9FF;border-radius:12px;padding:14px;display:grid;grid-template-columns:38px 1fr auto;gap:10px;align-items:center}.premium-card img{width:38px}.premium-card strong{font-size:11px}.premium-card p{font-size:9px;margin:3px 0 0;color:#5A4B79}.premium-card button{border:0;border-radius:6px;background:var(--purple);color:#fff;padding:8px 10px;font-size:9px}
@media(min-width:700px){body{display:grid;place-items:center;min-height:100vh;padding:24px;background:#F4F4F7}.app-shell{height:min(900px,calc(100vh - 48px));min-height:760px;border-radius:20px;box-shadow:0 20px 60px rgba(0,0,0,.12);border:1px solid var(--line)}.screen{min-height:100%;height:100%;overflow:auto}.discover-scroll{height:calc(100% - 44px - 74px - 74px)}.message-area{height:calc(100% - 58px - 142px)}}

/* v6 */
.type-carousel{position:relative;overflow:hidden;margin:14px -24px 0;padding:0 60px}
.type-track{display:flex;gap:14px;transition:transform .34s cubic-bezier(.22,.8,.2,1);will-change:transform;touch-action:pan-y}
.type-card{flex:0 0 270px;opacity:.32;transform:scale(.88);transition:.25s;border:1px solid var(--line);border-radius:12px;background:#fff;overflow:hidden}
.type-card.active{opacity:1;transform:scale(1)}
.type-visual{height:265px;display:grid;place-items:center;overflow:hidden}
.type-visual svg{width:100%;height:100%;display:block}
.type-copy{padding:15px 18px;text-align:center}
.type-copy h3{font-size:18px;margin:0 0 7px}
.type-copy p{font-size:11px;line-height:1.45;margin:0;color:#333}
.carousel-arrow{top:126px}
.dots i{display:block;width:8px;height:8px;border-radius:50%;background:#D7D7DD}
.dots i.active{background:var(--purple)}
.selected-type{text-align:center;font-size:10px;color:#777;margin:-12px 0 18px}
.selected-type strong{color:var(--purple)}
.interest-card svg{display:block;overflow:visible}

/* V7 functional white direction */
:root{--purple:#6727D8;--purple2:#813DF0;--ink:#101014;--muted:#676772;--line:#E9E9EE;--soft:#F8F7FB}
body{background:#F3F3F6}
h1,h2,h3,.type-copy h3,.profile-title h1,.match-modal h1{font-family:Impact,"Arial Black",Inter,-apple-system,sans-serif;font-weight:900;letter-spacing:.01em}
.screen h2{font-size:27px;line-height:1.04;text-transform:uppercase}
.welcome-copy h1{font-size:38px;line-height:.98}
.welcome-copy h1 span{font-size:39px}
.primary{border-radius:8px;font-size:13px;text-transform:uppercase;letter-spacing:.02em;padding:14px 16px}
.type-photo{height:285px;background:#F4F4F6;overflow:hidden}
.type-photo img{width:100%;height:100%;object-fit:cover;object-position:center 42%;display:block}
.type-copy h3{font-size:21px;text-transform:uppercase}
.exclusive-toggle>div{display:grid;gap:4px}.exclusive-toggle small{font-size:9px;color:var(--muted)}
.exclusive-form{display:block}.exclusive-form.hidden{display:none}
.field span em{font-weight:400;color:#9A9AA2}
.challenge-preview{display:flex;gap:12px;align-items:center;padding:13px;background:#F8F6FC;border-radius:9px;margin:14px 0}
.preview-lock{width:42px;height:42px;border-radius:50%;background:#fff;display:grid;place-items:center;color:var(--purple);border:1px solid #E4D9FA}
.preview-lock svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7}
.challenge-preview strong{font-size:11px}.challenge-preview p{font-size:9px;margin:3px 0 0;color:var(--muted)}

.discover-scroll{background:#fff}
.big-photo{height:405px;position:relative;overflow:hidden;background:#EEE}
.big-photo img{width:100%;height:100%;object-fit:cover}
.profile-body{padding:16px 18px}
.profile-title h1{font-size:31px;text-transform:uppercase}
.hero-quote{font-family:Impact,"Arial Black",sans-serif;font-size:26px;line-height:1.15;margin:22px 0;color:#16161A}
.profile-section{padding:17px 0;border-top:1px solid var(--line)}
.profile-section h4{font-family:Impact,"Arial Black",sans-serif;font-size:17px;text-transform:uppercase;margin-bottom:9px}
.profile-section p{font-size:13px;line-height:1.55}
.profile-media{margin:8px -18px 18px}
.wide-profile-image{display:block;width:100%;height:330px;object-fit:cover}
.wide-profile-image.tall{height:440px}
.media-caption{padding:10px 18px 0;display:grid;gap:3px}
.media-caption strong{font-size:11px}.media-caption span{font-size:9px;color:var(--muted)}
.video-card{height:325px;position:relative;border-radius:9px;overflow:hidden;background:#111}
.video-card video{width:100%;height:100%;object-fit:cover}
.video-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:58px;height:58px;border-radius:50%;background:#ffffffE8;border:0;box-shadow:0 6px 25px rgba(0,0,0,.2)}
.video-play span{display:block;margin-left:5px;width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:16px solid var(--purple)}
.video-play.playing{opacity:0;pointer-events:none}
.video-label{position:absolute;left:12px;bottom:12px;background:#111C;color:white;border-radius:99px;padding:6px 9px;font-size:9px}
.quote-card{background:linear-gradient(135deg,#6D2ED6,#853EF1);color:white;border-radius:8px;padding:18px;margin:18px 0;display:grid;gap:6px}
.quote-card span{font-family:Impact,"Arial Black",sans-serif;font-size:18px;line-height:1.3}.quote-card small{opacity:.8}
.fact-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.fact-grid div{padding:13px;background:#F7F7FA;border:1px solid var(--line);border-radius:8px;display:grid;gap:4px}
.fact-grid small{font-size:8px;color:var(--muted);text-transform:uppercase}.fact-grid strong{font-size:11px}

.profile-lock{position:absolute;top:44px;left:0;right:0;bottom:148px;z-index:30;background:white;overflow:auto}
.profile-lock.hidden{display:none}
.lock-backdrop{height:250px;position:relative;overflow:hidden}
.lock-backdrop img{width:100%;height:100%;object-fit:cover;filter:blur(13px);transform:scale(1.08);opacity:.6}
.lock-backdrop:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent,#fff)}
.lock-sheet{padding:0 20px 25px;margin-top:-42px;position:relative;text-align:center}
.lock-round{width:62px;height:62px;border-radius:50%;background:#fff;border:1px solid #DDD;display:grid;place-items:center;margin:0 auto 12px;box-shadow:0 5px 20px rgba(0,0,0,.08)}
.lock-round svg{width:25px;height:25px;fill:none;stroke:#111;stroke-width:1.8}
.lock-sheet h2{font-family:Impact,"Arial Black";font-size:25px;line-height:1.05;text-transform:uppercase}
.lock-sheet>p{font-size:11px;line-height:1.5;color:var(--muted)}
.lock-kicker{margin:0 0 7px!important;color:var(--purple)!important;font-size:9px!important;font-weight:800;letter-spacing:.14em}
.lock-person{margin:-2px auto 14px;max-width:250px}
.lock-question{display:grid;text-align:left;border:1px solid #E4E4E9;border-radius:8px;padding:12px;margin:14px 0;background:#FAFAFC}
.lock-question span{font-size:8px;text-transform:uppercase;color:var(--muted);margin-bottom:5px}.lock-question strong{font-size:13px;line-height:1.4}
.lock-hint{display:block;text-align:left;font-size:9px;color:var(--muted);margin:-5px 0 12px}
.lock-error{background:#FFF1F3;border:1px solid #F3BAC3;color:#C63F55;padding:10px;border-radius:7px;font-size:10px;margin:10px 0}
.lock-error.hidden{display:none}
.text-button{border:0;background:none;color:var(--purple);font-weight:700;font-size:10px;margin-top:12px}
.dark-field input{background:#fff}

.match-kicker{font-family:Impact,"Arial Black";font-size:17px;color:#CDAFFF;letter-spacing:.05em}
.match-duo{display:flex;justify-content:center;align-items:center;margin:22px 0}
.match-duo>*{width:108px;height:108px;border-radius:50%;border:4px solid #fff;object-fit:cover;box-shadow:0 0 0 3px var(--purple)}
.own-circle{background:#F0E7FF;color:var(--purple);display:grid;place-items:center;font-family:Impact;font-size:36px;margin-right:-15px;z-index:2}
.match-duo img{margin-left:-4px}
.match-modal h1{font-size:31px;text-transform:uppercase}

.profile-top{display:flex;justify-content:space-between;align-items:center;padding:18px}
.outline-button{border:1px solid var(--line);background:#fff;border-radius:7px;padding:8px 12px;font-weight:700}
.own-profile-scroll{height:calc(100dvh - 74px);overflow:auto;padding-bottom:80px}
.own-cover{text-align:center;padding:22px 18px;background:linear-gradient(#F7F3FF,#fff)}
.own-avatar-large{width:112px;height:112px;border-radius:50%;background:#EADFFF;color:var(--purple);display:grid;place-items:center;margin:auto;font-family:Impact;font-size:42px;overflow:hidden}
.own-avatar-large img{width:100%;height:100%;object-fit:cover}
.own-cover h1{font-size:30px;margin:12px 0 4px}.own-cover p{font-size:11px;color:var(--muted)}
.own-section{padding:17px 18px;border-top:1px solid var(--line)}.own-section h3{font-size:20px;text-transform:uppercase;margin-bottom:10px}
.challenge-status-card{display:flex;gap:12px;align-items:center;border:1px solid var(--line);padding:13px;border-radius:9px}
.status-icon{width:42px;height:42px;border-radius:50%;background:#F1E8FF;display:grid;place-items:center;color:var(--purple)}
.status-icon svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7}
.challenge-status-card strong{font-size:11px}.challenge-status-card p{font-size:9px;margin:4px 0 0;color:var(--muted)}

@media(min-width:700px){
 .big-photo{height:430px}
 .profile-lock{bottom:148px}
 .own-profile-scroll{height:calc(100% - 74px)}
}

/* Floating match controls: profile scrolls behind the actions. */
.discover-scroll{
 height:calc(100dvh - 44px - 74px);
 overscroll-behavior:contain;
}
.profile-bottom-spacer{height:112px}
.floating-actions{
 bottom:118px;
 height:0;
 background:none!important;
 border:0!important;
 box-shadow:none!important;
 pointer-events:none;
 overflow:visible;
}
.floating-actions .round{
 width:54px;
 height:54px;
 background:rgba(255,255,255,.96);
 border-color:rgba(225,225,232,.9);
 box-shadow:0 10px 28px rgba(20,14,32,.18),0 2px 7px rgba(20,14,32,.09);
 backdrop-filter:blur(10px);
 pointer-events:auto;
 transition:transform .16s ease,box-shadow .16s ease;
}
.floating-actions .round:active{
 transform:scale(.92);
 box-shadow:0 4px 13px rgba(20,14,32,.16);
}
@media(min-width:700px){
 .discover-scroll{height:calc(100% - 44px - 74px)}
}

/* Geek type carousel: focused center card with visible side previews. */
.type-carousel{padding-left:60px;padding-right:60px;justify-content:flex-start}
.type-card{
 opacity:.68;
 transform:scale(.84);
 filter:blur(1.6px) saturate(.72);
 border-color:#DDD8E8;
 box-shadow:none;
 transition:opacity .28s ease,transform .32s cubic-bezier(.22,.8,.2,1),filter .28s ease,box-shadow .28s ease,border-color .28s ease;
}
.type-card.active{
 opacity:1;
 transform:scale(1);
 filter:none;
 border-color:rgba(103,39,216,.48);
 box-shadow:0 14px 34px rgba(68,35,113,.18),0 2px 8px rgba(32,20,48,.08);
}
.type-card:not(.active) .type-copy{opacity:.72}
.type-carousel .carousel-arrow.left{left:12px}
.type-carousel .carousel-arrow.right{right:12px}
.type-card[aria-current="true"]{opacity:1;transform:scale(1);filter:none;border-color:rgba(103,39,216,.48);box-shadow:0 14px 34px rgba(68,35,113,.18),0 2px 8px rgba(32,20,48,.08)}
.type-card:not([aria-current="true"]){opacity:.72;transform:scale(.86);filter:blur(.8px) saturate(.8)}

/* Step 3 proportions follow the compact 390px reference screen. */
#exclusive{padding:24px 20px 28px}
#exclusive .stepbar{margin-bottom:24px}
#exclusive h2{font-size:clamp(21px,6.4vw,25px);line-height:1;margin-bottom:6px;white-space:nowrap}
#exclusive>.sub{max-width:340px;margin:0 auto 20px;font-size:12px;line-height:1.45}
#exclusive .exclusive-toggle{min-height:59px;margin:0 0 14px;padding:12px 14px;border-radius:9px}
#exclusive .exclusive-toggle strong{font-size:13px}
#exclusive .exclusive-toggle small{font-size:10px;line-height:1.35}
#exclusive .field{gap:6px;margin:11px 0}
#exclusive .field span{font-size:11px}
#exclusive .field input{height:42px;border-radius:8px;padding:0 12px;font-size:16px}
#exclusive .challenge-preview{min-height:69px;margin:14px 0;padding:13px;border-radius:9px}
#exclusive .challenge-preview strong{font-size:12px}
#exclusive .challenge-preview p{font-size:10px;line-height:1.35}
#exclusive>.primary{height:44px;margin-top:0}

/* Discover follows the compact reference card: one profile per viewport. */
.discover-scroll{overflow:hidden}
.big-photo{height:clamp(340px,58dvh,500px);isolation:isolate}
.big-photo>img{object-position:center 32%}
.big-photo:after{
 content:"";
 position:absolute;
 z-index:1;
 inset:auto 0 0;
 height:42%;
 background:linear-gradient(transparent,rgba(8,7,12,.82));
 pointer-events:none;
}
.photo-count{z-index:3;background:rgba(12,10,16,.82);box-shadow:0 2px 8px rgba(0,0,0,.18)}
.photo-profile-copy{position:absolute;z-index:2;left:18px;right:18px;bottom:16px;color:#fff;text-shadow:0 2px 9px rgba(0,0,0,.72)}
.photo-profile-copy .profile-title{gap:7px}
.photo-profile-copy .profile-title h1{color:#fff;font-size:30px}
.photo-profile-copy .verified{color:#cdafff;text-shadow:0 1px 6px rgba(0,0,0,.8)}
.photo-profile-copy .meta{color:rgba(255,255,255,.92);margin:5px 0 0;font-size:10px}
.profile-body{padding:12px 18px 0}
.profile-body>:not(.profile-interests):not(.profile-bottom-spacer){display:none}
.profile-body>.video-section{display:none!important}
.profile-body .profile-interests{display:block;border-top:0;padding:0;margin:0}
.profile-body .profile-interests h4{font-size:14px;margin-bottom:8px}
.profile-body .profile-interests .chips{gap:6px}
.profile-body .profile-interests .chips span{background:#fff;padding:5px 8px}
.profile-body .profile-bottom-spacer{height:0}
.profile-lock .lock-backdrop{height:240px}
.profile-lock .lock-backdrop img{filter:blur(2px);transform:scale(1.015);opacity:.9;object-position:center 30%}
.profile-lock .lock-backdrop:after{background:linear-gradient(transparent 50%,#fff)}
.app-page:has(.profile-lock:not(.hidden)) .profile-lock{bottom:74px}
.app-page:has(.profile-lock:not(.hidden)) .floating-actions{opacity:0;pointer-events:none}
@media(max-height:700px){
 .floating-actions{bottom:114px}
 .profile-body .profile-interests h4{display:none}
 .profile-body{padding-top:10px}
}

/* Extended partner profile. */
.discover-scroll{overflow-y:auto;scroll-behavior:smooth}
.big-photo{height:clamp(360px,52dvh,440px)}
.profile-body{padding:16px 18px 0}
.profile-body>.hero-quote{display:block!important}
.profile-body>.profile-section{display:block!important}
.profile-body>.profile-media{display:block!important}
.profile-body>.quote-card{display:grid!important}
.profile-body>.profile-interests{padding:17px 0;border-top:1px solid var(--line)}
.profile-body>.profile-interests h4{display:block;font-size:17px;margin-bottom:9px}
.profile-body>.profile-bottom-spacer{display:block;height:112px}
.profile-prompts{display:grid;gap:9px}
.profile-prompts article{padding:14px;border-radius:10px;background:#f8f7fb;border:1px solid var(--line)}
.profile-prompts small{display:block;margin-bottom:6px;color:var(--purple);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}
.profile-prompts p{margin:0;font-size:12px;line-height:1.5}
.relationship-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}
.relationship-tags span{padding:6px 9px;border-radius:99px;background:#f1e9ff;color:#5620bd;font-size:9px;font-weight:700}
.answer-card{padding:16px;border-radius:10px;background:linear-gradient(135deg,#17131f,#2d1948);color:#fff;font-size:13px;line-height:1.55;box-shadow:0 8px 22px rgba(34,18,55,.13)}
.profile-media .media-caption{padding-bottom:4px}
