@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;800;900&display=swap";:root{--bg-screen:#000;--bg-canvas:#eceaea;--surface:#0b0b0b;--surface-2:#1a1a1a;--text-hi:#fff;--text-ink:#0e0e0e;--text-mute:#8a8a8a;--stroke:#ededed;--app-safe-area-top:calc(max(env(safe-area-inset-top), var(--tg-safe-area-inset-top,0px)) + var(--tg-content-safe-area-inset-top,0px));--app-safe-area-bottom:calc(max(env(safe-area-inset-bottom), var(--tg-safe-area-inset-bottom,0px)) + var(--tg-content-safe-area-inset-bottom,0px));--r-btn:50%;--r-card:32px;--r-widget:22px;--f-display:"Inter", "General Sans", system-ui, sans-serif;--f-ui:-apple-system, "SF Pro", system-ui, sans-serif;--gap-card:24px;--pad-card:32px;--ease:cubic-bezier(.4, 0, .2, 1);--duration:.4s}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;height:100%;overflow-x:hidden}body{font-family:var(--f-ui);color:var(--text-hi);background:var(--bg-screen);font-weight:400;line-height:1.4}.display-xl{font-family:var(--f-display);letter-spacing:0;color:var(--text-hi);font-size:3rem;font-weight:900;line-height:.95}.display-lg{font-family:var(--f-display);letter-spacing:0;color:var(--text-hi);font-size:2.25rem;font-weight:800;line-height:1}.display-md{font-family:var(--f-display);letter-spacing:0;color:var(--text-hi);font-size:1.75rem;font-weight:800;line-height:1.05}.body-text{font-family:var(--f-ui);color:var(--text-mute);font-size:1rem;font-weight:400;line-height:1.5}.caption{font-family:var(--f-ui);color:var(--text-mute);font-size:.8125rem;font-weight:500;line-height:1.4}.screen{min-height:100dvh;padding:24px 20px;padding-bottom:max(24px, var(--app-safe-area-bottom));background:var(--bg-screen);flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden auto}.card{background:var(--surface);border-radius:var(--r-card);padding:var(--pad-card);width:100%;max-width:380px}.card-widget{background:var(--surface);border-radius:var(--r-widget);padding:16px 20px}.btn-round{border-radius:var(--r-btn);background:var(--surface-2);cursor:pointer;width:56px;height:56px;transition:transform var(--duration) var(--ease), background var(--duration) var(--ease);-webkit-tap-highlight-color:transparent;border:none;justify-content:center;align-items:center;display:flex}.btn-round:active{transform:scale(.9)}.btn-round svg{width:24px;height:24px;stroke:var(--text-hi);stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round;fill:none}.btn-primary{border-radius:var(--r-card);background:var(--text-hi);width:100%;max-width:380px;color:var(--text-ink);font-family:var(--f-display);letter-spacing:0;cursor:pointer;transition:transform var(--duration) var(--ease), opacity var(--duration) var(--ease);-webkit-tap-highlight-color:transparent;border:none;padding:18px 32px;font-size:1rem;font-weight:700}.btn-primary:active{opacity:.9;transform:scale(.97)}.btn-ghost{color:var(--text-mute);font-family:var(--f-ui);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;padding:12px 20px;font-size:.875rem;font-weight:500}.chip{background:var(--surface-2);color:var(--text-hi);font-family:var(--f-ui);cursor:pointer;transition:background var(--duration) var(--ease);-webkit-tap-highlight-color:transparent;border:none;border-radius:100px;align-items:center;gap:6px;padding:10px 18px;font-size:.875rem;font-weight:500;display:inline-flex}.chip.active{background:var(--text-hi);color:var(--text-ink)}.chip:active{transform:scale(.95)}.input-field{border-radius:var(--r-widget);background:var(--surface-2);width:100%;color:var(--text-hi);font-family:var(--f-ui);transition:border-color var(--duration) var(--ease);border:1.5px solid #0000;outline:none;padding:16px 20px;font-size:1rem}.input-field::placeholder{color:var(--text-mute)}.input-field:focus{border-color:var(--stroke)}.top-nav{padding:max(12px, var(--app-safe-area-top)) 16px 12px;background:var(--bg-screen);z-index:100;justify-content:space-between;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.progress-bar{gap:6px;width:100%;max-width:200px;display:flex}.progress-dot{background:var(--surface-2);height:4px;transition:background var(--duration) var(--ease);border-radius:2px;flex:1}.progress-dot.active{background:var(--text-hi)}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes breathe{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}@keyframes drawIn{0%{stroke-dashoffset:200px}to{stroke-dashoffset:0}}.fade-in{animation:fadeIn var(--duration) var(--ease) both}.fade-in-delay-1{animation-delay:.1s}.fade-in-delay-2{animation-delay:.2s}.fade-in-delay-3{animation-delay:.35s}.breathe{animation:3s ease-in-out infinite breathe}.hand-svg{stroke:var(--stroke);stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round;fill:none}.app-icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;flex:none}.hand-svg-draw{stroke-dasharray:200;animation:drawIn 1.5s var(--ease) both}::-webkit-scrollbar{display:none}html{scrollbar-width:none}@media (width<=380px){.display-xl{font-size:2.5rem}.display-lg{font-size:2rem}.display-md{font-size:1.5rem}}.splash{min-height:var(--tg-viewport-height,100dvh);padding:28px 20px max(28px, var(--app-safe-area-bottom));justify-content:center;overflow:hidden}.splash-content{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:24px;width:min(100%,360px);min-height:420px;display:flex}.splash-mark{place-items:center;width:176px;height:132px;display:grid}.splash-mark-svg{overflow:visible}.splash-mark-line{fill:none;stroke:var(--stroke);stroke-linecap:round;stroke-linejoin:round;stroke-width:3px;stroke-dasharray:260;stroke-dashoffset:260px;animation:splashDraw 1.2s var(--ease) forwards, splashBreathe 3.6s ease-in-out infinite 1.3s}.splash-mark-line-b{opacity:.44;stroke-width:2px;animation-delay:.12s,1.42s}.splash-scratch{fill:none;stroke:var(--stroke);stroke-linecap:round;stroke-width:2px;opacity:.34;stroke-dasharray:90;stroke-dashoffset:90px;animation:splashDraw .68s var(--ease) forwards .72s}.splash-scratch-b{opacity:.2;animation-delay:.86s}.splash-copy{flex-direction:column;gap:4px;display:flex}.splash-name{color:var(--text-hi);font-family:var(--f-display);letter-spacing:0;text-transform:lowercase;font-size:2.1rem;font-weight:900;line-height:1}.splash-tagline{color:var(--text-mute);font-family:var(--f-ui);font-size:.9rem;font-weight:400}.splash-loader{place-items:center;width:184px;height:20px;margin-top:2px;display:grid}.splash-loader svg{overflow:visible}.splash-loader-track,.splash-loader-ink{fill:none;stroke-linecap:round;stroke-width:2px}.splash-loader-track{stroke:#ededed29}.splash-loader-ink{stroke:var(--stroke);stroke-dasharray:184;stroke-dashoffset:184px;animation:1.8s ease-in-out infinite splashLoad}.splash-exit{animation:fadeOut .5s var(--ease) forwards}@keyframes splashDraw{to{stroke-dashoffset:0}}@keyframes splashLoad{0%{stroke-dashoffset:184px;opacity:.35}45%{stroke-dashoffset:80px;opacity:1}to{stroke-dashoffset:-184px;opacity:.35}}@keyframes splashBreathe{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-1px)scale(1.015)}}@media (height<=650px){.splash-content{gap:18px;min-height:360px}.splash-mark{width:150px;height:106px}.splash-mark-svg{width:136px;height:auto}}.city-picker{flex-direction:column;gap:10px;width:100%;display:flex}.city-picker-value{border-radius:var(--r-widget);background:var(--surface-2);width:100%;min-height:48px;color:var(--text-hi);font-family:var(--f-ui);text-align:left;cursor:pointer;-webkit-tap-highlight-color:transparent;border:0;align-items:center;gap:10px;padding:12px 16px;font-size:.98rem;display:flex}.city-picker-value:active{transform:scale(.985)}.city-picker-name{flex:1;font-weight:500}.city-picker-placeholder{color:var(--text-mute);flex:1}.city-picker-chevron{color:var(--text-mute);flex:none;font-size:.9rem}.city-picker-panel{border-radius:var(--r-widget);background:var(--surface-2);flex-direction:column;gap:10px;width:100%;padding:14px;display:flex}.city-picker-detect{border-radius:var(--r-widget);background:var(--text-hi);width:100%;min-height:44px;color:var(--text-ink);font-family:var(--f-ui);cursor:pointer;-webkit-tap-highlight-color:transparent;border:0;padding:10px 14px;font-size:.92rem;font-weight:600}.city-picker-detect:disabled{cursor:default;opacity:.5}.city-picker-search{width:100%}.city-picker-list{-webkit-overflow-scrolling:touch;flex-direction:column;gap:2px;max-height:240px;margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.city-picker-option{width:100%;color:var(--text-hi);font-family:var(--f-ui);text-align:left;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:0;border-radius:14px;flex-direction:column;gap:2px;padding:10px 12px;display:flex}.city-picker-option:active{background:var(--surface)}.city-picker-option-name{font-size:.96rem;font-weight:500}.city-picker-option-region{color:var(--text-mute);font-size:.78rem}.city-picker-empty{padding:10px 12px}.city-picker-detected{color:var(--text-mute);line-height:1.35}.city-picker-error{color:#ff6b6b}.onboarding{justify-content:flex-start;gap:20px;min-height:100dvh;padding-top:56px;overflow-y:auto}.onboarding-progress{flex:none;margin-bottom:10px}.onboarding-step{text-align:center;flex-direction:column;flex:1 0 auto;align-items:center;gap:16px;width:100%;max-width:380px;min-height:0;display:flex}.onboarding-icon{opacity:.7;margin-bottom:8px}.onboarding-step .display-lg{margin-bottom:0}.onboarding-step .body-text{margin-bottom:12px}.onboarding-step .input-field{max-width:300px}.chip-group{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.chip-grid{flex-wrap:wrap;justify-content:center;gap:8px;max-width:360px;min-height:0;display:flex}.onboarding-photo-grid{grid-template-columns:repeat(3,1fr);gap:10px;width:100%;max-width:320px;display:grid}.onboarding-photo{aspect-ratio:3/4;border-radius:14px;position:relative;overflow:hidden}.onboarding-photo-empty{border:1px dashed var(--line,#ffffff40);color:inherit;cursor:pointer;opacity:.6;transition:opacity .2s var(--ease);background:0 0;justify-content:center;align-items:center;display:flex}.onboarding-photo-empty:active{opacity:1}.onboarding-photo-filled img{object-fit:cover;width:100%;height:100%}.onboarding-photo-badge{letter-spacing:.04em;background:#000000a6;border-radius:999px;padding:2px 7px;font-size:.62rem;position:absolute;bottom:6px;left:6px}.onboarding-photo-remove{width:26px;height:26px;color:inherit;cursor:pointer;background:#000000a6;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;top:5px;right:5px}.onboarding-file-input{display:none}.onboarding-actions{flex-direction:column;flex:none;align-items:center;gap:8px;width:100%;max-width:380px;margin-top:auto;padding-bottom:20px;display:flex}.onboarding-actions .btn-primary{transition:opacity .2s var(--ease), transform var(--duration) var(--ease)}.onboarding-actions .btn-primary:disabled{cursor:not-allowed}@media (height<=700px){.onboarding{gap:14px;padding-top:36px}.onboarding-progress{margin-bottom:4px}.onboarding-step{gap:12px}.onboarding-icon{width:46px;height:46px;margin-bottom:0}.onboarding-step .display-lg{font-size:1.8rem}.onboarding-step .body-text{margin-bottom:4px}.chip-grid .chip,.chip-group .chip{padding:8px 13px;font-size:.82rem}.onboarding-actions{padding-bottom:8px}}.onboarding-photo-preparing{background:var(--surface-2);color:var(--text-mute);border:1.5px dashed #ededed38;flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex}.onboarding-spinner{border:2px solid;border-right-color:#0000;border-radius:50%;width:15px;height:15px;animation:.72s linear infinite onboardingSpin;display:inline-block}.onboarding-submitting{justify-content:center;align-items:center;gap:9px;display:inline-flex}.onboarding-bio{resize:none;min-height:132px;line-height:1.42}@keyframes onboardingSpin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.onboarding-spinner{animation-duration:2.4s}}.screen-header{z-index:20;width:100%;min-height:var(--app-topbar-space,78px);padding:calc(var(--app-safe-area-top) + 12px) 16px 8px;background:var(--bg-screen);grid-template-columns:56px minmax(0,1fr) 56px;align-items:center;display:grid;position:fixed;inset:0 0 auto}.screen-header-slot{justify-self:start;align-items:center;display:flex}.screen-header-slot-end{justify-self:end}.screen-header-logo{justify-self:center}.moderation-sheet{z-index:80;padding:16px 16px max(16px, var(--app-safe-area-bottom));background:#000000b8;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.moderation-panel{background:var(--surface);text-align:center;border-radius:32px 28px 34px 26px;flex-direction:column;align-items:center;gap:12px;width:min(100%,390px);padding:24px;display:flex;position:relative}.moderation-close{width:40px;height:40px;position:absolute;top:14px;right:14px}.moderation-icon{opacity:.72}.moderation-actions{flex-direction:column;gap:8px;width:100%;margin-top:4px;display:flex}.moderation-actions button{background:var(--surface-2);width:100%;min-height:46px;color:var(--text-hi);font-family:var(--f-ui);cursor:pointer;-webkit-tap-highlight-color:transparent;border:0;border-radius:24px 20px 23px 19px;padding:12px 16px;font-size:.95rem;font-weight:500}.moderation-note{max-width:34ch;color:var(--text-mute);text-align:center}.moderation-block{border-radius:var(--r-widget);color:#ff6b6b;width:100%;min-height:46px;font-family:var(--f-ui);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:1px solid #ff6b6b73;padding:12px 16px;font-size:.95rem;font-weight:600}.moderation-block:disabled{cursor:default;opacity:.5}.chat-screen{height:var(--tg-viewport-height,100dvh);min-height:0;padding:var(--app-topbar-space,78px) 16px calc(var(--app-nav-height,76px) + 84px);justify-content:flex-start;overflow:hidden}.chat-nav-button{width:44px;height:44px}.chat-panel{flex-direction:column;flex:1;gap:12px;width:min(100%,390px);min-height:0;display:flex}.chat-peer{border-radius:var(--r-widget);background:var(--surface);grid-template-columns:52px minmax(0,1fr);align-items:center;gap:12px;padding:14px;display:grid}.chat-peer-avatar{background:var(--surface-2);width:52px;height:52px;color:var(--text-mute);border-radius:50%;place-items:center;display:grid;overflow:hidden}.chat-peer-avatar img{object-fit:cover;object-position:center 28%;width:100%;height:100%}.chat-peer-title{color:var(--text-hi);font-family:var(--f-display);font-size:1.1rem;font-weight:800;line-height:1.1}.chat-error{background:var(--surface-2);color:var(--text-hi);text-align:center;border-radius:999px;padding:8px 12px}.chat-messages{flex-direction:column;flex:1;gap:10px;min-height:0;padding:4px 0 10px;display:flex;overflow-y:auto}.chat-bubble{background:var(--surface);max-width:82%;color:var(--text-hi);border-radius:18px;align-self:flex-start;padding:12px 14px 9px}.chat-bubble-own{background:var(--text-hi);color:var(--text-ink);align-self:flex-end}.chat-bubble p{overflow-wrap:anywhere;font-family:var(--f-ui);font-size:.95rem;line-height:1.35}.chat-bubble span{color:var(--text-mute);font-family:var(--f-ui);text-align:right;margin-top:6px;font-size:.7rem;line-height:1;display:block}.chat-bubble-own span{color:var(--text-ink);opacity:.56}.chat-empty{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;display:flex}.chat-compose{right:16px;bottom:calc(var(--app-nav-height,76px) + 12px);z-index:25;grid-template-columns:minmax(0,1fr) 52px;gap:10px;max-width:390px;margin:0 auto;display:grid;position:fixed;left:16px}.chat-input{border-radius:999px;height:52px}.chat-send{width:52px;height:52px}.chat-send:disabled{cursor:default;opacity:.35}.chat-empty-action{min-width:128px;margin-top:4px}@media (width<=360px){.chat-screen{padding-left:12px;padding-right:12px}.chat-compose{left:12px;right:12px}}.profile-card{background:var(--bg-screen);grid-template-rows:minmax(0,1fr) auto;width:100%;display:grid;position:relative;overflow:hidden}.profile-card-feed{height:var(--tg-viewport-height,100dvh);min-height:var(--tg-viewport-height,100dvh);opacity:.76;transition:opacity .36s var(--ease), transform .36s var(--ease);scroll-snap-align:start;scroll-snap-stop:always;transform:scale(.985)}.profile-card-sheet{height:100%;min-height:0}.profile-card-active{opacity:1;transform:scale(1)}.profile-card-leave-like{opacity:0;transform:translateY(-22%)scale(.94)rotate(2deg)}.profile-card-leave-skip{opacity:0;transform:translateY(18%)scale(.94)rotate(-2deg)}.profile-card-leave-superlike{opacity:0;transform:translateY(-36%)scale(.9)rotate(4deg)}.profile-photo-stage{background:var(--surface);min-height:0;position:relative;overflow:hidden}.profile-photo{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.profile-photo-empty{background:var(--surface);place-items:center;display:grid;position:absolute;inset:0}.profile-photo-empty:before,.profile-photo-empty:after{content:"";aspect-ratio:1;border:2px solid #ededed8a;border-radius:48% 52% 55% 45%;width:min(78vw,300px);position:absolute;transform:rotate(-12deg)}.profile-photo-empty:after{opacity:.28;width:min(60vw,230px);transform:rotate(18deg)}.profile-photo-empty svg{z-index:1;position:relative}.profile-moderation-button{z-index:5;width:48px;height:48px;color:var(--text-hi);cursor:pointer;-webkit-tap-highlight-color:transparent;background:#000000c2;border:0;border-radius:49% 51% 45% 55%;place-items:center;display:grid;position:absolute;bottom:18px;left:18px;transform:rotate(2deg)}.profile-moderation-button:before{content:"";border:1.8px solid #edededad;border-radius:52% 48% 44% 56%;position:absolute;inset:5px 4px 4px 6px;transform:rotate(-12deg)}.profile-moderation-button svg{z-index:1;position:relative}.profile-moderation-button:active{transform:rotate(2deg)scale(.94)}.profile-info{z-index:4;min-height:224px;padding:20px 18px calc(var(--feed-nav-space,0px) + 26px);background:var(--bg-screen);border-top:2px solid #ededed1a;flex-direction:column;gap:12px;display:flex;position:relative}.profile-info:before,.profile-info:after{content:"";border-top:2px solid #ededed6b;border-radius:50%;width:42%;height:24px;position:absolute;top:-18px;left:18px;transform:rotate(-2deg)}.profile-info:after{opacity:.24;width:30%;left:auto;right:22px;transform:rotate(5deg)}.profile-heading{justify-content:space-between;align-items:flex-start;gap:14px;min-width:0;display:flex}.profile-heading h2{overflow-wrap:anywhere;max-width:10ch;font-family:var(--f-display);letter-spacing:0;color:var(--text-hi);font-size:clamp(2.15rem,9vw,3.2rem);font-weight:900;line-height:.94}.profile-distance{color:var(--text-hi);flex:none;align-items:center;gap:5px;margin-top:5px;display:inline-flex}.profile-distance svg{flex:none}.profile-bio{max-width:34ch;color:var(--text-hi);font-family:var(--f-ui);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:1rem;line-height:1.42;display:-webkit-box;overflow:hidden}.profile-facts{flex-wrap:wrap;gap:7px;display:flex}.profile-fact{min-height:28px;color:var(--text-mute);font-family:var(--f-ui);border:1px solid #ededed38;border-radius:999px;align-items:center;padding:0 12px;font-size:.79rem;font-weight:600;display:inline-flex}.profile-fact-goal{color:var(--text-hi);border-color:#ededed73}.profile-tags{flex-wrap:wrap;gap:8px;max-height:78px;display:flex;overflow:hidden}.profile-tag{min-height:30px;color:var(--text-hi);font-family:var(--f-ui);background:#ffffff0d;border:1px solid #ededed33;border-radius:7px;align-items:center;gap:6px;padding:6px 11px 6px 9px;font-size:.82rem;font-weight:650;display:inline-flex;position:relative}.profile-tag-icon{stroke:currentColor;opacity:.8;flex:none}.profile-looking{margin-top:auto}.profile-liked-badge{z-index:5;background:var(--text-hi);min-height:30px;color:var(--text-ink);font-family:var(--f-ui);border-radius:999px;align-items:center;gap:6px;padding:0 12px 0 10px;font-size:.78rem;font-weight:800;display:inline-flex;position:absolute;top:18px;left:18px;transform:rotate(-1.5deg)}@media (prefers-reduced-motion:reduce){.profile-card-feed{transition:none}.profile-moderation-button:active{transform:rotate(2deg)}}.feed-screen{--feed-top-space:76px;--feed-nav-space:var(--app-nav-height,76px);--feed-action-space:0px;width:100%;height:var(--tg-viewport-height,100dvh);min-height:var(--tg-viewport-height,100dvh);justify-content:flex-start;gap:0;padding:0;overflow:hidden}.feed-screen-no-actions{--feed-action-space:0px}.feed-sketch-button{width:50px;height:50px;color:var(--text-hi);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:0;border-radius:46% 54% 52% 48%;place-items:center;display:grid;position:relative;transform:rotate(-2deg)}.feed-sketch-button:before,.feed-sketch-button:after{content:"";border:1.8px solid #edededc2;border-radius:48% 52% 45% 55%;position:absolute;inset:5px}.feed-sketch-button:after{opacity:.36;inset:7px 4px 4px 8px;transform:rotate(9deg)}.feed-sketch-button:nth-child(3){transform:rotate(2deg)}.feed-sketch-button svg{z-index:1;position:relative}.feed-sketch-button:active{transform:rotate(-2deg)scale(.94)}.feed-reel{width:100%;height:var(--tg-viewport-height,100dvh);background:var(--bg-screen);scroll-snap-type:y mandatory;scroll-behavior:smooth;scrollbar-width:none;overscroll-behavior:none;-webkit-overflow-scrolling:touch;overflow:hidden auto}.feed-reel::-webkit-scrollbar{display:none}.empty-feed{width:100%;height:var(--tg-viewport-height,100dvh);min-height:var(--tg-viewport-height,100dvh);scroll-snap-align:start;scroll-snap-stop:always}.feed-actions{right:13px;bottom:calc(var(--feed-nav-space) + 246px);z-index:45;pointer-events:none;width:72px;animation:feedActionsIn .36s var(--ease) both;flex-direction:column;justify-content:flex-end;align-items:center;gap:14px;padding:0;display:flex;position:fixed}.feed-actions-exit{animation:feedActionsOut .24s var(--ease) both}.feed-action{width:64px;height:64px;color:var(--text-hi);cursor:pointer;pointer-events:auto;-webkit-tap-highlight-color:transparent;background:0 0;border:0;place-items:center;display:grid;position:relative;transform:rotate(-2deg)}.feed-action:nth-child(2){width:70px;height:70px;transform:rotate(2deg)}.feed-action:nth-child(3){transform:rotate(3deg)}.feed-action-sketch{width:100%;height:100%;position:absolute;inset:0;overflow:visible}.feed-action-sketch path{fill:#000000d6;stroke:#edededd1;stroke-width:2.4px;stroke-linecap:round;stroke-linejoin:round}.feed-action-main .feed-action-sketch path{fill:var(--text-hi);stroke:var(--text-hi)}.feed-action span{z-index:1;place-items:center;display:grid;position:relative}.feed-action svg:not(.feed-action-sketch){stroke:var(--text-hi)}.feed-action-main svg:not(.feed-action-sketch){stroke:var(--text-ink)}.feed-action:disabled{cursor:default;opacity:.48}.feed-action:active{transform:rotate(-2deg)scale(.93)}.feed-action:nth-child(2):active{transform:rotate(2deg)scale(.93)}.feed-action:nth-child(3):active{transform:rotate(3deg)scale(.93)}.feed-bottom-nav{z-index:44;min-height:var(--feed-nav-space);padding:0 0 var(--app-safe-area-bottom);background:#000000f5;border-top:1px solid #ededed1a;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;display:grid;position:fixed;bottom:0;left:0;right:0}.feed-tab{min-width:0;min-height:58px;color:var(--text-mute);font-family:var(--f-ui);letter-spacing:.02em;text-transform:uppercase;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:0;place-items:center;font-size:.82rem;font-weight:700;display:grid;position:relative}.feed-tab:after{content:"";background:0 0;border-radius:999px;height:2px;position:absolute;bottom:8px;left:28%;right:28%}.feed-tab-active{color:var(--text-hi)}.feed-tab-active:after{background:var(--text-hi)}.feed-status{top:max(70px, calc(var(--app-safe-area-top) + 58px));z-index:50;background:var(--surface-2);text-align:center;border-radius:999px;width:min(320px,100% - 32px);padding:8px 12px;position:fixed;left:50%;transform:translate(-50%)}.feed-status-error{color:var(--text-hi)}.empty-feed{padding:var(--feed-top-space) 24px calc(var(--feed-nav-space) + 24px);background:var(--bg-screen);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex}.empty-feed-icon{opacity:.72;transform:rotate(-4deg)}.empty-feed-sketch path{stroke-width:2.7px}.sketch-loader{overflow:visible}.sketch-loader-loop{stroke-width:2.6px;stroke-dasharray:230;stroke-dashoffset:230px;animation:1.8s ease-in-out infinite sketchLoad}.sketch-loader-loop-faint{opacity:.28;stroke-width:1.7px;animation-delay:.12s}.sketch-loader-scratch{opacity:.32;stroke-width:2px}.empty-feed .display-lg{max-width:9ch;font-size:2rem}.empty-feed .body-text{max-width:27ch}.empty-feed-actions{background:var(--surface-2);border:1.5px solid #ededed1f;border-radius:999px;grid-template-columns:1fr .82fr;gap:0;width:100%;max-width:292px;min-height:54px;margin-top:8px;padding:5px;display:grid}.empty-feed-action{min-width:0;color:var(--text-hi);font-family:var(--f-ui);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:0;border-radius:999px;font-size:.92rem;font-weight:650}.empty-feed-action-main{background:var(--text-hi);color:var(--text-ink);transform:rotate(-1deg)}.match-overlay{z-index:70;padding:32px 20px max(28px, var(--app-safe-area-bottom));background:var(--bg-screen);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:18px;display:flex;position:fixed;inset:0}.match-close{top:calc(var(--app-safe-area-top) + 14px);width:44px;height:44px;position:fixed;left:16px}.match-heart{margin-bottom:4px}.match-overlay .display-xl{letter-spacing:0}.match-avatars{margin:10px 0 8px;display:flex}.match-avatar{border:2px solid var(--stroke);background:var(--surface-2);border-radius:50%;place-items:center;width:82px;height:82px;display:grid;overflow:hidden}.match-avatar img{object-fit:cover;width:100%;height:100%}.match-avatar+.match-avatar{background:var(--surface);margin-left:-14px}.match-message{margin-top:4px}.moderation-panel:before,.moderation-panel:after{content:"";pointer-events:none;border:1.5px solid #ededed21;border-radius:30px 26px 32px 24px;position:absolute;inset:8px}.moderation-panel:after{opacity:.36;inset:12px 7px 7px 12px;transform:rotate(-1deg)}.moderation-actions button:active{transform:scale(.985)}.moderation-actions button:disabled{cursor:default;opacity:.45}@media (height<=760px){.profile-info{gap:9px;min-height:204px;padding-top:16px}.profile-heading h2{font-size:clamp(1.95rem,8vw,2.75rem)}.profile-tags{max-height:68px}}@media (height<=650px){.feed-screen{--feed-top-space:66px;--feed-nav-space:calc(62px + var(--app-safe-area-bottom));--feed-action-space:0px}.feed-sketch-button{width:46px;height:46px}.profile-scribble-top{top:calc(var(--feed-top-space) + 6px);width:min(78vw,310px)}.profile-info{min-height:184px;padding:14px 16px calc(var(--feed-nav-space) + 10px)}.profile-bio{-webkit-line-clamp:1}.profile-looking{display:none}.feed-actions{right:10px;bottom:calc(var(--feed-nav-space) + 126px);gap:10px}.feed-action{width:56px;height:56px}.feed-action:nth-child(2){width:62px;height:62px}}@media (width<=360px){.profile-heading h2{font-size:2rem}.profile-info{padding-left:14px;padding-right:14px}.feed-actions{gap:10px;right:8px}.feed-action{width:54px;height:54px}.feed-action:nth-child(2){width:60px;height:60px}}@keyframes sketchLoad{0%{stroke-dashoffset:230px;opacity:.26}48%{stroke-dashoffset:0;opacity:.95}to{stroke-dashoffset:-230px;opacity:.26}}@keyframes feedActionsIn{0%{opacity:0;transform:translateY(18px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes feedActionsOut{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(20px)scale(.94)}}.feed-progress{color:var(--text-mute);font-family:var(--f-ui);letter-spacing:.04em;font-size:.78rem;font-weight:700}.empty-feed-cities{flex-wrap:wrap;justify-content:center;gap:8px;width:min(100%,340px);margin-top:4px;display:flex}.empty-feed-city{border-radius:var(--r-widget);background:var(--text-hi);color:var(--text-ink);font-family:var(--f-ui);cursor:pointer;-webkit-tap-highlight-color:transparent;border:0;align-items:baseline;gap:7px;padding:10px 15px;font-size:.9rem;font-weight:600;display:flex}.empty-feed-city .caption{color:inherit;opacity:.62}.feed-tour{width:100%;height:var(--tg-viewport-height,100dvh);min-height:var(--tg-viewport-height,100dvh);background:var(--bg-screen);color:var(--text-hi);position:relative;overflow:hidden}.feed-tour-scene{will-change:opacity, transform, filter;animation:.44s cubic-bezier(.2,.78,.2,1) both tourSceneIn}.feed-tour-leaving{pointer-events:none}.feed-tour-leaving .feed-tour-scene{animation:.28s cubic-bezier(.55,.05,.8,.3) both tourSceneOut}.feed-tour-header{z-index:30;min-height:calc(58px + var(--app-safe-area-top));padding:calc(var(--app-safe-area-top) + 10px) 14px 8px;background:#000000f0;grid-template-columns:72px minmax(0,1fr) 72px;align-items:center;display:grid;position:absolute;inset:0 0 auto}.feed-tour-header>svg{justify-self:start}.feed-tour-header>button{color:var(--text-mute);font-family:var(--f-ui);cursor:pointer;background:0 0;border:0;justify-self:end;font-size:.72rem;font-weight:700}.feed-tour-progress{grid-auto-columns:minmax(0,1fr);grid-auto-flow:column;justify-self:center;gap:5px;width:min(100%,170px);display:grid}.feed-tour-progress span{height:3px;transition:background .26s var(--ease), transform .26s var(--ease);background:#ededed2e;border-radius:999px}.feed-tour-progress .feed-tour-progress-active{background:var(--text-hi);transform:scaleY(1.25)}.feed-tour-primary{background:var(--text-hi);width:100%;min-height:54px;color:var(--text-ink);font-family:var(--f-ui);cursor:pointer;-webkit-tap-highlight-color:transparent;border:0;border-radius:999px;font-size:.96rem;font-weight:800}.feed-tour-primary:active{transform:scale(.98)}.feed-tour-eyebrow{color:var(--text-mute);font-family:var(--f-ui);letter-spacing:.12em;text-transform:uppercase;font-size:.72rem;font-weight:800}.feed-tour-reveal{opacity:0;animation:.56s cubic-bezier(.16,.9,.25,1) both tourRevealIn}.feed-tour-reveal-1{animation-delay:.1s}.feed-tour-reveal-2{animation-delay:.18s}.feed-tour-reveal-3{animation-delay:.26s}.feed-tour-reveal-4{animation-delay:.35s}.feed-tour-reveal-5{animation-delay:.44s}.feed-tour-reveal-6{animation-delay:.53s}.feed-tour-word{opacity:0;animation:.59s cubic-bezier(.16,.9,.25,1) both tourWordIn;display:inline-block}.feed-tour-word:first-child{animation-delay:.15s}.feed-tour-word:nth-child(2){animation-delay:.205s}.feed-tour-word:nth-child(3){animation-delay:.26s}.feed-tour-word:nth-child(4){animation-delay:.315s}.feed-tour-word:nth-child(5){animation-delay:.37s}.feed-tour-word:nth-child(6){animation-delay:.425s}.feed-tour-word:nth-child(7){animation-delay:.48s}.feed-tour-word:nth-child(8){animation-delay:.535s}.feed-tour-welcome{padding:0}.feed-tour-welcome-scene{inset:calc(58px + var(--app-safe-area-top)) 0 0;grid-template-rows:minmax(260px,52%) minmax(0,1fr);display:grid;position:absolute}.feed-tour-welcome-art{place-items:end start;min-height:0;display:grid;position:relative;overflow:hidden}.feed-tour-welcome-art img{z-index:2;object-fit:contain;width:min(54vw,220px);height:auto;margin:0 0 -3% -4%;animation:.62s cubic-bezier(.16,.9,.25,1) 80ms both tourGuideIn;position:relative}.feed-tour-orbit{border:1px solid #ededed3d;border-radius:50%;position:absolute}.feed-tour-orbit-large{aspect-ratio:1;width:min(92vw,390px);top:8%;right:-24%}.feed-tour-orbit-small{aspect-ratio:1;width:min(44vw,180px);top:24%;right:9%}.feed-tour-welcome-copy{z-index:3;padding:22px 20px max(22px, var(--app-safe-area-bottom));background:var(--surface);border-top:1px solid #ededed24;flex-direction:column;align-self:stretch;gap:13px;display:flex;position:relative}.feed-tour-welcome-copy h1,.feed-tour-finish-content h1{max-width:10ch;font-family:var(--f-display);letter-spacing:-.04em;font-size:clamp(2.35rem,11vw,3.25rem);font-weight:900;line-height:.92}.feed-tour-welcome-copy>p:not(.feed-tour-eyebrow),.feed-tour-finish-content>p:not(.feed-tour-eyebrow){max-width:35ch;color:var(--text-mute);font-size:.98rem;line-height:1.46}.feed-tour-welcome-copy .feed-tour-primary{margin-top:auto}.feed-tour-demo-scene{position:absolute;inset:0}.feed-tour-card{inset:calc(58px + var(--app-safe-area-top)) 0 0;background:var(--bg-screen);grid-template-rows:minmax(0,58%) minmax(0,42%);display:grid;position:absolute;overflow:hidden}.feed-tour-photo-stage{background:var(--surface);border-radius:0 0 28px 28px;min-height:0;position:relative;overflow:hidden}.feed-tour-flag{z-index:5;width:48px;height:48px;color:var(--text-hi);cursor:pointer;-webkit-tap-highlight-color:transparent;background:#000000c2;border:0;border-radius:49% 51% 45% 55%;place-items:center;padding:0;display:grid;position:absolute;bottom:18px;left:18px;transform:rotate(2deg)}.feed-tour-flag:before{content:"";border:1.8px solid #edededad;border-radius:52% 48% 44% 56%;position:absolute;inset:5px 4px 4px 6px;transform:rotate(-12deg)}.feed-tour-flag svg{z-index:1;position:relative}.feed-tour-flag:active{transform:rotate(2deg)scale(.94)}.feed-tour-flag span{font-family:var(--f-ui);letter-spacing:.02em;text-transform:lowercase;font-size:.68rem;font-weight:700;position:absolute;bottom:-19px}.feed-tour-flag-target{background:var(--text-hi);color:var(--text-ink);animation:feedTourFlagPulse 1.6s var(--ease) infinite}.feed-tour-flag-target:before{border-color:#0e0e0e73}@keyframes feedTourFlagPulse{0%,to{transform:rotate(2deg)scale(1)}50%{transform:rotate(2deg)scale(1.08)}}@media (prefers-reduced-motion:reduce){.feed-tour-flag-target{animation:none}}.feed-tour-photo-stage>img{object-fit:cover;width:100%;height:100%}.feed-tour-profile-copy{min-height:0;padding:19px 18px max(20px, var(--app-safe-area-bottom));flex-direction:column;gap:12px;display:flex}.feed-tour-profile-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.feed-tour-profile-head h1{max-width:10ch;font-family:var(--f-display);letter-spacing:-.04em;font-size:clamp(2.05rem,9vw,2.9rem);font-weight:900;line-height:.95}.feed-tour-profile-head>span{color:var(--text-mute);padding-top:5px;font-size:.82rem;font-weight:700}.feed-tour-profile-copy>p{max-width:34ch;color:var(--text-hi);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.94rem;line-height:1.4;display:-webkit-box;overflow:hidden}.feed-tour-tags{flex-wrap:wrap;gap:7px;display:flex;overflow:hidden}.feed-tour-tags span{min-height:29px;color:var(--text-hi);border:1px solid #ededed2e;border-radius:7px;align-items:center;gap:6px;padding:5px 9px;font-size:.76rem;font-weight:700;display:inline-flex}.feed-tour-coach{top:calc(10% + var(--app-safe-area-top));z-index:12;pointer-events:none;flex-direction:column;align-items:flex-end;width:min(78vw,315px);animation:.62s cubic-bezier(.16,.9,.25,1) 2s both tourCoachIn;display:flex;position:absolute;right:14px}.feed-tour-coach-nudge{animation-delay:0s}.feed-tour-coach img{object-fit:contain;width:min(34vw,142px);height:auto;margin:0 4px -22px 0}.feed-tour-coach p{z-index:2;color:var(--text-hi);background:#0b0b0bf5;border:1px solid #ededed26;border-radius:20px 20px 6px;padding:15px 17px;font-size:clamp(.84rem,3.5vw,.96rem);font-weight:650;line-height:1.4;animation:.44s cubic-bezier(.16,.9,.25,1) 1.3s both tourBubbleIn;position:relative}.feed-tour-coach-measure{visibility:hidden}.feed-tour-coach-typed{position:absolute;inset:15px 17px}.feed-tour-typing-caret{vertical-align:-.13em;background:currentColor;width:1.5px;height:1em;margin-left:2px;animation:.62s step-end infinite tourCaret;display:inline-block}.feed-tour-coach-nudge p{animation:.26s ease-in-out tourNudge}.feed-tour-action-rail{top:calc(34% + var(--app-safe-area-top));z-index:14;flex-direction:column;gap:11px;animation:.52s cubic-bezier(.16,.9,.25,1) .42s both tourActionsIn;display:flex;position:absolute;right:17px}.feed-tour-action-rail button{width:58px;height:58px;color:var(--text-hi);cursor:pointer;-webkit-tap-highlight-color:transparent;background:#000000e0;border:1.5px solid #ededed94;border-radius:50%;place-items:center;display:grid;position:relative}.feed-tour-action-rail button:nth-child(2){background:var(--text-hi);color:var(--text-ink)}.feed-tour-action-rail button:active{transform:scale(.93)}.feed-tour-action-rail .feed-tour-action-target{border-color:var(--text-hi);animation:1.5s ease-in-out infinite tourTarget}.feed-tour-action-target>span{background:var(--text-hi);color:var(--text-ink);letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;border-radius:999px;padding:5px 8px;font-size:.67rem;font-weight:900;position:absolute;right:calc(100% + 8px)}.feed-tour-finish{padding:calc(66px + var(--app-safe-area-top)) 18px max(22px, var(--app-safe-area-bottom));overflow-y:auto}.feed-tour-finish-scene{min-height:100%;display:flex}.feed-tour-finish-content{text-align:center;flex-direction:column;align-items:center;gap:13px;width:min(100%,390px);min-height:100%;margin:0 auto;display:flex}.feed-tour-finish-pug{object-fit:contain;width:min(45vw,180px);height:auto;margin:-4px 0 -12px;animation:.7s cubic-bezier(.16,.9,.25,1) 60ms both tourFinishGuideIn}.feed-tour-finish-content h1,.feed-tour-finish-content>p:not(.feed-tour-eyebrow){max-width:13ch}.feed-tour-finish-content>p:not(.feed-tour-eyebrow){max-width:34ch}.feed-tour-nav-preview{background:var(--surface);border:1px solid #ededed24;border-radius:16px;grid-template-columns:repeat(3,minmax(0,1fr));width:100%;min-height:70px;margin-top:6px;display:grid}.feed-tour-nav-preview span{color:var(--text-mute);flex-direction:column;justify-content:center;align-items:center;gap:4px;font-size:.68rem;font-weight:700;display:flex}.feed-tour-nav-preview .feed-tour-nav-preview-active{color:var(--text-hi)}.feed-tour-chat-note{background:var(--surface-2);width:100%;color:var(--text-hi);text-align:left;border-radius:14px;align-items:center;gap:9px;padding:13px 15px;font-size:.82rem;font-weight:650;display:flex}.feed-tour-finish-content .feed-tour-primary{margin-top:auto}@keyframes tourTarget{0%,to{box-shadow:0 0 #fff0}50%{box-shadow:0 0 0 9px #ffffff1f}}@keyframes tourSceneIn{0%{opacity:0;filter:blur(7px);transform:translate(28%)scale(.985)}to{opacity:1;filter:blur();transform:translate(0,0)scale(1)}}@keyframes tourSceneOut{0%{opacity:1;filter:blur();transform:translate(0,0)scale(1)}to{opacity:0;filter:blur(5px);transform:translate(-30%)scale(.985)}}@keyframes tourRevealIn{0%{opacity:0;filter:blur(6px);transform:translateY(18px)}to{opacity:1;filter:blur();transform:translateY(0)}}@keyframes tourWordIn{0%{opacity:0;filter:blur(8px);transform:translateY(.7em)rotate(2deg)}to{opacity:1;filter:blur();transform:translateY(0)rotate(0)}}@keyframes tourGuideIn{0%{opacity:0;transform:translate(-34%)rotate(-8deg)}to{opacity:1;transform:translate(0)rotate(0)}}@keyframes tourCoachIn{0%{opacity:0;transform:translate(34px,-10px)scale(.88)}to{opacity:1;transform:translate(0,0)scale(1)}}@keyframes tourBubbleIn{0%{opacity:0;filter:blur(5px);transform:translateY(-8px)scale(.96)}to{opacity:1;filter:blur();transform:translateY(0)scale(1)}}@keyframes tourActionsIn{0%{opacity:0;transform:translate(28px)}to{opacity:1;transform:translate(0)}}@keyframes tourFinishGuideIn{0%{opacity:0;transform:translateY(24px)scale(.78)}72%{opacity:1;transform:translateY(-5px)scale(1.04)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes tourCaret{0%,48%{opacity:1}49%,to{opacity:0}}@keyframes tourNudge{0%,to{transform:translate(0)}30%{transform:translate(-7px)}65%{transform:translate(5px)}}@media (height<=700px){.feed-tour-welcome-scene{grid-template-rows:minmax(210px,44%) minmax(0,1fr)}.feed-tour-welcome-art img{width:min(48vw,190px)}.feed-tour-welcome-copy h1,.feed-tour-finish-content h1{font-size:2.15rem}.feed-tour-card{grid-template-rows:minmax(0,55%) minmax(0,45%)}.feed-tour-coach{top:calc(8% + var(--app-safe-area-top))}.feed-tour-coach img{width:112px}.feed-tour-action-rail{top:calc(30% + var(--app-safe-area-top))}.feed-tour-action-rail button{width:52px;height:52px}.feed-tour-finish-pug{width:150px;margin-top:-12px}}.feed-tour-legend{padding:calc(66px + var(--app-safe-area-top)) 18px max(22px, var(--app-safe-area-bottom));overflow-y:auto}.feed-tour-legend-scene{text-align:center;flex-direction:column;align-items:center;gap:13px;width:min(100%,390px);min-height:100%;margin:0 auto;display:flex}.feed-tour-legend-dog{object-fit:contain;width:min(42vw,168px);height:auto;margin:-4px 0 -10px;animation:.7s cubic-bezier(.16,.9,.25,1) 60ms both tourFinishGuideIn}.feed-tour-legend-scene h1{max-width:19ch}.feed-tour-legend-list{flex-direction:column;gap:9px;width:100%;margin-top:3px;list-style:none;display:flex}.feed-tour-legend-list li{background:var(--surface-2);text-align:left;border-radius:14px;align-items:center;gap:12px;padding:12px 14px;display:flex}.feed-tour-legend-icon{background:var(--bg-screen);width:40px;height:40px;color:var(--text-hi);border-radius:50%;flex:none;place-items:center;display:grid}.feed-tour-legend-copy{min-width:0;color:var(--text-mute);flex-direction:column;gap:2px;font-size:.82rem;line-height:1.32;display:flex}.feed-tour-legend-copy b{color:var(--text-hi);font-family:var(--f-ui);font-size:.9rem;font-weight:800}@media (prefers-reduced-motion:reduce){.feed-tour-scene,.feed-tour-leaving .feed-tour-scene,.feed-tour-reveal,.feed-tour-word,.feed-tour-welcome-art img,.feed-tour-coach,.feed-tour-coach p,.feed-tour-action-rail,.feed-tour-finish-pug,.feed-tour-legend-dog,.feed-tour-typing-caret,.feed-tour-action-rail .feed-tour-action-target,.feed-tour-coach-nudge p{opacity:1;filter:none;animation:none;transform:none}}.filters-screen{height:var(--tg-viewport-height,100dvh);min-height:0;padding:var(--app-topbar-space,78px) 16px var(--app-content-bottom,100px);overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;justify-content:flex-start;overflow-y:auto}.filters-nav-button{width:44px;height:44px}.filters-nav-button:last-child{justify-self:end}.filters-nav-button:disabled{cursor:default;opacity:.35}.filters-editor{flex-direction:column;gap:18px;width:min(100%,390px);display:flex}.filters-hero{text-align:center;flex-direction:column;align-items:center;gap:8px;padding:10px 0 4px;display:flex}.filters-hero-icon{opacity:.74}.filters-section{border-radius:var(--r-card);background:var(--surface);flex-direction:column;gap:14px;width:100%;padding:22px;display:flex}.filters-section-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.filters-section-head .display-md{letter-spacing:0;font-size:1.45rem}.filters-field{flex-direction:column;gap:8px;min-width:0;display:flex}.filters-range{width:100%;accent-color:var(--text-hi)}.filters-chip-group{justify-content:flex-start}.filters-error{color:var(--text-hi)}@media (width<=360px){.filters-screen{padding-left:12px;padding-right:12px}.filters-section{padding:18px}.filters-chip-group .chip{padding-left:14px;padding-right:14px}}.filters-reset-city{opacity:.75;align-self:flex-start;font-size:.82rem}.like-sheet{z-index:70;background:var(--bg-screen);flex-direction:column;display:flex;position:fixed;inset:0}.like-sheet .profile-card-sheet{flex:1;min-height:0}.like-sheet-close{top:calc(var(--app-safe-area-top) + 12px);z-index:8;width:46px;height:46px;color:var(--text-hi);cursor:pointer;-webkit-tap-highlight-color:transparent;background:#000000c2;border:0;border-radius:49% 51% 45% 55%;place-items:center;display:grid;position:absolute;left:14px;transform:rotate(-2deg)}.like-sheet-close:before{content:"";border:1.8px solid #edededad;border-radius:52% 48% 44% 56%;position:absolute;inset:5px 4px 4px 6px;transform:rotate(-12deg)}.like-sheet-close svg{z-index:1;position:relative}.like-sheet-close:active{transform:rotate(-2deg)scale(.94)}.like-sheet-actions{padding:14px 18px max(18px, var(--app-safe-area-bottom));background:var(--bg-screen);border-top:2px solid #ededed1a;flex:none;justify-content:center;align-items:center;gap:34px;display:flex}.like-sheet-action{width:64px;height:64px;color:var(--text-hi);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:0;place-items:center;display:grid;position:relative;transform:rotate(-2deg)}.like-sheet-action-main{width:72px;height:72px;transform:rotate(2deg)}.like-sheet-action-sketch{width:100%;height:100%;position:absolute;inset:0;overflow:visible}.like-sheet-action-sketch path{fill:#000000d6;stroke:#edededd1;stroke-width:2.4px;stroke-linecap:round;stroke-linejoin:round}.like-sheet-action-main .like-sheet-action-sketch path{fill:var(--text-hi);stroke:var(--text-hi)}.like-sheet-action span{z-index:1;place-items:center;display:grid;position:relative}.like-sheet-action svg:not(.like-sheet-action-sketch){stroke:var(--text-hi)}.like-sheet-action-main svg:not(.like-sheet-action-sketch){stroke:var(--text-ink)}.like-sheet-action:disabled{cursor:default;opacity:.48}.like-sheet-action:active{transform:rotate(-2deg)scale(.93)}.like-sheet-action-main:active{transform:rotate(2deg)scale(.93)}@media (prefers-reduced-motion:reduce){.like-sheet-action:active,.like-sheet-action-main:active,.like-sheet-close:active{transform:none}}.matches-screen{--matches-top-space:var(--app-topbar-space,76px);--matches-nav-space:var(--app-nav-height,76px);height:var(--tg-viewport-height,100dvh);min-height:0;padding:var(--matches-top-space) 14px calc(var(--matches-nav-space) + 24px);overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;justify-content:flex-start;overflow-y:auto}.matches-content{flex-direction:column;gap:14px;width:min(100%,420px);display:flex}.matches-hero{gap:5px;padding:8px 2px 0;display:grid}.matches-hero .display-lg{text-align:left;font-size:2.2rem}.matches-hero .body-text{color:var(--text-mute);text-align:left}.matches-error{background:var(--surface);width:fit-content;max-width:100%;color:var(--text-hi);border:1px solid #ededed24;border-radius:7px;padding:7px 10px}.matches-segmented{background:var(--surface);border:1px solid #ededed1f;border-radius:8px;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;min-height:48px;padding:4px;display:grid}.matches-segment{min-width:0;color:var(--text-mute);font-family:var(--f-ui);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;gap:8px;font-size:.88rem;font-weight:750;display:inline-flex}.matches-segment span{min-width:22px;height:22px;color:var(--text-mute);background:#ededed1a;border-radius:999px;place-items:center;padding:0 6px;font-size:.72rem;display:grid}.matches-segment-active{background:var(--text-hi);color:var(--text-ink)}.matches-segment-active span{color:var(--text-ink);background:#0000001f}.matches-list{flex-direction:column;gap:10px;display:flex}.matches-like-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;display:grid}.like-tile{border-radius:var(--r-widget);background:var(--surface);width:100%;color:var(--text-hi);text-align:left;cursor:pointer;-webkit-tap-highlight-color:transparent;border:1px solid #ededed1f;flex-direction:column;padding:0;display:flex;position:relative;overflow:hidden}.like-tile-photo{aspect-ratio:3/4;background:var(--surface-2);width:100%;max-height:52vh;color:var(--text-mute);place-items:center;display:grid;position:relative;overflow:hidden}.like-tile-photo img{object-fit:cover;object-position:center 28%;width:100%;height:100%}.like-tile-super{z-index:2;background:var(--text-hi);min-height:26px;color:var(--text-ink);font-family:var(--f-ui);border-radius:999px;align-items:center;gap:4px;padding:0 9px 0 8px;font-size:.7rem;font-weight:800;display:inline-flex;position:absolute;top:10px;left:10px;transform:rotate(-1.5deg)}.like-tile-super svg{stroke:var(--text-ink)}.like-tile-caption{gap:3px;padding:10px 12px 13px;display:grid}.like-tile-caption h2{color:var(--text-hi);font-family:var(--f-display);text-overflow:ellipsis;white-space:nowrap;font-size:1.02rem;font-weight:850;line-height:1.08;overflow:hidden}.like-tile-caption .caption{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.match-row{background:var(--surface);width:100%;min-height:88px;color:var(--text-hi);text-align:left;cursor:pointer;-webkit-tap-highlight-color:transparent;border:1px solid #ededed1f;border-radius:8px;grid-template-columns:62px minmax(0,1fr) 34px;align-items:center;gap:12px;padding:11px;display:grid}.match-row:active,.matches-segment:active{transform:scale(.985)}.like-tile:active{transform:scale(.98)}.match-photo{background:var(--surface-2);border-radius:7px;place-items:center;width:62px;height:62px;display:grid;position:relative;overflow:hidden}.match-photo img{object-fit:cover;width:100%;height:100%}.match-row-body{min-width:0}.match-row-head{justify-content:space-between;align-items:center;gap:10px;min-width:0;display:flex}.match-name{color:var(--text-hi);font-family:var(--f-display);text-overflow:ellipsis;white-space:nowrap;font-size:1.05rem;font-weight:850;line-height:1.05;overflow:hidden}.match-message-preview{text-overflow:ellipsis;white-space:nowrap;margin-top:6px;overflow:hidden}.match-row-action{flex-direction:column;align-items:center;gap:6px;display:flex}.match-unread{background:var(--text-hi);border-radius:50%;width:9px;height:9px}.matches-empty{background:var(--surface);text-align:center;border:1px solid #ededed1f;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:310px;padding:28px;display:flex}.matches-empty-icon{opacity:.72}@media (width<=360px){.matches-screen{padding-left:12px;padding-right:12px}.matches-like-grid{gap:8px}.like-tile-caption{padding:9px 10px 12px}.like-tile-caption h2{font-size:.95rem}.match-row{grid-template-columns:56px minmax(0,1fr) 30px}.match-photo{width:56px;height:56px}}@media (prefers-reduced-motion:reduce){.match-row:active,.matches-segment:active,.like-tile:active{transform:none}}.profile-screen{height:var(--tg-viewport-height,100dvh);min-height:0;padding:var(--app-topbar-space,78px) 16px var(--app-content-bottom,100px);overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;justify-content:flex-start;overflow-y:auto}.profile-nav-button{width:44px;height:44px}.profile-nav-button:last-child{justify-self:end}.profile-nav-button:disabled{cursor:default;opacity:.35}.profile-editor{flex-direction:column;gap:18px;width:min(100%,390px);display:flex}.profile-hero{text-align:center;flex-direction:column;align-items:center;gap:8px;padding:10px 0 4px;display:flex}.profile-hero-icon{opacity:.74}.profile-section{border-radius:var(--r-card);background:var(--surface);flex-direction:column;gap:14px;width:100%;padding:22px;display:flex}.profile-section-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.profile-section-head .display-md{letter-spacing:0;font-size:1.45rem}.photo-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.photo-slot{aspect-ratio:3/4;border-radius:var(--r-widget);background:var(--surface-2);width:100%;color:var(--text-hi);-webkit-tap-highlight-color:transparent;border:0;place-items:center;display:grid;position:relative;overflow:hidden}.photo-slot-empty{cursor:pointer}.photo-slot-empty:active{transform:scale(.97)}.photo-slot-filled img{object-fit:cover;width:100%;height:100%}.photo-main-badge{z-index:2;background:var(--text-hi);min-height:22px;color:var(--text-ink);font-family:var(--f-ui);border-radius:999px;align-items:center;padding:0 8px;font-size:.68rem;font-weight:700;display:inline-flex;position:absolute;top:8px;left:8px}.photo-controls{z-index:3;grid-template-columns:repeat(3,1fr);gap:4px;display:grid;position:absolute;inset:auto 6px 6px}.photo-icon-button{background:var(--bg-screen);min-width:0;height:30px;color:var(--text-hi);cursor:pointer;-webkit-tap-highlight-color:transparent;border:0;border-radius:999px;place-items:center;display:grid}.photo-icon-button:disabled{cursor:default;opacity:.35}.photo-icon-button svg{width:18px;height:18px}.photo-icon-button-next svg{transform:rotate(180deg)}.profile-file-input{display:none}.profile-form-grid{grid-template-columns:minmax(0,1fr) 104px;gap:10px;display:grid}.profile-field{flex-direction:column;gap:8px;min-width:0;display:flex}.profile-field .input-field{width:100%}.profile-field-age .input-field{text-align:center}.profile-textarea{resize:vertical;min-height:116px}.profile-range{width:100%;accent-color:var(--text-hi)}.profile-chip-group,.profile-chip-grid{justify-content:flex-start}.profile-interest-icon{stroke:currentColor;opacity:.82;flex:none}.profile-chip-grid .chip.active .profile-interest-icon{opacity:1}@media (width<=360px){.profile-screen{padding-left:12px;padding-right:12px}.profile-section{padding:18px}.photo-grid{gap:8px}.profile-form-grid{grid-template-columns:minmax(0,1fr) 92px}.profile-chip-grid .chip,.profile-chip-group .chip{padding-left:14px;padding-right:14px}}.profile-danger{border:1px solid #ff6b6b38}.profile-danger-confirm{flex-direction:column;gap:10px;display:flex}.profile-danger-button{border-radius:var(--r-widget);color:#ff6b6b;width:100%;min-height:46px;font-family:var(--f-ui);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:1px solid #ff6b6b73;padding:12px 16px;font-size:.95rem;font-weight:600}.profile-danger-button:active{transform:scale(.985)}.profile-danger-button:disabled{cursor:default;opacity:.5}.profile-danger-button-final{color:var(--text-ink);background:#ff6b6b}.profile-enable-button{border-radius:var(--r-widget);background:var(--text-hi);width:100%;min-height:46px;color:var(--text-ink);font-family:var(--f-ui);cursor:pointer;-webkit-tap-highlight-color:transparent;border:0;padding:12px 16px;font-size:.95rem;font-weight:700}.profile-enable-button:disabled{cursor:default;opacity:.5}.profile-footer{justify-content:center;width:100%;padding:2px 0 6px;display:flex}.profile-rules-link{opacity:.7;font-size:.82rem}.banned-screen{height:var(--tg-viewport-height,100dvh);padding:calc(var(--app-safe-area-top) + 28px) 24px max(28px, var(--app-safe-area-bottom));text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:14px;display:flex}.banned-art{width:min(42vw,170px);height:auto}.banned-title{margin-top:4px}.banned-text{max-width:320px;color:var(--text-mute)}.banned-note{max-width:300px;color:var(--text-mute);opacity:.7}.banned-rules-link{opacity:.75;margin-top:4px;font-size:.85rem}.subscribe-screen{height:var(--tg-viewport-height,100dvh);padding:calc(var(--app-safe-area-top) + 28px) 24px max(28px, var(--app-safe-area-bottom));text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:14px;display:flex}.subscribe-art{width:min(42vw,170px);height:auto}.subscribe-title{margin-top:4px}.subscribe-text{max-width:320px;color:var(--text-mute)}.subscribe-action{justify-content:center;align-items:center;min-width:200px;margin-top:10px;text-decoration:none;display:inline-flex}.subscribe-retry{opacity:.75;font-size:.85rem}.rules-screen{height:var(--tg-viewport-height,100dvh);min-height:0;padding:var(--app-topbar-space,78px) 16px var(--app-content-bottom,100px);overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;justify-content:flex-start;overflow-y:auto}.rules-nav-button{width:44px;height:44px}.rules-content{flex-direction:column;gap:18px;width:min(100%,390px);display:flex}.rules-hero{text-align:center;flex-direction:column;align-items:center;gap:8px;padding:10px 0 4px;display:flex}.rules-section{border-radius:var(--r-card);background:var(--surface);flex-direction:column;gap:14px;width:100%;padding:22px;display:flex}.rules-list{flex-direction:column;gap:18px;margin:0;padding:0;list-style:none;display:flex}.rules-item{flex-direction:column;gap:5px;display:flex}.rules-item h3{color:var(--text-primary);margin:0;font-size:.95rem;font-weight:600}.rules-section .caption,.rules-item .caption{line-height:1.5}.chart-grid{flex-direction:column;gap:14px;width:100%;display:flex}.chart{border-radius:var(--r-card);background:var(--surface);flex-direction:column;gap:12px;width:100%;margin:0;padding:18px;display:flex}.chart-head{flex-direction:column;gap:2px;display:flex}.chart-head h3{font-family:var(--f-ui);color:var(--text-hi);margin:0;font-size:.95rem;font-weight:600}.chart-sub{color:var(--text-mute);font-size:.76rem;line-height:1.35}.chart-empty{color:var(--text-mute);padding:8px 0 4px;font-size:.8rem}.chart-body{flex-direction:column;gap:6px;display:flex}.chart-svg{touch-action:pan-y;width:100%;height:auto;overflow:visible}.chart-foot{color:var(--text-mute);font-variant-numeric:tabular-nums;justify-content:space-between;align-items:baseline;gap:8px;font-size:.72rem;display:flex}.chart-readout{color:var(--text-hi);font-weight:600}.stat-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:100%;display:grid}.stat-tile{border-radius:var(--r-widget);background:var(--surface);flex-direction:column;justify-content:flex-start;gap:3px;min-height:104px;padding:14px 16px;display:flex}.stat-tile-label{color:var(--text-mute);font-size:.74rem}.stat-tile-value{font-family:var(--f-ui);color:var(--text-hi);font-size:1.6rem;font-weight:700;line-height:1.1}.stat-tile-delta{color:var(--text-mute);white-space:nowrap;font-size:.7rem}.stat-tile-delta.is-up{color:#fff}.stat-tile-delta.is-down{color:#8a8a8a}.stat-tile-spark{width:100%;height:26px;margin-top:4px}.bar-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.bar-row{grid-template-columns:minmax(0,5.5rem) 1fr auto;align-items:center;gap:10px;display:grid}.bar-label{color:var(--text-mute);text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;overflow:hidden}.bar-track{background:#161616;border-radius:4px;height:14px;overflow:hidden}.bar-fill{border-radius:0 4px 4px 0;height:100%;display:block}.bar-value{color:var(--text-hi);font-variant-numeric:tabular-nums;font-size:.78rem;font-weight:600}.funnel{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.funnel-row{flex-direction:column;gap:5px;display:flex}.funnel-meta{justify-content:space-between;align-items:baseline;gap:10px;display:flex}.funnel-label{color:var(--text-hi);font-size:.8rem}.funnel-value{color:var(--text-mute);font-variant-numeric:tabular-nums;white-space:nowrap;font-size:.76rem}.funnel-track{background:#161616;border-radius:4px;height:16px;overflow:hidden}.funnel-fill{border-radius:0 4px 4px 0;height:100%;display:block}.funnel-drop{color:var(--text-mute);font-size:.7rem}.heatmap{flex-direction:column;gap:3px;display:flex}.heatmap-row{grid-template-columns:1.6rem 1fr;align-items:center;gap:6px;display:grid}.heatmap-day{color:var(--text-mute);font-size:.68rem}.heatmap-cells{grid-template-columns:repeat(24,1fr);gap:2px;display:grid}.heatmap-cell{background:var(--text-hi);border-radius:2px;height:12px}.heatmap-scale{color:var(--text-mute);align-items:center;gap:8px;font-size:.68rem;display:flex}.heatmap-scale-ramp{gap:2px;display:flex}.heatmap-scale-ramp i{background:var(--text-hi);border-radius:2px;width:14px;height:10px}.chart-table{border-radius:var(--r-widget);background:var(--surface);padding:12px 16px}.chart-table summary{color:var(--text-mute);cursor:pointer;font-size:.78rem}.chart-table table{border-collapse:collapse;width:100%;margin-top:10px;font-size:.78rem}.chart-table td{color:var(--text-hi);padding:4px 0}.chart-table td:last-child{text-align:right;color:var(--text-mute);font-variant-numeric:tabular-nums}.stat-tile-delta{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.stat-row .stat-tile{min-height:92px}.admin-screen{height:var(--tg-viewport-height,100dvh);min-height:0;padding:var(--app-topbar-space,78px) 16px var(--app-content-bottom,100px);overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;justify-content:flex-start;overflow-y:auto}.admin-nav-button{width:44px;height:44px}.admin-content{flex-direction:column;gap:14px;width:min(100%,390px);display:flex}.admin-ranges{gap:8px;padding:4px 0;display:flex}.admin-error{color:#ff6b6b}.admin-hero{border-radius:var(--r-card);background:var(--surface);text-align:center;flex-direction:column;align-items:center;gap:2px;padding:18px;display:flex}.admin-hero-label{color:var(--text-mute);font-size:.78rem}.admin-hero-value{font-family:var(--f-ui);color:var(--text-hi);font-size:3rem;font-weight:700;line-height:1}.admin-hero-sub{color:var(--text-mute);font-size:.74rem}.admin-note{padding:0 4px 8px;line-height:1.4}.app{--app-nav-space:76px;--app-nav-height:calc(var(--app-nav-space) + var(--app-safe-area-bottom));--app-content-bottom:calc(var(--app-nav-height) + 24px);--app-topbar-space:calc(78px + var(--app-safe-area-top));width:100%;min-height:100dvh}.app-screen-shell{min-height:100dvh;animation:appScreenIn .34s var(--ease)}.feed-placeholder{text-align:center;flex-direction:column;align-items:center;display:flex}.telegram-gate{text-align:center;gap:18px}.telegram-gate__mark{border:1.5px solid var(--stroke);border-radius:50%;justify-content:center;align-items:center;width:96px;height:96px;display:flex}.telegram-gate__mark svg{stroke:var(--text-hi)}.telegram-gate h1,.telegram-gate p{max-width:320px}@keyframes appScreenIn{0%{opacity:0}to{opacity:1}}.app-bottom-nav{z-index:60;height:var(--app-nav-height);min-height:var(--app-nav-height);padding:6px 0 max(6px, var(--app-safe-area-bottom));background:#000;border-top:1px solid #ededed24;grid-template-columns:repeat(3,minmax(0,1fr));display:grid;position:fixed;bottom:0;left:0;right:0;transform:translateZ(0)}.app-bottom-tab{min-width:0;height:58px;color:var(--text-mute);font-family:var(--f-ui);letter-spacing:0;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:0;grid-template-rows:25px 17px;place-items:center;gap:3px;font-size:.66rem;font-weight:700;display:grid;position:relative}.app-bottom-tab svg{opacity:.78;width:22px;height:22px}.app-bottom-tab:after{content:"";background:0 0;border-radius:999px;height:2px;position:absolute;bottom:3px;left:26%;right:26%}.app-bottom-tab-active{color:var(--text-hi)}.app-bottom-tab-active svg{opacity:1}.app-bottom-tab-active:after{background:var(--text-hi)}.app-bottom-tab-icon{display:inline-flex;position:relative}.app-bottom-tab-dot{border:1.5px solid var(--bg-screen);background:var(--text-hi);border-radius:50%;width:8px;height:8px;position:absolute;top:-2px;right:-4px}
