.error-boundary{min-height:100vh;padding:var(--spacing-lg);background-color:#000;justify-content:center;align-items:center;display:flex}.error-content{text-align:center;border-radius:var(--radius-lg);padding:var(--spacing-xl);background:#ffffff08;border:1px solid #ff2e8f33;max-width:400px}.error-content h2{color:#ff2e8f;margin-bottom:var(--spacing-lg);font-size:var(--font-size-xl);font-weight:700}.error-content p{color:var(--color-text-secondary);margin-bottom:var(--spacing-lg);word-break:break-word;font-weight:400}.error-content button{color:#fff;padding:var(--spacing-md) var(--spacing-lg);border-radius:var(--radius-md);cursor:pointer;letter-spacing:.35px;text-transform:uppercase;-webkit-backdrop-filter:var(--ui-glass-blur);box-shadow:0 1px 0 #ffffff1a inset, 0 8px 22px #00000073, 0 0 0 1px #ff2e8f40, var(--ui-glow-pink);-webkit-tap-highlight-color:transparent;background:linear-gradient(165deg,#ff2e8f7a 0%,#5a14466b 45%,#000000a6 100%);border:1px solid #ff2e8f8c;font-family:inherit;font-size:11px;font-weight:700;transition:transform .18s,box-shadow .2s}.error-content button:hover{transform:translateY(-2px);box-shadow:inset 0 1px #ffffff24,0 10px 28px #00000080,0 0 0 1px #ff2e8f73,0 0 32px #ff2e8f8c}.error-content button:active{transform:scale(.98)}.blocked-screen{z-index:200;padding:var(--spacing-xl);padding-bottom:max(var(--spacing-xl), env(safe-area-inset-bottom,0px));background:var(--color-bg);justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow-y:auto}.blocked-screen__glow{pointer-events:none;opacity:.95;background:radial-gradient(80% 55% at 50% 18%,#ff2e8f38 0%,#0000 58%),radial-gradient(70% 50% at 80% 75%,#2e8fff1f 0%,#0000 55%);position:absolute;inset:0}.blocked-screen__card{z-index:1;width:100%;max-width:400px;padding:var(--spacing-xl);border-radius:var(--radius-lg);border:1px solid var(--ui-glass-border);background:var(--ui-glass-fill);-webkit-backdrop-filter:var(--ui-glass-blur);box-shadow:0 1px 0 #ffffff0f inset, 0 18px 48px #0000008c, 0 0 0 1px #ff2e8f1a, var(--ui-glow-pink);text-align:center;position:relative}.blocked-screen__iconWrap{width:72px;height:72px;margin:0 auto var(--spacing-lg);color:#fb7185;background:radial-gradient(circle at 30% 25%,#ef444440 0%,#00000080 75%);border:1px solid #ef444459;border-radius:20px;justify-content:center;align-items:center;display:flex;box-shadow:0 0 24px #ef444440}.blocked-screen__icon{flex-shrink:0}.blocked-screen__title{font-size:var(--font-size-xl);margin:0 0 var(--spacing-md);letter-spacing:-.02em;font-weight:700}.blocked-screen__text{margin:0 0 var(--spacing-xl);font-size:var(--font-size-sm);color:var(--color-text-secondary);font-weight:500;line-height:1.55}.blocked-screen__supportBtn{background:var(--ui-glass-fill);color:#b7e8ff;width:100%;font-family:inherit;font-size:var(--font-size-md);cursor:pointer;-webkit-backdrop-filter:var(--ui-glass-blur);box-shadow:0 1px 0 #ffffff0f inset, 0 8px 22px #00000073, 0 0 0 1px #2ec8ff1f, var(--ui-glow-cyan);-webkit-tap-highlight-color:transparent;border:1px solid #2ec8ff61;border-radius:16px;justify-content:center;align-items:center;gap:10px;padding:14px 18px;font-weight:600;transition:transform .18s cubic-bezier(.2,.9,.2,1),box-shadow .2s,border-color .2s;display:inline-flex}.blocked-screen__supportBtn:hover{border-color:#78e6ff8c;transform:translateY(-1px);box-shadow:inset 0 1px #ffffff14,0 10px 28px #00000080,0 0 0 1px #2ec8ff59,0 0 28px #50c8ff73}.blocked-screen__supportBtn:active{transform:scale(.98)}.blocked-screen__supportBtn:focus-visible{outline-offset:3px;outline:2px solid #2ec8ff99}.bottom-nav{height:var(--bottom-nav-height,72px);isolation:isolate;-webkit-backdrop-filter:blur(22px)saturate(1.65);border-top-left-radius:var(--radius-lg);border-top-right-radius:var(--radius-lg);padding:0 4px;padding-bottom:env(safe-area-inset-bottom,0px);z-index:100;background:linear-gradient(#140c1cd1 0%,#000000f0 100%);border-top:1px solid #ffffff14;justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 28px #0000008c,inset 0 -1px #b32eff1f}.bottom-nav__edgeGlow{pointer-events:none;opacity:.85;z-index:0;background:linear-gradient(90deg,#0000 0%,#ff2e8f73 22%,#b32eff80 50%,#2ec8ff59 78%,#0000 100%);height:1px;position:absolute;top:0;left:0;right:0}.bottom-nav__item{z-index:1;color:#ffffff61;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;max-width:88px;padding:6px 2px 4px;font-family:inherit;transition:color .22s,transform .18s cubic-bezier(.2,.9,.2,1);display:flex;position:relative}.bottom-nav__item:active{transform:scale(.94)}.bottom-nav__item:focus-visible{outline:none}.bottom-nav__icon{justify-content:center;align-items:center;display:flex}.bottom-nav__iconShell{width:44px;height:36px;color:inherit;background:radial-gradient(circle at 30% 22%,#ffffff14 0%,#00000073 70%);border:1px solid #ffffff1a;border-radius:14px;justify-content:center;align-items:center;transition:border-color .22s,box-shadow .22s,background .22s,color .22s,transform .22s;display:flex;box-shadow:inset 0 0 0 1px #00000059,0 6px 16px #00000059}.bottom-nav__item--events:not(.bottom-nav__item--active){color:#ffc89673}.bottom-nav__item--chats:not(.bottom-nav__item--active){color:#96d2ff6b}.bottom-nav__item--ankets:not(.bottom-nav__item--active){color:#ff96c86b}.bottom-nav__item--likes:not(.bottom-nav__item--active){color:#ff8cb46b}.bottom-nav__item--profile:not(.bottom-nav__item--active){color:#c8b4ff6b}.bottom-nav__item:not(.bottom-nav__item--active) .bottom-nav__iconShell{opacity:.88}.bottom-nav__item--active{color:#fff}.bottom-nav__item--active.bottom-nav__item--events .bottom-nav__iconShell{color:bisque;background:radial-gradient(circle at 30% 22%,#ffdcaa40 0%,#50321e73 100%);border-color:#ffbe7873;box-shadow:inset 0 0 0 1px #00000059,0 6px 18px #0006,0 0 20px #ffb46459}.bottom-nav__item--active.bottom-nav__item--chats .bottom-nav__iconShell{color:#b7e8ff;background:radial-gradient(circle at 30% 22%,#b4ebff47 0%,#143c5a80 100%);border-color:#50c8ff73;box-shadow:inset 0 0 0 1px #00000059,0 6px 18px #0006,0 0 22px #50c8ff66}.bottom-nav__item--active.bottom-nav__item--ankets .bottom-nav__iconShell{color:#ffb8e0;background:radial-gradient(circle at 30% 22%,#ff78c859 0%,#5a143c8c 100%);border-color:#ff2e8f8c;box-shadow:inset 0 0 0 1px #00000059,0 6px 20px #00000073,0 0 26px #ff2e8f8c}.bottom-nav__item--active.bottom-nav__item--likes .bottom-nav__iconShell{color:#ff8ec8;background:radial-gradient(circle at 30% 22%,#ff64a066 0%,#5a0f328c 100%);border-color:#ff3c788c;box-shadow:inset 0 0 0 1px #00000059,0 6px 20px #00000073,0 0 24px #ff2e8f80}.bottom-nav__item--active.bottom-nav__item--profile .bottom-nav__iconShell{color:#e0d4ff;background:radial-gradient(circle at 30% 22%,#dcc8ff4d 0%,#321e508c 100%);border-color:#c8a0ff80;box-shadow:inset 0 0 0 1px #00000059,0 6px 18px #0006,0 0 22px #b32eff73}.bottom-nav__item--active .bottom-nav__iconShell{transform:translateY(-1px)}.bottom-nav__label{letter-spacing:.35px;white-space:nowrap;font-size:10px;font-weight:600;line-height:1;transition:opacity .22s,color .22s,text-shadow .22s}.bottom-nav__item:not(.bottom-nav__item--active) .bottom-nav__label{opacity:.55}.bottom-nav__item--active .bottom-nav__label{color:#fffffff2;text-shadow:0 0 14px #ff2e8f59}.bottom-nav__indicator{background:linear-gradient(90deg,#ff2e8f,#b32eff);border-radius:3px;width:22px;height:3px;animation:.28s cubic-bezier(.2,.9,.2,1) bottomNavIndicatorAppear;position:absolute;top:5px;left:50%;transform:translate(-50%);box-shadow:0 0 10px #ff2e8fa6,0 0 18px #b32eff59}@keyframes bottomNavIndicatorAppear{0%{opacity:0;width:0}to{opacity:1;width:22px}}@media (prefers-reduced-motion:reduce){.bottom-nav__indicator{animation:none}}.card{border-radius:var(--radius-md);cursor:pointer;background:0 0;border:1px solid #ffffff0f;flex-direction:column;gap:0;padding:0;transition:all .2s;display:flex;position:relative;overflow:hidden}.card__content{padding:var(--spacing-lg);gap:var(--spacing-sm);cursor:pointer;flex-direction:column;transition:transform .3s;display:flex}.card--swiped .card__content{transform:translate(-70px)}.card__delete{cursor:pointer;color:#fff;letter-spacing:.35px;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);-webkit-tap-highlight-color:transparent;background:linear-gradient(#ff2e8f8c 0%,#781446a6 100%);border:none;justify-content:center;align-items:center;width:70px;font-size:11px;font-weight:700;transition:transform .18s,box-shadow .2s;display:flex;position:absolute;top:0;bottom:0;right:0;box-shadow:inset -1px 0 #ffffff14,0 0 22px #ff2e8f59}.card__delete:hover{box-shadow:inset -1px 0 #ffffff1f,0 0 32px #ff2e8f8c}.card__delete:active{transform:scale(.98)}.card:hover{background:#ff2e8f0d;border-color:#ff2e8f33;transform:translateY(-2px);box-shadow:0 0 20px #ff2e8f1a}.card:active{transform:translateY(0)}.card:focus-visible{outline-offset:2px;outline:2px solid #ff2e8f}.card__header{justify-content:space-between;align-items:center;display:flex}.card__name{font-weight:700;font-size:var(--font-size-lg)}.card__status{font-size:var(--font-size-sm);align-items:center;gap:var(--spacing-xs);color:var(--color-text-secondary);font-weight:400;display:flex}.card__message{color:var(--color-text-secondary);font-size:var(--font-size-sm);white-space:nowrap;text-overflow:ellipsis;font-weight:400;overflow:hidden}.card__message--empty{opacity:.5;font-style:italic}.modal-overlay{z-index:1000;background-color:#000000b3;align-items:flex-end;animation:.2s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content:before{content:"";pointer-events:none;opacity:.85;background:linear-gradient(90deg,#0000 0%,#ff2e8f73 25%,#b32eff80 50%,#2ec8ff59 75%,#0000 100%);height:1px;position:absolute;top:0;left:0;right:0}.modal-content{border-top-left-radius:var(--radius-lg);border-top-right-radius:var(--radius-lg);width:100%;max-width:100%;padding:var(--spacing-xl);-webkit-backdrop-filter:blur(22px)saturate(1.65);background:linear-gradient(#120a16fa 0%,#000000f5 100%);border-top:1px solid #ffffff14;animation:.3s slideUp;position:relative;box-shadow:0 -8px 40px #0000008c,inset 0 -1px #ff2e8f1f}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.modal-close{top:var(--spacing-lg);right:var(--spacing-lg);background:var(--ui-glass-fill);color:#ffb8c8;cursor:pointer;z-index:1102;width:44px;height:44px;-webkit-backdrop-filter:var(--ui-glass-blur);-webkit-tap-highlight-color:transparent;border:1px solid #ffffff1f;border-radius:14px;justify-content:center;align-items:center;transition:transform .18s,box-shadow .2s,border-color .2s;display:flex;position:absolute;box-shadow:inset 0 1px #ffffff0f,0 8px 22px #00000073,0 0 18px #ff2e8f33}.modal-close:hover{color:#fff;background:#ff2e8f1f;border-color:#ff2e8f73;box-shadow:inset 0 1px #ffffff0f,0 10px 28px #00000080,0 0 0 1px #ff2e8f59,0 0 34px #ff2e8f80}.modal-close:active{transform:scale(.96)}.modal-close:focus-visible{outline-offset:2px;border-radius:var(--radius-md);outline:2px solid #ff2e8f}.modal-title{font-size:var(--font-size-lg);margin-bottom:var(--spacing-lg);padding-right:52px;font-weight:700}.form-group{margin-bottom:var(--spacing-lg)}.form-label{font-size:var(--font-size-sm);color:var(--color-text-secondary);margin-bottom:var(--spacing-md);text-transform:uppercase;letter-spacing:1px;font-weight:500;display:block}.form-optional{font-size:var(--font-size-xs);text-transform:none;letter-spacing:normal;opacity:.7;font-weight:400}.form-input{border-radius:var(--radius-sm);width:100%;padding:var(--spacing-md) var(--spacing-lg);color:var(--color-text);font-size:var(--font-size-md);box-sizing:border-box;background:#ffffff0d;border:1px solid #ffffff1a;outline:none;font-family:inherit;font-weight:500;transition:border-color .2s,box-shadow .2s}.form-input:focus{border-color:#ff2e8f;box-shadow:0 0 10px #ff2e8f33}.form-input::placeholder{color:#fff6;font-weight:400}.form-input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.form-input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.form-input[type=number]{-moz-appearance:textfield}.emoji-grid{gap:var(--spacing-md);grid-template-columns:repeat(4,1fr);display:grid}.emoji-button{aspect-ratio:1;background:var(--ui-glass-fill);border-radius:var(--radius-md);cursor:pointer;-webkit-backdrop-filter:var(--ui-glass-blur);-webkit-tap-highlight-color:transparent;border:1px solid #ffffff1a;justify-content:center;align-items:center;font-size:30px;transition:transform .18s,box-shadow .2s,border-color .2s;display:flex;box-shadow:inset 0 1px #ffffff0f,0 8px 18px #0006}.emoji-button:hover{border-color:#ff2e8f73;transform:translateY(-2px);box-shadow:inset 0 1px #ffffff14,0 10px 24px #00000073,0 0 22px #ff2e8f40}.emoji-button:active{transform:scale(.96)}.emoji-button:focus-visible{outline-offset:2px;border-radius:var(--radius-md);outline:2px solid #ff2e8f}.emoji-button--active{box-shadow:0 1px 0 #ffffff1a inset, 0 8px 22px #00000073, 0 0 0 1px #ff2e8f59, var(--ui-glow-pink);background:linear-gradient(165deg,#ff2e8f59 0%,#3c0f328c 100%);border-color:#ff2e8fa6}.form-actions{gap:var(--spacing-md);margin-top:var(--spacing-xl);display:flex}.btn-cancel,.btn-create{padding:var(--spacing-lg);border-radius:var(--radius-md);letter-spacing:.35px;text-transform:uppercase;cursor:pointer;-webkit-backdrop-filter:var(--ui-glass-blur);-webkit-tap-highlight-color:transparent;touch-action:manipulation;flex:1;font-family:inherit;font-size:11px;font-weight:700;transition:transform .18s cubic-bezier(.2,.9,.2,1),box-shadow .2s,border-color .2s}.btn-cancel{background:var(--ui-glass-fill);color:#ffffffeb;border:1px solid #ffffff24;box-shadow:inset 0 1px #ffffff0f,0 8px 22px #00000073}.btn-cancel:hover{border-color:#ff2e8f59;transform:translateY(-2px);box-shadow:inset 0 1px #ffffff14,0 10px 28px #00000080,0 0 22px #ff2e8f33}.btn-cancel:focus-visible{outline-offset:2px;outline:2px solid #ff2e8f}.btn-create{color:#fff;box-shadow:0 1px 0 #ffffff1a inset, 0 8px 22px #00000073, 0 0 0 1px #ff2e8f40, var(--ui-glow-pink);background:linear-gradient(165deg,#ff2e8f7a 0%,#5a14466b 45%,#000000a6 100%);border:1px solid #ff2e8f8c}.btn-create:hover:not(:disabled){transform:translateY(-2px);box-shadow:inset 0 1px #ffffff24,0 10px 28px #00000080,0 0 0 1px #ff2e8f73,0 0 32px #ff2e8f8c}.btn-create:active:not(:disabled){transform:scale(.98)}.btn-create:disabled{opacity:.45;cursor:not-allowed;filter:grayscale(.35)}.btn-create:focus-visible{outline-offset:2px;outline:2px solid #fff}.profile-modal-photo-save-bar{z-index:6;justify-content:flex-end;align-items:center;gap:var(--spacing-md);padding:var(--spacing-md) var(--spacing-xl);padding-bottom:max(var(--spacing-md), env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(16px);background:linear-gradient(#120a16eb 0%,#000000f5 100%);border-top:1px solid #ffffff14;display:flex;position:absolute;bottom:0;left:0;right:0}.profile-modal-photo-save-bar .profile-screen__primaryBtn{flex:1;justify-content:center;max-width:100%}.profile-screen{box-sizing:border-box;min-height:0;height:var(--profile-vv-avail,100%);max-height:var(--profile-vv-avail,none);flex-direction:column;display:flex;overflow:hidden}.profile-screen__hero{padding:var(--spacing-lg) var(--spacing-lg) 0}.profile-screen__photo{border-radius:var(--radius-lg);background-position:50%;background-size:cover;height:300px;transition:height .22s;position:relative;overflow:hidden;box-shadow:0 0 30px #b32eff33}.profile-screen[data-keyboard-open] .profile-screen__photo{height:clamp(112px,26dvh,200px)}.profile-screen__heroBadges{z-index:3;pointer-events:none;flex-flow:wrap;justify-content:flex-end;align-items:center;gap:8px 10px;max-width:calc(100% - 24px);display:flex;position:absolute;top:12px;right:12px}.profile-screen__heroBadgeChip{flex-direction:row;align-items:center;gap:6px;display:inline-flex}.profile-screen__heroBadgeChip--iconOnly{gap:0}.profile-screen__heroBadgeWord{letter-spacing:.02em;color:#fffffffa;white-space:nowrap;text-shadow:0 1px #0000008c,0 0 10px #00000073;font-size:11px;font-weight:800;line-height:1}.profile-screen__heroBadgeIcon{box-sizing:border-box;color:#ffb8e0;width:28px;height:28px;-webkit-backdrop-filter:var(--ui-glass-blur);background:linear-gradient(165deg,#ff2e8f38 0%,#280c238c 100%);border:1px solid #ff2e8f73;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex;position:relative;box-shadow:inset 0 1px #ffffff14,0 6px 16px #00000073,0 0 0 1px #ff2e8f33,0 0 20px #ff2e8f38}.profile-screen__heroBadgeIcon--visibilityOn{color:#a7f3d0;border-color:#34d39973;box-shadow:inset 0 1px #ffffff14,0 6px 16px #00000073,0 0 0 1px #34d39940,0 0 18px #34d39940}.profile-screen__heroBadgeIcon--visibilityOff{color:#cbd5e1;background:linear-gradient(165deg,#47556959 0%,#1e142399 100%);border-color:#94a3b880;box-shadow:inset 0 1px #ffffff0f,0 6px 16px #00000080,0 0 0 1px #94a3b833}button.profile-screen__heroBadgeIconBtn{pointer-events:auto;cursor:pointer;font:inherit;appearance:none;border-style:solid;margin:0;padding:0}button.profile-screen__heroBadgeIconBtn:disabled{cursor:wait;opacity:.78}.profile-screen__visibilityError{z-index:3;color:#fecaca;text-shadow:0 1px 3px #000000bf;pointer-events:none;font-size:11px;line-height:1.35;position:absolute;top:46px;left:12px;right:12px}.profile-screen__heroBadgeIcon--anketaActive{color:#bbf7d0;border-color:#22c55e6b;box-shadow:inset 0 1px #ffffff14,0 6px 16px #00000073,0 0 0 1px #22c55e47,0 0 18px #22c55e33}.profile-screen__heroBadgeIcon--anketaModeration{color:#fde68a;border-color:#fbbf2480;box-shadow:inset 0 1px #ffffff14,0 6px 16px #00000073,0 0 0 1px #fbbf2447,0 0 18px #fbbf2438}.profile-screen__heroBadgeIcon--anketaBlocked{color:#fecaca;border-color:#f8717180;box-shadow:inset 0 1px #ffffff14,0 6px 16px #00000073,0 0 0 1px #f8717159,0 0 18px #f8717138}.profile-screen__heroBadgeIcon--anketaDeactivated{color:#e2e8f0;background:linear-gradient(165deg,#47556952 0%,#280c238c 100%);border-color:#94a3b873;box-shadow:inset 0 1px #ffffff0f,0 6px 16px #00000080,0 0 0 1px #94a3b833}.profile-screen__photo--empty{background:radial-gradient(85% 65% at 50% 38%,#b32eff38 0%,#0000 58%),linear-gradient(155deg,#1a0f22 0%,#2a1432 38%,#120c18 100%);border:1px solid #ff2e8f2e;box-shadow:0 0 30px #b32eff38,inset 0 1px #ffffff0f}.profile-screen__photoOverlay{background:linear-gradient(#0003 0%,#0009 55%,#000000d9 100%);flex-direction:column;justify-content:flex-end;padding:16px;display:flex;position:absolute;inset:0}.profile-screen__photoOverlay--hasEmpty{background:linear-gradient(#00000059 0%,#0c0812b8 45%,#000000e0 100%);justify-content:space-between;padding-top:20px}.profile-screen__photoEmpty{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:10px;min-height:0;padding:8px 4px 4px;display:flex;position:relative}.profile-screen__photoEmptyGlow{filter:blur(2px);pointer-events:none;background:radial-gradient(circle,#ff2e8f59 0%,#b32eff1f 45%,#0000 70%);border-radius:50%;width:140px;height:140px;position:absolute;top:50%;left:50%;transform:translate(-50%,-52%)}.profile-screen__photoEmptyIconWrap{color:#ffb8e0;background:linear-gradient(145deg,#ff2e8f33 0%,#280c238c 100%);border:1px solid #ff2e8f59;border-radius:22px;justify-content:center;align-items:center;width:72px;height:72px;display:flex;position:relative;box-shadow:inset 0 1px #ffffff14,0 10px 28px #00000073,0 0 24px #ff2e8f33}.profile-screen__photoEmptyIcon{opacity:.95}.profile-screen__photoEmptyTitle{color:#fffffff5;letter-spacing:.02em;text-shadow:0 4px 18px #00000073;margin:6px 0 0;font-size:17px;font-weight:800}.profile-screen__photoEmptyHint{color:#e0d4ffc7;max-width:260px;margin:0;font-size:12px;font-weight:500;line-height:1.45}.profile-screen__photoEmptyCta{color:#fff;cursor:pointer;letter-spacing:.35px;text-transform:uppercase;-webkit-backdrop-filter:var(--ui-glass-blur);-webkit-tap-highlight-color:transparent;background:linear-gradient(165deg,#ff2e8f61 0%,#5a144666 45%,#0000008c 100%);border:1px solid #ff2e8f80;border-radius:14px;align-items:center;gap:8px;margin-top:6px;padding:11px 18px;font-family:inherit;font-size:12px;font-weight:700;transition:transform .18s,box-shadow .2s,border-color .2s;display:inline-flex;box-shadow:inset 0 1px #ffffff1a,0 8px 22px #00000073,0 0 0 1px #ff2e8f38,0 0 20px #ff2e8f40}.profile-screen__photoEmptyCta:hover{border-color:#ffa0d2a6;transform:translateY(-1px);box-shadow:inset 0 1px #ffffff1f,0 10px 28px #00000080,0 0 0 1px #ff2e8f66,0 0 32px #ff2e8f73}.profile-screen__photoEmptyCta:active{transform:scale(.98)}.profile-screen__titleRow{justify-content:space-between;align-items:flex-end;gap:12px;display:flex}.profile-screen__nameBlock{flex-direction:column;gap:8px;max-width:72%;display:flex}.profile-screen__name{color:#fff;text-shadow:0 6px 18px #0000008c;font-size:28px;font-weight:800;line-height:1.1}.profile-screen__nameHeadingRow{flex-wrap:wrap;align-items:flex-end;gap:10px;display:flex}.profile-screen__nameHeadingEditBtn{flex-shrink:0;transform:translateY(4px)}.profile-screen__nameAgeEdit{flex-direction:column;gap:10px;width:100%;max-width:100%;display:flex}.profile-screen__nameAgeInputs{flex-wrap:wrap;align-items:stretch;gap:10px;display:flex}.profile-screen__nameInput,.profile-screen__ageInput{color:#fff;-webkit-backdrop-filter:var(--ui-glass-blur);background:#0c0812b8;border:1px solid #fff3;border-radius:12px;outline:none;padding:10px 12px;scroll-margin-bottom:120px;font-family:inherit;font-size:15px;font-weight:600;box-shadow:inset 0 1px #ffffff0f,0 8px 24px #00000059}.profile-screen__nameInput::placeholder,.profile-screen__ageInput::placeholder{color:#ffffff61}.profile-screen__nameInput{flex:1;min-width:140px}.profile-screen__ageInput{-moz-appearance:textfield;flex-shrink:0;width:100px}.profile-screen__ageInput::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.profile-screen__ageInput::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.profile-screen__nameAgeToolbar{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.profile-screen__nameAgeIconBtn{color:#f4e8ff;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#ffffff0f;border:1px solid #ffffff29;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;transition:transform .18s,border-color .2s,background .2s;display:inline-flex}.profile-screen__nameAgeIconBtn:hover:not(:disabled){background:#ff2e8f1f;border-color:#ffb4dc73}.profile-screen__nameAgeIconBtn:disabled{opacity:.55;cursor:not-allowed}.profile-screen__nameAgeSaveBtn{color:#ffe0f3;cursor:pointer;-webkit-tap-highlight-color:transparent;background:linear-gradient(165deg,#ff2e8f59 0%,#3c1432d9 100%);border:1px solid #ff2e8f8c;border-radius:12px;align-items:center;gap:8px;padding:10px 14px;font-family:inherit;font-size:13px;font-weight:700;transition:transform .18s,box-shadow .2s;display:inline-flex;box-shadow:inset 0 1px #ffffff14,0 8px 20px #00000073}.profile-screen__nameAgeSaveBtn:hover:not(:disabled){transform:translateY(-1px)}.profile-screen__nameAgeSaveBtn:disabled{opacity:.65;cursor:wait}.profile-screen__nameAgeError{color:#fda4af;text-shadow:0 2px 10px #00000080;font-size:12px;font-weight:600}.profile-screen__editBtn{color:#ffb8e0;cursor:pointer;-webkit-backdrop-filter:var(--ui-glass-blur);-webkit-tap-highlight-color:transparent;background:linear-gradient(165deg,#ff2e8f38 0%,#280c238c 100%);border:1px solid #ff2e8f73;border-radius:14px;align-items:center;gap:8px;padding:10px 14px;font-family:inherit;font-size:12px;font-weight:600;transition:transform .18s,box-shadow .2s,border-color .2s;display:flex;box-shadow:inset 0 1px #ffffff14,0 8px 22px #00000073,0 0 0 1px #ff2e8f33,0 0 20px #ff2e8f40}.profile-screen__editBtn:hover{border-color:#ffa0d2a6;transform:translateY(-1px);box-shadow:inset 0 1px #ffffff1a,0 10px 28px #00000080,0 0 0 1px #ff2e8f66,0 0 32px #ff2e8f73}.profile-screen__editBtn:active{transform:scale(.98)}.profile-screen__achievementsInline{flex-wrap:wrap;gap:6px;display:flex}.profile-screen__achievementItem{color:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00000073;border:1px solid #ff2e8f4d;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:700}.profile-screen__achievementsUnderPhoto{flex-wrap:wrap;gap:8px;display:flex}.profile-screen__section--achievements{z-index:5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);will-change:transform;background:linear-gradient(#000000f5 0%,#000000e6 70%,#0000 100%);margin-top:0;padding-top:12px;padding-bottom:8px;position:sticky;top:0;transform:translateZ(0)}.profile-screen__section--achievements:after{content:"";pointer-events:none;filter:blur(4px);background:linear-gradient(#00000059 0%,#0000 100%);height:20px;position:absolute;bottom:-14px;left:0;right:0}.profile-screen__content{padding:0 var(--spacing-lg);padding-bottom:calc(var(--spacing-lg) + var(--bottom-nav-height,76px));flex-direction:column;flex:1;gap:0;display:flex;position:relative;overflow-y:auto}.profile-screen__section{margin-top:var(--spacing-lg)}.profile-screen__section--achievements+.profile-screen__section{margin-top:10px}.profile-screen__sectionTitle{text-transform:uppercase;letter-spacing:.8px;color:#a6adbb;margin-bottom:8px;font-size:11px;font-weight:800}.profile-screen__sectionHeader{justify-content:space-between;align-items:center;gap:10px;display:flex}.profile-screen__sectionEditBtn{background:var(--ui-glass-fill);color:#e0d4ff;cursor:pointer;width:34px;height:34px;-webkit-backdrop-filter:var(--ui-glass-blur);-webkit-tap-highlight-color:transparent;border:1px solid #ffffff24;border-radius:12px;justify-content:center;align-items:center;transition:box-shadow .2s,transform .18s,border-color .2s;display:inline-flex;transform:translateY(-2px);box-shadow:inset 0 1px #ffffff0f,0 8px 18px #00000073,0 0 0 1px #b32eff26,0 0 16px #b32eff33}.profile-screen__sectionEditBtn:hover{border-color:#c8b4ff73;box-shadow:inset 0 1px #ffffff14,0 10px 24px #00000080,0 0 22px #b32eff59}.profile-screen__sectionEditBtn:active{transform:translateY(-2px)scale(.96)}.profile-screen__bioLine{color:#ffffffeb;white-space:pre-line;margin-bottom:6px;font-size:13px;font-weight:500;line-height:1.55}.profile-screen__muted{color:var(--color-text-secondary);font-weight:400}.profile-screen__primaryBtn{color:#fff;cursor:pointer;letter-spacing:.4px;text-transform:uppercase;-webkit-backdrop-filter:var(--ui-glass-blur);box-shadow:0 1px 0 #ffffff1a inset, 0 8px 26px #00000073, 0 0 0 1px #ff2e8f40, var(--ui-glow-pink);-webkit-tap-highlight-color:transparent;background:linear-gradient(165deg,#ff2e8f7a 0%,#5a14466b 45%,#000000a6 100%);border:1px solid #ff2e8f8c;border-radius:16px;justify-content:center;align-items:center;gap:12px;margin-top:8px;padding:14px 16px;font-family:inherit;font-size:12px;font-weight:700;transition:transform .18s cubic-bezier(.2,.9,.2,1),box-shadow .2s;display:flex}.profile-screen__primaryBtn:hover{transform:translateY(-2px);box-shadow:inset 0 1px #ffffff24,0 10px 32px #00000080,0 0 0 1px #ff2e8f73,0 0 36px #ff2e8f8c}.profile-screen__primaryBtn:active{transform:scale(.99)}.profile-screen__formActions{gap:var(--spacing-md);margin-top:var(--spacing-lg);flex-wrap:wrap;display:flex}.profile-screen__ghostBtn{background:var(--ui-glass-fill);color:#ffffffeb;cursor:pointer;letter-spacing:.35px;text-transform:uppercase;-webkit-backdrop-filter:var(--ui-glass-blur);-webkit-tap-highlight-color:transparent;border:1px solid #ffffff24;border-radius:16px;flex:1;justify-content:center;align-items:center;gap:10px;padding:14px 16px;font-family:inherit;font-size:11px;font-weight:700;transition:transform .18s,box-shadow .2s,border-color .2s;display:flex;box-shadow:inset 0 1px #ffffff0f,0 8px 22px #00000073}.profile-screen__ghostBtn:hover{color:#ff9ec8;border-color:#ff2e8f66;transform:translateY(-2px);box-shadow:inset 0 1px #ffffff14,0 10px 28px #00000080,0 0 22px #ff2e8f33}.profile-screen__ghostBtn:active{transform:scale(.99)}.profile-screen__form{gap:var(--spacing-md);flex-direction:column;display:flex}.field{flex-direction:column;gap:8px;display:flex}.field__label{font-size:var(--font-size-xs);color:var(--color-text-secondary);font-weight:500}.field__input{width:100%;color:var(--color-text);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:14px;outline:none;padding:12px;font-family:inherit;font-weight:500;transition:border-color .2s,box-shadow .2s}.field__input:focus{border-color:#ff2e8f;box-shadow:0 0 10px #ff2e8f33}.field__textarea{width:100%;min-height:96px;scroll-margin-bottom:calc(var(--bottom-nav-height,76px) + 24px);resize:vertical;color:var(--color-text);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:14px;outline:none;padding:12px;font-family:inherit;font-weight:500;line-height:1.4;transition:border-color .2s,box-shadow .2s}.field__textarea--about{min-height:192px}.field__textarea:focus{border-color:#ff2e8f;box-shadow:0 0 10px #ff2e8f33}.field__counter{text-align:right;color:var(--color-text-secondary);margin-top:6px;font-size:11px;line-height:1}@keyframes profilePhotoModalOverlayIn{0%{opacity:0}to{opacity:1}}@keyframes profilePhotoModalOverlayOut{0%{opacity:1}to{opacity:0}}@keyframes profilePhotoModalSheetIn{0%{opacity:0;transform:translateY(18px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes profilePhotoModalSheetOut{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:.92;transform:translateY(22px)scale(.98)}}.profile-photo-modal__overlay{z-index:120;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);will-change:opacity;background:#0006;align-items:flex-end;animation:.34s cubic-bezier(.22,1,.36,1) forwards profilePhotoModalOverlayIn;display:flex;position:fixed;inset:0}.profile-photo-modal__overlay--closing{pointer-events:none;animation:.28s forwards profilePhotoModalOverlayOut}.profile-photo-modal{transform-origin:bottom;will-change:transform, opacity;background:#fcfdffe6;border:1px solid #0f172a14;border-top-left-radius:18px;border-top-right-radius:18px;width:100%;max-height:85vh;padding:16px;animation:.4s cubic-bezier(.22,1,.36,1) forwards profilePhotoModalSheetIn;overflow-y:auto;box-shadow:0 -8px 30px #0f172a2e}.profile-photo-modal__overlay--closing .profile-photo-modal{animation:.3s cubic-bezier(.4,0,.2,1) forwards profilePhotoModalSheetOut}@media (prefers-reduced-motion:reduce){.profile-photo-modal__overlay,.profile-photo-modal__overlay--closing,.profile-photo-modal,.profile-photo-modal__overlay--closing .profile-photo-modal{animation:none}.profile-photo-modal__overlay--closing{opacity:0}}.profile-photo-modal__title{color:#111827;margin-bottom:4px;font-size:18px;font-weight:800}.profile-photo-modal__subtitle{color:#6b7280;margin-bottom:10px;font-size:12px}.profile-photo-modal__upload{cursor:pointer;color:#111827;background:#11182708;border:1px dashed #11182740;border-radius:12px;justify-content:center;align-items:center;margin-bottom:12px;padding:10px 12px;font-size:13px;display:inline-flex}.profile-photo-modal__upload input{display:none}.profile-screen__saveError{color:#b91c1c;flex-basis:100%;width:100%;margin-bottom:4px;font-size:12px;line-height:1.35}.profile-photo-modal__list{flex-direction:column;gap:10px;display:flex}.profile-photo-modal__item{cursor:grab;background:#11182708;border:1px solid #1118271f;border-radius:12px;align-items:center;gap:10px;padding:8px;transition:border-color .18s,box-shadow .18s,transform .18s;display:flex}.profile-photo-modal__item--dragging{opacity:.72;cursor:grabbing}.profile-photo-modal__item--dragover{border-color:#ff2e8f8c;box-shadow:0 0 0 1px #ff2e8f59}.profile-photo-modal__thumb{border-radius:10px;flex:none;width:58px;height:58px;position:relative;overflow:hidden}.profile-photo-modal__thumb img{object-fit:cover;width:100%;height:100%}.profile-photo-modal__thumb--pending img{filter:brightness(1.12)saturate(.85)}.profile-photo-modal__badge{color:#fff;-webkit-backdrop-filter:blur(4px);border-radius:999px;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex;position:absolute;inset:4px 4px auto auto}.profile-photo-modal__badge--pending{background:#0891b2d1}.profile-photo-modal__badge--rejected{background:#b91c1cd1}.profile-photo-modal__badge--approved{background:#16a34ae0}.profile-photo-modal__actions{flex:1;justify-content:space-between;align-items:center;gap:10px;min-width:0;display:flex}.profile-photo-modal__actionsMain{flex:1;min-width:0}.profile-photo-modal__serviceText{color:#64748b;font-size:11px;font-weight:600;line-height:1.35;display:block}.profile-photo-modal__serviceText--reject{color:#b91c1c;font-weight:700}.profile-photo-modal__actionsMain button{background:var(--ui-glass-fill);color:#e8ecff;cursor:pointer;letter-spacing:.25px;-webkit-backdrop-filter:var(--ui-glass-blur);box-shadow:0 1px 0 #ffffff0f inset, 0 8px 20px #00000073, 0 0 0 1px #2ec8ff1f, var(--ui-glow-cyan);-webkit-tap-highlight-color:transparent;border:1px solid #ffffff1f;border-radius:12px;align-items:center;gap:6px;padding:8px 12px;font-size:11px;font-weight:600;transition:transform .18s,box-shadow .2s;display:inline-flex}.profile-photo-modal__actionsMain button:hover{transform:translateY(-1px);box-shadow:inset 0 1px #ffffff14,0 10px 26px #00000080,0 0 26px #50c8ff59}.profile-photo-modal__deleteBtn{background:var(--ui-glass-fill);color:#e8ecff;cursor:pointer;-webkit-backdrop-filter:var(--ui-glass-blur);box-shadow:0 1px 0 #ffffff0f inset, 0 8px 20px #00000073, 0 0 0 1px #2ec8ff1f, var(--ui-glow-cyan);-webkit-tap-highlight-color:transparent;border:1px solid #ffffff1f;border-radius:12px;flex:none;justify-content:center;align-items:center;padding:8px 10px;transition:transform .18s,box-shadow .2s,opacity .2s;display:inline-flex}.profile-photo-modal__deleteBtn:hover:not(:disabled){transform:translateY(-1px);box-shadow:inset 0 1px #ffffff14,0 10px 26px #00000080,0 0 26px #50c8ff59}.profile-photo-modal__deleteBtn:disabled{opacity:.45;cursor:not-allowed;transform:none}.profile-photo-modal__deleteBtn--danger{color:#fff;background:linear-gradient(165deg,#dc26268c 0%,#7f1d1d80 55%,#1e0a0a8c 100%);border-color:#f87171a6;box-shadow:inset 0 1px #ffffff1f,0 8px 22px #7f1d1d73,0 0 0 1px #f8717159,0 0 18px #f8717159}.profile-photo-modal__deleteBtn--danger:hover:not(:disabled){box-shadow:inset 0 1px #ffffff24,0 10px 28px #7f1d1d8c,0 0 0 1px #fca5a580,0 0 28px #f871718c}.profile-photo-modal__deleteError{color:#b91c1c;margin-bottom:10px;font-size:12px;line-height:1.35}.profile-photo-modal__orderActions{gap:10px;margin-top:14px;display:flex}.profile-photo-modal__orderActions .profile-screen__ghostBtn,.profile-photo-modal__orderActions .profile-screen__primaryBtn{flex:1;margin-top:0}.profile-photo-modal__close{color:#fff;letter-spacing:.4px;text-transform:uppercase;cursor:pointer;width:100%;-webkit-backdrop-filter:var(--ui-glass-blur);box-shadow:0 1px 0 #ffffff1a inset, 0 8px 26px #00000073, 0 0 0 1px #ff2e8f40, var(--ui-glow-pink);-webkit-tap-highlight-color:transparent;background:linear-gradient(165deg,#ff2e8f7a 0%,#5a14466b 45%,#000000a6 100%);border:1px solid #ff2e8f8c;border-radius:14px;margin-top:14px;padding:14px;font-size:12px;font-weight:800;transition:transform .18s,box-shadow .2s}.profile-photo-modal__close:hover{transform:translateY(-2px);box-shadow:inset 0 1px #ffffff24,0 10px 32px #00000080,0 0 0 1px #ff2e8f73,0 0 36px #ff2e8f8c}.profile-photo-modal__close:active{transform:scale(.99)}.ankets-screen__preloadPhoto{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute;top:0;left:0;overflow:hidden}.ankets-screen{height:100%;padding-bottom:calc(var(--spacing-lg) + var(--bottom-nav-height,76px) + env(safe-area-inset-bottom,0px));box-sizing:border-box;flex-direction:column;min-height:0;display:flex;position:relative;overflow:hidden}.ankets-screen__photoWrap{padding:0 var(--spacing-lg);flex:1;min-height:0;display:flex}.ankets-screen__photo{border-radius:var(--radius-lg);background-position:50%;background-size:cover;width:100%;position:relative;overflow:hidden;box-shadow:0 0 30px #b32eff33}.ankets-screen__photoVisual{will-change:opacity, transform;animation:.3s cubic-bezier(.2,.9,.2,1) anketsPhotoIn;position:absolute;inset:0}.ankets-screen__photoVisual--next{animation-name:anketsPhotoInNext}.ankets-screen__photoVisual--prev{animation-name:anketsPhotoInPrev}@keyframes anketsPhotoInNext{0%{opacity:.5;filter:blur(2px)saturate(.9);transform:translate(14px)scale(1.03)}to{opacity:1;filter:blur()saturate();transform:translate(0)scale(1)}}@keyframes anketsPhotoInPrev{0%{opacity:.5;filter:blur(2px)saturate(.9);transform:translate(-14px)scale(1.03)}to{opacity:1;filter:blur()saturate();transform:translate(0)scale(1)}}.ankets-screen__overlayTop{z-index:2;position:absolute;top:12px;left:12px;right:12px}.ankets-screen__topRow{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.ankets-screen__cityBadge{color:#fff;font-size:var(--font-size-sm);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0009;border:1px solid #ff2e8f4d;border-radius:999px;padding:8px 14px;font-weight:700}.ankets-screen__compatBadge{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0009;border:1px solid #b32eff80;border-radius:999px;align-items:baseline;gap:2px;padding:8px 14px;display:flex;box-shadow:0 0 12px #b32eff40}.ankets-screen__compatValue{font-size:var(--font-size-lg);background:linear-gradient(135deg,#ff2e8f,#b32eff);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:700}.ankets-screen__compatLabel{font-size:var(--font-size-sm);color:#ffffffb3;font-weight:500}.ankets-screen__photoBottom{z-index:2;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;background:linear-gradient(#0000 0%,#00000080 15%,#000000d9 40%,#000000f2 100%);flex-direction:column;gap:8px;max-height:min(52vh,100%);padding:16px 16px 12px;display:flex;position:absolute;bottom:0;left:0;right:0;overflow-y:auto}.ankets-screen__dots{justify-content:center;gap:8px;padding:4px 0;display:flex}.ankets-screen__dot{cursor:pointer;background:#ffffff26;border:1.5px solid #fff6;border-radius:999px;width:8px;height:8px;padding:0;transition:all .3s}.ankets-screen__dot:hover{background:#ff2e8f33;border-color:#ff2e8f99}.ankets-screen__dot--active{background:linear-gradient(90deg,#ff2e8f,#b32eff);border-color:#ff2e8f;width:24px;box-shadow:0 0 10px #ff2e8f80}.ankets-screen__photoArrows{z-index:3;pointer-events:none;justify-content:space-between;align-items:center;padding:0 4px;display:flex;position:absolute;inset:72px 0 min(48%,320px)}.ankets-screen__photoArrowBtn{pointer-events:auto;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00000073;border:1px solid #ffffff59;border-radius:999px;justify-content:center;align-items:center;width:44px;height:44px;padding:0;transition:background .2s,border-color .2s,opacity .2s;display:flex}.ankets-screen__photoArrowBtn:hover:not(:disabled){background:#000000a6;border-color:#ff2e8f8c}.ankets-screen__photoArrowBtn:disabled{opacity:.28;cursor:default}.ankets-screen__nameAge{color:#fff;text-shadow:0 0 20px #000c;font-size:26px;font-weight:700;line-height:1.1}.ankets-screen__achievements{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.ankets-screen__achievementItem{color:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-shadow:0 0 10px #0006;white-space:nowrap;background:#00000073;border:1px solid #ff2e8f4d;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:700}.ankets-screen__interests{color:#ffffff94;word-break:break-word;-webkit-line-clamp:4;-webkit-box-orient:vertical;margin-top:-4px;font-size:10px;font-weight:500;line-height:1.35;display:-webkit-box;overflow:hidden}.ankets-screen__bio{flex-direction:column;gap:4px;display:flex}.ankets-screen__bioLine{color:#ffffffd9;font-weight:400;font-size:var(--font-size-sm);text-shadow:0 0 10px #0009;-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.ankets-screen__actions{z-index:1;flex-wrap:nowrap;justify-content:space-between;align-items:stretch;gap:6px;margin-top:4px;padding-top:6px;display:flex;position:relative}.ankets-screen__actionsGlow{pointer-events:none;filter:blur(14px);opacity:.95;z-index:0;background:radial-gradient(85% 55% at 50% 100%,#ff2e8f6b 0%,#b32eff38 35%,#0000 72%);width:104%;height:36px;position:absolute;bottom:-6px;left:50%;transform:translate(-50%)}.ankets-screen__photoBottom .ankets-screen__actions{isolation:isolate}.ankets-screen__actionBtn{z-index:1;color:#fffffff5;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;-webkit-backdrop-filter:blur(14px)saturate(1.6);backdrop-filter:blur(14px)saturate(1.6);background:linear-gradient(165deg,#ffffff1a 0%,#0000008c 55%,#000000b8 100%);border:1px solid #ffffff1f;border-radius:18px;flex-direction:column;flex:1 1 0;justify-content:flex-start;align-items:center;gap:5px;min-width:0;padding:10px 3px 6px;transition:transform .18s cubic-bezier(.2,.9,.2,1),box-shadow .2s,border-color .2s,filter .2s;display:flex;position:relative;box-shadow:inset 0 1px #ffffff0f,0 8px 22px #00000073}.ankets-screen__actionBtn:disabled{opacity:.35;cursor:not-allowed;filter:grayscale(.6)}.ankets-screen__actionBtn:hover:not(:disabled){transform:translateY(-2px)}.ankets-screen__actionBtn:active:not(:disabled){transform:translateY(0)scale(.97)}.ankets-screen__actionIcon{width:40px;height:40px;color:inherit;background:radial-gradient(circle at 30% 25%,#ffffff38 0%,#00000080 65%);border:1px solid #ffffff24;border-radius:14px;justify-content:center;align-items:center;display:flex;box-shadow:inset 0 0 0 1px #00000059,0 8px 18px #00000059}.ankets-screen__actionBtn--write{border-color:#2e8fff59;box-shadow:inset 0 1px #ffffff0f,0 8px 22px #00000073,0 0 0 1px #2e8fff1f}.ankets-screen__actionBtn--write .ankets-screen__actionIcon{color:#b7e8ff;border-color:#2ec8ff59;box-shadow:inset 0 0 0 1px #00000059,0 8px 18px #00000059,0 0 18px #2ec8ff59}.ankets-screen__actionBtn--write:hover:not(:disabled){border-color:#2ec8ff8c;box-shadow:inset 0 1px #ffffff14,0 10px 28px #00000080,0 0 0 1px #2ec8ff59,0 0 26px #2ec8ff59}.ankets-screen__actionBtn--hide{border-color:#ff785a52;padding-top:8px;padding-bottom:8px;box-shadow:inset 0 1px #ffffff0f,0 8px 22px #00000073,0 0 0 1px #ff785a1a}.ankets-screen__actionBtn--hide .ankets-screen__actionIcon{color:#ffc7b8;border-color:#ff8c6e66;box-shadow:inset 0 0 0 1px #00000059,0 8px 18px #00000059,0 0 18px #ff785a47}.ankets-screen__actionBtn--hide:hover:not(:disabled){border-color:#ff8c6e8c;box-shadow:inset 0 1px #ffffff14,0 10px 28px #00000080,0 0 0 1px #ff8c6e66,0 0 24px #ff785a59}.ankets-screen__actionBtn--like{background:linear-gradient(165deg,#ff2e8f6b 0%,#78145059 45%,#000000a6 100%);border-color:#ff2e8f8c;flex:1.22 1 0;padding-top:8px;padding-bottom:8px;animation:2.8s ease-in-out infinite anketsLikePulse;box-shadow:inset 0 1px #ffffff1f,0 8px 26px #00000080,0 0 0 1px #ff2e8f59,0 0 34px #ff2e8f80}.ankets-screen__actionBtn--like .ankets-screen__actionIcon--like{color:#fff;background:radial-gradient(circle at 30% 25%,#ffffff59 0%,#ff2e8f59 45%,#0000008c 100%);border-color:#ff2e8f8c;border-radius:16px;width:46px;height:46px;box-shadow:inset 0 0 0 1px #00000059,0 10px 28px #ff2e8f73,0 0 0 1px #ff2e8f59}.ankets-screen__actionBtn--like:hover:not(:disabled){border-color:#ff8cc8bf;box-shadow:inset 0 1px #ffffff29,0 12px 36px #0000008c,0 0 0 1px #ff78be8c,0 0 44px #ff2e8fa6}.ankets-screen__actionBtn--profile{border-color:#b32eff59;box-shadow:inset 0 1px #ffffff0f,0 8px 22px #00000073,0 0 0 1px #b32eff33}.ankets-screen__actionBtn--profile .ankets-screen__actionIcon{color:#e0d4ff;border-color:#c8b4ff66;box-shadow:inset 0 0 0 1px #00000059,0 8px 18px #00000059,0 0 18px #b32eff59}.ankets-screen__actionBtn--profile:hover:not(:disabled){border-color:#c8b4ff8c;box-shadow:inset 0 1px #ffffff14,0 10px 28px #00000080,0 0 0 1px #b32eff73,0 0 28px #b32eff73}.ankets-screen__actionBtn--next{border-color:#78ffc838;box-shadow:inset 0 1px #ffffff0f,0 8px 22px #00000073,0 0 0 1px #78ffc81f}.ankets-screen__actionBtn--next .ankets-screen__actionIcon{color:#c8ffe8;border-color:#8cffd238;box-shadow:inset 0 0 0 1px #00000059,0 8px 18px #00000059,0 0 16px #78ffc81f}.ankets-screen__actionBtn--next:hover:not(:disabled){border-color:#a0ffdc73;box-shadow:inset 0 1px #ffffff14,0 10px 28px #00000080,0 0 0 1px #8cffd259,0 0 22px #78ffc838}@keyframes anketsLikePulse{0%,to{box-shadow:inset 0 1px #ffffff1f,0 8px 26px #00000080,0 0 0 1px #ff2e8f59,0 0 34px #ff2e8f73}50%{box-shadow:inset 0 1px #ffffff24,0 8px 26px #00000080,0 0 0 1px #ff2e8f8c,0 0 46px #ff2e8fa6}}@media (prefers-reduced-motion:reduce){.ankets-screen__actionBtn--like{animation:none}}.ankets-screen__actionLabel{letter-spacing:.35px;text-transform:uppercase;opacity:.92;white-space:nowrap;text-shadow:0 1px #0009;font-size:9px;font-weight:700;line-height:1.1}.ankets-screen__actionLabel--twoLines{white-space:normal;text-align:center;letter-spacing:.2px;flex-direction:column;justify-content:center;align-items:center;gap:1px;max-width:100%;font-size:7px;line-height:1.05;display:flex}.ankets-screen__actionLabel--twoLines span{width:100%;display:block}.ankets-empty{height:100%;padding:var(--spacing-xl);padding-bottom:calc(var(--spacing-xl) + var(--bottom-nav-height,76px) + env(safe-area-inset-bottom,0px));text-align:center;box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex}.ankets-empty__title{font-size:var(--font-size-xl);font-weight:700}.ankets-empty__subtitle{color:var(--color-text-secondary);font-weight:500}.ankets-screen__hintBackdrop{z-index:12000;padding:var(--spacing-lg);padding-top:max(var(--spacing-lg), env(safe-area-inset-top));padding-bottom:max(var(--spacing-lg), env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(6px);box-sizing:border-box;background:#000000b8;justify-content:center;align-items:center;animation:.2s anketsHintBackdropIn;display:flex;position:fixed;inset:0}@keyframes anketsHintBackdropIn{0%{opacity:0}to{opacity:1}}.ankets-screen__hintDialog{border-radius:var(--radius-lg);background:linear-gradient(165deg,#1c0e20fa 0%,#080000f7 100%);border:1px solid #ff2e8f4d;width:100%;max-width:min(340px,100%);padding:22px 20px 18px;animation:.28s cubic-bezier(.2,.9,.2,1) anketsHintDialogIn;position:relative;box-shadow:0 24px 80px #000000a6,inset 0 0 0 1px #b32eff33,0 0 40px #b32eff1f}@keyframes anketsHintDialogIn{0%{opacity:0;transform:scale(.96)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}.ankets-screen__hintText{font-size:var(--font-size-md);color:#fffffff2;text-align:center;margin:0 0 18px;font-weight:600;line-height:1.45}.ankets-screen__hintOk{color:#fff;width:100%;font-size:var(--font-size-md);cursor:pointer;background:linear-gradient(135deg,#ff2e8f59,#b32eff47);border:1px solid #ff2e8f73;border-radius:14px;padding:14px 18px;font-weight:700;transition:filter .15s,transform .12s}.ankets-screen__hintOk:hover{filter:brightness(1.08)}.ankets-screen__hintOk:active{transform:scale(.98)}@media (prefers-reduced-motion:reduce){.ankets-screen__hintBackdrop,.ankets-screen__hintDialog{animation:none}}.modal-content.anketa-profile-modal__shell{overscroll-behavior:contain;flex-direction:column;height:90vh;max-height:90vh;padding:0;display:flex;overflow:hidden}.modal-overlay.anketa-profile-modal__backdrop{overscroll-behavior:none}.anketa-profile-modal__closeBtn{color:#ffffffeb;cursor:pointer;pointer-events:auto;-webkit-backdrop-filter:blur(10px)saturate(1.4);-webkit-tap-highlight-color:transparent;background:#00000080;border:1px solid #ffffff38;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;margin-left:auto;padding:0;transition:transform .18s,border-color .2s,background .2s,box-shadow .2s;display:inline-flex;box-shadow:0 2px 12px #00000059,inset 0 1px #ffffff14}.anketa-profile-modal__closeBtn:hover{color:#fff;background:#ff2e8f2e;border-color:#ff2e8f73;box-shadow:0 2px 16px #0000006b,0 0 0 1px #ff2e8f40,inset 0 1px #ffffff1a}.anketa-profile-modal__closeBtn:active{transform:scale(.94)}.anketa-profile-modal__closeBtn:focus-visible{outline-offset:2px;outline:2px solid #ff2e8f}.anketa-profile-modal__screen{min-height:0;font-family:var(--font-family);flex:1}.anketa-profile-modal__hero{padding-top:max(4px, env(safe-area-inset-top,0px));flex-shrink:0}.anketa-profile-modal__screen .profile-screen__hero{padding-left:var(--spacing-lg);padding-right:var(--spacing-lg)}.anketa-profile-modal__photoFrame{width:100%;position:relative}.anketa-profile-modal__screen .profile-screen__photo{touch-action:none;isolation:isolate;height:min(42vh,380px);min-height:280px}.anketa-profile-modal__photo{-webkit-user-select:none;user-select:none}.anketa-profile-modal__photoImg{backface-visibility:hidden;object-position:center center;image-rendering:auto;-webkit-touch-callout:none;transform:translateZ(0)}.anketa-profile-modal__photo--peekFull{background:#0c0a12}.anketa-profile-modal__photo--peekFull:after{opacity:.25;transition:opacity .16s}.anketa-profile-modal__photoFrame--peekFull .anketa-profile-modal__storyBarWrap,.anketa-profile-modal__photo--peekFull .anketa-profile-modal__photoOverlay,.anketa-profile-modal__photo--peekFull .anketa-profile-modal__overlayTop,.anketa-profile-modal__photo--peekFull .anketa-profile-modal__nav{opacity:0;pointer-events:none;transition:opacity .16s}.anketa-profile-modal__peekLayer{z-index:5000;pointer-events:none;padding-top:max(4px, env(safe-area-inset-top));padding-bottom:calc(var(--spacing-lg) + var(--bottom-nav-height,76px) + env(safe-area-inset-bottom));box-sizing:border-box;flex-direction:column;display:flex;position:fixed;inset:0}.anketa-profile-modal__peekLayer .ankets-screen__photoWrap{flex:1;min-height:0}.anketa-profile-modal__peekLayer .ankets-screen__photo{border-radius:calc(var(--radius-lg) + 8px);background:#0c0a12;box-shadow:0 0 0 1px #ffffff12,0 14px 44px #0000006b,0 0 56px #b32eff24}.anketa-profile-modal__peekLayer .ankets-screen__photo:after{content:"";z-index:3;pointer-events:none;border-radius:inherit;background:radial-gradient(78% 72% at 50% 48%,#0000 0% 42%,#08060e47 68%,#04020a9e 100%);position:absolute;inset:0;box-shadow:inset 0 0 0 1px #ffffff0f,inset 0 28px 72px #00000038,inset 0 -36px 80px #00000061}.anketa-profile-modal__peekLayer .ankets-screen__photoVisual{z-index:0}.anketa-profile-modal__photo--peekFull .anketa-profile-modal__photoVisual{opacity:0;transition:opacity .12s}.anketa-profile-modal__photo:after{content:"";z-index:1;pointer-events:none;border-radius:inherit;transition:opacity .16s;position:absolute;inset:0;box-shadow:inset 0 0 0 1px #ffffff0f,inset 0 -24px 48px #00000059,inset 0 0 60px #0000001f}.anketa-profile-modal__storyBarWrap{z-index:40;pointer-events:none;opacity:.72;width:min(62%,200px);max-width:calc(100% - 96px);position:absolute;bottom:clamp(34px,8.5vh,52px);left:50%;transform:translate(-50%)}.anketa-profile-modal__storyBarWrap .anketa-profile-modal__storyBar{pointer-events:auto;justify-content:center;align-items:center;gap:5px;width:100%;display:flex}.anketa-profile-modal__storyBar{flex:1;gap:5px;width:100%;display:flex}.anketa-profile-modal__storySeg{cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex:1 1 0;min-width:0;height:auto;min-height:36px;padding:0;transition:opacity .22s;position:relative}.anketa-profile-modal__storySeg:before{content:"";background:#ffffff2e;border-radius:999px;height:2px;transition:background .22s,transform .22s,box-shadow .22s;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);box-shadow:0 0 0 1px #0000001f}.anketa-profile-modal__storySeg--past{opacity:.75}.anketa-profile-modal__storySeg--past:before{background:linear-gradient(90deg,#ff2e8f8c,#b32eff8c)}.anketa-profile-modal__storySeg--active:before{background:#ffffff8c;transform:translateY(-50%)scaleY(1.06);box-shadow:0 0 0 1px #ffffff38}.anketa-profile-modal__photoVisual{z-index:0;will-change:opacity, transform;animation:.28s cubic-bezier(.2,.9,.2,1) anketaModalPhotoIn;position:absolute;inset:0}.anketa-profile-modal__photoVisual--next{animation-name:anketaModalPhotoInNext}.anketa-profile-modal__photoVisual--prev{animation-name:anketaModalPhotoInPrev}@keyframes anketaModalPhotoInNext{0%{opacity:.55;filter:blur(1.5px)saturate(.92);transform:translate(12px)scale(1.02)}to{opacity:1;filter:blur()saturate();transform:translate(0)scale(1)}}@keyframes anketaModalPhotoInPrev{0%{opacity:.55;filter:blur(1.5px)saturate(.92);transform:translate(-12px)scale(1.02)}to{opacity:1;filter:blur()saturate();transform:translate(0)scale(1)}}@keyframes anketaModalPhotoIn{0%{opacity:.85}to{opacity:1}}.anketa-profile-modal__overlayTop{z-index:3;padding:12px 12px 0;padding-top:max(10px, env(safe-area-inset-top,0px));pointer-events:none;position:absolute;top:0;left:0;right:0}.anketa-profile-modal__topRow{justify-content:flex-start;align-items:center;gap:10px;min-height:0;display:flex}.anketa-profile-modal__cityBadge{pointer-events:none;font-size:var(--font-size-sm);letter-spacing:.02em;color:#fffffffa;-webkit-backdrop-filter:blur(10px)saturate(1.4);background:#0000008c;border:1px solid #ff2e8f52;border-radius:999px;padding:8px 12px;font-weight:700;box-shadow:0 2px 14px #00000059}.anketa-profile-modal__titleRow{align-items:flex-end}.anketa-profile-modal__nameBlock{flex:1 1 0;min-width:0;max-width:none}.anketa-profile-modal__compatInline{pointer-events:none;text-align:right;flex-direction:column;flex:none;align-items:flex-end;gap:2px;display:flex}.anketa-profile-modal__compatInlineLabel{letter-spacing:.12em;text-transform:uppercase;color:#ffffff80;text-shadow:0 1px 8px #0000008c;font-size:10px;font-weight:700;line-height:1.2}.anketa-profile-modal__compatInlineFigures{align-items:baseline;gap:1px;line-height:1;display:inline-flex}.anketa-profile-modal__compatInlineValue{font-size:var(--font-size-xl);letter-spacing:-.03em;color:#fff;text-shadow:0 1px 2px #000000a6,0 0 24px #00000073,0 0 18px #ff2e8f47;font-weight:800}.anketa-profile-modal__compatInlineSuffix{font-size:var(--font-size-md);color:#ffffffd1;text-shadow:0 1px 2px #000000a6,0 0 20px #0006;font-weight:700}.anketa-profile-modal__nav{z-index:8;color:#fffffff2;width:44px;height:44px;-webkit-backdrop-filter:var(--ui-glass-blur);cursor:pointer;background:#0c081280;border:1px solid #fff3;border-radius:999px;justify-content:center;align-items:center;transition:opacity .2s,transform .18s;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%)}.anketa-profile-modal__nav:disabled{opacity:.28;cursor:default;pointer-events:none}.anketa-profile-modal__nav:not(:disabled):active{transform:translateY(-50%)scale(.96)}.anketa-profile-modal__nav--prev{left:6px}.anketa-profile-modal__nav--next{right:6px}.anketa-profile-modal__photoOverlay{z-index:2;padding-bottom:14px}.anketa-profile-modal__name{font-size:var(--font-size-xl);letter-spacing:-.02em;text-shadow:0 1px 2px #000000a6,0 0 24px #00000073;font-weight:800}.anketa-profile-modal__actionStrip{padding:0 var(--spacing-lg) var(--spacing-md);flex-shrink:0;position:relative}.anketa-profile-modal__actionsRow{flex-wrap:wrap;justify-content:center;gap:8px}.anketa-profile-modal__actionsRow .ankets-screen__actionBtn{flex:calc(50% - 6px);min-width:calc(50% - 6px);max-width:calc(50% - 6px)}@media (width>=420px){.anketa-profile-modal__actionsRow .ankets-screen__actionBtn{flex:1 1 0;min-width:0;max-width:none}}.anketa-profile-modal__actionBtnReport{border-color:#fbbf2461;box-shadow:inset 0 1px #ffffff0f,0 8px 22px #00000073,0 0 0 1px #fbbf2426}.anketa-profile-modal__actionBtnReport .ankets-screen__actionIcon{color:#fde68a;border-color:#fde04759;box-shadow:inset 0 0 0 1px #00000059,0 8px 18px #00000059,0 0 18px #fbbf2438}.anketa-profile-modal__actionBtnReport:hover:not(:disabled){border-color:#fde0478c;box-shadow:inset 0 1px #ffffff14,0 10px 28px #00000080,0 0 0 1px #fbbf2466,0 0 24px #fbbf2447}.anketa-profile-modal__reportLabel{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:11px;line-height:1.15;overflow:hidden}.profile-screen__content.anketa-profile-modal__content{min-height:0;padding-bottom:calc(var(--spacing-lg) + env(safe-area-inset-bottom,0px));-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y;flex:1 1 0;overflow-y:auto}.anketa-profile-modal__content .profile-screen__sectionTitle{font-size:var(--font-size-sm);letter-spacing:.04em;text-transform:uppercase;color:#ffffff73;font-weight:800}.anketa-profile-modal__content .profile-screen__bioLine,.anketa-profile-modal__content .profile-screen__achievementItem{font-size:var(--font-size-sm);line-height:1.45}.himiya-splash{z-index:4;background:#000;flex-direction:column;justify-content:center;align-items:center;gap:clamp(16px,4vw,28px);padding:24px;display:flex;position:absolute;inset:0;overflow:hidden}.himiya-splash__aurora{filter:blur(2px);pointer-events:none;background:radial-gradient(80% 50% at 50% 100%,#ff2e9359,#0000 55%),radial-gradient(60% 45% at 20% 30%,#00d2ff1f,#0000 50%),radial-gradient(50% 40% at 80% 25%,#b32eff24,#0000 45%);animation:14s ease-in-out infinite alternate himiya-aurora-drift;position:absolute;inset:-40%}@keyframes himiya-aurora-drift{0%{opacity:.85;transform:translate(-2%,1%)scale(1)}to{opacity:1;transform:translate(2%,-1%)scale(1.03)}}.himiya-splash__stars{pointer-events:none;position:absolute;inset:0}.himiya-splash__star{opacity:.35;background:#fff;border-radius:50%;width:3px;height:3px;animation-name:himiya-star-twinkle;animation-timing-function:ease-in-out;animation-iteration-count:infinite;position:absolute;box-shadow:0 0 6px #ffffffe6}@keyframes himiya-star-twinkle{0%,to{opacity:.2;transform:scale(.85)}50%{opacity:.95;transform:scale(1.15)}}.himiya-splash__ekg{opacity:.55;pointer-events:none;position:absolute;top:50%;left:0;right:0;transform:translateY(-120px)}@media (width<=420px){.himiya-splash__ekg{transform:translateY(-100px)}}.himiya-splash__ekgSvg{width:100%;height:56px;display:block}.himiya-splash__ekgPath{stroke-dasharray:40 900;filter:drop-shadow(0 0 8px #ff2e938c);animation:2.8s linear infinite himiya-ekg-flow}@keyframes himiya-ekg-flow{0%{stroke-dashoffset:0}to{stroke-dashoffset:-940px}}.himiya-splash__logoWrap{aspect-ratio:1;place-items:center;width:min(82vw,320px);display:grid;position:relative}.himiya-splash__logoGlow{filter:blur(18px);background:radial-gradient(circle at 50% 45%,#ff2e9373 0%,#7828c826 45%,#0000 70%);border-radius:50%;width:88%;height:88%;animation:3.2s ease-in-out infinite himiya-logo-breathe;position:absolute}@keyframes himiya-logo-breathe{0%,to{opacity:.75;transform:scale(.96)}50%{opacity:1;transform:scale(1.04)}}.himiya-splash__logo{object-fit:contain;z-index:1;filter:drop-shadow(0 12px 40px #000000a6);width:100%;height:100%;animation:5s ease-in-out infinite himiya-logo-float;position:relative}@keyframes himiya-logo-float{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-10px)scale(1.02)}}.himiya-splash__hint{z-index:2;letter-spacing:.04em;color:#ffffff8c;text-align:center;max-width:280px;font-size:13px;font-weight:600;line-height:1.45;animation:2.4s ease-in-out infinite himiya-hint-pulse;position:relative}@keyframes himiya-hint-pulse{0%,to{opacity:.55}50%{opacity:.95}}@media (prefers-reduced-motion:reduce){.himiya-splash__aurora,.himiya-splash__star,.himiya-splash__ekgPath,.himiya-splash__logoGlow,.himiya-splash__logo,.himiya-splash__hint{animation:none!important}.himiya-splash__ekgPath{stroke-dasharray:none}}:root{--color-bg:#000;--color-surface:#ffffff0d;--color-surface-highlight:#ffffff1a;--color-primary:#ff2e8f;--color-secondary:#2e8fff;--color-text:#fff;--color-text-secondary:#fff9;--color-msg-her:#ffffff14;--color-msg-me:#ff2e8f;--spacing-xs:4px;--spacing-sm:8px;--spacing-md:12px;--spacing-lg:16px;--spacing-xl:24px;--radius-sm:12px;--radius-md:16px;--radius-lg:24px;--font-family:"Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-size-xs:10px;--font-size-sm:14px;--font-size-md:15px;--font-size-lg:17px;--font-size-xl:20px;--bottom-nav-height:76px;--ui-glass-fill:linear-gradient(165deg, #ffffff1a 0%, #0000008c 55%, #000000b8 100%);--ui-glass-border:#ffffff1f;--ui-glass-blur:blur(14px) saturate(1.6);--ui-glow-pink:0 0 22px #ff2e8f73;--ui-glow-violet:0 0 22px #b32eff66;--ui-glow-cyan:0 0 20px #50c8ff59}*{box-sizing:border-box;margin:0;padding:0}html,body{font-family:var(--font-family);background-color:var(--color-bg);color:var(--color-text);font-weight:500}.app{background-color:var(--color-bg);flex-direction:column;width:100vw;height:100vh;display:flex;overflow:hidden}.app__content{flex:1;overflow:hidden}.app__header{padding:var(--spacing-lg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10;background:#000000f2;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;display:flex;position:sticky;top:0}.app__title{font-size:var(--font-size-xl);margin:0;font-weight:700}.app__headerAction{background:var(--ui-glass-fill);color:#b7e8ff;cursor:pointer;width:46px;height:46px;-webkit-backdrop-filter:var(--ui-glass-blur);box-shadow:0 1px 0 #ffffff0f inset, 0 8px 22px #00000073, 0 0 0 1px #2ec8ff1f, var(--ui-glow-cyan);-webkit-tap-highlight-color:transparent;border:1px solid #2ec8ff59;border-radius:16px;justify-content:center;align-items:center;padding:0;font-weight:500;transition:transform .18s cubic-bezier(.2,.9,.2,1),box-shadow .2s,border-color .2s;display:flex;position:relative}.app__headerAction:hover{border-color:#78e6ff8c;transform:translateY(-1px);box-shadow:inset 0 1px #ffffff14,0 10px 28px #00000080,0 0 0 1px #2ec8ff59,0 0 28px #50c8ff73}.app__headerAction:active{transform:scale(.96)}.app__list{padding:var(--spacing-lg);gap:var(--spacing-sm);padding-bottom:calc(var(--spacing-lg) + var(--bottom-nav-height,76px) + 10px);flex-direction:column;flex:1;display:flex;overflow-y:auto}.app__fab{bottom:var(--spacing-xl);right:var(--spacing-xl);cursor:pointer;z-index:20;background:linear-gradient(135deg,#ff2e8f,#b32eff);border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .2s,box-shadow .2s;display:flex;position:fixed;box-shadow:0 0 20px #ff2e8f66}.app__fab:hover{transform:scale(1.05);box-shadow:0 0 30px #ff2e8f99}.app__fab:active{transform:scale(.95)}.app__list::-webkit-scrollbar{width:6px}.app__list::-webkit-scrollbar-track{background:0 0}.app__list::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}.app__list::-webkit-scrollbar-thumb:hover{background:#fff3}
