:root{--ink:#171516;--muted:#827a7e;--line:#e6e1e3;--soft:#f7f4f5;--pink:#f5b9dd;--pink-strong:#ef62b6;--violet:#e8dcff}
@view-transition{navigation:auto}
*{box-sizing:border-box}
body.portal-page{margin:0;background:#fff;color:var(--ink);font-family:Manrope,Arial,sans-serif}
img{-webkit-user-drag:none;user-drag:none;-webkit-user-select:none;user-select:none}
button,a{font:inherit}
.app-header{position:relative;z-index:20;max-width:1600px;height:118px;margin:auto;padding:24px 42px;display:grid;grid-template-columns:430px 1fr 430px;align-items:center;background:#fff}
.app-nav{display:flex;align-items:center;gap:38px}
.nav-item{position:relative;width:54px;height:54px;display:grid;place-items:center;border-radius:17px;color:#c5d2db;text-decoration:none;transition:.2s ease}
.nav-item:hover{background:#f7f4f5;color:#342f31}.nav-item.active{color:#272324}
.nav-avatar{width:44px;height:44px;border-radius:14px;object-fit:cover;border:2px solid transparent}.nav-item.active .nav-avatar{border-color:#272324}
.nav-anonymous{position:relative;width:44px;height:44px;overflow:hidden;border:0;border-radius:50%;background:#edf3f6;transition:background .2s ease,transform .2s ease}.nav-anonymous:before{content:"";position:absolute;z-index:2;left:50%;top:15%;width:34%;aspect-ratio:1;border-radius:50%;background:#b7c7d0;transform:translateX(-50%)}.nav-anonymous:after{content:"";position:absolute;left:50%;bottom:7%;width:72%;height:45%;border-radius:52% 52% 38% 38%;background:#adbec8;transform:translateX(-50%)}.nav-item:hover .nav-anonymous{background:#e5eef2;transform:translateY(-1px)}.nav-item.active .nav-anonymous{background:#e3edf2}html[data-visitor-gender="male"] .nav-anonymous:before{background:linear-gradient(180deg,#99acb7 0 22%,#bccbd3 23% 100%)}html[data-visitor-gender="male"] .nav-anonymous:after{width:76%;height:43%;border-radius:55% 55% 31% 31%;background:#acbdc7}html[data-visitor-gender="female"] .nav-anonymous{background:#f5edf2}html[data-visitor-gender="female"] .nav-anonymous:before{width:35%;background:#c8b7c1;box-shadow:-3px 2px 0 -1px #b9a6b1,3px 2px 0 -1px #b9a6b1}html[data-visitor-gender="female"] .nav-anonymous:after{width:68%;height:46%;border-radius:58% 58% 41% 41%;background:#c5b2bd}html[data-visitor-gender="female"] .nav-item:hover .nav-anonymous,html[data-visitor-gender="female"] .nav-item.active .nav-anonymous{background:#f1e5ec}
.nav-badge{position:absolute;top:0;right:-2px;min-width:27px;height:21px;padding:0 6px;border:2px solid #fff;border-radius:99px;background:#ff4c2d;color:#fff;font-size:11px;font-weight:800;line-height:17px;text-align:center}
.mobile-nav-badge{display:none}
.glyph-search{width:25px;height:25px;border:7px solid currentColor;border-radius:50%}.glyph-search:after{content:"";position:absolute;width:12px;height:7px;border-radius:9px;background:currentColor;transform:translate(15px,15px) rotate(45deg)}
.glyph-chat{position:relative;width:29px;height:22px;border-radius:50%;background:currentColor}.glyph-chat:after{content:"";position:absolute;right:-5px;bottom:-4px;width:12px;height:12px;background:currentColor;clip-path:polygon(0 0,100% 100%,22% 80%)}.glyph-chat:before{content:"★";position:absolute;z-index:1;right:-12px;bottom:-10px;color:currentColor;font-size:15px}
.mobile-chat-nav{display:none}.glyph-messages{position:relative;width:29px;height:24px}.glyph-messages:before,.glyph-messages:after{content:"";position:absolute;border-radius:50%;background:currentColor}.glyph-messages:before{left:0;top:0;width:24px;height:18px}.glyph-messages:after{right:0;bottom:0;width:19px;height:14px;box-shadow:-2px -2px 0 #fff}
.glyph-cards{position:relative;width:28px;height:31px}.glyph-cards:before,.glyph-cards:after{content:"";position:absolute;width:20px;height:28px;border-radius:6px;background:currentColor}.glyph-cards:before{left:1px;top:2px;transform:rotate(-12deg);opacity:.82}.glyph-cards:after{right:0;top:0;transform:rotate(10deg)}
.header-title{justify-self:center;margin:0;font-size:22px;font-weight:800}.header-title span{color:var(--pink-strong)}
.search-page .header-title{justify-self:start;display:flex;align-items:center;gap:8px;line-height:1}.search-page .header-title .filter-button{flex:0 0 42px;margin:0}
.header-brand{justify-self:end;color:#191617;text-decoration:none;font-size:23px;font-weight:800}.header-brand span{color:var(--pink-strong)}
.portal-shell{max-width:1540px;margin:0 auto;padding:22px 42px 40px}
.register-action{cursor:pointer}
.modal-open{overflow:hidden}.register-modal[hidden]{display:none}.register-modal{position:fixed;z-index:1000;inset:0;display:grid;place-items:center;padding:20px}.register-modal-backdrop{position:absolute;inset:0;background:rgba(28,22,25,.44);opacity:0;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0);transition:opacity .22s ease,backdrop-filter .22s ease}.register-modal-card{position:relative;width:min(440px,100%);padding:42px 38px 34px;border:1px solid rgba(255,255,255,.72);border-radius:38px;background:rgba(255,255,255,.9);box-shadow:0 30px 90px rgba(45,28,37,.24);text-align:center;opacity:0;transform:translateY(18px) scale(.96);transition:opacity .22s ease,transform .22s ease;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.register-modal.open .register-modal-backdrop{opacity:1;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.register-modal.open .register-modal-card{opacity:1;transform:none}.register-modal-close{position:absolute;right:17px;top:15px;width:38px;height:38px;border:0;border-radius:50%;background:#f2eef0;color:#40393c;font-size:27px;line-height:1;cursor:pointer}.register-capybara-stage{position:relative;width:124px;height:124px;margin:0 auto 19px;overflow:hidden;border:2px solid #eee8eb;border-radius:50%;background:linear-gradient(145deg,#fff,#fff5fa);box-shadow:0 12px 38px rgba(78,51,65,.1)}.register-capybara{position:absolute;left:0;top:50%;width:76px;height:76px;overflow:hidden;border-radius:50%;opacity:0;will-change:transform,opacity}.register-capybara img{position:absolute;left:-103px;top:-1px;width:190px;height:190px;max-width:none;object-fit:contain}.register-capybara.capybara-blue img{filter:hue-rotate(154deg) saturate(.8) brightness(1.12)}.register-capybara.capybara-pink img{filter:hue-rotate(285deg) saturate(.72) brightness(1.13)}.register-modal-card h2{margin:0;font-size:27px;letter-spacing:-.7px}.register-modal-card p{margin:13px auto 25px;color:#71686c;font-size:16px;line-height:1.5}.register-modal-continue{width:100%;padding:16px;border:0;border-radius:99px;background:#2d292b;color:#fff;font-weight:800;cursor:pointer;transition:.18s}.register-modal-continue:hover{background:#ef62b6;transform:translateY(-1px)}
.gender-gate-open{overflow:hidden}.gender-gate{position:fixed;z-index:1200;inset:0;display:grid;place-items:center;padding:18px}.gender-gate-backdrop{position:absolute;inset:0;background:rgba(30,24,27,.5);opacity:0;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0);transition:.28s}.gender-gate-card{position:relative;width:min(470px,100%);padding:36px;border:1px solid rgba(255,255,255,.75);border-radius:38px;background:rgba(255,255,255,.94);box-shadow:0 30px 100px rgba(43,27,35,.28);text-align:center;opacity:0;transform:translateY(18px) scale(.96);transition:.28s;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.gender-gate.open .gender-gate-backdrop{opacity:1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.gender-gate.open .gender-gate-card{opacity:1;transform:none}.gender-gate-mascots{height:84px;display:flex;align-items:end;justify-content:center;gap:4px}.gender-gate-mascots img{width:68px;height:82px;object-fit:contain}.gender-gate-mascots img:first-child{transform:rotate(-5deg)}.gender-gate-mascots img:last-child{filter:hue-rotate(155deg) saturate(.75) brightness(1.15);transform:scaleX(-1) rotate(-5deg)}.gender-gate-card h2{margin:12px 0 7px;font-size:29px}.gender-gate-card p{max-width:340px;margin:0 auto 24px;color:#71686c;line-height:1.5}.gender-gate-actions{display:grid;gap:11px}.gender-gate-actions button{height:56px;border:0;border-radius:99px;background:#f3f0f2;font-weight:800;cursor:pointer;transition:.18s}.gender-gate-actions button:first-child:hover,.gender-gate-actions button:first-child.selected{background:#d9efff;color:#173c57}.gender-gate-actions button:last-child:hover,.gender-gate-actions button:last-child.selected{background:#ffdce9;color:#402737}

/* Profile */
.profile-layout{display:grid;grid-template-columns:440px minmax(560px,960px);gap:34px;align-items:start}
.profile-side{padding-top:2px}.side-link{width:100%;height:64px;padding:0 24px;display:flex;align-items:center;gap:17px;border:0;border-radius:34px;background:#f5f3f4;font-weight:800;text-align:left}.side-link strong{margin-left:auto;font-size:34px;font-weight:400}
.edit-panel{position:relative;height:calc(100vh - 160px);min-height:690px;overflow:hidden;border:1px solid #ddd7da;border-radius:40px;background:#fff}
.edit-scroll{height:100%;overflow:auto;padding:42px 0 80px;scrollbar-width:thin;scrollbar-color:#7c7779 transparent}
.edit-heading{text-align:center}.edit-heading h1{margin:0;font-size:24px}.edit-heading p{margin:3px 0 16px;color:#7c7478}.mini-wave{width:390px;max-width:70%;height:16px;margin:auto;background:radial-gradient(16px 11px at 16px -1px,transparent 13px,#302c2e 14px 16px,transparent 17px) 0 0/48px 16px repeat-x}
.edit-content{width:490px;max-width:calc(100% - 48px);margin:22px auto 0}
.vip-strip{width:100%;height:78px;display:grid;place-items:center;border:0;border-radius:28px;background:linear-gradient(100deg,#f9bee2,#f7c5e6)}.vip-strip b{padding:5px 16px;border-radius:99px;background:#2e292b;color:#fff}
.photo-editor{display:grid;grid-template-columns:1.45fr 1fr 1fr;grid-template-rows:132px 132px;gap:10px;margin-top:28px}.photo-editor img,.photo-slot{width:100%;height:100%;object-fit:cover;border-radius:24px}.photo-editor .main-photo,.photo-editor .main-slot{grid-row:1/3}.photo-slot{position:relative;display:grid;place-items:center;border:0;background:#f3f1f2;color:#bac5cf;font-size:44px;font-weight:300}.photo-slot.avatar-slot:before{content:"";position:absolute;top:34%;left:50%;width:34px;height:34px;border-radius:50%;background:#cbd5db;transform:translate(-50%,-50%)}.photo-slot.avatar-slot:after{content:"";position:absolute;top:66%;left:50%;width:74px;height:47px;border-radius:50% 50% 35% 35%;background:#cbd5db;transform:translate(-50%,-50%)}.photo-slot .slot-plus{position:absolute;right:15px;bottom:10px;z-index:1;width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#fff;color:#97a8b3;font-size:25px;box-shadow:0 4px 14px rgba(67,80,87,.12)}
.wide-dark{width:100%;height:62px;margin:17px 0 35px;border:7px solid #f7bfe1;border-radius:32px;background:#2d292b;color:#fff;font-weight:800}
.edit-fields{display:grid;gap:2px}.edit-row{width:100%;min-height:66px;padding:12px 17px;display:flex;align-items:center;border:0;border-bottom:1px solid #f0ecee;background:#fff;font-size:18px;text-align:left}.edit-row span{margin-left:auto;color:#2f2a2c;font-size:31px}.edit-row small{display:block;color:#a69b9f;font-size:13px}.profile-note{margin:28px 16px;padding:20px;border-radius:23px;background:#fff0f7;color:#675c61;line-height:1.55}

/* Events */
.content-with-rail{display:grid;grid-template-columns:420px minmax(0,1fr);gap:34px}.portal-with-chat{width:100%;max-width:1600px;margin:0 auto;padding:22px 42px 40px}.chat-rail{position:sticky;top:140px;width:420px;height:calc(100vh - 160px);min-height:650px;border:1px solid #e1dcde;border-radius:35px;overflow:hidden;background:#fff}.chat-rail h2{text-align:center;margin:30px 0 18px}.chat-filter{padding:0 20px 12px}.chat-list{padding:0 18px}.chat-item{width:100%;display:grid;grid-template-columns:58px 1fr auto;gap:13px;align-items:center;padding:13px 0;border:0;background:#fff;color:inherit;text-align:left;text-decoration:none;cursor:pointer}.chat-item img{width:58px;height:58px;border-radius:50%;object-fit:cover}.chat-item b{display:block}.chat-item p{max-width:210px;margin:3px 0 0;overflow:hidden;color:#655d61;white-space:nowrap;text-overflow:ellipsis}.chat-item time{color:#b7c4cc;font-size:11px}
.chat-item{position:relative}.chat-item.has-unread{margin:2px 0;padding:13px 9px;border-radius:18px;background:#fff3fa}.chat-item.has-unread p{color:#3d3639;font-weight:700}.new-label{display:inline-block;margin-left:5px;padding:2px 6px;border-radius:99px;background:#ef62b6;color:#fff;font-size:8px;font-style:normal;vertical-align:2px}.rail-unread{position:absolute;right:7px;bottom:8px;min-width:20px;height:20px;padding:0 5px;border-radius:99px;background:#ef62b6;color:#fff;font-size:10px;font-weight:800;line-height:20px;text-align:center}.chat-item.locked p{filter:blur(4px);user-select:none}.chat-item.locked:hover{background:#faf7f8;border-radius:18px}
.rail-promo{margin:8px 18px;padding:22px;border-radius:28px;background:#e8ddff;text-align:center}.rail-promo button{width:100%;padding:11px;border:0;border-radius:99px;background:#2f2a2c;color:#fff;font-weight:800}
.chat-list-empty{margin:35px 0;color:#93898e;text-align:center;font-size:14px}
.search-register-gate{margin:38px auto 10px;padding:34px;width:min(520px,100%);border-radius:36px;background:linear-gradient(145deg,#fff4fa,#eadfff);text-align:center}.search-register-gate[hidden]{display:none}.search-register-gate img{width:100px;height:100px;object-fit:contain}.search-register-gate h2{margin:8px 0}.search-register-gate p{color:#746a6f}.search-register-gate button{min-width:240px;padding:15px 30px;border:0;border-radius:99px;background:#2e292b;color:#fff;font-weight:800;cursor:pointer}
.events-main{min-width:0}.events-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.events-top h1{margin:0;font-size:25px}.events-grid{display:grid;grid-template-columns:repeat(4,minmax(160px,1fr));gap:28px 24px}.event-card{border:0;background:transparent;color:#706b6e;text-align:left;-webkit-tap-highlight-color:transparent}.event-image{position:relative;height:330px;overflow:hidden;border-radius:44px;background:#ecdceb}.event-image:after{content:"";position:absolute;inset:0;background:transparent}.event-image img{width:100%;height:100%;object-fit:cover;filter:blur(18px) saturate(.68);transform:scale(1.13);pointer-events:none}.event-card:nth-child(3n+1) .event-image{border-radius:36px 52px 45px 39px}.event-card:nth-child(3n+2) .event-image{border-radius:50px 34px 54px 40px}.event-card strong{display:block;margin-top:13px;color:#706b6e;text-align:center}.event-promo{height:365px;padding:26px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:48px;background:#e7dcff;text-align:center}.event-promo .eye{font-size:70px;color:#8152f5}.event-promo button{width:100%;padding:13px;border:0;border-radius:99px;background:#2d292b;color:#fff;font-weight:800}
.events-only{max-width:1320px}.events-only .events-grid{grid-template-columns:repeat(4,minmax(180px,1fr))}.portal-with-chat .events-grid{grid-template-columns:repeat(3,minmax(160px,1fr))}
.search-with-chat{max-width:1600px}.search-results{min-width:0}.search-with-chat .profile-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:34px 22px}

/* Dating */
.dating-shell{max-width:1250px}.dating-with-chat{max-width:1600px}.dating-with-chat .chat-rail{height:calc(100dvh - 160px);min-height:0}.dating-main{min-width:0}.dating-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.dating-head h1{font-size:25px}.swipe-counter{padding:9px 15px;border-radius:99px;background:#f4eff2;color:#655d61;font-weight:700}
.swipe-stage{position:relative;height:calc(100dvh - 250px);min-height:380px;max-height:760px}.swipe-card{position:absolute;inset:0;display:flex;overflow:hidden;border:1px solid #d9d4d6;border-radius:45px;background:#fff;box-shadow:0 25px 70px rgba(34,25,29,.08);transform-origin:50% 100%;transition:transform .48s cubic-bezier(.2,.8,.2,1),opacity .42s ease}.swipe-card.go-left{transform:translateX(-125%) rotate(-14deg);opacity:0}.swipe-card.go-right{transform:translateX(125%) rotate(14deg);opacity:0}.swipe-card.card-reset{opacity:0;transform:translateY(10px) scale(.96);transition:none!important}.swipe-card.card-enter{transition:none!important;animation:swipe-card-center-in .42s cubic-bezier(.2,.75,.25,1) both}@keyframes swipe-card-center-in{0%{opacity:0;transform:translateY(10px) scale(.96)}100%{opacity:1;transform:translate(0) scale(1)}}
.swipe-photo{position:relative;flex:0 0 auto;width:auto;height:100%;aspect-ratio:3/4;overflow:hidden;background:#f3f1f2}.swipe-photo img{display:block;width:100%;height:100%;object-fit:contain;object-position:center}.swipe-actions{position:absolute;z-index:2;left:28px;right:28px;bottom:27px;display:flex;align-items:center;justify-content:space-between}.swipe-button{width:68px;height:68px;border:0;border-radius:50%;display:grid;place-items:center;background:#fff;font-size:38px;box-shadow:0 8px 26px rgba(0,0,0,.17);cursor:pointer}.swipe-button.like{color:#ef5c98}.swipe-button.pass{color:#302a2d}.swipe-button.chat{width:68px;height:68px;aspect-ratio:1;border:7px solid #f7bfe1;border-radius:50%;color:#302a2d}.swipe-button.chat span{position:relative;width:27px;height:21px;border-radius:50%;background:currentColor}.swipe-button.chat span:after{content:"";position:absolute;left:2px;bottom:-5px;width:10px;height:10px;background:currentColor;clip-path:polygon(0 0,100% 25%,20% 100%)}
.swipe-gallery{position:absolute;z-index:3;left:16px;right:16px;top:50%;display:flex;align-items:center;justify-content:space-between;transform:translateY(-50%);pointer-events:none}.swipe-gallery button{width:44px;height:58px;padding:0;border:0;background:transparent;color:#fff;font-size:48px;line-height:1;text-shadow:0 2px 8px rgba(0,0,0,.72);cursor:pointer;pointer-events:auto;-webkit-tap-highlight-color:transparent;outline:none}.swipe-gallery span{position:absolute;left:50%;top:calc(50% + 130px);transform:translateX(-50%);color:#fff;font-size:13px;font-weight:800;text-shadow:0 2px 7px rgba(0,0,0,.8)}
.swipe-card.limit-reached .swipe-button.pass,.swipe-card.limit-reached .swipe-button.like{opacity:.72}
.swipe-details{position:relative;flex:1;min-width:0;min-height:0;padding:38px 44px 135px;overflow:auto}.swipe-details h2{margin:0;font-size:42px}.swipe-status{color:#24b864;font-weight:700}.swipe-details .section-label{margin:38px 0 8px;color:#6e6569}.swipe-details .looking{font-size:25px;font-weight:800}.swipe-details .tags{display:flex;flex-wrap:wrap;gap:8px}.swipe-details .tags span{padding:9px 13px;border-radius:99px;background:#fde9f5;font-weight:700}.swipe-about{margin-top:32px;padding:22px;border-radius:28px 28px 38% 32px;background:#fff0eb;line-height:1.5}.swipe-register{position:absolute;left:32px;right:32px;bottom:26px;padding:17px;border:0;border-radius:99px;background:#2e292b;color:#fff;font-weight:800}
.swipe-gate{position:absolute;z-index:5;inset:0;display:grid;place-content:center;text-align:center;border-radius:45px;background:rgba(255,255,255,.9);backdrop-filter:blur(22px)}.swipe-gate[hidden]{display:none}.swipe-gate img{width:100px;margin:auto}.swipe-gate h2{max-width:470px;margin:18px auto 8px;font-size:34px}.swipe-gate p{color:#756c70}.swipe-gate button{margin-top:15px;padding:16px 45px;border:0;border-radius:99px;background:#2e292b;color:#fff;font-weight:800}

@media(max-width:1050px){
 .app-header{height:92px;padding:14px 20px;grid-template-columns:1fr auto}.app-nav{gap:14px}.nav-item{width:46px;height:46px}.header-title,.search-page .header-title{display:none}.header-brand{font-size:18px}
 .portal-shell{padding:12px 18px 30px}.profile-layout,.content-with-rail{display:block}.profile-side,.chat-rail{display:none}.edit-panel{height:calc(100vh - 118px);min-height:650px;border-radius:32px}
 .events-grid,.events-only .events-grid{grid-template-columns:repeat(3,1fr)}.swipe-card{grid-template-columns:1.15fr .85fr}.swipe-stage{height:calc(100dvh - 155px);max-height:none}
}
@media(max-width:900px){.search-with-chat .profile-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:720px){
 .app-header{position:fixed;left:0;right:auto;top:auto;bottom:0;z-index:100;width:100vw;height:74px;max-width:none;padding:8px 12px;grid-template-columns:1fr;border-top:1px solid #ebe6e8;border-bottom:0;background:#fff;box-shadow:0 -8px 28px rgba(37,27,32,.07);view-transition-name:mobile-bottom-nav}.app-header:after{display:none}.app-nav{position:relative;z-index:1;width:100%;justify-content:space-around;gap:4px}.nav-item{width:48px;height:48px}.nav-item[href="/search"]{order:1}.nav-item[href="/events"]{order:2}.nav-item[href="/dating"]{order:3}.mobile-chat-nav{display:grid;order:4}.nav-item[href="/profile"]{order:5}.desktop-nav-badge{display:none}.mobile-nav-badge:not([hidden]){display:block}.nav-avatar,.nav-anonymous{width:38px;height:38px}.header-brand{display:none}
 .portal-shell{padding:10px 10px 84px}.edit-panel{height:auto;min-height:calc(100vh - 95px);border:0;border-radius:0}.edit-scroll{overflow:visible;padding-top:22px}.edit-content{max-width:100%}.mini-wave{max-width:82%}.photo-editor{grid-template-rows:105px 105px}.wide-dark{height:58px}
 .events-top{display:block;padding:0 5px;margin-bottom:18px}.events-top span{display:block;margin-top:5px;color:var(--muted);font-size:14px}.events-grid,.events-only .events-grid,.portal-with-chat .events-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 12px}.event-card,.event-promo{min-width:0}.event-image{height:235px;border-radius:30px}.event-promo{height:285px;padding:14px;border-radius:32px}.event-promo .eye{font-size:54px}.event-promo p{margin:9px 0 13px;line-height:1.35}.event-promo button{padding:12px 7px}
 .dating-shell,.dating-with-chat{padding:0 0 78px}.dating-head{display:none}.swipe-stage{height:auto;min-height:0;max-height:none}.swipe-card{position:relative;inset:auto;display:block;overflow:visible;border-width:0;border-radius:0;touch-action:pan-y}.swipe-photo{width:100%;height:auto;aspect-ratio:3/4;background:#f3f1f2}.swipe-photo img{object-fit:contain}.swipe-details{height:auto;min-height:0;overflow:visible;padding:18px 22px 24px}.swipe-details h2{font-size:29px}.swipe-actions{bottom:18px}.swipe-button{width:62px;height:62px;-webkit-tap-highlight-color:transparent;outline:none}.swipe-button:focus{outline:none}.swipe-button.chat{width:62px;height:62px}.swipe-register{display:none}.swipe-gate{border-radius:0}
 .register-modal{padding:14px}.register-modal-card{padding:38px 24px 24px;border-radius:30px}.register-modal-card h2{font-size:24px}
}
@media(max-width:720px){
 ::view-transition-group(mobile-bottom-nav){animation-duration:0s}
 ::view-transition-old(mobile-bottom-nav),::view-transition-new(mobile-bottom-nav){animation:none;mix-blend-mode:normal}
}
@media(max-width:650px){.search-with-chat .profile-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* Refined mobile navigation and full-viewport first-visit overlay. */
.nav-item{color:#bdc9d1;background:transparent!important;-webkit-tap-highlight-color:transparent;outline:none!important;transition:color .2s ease,transform .2s ease}
.nav-item:hover{color:#8998a2}.nav-item.active{color:#272324}.nav-item:focus,.nav-item:focus-visible,.nav-item:active{outline:none!important;background:transparent!important;box-shadow:none!important}
.nav-anonymous{position:relative;width:34px;height:34px;overflow:visible;border:2px solid currentColor;border-radius:50%;background:transparent!important;box-shadow:none!important}
.nav-anonymous:before{content:"";position:absolute;left:50%;top:5px;width:9px;height:9px;border:2px solid currentColor;border-radius:50%;background:transparent!important;box-shadow:none!important;transform:translateX(-50%)}
.nav-anonymous:after{content:"";position:absolute;left:50%;bottom:5px;width:18px;height:9px;border:2px solid currentColor;border-bottom:0;border-radius:14px 14px 0 0;background:transparent!important;transform:translateX(-50%)}
.glyph-search{position:relative;width:24px;height:24px;border:3px solid currentColor;border-radius:50%;background:transparent}.glyph-search:after{content:"";position:absolute;right:-8px;bottom:-5px;width:11px;height:3px;border-radius:3px;background:currentColor;transform:rotate(45deg);transform-origin:left center}
.glyph-chat{position:relative;width:30px;height:22px;border:2px solid currentColor;border-radius:12px;background:transparent}.glyph-chat:after{content:"";position:absolute;right:2px;bottom:-6px;width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;clip-path:none;background:#fff;transform:skewY(35deg)}.glyph-chat:before{content:"✦";position:absolute;z-index:1;right:-8px;bottom:-11px;width:13px;height:13px;display:grid;place-items:center;background:#fff;color:currentColor;font-size:14px;line-height:1}
.glyph-messages{position:relative;width:31px;height:27px}.glyph-messages:before,.glyph-messages:after{content:"";position:absolute;border:2px solid currentColor;background:#fff;box-shadow:none}.glyph-messages:before{left:0;top:0;width:22px;height:16px;border-radius:11px}.glyph-messages:after{right:0;bottom:0;width:19px;height:14px;border-radius:10px}
.glyph-cards{position:relative;width:30px;height:31px}.glyph-cards:before,.glyph-cards:after{content:"";position:absolute;width:19px;height:26px;border:2px solid currentColor;border-radius:5px;background:#fff}.glyph-cards:before{left:2px;top:3px;transform:rotate(-9deg);opacity:.75}.glyph-cards:after{right:1px;top:1px;transform:rotate(7deg)}
body.gender-gate-open{position:fixed;inset:0;width:100%;overflow:hidden;background:#817c7e}.gender-gate{width:100%;height:100vh;height:100dvh;background:rgba(30,24,27,.5)}.gender-gate-backdrop{inset:-140px -20px;background:rgba(30,24,27,.5)}

@media(max-width:720px){
 .app-header{height:74px;min-height:74px;max-height:74px;transform:translateZ(0);-webkit-transform:translateZ(0);transition:height .2s ease,min-height .2s ease,max-height .2s ease,padding .2s ease}
 .app-header:before{content:"";position:absolute;z-index:0;left:0;right:0;top:calc(100% - 1px);height:180px;background:#fff;pointer-events:none}
 .app-header{box-shadow:0 -8px 28px rgba(37,27,32,.07),0 120px 0 120px #fff}
 .app-header .app-nav{position:relative;z-index:2}
 .app-nav{height:58px;min-height:58px;flex:none}
 .nav-item{flex:0 0 48px;width:48px;min-width:48px;max-width:48px;height:48px;min-height:48px;max-height:48px;transform:none!important}
 .nav-item>i,.nav-item>.nav-anonymous,.nav-item>.nav-avatar{flex:none;min-width:0;min-height:0;transform-origin:center center}
 .glyph-search{width:24px;min-width:24px;height:24px;min-height:24px}
 .glyph-chat{width:30px;min-width:30px;height:22px;min-height:22px}
 .glyph-cards{width:30px;min-width:30px;height:31px;min-height:31px}
 .glyph-messages{width:31px;min-width:31px;height:27px;min-height:27px}
 .nav-anonymous{width:34px!important;min-width:34px;height:34px!important;min-height:34px}
 .app-header.nav-compact{height:62px;min-height:62px;max-height:62px;padding-top:4px;padding-bottom:4px}
 .app-header.nav-compact .app-nav{height:52px;min-height:52px}
 .app-header.nav-compact .nav-item{transform:scale(.88)!important}
}
