.leads-page{isolation:isolate;background:radial-gradient(circle at 50% 18%, hsl(var(--primary) / .24), transparent 34%), linear-gradient(145deg, #10061e, #1c0b2d 55%, #0d041a);place-items:center;min-height:100vh;padding:48px 24px;display:grid;position:relative;overflow:hidden}.leads-page:before{content:"";z-index:-2;opacity:.16;background-image:linear-gradient(hsl(var(--foreground) / .08) 1px, transparent 1px), linear-gradient(90deg, hsl(var(--foreground) / .08) 1px, transparent 1px);background-size:72px 72px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 80%);mask-image:linear-gradient(#000,#0000 80%)}.leads-page__glow{z-index:-1;filter:blur(100px);opacity:.17;pointer-events:none;border-radius:50%;width:420px;height:420px;position:absolute}.leads-page__glow--top{background:hsl(var(--accent));top:-210px;right:-100px}.leads-page__glow--bottom{background:hsl(var(--primary-glow));bottom:-240px;left:-120px}.leads-page__content{text-align:center;width:min(100%,780px)}.leads-page__brand-name{width:fit-content;color:hsl(var(--foreground));letter-spacing:-.04em;margin:0 auto 52px;font-family:Poppins,Inter,sans-serif;font-size:54px;font-weight:800;display:block}.leads-page__brand-name span{color:hsl(var(--accent))}.leads-page__brand-logo{width:fit-content;margin:72px auto 0;display:block}.leads-page__brand-logo img{object-fit:contain;width:112px;height:112px;filter:drop-shadow(0 0 24px hsl(var(--primary-glow) / .45));animation:3.2s ease-in-out infinite leads-logo-float}.leads-page__eyebrow{border:1px solid hsl(var(--accent) / .3);background:hsl(var(--accent) / .08);color:hsl(var(--accent));letter-spacing:.12em;text-transform:uppercase;border-radius:999px;margin:0 0 42px;padding:14px 24px;font-size:clamp(22px,3vw,30px);font-weight:800;display:inline-flex}@keyframes leads-logo-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.leads-page h1{max-width:760px;color:hsl(var(--foreground));letter-spacing:-.055em;margin:0 auto;font-family:Poppins,Inter,sans-serif;font-size:clamp(40px,7vw,70px);font-weight:800;line-height:1.04}.leads-page__subtitle{max-width:570px;color:hsl(var(--muted-foreground));margin:46px auto 0;font-size:clamp(17px,2vw,20px);line-height:1.65}.leads-page__form{max-width:640px;margin:62px auto 0}.leads-page .sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.leads-page__form-row{border:1px solid hsl(var(--foreground) / .12);background:hsl(var(--card) / .76);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:18px;gap:10px;padding:7px;display:flex;box-shadow:0 24px 80px #07010f6b}.leads-page__form input{min-width:0;color:hsl(var(--foreground));font:inherit;background:0 0;border:0;outline:0;flex:1;padding:0 18px;font-size:16px}.leads-page__form input::placeholder{color:hsl(var(--muted-foreground) / .72)}.leads-page__form input:focus-visible{box-shadow:inset 0 0 0 2px hsl(var(--primary) / .7);border-radius:12px}.leads-page__form button{background:var(--gradient-accent);min-height:54px;color:hsl(var(--accent-foreground));font:inherit;cursor:pointer;box-shadow:0 10px 30px hsl(var(--accent) / .2);border:0;border-radius:12px;flex:none;justify-content:center;align-items:center;gap:9px;padding:0 24px;font-weight:800;transition:transform .18s,box-shadow .18s,opacity .18s;display:inline-flex}.leads-page__form button:hover:not(:disabled){box-shadow:0 14px 34px hsl(var(--accent) / .3);transform:translateY(-2px)}.leads-page__form button:disabled{cursor:wait;opacity:.7}.leads-page__message{justify-content:center;align-items:center;gap:7px;margin:16px 0 0;font-size:14px;display:flex}.leads-page__message--success{color:hsl(var(--like))}.leads-page__message--error{color:hsl(var(--dislike))}.leads-page__note{color:hsl(var(--muted-foreground) / .72);margin:30px 0 0;font-size:13px}.leads-page__footer{color:hsl(var(--muted-foreground) / .62);letter-spacing:.02em;margin-top:28px;font-size:12px}@media (width<=620px){.leads-page{padding:32px 18px}.leads-page__brand-name{margin-bottom:38px;font-size:32px}.leads-page__brand-logo{margin-top:54px}.leads-page__brand-logo img{width:96px;height:96px}.leads-page__form-row{flex-direction:column;padding:8px}.leads-page__eyebrow{margin-bottom:32px}.leads-page__subtitle{margin-top:34px}.leads-page__form{margin-top:46px}.leads-page__form input{text-align:center;min-height:54px;padding:0 14px}.leads-page__form button{width:100%}.leads-page__footer{margin-top:22px}}@media (prefers-reduced-motion:reduce){.leads-page__form button,.leads-page__brand-logo img{transition:none;animation:none}}@media (width>=640px){.room__lobby-grid{grid-template-columns:1fr 1fr}}@media (width>=640px){.room__row{grid-template-columns:1fr 1fr}}:root{--background:265 60% 8%;--foreground:50 100% 96%;--card:265 50% 12%;--card-foreground:50 100% 96%;--primary:270 85% 62%;--primary-foreground:50 100% 98%;--primary-glow:280 95% 72%;--primary-deep:265 80% 35%;--accent:48 100% 60%;--accent-foreground:265 70% 12%;--accent-glow:52 100% 68%;--secondary:265 40% 18%;--secondary-foreground:50 100% 96%;--muted:265 35% 18%;--muted-foreground:270 25% 75%;--like:145 70% 50%;--dislike:350 90% 62%;--border:270 40% 22%;--radius:1rem;--gradient-hero:radial-gradient(ellipse at top, #730da599, transparent 60%), radial-gradient(ellipse at bottom right, #ffcc0026, transparent 50%), linear-gradient(180deg, #17092a, #0e051a);--gradient-primary:linear-gradient(135deg, hsl(var(--primary)), hsl(var(--primary-glow)));--gradient-accent:linear-gradient(135deg, hsl(var(--accent)), hsl(var(--accent-glow)));--gradient-card:linear-gradient(160deg, #2e1745cc, #170a29e6);--gradient-spotlight:radial-gradient(circle at 50% 0%, hsl(var(--accent) / .25), transparent 70%);--shadow-glow:0 0 60px hsl(var(--primary-glow) / .5);--shadow-accent-glow:0 0 40px hsl(var(--accent) / .4);--shadow-card:0 20px 60px -20px #090113cc;--shadow-elegant:0 30px 80px -20px #4d089199;--transition-smooth:all .4s cubic-bezier(.22, 1, .36, 1)}*,:before,:after{box-sizing:border-box}*{border-color:hsl(var(--border))}html,body,#root{min-height:100%}body{background:var(--gradient-hero);color:hsl(var(--foreground));-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;background-attachment:fixed;margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}h1,h2,h3,h4{letter-spacing:-.02em;margin:0;font-family:Poppins,Inter,sans-serif}p{margin:0}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font:inherit;cursor:pointer;color:inherit;background:0 0;border:none}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}.text-accent{color:hsl(var(--accent))}.text-muted{color:hsl(var(--muted-foreground))}.text-gradient-accent{background:var(--gradient-accent);color:#0000;-webkit-background-clip:text;background-clip:text}.page{min-height:100vh}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 30px hsl(var(--accent) / .4)}50%{box-shadow:0 0 60px hsl(var(--accent) / .7)}}@keyframes fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes swipe-left{to{opacity:0;transform:translate(-150%)rotate(-20deg)}}@keyframes swipe-right{to{opacity:0;transform:translate(150%)rotate(20deg)}}.animate-float{animation:4s ease-in-out infinite float}.animate-pulse-glow{animation:2.5s ease-in-out infinite pulse-glow}.animate-fade-up{animation:.8s cubic-bezier(.22,1,.36,1) both fade-up}.animate-fade-up--delay-1{animation-delay:.15s}.animate-swipe-left{animation:.4s forwards swipe-left}.animate-swipe-right{animation:.4s forwards swipe-right}.btn{white-space:nowrap;transition:var(--transition-smooth);-webkit-user-select:none;user-select:none;cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;font-family:inherit;font-weight:600;line-height:1;display:inline-flex}.btn:disabled{opacity:.5;pointer-events:none;cursor:not-allowed}.btn svg{flex-shrink:0;width:1.1em;height:1.1em}.btn--sm{height:2.25rem;padding:0 .9rem;font-size:.875rem}.btn--md{height:2.75rem;padding:0 1.25rem;font-size:.95rem}.btn--xl{border-radius:.85rem;height:3.5rem;padding:0 2.25rem;font-size:1rem;font-weight:700}.btn--hero{background:var(--gradient-accent);color:hsl(var(--accent-foreground));box-shadow:var(--shadow-accent-glow);font-weight:800}.btn--hero:hover{transform:scale(1.05)}.btn--glow{background:var(--gradient-primary);color:hsl(var(--primary-foreground));box-shadow:var(--shadow-glow)}.btn--glow:hover{transform:scale(1.05)}.btn--glass{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:hsl(var(--foreground));background:#ffffff0d;border:1px solid #ffffff26}.btn--glass:hover{background:#ffffff1a}.btn--default{background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.btn--default:hover{background:hsl(var(--primary) / .9)}.section{padding:3rem 0}.section__eyebrow{color:hsl(var(--accent));margin-bottom:2rem;font-weight:600}.section__title{font-size:clamp(2rem,4vw,3rem);font-weight:700}.section__head--left{max-width:36rem;margin-bottom:3.5rem}.section__head--center{text-align:center;max-width:36rem;margin:0 auto 3.5rem}.section__lead{color:hsl(var(--muted-foreground));margin-top:1rem}.card-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=768px){.card-grid--3{grid-template-columns:repeat(3,1fr)}.card-grid--2,.card-grid--4{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.card-grid--4{grid-template-columns:repeat(4,1fr)}}.card{background:var(--gradient-card);box-shadow:var(--shadow-card);transition:var(--transition-smooth);border:1px solid #ffffff0d;border-radius:1rem;padding:1.75rem}.card--hover-lift:hover{border-color:hsl(var(--primary) / .3);transform:translateY(-4px)}.card--hover-accent:hover{border-color:hsl(var(--accent) / .4)}.card__icon-box{background:hsl(var(--primary) / .15);width:3rem;height:3rem;color:hsl(var(--primary-glow));border-radius:.75rem;place-items:center;margin-bottom:1.25rem;display:grid}.card__icon-box svg{width:1.5rem;height:1.5rem}.card__title{margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.card__title--tight{margin-bottom:.375rem}.card__text{color:hsl(var(--muted-foreground))}.card__text--sm{font-size:.875rem}.navbar{z-index:50;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:hsl(var(--background) / .4);border-bottom:1px solid #ffffff0d;position:fixed;top:0;left:0;right:0}.navbar__nav{justify-content:space-between;align-items:center;height:4rem;display:flex}.navbar__brand{align-items:center;gap:.5rem;display:flex}.navbar__logo{width:36px;height:36px;filter:drop-shadow(0 0 12px hsl(var(--accent) / .5))}.navbar__brand-text{letter-spacing:-.02em;font-size:1.25rem;font-weight:800}.navbar__brand-accent{color:hsl(var(--accent))}.navbar__links{color:hsl(var(--muted-foreground));scroll-behavior:smooth;gap:2rem;font-size:.875rem;font-weight:800;display:none}.navbar__links a{transition:var(--transition-smooth)}.navbar__links a:hover{color:hsl(var(--foreground))}@media (width>=768px){.navbar__links{align-items:center;display:flex}}.navbar__actions{align-items:center;gap:.5rem;display:flex}.hero{padding:8rem 0 6rem;position:relative;overflow:hidden}.hero__spotlight{background:var(--gradient-spotlight);pointer-events:none;position:absolute;inset:0}.hero__grid{grid-template-columns:1fr;align-items:center;gap:3rem;display:grid;position:relative}@media (width>=1024px){.hero__grid{grid-template-columns:1fr 1fr}}.hero__badge{color:hsl(var(--accent));background:#ffffff0d;border:1px solid #ffffff1a;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.375rem 1rem;font-size:.75rem;font-weight:800;display:inline-flex}.hero__h1{margin-bottom:1.5rem;font-size:clamp(2.75rem,6vw,4.5rem);font-weight:800;line-height:1.05}.hero__lead{color:hsl(var(--muted-foreground));max-width:36rem;margin-bottom:2rem;font-size:1.125rem}.hero__actions{flex-wrap:wrap;gap:1rem;display:flex}.hero__stats{color:hsl(var(--muted-foreground));align-items:center;gap:1.5rem;margin-top:2.5rem;font-size:.875rem;display:flex}.hero__stat-num{color:hsl(var(--foreground));font-size:1.5rem;font-weight:700;display:block}.hero__divider{background:hsl(var(--border));width:1px;height:2rem}.hero__media{position:relative}.hero__frame{box-shadow:var(--shadow-elegant);border:1px solid #ffffff1a;border-radius:1.5rem;position:relative;overflow:hidden}.hero__frame img{width:100%;height:auto}.hero__fade{background:linear-gradient(to top, hsl(var(--background)), hsl(var(--background) / .3) 50%, transparent);position:absolute;inset:0}.hero__float-logo{width:8rem;filter:drop-shadow(0 10px 40px hsl(var(--accent) / .5));position:absolute;top:-2rem;right:-1.5rem}@media (width>=768px){.hero__float-logo{width:10rem}}.hero__match-card{background:var(--gradient-card);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:var(--shadow-card);border:1px solid #ffffff1a;border-radius:1rem;align-items:center;gap:.75rem;padding:1rem;display:flex;position:absolute;bottom:-1.5rem;left:-1.5rem}.hero__match-icon{background:var(--gradient-accent);width:2.5rem;height:2.5rem;color:hsl(var(--accent-foreground));border-radius:9999px;place-items:center;font-weight:700;display:grid}.hero__match-label{color:hsl(var(--muted-foreground));font-size:.75rem}.hero__match-title{font-weight:600}.features__row{gap:1.25rem;display:flex}.features__icon{background:var(--gradient-primary);width:3.5rem;height:3.5rem;box-shadow:var(--shadow-glow);transition:var(--transition-smooth);border-radius:1rem;flex-shrink:0;place-items:center;display:grid}.features__row:hover .features__icon{transform:scale(1.1)}.features__icon svg{width:1.75rem;height:1.75rem;color:hsl(var(--primary-foreground))}.how__card{position:relative}.how__badge{background:var(--gradient-accent);width:3rem;height:3rem;color:hsl(var(--accent-foreground));box-shadow:var(--shadow-accent-glow);border-radius:9999px;place-items:center;font-size:1.125rem;font-weight:800;display:grid;position:absolute;top:-1rem;right:-1rem}.how__icon{width:2rem;height:2rem;color:hsl(var(--primary-glow));margin-bottom:1rem}.cta{background:var(--gradient-card);box-shadow:var(--shadow-elegant);text-align:center;border:1px solid #ffffff1a;border-radius:1.5rem;padding:2.5rem;position:relative;overflow:hidden}@media (width>=768px){.cta{padding:4rem}}.cta__blob1{background:hsl(var(--primary) / .3);filter:blur(64px);border-radius:9999px;width:18rem;height:18rem;position:absolute;top:-5rem;left:-5rem}.cta__blob2{background:hsl(var(--accent) / .2);filter:blur(64px);border-radius:9999px;width:18rem;height:18rem;position:absolute;bottom:-5rem;right:-5rem}.cta__logo{width:5rem;margin:0 auto 1.5rem;position:relative}.cta__h2{margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:800;position:relative}.cta__lead{color:hsl(var(--muted-foreground));max-width:36rem;margin:0 auto 2rem;font-size:1.125rem;position:relative}.cta__actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex;position:relative}.footer{border-top:1px solid #ffffff0d;margin-top:2.5rem;padding:2.5rem 0}.footer__row{color:hsl(var(--muted-foreground));flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;font-size:.875rem;display:flex}@media (width>=768px){.footer__row{flex-direction:row}}.footer__brand{align-items:center;gap:.5rem;display:flex}.footer__brand strong{color:hsl(var(--foreground));font-weight:700}.footer__accent{color:hsl(var(--accent))}.footer__year{margin-left:.75rem}.footer__links{gap:1.5rem;display:flex}.footer__links a{transition:var(--transition-smooth)}.footer__links a:hover{color:hsl(var(--foreground))}.swipe__deck{max-width:24rem;height:520px;margin:0 auto;position:relative}.swipe__peek{opacity:.6;box-shadow:var(--shadow-card);border-radius:1.5rem;position:absolute;inset:0;transform:scale(.95)}.swipe__card{box-shadow:var(--shadow-elegant);border:1px solid #ffffff1a;border-radius:1.5rem;position:absolute;inset:0;overflow:hidden}.swipe__emoji{opacity:.4;place-items:center;font-size:8rem;display:grid;position:absolute;inset:0}.swipe__fade{background:linear-gradient(#0000,#0003 50%,#000c);position:absolute;inset:0}.swipe__info{color:#fff;padding:1.5rem;position:absolute;bottom:0;left:0;right:0}.swipe__meta{color:#fffc;align-items:center;gap:.5rem;margin-bottom:.25rem;font-size:.875rem;display:flex}.swipe__meta svg{width:1rem;height:1rem;fill:hsl(var(--accent));color:hsl(var(--accent))}.swipe__title{margin-bottom:.25rem;font-size:1.875rem;font-weight:800}.swipe__genre{color:#fffc;font-size:.875rem}.swipe__badge{border-style:solid;border-width:4px;border-radius:.5rem;padding:.5rem 1rem;font-size:1.5rem;font-weight:800;position:absolute;top:1.5rem}.swipe__badge--like{color:hsl(var(--like));border-color:hsl(var(--like));left:1.5rem;transform:rotate(-12deg)}.swipe__badge--nope{color:hsl(var(--dislike));border-color:hsl(var(--dislike));right:1.5rem;transform:rotate(12deg)}.swipe__match{z-index:10;background:hsl(var(--background) / .9);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid hsl(var(--accent) / .4);text-align:center;box-shadow:var(--shadow-accent-glow);border-radius:1.5rem;place-items:center;padding:1.5rem;display:grid;position:absolute;inset:0}.swipe__match-emoji{margin-bottom:.75rem;font-size:3.75rem}.swipe__match-label{color:hsl(var(--accent));margin-bottom:.25rem;font-weight:600}.swipe__match-title{margin-bottom:1rem;font-size:1.5rem;font-weight:700}.swipe__match-text{color:hsl(var(--muted-foreground));margin-bottom:1.5rem;font-size:.875rem}.swipe__controls{justify-content:center;gap:1.5rem;margin-top:2.5rem;display:flex}.swipe__fab{width:4rem;height:4rem;box-shadow:var(--shadow-card);transition:var(--transition-smooth);border:1px solid #ffffff1a;border-radius:9999px;place-items:center;display:grid}.swipe__fab:hover{transform:scale(1.1)}.swipe__fab svg{width:1.75rem;height:1.75rem}.swipe__fab--skip{background:var(--gradient-card);color:hsl(var(--dislike))}.swipe__fab--like{background:var(--gradient-accent);color:hsl(var(--accent-foreground));box-shadow:var(--shadow-accent-glow);border:none}.swipe__fab--like svg{fill:currentColor}.swipe__g--indigo{background:linear-gradient(135deg,#4338ca,#581c87)}.swipe__g--pink{background:linear-gradient(135deg,#db2777,#6b21a8)}.swipe__g--slate{background:linear-gradient(135deg,#334155,#2e1065)}.swipe__g--rose{background:linear-gradient(135deg,#f43f5e,#6d28d9)}.swipe__g--fuchsia{background:linear-gradient(135deg,#c026d3,#581c87)}.notfound{background:hsl(var(--muted));justify-content:center;align-items:center;min-height:100vh;display:flex}.notfound__box{text-align:center}.notfound__code{margin:0 0 1rem;font-size:2.25rem;font-weight:700}.notfound__text{color:hsl(var(--muted-foreground));margin:0 0 1rem;font-size:1.25rem}.notfound__link{color:hsl(var(--primary));text-decoration:underline}.notfound__link:hover{color:hsl(var(--primary) / .9)}.reset-password{place-items:center;min-height:100vh;padding:32px 16px;display:grid}.reset-password__panel{border:1px solid hsl(var(--border));width:min(100%,520px);box-shadow:var(--shadow-glow);background:#16042af0;border-radius:8px;padding:40px}.reset-password__brand{color:hsl(var(--foreground));justify-content:center;align-items:center;gap:10px;margin-bottom:28px;font-family:Poppins,Inter,sans-serif;font-size:24px;font-weight:800;display:flex}.reset-password__brand-text span{color:hsl(var(--accent))}.reset-password__title{margin-bottom:10px;font-size:34px}.reset-password__subtitle{color:hsl(var(--muted-foreground));margin-bottom:28px;font-size:18px}@media (width<=540px){.reset-password__panel{padding:28px 20px}.reset-password__title{font-size:28px}}.privacy{background:radial-gradient(circle at 15% 0%, hsl(var(--primary) / .18), transparent 34rem), hsl(var(--background));min-height:100vh;color:hsl(var(--foreground))}.privacy__header{z-index:10;background:hsl(var(--background) / .86);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid #ffffff0f;position:sticky;top:0}.privacy__nav{justify-content:space-between;align-items:center;gap:1rem;min-height:4rem;display:flex}.privacy__brand,.privacy__back{align-items:center;display:inline-flex}.privacy__brand{color:hsl(var(--foreground));letter-spacing:-.02em;gap:.55rem;font-size:1.25rem;font-weight:800}.privacy__brand img{filter:drop-shadow(0 0 12px hsl(var(--accent) / .45))}.privacy__brand span span,.privacy__eyebrow,.privacy__sections h2,.privacy__sections a{color:hsl(var(--accent))}.privacy__back{color:hsl(var(--muted-foreground));transition:var(--transition-smooth);gap:.4rem;font-size:.875rem;font-weight:600}.privacy__back:hover{color:hsl(var(--foreground))}.privacy__main{max-width:880px;padding-top:5rem;padding-bottom:4rem}.privacy__intro{margin-bottom:2.5rem}.privacy__icon{border:1px solid hsl(var(--accent) / .28);background:hsl(var(--accent) / .1);width:3.5rem;height:3.5rem;color:hsl(var(--accent));border-radius:50%;place-items:center;margin-bottom:1.25rem;display:grid}.privacy__eyebrow{letter-spacing:.18em;margin:0 0 .5rem;font-size:.75rem;font-weight:800}.privacy__intro h1{letter-spacing:-.04em;margin:0;font-size:clamp(2.5rem,7vw,4.25rem);line-height:1.05}.privacy__date{color:hsl(var(--muted-foreground));margin:.9rem 0 0;font-size:.9rem}.privacy__lead{max-width:720px;color:hsl(var(--muted-foreground));margin:1.4rem 0 0;font-size:1.1rem;line-height:1.75}.privacy__sections{gap:1rem;display:grid}.privacy__sections section{background:var(--gradient-card);box-shadow:var(--shadow-card);border:1px solid #ffffff1a;border-radius:1.25rem;padding:clamp(1.35rem,4vw,2rem)}.privacy__sections h2{margin:0 0 .8rem;font-size:1.35rem}.privacy__sections p,.privacy__sections li{color:hsl(var(--muted-foreground));line-height:1.75}.privacy__sections p{margin:0 0 .75rem}.privacy__sections p:last-child{margin-bottom:0}.privacy__sections ul{margin:.7rem 0 0;padding-left:1.3rem}.privacy__sections li+li{margin-top:.55rem}.privacy__sections strong{color:hsl(var(--foreground))}.privacy__sections a{font-weight:700}@media (width<=520px){.privacy__main{padding-top:3rem}.privacy__back{font-size:0}.privacy__back svg{width:22px;height:22px}}.modal-overlay{z-index:100;background:hsl(var(--background) / .7);place-items:center;padding:1rem;animation:.2s ease-out modal-fade;display:grid;position:fixed;inset:0}.modal{width:100%;max-width:26rem;box-shadow:var(--shadow-elegant);background:linear-gradient(#17092a,#0e051a);border:1px solid #ffffff14;border-radius:1rem;padding:2rem;animation:.25s cubic-bezier(.22,1,.36,1) modal-pop;position:relative}.modal__close{cursor:pointer;width:2rem;height:2rem;color:hsl(var(--muted-foreground));transition:var(--transition-smooth);background:0 0;border:none;border-radius:.5rem;place-items:center;display:grid;position:absolute;top:.75rem;right:.75rem}.modal__close:hover{color:hsl(var(--foreground));background:#ffffff0f}.modal__title{letter-spacing:-.02em;margin-bottom:.25rem;font-size:1.5rem;font-weight:800}.modal__subtitle{color:hsl(var(--muted-foreground));margin-bottom:1.5rem;font-size:.9rem}.modal__form{flex-direction:column;gap:1rem;display:flex}.modal__field{flex-direction:column;gap:.375rem;display:flex}.modal__help{justify-content:center;margin-top:.25rem;display:flex}.modal__forgot{padding:0;font-size:small}.modal__label{color:hsl(var(--muted-foreground));font-size:.8rem;font-weight:800}.modal__input{background:hsl(var(--background) / .6);border:1px solid hsl(var(--border));width:100%;height:2.75rem;color:hsl(var(--foreground));transition:var(--transition-smooth);border-radius:.6rem;padding:0 .875rem;font-family:inherit;font-size:.95rem}.modal__input:focus{border-color:hsl(var(--primary-glow));box-shadow:0 0 0 3px hsl(var(--primary) / .25);outline:none}.password-input{position:relative}.password-input__field{padding-right:2.875rem}.password-input__toggle{width:2rem;height:2rem;color:hsl(var(--muted-foreground));cursor:pointer;transition:var(--transition-smooth);background:0 0;border:0;border-radius:.4rem;place-items:center;padding:0;display:grid;position:absolute;top:50%;right:.5rem;transform:translateY(-50%)}.password-input__toggle:hover{color:hsl(var(--foreground));background:#ffffff0f}.password-input__toggle:focus-visible{outline:2px solid hsl(var(--primary-glow));outline-offset:1px}.modal__validation{margin:0;font-size:.75rem;font-weight:600}.modal__validation--success{color:#4eda88}.modal__validation--error{color:#f06a6a}.modal__consent{color:hsl(var(--muted-foreground));text-align:center;margin:0;font-size:.75rem;line-height:1.5}.modal__consent a{color:hsl(var(--accent));font-weight:700}.modal__consent a:hover{text-decoration:underline}.modal__submit{width:100%;margin-top:.5rem}.modal__footer{text-align:center;color:hsl(var(--muted-foreground));margin-top:1.25rem;font-size:.875rem}.modal__link{cursor:pointer;color:hsl(var(--accent));background:0 0;border:none;margin-left:.25rem;padding:0;font-family:inherit;font-size:small;font-weight:600}.modal__link:hover{text-decoration:underline}@keyframes modal-fade{0%{opacity:0}to{opacity:1}}@keyframes modal-pop{0%{opacity:0;transform:translateY(8px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.room-page{padding-top:5rem;padding-bottom:4rem}.room{max-width:880px}.room__back{color:hsl(var(--muted-foreground));transition:var(--transition-smooth);align-items:center;gap:.4rem;margin-bottom:1.5rem;font-size:.9rem;font-weight:800;display:inline-flex}.room__back:hover{color:hsl(var(--foreground))}.room__back svg{width:1rem;height:1rem}.room__panel{background:var(--gradient-card);box-shadow:var(--shadow-card);border:1px solid #ffffff0f;border-radius:1.25rem;padding:2rem}.room__panel--center{text-align:center}.room__title{margin-bottom:.5rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800}.room__h2{margin-bottom:.5rem;font-size:1.35rem;font-weight:700}.room__h3{text-transform:uppercase;letter-spacing:.05em;color:hsl(var(--muted-foreground));margin:1.5rem 0 .75rem;font-size:1rem;font-weight:700}.room__lead{color:hsl(var(--muted-foreground));margin-bottom:1.5rem;font-weight:600}.room__muted{color:hsl(var(--muted-foreground));font-size:.875rem;font-weight:800}.room__error{color:hsl(var(--dislike));margin-top:1rem;font-size:.9rem}.room__lobby-grid{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (width>=640px){.room__lobby-grid{grid-template-columns:1fr 1fr}}.room__card{background:#ffffff08;border:1px solid #ffffff0f;border-radius:1rem;flex-direction:column;gap:.75rem;padding:1.5rem;display:flex}.room__input{box-sizing:border-box;width:100%;color:hsl(var(--foreground));letter-spacing:.2em;text-align:center;transition:var(--transition-smooth);background:#0000004d;border:1px solid #ffffff1a;border-radius:.65rem;outline:none;padding:.75rem;font-family:inherit;font-size:1.25rem;font-weight:700}.room__input:focus{border-color:hsl(var(--accent))}.room__share{background:#00000040;border:1px solid #ffffff0f;border-radius:.85rem;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;padding:.85rem 1.1rem;display:flex}.room__code{letter-spacing:.25em;color:hsl(var(--accent));font-size:1.75rem;font-weight:800}.room__copy{color:hsl(var(--foreground));transition:var(--transition-smooth);background:#ffffff0f;border:1px solid #ffffff1a;border-radius:.5rem;align-items:center;gap:.4rem;padding:.5rem .85rem;font-size:.875rem;display:inline-flex}.room__copy:hover{background:#ffffff1f}.room__copy svg{width:1rem;height:1rem}.room__chips{flex-wrap:wrap;gap:.5rem;display:flex}.room__chip{color:hsl(var(--foreground));transition:var(--transition-smooth);background:#ffffff0d;border:1px solid #ffffff14;border-radius:9999px;padding:.5rem .9rem;font-size:.85rem}.room__chip:hover{border-color:hsl(var(--accent) / .4)}.room__chip--on{background:var(--gradient-accent);color:hsl(var(--accent-foreground));border-color:#0000;font-weight:700}.room__row{grid-template-columns:1fr;gap:1rem;margin-top:1.25rem;display:grid}@media (width>=640px){.room__row{grid-template-columns:1fr 1fr}}.room__field{flex-direction:column;gap:.4rem;display:flex}.room__label{color:hsl(var(--muted-foreground));text-transform:uppercase;letter-spacing:.05em;font-size:.8rem}.room__select{color:hsl(var(--foreground));background:#0000004d;border:1px solid #ffffff1a;border-radius:.65rem;outline:none;padding:.65rem .85rem;font-family:inherit;font-size:.95rem}.room__select:focus{border-color:hsl(var(--accent))}.room__participants{color:hsl(var(--muted-foreground));background:#ffffff0d;border-radius:9999px;align-items:center;gap:.5rem;margin-top:1.25rem;padding:.5rem .85rem;font-size:.875rem;display:inline-flex}.room__participants svg{width:1rem;height:1rem}.room__actions{flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;display:flex}.room__actions-center{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1.5rem;display:flex}.room__deck{max-width:22rem;height:480px;margin:1.25rem auto 0;position:relative}.room__movie{box-shadow:var(--shadow-elegant);background:#111;border:1px solid #ffffff14;border-radius:1.25rem;position:absolute;inset:0;overflow:hidden}.room__movie img{object-fit:cover;width:100%;height:100%;display:block}.room__movie-fallback{background:var(--gradient-primary);place-items:center;height:100%;font-size:6rem;display:grid}.room__movie-fade{background:linear-gradient(#0000,#0003 45%,#000000eb);position:absolute;inset:0}.room__movie-info{color:#fff;padding:1.25rem;position:absolute;bottom:0;left:0;right:0}.room__movie-overview{color:#ffffffd9;max-height:5.5rem;font-size:.85rem;line-height:1.4;transition:max-height .24s,color .2s;overflow:hidden}.room__movie-overview--clickable{cursor:pointer}.room__movie-overview--clickable:hover,.room__movie-overview--clickable:focus-visible{color:#fff}.room__movie-overview--clickable:focus-visible{outline-offset:4px;border-radius:.35rem;outline:2px solid #ffffffa6}.room__movie-overview--expanded{max-height:16rem;overflow-y:auto}.room__meta{color:#ffffffd9;align-items:center;gap:.4rem;margin-bottom:.4rem;font-size:.8rem;display:inline-flex}.room__meta svg{width:.95rem;height:.95rem;fill:hsl(var(--accent));color:hsl(var(--accent))}.room__movie-title{margin-bottom:.4rem;font-size:1.5rem;font-weight:800}.room__badge{z-index:5;border:4px solid;border-radius:.5rem;padding:.4rem .9rem;font-size:1.4rem;font-weight:800;position:absolute;top:1.25rem}.room__badge--like{color:hsl(var(--like));left:1.25rem;transform:rotate(-12deg)}.room__badge--nope{color:hsl(var(--dislike));right:1.25rem;transform:rotate(12deg)}.anim-left{animation:.35s forwards swipe-left}.anim-right{animation:.35s forwards swipe-right}.room__controls{justify-content:center;gap:1.5rem;margin-top:1.5rem;display:flex}.room__fab{width:4rem;height:4rem;box-shadow:var(--shadow-card);transition:var(--transition-smooth);border:1px solid #ffffff1a;border-radius:9999px;place-items:center;display:grid}.room__fab:hover{transform:scale(1.08)}.room__fab svg{width:1.6rem;height:1.6rem}.room__fab--skip{background:var(--gradient-card);color:hsl(var(--dislike))}.room__fab--like{background:var(--gradient-accent);color:hsl(var(--accent-foreground));box-shadow:var(--shadow-accent-glow);border:none}.room__fab--like svg{fill:currentColor}.room__match-emoji{margin-bottom:.5rem;font-size:3.5rem}.room__match-poster{max-width:220px;box-shadow:var(--shadow-elegant);border-radius:.85rem;margin:1.25rem auto 0;display:block}.room__empty{text-align:center;color:hsl(var(--muted-foreground));flex-direction:column;align-items:center;gap:1rem;padding:3rem 1rem;display:flex}.info-tooltip{text-align:center;border-radius:16px;width:100%;max-width:420px;padding:32px 24px;position:relative;box-shadow:0 10px 30px #0003}.info-tooltip__icon{margin-bottom:16px;font-size:80px;font-weight:700}.info-tooltip__message{font-size:20px;font-weight:800;line-height:1.5}.info-tooltip_success{background:hsl(var(--accent-foreground));color:#ffcc00e6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.info-tooltip_error{background:hsl(var(--accent-foreground));color:hsl(var(--foreground));-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}
