@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;1,400;1,500&display=swap";:root{--black:#090708;--black-soft:#100c0e;--black-card:#151012;--burgundy:#35151e;--burgundy-light:#54232f;--wine:#6f3040;--wine-light:#9c4056;--gold:#c7a45d;--gold-light:#e3c982;--gold-dark:#8c6d32;--cream:#f6efe4;--cream-dark:#d8c9b5;--white:#fffaf4;--muted:#9d9390;--muted-dark:#69615e;--success:#b9d98b;--nav-height:94px;--content-width:1450px;--ease:cubic-bezier(.22, 1, .36, 1);--z-bg:1;--z-content:5;--z-badge:8;--z-overlay:10;--z-header:20;--z-nav:50}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;width:100%;min-height:100%}body{background:var(--black);width:100%;min-height:100%;color:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:Inter,sans-serif;overflow-x:hidden}#root{width:100%;min-height:100vh}button,input,textarea,select{font:inherit}button{cursor:pointer;border:0}button:focus{outline:none}button:focus-visible,[tabindex]:focus-visible,a:focus-visible{outline:1px solid var(--gold-light);outline-offset:4px}.crush-app{background:radial-gradient(circle at 72% 42%,#6f304047,#0000 28%),radial-gradient(circle at 15% 75%,#c7a45d14,#0000 25%),radial-gradient(circle at 50% 100%,#54232f24,#0000 30%),linear-gradient(135deg,#090708 0%,#100b0d 48%,#0b0809 100%);width:100%;min-height:100vh;position:relative;overflow:hidden}.ambient{filter:blur(120px);pointer-events:none;opacity:.18;border-radius:50%;width:550px;height:550px;animation:9s ease-in-out infinite ambientPulse;position:absolute}.ambient-one{background:var(--burgundy-light);top:-280px;right:-180px}.ambient-two{background:var(--gold-dark);animation-delay:2s;bottom:-350px;left:-250px}@keyframes ambientPulse{0%,to{opacity:.14;transform:scale(1)}50%{opacity:.22;transform:scale(1.08)}}.orb{pointer-events:none;opacity:.7;border:1px solid #c7a45d1f;border-radius:50%;position:absolute}.orb-one{width:650px;height:650px;top:150px;right:-350px}.orb-two{width:400px;height:400px;bottom:-250px;left:-250px}.floating-heart{z-index:var(--z-bg);color:#c7a45d29;pointer-events:none;font-family:Georgia,serif;animation:7s ease-in-out infinite heartFloat;position:absolute}.heart-one{font-size:100px;top:25%;left:7%}.heart-two{font-size:42px;animation-delay:1.5s;top:18%;right:8%}.heart-three{font-size:55px;animation-delay:3s;bottom:9%;right:28%}@keyframes heartFloat{0%,to{transform:translateY(0)rotate(-8deg)}50%{transform:translateY(-18px)rotate(8deg)}}.navbar{z-index:var(--z-nav);width:100%;height:var(--nav-height);-webkit-backdrop-filter:blur(12px);background:#0907082e;border-bottom:1px solid #c7a45d21;justify-content:space-between;align-items:center;padding:0 clamp(20px,6.5vw,95px);display:flex;position:relative}.brand{flex-shrink:0;align-items:center;gap:12px;display:flex}.brand-star{width:30px;height:30px;color:var(--gold-light);transition:transform .35s var(--ease), border-color .35s ease;border:1px solid #c7a45d73;border-radius:50%;justify-content:center;align-items:center;font-size:13px;display:flex}.brand:hover .brand-star{border-color:var(--gold);transform:rotate(45deg)}.brand-name{letter-spacing:6px;color:var(--gold-light);font-family:Cormorant Garamond,serif;font-size:clamp(25px,2vw,29px);line-height:.8}.brand-subtitle{color:#6f6663;letter-spacing:2.5px;white-space:nowrap;margin-top:6px;font-size:9px}.nav-links{align-items:center;gap:clamp(20px,3vw,40px);margin-left:auto;margin-right:clamp(25px,4vw,55px);display:flex}.nav-links button{color:#8e8581;letter-spacing:1.6px;transition:color .3s ease, transform .3s var(--ease);background:0 0;padding:8px 0;font-size:10px;position:relative}.nav-links button:after{content:"";background:var(--gold);width:0;height:1px;transition:width .3s var(--ease);position:absolute;bottom:1px;left:0}.nav-links button:hover{color:var(--gold-light);transform:translateY(-1px)}.nav-links button:hover:after{width:100%}.sign-in-button{color:var(--gold-light);letter-spacing:1.8px;transition:background .3s ease, color .3s ease, transform .3s var(--ease), box-shadow .3s ease;background:#c7a45d08;border:1px solid #c7a45d99;flex-shrink:0;padding:12px 20px;font-size:9px;font-weight:600}.sign-in-button:hover{background:var(--gold);color:#17100d;transform:translateY(-2px);box-shadow:0 8px 25px #c7a45d2e}.sign-in-button:active{transform:translateY(0)scale(.97)}.hero{z-index:var(--z-content);width:100%;max-width:var(--content-width);grid-template-columns:minmax(0,.95fr) minmax(450px,1fr);align-items:center;gap:clamp(35px,5vw,80px);min-height:calc(100vh - 150px);margin:0 auto;padding:clamp(45px,6vh,75px) clamp(20px,6.5vw,95px) 70px;display:grid;position:relative}.hero-content{z-index:var(--z-content);animation:heroContentIn .9s var(--ease) both;padding-bottom:25px;position:relative}@keyframes heroContentIn{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}.hero-label{color:var(--gold);letter-spacing:3px;white-space:nowrap;align-items:center;gap:13px;margin-bottom:30px;font-size:9px;font-weight:600;display:flex}.label-line{background:var(--gold-dark);flex-shrink:0;width:30px;height:1px}.hero h1{letter-spacing:clamp(-4px,-.3vw,-2px);max-width:850px;color:var(--cream);margin:0;font-family:Cormorant Garamond,serif;font-size:clamp(64px,7vw,110px);font-weight:400;line-height:.82}.hero h1 span{color:var(--gold-light);font-style:italic}.hero-text{color:#958c89;max-width:470px;margin:38px 0 32px;font-size:13px;font-weight:300;line-height:1.9}.hero-actions{flex-wrap:wrap;align-items:center;gap:25px;display:flex}.primary-button{border:1px solid var(--gold);background:linear-gradient(135deg, var(--gold-light), var(--gold));color:#17100d;letter-spacing:1.6px;min-width:235px;transition:transform .35s var(--ease), box-shadow .35s ease, background .35s ease;justify-content:space-between;align-items:center;gap:35px;padding:17px 20px;font-size:9px;font-weight:600;display:flex}.primary-button strong{transition:transform .3s var(--ease);font-size:18px;font-weight:400}.primary-button:hover{background:var(--gold-light);transform:translateY(-4px);box-shadow:0 15px 35px #c7a45d38}.primary-button:hover strong{transform:translate(5px)}.primary-button:active{transform:translateY(-1px)scale(.98)}.secondary-button{color:#9a918d;letter-spacing:.8px;transition:color .3s ease, transform .3s var(--ease);background:0 0;border:none;align-items:center;gap:10px;padding:8px 0;font-size:10px;display:flex}.secondary-button:hover{color:var(--gold-light);transform:translate(3px)}.play-icon{width:28px;height:28px;color:var(--gold);transition:background .3s ease, transform .3s var(--ease);border:1px solid #c7a45d66;border-radius:50%;justify-content:center;align-items:center;font-size:8px;display:flex}.secondary-button:hover .play-icon{background:#c7a45d1a;transform:scale(1.08)}.social-proof{align-items:center;gap:16px;margin-top:48px;display:flex}.mini-avatars{padding-left:7px;display:flex}.mini-avatar{color:#fff;width:32px;height:32px;transition:transform .3s var(--ease), z-index 0s;border:2px solid #100b0d;border-radius:50%;justify-content:center;align-items:center;margin-left:-7px;font-size:8px;font-weight:600;display:flex}.mini-avatar:hover{z-index:var(--z-content);transform:translateY(-5px)scale(1.08)}.avatar-a{background:#795b4e}.avatar-b{background:#9b6e68}.avatar-c{background:#65504c}.avatar-d{background:var(--gold-dark)}.proof-text{flex-direction:column;display:flex}.stars{color:var(--gold);letter-spacing:2px;margin-bottom:3px;font-size:8px}.proof-text strong{color:#c5bbb6;font-size:9px;font-weight:500}.proof-text small{color:#69615e;margin-top:3px;font-size:8px}.hero-visual{min-height:620px;animation:visualIn 1s var(--ease) .15s both;justify-content:center;align-items:center;display:flex;position:relative}@keyframes visualIn{0%{opacity:0;transform:translateY(30px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.visual-ring{pointer-events:none;border:1px solid #c7a45d21;border-radius:50%;animation:8s ease-in-out infinite ringPulse;position:absolute}.ring-one{aspect-ratio:1;width:min(570px,85%);height:auto}.ring-two{aspect-ratio:1;border-color:#6f304040;width:min(460px,70%);height:auto;animation-delay:1.5s}@keyframes ringPulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.035)}}.profile-card{z-index:var(--z-content);width:min(355px,78vw);transition:transform .6s var(--ease), box-shadow .6s ease;background:linear-gradient(135deg,#efe4d4,#d8c9b5);padding:8px;position:relative;transform:rotate(3deg);box-shadow:0 40px 90px #000000a6,0 10px 30px #6f304026}.profile-card:hover{transform:rotate(0)translateY(-10px);box-shadow:0 50px 100px #000000b3,0 15px 40px #6f304033}.profile-photo{background:#382a29;width:100%;height:450px;position:relative;overflow:hidden}.profile-photo img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .8s var(--ease);display:block}.profile-card:hover .profile-photo img{transform:scale(1.04)}.photo-gradient{pointer-events:none;background:linear-gradient(#0000001f,#0000 40%,#000000b8);position:absolute;inset:0}.online-status{-webkit-backdrop-filter:blur(8px);color:#eee5dd;letter-spacing:1.5px;background:#00000047;border:1px solid #ffffff2e;align-items:center;gap:6px;padding:7px 10px;font-size:9px;display:flex;position:absolute;top:17px;right:17px}.online-status span{background:var(--success);width:6px;height:6px;box-shadow:0 0 10px var(--success);border-radius:50%;animation:2s ease-in-out infinite onlinePulse}@keyframes onlinePulse{0%,to{box-shadow:0 0 5px var(--success)}50%{box-shadow:0 0 14px var(--success)}}.photo-top-label{color:#ffffffe6;letter-spacing:3px;font-family:Cormorant Garamond,serif;font-size:14px;position:absolute;top:18px;left:18px}.profile-location{color:#ffffffc7;letter-spacing:1.5px;font-size:9px;position:absolute;bottom:19px;left:20px}.profile-location span{color:var(--gold-light);margin-right:6px;font-size:9px}.profile-details{justify-content:space-between;align-items:center;gap:12px;min-height:105px;padding:17px 16px 15px;display:flex}.profile-main-info{min-width:0}.profile-name-row{align-items:center;gap:8px;display:flex}.profile-name-row h2{color:#261c1b;margin:0;font-family:Cormorant Garamond,serif;font-size:28px;font-weight:600;line-height:1}.profile-name-row h2 span{color:#786b63;margin-left:6px;font-family:Inter,sans-serif;font-size:13px;font-weight:400}.verified{color:#fff;background:#3b6f87;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:17px;height:17px;font-size:9px;font-weight:600;display:flex;box-shadow:0 3px 8px #3b6f8733}.profile-job{color:#82766e;white-space:nowrap;margin:5px 0 8px;font-size:10px}.interest-list{flex-wrap:wrap;gap:5px;display:flex}.interest-list span{color:#756960;letter-spacing:.5px;border:1px solid #c8b9a6;padding:5px 8px;font-size:9px;transition:background .25s,border-color .25s}.interest-list span:hover{border-color:var(--gold);background:#c7a45d1f}.profile-actions{flex-shrink:0;gap:6px;display:flex}.profile-actions button{width:36px;height:36px;transition:transform .25s var(--ease), background .25s ease, box-shadow .25s ease;border-radius:50%;justify-content:center;align-items:center;font-size:15px;display:flex}.profile-actions button:active{transform:scale(.9)}.pass-button{color:#75685e;background:0 0;border:1px solid #b8aa99}.pass-button:hover{background:#ddd1c1;transform:scale(1.08)}.super-button{color:var(--gold-dark);background:0 0;border:1px solid #c19d57;font-size:12px!important}.super-button:hover{background:#ead9b4;transform:scale(1.08)}.like-button{color:#fff;background:linear-gradient(135deg,#9c4056,#6c293d);border:none;box-shadow:0 5px 15px #6f304040}.like-button:hover{transform:scale(1.1);box-shadow:0 8px 20px #6f304059}.match-notification{z-index:var(--z-overlay);-webkit-backdrop-filter:blur(15px);background:#c0718bf0;border:1px solid #c7a45d3b;align-items:center;gap:11px;width:235px;min-height:75px;padding:12px 14px;animation:5s ease-in-out infinite notificationFloat;display:flex;position:absolute;bottom:105px;right:max(0px,2%);box-shadow:0 20px 45px #b6ab1073}@keyframes notificationFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.match-icon{color:#fff;background:linear-gradient(135deg,#c55d76,#762b43);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:15px;display:flex;box-shadow:0 8px 20px #6f304059}.match-copy{flex-direction:column;min-width:0;display:flex}.match-label{color:var(--gold);letter-spacing:1.7px;margin-bottom:2px;font-size:9px;font-weight:600}.match-copy strong{color:#f1e9df;font-family:Cormorant Garamond,serif;font-size:18px;font-weight:500}.match-copy small{color:#756d6b;margin-top:1px;font-size:9px}.notification-dot{background:var(--gold-light);width:5px;height:5px;box-shadow:0 0 8px var(--gold);border-radius:50%;position:absolute;top:10px;right:11px}.connection-card{z-index:var(--z-badge);background:#f6efe4f5;align-items:center;gap:10px;max-width:190px;padding:12px 14px;animation:6s ease-in-out infinite connectionFloat;display:flex;position:absolute;top:90px;right:0;box-shadow:0 18px 40px #0006}@keyframes connectionFloat{0%,to{transform:translateY(0)}50%{transform:translateY(7px)}}.connection-icon{background:var(--gold);color:#21180e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:31px;height:31px;font-size:11px;display:flex}.connection-card strong{color:#332722;font-family:Cormorant Garamond,serif;font-size:16px;display:block}.connection-card small{color:#897b73;margin-top:1px;font-size:9px;display:block}.bottom-strip{z-index:var(--z-overlay);color:#5f5754;letter-spacing:2.5px;border-top:1px solid #c7a45d1f;justify-content:space-between;align-items:center;gap:20px;min-height:56px;padding:0 clamp(20px,6.5vw,95px);font-size:9px;display:flex;position:relative}.bottom-strip>span{white-space:nowrap}.bottom-strip>span:first-child{color:var(--gold-dark);letter-spacing:4px;font-family:Cormorant Garamond,serif;font-size:13px}.strip-line{background:#c7a45d26;flex:0 90px;width:90px;height:1px}@media (width>=1500px){.hero{padding-top:85px}.hero h1{font-size:112px}.hero-visual{min-height:680px}.profile-card{width:375px}.profile-photo{height:480px}}@media (width<=1200px){.hero{grid-template-columns:minmax(0,.9fr) minmax(400px,1fr);gap:30px}.hero h1{font-size:clamp(60px,7vw,88px)}.profile-card{width:min(335px,75vw)}.profile-photo{height:425px}.connection-card{right:2%}.match-notification{left:0}}@media (width<=1050px){:root{--nav-height:82px}.navbar{padding-left:5%;padding-right:5%}.nav-links{gap:22px;margin-right:25px}.hero{text-align:center;grid-template-columns:1fr;gap:30px;min-height:auto;padding-top:70px;padding-bottom:90px}.hero-content{flex-direction:column;align-items:center;padding-bottom:0;display:flex}.hero h1{max-width:850px;font-size:clamp(68px,9vw,95px)}.hero-text{margin-left:auto;margin-right:auto}.hero-actions,.social-proof{justify-content:center}.hero-visual{width:100%;min-height:620px;margin-top:20px}.match-notification{left:8%}.connection-card{right:8%}}@media (width<=800px){.nav-links{display:none}.navbar,.hero{padding-left:25px;padding-right:25px}.hero h1{font-size:clamp(60px,11vw,82px)}.hero-visual{min-height:580px}.ring-one{width:510px}.ring-two{width:420px}}@media (width<=650px){:root{--nav-height:76px}.crush-app{min-height:100svh}.navbar{height:var(--nav-height);padding:0 18px}.brand{gap:9px}.brand-star{width:27px;height:27px;font-size:11px}.brand-name{letter-spacing:5px;font-size:24px}.brand-subtitle{letter-spacing:2px;margin-top:5px;font-size:7px}.sign-in-button{letter-spacing:1.5px;padding:9px 12px;font-size:9px}.hero{gap:20px;min-height:auto;padding:50px 18px 70px}.hero-label{letter-spacing:1.8px;gap:9px;margin-bottom:25px;font-size:9px}.label-line{width:18px}.hero h1{letter-spacing:-2.5px;width:100%;font-size:clamp(51px,15vw,68px);line-height:.87}.hero-text{max-width:400px;margin-top:27px;margin-bottom:30px;font-size:11.5px;line-height:1.8}.hero-actions{flex-direction:column;gap:16px;width:100%}.primary-button{width:min(100%,320px);min-width:0;padding:16px 18px}.secondary-button{font-size:9px}.social-proof{justify-content:center;gap:12px;width:100%;margin-top:34px}.proof-text{text-align:left}.proof-text strong,.proof-text small{font-size:9px}.hero-visual{min-height:525px;margin-top:10px}.profile-card{width:min(290px,78vw);padding:7px;transform:rotate(2deg)}.profile-photo{height:min(360px,95vw)}.profile-details{min-height:96px;padding:13px 10px}.profile-name-row{gap:6px}.profile-name-row h2{font-size:23px}.profile-name-row h2 span{margin-left:4px;font-size:11px}.verified{width:15px;height:15px;font-size:8px}.profile-job{margin:4px 0 7px;font-size:9px}.interest-list{gap:4px}.interest-list span{padding:4px 6px;font-size:9px}.profile-actions{gap:4px}.profile-actions button{width:31px;height:31px;font-size:13px}.online-status{padding:6px 8px;font-size:8px;top:12px;right:12px}.photo-top-label{font-size:12px;top:14px;left:14px}.profile-location{font-size:9px;bottom:14px;left:15px}.visual-ring.ring-one{width:min(430px,105vw)}.visual-ring.ring-two{width:min(350px,85vw)}.match-notification{gap:9px;width:200px;min-height:68px;padding:10px 11px;bottom:50px;left:0}.match-icon{width:34px;height:34px;font-size:13px}.match-label{font-size:8px}.match-copy strong{font-size:17px}.match-copy small{font-size:8px}.connection-card{gap:8px;max-width:170px;padding:10px 11px;top:45px;right:0}.connection-icon{width:28px;height:28px;font-size:10px}.connection-card strong{font-size:14px}.connection-card small{font-size:8px}.bottom-strip{letter-spacing:1.8px;gap:10px;min-height:50px;padding:0 18px;font-size:8px}.bottom-strip>span:first-child{letter-spacing:3px;font-size:12px}.bottom-strip>span:nth-child(3),.strip-line{display:none}.bottom-strip>span:last-child{font-size:8px}.heart-one{font-size:65px;top:23%;left:-12px}.heart-two{font-size:28px;top:16%;right:2%}.heart-three{display:none}.ambient{filter:blur(90px);width:350px;height:350px}.orb-one{width:450px;height:450px;right:-330px}.orb-two{width:300px;height:300px;left:-220px}}@media (width<=380px){.navbar{padding-left:14px;padding-right:14px}.brand-star{width:24px;height:24px}.brand-name{letter-spacing:4px;font-size:21px}.brand-subtitle{letter-spacing:1.5px;font-size:6px}.sign-in-button{padding:8px 10px;font-size:8px}.hero{padding-left:14px;padding-right:14px}.hero h1{letter-spacing:-2px;font-size:clamp(46px,14.5vw,56px)}.hero-label{letter-spacing:1.3px;font-size:8px}.hero-text{font-size:10.5px}.profile-card{width:min(270px,78vw)}.profile-photo{height:335px}.profile-details{min-height:91px;padding:11px 8px}.profile-name-row h2{font-size:21px}.profile-job{font-size:8px}.interest-list span{padding:3px 5px;font-size:8px}.profile-actions button{width:28px;height:28px;font-size:12px}.hero-visual{min-height:490px}.match-notification{transform-origin:0 100%;width:185px;transform:scale(.9)}.connection-card{transform-origin:100% 0;transform:scale(.85)}.social-proof{transform:scale(.92)}.bottom-strip{padding:0 14px}}@media (width<=850px) and (orientation:landscape){.hero{padding-top:35px;padding-bottom:50px}.hero-visual{min-height:500px}.profile-photo{height:350px}.hero h1{font-size:58px}.hero-text{margin-top:20px;margin-bottom:20px}.social-proof{margin-top:25px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (hover:none){.profile-card:hover{transform:rotate(2deg)}.profile-card:hover .profile-photo img,.primary-button:hover,.profile-actions button:hover,.mini-avatar:hover{transform:none}}.auth-page{background:radial-gradient(circle at 50% 20%,#6f30403d,#0000 35%),#090708;justify-content:center;align-items:center;min-height:100svh;padding:50px 20px;display:flex;position:relative;overflow:hidden}.auth-background-glow{filter:blur(130px);pointer-events:none;background:#6f304029;border-radius:50%;width:600px;height:600px;position:absolute}.auth-container{z-index:var(--z-content);flex-direction:column;align-items:center;width:100%;max-width:470px;display:flex;position:relative}.auth-logo{color:var(--gold-light);letter-spacing:6px;margin-bottom:30px;font-family:Cormorant Garamond,serif;font-size:28px;text-decoration:none}.auth-logo span{margin-right:8px;font-size:15px}.auth-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(145deg,#1d1316f7,#0e0a0cfa);border:1px solid #c7a45d29;width:100%;padding:42px;box-shadow:0 35px 80px #0000008c}.auth-header{text-align:center;margin-bottom:30px}.auth-small-label{color:var(--gold);letter-spacing:2.5px;margin-bottom:15px;font-size:8px;font-weight:600}.auth-header h1{color:var(--cream);margin:0;font-family:Cormorant Garamond,serif;font-size:48px;font-weight:400;line-height:.95}.auth-header h1 span{color:var(--gold-light);font-style:italic}.auth-header p{max-width:330px;color:var(--muted);margin:15px auto 0;font-size:11px;line-height:1.7}.form-group{margin-bottom:18px}.form-group label{color:#a99e99;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:8px;font-size:9px;font-weight:600;display:block}.form-group input,.form-group textarea{width:100%;color:var(--cream);background:#ffffff06;border:1px solid #c7a45d2b;outline:none;padding:14px 15px;font-size:11px;transition:border-color .3s,background .3s,box-shadow .3s}.form-group input::placeholder,.form-group textarea::placeholder{color:#554d4a}.form-group input:focus,.form-group textarea:focus{background:#c7a45d06;border-color:#c7a45da6;box-shadow:0 0 0 3px #c7a45d0d}.form-group textarea{resize:vertical;min-height:130px;line-height:1.7}.password-label{justify-content:space-between;align-items:center;display:flex}.password-label label{margin-bottom:8px}.forgot-button{color:var(--gold);letter-spacing:.5px;background:0 0;border:0;margin-bottom:8px;padding:0;font-size:9px}.password-input{position:relative}.password-input input{padding-right:65px}.show-password{color:var(--gold);letter-spacing:1px;background:0 0;border:0;padding:5px;font-size:9px;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.auth-submit{background:linear-gradient(135deg, var(--gold-light), var(--gold));color:#17100d;letter-spacing:1.8px;width:100%;transition:transform .3s var(--ease), box-shadow .3s ease;border:0;justify-content:space-between;align-items:center;margin-top:8px;padding:16px 18px;font-size:9px;font-weight:700;display:flex}.auth-submit span{transition:transform .3s var(--ease);font-size:17px;font-weight:400}.auth-submit:hover{transform:translateY(-3px);box-shadow:0 12px 30px #c7a45d33}.auth-submit:hover span{transform:translate(5px)}.auth-divider{color:#5c5451;letter-spacing:1.5px;align-items:center;gap:12px;margin:25px 0;font-size:9px;display:flex}.auth-divider span{background:#c7a45d1f;flex:1;height:1px}.social-login{color:#c4bbb6;width:100%;min-height:45px;transition:background .3s ease, border-color .3s ease, transform .3s var(--ease);background:#ffffff06;border:1px solid #ffffff1a;justify-content:center;align-items:center;gap:10px;margin-top:8px;font-size:9px;display:flex}.social-login strong{font-size:14px}.social-login:hover{background:#ffffff0e;border-color:#c7a45d40;transform:translateY(-2px)}.auth-footer{color:#706865;text-align:center;margin-top:28px;font-size:12px}.auth-footer a{color:var(--gold-light);margin-left:5px;text-decoration:none}.auth-footer a:hover{text-decoration:underline}.back-home{color:#68605d;letter-spacing:1px;background:0 0;border:0;margin-top:22px;font-size:12px;transition:color .3s}.back-home:hover{color:var(--gold-light)}.signup-card{max-width:520px}.form-row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.terms-check{color:#766e6b;cursor:pointer;align-items:flex-start;gap:9px;margin:5px 0 18px;font-size:9px;line-height:1.6;display:flex}.terms-check input{accent-color:var(--gold);margin-top:2px}.profile-setup-page{min-height:100svh;color:var(--cream);background:radial-gradient(circle at 50% 10%,#6f304033,#0000 32%),#090708}.setup-background-glow{filter:blur(100px);pointer-events:none;background:#c7a45d14;border-radius:50%;width:500px;height:500px;position:fixed;bottom:-200px;right:-200px}.setup-header{border-bottom:1px solid #c7a45d1f;justify-content:space-between;align-items:center;height:82px;padding:0 5%;display:flex}.setup-logo{color:var(--gold-light);letter-spacing:5px;background:0 0;border:0;font-family:Cormorant Garamond,serif;font-size:26px}.setup-logo span{margin-right:8px;font-size:13px}.setup-progress-text{color:#68605d;letter-spacing:2px;font-size:9px;font-weight:600}.profile-setup{width:100%;max-width:650px;margin:0 auto;padding:45px 20px 80px}.setup-progress{align-items:center;margin-bottom:35px;display:flex}.progress-item{flex:1;align-items:center;display:flex;position:relative}.progress-item:not(:last-child):after{content:"";background:#c7a45d1f;height:1px;position:absolute;top:50%;left:50%;right:-50%}.progress-item.active:not(:last-child):after{background:#c7a45d80}.progress-item span{z-index:var(--z-content);color:#5f5754;background:#100b0d;border:1px solid #c7a45d2e;border-radius:50%;justify-content:center;align-items:center;width:27px;height:27px;margin:0 auto;font-size:8px;display:flex;position:relative}.progress-item.active span{border-color:var(--gold);background:var(--gold);color:#17100d}.setup-card{background:linear-gradient(145deg,#1b1215f5,#0d090bfa);border:1px solid #c7a45d26;padding:40px;box-shadow:0 30px 70px #00000073}.setup-title{text-align:center;margin-bottom:30px}.setup-title>span{color:var(--gold);letter-spacing:2px;font-size:9px;font-weight:600}.setup-title h1{color:var(--cream);margin:12px 0 10px;font-family:Cormorant Garamond,serif;font-size:46px;font-weight:400;line-height:.95}.setup-title h1 em{color:var(--gold-light);font-style:italic}.setup-title p{color:#817874;margin:0;font-size:10px;line-height:1.7}.photo-upload{text-align:center;margin-bottom:25px}.main-photo{background:#171012;border:1px solid #c7a45d4d;width:150px;height:180px;margin:0 auto 15px;overflow:hidden}.main-photo img{object-fit:cover;width:100%;height:100%;display:block}.photo-placeholder{color:#5e5653;flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}.photo-placeholder span{width:45px;height:45px;color:var(--gold);border:1px dashed #c7a45d59;border-radius:50%;justify-content:center;align-items:center;margin-bottom:10px;font-size:25px;font-weight:300;display:flex}.photo-placeholder small{letter-spacing:1.5px;font-size:8px}.upload-button{color:var(--gold-light);letter-spacing:1px;cursor:pointer;border:1px solid #c7a45d66;padding:10px 15px;font-size:8px;transition:background .3s,border-color .3s;display:inline-block}.upload-button:hover{border-color:var(--gold);background:#c7a45d14}.photo-upload>p{color:#5f5754;margin-top:9px;font-size:9px}.bio-label{justify-content:space-between;align-items:center;display:flex}.bio-label span{color:#5f5754;font-size:9px}.setup-buttons{align-items:center;gap:12px;margin-top:25px;display:flex}.setup-back{color:#746b67;letter-spacing:1.5px;background:0 0;border:0;padding:15px 20px;font-size:9px;transition:color .3s}.setup-back:hover{color:var(--gold-light)}.setup-next{background:linear-gradient(135deg, var(--gold-light), var(--gold));color:#17100d;letter-spacing:1.7px;transition:transform .3s var(--ease), box-shadow .3s ease;border:0;flex:1;justify-content:space-between;align-items:center;padding:16px 20px;font-size:9px;font-weight:700;display:flex}.setup-next span{font-size:16px}.setup-next:hover{transform:translateY(-3px);box-shadow:0 12px 30px #c7a45d33}.interest-selector{flex-wrap:wrap;gap:9px;display:flex}.interest-option{color:#968c88;transition:background .25s ease, color .25s ease, border-color .25s ease, transform .25s var(--ease);background:#ffffff06;border:1px solid #c7a45d26;padding:11px 14px;font-size:9px}.interest-option:hover{color:var(--cream);border-color:#c7a45d66;transform:translateY(-2px)}.interest-option.selected{border-color:var(--gold);color:var(--gold-light);background:#c7a45d1f}.interest-option.selected span{color:var(--gold-light);margin-left:5px}.selected-count{color:#665e5b;text-align:right;margin-top:17px;font-size:9px}.profile-preview{background:#120d0f;border:1px solid #c7a45d26;overflow:hidden}.preview-photo{background:#211719;width:100%;height:300px}.preview-photo img{object-fit:cover;width:100%;height:100%;display:block}.preview-placeholder{color:#5d5552;letter-spacing:1px;justify-content:center;align-items:center;height:100%;font-size:9px;display:flex}.preview-content{padding:22px}.preview-name{align-items:baseline;gap:8px;display:flex}.preview-name h2{color:var(--cream);margin:0;font-family:Cormorant Garamond,serif;font-size:34px;font-weight:500}.preview-name span{color:#887d77;font-size:12px}.preview-location{color:var(--gold);letter-spacing:1px;margin:5px 0;font-size:9px}.preview-job{color:#918681;font-size:9px}.preview-bio{color:#aaa09b;margin:15px 0;font-size:10px;line-height:1.7}.preview-interests{flex-wrap:wrap;gap:6px;display:flex}.preview-interests span{color:#9c918c;border:1px solid #c7a45d33;padding:6px 9px;font-size:9px}@media (width<=600px){.auth-page{padding:25px 14px}.auth-logo{margin-bottom:22px;font-size:24px}.auth-card{padding:28px 20px}.auth-header h1{font-size:40px}.form-row{grid-template-columns:1fr;gap:0}.profile-setup{padding:30px 14px 60px}.setup-header{height:70px;padding:0 16px}.setup-logo{font-size:22px}.setup-card{padding:25px 18px}.setup-title h1{font-size:38px}.setup-buttons{gap:5px}.setup-back{padding-left:8px;padding-right:10px}.interest-selector{gap:7px}.interest-option{padding:10px 11px}.preview-photo{height:260px}}@media (width<=380px){.auth-card{padding:24px 16px}.auth-header h1{font-size:35px}.setup-card{padding:22px 14px}.setup-title h1{font-size:34px}.main-photo{width:130px;height:160px}}.profile-page{background:var(--black);min-height:100vh;color:var(--white);padding-bottom:60px;position:relative;overflow:hidden}.profile-page-glow{filter:blur(100px);pointer-events:none;background:#6f30402e;border-radius:50%;width:600px;height:600px;position:absolute;top:-200px;right:-150px}.profile-page-header{width:min(1200px,92%);z-index:var(--z-content);justify-content:space-between;align-items:center;margin:0 auto;padding:30px 0;display:flex;position:relative}.profile-back,.profile-edit{cursor:pointer;letter-spacing:1px;border:none;font-weight:700}.profile-back{color:var(--cream);background:0 0;font-size:18px}.profile-edit{color:var(--cream);background:#c7a45d14;border:1px solid #c7a45d2e;border-radius:30px;padding:12px 20px}.profile-edit:hover{background:#c7a45d24}.profile-page-content{width:min(1100px,92%);z-index:var(--z-content);margin:50px auto;position:relative}.profile-large-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#c7a45d0b;border:1px solid #c7a45d24;border-radius:30px;grid-template-columns:420px 1fr;display:grid;overflow:hidden;box-shadow:0 30px 100px #00000073}.profile-large-photo{background:var(--black-card);min-height:600px}.profile-large-photo img{object-fit:cover;width:100%;height:100%;min-height:600px;display:block}.profile-no-photo{min-height:600px;color:var(--muted);justify-content:center;align-items:center;display:flex}.profile-page-info{flex-direction:column;justify-content:center;padding:55px;display:flex}.profile-page-name{align-items:baseline;gap:15px;display:flex}.profile-page-name h1{color:var(--cream);margin:0;font-family:Cormorant Garamond,serif;font-size:56px;font-weight:600}.profile-page-name span{color:var(--muted);font-size:28px}.profile-page-location{color:var(--gold-light);margin-top:12px;font-size:16px}.profile-page-job{color:var(--cream-dark);margin-top:20px;font-size:20px}.profile-section{margin-top:40px}.profile-section h3{letter-spacing:3px;color:var(--gold);margin-bottom:12px;font-size:12px}.profile-section p{color:var(--cream-dark);margin:0;font-size:16px;line-height:1.8}.profile-page-interests{flex-wrap:wrap;gap:10px;display:flex}.profile-page-interests span{color:var(--cream);background:#c7a45d14;border:1px solid #c7a45d29;border-radius:30px;padding:10px 16px}.profile-edit-main{cursor:pointer;background:linear-gradient(135deg, var(--wine-light), var(--wine));width:fit-content;color:var(--white);letter-spacing:1px;transition:transform .3s var(--ease), box-shadow .3s ease;border:none;border-radius:30px;align-items:center;gap:15px;margin-top:45px;padding:16px 25px;font-weight:800;display:flex}.profile-edit-main:hover{transform:translateY(-2px);box-shadow:0 12px 30px #6f30404d}@media (width<=800px){.profile-large-card{grid-template-columns:1fr}.profile-large-photo,.profile-large-photo img,.profile-no-photo{min-height:450px}.profile-page-info{padding:35px 25px}.profile-page-name h1{font-size:40px}}:root{--black:#070607;--black-soft:#0d0a0b;--black-card:#110d0f;--black-card-2:#171012;--cream:#f5eee5;--cream-soft:#ded3ca;--gold:#c7a45d;--gold-light:#e4ca87;--gold-dark:#8d7038;--gold-soft:#c7a45d2e;--wine:#8e354f;--wine-light:#b95670;--wine-dark:#5d2033;--text-main:#f5eee5;--text-soft:#c9bdb6;--text-muted:#9d918d;--text-faint:#746966;--success:#77b98a;--border-gold:#c7a45d47;--border-soft:#ffffff17;--ease:cubic-bezier(.2, .7, .2, 1);--z-bg:0;--z-content:2;--z-header:10}.discover-page,.matches-page{min-height:100svh;color:var(--text-main);background:radial-gradient(circle at 50% 20%,#7d28411a,#0000 30%),linear-gradient(135deg,#050405 0%,#0c080a 48%,#050405 100%);font-family:Inter,sans-serif;position:relative;overflow-x:hidden}.discover-page *,.matches-page *{box-sizing:border-box}.discover-page button,.matches-page button{cursor:pointer;font-family:inherit}.discover-page button:focus-visible,.matches-page button:focus-visible{outline:2px solid var(--gold-light);outline-offset:4px}.discover-glow,.matches-glow{pointer-events:none;filter:blur(110px);z-index:var(--z-bg);border-radius:50%;animation:10s ease-in-out infinite luxuryGlow;position:absolute}.discover-page .glow-one,.matches-page .glow-one{background:#8e354f38;width:520px;height:520px;top:-240px;right:-150px}.discover-page .glow-two,.matches-page .glow-two{background:#c7a45d12;width:430px;height:430px;animation-delay:2s;bottom:-220px;left:-250px}.discover-page .glow-three{background:#6f30401a;width:300px;height:300px;animation-delay:4s;bottom:-180px;right:25%}@keyframes luxuryGlow{0%,to{opacity:.55;transform:scale(1)}50%{opacity:.85;transform:scale(1.1)}}.discover-orbit,.matches-orb{pointer-events:none;z-index:var(--z-bg);border-radius:50%;position:absolute}.discover-orbit{border:1px solid #c7a45d12}.orbit-one{width:850px;height:850px;top:120px;right:-500px}.orbit-two{border-color:#8e354f1a;width:500px;height:500px;bottom:-300px;left:-350px}.matches-orb{border:1px solid #c7a45d12}.matches-page .orb-one{width:520px;height:520px;top:170px;right:-270px}.matches-page .orb-two{width:300px;height:300px;bottom:120px;left:-190px}.discover-heart{z-index:var(--z-bg);pointer-events:none;color:#e3c9821f;font-family:Cormorant Garamond,Georgia,serif;animation:7s ease-in-out infinite discoverFloat;position:absolute}.heart-a{font-size:95px;top:25%;left:6%}.heart-b{color:#b9567026;font-size:42px;animation-delay:1.5s;top:16%;right:8%}.heart-c{font-size:30px;animation-delay:3s;bottom:10%;right:23%}.heart-d{font-size:25px;animation-delay:4.5s;bottom:14%;left:18%}@keyframes discoverFloat{0%,to{transform:translateY(0)rotate(-8deg)}50%{transform:translateY(-18px)rotate(8deg)}}.discover-header{z-index:var(--z-header);border-bottom:1px solid #c7a45d26;justify-content:space-between;align-items:center;width:min(1320px,90%);height:92px;margin:0 auto;display:flex;position:relative}.discover-logo{color:var(--gold-light);letter-spacing:5px;background:0 0;border:0;align-items:center;gap:9px;padding:0;font-family:Cormorant Garamond,Georgia,serif;font-size:25px;display:flex}.discover-logo span{width:28px;height:28px;transition:transform .4s var(--ease), background .3s ease;border:1px solid #c7a45d80;border-radius:50%;justify-content:center;align-items:center;font-size:11px;display:flex}.discover-logo:hover span{background:#c7a45d14;transform:rotate(45deg)}.discover-nav{align-items:center;gap:34px;display:flex}.discover-nav button{color:var(--text-muted);letter-spacing:1.5px;transition:color .3s ease, transform .3s var(--ease);background:0 0;border:0;padding:8px 0;font-size:9px;position:relative}.discover-nav button:after{content:"";background:var(--gold);width:0;height:1px;transition:width .3s var(--ease);position:absolute;bottom:0;left:0}.discover-nav button:hover,.discover-nav .discover-nav-active{color:var(--gold-light)}.discover-nav .discover-nav-active:after,.discover-nav button:hover:after{width:100%}.discover-content{z-index:var(--z-content);width:min(1200px,90%);margin:0 auto;padding:55px 0 70px;position:relative}.discover-heading{text-align:center;animation:discoverHeadingIn .8s var(--ease) both}@keyframes discoverHeadingIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.discover-eyebrow{color:var(--gold-light);letter-spacing:3px;justify-content:center;align-items:center;gap:13px;font-size:8px;font-weight:700;display:flex}.discover-eyebrow i{background:var(--gold-dark);width:28px;height:1px}.discover-heading h1{color:var(--cream);letter-spacing:-2px;margin:22px 0 15px;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(52px,6vw,78px);font-weight:400;line-height:.88}.discover-heading h1 em{color:var(--gold-light);font-style:italic}.discover-heading p{color:var(--text-soft);margin:0;font-size:11px;line-height:1.7}.discover-stage{flex-direction:column;align-items:center;margin-top:45px;display:flex;position:relative}.card-count{color:var(--text-faint);letter-spacing:2px;writing-mode:vertical-rl;align-items:center;gap:10px;font-size:9px;display:flex;position:absolute;top:40%;left:0}.card-count i{background:#c7a45d40;width:1px;height:45px}@media (width<=800px){.discover-header{height:78px}.discover-nav{gap:18px}.discover-nav button{font-size:8px}.discover-content{width:min(92%,600px);padding-top:40px}.discover-heading h1{font-size:clamp(46px,11vw,65px)}.discover-stage{margin-top:35px}.card-count{display:none}.orbit-one{width:600px;height:600px;right:-430px}.orbit-two{width:400px;height:400px;left:-300px}}@media (width<=600px){.discover-header{width:calc(100% - 36px);height:70px}.discover-logo{letter-spacing:4px;font-size:21px}.discover-logo span{width:25px;height:25px;font-size:10px}.discover-nav{gap:14px}.discover-nav button{letter-spacing:1px;font-size:7px}.discover-content{width:calc(100% - 28px);padding:35px 0 55px}.discover-eyebrow{letter-spacing:2px;gap:8px;font-size:7px}.discover-eyebrow i{width:18px}.discover-heading h1{letter-spacing:-1.5px;margin-top:18px;margin-bottom:13px;font-size:clamp(42px,13vw,58px)}.discover-heading p{font-size:10px}.discover-stage{margin-top:30px}.heart-a{font-size:65px;top:23%;left:-20px}.heart-b{font-size:28px;top:16%;right:2%}.heart-c,.heart-d{display:none}.discover-page .glow-one,.matches-page .glow-one{width:350px;height:350px}.discover-page .glow-two,.matches-page .glow-two{width:300px;height:300px}.discover-page .glow-three{display:none}.matches-page .orb-one{width:450px;height:450px;right:-330px}.matches-page .orb-two{width:300px;height:300px;left:-220px}}@media (prefers-reduced-motion:reduce){.discover-glow,.matches-glow,.discover-heart,.discover-heading{animation:none}}button,input,textarea{font-family:inherit}img{max-width:100%}button{-webkit-tap-highlight-color:transparent}.discover-cards{flex-wrap:wrap;justify-content:center;gap:30px;width:100%;display:flex}.discover-card{border:1px solid var(--border-gold);width:min(390px,100%);transform:translateY(25px) rotate(calc((var(--card-index,1) - 1) * 1deg));opacity:0;animation:discoverCardIn .8s var(--ease) forwards;animation-delay:calc(var(--card-index,1) * 80ms);transition:transform .5s var(--ease), box-shadow .5s ease, border-color .3s ease;background:linear-gradient(145deg,#190f12fc,#080607fc);border-radius:5px;position:relative;overflow:hidden;box-shadow:0 35px 80px #000000a6,0 15px 45px #6f30401a}@keyframes discoverCardIn{to{opacity:1;transform:translateY(0) rotate(calc((var(--card-index,1) - 1) * 1deg))}}.discover-card:hover{border-color:#c7a45d7a;transform:translateY(-8px)rotate(0);box-shadow:0 45px 90px #000000b8,0 15px 50px #6f304033}.discover-photo{background:#211216;height:490px;position:relative;overflow:hidden}.discover-photo img{object-fit:cover;width:100%;height:100%;transition:transform .8s var(--ease);display:block}.discover-card:hover .discover-photo img{transform:scale(1.045)}.discover-photo-overlay{pointer-events:none;background:linear-gradient(#0504050d 20%,#0000 45%,#050405e0 100%);position:absolute;inset:0}.discover-photo-placeholder{width:100%;height:100%;color:var(--gold-light);background:radial-gradient(circle,#8e354f52,#0000 55%),#171012;flex-direction:column;justify-content:center;align-items:center;display:flex}.discover-photo-placeholder span{font-size:40px}.discover-photo-placeholder small{color:var(--text-muted);letter-spacing:2px;margin-top:8px;font-size:9px}.discover-photo-top{z-index:var(--z-content);justify-content:space-between;align-items:center;display:flex;position:absolute;top:18px;left:18px;right:18px}.discover-status{-webkit-backdrop-filter:blur(10px);color:#f5eee5;letter-spacing:1.5px;background:#07050699;border:1px solid #ffffff38;align-items:center;gap:6px;padding:7px 10px;font-size:9px;display:flex}.discover-status span{background:var(--success);width:5px;height:5px;box-shadow:0 0 9px var(--success);border-radius:50%;flex-shrink:0}.discover-photo-heart{-webkit-backdrop-filter:blur(10px);color:#fff;cursor:pointer;width:36px;height:36px;transition:transform .3s var(--ease), background .3s ease;background:#07050699;border:1px solid #ffffff47;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:19px;display:flex}.discover-photo-heart:hover{background:#8e354f8c;transform:scale(1.1)}.discover-photo-bottom{z-index:var(--z-content);justify-content:space-between;align-items:flex-end;gap:15px;display:flex;position:absolute;bottom:22px;left:20px;right:20px}.discover-location{color:#ffffffc7;letter-spacing:1.2px;font-size:9px}.discover-photo-bottom h2{color:#fff;margin:5px 0 0;font-family:Cormorant Garamond,Georgia,serif;font-size:42px;font-weight:500;line-height:.9}.discover-photo-bottom h2 small{color:#ffffffbf;margin-left:7px;font-family:Inter,sans-serif;font-size:15px;font-weight:400}.verified-badge{background:var(--wine);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-bottom:2px;font-size:11px;display:flex;box-shadow:0 5px 15px #00000059}.discover-info{padding:20px 21px 18px}.discover-bio{min-height:40px;color:var(--text-soft);margin:0 0 17px;font-family:Cormorant Garamond,Georgia,serif;font-size:17px;font-style:italic;line-height:1.35}.discover-interests{flex-wrap:wrap;gap:6px;display:flex}.discover-interests span{color:var(--text-soft);letter-spacing:.4px;background:#c7a45d0e;border:1px solid #c7a45d47;border-radius:2px;padding:6px 9px;font-size:9px;transition:background .25s,border-color .25s,color .25s}.discover-interests span:hover{color:var(--gold-light);background:#c7a45d1f;border-color:#c7a45d99}.discover-divider{background:linear-gradient(90deg,#0000,#c7a45d47,#0000);height:1px;margin:19px 0 16px}.discover-actions{grid-template-columns:1fr auto 1fr;place-items:center;gap:18px;width:100%;margin-top:24px;padding-bottom:30px;display:grid;position:relative}.discover-action{z-index:2;cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;transition:transform .2s,box-shadow .2s,background .2s;display:flex;position:relative}.discover-action:hover{transform:translateY(-4px)scale(1.05)}.discover-action.pass{border:1px solid #50464626;box-shadow:0 8px 25px #00000014}.discover-action.pass span{color:#777;font-size:34px;font-weight:300;line-height:1}.discover-action.pass:hover{box-shadow:0 12px 30px #00000021}.discover-action.like{border:1px solid #e1466426;box-shadow:0 8px 25px #dc46641f}.discover-action.like span{color:#e85b7a;font-size:29px;line-height:1}.discover-action.like:hover{box-shadow:0 12px 32px #dc466438}.discover-action-center{z-index:3;cursor:pointer;background:linear-gradient(145deg,#f7b6c7,#e85b7a);border:none;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:78px;height:78px;transition:transform .2s,box-shadow .2s;display:flex;position:relative;box-shadow:0 12px 30px #dc466440}.discover-action-center:hover{transform:translateY(-5px)scale(1.06);box-shadow:0 16px 38px #dc466459}.discover-action-center:active{transform:scale(.94)}.discover-action-center span{color:#fffffff2;letter-spacing:1.3px;margin-bottom:3px;font-size:8px;font-weight:700;display:block}.discover-action-center div{color:#fff;font-size:30px;line-height:1}.discover-action-hint{letter-spacing:1.4px;color:#999;white-space:nowrap;pointer-events:none;font-size:8px;font-weight:700;position:absolute;bottom:0}.discover-actions .discover-action-hint:first-of-type{left:16.66%;transform:translate(-50%)}.discover-actions .discover-action-hint:nth-of-type(2){right:16.66%;transform:translate(50%)}.discover-action-center:after{content:"CRUSH";color:#e85b7a;letter-spacing:1.4px;white-space:nowrap;font-size:8px;font-weight:700;position:absolute;bottom:-27px}@media (width<=600px){.discover-actions{gap:10px;margin-top:20px;padding-bottom:27px}.discover-action{width:56px;height:56px}.discover-action.pass span{font-size:30px}.discover-action.like span{font-size:26px}.discover-action-center{width:70px;height:70px}.discover-action-center div{font-size:27px}.discover-action-hint{letter-spacing:1px;font-size:7px}.discover-action-center:after{font-size:7px;bottom:-24px}}.discover-footer-note{color:var(--text-muted);justify-content:center;align-items:center;gap:12px;margin:27px 0 0;font-family:Cormorant Garamond,Georgia,serif;font-size:14px;font-style:italic;display:flex}.discover-footer-note span{color:var(--gold);font-size:9px}.discover-empty{text-align:center;background:linear-gradient(145deg,#190f12f5,#080607fa);border:1px solid #c7a45d40;flex-direction:column;align-items:center;width:min(650px,100%);margin:55px auto 0;padding:60px 40px;display:flex;box-shadow:0 30px 70px #0000008c}.empty-orbit{border:1px solid #c7a45d4d;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin-bottom:25px;animation:3s ease-in-out infinite emptyPulse;display:flex;box-shadow:0 0 0 15px #c7a45d06,0 0 0 30px #c7a45d04}.empty-orbit span{color:var(--gold-light);font-size:38px}@keyframes emptyPulse{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}.empty-label{color:var(--gold-light);letter-spacing:2.5px;font-size:9px;font-weight:700}.empty-copy h2{color:var(--cream);margin:13px 0;font-family:Cormorant Garamond,Georgia,serif;font-size:40px;font-weight:400}.empty-copy h2 em{color:var(--gold-light);font-style:italic}.discover-home-button{border:1px solid var(--gold);background:linear-gradient(135deg, var(--gold-light), var(--gold));color:#17100d;letter-spacing:1.5px;cursor:pointer;transition:transform .3s var(--ease), box-shadow .3s ease;align-items:center;gap:30px;margin-top:25px;padding:14px 20px;font-size:9px;font-weight:800;display:flex}.discover-home-button strong{font-size:16px;font-weight:400}.discover-home-button:hover{transform:translateY(-3px);box-shadow:0 12px 30px #c7a45d40}.discover-loading,.discover-error{justify-content:center;align-items:center;min-height:100vh;display:flex}.discover-loader{z-index:var(--z-content);text-align:center;position:relative}.loader-heart{color:var(--wine-light);margin-bottom:18px;font-size:32px;animation:1.2s ease-in-out infinite loaderBeat}@keyframes loaderBeat{0%,to{transform:scale(1)}50%{transform:scale(1.18)}}.discover-loader>span{color:var(--gold-light);letter-spacing:3px;font-size:9px;font-weight:700}.discover-loader h1{color:var(--cream);margin:14px 0 20px;font-family:Cormorant Garamond,Georgia,serif;font-size:42px;font-weight:400}.discover-loader h1 em{color:var(--gold-light)}.loader-line{background:linear-gradient(90deg, transparent, var(--gold), transparent);width:100px;height:1px;margin:auto;animation:1.5s ease-in-out infinite loaderLine}@keyframes loaderLine{0%,to{opacity:.4;transform:scaleX(.5)}50%{opacity:1;transform:scaleX(1)}}.discover-empty-card{text-align:center;background:#0f0a0cf5;border:1px solid #c7a45d40;width:min(500px,90%);padding:50px 35px}.empty-heart{color:var(--wine-light);font-size:50px}.discover-empty-card>span{color:var(--gold-light);letter-spacing:2px;margin-top:15px;font-size:9px;display:block}.discover-empty-card h1{color:var(--cream);margin:13px 0;font-family:Cormorant Garamond,Georgia,serif;font-size:40px;font-weight:400}.discover-empty-card p{color:var(--text-soft);font-size:10px;line-height:1.7}.discover-empty-card button{border:1px solid var(--gold);background:var(--gold);color:#17100d;letter-spacing:1.5px;cursor:pointer;margin-top:20px;padding:13px 20px;font-size:9px;font-weight:800}.discover-empty-card button strong{margin-left:20px;font-size:15px}.matches-header{z-index:var(--z-header);border-bottom:1px solid #c7a45d26;justify-content:space-between;align-items:center;width:min(1380px,100% - 80px);height:100px;margin:0 auto;display:flex;position:relative}.matches-logo{color:var(--gold-light);letter-spacing:.2em;cursor:pointer;background:0 0;border:0;align-items:center;gap:10px;font-size:19px;font-weight:800;display:flex}.matches-logo span{color:var(--gold);font-size:22px}.matches-nav button{color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;background:0 0;border:0;font-size:12px;font-weight:700;transition:color .25s;position:relative}.matches-nav button:hover,.matches-nav button.active{color:var(--gold-light)}.matches-nav button.active:after{content:"";background:var(--gold);border-radius:50%;width:5px;height:5px;position:absolute;bottom:-13px;left:50%;transform:translate(-50%)}.matches-profile-button{color:var(--cream);letter-spacing:.14em;cursor:pointer;background:0 0;border:0;align-items:center;gap:15px;padding:12px 0;font-size:11px;font-weight:800;display:flex}.matches-profile-button span{color:var(--text-muted)}.matches-profile-button:hover{color:var(--gold-light)}.matches-content{z-index:var(--z-content);width:min(1380px,100% - 80px);margin:0 auto;padding:90px 0 120px;position:relative}.title-line{color:var(--gold-light);letter-spacing:.25em;justify-content:center;align-items:center;gap:15px;margin-bottom:24px;font-size:10px;font-weight:800;display:flex}.title-line span{background:var(--gold-dark);width:34px;height:1px}.matches-title h1 em{color:var(--gold-light);font-weight:400}.matches-title p{max-width:440px;color:var(--text-soft);margin:25px auto 0;font-size:15px;line-height:1.8}.matches-count{color:var(--text-muted);letter-spacing:.18em;margin-bottom:20px;font-size:10px;font-weight:800}.matches-count span{color:var(--gold-light)}.match-card{background:linear-gradient(145deg,#141012,#090708);border:1px solid #c7a45d3d;transition:transform .4s,box-shadow .4s,border-color .4s;overflow:hidden;box-shadow:0 25px 60px #0000008c}.match-photo{background:#171012;height:500px;position:relative;overflow:hidden}.match-card:hover .match-photo img{transform:scale(1.045)}.match-photo-placeholder{width:100%;height:100%;color:var(--gold-light);background:radial-gradient(circle,#8e354f4d,#0000 55%),#171012;justify-content:center;align-items:center;font-size:55px;display:flex}.match-top{z-index:var(--z-content);justify-content:space-between;align-items:center;display:flex;position:absolute;top:20px;left:20px;right:20px}.match-badge{-webkit-backdrop-filter:blur(8px);color:var(--gold-light);letter-spacing:.12em;background:#080607b8;border:1px solid #c7a45d73;padding:8px 11px;font-size:9px;font-weight:900}.match-more{width:36px;height:36px;color:var(--gold-light);letter-spacing:2px;cursor:pointer;-webkit-backdrop-filter:blur(8px);background:#08060799;border:1px solid #c7a45d66;border-radius:50%;justify-content:center;align-items:center;font-size:12px;transition:background .25s,border-color .25s,transform .25s;display:flex}.match-more:hover{border-color:var(--gold);background:#c7a45d24;transform:scale(1.08)}.match-photo-bottom{z-index:var(--z-content);position:absolute;bottom:22px;left:20px;right:20px}.match-location{color:#ffffffc7;letter-spacing:1.2px;font-size:9px}.match-name{align-items:center;gap:8px;margin-top:6px;display:flex}.match-name h2{color:#fff;margin:0;font-family:Cormorant Garamond,Georgia,serif;font-size:38px;font-weight:500;line-height:.95}.match-name span{color:#ffffffb8;font-size:14px}.match-verified{background:var(--wine);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:10px;display:flex}.match-info{padding:20px 21px 22px}.match-bio{color:var(--text-soft);margin:0 0 17px;font-family:Cormorant Garamond,Georgia,serif;font-size:16px;font-style:italic;line-height:1.45}.match-interests{flex-wrap:wrap;gap:6px;display:flex}.match-interests span{color:var(--text-soft);background:#c7a45d0d;border:1px solid #c7a45d38;padding:6px 9px;font-size:9px}.match-footer{border-top:1px solid #c7a45d1f;justify-content:space-between;align-items:center;gap:12px;margin-top:20px;padding-top:16px;display:flex}.match-footer small{color:var(--text-faint);letter-spacing:1px;font-size:9px}.match-view-button{color:var(--gold-light);letter-spacing:1.3px;cursor:pointer;background:#c7a45d0f;border:1px solid #c7a45d4d;padding:9px 13px;font-size:8px;font-weight:700;transition:background .25s,border-color .25s,transform .25s}.match-view-button:hover{border-color:var(--gold);background:#c7a45d1f;transform:translateY(-2px)}.matches-empty{text-align:center;background:linear-gradient(145deg,#190f12f5,#080607fa);border:1px solid #c7a45d38;max-width:600px;margin:30px auto 0;padding:65px 40px;box-shadow:0 30px 70px #00000080}.matches-empty-icon{width:90px;height:90px;color:var(--gold-light);border:1px solid #c7a45d47;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 25px;font-size:34px;display:flex;box-shadow:0 0 0 14px #c7a45d06}.matches-empty h2{color:var(--cream);margin:0 0 13px;font-family:Cormorant Garamond,Georgia,serif;font-size:42px;font-weight:400}.matches-empty h2 em{color:var(--gold-light);font-style:italic}.matches-empty p{max-width:360px;color:var(--text-soft);margin:0 auto;font-size:10px;line-height:1.8}.matches-empty-button{border:1px solid var(--gold);background:linear-gradient(135deg, var(--gold-light), var(--gold));color:#17100d;letter-spacing:1.5px;cursor:pointer;transition:transform .3s var(--ease), box-shadow .3s ease;margin-top:25px;padding:14px 20px;font-size:9px;font-weight:800}.matches-empty-button:hover{transform:translateY(-3px);box-shadow:0 12px 30px #c7a45d40}@media (width<=1100px){.matches-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.matches-header,.matches-content{width:min(92%,900px)}}@media (width<=800px){.matches-header{width:calc(100% - 40px);height:82px}.matches-nav{display:none}.matches-content{width:calc(100% - 36px);padding:60px 0 80px}.matches-title{margin-bottom:45px}.matches-title h1{font-size:clamp(46px,12vw,68px)}.matches-title p{font-size:12px}.matches-grid{grid-template-columns:1fr;gap:22px}.match-card{width:min(420px,100%);margin:0 auto}.match-photo{height:470px}}@media (width<=600px){.discover-cards{gap:22px}.discover-card{width:100%;transform:translateY(25px)rotate(0)}@keyframes discoverCardIn{to{opacity:1;transform:translateY(0)rotate(0)}}.discover-card:hover{transform:translateY(-5px)}.discover-photo{height:430px}.discover-photo-bottom h2{font-size:36px}.discover-info{padding:17px 16px 16px}.discover-bio{font-size:16px}.discover-empty{padding:45px 22px}.discover-empty-card{padding:40px 22px}.matches-header{width:calc(100% - 28px)}.matches-logo{font-size:16px}.matches-profile-button{gap:8px;font-size:9px}.matches-content{width:calc(100% - 28px);padding-top:45px}.match-photo{height:430px}.match-top{top:15px;left:15px;right:15px}.match-photo-bottom{bottom:18px;left:16px;right:16px}.match-name h2{font-size:34px}.matches-empty{padding:45px 22px}.matches-empty h2{font-size:36px}}@media (width<=380px){.discover-photo{height:390px}.discover-photo-bottom h2{font-size:32px}.discover-action{width:52px;height:52px}.discover-action-center{width:66px;height:66px}.discover-action-center div{font-size:25px}.discover-action-hint{letter-spacing:.8px}.match-photo{height:400px}.match-name h2{font-size:31px}}@media (prefers-reduced-motion:reduce){.discover-card,.discover-loader,.loader-heart,.loader-line,.empty-orbit,.discover-heart,.discover-glow,.matches-glow{animation:none!important}.discover-card{opacity:1;transform:none}.discover-card:hover,.match-card:hover,.discover-action:hover,.discover-action-center:hover{transform:none}}@media (hover:none){.discover-card:hover{transform:translateY(0) rotate(calc((var(--card-index,1) - 1) * 1deg));border-color:var(--border-gold)}.discover-card:hover .discover-photo img,.match-card:hover .match-photo img,.discover-action:hover,.discover-action-center:hover,.match-card:hover,.discover-photo-heart:hover,.match-more:hover,.discover-home-button:hover,.matches-empty-button:hover,.match-view-button:hover{transform:none}}.match-photo-info{z-index:var(--z-content);color:#fff;position:absolute;bottom:25px;left:25px;right:25px}.match-name{align-items:center;gap:10px;display:flex}.match-name h2{color:#fff;letter-spacing:-.03em;margin:0;font-family:Cormorant Garamond,Georgia,serif;font-size:38px;font-weight:500;line-height:.95}.match-name .verified{background:var(--gold);color:#100b08;border-radius:50%;flex:0 0 20px;justify-content:center;align-items:center;width:20px;height:20px;font-size:10px;font-weight:900;display:flex;box-shadow:0 3px 10px #00000040}.match-photo-info p{color:#ffffffd1;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;max-width:92%;margin:9px 0 7px;font-size:13px;line-height:1.55;display:-webkit-box;overflow:hidden}.match-photo-info small{color:#ffffffad;letter-spacing:.12em;text-transform:uppercase;font-size:9px;font-weight:700;line-height:1.4;display:block}.match-card-footer{background:linear-gradient(#ffffff04,#fff0);border-top:1px solid #c7a45d21;justify-content:space-between;align-items:center;gap:18px;min-height:72px;padding:17px 20px;display:flex}.match-card-footer span{min-width:0;color:var(--text-soft);font-size:11px;line-height:1.5}.match-card-footer button{color:var(--gold-light);letter-spacing:.12em;text-transform:uppercase;cursor:pointer;background:0 0;border:0;flex-shrink:0;align-items:center;padding:8px 0;font-size:10px;font-weight:900;transition:color .25s,transform .25s;display:inline-flex}.match-card-footer button strong{color:var(--gold);margin-left:7px;font-size:14px;font-weight:400;transition:margin .25s,transform .25s}.match-card-footer button:hover{color:var(--cream)}.match-card-footer button:hover strong{margin-left:12px}.match-card-footer button:active{transform:translate(1px)}.no-matches{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(145deg,#170f11fa,#080607fa);border:1px solid #c7a45d40;align-items:center;gap:60px;width:min(900px,100%);margin:0 auto;padding:70px 80px;display:flex;box-shadow:0 30px 80px #0000008c}.empty-heart{background:radial-gradient(circle,#8e354f40,#8e354f08);border:1px solid #c7a45d40;border-radius:50%;flex:0 0 145px;justify-content:center;align-items:center;width:145px;height:145px;display:flex;box-shadow:0 0 0 12px #c7a45d06,0 0 0 24px #c7a45d03}.empty-heart span{color:var(--gold-light);font-size:46px;animation:2.5s ease-in-out infinite heartPulse}@keyframes heartPulse{0%,to{transform:scale(1)}50%{transform:scale(1.12)}}.empty-copy{min-width:0}.empty-copy .empty-label,.empty-label{color:var(--gold-light);letter-spacing:.2em;text-transform:uppercase;font-size:9px;font-weight:900;display:block}.empty-copy h2{color:var(--cream);margin:12px 0 10px;font-family:Cormorant Garamond,Georgia,serif;font-size:38px;font-weight:400;line-height:1.05}.empty-copy p{max-width:480px;color:var(--text-soft);margin:0 0 25px;font-size:14px;line-height:1.7}.matches-primary-button{border:1px solid var(--gold);background:linear-gradient(135deg, var(--gold-light), var(--gold));color:#120d0a;letter-spacing:.13em;text-transform:uppercase;cursor:pointer;justify-content:center;align-items:center;gap:22px;min-height:48px;padding:14px 21px;font-size:10px;font-weight:900;transition:transform .25s,box-shadow .25s,filter .25s;display:inline-flex;box-shadow:0 8px 20px #c7a45d14}.matches-primary-button span{color:#120d0a;font-size:17px;line-height:1;transition:transform .25s}.matches-primary-button:hover{filter:brightness(1.03);transform:translateY(-2px);box-shadow:0 12px 30px #c7a45d40}.matches-primary-button:hover span{transform:translate(4px)}.matches-primary-button:active{transform:translateY(0)scale(.98)}.matches-loading{background:var(--black);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:15px;min-height:100vh;padding:40px;display:flex}.matches-loading-mark{color:var(--gold-light);font-size:38px;line-height:1;animation:1.5s ease-in-out infinite loadingPulse}.matches-loading p{color:var(--text-soft);margin:0;font-family:Cormorant Garamond,Georgia,serif;font-size:20px}.matches-loading span{background:linear-gradient(90deg, transparent, var(--gold), transparent);width:80px;height:1px;animation:1.5s ease-in-out infinite loadingLine;display:block}@keyframes loadingPulse{0%,to{opacity:.35;transform:scale(.9)}50%{opacity:1;transform:scale(1)}}@keyframes loadingLine{0%,to{opacity:.3;width:40px}50%{opacity:1;width:100px}}.matches-error{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:65vh;padding:60px 25px;display:flex}.error-icon{color:var(--gold-light);margin-bottom:20px;font-size:50px;line-height:1}.matches-error .section-label{color:var(--gold-light);letter-spacing:.2em;text-transform:uppercase;font-size:9px;font-weight:900}.matches-error h1{max-width:600px;color:var(--cream);margin:15px 0;font-family:Cormorant Garamond,Georgia,serif;font-size:48px;font-weight:400;line-height:1.05}.matches-error p{max-width:500px;color:var(--text-soft);margin:0 0 30px;font-size:13px;line-height:1.7}.matches-footer{z-index:var(--z-content);width:min(1380px,100% - 80px);color:var(--text-muted);letter-spacing:.2em;text-align:center;border-top:1px solid #c7a45d26;justify-content:center;align-items:center;gap:20px;margin:0 auto;padding:25px 0;font-size:8px;font-weight:800;display:flex;position:relative}.matches-footer span:first-child{color:var(--gold-light)}.matches-footer div{background:var(--gold-dark);flex:0 0 35px;width:35px;height:1px}.discover-card,.discover-action,.interest-list span,.interest-option,.match-card,.match-more,.match-card-footer button,.matches-primary-button{outline-offset:4px}.discover-card:focus-visible,.discover-action:focus-visible,.interest-list span:focus-visible,.interest-option:focus-visible,.match-card:focus-visible,.match-more:focus-visible,.match-card-footer button:focus-visible,.matches-primary-button:focus-visible{outline:2px solid var(--gold-light);outline-offset:4px}@media (prefers-reduced-motion:reduce){.empty-heart span,.matches-loading-mark,.matches-loading span{animation:none}.match-card,.match-card img,.matches-primary-button,.match-card-footer button,.match-card-footer button strong{transition:none}}@media (width<=1050px){.matches-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.match-photo{height:460px}.matches-nav{gap:22px}.no-matches{gap:45px;padding:60px 55px}.empty-heart{flex-basis:125px;width:125px;height:125px}.empty-heart span{font-size:40px}}@media (width<=700px){.discover-header{width:calc(100% - 32px);height:76px}.discover-logo{letter-spacing:4px;font-size:21px}.discover-logo span{width:25px;height:25px;font-size:9px}.discover-nav{gap:15px}.discover-nav button{letter-spacing:1px;font-size:9px}.discover-content{width:calc(100% - 28px);padding-top:38px}.discover-eyebrow{letter-spacing:2px;font-size:8px}.discover-eyebrow i{width:18px}.discover-heading h1{letter-spacing:-1.5px;margin-top:17px;font-size:clamp(45px,14vw,62px)}.discover-heading p{font-size:9px}.discover-stage{margin-top:32px}.card-count{display:none}.discover-cards{gap:18px;width:100%}.discover-card{width:min(350px,100%);animation:discoverCardMobileIn .7s var(--ease) forwards;transform:none}@keyframes discoverCardMobileIn{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}.discover-card:hover{transform:translateY(-3px)}.discover-photo{height:430px}.discover-photo-bottom h2{font-size:38px}.discover-info{background:#fff;padding:26px 22px 24px}.discover-bio{color:#55505a;letter-spacing:.01em;min-height:0;margin:0 0 20px;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:15px;font-weight:400;line-height:1.7}.discover-interests{flex-wrap:wrap;gap:8px;margin-bottom:24px;display:flex}.discover-interests span{letter-spacing:.07em;text-transform:uppercase;color:#716973;background:#faf8f9;border:1px solid #eee7eb;border-radius:999px;align-items:center;padding:7px 13px;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:10px;font-weight:600;display:inline-flex}.discover-interests span:hover{color:#4f4750;background:#f7f3f5;border-color:#e4d9df}.discover-divider{background:#eee9ec;width:100%;height:1px;margin:0 0 24px}.discover-action{width:48px;height:48px}.discover-actions{grid-template-columns:48px 1fr 48px;gap:10px;margin-top:20px}.discover-action.pass span{font-size:28px}.discover-action.like span{font-size:25px}.discover-action-center{width:70px;height:70px}.discover-action-center div{font-size:27px}.discover-action-hint{letter-spacing:1px;font-size:7px}.discover-action-center:after{font-size:7px}.discover-footer-note{font-size:12px}.discover-photo-bottom h2{letter-spacing:-.025em;color:#fff;align-items:baseline;gap:9px;margin:0;font-family:Playfair Display,Cormorant Garamond,Georgia,serif;font-size:42px;font-weight:400;line-height:.95;display:flex}.discover-photo-bottom h2 small{letter-spacing:0;color:#ffffffd9;margin-left:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:18px;font-weight:400;line-height:1}.heart-a{font-size:70px;top:25%;left:-25px}.heart-b{font-size:30px;top:15%;right:-5px}.heart-c,.heart-d{display:none}.matches-header{width:calc(100% - 32px);height:76px}.matches-logo{letter-spacing:.14em;font-size:16px}.matches-logo span{font-size:19px}.matches-nav{gap:14px}.matches-nav button{letter-spacing:.08em;font-size:9px}.matches-nav button.active:after{bottom:-10px}.matches-profile-button{letter-spacing:.08em;gap:7px;font-size:9px}.matches-content{width:calc(100% - 28px);padding:55px 0 80px}.matches-title{margin-bottom:40px}.title-line{letter-spacing:.18em;gap:10px;margin-bottom:18px;font-size:8px}.title-line span{width:24px}.matches-title h1{font-size:clamp(45px,14vw,65px)}.matches-title p{max-width:330px;margin-top:18px;font-size:12px;line-height:1.7}.matches-count{margin-bottom:15px;font-size:9px}.matches-grid{grid-template-columns:1fr;gap:20px}.match-card{width:100%}.match-card:hover{transform:translateY(-4px)}.match-photo{height:430px}.match-top{top:16px;left:16px;right:16px}.match-badge{padding:7px 9px;font-size:8px}.match-more{width:34px;height:34px}.match-photo-info{bottom:20px;left:18px;right:18px}.match-name{gap:8px}.match-name h2{font-size:34px}.match-name .verified{flex-basis:18px;width:18px;height:18px;font-size:9px}.match-photo-info p{max-width:100%;margin-top:8px;font-size:12px;line-height:1.5}.match-photo-info small{font-size:8px}.match-card-footer{min-height:68px;padding:15px 16px}.match-card-footer span{font-size:10px}.match-card-footer button{font-size:9px}.no-matches{text-align:center;flex-direction:column;gap:28px;width:100%;margin:0 auto;padding:45px 25px}.empty-heart{flex-basis:110px;width:110px;height:110px}.empty-heart span{font-size:38px}.empty-copy{width:100%}.empty-copy .empty-label,.empty-label{letter-spacing:.18em;font-size:8px}.empty-copy h2{margin-top:11px;font-size:34px}.empty-copy p{max-width:360px;margin:0 auto 22px;font-size:12px;line-height:1.7}.matches-primary-button{gap:17px;padding:14px 18px;font-size:9px}.matches-error{min-height:60vh;padding:50px 20px}.error-icon{font-size:42px}.matches-error h1{font-size:38px}.matches-error p{max-width:340px;font-size:12px}.matches-footer{letter-spacing:.15em;gap:12px;width:calc(100% - 32px);padding:22px 0;font-size:7px}.matches-footer div{flex-basis:24px;width:24px}}@media (width<=480px){.discover-header,.matches-header{width:calc(100% - 24px)}.discover-nav{gap:10px}.discover-nav button{font-size:8px}.matches-nav{gap:10px}.matches-nav button{font-size:8px}.matches-profile-button{display:none}.discover-card{width:100%}.discover-photo{height:410px}.discover-photo-bottom{bottom:18px;left:16px;right:16px}.discover-photo-bottom h2{font-size:37px}.discover-photo-bottom h2 small{font-size:16px}.discover-info{padding:22px 18px}.discover-bio{font-size:14px}.discover-interests span{padding:6px 11px;font-size:9px}.discover-actions{gap:5px}.discover-action{width:46px;height:46px}.discover-action-center{width:66px;height:66px}.discover-action-center div{font-size:25px}.match-photo{height:400px}.match-name h2{font-size:31px}.match-card-footer{flex-direction:column;align-items:flex-start;gap:8px}.match-card-footer button{align-self:flex-end}.no-matches{padding:38px 20px}.empty-heart{flex-basis:95px;width:95px;height:95px}.empty-heart span{font-size:34px}.empty-copy h2{font-size:31px}.matches-primary-button{width:100%}}.discover-location{letter-spacing:.12em;text-transform:uppercase;color:#ffffffe6;margin-bottom:8px;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:11px;font-weight:600;display:block}.discover-status{letter-spacing:.14em;text-transform:uppercase;color:#ffffffe6;align-items:center;gap:7px;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:10px;font-weight:700;display:flex}.discover-status span{background:#7bd69b;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #7bd69b24}.verified-badge{color:#d56b8a;background:#fffffff2;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-family:Inter,Arial,sans-serif;font-size:13px;font-weight:700;display:flex;box-shadow:0 5px 20px #0000001f}@media (width<=700px){.matches-header{width:calc(100% - 36px);height:80px}.matches-nav{display:none}.matches-profile-button{font-size:9px}.matches-content{width:calc(100% - 36px);padding:65px 0 80px}.matches-title{margin-bottom:45px}.matches-title h1{font-size:48px}.matches-title p{font-size:13px}.matches-grid{grid-template-columns:1fr;gap:20px}.match-photo{height:500px}.no-matches{text-align:center;flex-direction:column;gap:30px;padding:45px 25px}.empty-heart{width:110px;height:110px}.empty-copy h2{font-size:32px}.matches-primary-button{justify-content:space-between;width:100%}.matches-footer{text-align:center;flex-wrap:wrap;width:calc(100% - 36px)}.matches-footer div{display:none}}@media (width<=380px){.discover-header{width:calc(100% - 24px)}.discover-nav{gap:10px}.discover-nav button{font-size:8px}.discover-content{width:calc(100% - 22px)}.discover-photo{height:390px}.discover-photo-bottom h2{font-size:34px}.discover-info{padding-left:13px;padding-right:13px}.matches-header,.matches-content{width:calc(100% - 24px)}.match-photo{height:430px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (width<=700px){.navbar{flex-wrap:wrap;align-items:center;width:calc(100% - 28px);height:auto;min-height:70px;margin:0 auto;padding:14px 0;display:flex}.brand{flex:1;min-width:0}.brand-name{letter-spacing:3px;font-size:20px}.brand-subtitle{letter-spacing:1px;font-size:7px}.brand-star{font-size:20px}.nav-links{white-space:nowrap;scrollbar-width:none;order:3;justify-content:center;align-items:center;gap:18px;width:100%;margin-top:12px;padding-top:10px;display:flex;overflow-x:auto}.nav-links::-webkit-scrollbar{display:none}.nav-links button{color:inherit;letter-spacing:1px;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:6px 3px;font-family:inherit;font-size:11px;display:block}.sign-in-button{letter-spacing:1px;flex-shrink:0;padding:10px 13px;font-size:9px}}@media (width<=380px){.navbar{width:calc(100% - 22px)}.brand-name{font-size:18px}.brand-subtitle{font-size:6px}.nav-links{gap:13px}.nav-links button{font-size:10px}.sign-in-button{padding:9px 10px;font-size:8px}}.discover-actions{justify-content:center;align-items:center;gap:45px;width:100%;padding:5px 0 10px;display:flex}.discover-action{cursor:pointer;background:#fff;border:1px solid #eee7eb;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;transition:transform .2s,box-shadow .2s,background .2s;display:flex}.discover-action span{justify-content:center;align-items:center;line-height:1;display:flex}.discover-action.pass{color:#77717a;font-size:30px}.discover-action.crush{color:#d96b8a;border:1px solid #f0c8d3;width:68px;height:68px;font-size:27px;box-shadow:0 8px 25px #d96b8a26}.discover-action.like{color:#d94f76;font-size:25px}.discover-action:hover{transform:translateY(-4px);box-shadow:0 10px 25px #2819231f}.discover-action.crush:hover{transform:translateY(-5px)scale(1.05);box-shadow:0 12px 30px #d96b8a40}.discover-action:active{transform:scale(.94)}.profile-logout{color:#8d877f;letter-spacing:.14em;cursor:pointer;background:#ffffff06;border:1px solid #ffffff17;border-radius:12px;width:100%;margin-top:14px;padding:13px 20px;font-family:inherit;font-size:11px;font-weight:600;transition:background .18s,color .18s,border-color .18s,transform .18s}.profile-logout:hover{color:#d18b8b;background:#be5c5c14;border-color:#d2828247;transform:translateY(-1px)}.profile-logout:active{transform:translateY(0)}:root{--black:#090909;--black-soft:#0e0e0e;--panel:#121212;--panel-light:#171717;--panel-hover:#1c1c1c;--gold:#d4af5f;--gold-light:#e3c778;--gold-dark:#a8863d;--cream:#f4efe4;--text:#ddd6c8;--muted:#888277;--muted-dark:#5f5a51;--border:#d4af5f2e;--border-light:#ffffff12}.chat-page{background:radial-gradient(circle at 80% 10%, #d4af5f14, transparent 28%), radial-gradient(circle at 10% 90%, #d4af5f0d, transparent 25%), var(--black);width:100%;min-height:100vh;color:var(--cream);box-sizing:border-box;justify-content:center;padding:24px;display:flex}.chat-app-shell{background:var(--panel);border:1px solid var(--border);border-radius:28px;grid-template-columns:350px minmax(0,1fr);width:100%;max-width:1400px;height:calc(100vh - 48px);min-height:600px;display:grid;overflow:hidden;box-shadow:0 25px 80px #000000a6,0 0 80px #d4af5f0a}.chat-loading{flex-direction:column;justify-content:center;align-items:center}.loading-heart{color:var(--gold);text-shadow:0 0 25px #d4af5f40;margin-bottom:15px;font-size:64px}.chat-loading p{color:var(--muted)}.chat-sidebar{border-right:1px solid var(--border);background:linear-gradient(#11110f 0%,#0d0d0d 100%);flex-direction:column;min-width:0;height:100%;display:flex;overflow:hidden}.chat-sidebar-header{justify-content:space-between;align-items:center;padding:30px 24px 20px;display:flex}.chat-eyebrow{letter-spacing:2.5px;color:var(--gold);margin-bottom:7px;font-size:9px;font-weight:800;display:block}.chat-sidebar-header h1{color:var(--cream);letter-spacing:-.8px;margin:0;font-size:30px;font-weight:500}.chat-new-button{border:1px solid var(--border);width:42px;height:42px;color:var(--gold-light);cursor:pointer;background:#d4af5f14;border-radius:50%;font-size:20px;transition:transform .2s,background .2s,box-shadow .2s}.chat-new-button:hover{background:#d4af5f26;transform:translateY(-2px);box-shadow:0 0 25px #d4af5f1f}.chat-search{border:1px solid var(--border-light);box-sizing:border-box;height:44px;color:var(--muted);background:#171716;border-radius:13px;align-items:center;margin:0 20px 16px;padding:0 14px;display:flex}.chat-search span{color:var(--gold-dark);margin-right:8px;font-size:21px}.chat-search input{width:100%;color:var(--text);background:0 0;border:0;outline:0;font-size:13px}.chat-search input::placeholder{color:#5e5a53}.conversation-list{flex:1;min-height:0;padding:0 10px;overflow-y:auto}.conversation-item{width:100%;color:var(--cream);text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:16px;align-items:center;gap:13px;margin-bottom:3px;padding:13px 12px;transition:background .2s,border-color .2s;display:flex}.conversation-item:hover{background:var(--panel-hover)}.conversation-item.conversation-active{background:linear-gradient(90deg,#d4af5f1f,#d4af5f0a);border-color:#d4af5f2e}.conversation-avatar{background:#24211b;border:1px solid #d4af5f33;border-radius:50%;flex:0 0 52px;justify-content:center;align-items:center;width:52px;height:52px;display:flex;position:relative}.conversation-avatar img{object-fit:cover;border-radius:50%;width:52px;height:52px;display:block}.conversation-avatar>span:not(.conversation-online){color:var(--gold);font-size:20px}.conversation-online{background:#9d9b72;border:2px solid #111;border-radius:50%;width:10px;height:10px;position:absolute;bottom:1px;right:0}.conversation-details{flex:1;min-width:0}.conversation-top{justify-content:space-between;align-items:center;gap:8px;display:flex}.conversation-top strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--cream);font-size:14px;font-weight:650;overflow:hidden}.conversation-top small{color:var(--gold);letter-spacing:.5px;flex-shrink:0;font-size:9px;font-weight:700}.conversation-details p{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;margin:5px 0 0;font-size:12px;overflow:hidden}.chat-list-empty{text-align:center;color:var(--muted);padding:50px 24px}.chat-list-empty-icon{color:var(--gold);margin-bottom:14px;font-size:44px}.chat-list-empty>span{width:36px;height:36px;color:var(--gold);background:#d4af5f14;border-radius:50%;justify-content:center;align-items:center;margin-bottom:12px;font-weight:700;display:inline-flex}.chat-list-empty strong{color:var(--cream);font-size:15px;display:block}.chat-list-empty p{color:var(--muted);margin:8px 0 18px;font-size:12px;line-height:1.6}.chat-list-empty button{color:var(--gold);letter-spacing:1.2px;cursor:pointer;background:0 0;border:0;font-size:10px;font-weight:800}.chat-sidebar-footer{border-top:1px solid var(--border-light);padding:14px 18px 18px}.chat-sidebar-footer button{border:1px solid var(--border);width:100%;height:44px;color:var(--text);cursor:pointer;background:#d4af5f0f;border-radius:13px;align-items:center;gap:9px;padding:0 14px;font-size:12px;transition:background .2s;display:flex}.chat-sidebar-footer button:hover{background:#d4af5f1c}.chat-sidebar-footer button span{color:var(--gold)}.chat-sidebar-footer button strong{color:var(--gold);margin-left:auto}.chat-conversation{background:radial-gradient(circle at 50% 0,#d4af5f09,#0000 35%),#0d0d0d;flex-direction:column;min-width:0;height:100%;min-height:0;display:flex}.conversation-empty-state{justify-content:center;align-items:center}.conversation-header{box-sizing:border-box;border-bottom:1px solid var(--border);background:#0e0e0eeb;flex:none;align-items:center;gap:13px;min-height:82px;padding:14px 24px;display:flex}.conversation-person-photo{background:#24211b;border:1px solid #d4af5f40;border-radius:50%;flex:0 0 48px;justify-content:center;align-items:center;width:48px;height:48px;display:flex;position:relative}.conversation-person-photo img{object-fit:cover;border-radius:50%;width:48px;height:48px;display:block}.conversation-person-photo>span{background:#9d9b72;border:2px solid #0d0d0d;border-radius:50%;width:10px;height:10px;position:absolute;bottom:1px;right:-1px}.conversation-person-photo>span:first-child{width:auto;height:auto;color:var(--gold);background:0 0;border:0;font-size:19px;position:static}.conversation-person-info{flex:1;min-width:0}.conversation-person-info h2{color:var(--cream);margin:0;font-size:17px;font-weight:650}.conversation-person-info p{color:var(--muted);align-items:center;gap:6px;margin:4px 0 0;font-size:11px;display:flex}.conversation-person-info p span{background:#9d9b72;border-radius:50%;width:6px;height:6px}.conversation-profile-button{width:38px;height:38px;color:var(--muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:50%;font-size:23px}.conversation-profile-button:hover{background:var(--panel-hover);color:var(--gold)}.mobile-chat-back{border:1px solid var(--border);width:38px;height:38px;color:var(--gold);cursor:pointer;background:#d4af5f0f;border-radius:50%;flex:0 0 38px;font-size:20px;display:none}.chat-messages{box-sizing:border-box;flex-direction:column;flex:1;gap:9px;min-height:0;padding:30px clamp(18px,5vw,70px);display:flex;overflow-y:auto}.messages-loading{color:var(--muted);flex:1;justify-content:center;align-items:center;gap:8px;font-size:13px;display:flex}.messages-loading span{color:var(--gold)}.messages-date{color:var(--muted-dark);letter-spacing:1.5px;align-items:center;gap:14px;margin:4px 0 20px;font-size:9px;font-weight:700;display:flex}.messages-date:before,.messages-date:after{content:"";background:var(--border-light);flex:1;height:1px}.message-row{width:100%;display:flex}.sent-row{justify-content:flex-end}.received-row{justify-content:flex-start}.chat-message{word-break:break-word;border-radius:18px;max-width:min(70%,500px);padding:11px 15px 7px;font-size:14px;line-height:1.45}.chat-message.sent{color:#0d0d0d;background:linear-gradient(135deg,#d4af5f,#b99343);border-bottom-right-radius:5px;box-shadow:0 5px 20px #d4af5f14}.chat-message.received{color:var(--cream);border:1px solid var(--border-light);background:#1b1b1a;border-bottom-left-radius:5px}.chat-message small{opacity:.55;text-align:right;margin-top:4px;font-size:9px;display:block}.empty-chat{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:300px;display:flex}.empty-heart{color:var(--gold);text-shadow:0 0 30px #d4af5f33;margin-bottom:12px;font-size:58px}.match-label{letter-spacing:2px;color:var(--gold);font-size:9px;font-weight:800}.empty-chat h2{letter-spacing:-.5px;color:var(--cream);margin:10px 0 7px;font-size:clamp(22px,3vw,30px);font-weight:500}.empty-chat p{color:var(--muted);margin:0 0 25px;font-size:13px;line-height:1.7}.conversation-prompt{border:1px solid var(--border);width:min(100%,520px);color:var(--text);text-align:left;cursor:pointer;background:linear-gradient(135deg,#d4af5f14,#ffffff05);border-radius:17px;align-items:center;gap:12px;padding:15px 17px;transition:transform .2s,border-color .2s,background .2s;display:flex}.conversation-prompt:hover{background:linear-gradient(135deg,#d4af5f21,#ffffff08);border-color:#d4af5f66;transform:translateY(-2px)}.prompt-star{color:var(--gold);font-size:20px}.conversation-prompt>span:nth-child(2){flex:1;font-size:12px;line-height:1.5}.conversation-prompt small{color:var(--gold);letter-spacing:1.5px;margin-bottom:3px;font-size:8px;font-weight:800;display:block}.prompt-arrow{color:var(--gold);font-size:18px}.chat-input-area{border-top:1px solid var(--border);background:#0d0d0d;flex:none;padding:14px clamp(18px,5vw,70px) 17px}.input-wrapper{border:1px solid var(--border);background:#151514;border-radius:18px;align-items:center;gap:8px;padding:5px 6px 5px 17px;transition:border-color .2s,box-shadow .2s;display:flex}.input-wrapper:focus-within{border-color:#d4af5f8c;box-shadow:0 0 0 3px #d4af5f0f}.input-wrapper input{min-width:0;height:40px;color:var(--cream);background:0 0;border:0;outline:0;flex:1;font-size:13px}.input-wrapper input::placeholder{color:#625e56}.send-button{color:#69645c;cursor:default;background:#27251f;border:0;border-radius:13px;flex:0 0 40px;width:40px;height:40px;font-size:20px;transition:all .2s}.send-button.active{background:linear-gradient(135deg, var(--gold-light), var(--gold-dark));color:#111;cursor:pointer;box-shadow:0 5px 18px #d4af5f24}.send-button.active:hover{transform:translateY(-1px);box-shadow:0 7px 22px #d4af5f33}.input-hint{color:#555149;margin:7px 3px 0;font-size:9px}.chat-welcome{text-align:center;width:min(480px,90%)}.chat-welcome-symbol{border:1px solid var(--border);width:70px;height:70px;color:var(--gold);background:radial-gradient(circle,#d4af5f26,#d4af5f0a);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;font-size:28px;display:flex;box-shadow:0 0 40px #d4af5f0d}.chat-welcome>span{letter-spacing:2px;color:var(--gold);font-size:9px;font-weight:800}.chat-welcome h2{color:var(--cream);margin:10px 0;font-size:30px;font-weight:500}.chat-welcome p{color:var(--muted);margin:0 0 24px;font-size:13px;line-height:1.7}.chat-welcome button{background:linear-gradient(135deg, var(--gold-light), var(--gold-dark));color:#101010;letter-spacing:1.2px;cursor:pointer;border:1px solid #d4af5f59;border-radius:13px;padding:13px 20px;font-size:10px;font-weight:800}.chat-welcome button strong{margin-left:10px}.conversation-list::-webkit-scrollbar{width:5px}.chat-messages::-webkit-scrollbar{width:5px}.conversation-list::-webkit-scrollbar-track{background:0 0}.chat-messages::-webkit-scrollbar-track{background:0 0}.conversation-list::-webkit-scrollbar-thumb{background:#39362f;border-radius:20px}.chat-messages::-webkit-scrollbar-thumb{background:#39362f;border-radius:20px}.conversation-list::-webkit-scrollbar-thumb:hover{background:var(--gold-dark)}.chat-messages::-webkit-scrollbar-thumb:hover{background:var(--gold-dark)}@media (width<=900px){.chat-page{padding:12px}.chat-app-shell{border-radius:22px;grid-template-columns:300px minmax(0,1fr);height:calc(100vh - 24px)}.chat-sidebar-header{padding:24px 18px 17px}.chat-sidebar-header h1{font-size:26px}.chat-messages,.chat-input-area{padding-left:25px;padding-right:25px}}@media (width<=700px){.chat-page{background:var(--black);min-height:100dvh;padding:0}.chat-app-shell{width:100%;height:100dvh;min-height:0;box-shadow:none;border:0;border-radius:0;display:block;position:relative;overflow:hidden}.chat-sidebar.mobile-hidden{display:none!important}.chat-sidebar{border-right:0;width:100%;height:100%}.chat-conversation{width:100%;height:100%}.conversation-header{background:#10100f;gap:10px;min-height:68px;padding:10px 14px}.mobile-chat-back{justify-content:center;align-items:center;display:flex}.conversation-person-photo{flex-basis:42px;width:42px;height:42px}.conversation-person-photo img{width:42px;height:42px}.conversation-person-info h2{font-size:15px}.conversation-person-info p{font-size:10px}.chat-messages{padding:20px 14px}.chat-message{max-width:82%;font-size:13px}.empty-chat{padding:20px 12px}.empty-heart{font-size:48px}.empty-chat h2{font-size:23px}.conversation-prompt{width:100%}.chat-input-area{padding:10px 12px 12px}.input-wrapper{border-radius:16px}.input-hint{display:none}}@media (width<=400px){.conversation-profile-button{width:34px;height:34px;font-size:20px}.conversation-person-photo{flex-basis:40px;width:40px;height:40px}.conversation-person-photo img{width:40px;height:40px}.chat-message{max-width:88%}}.matches-page{--bg:#0f0f0e;--surface:#171614;--surface-soft:#1d1b18;--text:#f2ede5;--muted:#948d84;--muted-light:#b7afa5;--gold:#c9a56e;--gold-light:#dfc18f;--gold-dark:#927246;--border:#ffffff14;--gold-border:#c9a56e40;background:radial-gradient(circle at 15% 0%, #c9a56e14, transparent 30%), radial-gradient(circle at 90% 70%, #c9a56e0b, transparent 32%), var(--bg);min-height:100vh;color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.matches-header{z-index:100;-webkit-backdrop-filter:blur(20px);background:#0f0f0ed1;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;height:72px;padding:0 42px;display:flex;position:sticky;top:0}.matches-logo{color:var(--text);letter-spacing:.16em;cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;padding:0;font-family:Georgia,Times New Roman,serif;font-size:16px;font-weight:600;display:flex}.matches-logo span{color:var(--gold);font-size:14px;transition:transform .25s}.matches-logo:hover span{transform:rotate(20deg)scale(1.1)}.matches-nav{align-items:center;gap:4px;display:flex}.matches-nav button{color:#77736d;letter-spacing:.08em;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:9px 14px;font-family:inherit;font-size:10px;font-weight:600;transition:color .2s,background .2s;position:relative}.matches-nav button:hover{color:var(--text);background:#ffffff09}.matches-nav-active{color:var(--gold-light)!important;background:#c9a56e14!important}.matches-nav-active:after{content:"";background:var(--gold);width:16px;height:1px;position:absolute;bottom:3px;left:50%;transform:translate(-50%)}.matches-content{width:min(1180px,100% - 48px);margin:0 auto;padding:68px 0 100px}.matches-title{text-align:center;margin-bottom:55px}.matches-eyebrow{justify-content:center;align-items:center;gap:12px;margin-bottom:19px;display:flex}.matches-eyebrow i{background:linear-gradient(90deg,#0000,#c9a56e80);width:38px;height:1px}.matches-eyebrow i:last-child{background:linear-gradient(90deg,#c9a56e80,#0000)}.matches-eyebrow span{color:var(--gold);letter-spacing:.2em;font-size:8px;font-weight:700}.matches-title h1{color:var(--text);letter-spacing:-.045em;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(46px,6vw,70px);font-weight:400;line-height:.95}.matches-title h1 strong{color:var(--gold-light);font-style:italic;font-weight:400}.matches-title p{color:var(--muted);margin:18px 0 0;font-family:Georgia,Times New Roman,serif;font-size:14px;font-style:italic}.matches-section{width:100%}.matches-count{color:#77716a;letter-spacing:.18em;align-items:center;gap:9px;margin-bottom:17px;font-size:8px;font-weight:700;display:flex}.matches-count span{border:1px solid var(--gold-border);min-width:24px;height:24px;color:var(--gold-light);background:#c9a56e12;border-radius:50%;justify-content:center;align-items:center;font-size:9px;display:inline-flex}.matches-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;display:grid}.match-card{border:1px solid var(--border);background:linear-gradient(145deg,#1b1917,#141311);border-radius:20px;flex-direction:column;min-width:0;transition:transform .3s cubic-bezier(.2,.7,.2,1),border-color .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 50px #00000047}.match-card:hover{border-color:#c9a56e3d;transform:translateY(-6px);box-shadow:0 28px 70px #00000061,0 0 40px #c9a56e09}.match-photo{aspect-ratio:.84;background:radial-gradient(circle,#39332c,#171513 70%);width:100%;position:relative;overflow:hidden}.match-photo img{object-fit:cover;width:100%;height:100%;transition:transform .7s cubic-bezier(.2,.7,.2,1),filter .5s;display:block}.match-card:hover .match-photo img{filter:saturate(1.04);transform:scale(1.045)}.match-photo-placeholder{background:radial-gradient(circle,#c9a56e1f,#0000 55%);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.match-photo-placeholder span{color:var(--gold);font-family:Georgia,Times New Roman,serif;font-size:40px}.match-photo-overlay{pointer-events:none;background:linear-gradient(#0000002e,#0000 28% 48%,#00000026 60%,#080706eb 100%);position:absolute;inset:0}.match-photo-top{justify-content:space-between;display:flex;position:absolute;top:15px;left:15px;right:15px}.matched-pill{color:#dfc08d;letter-spacing:.16em;-webkit-backdrop-filter:blur(12px);background:#0c0b0a7a;border:1px solid #e1c29147;border-radius:999px;align-items:center;gap:6px;padding:7px 10px;font-size:7px;font-weight:700;display:inline-flex}.match-photo-bottom{justify-content:space-between;align-items:flex-end;gap:10px;display:flex;position:absolute;bottom:17px;left:17px;right:17px}.match-photo-bottom h2{color:#fffaf3;letter-spacing:-.025em;margin:0;font-family:Georgia,Times New Roman,serif;font-size:27px;font-weight:400;line-height:1}.photo-meta{color:#fff8edad;align-items:center;gap:7px;margin-top:7px;font-size:9px;display:flex}.photo-meta i{color:var(--gold);font-style:normal}.verified-mark{width:26px;height:26px;color:var(--gold-light);background:#c9a56e26;border:1px solid #e1c29166;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;display:flex}.match-info{flex-direction:column;padding:20px;display:flex}.match-message{align-items:flex-start;gap:9px;margin-bottom:16px;display:flex}.match-message-symbol{color:var(--gold-dark);flex-shrink:0;font-family:Georgia,Times New Roman,serif;font-size:24px;line-height:.8}.match-message p{color:#aaa198;margin:0;font-family:Georgia,Times New Roman,serif;font-size:11px;font-style:italic;line-height:1.55}.match-bio{background:#ffffff06;border:1px solid #ffffff0e;border-radius:11px;align-items:flex-start;gap:4px;min-height:52px;margin-bottom:16px;padding:12px 13px;display:flex}.match-bio>span{color:#766044;flex-shrink:0;font-family:Georgia,Times New Roman,serif;font-size:17px;line-height:1}.match-bio p{-webkit-line-clamp:2;line-clamp:2;color:#b6aea4;-webkit-box-orient:vertical;margin:0;font-family:Georgia,Times New Roman,serif;font-size:11px;font-style:italic;line-height:1.55;display:-webkit-box;overflow:hidden}.match-interests{flex-wrap:wrap;gap:6px;min-height:25px;margin-bottom:17px;display:flex}.match-interests span{color:#aa977d;letter-spacing:.03em;background:#c9a56e0e;border:1px solid #c9a56e24;border-radius:999px;padding:6px 9px;font-size:8px;line-height:1}.match-divider{background:linear-gradient(90deg,#ffffff12,#c9a56e2e,#ffffff12);width:100%;height:1px;margin-bottom:13px}.match-status{color:#756f68;letter-spacing:.15em;align-items:center;gap:7px;margin-bottom:12px;font-size:7px;font-weight:700;display:flex}.match-status span{color:var(--gold);font-size:9px}.match-chat-button{color:#1b1610;letter-spacing:.05em;cursor:pointer;background:linear-gradient(135deg,#c9a574,#b68c59);border:1px solid #e1be8961;border-radius:10px;justify-content:space-between;align-items:center;width:100%;padding:13px 15px;font-family:inherit;font-size:10px;font-weight:700;transition:transform .2s,filter .2s,box-shadow .2s;display:flex;box-shadow:0 7px 20px #0000002e}.match-chat-button:hover{filter:brightness(1.07);transform:translateY(-2px);box-shadow:0 11px 27px #00000047}.match-chat-button:active{transform:scale(.98)}.match-chat-button strong{font-size:16px;font-weight:400}.no-matches{text-align:center;background:radial-gradient(circle at 50% 0,#c9a56e14,#0000 50%),#ffffff05;border:1px solid #ffffff12;border-radius:22px;max-width:590px;margin:10px auto 0;padding:65px 30px}.no-matches-icon{border:1px solid var(--gold-border);width:64px;height:64px;color:var(--gold);background:#c9a56e0f;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;font-size:25px;display:flex}.no-matches-label{color:#9b7d50;letter-spacing:.19em;font-size:8px;font-weight:700}.no-matches h2{color:var(--text);margin:16px 0 12px;font-family:Georgia,Times New Roman,serif;font-size:34px;font-weight:400;line-height:1.08}.no-matches h2 strong{color:var(--gold-light);font-style:italic;font-weight:400}.no-matches p{color:#79736c;max-width:360px;margin:0 auto 25px;font-family:Georgia,Times New Roman,serif;font-size:13px;line-height:1.7}.matches-discover-button{color:var(--gold-light);letter-spacing:.13em;cursor:pointer;background:#c9a56e12;border:1px solid #c9a56e40;border-radius:10px;align-items:center;gap:25px;padding:13px 17px;font-size:8px;font-weight:700;transition:transform .2s,background .2s;display:inline-flex}.matches-discover-button:hover{background:#c9a56e21;transform:translateY(-2px)}.matches-discover-button strong{font-size:16px;font-weight:400}.matches-loading{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 72px);display:flex}.matches-loading-orbit{border:1px solid #c9a56e33;border-top-color:var(--gold);border-radius:50%;justify-content:center;align-items:center;width:68px;height:68px;margin-bottom:22px;animation:2s linear infinite matches-spin;display:flex}.matches-loading-orbit span{color:var(--gold);font-size:22px}@keyframes matches-spin{to{transform:rotate(360deg)}}.loading-label{color:#9b7d50;letter-spacing:.2em;font-size:8px;font-weight:700}.matches-loading h1{color:var(--text);margin:14px 0 8px;font-family:Georgia,Times New Roman,serif;font-size:30px;font-weight:400}.matches-loading h1 strong{color:var(--gold-light);font-style:italic;font-weight:400}.matches-loading p{color:#706a63;margin:0;font-family:Georgia,Times New Roman,serif;font-size:13px;font-style:italic}.matches-error{text-align:center;background:#ffffff05;border:1px solid #ffffff12;border-radius:22px;max-width:540px;margin:80px auto;padding:55px 30px}.error-symbol{border:1px solid var(--gold-border);width:60px;height:60px;color:var(--gold);background:#c9a56e0d;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 18px;display:flex}.matches-error>span{color:#9b7d50;letter-spacing:.18em;font-size:8px;font-weight:700}.matches-error h1{color:var(--text);margin:15px 0 12px;font-family:Georgia,Times New Roman,serif;font-size:31px;font-weight:400}.matches-error h1 strong{color:var(--gold-light);font-style:italic;font-weight:400}.matches-error p{color:#77716a;max-width:400px;margin:0 auto 24px;font-size:12px;line-height:1.6}.matches-error button{border:1px solid var(--gold-border);color:var(--gold-light);letter-spacing:.13em;cursor:pointer;background:#c9a56e12;border-radius:10px;align-items:center;gap:24px;padding:12px 16px;font-size:8px;font-weight:700;transition:background .2s,transform .2s;display:inline-flex}.matches-error button:hover{background:#c9a56e21;transform:translateY(-2px)}.matches-error button strong{font-size:15px;font-weight:400}@media (width<=1000px){.matches-header{padding:0 24px}.matches-content{width:min(760px,100% - 36px)}.matches-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.matches-header{height:64px;padding:0 14px}.matches-logo{font-size:14px}.matches-nav{gap:0}.matches-nav button{padding:8px 7px;font-size:8px}.matches-content{width:calc(100% - 28px);padding:45px 0 70px}.matches-title{margin-bottom:38px}.matches-title h1{font-size:48px}.matches-title p{font-size:13px}.matches-grid{grid-template-columns:1fr;gap:18px}.match-card{border-radius:19px}.match-photo{aspect-ratio:.88}.match-photo-bottom h2{font-size:27px}.match-info{padding:18px}.no-matches{padding:50px 20px}.no-matches h2{font-size:29px}}@media (width<=420px){.matches-nav button{width:30px;padding:8px 4px;font-size:0}.matches-nav button:first-child:after{content:"⌕";font-size:17px}.matches-nav button:nth-child(2):after{content:"♡";font-size:17px}.matches-nav button:nth-child(3):after{content:"◌";font-size:17px}.matches-nav button:nth-child(4):after{content:"○";font-size:17px}.matches-title h1{font-size:42px}.match-photo{aspect-ratio:.86}.match-photo-bottom h2{font-size:25px}.match-info{padding:16px}}@media (prefers-reduced-motion:reduce){.match-card,.match-photo img,.match-chat-button,.matches-loading-orbit{transition:none;animation:none}}.video-modal{z-index:99999;-webkit-backdrop-filter:blur(10px);background:#000000d9;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;animation:.25s introVideoFadeIn;display:flex;position:fixed;inset:0}.video-modal-content{background:#000;border-radius:20px;width:min(900px,95vw);max-height:90vh;animation:.25s introVideoScaleIn;position:relative;overflow:hidden;box-shadow:0 30px 100px #0009}.intro-video{object-fit:contain;background:#000;width:100%;height:auto;max-height:85vh;display:block}.video-close{z-index:10;color:#fff;cursor:pointer;background:#000000b3;border:none;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;padding:0;font-size:30px;line-height:1;transition:background .2s,transform .2s;display:flex;position:absolute;top:12px;right:12px}.video-close:hover{background:#000000f2;transform:scale(1.08)}.video-close:active{transform:scale(.95)}@keyframes introVideoFadeIn{0%{opacity:0}to{opacity:1}}@keyframes introVideoScaleIn{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}@media (width<=900px){.video-modal{padding:15px}.video-modal-content{width:95vw}.intro-video{max-height:82vh}}@media (width<=600px){.video-modal{padding:10px}.video-modal-content{border-radius:14px;width:100%}.intro-video{width:100%;max-height:80vh}.video-close{width:38px;height:38px;font-size:26px;top:8px;right:8px}}@media (width<=400px){.video-modal{padding:5px}.video-modal-content{border-radius:10px}.video-close{width:36px;height:36px;font-size:24px}}
