.skeleton{background:linear-gradient(90deg,#ffffff0d 25%,#ffffff1a,#ffffff0d 75%);background-size:200% 100%;border-radius:8px;animation:shimmer 1.5s infinite}.skeleton.circle{border-radius:50%}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-text{display:flex;flex-direction:column}.skeleton-card{background:#ffffff08;border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,.05)}.skeleton-card-content{padding:16px;display:flex;flex-direction:column;gap:12px}.skeleton-profile{padding:20px}.skeleton-profile-header{display:flex;align-items:center;gap:16px;margin-bottom:20px}.skeleton-profile-info{flex:1;display:flex;flex-direction:column;gap:8px}.skeleton-chat{display:flex;flex-direction:column;gap:12px;padding:16px}.skeleton-message{display:flex}.skeleton-message.sent{justify-content:flex-end}.skeleton-message.received{justify-content:flex-start}.skeleton-message-bubble{border-radius:20px}.skeleton-message.sent .skeleton-message-bubble{border-bottom-right-radius:4px}.skeleton-message.received .skeleton-message-bubble{border-bottom-left-radius:4px}.skeleton-grid{display:grid;gap:16px}@media (prefers-reduced-motion: reduce){.skeleton{animation:none;background:#ffffff1a}}.page-skeleton{padding:16px;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.skeleton-header{margin-bottom:20px}.skeleton-chat-list{display:flex;flex-direction:column;gap:12px}.skeleton-chat-item{display:flex;align-items:center;gap:16px;padding:12px;background:#ffffff08;border-radius:16px}.skeleton-chat-info{flex:1;display:flex;flex-direction:column;gap:8px}.skeleton-stories{display:flex;gap:16px;padding:16px 0;overflow-x:auto;margin-bottom:20px}.skeleton-story{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.skeleton-friends-list{display:flex;flex-direction:column;gap:12px}.skeleton-friend-item{display:flex;align-items:center;gap:16px;padding:12px;background:#ffffff08;border-radius:12px}.skeleton-friend-info{flex:1}.skeleton-link-card{display:flex;flex-direction:column;align-items:center;padding:40px 20px;background:#ffffff08;border-radius:20px;margin-bottom:24px;border:1px solid rgba(255,255,255,.05)}.skeleton-link-avatars{display:flex;align-items:center;gap:16px}.skeleton-link-plus{width:32px;height:32px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;font-size:20px;color:#ffffff80}.skeleton-action-buttons{display:flex;gap:12px;justify-content:center}.skeleton-profile-header{display:flex;flex-direction:column;align-items:center;padding:40px 20px;margin-bottom:24px}.skeleton-profile-stats{display:flex;justify-content:space-around;padding:20px;background:#ffffff08;border-radius:16px;margin-bottom:24px}.skeleton-stat{display:flex;flex-direction:column;align-items:center;gap:8px}.skeleton-profile-actions{padding:0 20px}.skeleton-content{display:flex;flex-direction:column;gap:16px}.page-skeleton .skeleton{animation-duration:1s}@media (max-width: 480px){.page-skeleton{padding:12px}.skeleton-profile-header,.skeleton-link-card{padding:30px 16px}}.error-boundary{position:fixed;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,#1a0a1a,#0d0d0d);display:flex;align-items:center;justify-content:center;padding:20px;z-index:10000}.error-container{text-align:center;max-width:400px}.error-icon{font-size:64px;margin-bottom:20px;animation:shake .5s ease-in-out}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-10px)}75%{transform:translate(10px)}}.error-container h2{margin:0 0 12px;font-size:24px;font-weight:700;color:#fff}.error-container p{margin:0 0 24px;color:#fff9;font-size:15px;line-height:1.5}.error-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.btn-primary,.btn-secondary{padding:12px 24px;border-radius:24px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s;border:none}.btn-primary{background:linear-gradient(135deg,#fd3a73,#ff6b9d);color:#fff}.btn-primary:hover{opacity:.9;transform:translateY(-1px)}.btn-secondary{background:#ffffff1a;color:#ffffffe6}.btn-secondary:hover{background:#ffffff26}.error-details{margin-top:32px;text-align:left}.error-details details{background:#ffffff0d;border-radius:8px;padding:16px}.error-details summary{color:#fff9;font-size:13px;cursor:pointer;-webkit-user-select:none;user-select:none}.error-details pre{margin:12px 0 0;padding:12px;background:#0000004d;border-radius:6px;color:#ff6b6b;font-size:11px;overflow-x:auto;white-space:pre-wrap;word-break:break-word;max-height:200px;overflow-y:auto}.toast-container{position:fixed;top:env(safe-area-inset-top,20px);left:50%;transform:translate(-50%);z-index:10000;display:flex;flex-direction:column;gap:8px;width:90%;max-width:400px;pointer-events:none}.toast{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#1e1e1ef2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 20px #0000004d;animation:slideDown .3s ease;pointer-events:auto;position:relative;overflow:hidden}.toast.exiting{animation:slideUp .3s ease forwards}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{to{opacity:0;transform:translateY(-20px)}}.toast.success{border-left:4px solid #4CAF50}.toast.error{border-left:4px solid #f44336}.toast.warning{border-left:4px solid #ff9800}.toast.info{border-left:4px solid #2196F3}.toast-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:12px;font-weight:700;flex-shrink:0}.toast.success .toast-icon{background:#4caf5033;color:#4caf50}.toast.error .toast-icon{background:#f4433633;color:#f44336}.toast.warning .toast-icon{background:#ff980033;color:#ff9800}.toast.info .toast-icon{background:#2196f333;color:#2196f3}.toast-message{flex:1;font-size:14px;color:#fff;line-height:1.4}.toast-action{background:#ffffff1a;border:none;border-radius:6px;padding:6px 12px;color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s;flex-shrink:0}.toast-action:hover{background:#fff3}.toast-close{background:none;border:none;color:#ffffff80;font-size:20px;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:color .2s;flex-shrink:0}.toast-close:hover{color:#fffc}.toast-progress{position:absolute;bottom:0;left:0;height:3px;background:#ffffff4d;transition:width .1s linear}.toast.success .toast-progress{background:#4caf5080}.toast.error .toast-progress{background:#f4433680}.toast.warning .toast-progress{background:#ff980080}.toast.info .toast-progress{background:#2196f380}.toast-container.bottom{top:auto;bottom:env(safe-area-inset-bottom,20px)}.toast-container.bottom .toast{animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}:root{--color-primary-pink:#FD3A73;--color-deep-magenta:#FF5864;--color-flame-coral:#FF6B6B;--color-bg-dark:#000000;--color-panel-dark:#1E222A;--color-panel-darker:#262C36;--color-text-primary:#FFFFFF;--color-text-secondary:#8E8E93;--color-success:#34C759;--color-superlike:#3CA4FF;--color-pass-gray:#D8D8D8;--color-like-red:#E94057;--top-bar-height: calc(60px + env(safe-area-inset-top)) ;--bottom-nav-height:110px;--theme-gradient: #000000;--snapchat-black: #000000;--snapchat-dark-gray: #121212;--snapchat-nav-bg: #121212}html,body,#root{height:100%;background:#000}*,*:before,*:after{box-sizing:border-box}html,body,#root{overscroll-behavior:none;-webkit-overflow-scrolling:auto;background:#000}html{background:#000;min-height:100vh;min-height:100dvh}body{background:#000;min-height:100vh;min-height:100dvh;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom)}body{margin:0;background:#000;color:#fff;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;touch-action:pan-x pan-y;-webkit-text-size-adjust:100%;overscroll-behavior-y:none}*{touch-action:manipulation}html{touch-action:pan-x pan-y}.btn-primary{background:linear-gradient(135deg,var(--color-primary-pink) 0%,var(--color-deep-magenta) 50%,var(--color-flame-coral) 100%);color:#fff;border:0;padding:12px 16px;border-radius:12px}.card{background:var(--color-panel-dark);border-radius:16px;padding:16px}.modal-sheet{position:relative}.modal-sheet--material{background:#ffffff80;border:1px solid rgba(255,255,255,.22);box-shadow:0 26px 86px #00000073;backdrop-filter:blur(38px) saturate(175%) brightness(1.15);-webkit-backdrop-filter:blur(38px) saturate(175%) brightness(1.15)}.modal-sheet--material:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;background:linear-gradient(180deg,#ffffff47,#ffffff1a 55%,#ffffff0f),#78aaff24}.modal-sheet--material:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;opacity:.18;mix-blend-mode:soft-light;background-image:radial-gradient(circle at 10% 20%,#ffffff24 0,#ffffff24 1px,#0000 1px,#0000 3px),radial-gradient(circle at 70% 80%,#ffffff1f 0,#ffffff1f 1px,#0000 1px,#0000 3px),radial-gradient(circle at 40% 50%,#ffffff1a 0,#ffffff1a 1px,#0000 1px,#0000 3px);background-size:70px 70px}.modal-sheet--glass{background:#12141ab8;border:1px solid rgba(255,255,255,.12);box-shadow:0 30px 110px #000000a6;backdrop-filter:blur(26px) saturate(175%);-webkit-backdrop-filter:blur(26px) saturate(175%)}.modal-sheet--glass:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;box-shadow:inset 0 0 0 1px #fd3a7338,inset 0 0 40px #3ca4ff1a}.modal-sheet--glass:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;opacity:.12;mix-blend-mode:soft-light;background-image:radial-gradient(circle at 30% 30%,#ffffff1f 0,#ffffff1f 1px,#0000 1px,#0000 3px),radial-gradient(circle at 70% 70%,#ffffff1a 0,#ffffff1a 1px,#0000 1px,#0000 3px);background-size:90px 90px}.modal-sheet--solid{background:linear-gradient(180deg,#262c36f5,#1e222af5);border:1px solid rgba(255,255,255,.1);box-shadow:0 26px 90px #000000a6}.modal-sheet--solid:before,.modal-sheet--solid:after{content:none}.muted{color:var(--color-text-secondary)}.safe-area{padding:12px}.chat-screen{background:#000;height:calc(100dvh - var(--top-bar-height) - var(--bottom-nav-height));display:flex;flex-direction:column;overflow:hidden;position:relative}.chat-screen--no-nav{height:100%;position:absolute;top:0;right:0;bottom:0;left:0}.chat-screen--no-nav .chat-input-bar{position:relative;bottom:auto;left:auto;right:auto;flex-shrink:0}.chat-screen--no-nav .chat-messages{padding-bottom:20px}.chat-overlay{position:absolute;top:0;left:0;right:0;z-index:5;pointer-events:none;padding-top:6px;padding-bottom:10px;background:#000000d9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:0}.chat-overlay .chat-back-btn,.chat-overlay .chat-subbar-right{pointer-events:auto}.chat-subbar{padding:0 14px;display:flex;align-items:center;justify-content:space-between}.chat-subbar-spacer{flex:1}.chat-subbar-right{display:flex;align-items:center}.dip-btn{height:34px;padding:0 12px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:#ffffff0f;color:#ffffffd9;font-weight:900;font-size:12px}.dip-btn.is-armed{border-color:#fd3a738c;background:#fd3a7324;color:#fffffff2}.dip-btn.is-glow{border-color:#fd3a73a6;box-shadow:0 0 0 3px #fd3a7338,0 18px 45px #fd3a732e}.chat-segmented{pointer-events:auto;display:flex;align-items:center;background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:999px;padding:3px;gap:3px}.chat-seg{border:0;background:transparent;color:#ffffffb3;font-weight:900;font-size:12px;padding:8px 12px;border-radius:999px}.chat-seg.is-active{background:#ffffff29;color:#ffffffeb}.chat-back-btn{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;text-decoration:none;color:#ffffffd9;background:transparent;border:0}.chat-back-icon{font-size:28px;line-height:1;margin-left:-2px}.chat-titleblock{padding:2px 16px 8px;margin-top:2px;text-align:center}.chat-titleblock-title{font-size:22px;font-weight:900;letter-spacing:-.02em;text-shadow:0 10px 28px rgba(0,0,0,.55)}.chat-titleblock-subtitle{margin-top:6px;font-size:13px;font-weight:750;color:#fff9;display:flex;align-items:center;justify-content:center;gap:8px;text-shadow:0 10px 28px rgba(0,0,0,.65)}.chat-presence-dot{width:8px;height:8px;border-radius:999px;background:var(--color-success);box-shadow:0 0 0 4px #4cc7901f}.chat-screen--compact .chat-messages{padding-top:56px}.chat-screen--compact-min .chat-messages{padding-top:50px}.chat-screen--compact-min .chat-overlay{padding-top:8px;padding-bottom:8px;background:#000000d9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:0}.threads-list{background:#000;min-height:100%}.messages-screen{min-height:100%;background:#000}.app-shell{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;overflow:hidden;background:#000}.app-shell,.app-shell:before,.app-shell:after{background:#000}.app-shell>main{flex:1;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;position:relative;overscroll-behavior:none}.app-shell.app-shell--chats-bg{background:#000}.app-shell.app-shell--chats-bg:before{content:none}.app-shell.app-shell--chats-bg>.top-bar,.app-shell.app-shell--chats-bg>main{position:relative;z-index:1}.app-shell.app-shell--chats-bg>.bottom-nav{z-index:100}.messages-search{height:46px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#ffffff0f;display:flex;align-items:center;gap:10px;padding:0 14px}.messages-search-icon{color:#ffffff8c;display:inline-flex}.messages-search-input{flex:1;height:100%;border:0;outline:none;background:transparent;color:#fff;font-size:16px;font-weight:700}.messages-search-input::placeholder{color:#ffffff73;font-weight:700}.messages-section-label{margin-top:14px;margin-bottom:10px;font-size:18px;font-weight:900;color:#fff9}.messages-card{background:linear-gradient(135deg,#ffffff0f,#ffffff05);border:1px solid rgba(255,255,255,.08);border-radius:22px;overflow:hidden;box-shadow:0 18px 45px #00000059}.messages-card-pinned{display:block;text-decoration:none;color:inherit}.messages-recent-list{display:flex;flex-direction:column;gap:12px}.messages-row.messages-row-float{background:#0a0c1047;border:1px solid rgba(255,255,255,.1);border-radius:22px;box-shadow:0 18px 45px #0000004d;border-bottom:0;-webkit-backdrop-filter:blur(10px) saturate(140%);backdrop-filter:blur(10px) saturate(140%)}.messages-row{display:flex;align-items:center;gap:12px;padding:14px;text-decoration:none;color:inherit;border-bottom:1px solid rgba(255,255,255,.06)}.messages-row:last-child{border-bottom:0}.messages-row-main{flex:1;min-width:0}.messages-row-title{font-size:20px;font-weight:900;letter-spacing:.1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.messages-row-preview{margin-top:4px;font-size:16px;font-weight:700;color:#ffffff8c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.messages-row-right{display:flex;flex-direction:column;align-items:flex-end;gap:8px;margin-left:8px}.messages-row-time{font-size:14px;font-weight:800;color:#ffffff6b}.messages-unread-dot{width:8px;height:8px;border-radius:999px;background:var(--color-primary-pink)}.messages-avatars{display:flex;align-items:center}.messages-avatar{border-radius:999px;overflow:hidden;border:2px solid rgba(255,255,255,.1);background:#ffffff0f;position:relative;box-shadow:0 10px 24px #00000059}.messages-avatar img{width:100%;height:100%;object-fit:cover;display:block}.messages-avatar-fallback{width:100%;height:100%;background:#ffffff1a}.messages-avatar-badge{position:absolute;inset:auto 0 0 0;height:100%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:1000;letter-spacing:.6px;color:#fff;background:linear-gradient(135deg,var(--color-primary-pink),var(--color-deep-magenta),var(--color-flame-coral))}.messages-fab{position:fixed;right:18px;bottom:calc(var(--bottom-nav-height) + 18px);width:66px;height:66px;border-radius:999px;border:0;color:#fff;background:linear-gradient(135deg,var(--color-primary-pink),var(--color-deep-magenta),var(--color-flame-coral));box-shadow:0 16px 36px #00000073;display:flex;align-items:center;justify-content:center;z-index:30}.messages-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40}.messages-modal-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c}.messages-modal-sheet{position:absolute;left:0;right:0;bottom:0;background:#15171cfa;border-top-left-radius:22px;border-top-right-radius:22px;border-top:1px solid rgba(255,255,255,.1);padding:14px 14px 16px;max-height:70vh;overflow:auto}.messages-modal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.messages-modal-close{background:transparent;border:0;color:#ffffffa6;font-weight:900}.messages-modal-list{display:flex;flex-direction:column;gap:10px}.messages-modal-row{display:flex;align-items:center;gap:12px;padding:10px;border-radius:16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08)}.threads-list-section{padding:0 0 8px}.threads-start-card{margin:8px 0 4px}.thread-row{display:flex;align-items:center;padding:10px 12px;border-bottom:1px solid rgba(255,255,255,.06);text-decoration:none;color:inherit}.thread-row-main{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.thread-row-name{font-size:15px;font-weight:500}.thread-row-preview{font-size:13px;color:var(--color-text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.thread-row-meta{display:flex;flex-direction:column;align-items:flex-end;gap:4px;margin-left:8px}.thread-row-time{font-size:11px;color:var(--color-text-secondary)}.thread-unread-dot{width:8px;height:8px;border-radius:999px;background:#0ea5e9}.chat-messages{flex:1;padding:60px 10px 20px;display:flex;flex-direction:column;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;background:transparent;min-height:0}.chat-messages-inner{display:flex;flex-direction:column}.chat-time-divider{display:flex;justify-content:center;margin:12px 0;font-size:14px;font-weight:800;color:#ffffff59}.chat-bubble-row{display:flex;margin:6px 10px;align-items:flex-end;gap:8px;position:relative}.chat-bubble-row>*{min-width:0}.chat-bubble-row.is-grouped{margin-top:2px}.chat-bubble-row.mine{justify-content:flex-end}.chat-bubble-row.theirs{justify-content:flex-start}.chat-bubble{max-width:74%;padding:10px 14px;border-radius:22px;font-size:16px;font-weight:400;line-height:1.4;letter-spacing:0;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;display:inline-block;min-width:min-content;position:relative;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.chat-bubble-text{display:block;white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word;word-break:normal}.chat-bubble.mine{margin-left:auto;background:#34c759;color:#fff;border:0;border-bottom-right-radius:10px}.chat-bubble.mine.is-continued{border-top-right-radius:10px}.chat-bubble.theirs{margin-right:auto;background:#3a3a3c;color:#fff;border:0;border-bottom-left-radius:10px}.chat-bubble.theirs.is-continued{border-top-left-radius:10px}.chat-bubble-avatar{width:32px;height:32px;border-radius:999px;margin-bottom:4px;box-shadow:0 12px 28px #00000059;display:flex;align-items:center;justify-content:center}.chat-bubble-sender{font-size:11px;color:var(--color-text-secondary);margin-left:4px;margin-bottom:2px}.chat-meta-row{display:flex;justify-content:flex-end;padding:2px 10px 4px;font-size:11px;color:var(--color-text-secondary)}.chat-meta-inline{margin-top:2px;font-size:13px;font-weight:800;color:#ffffff61;text-align:right;padding-right:4px;display:flex;align-items:center;justify-content:flex-end;gap:8px}.chat-meta-checks{font-size:13px;opacity:.9}.chat-input-bar{position:fixed;left:0;right:0;bottom:calc(var(--bottom-nav-height) + env(safe-area-inset-bottom));padding:12px 14px calc(16px + env(safe-area-inset-bottom)) 14px;background:linear-gradient(180deg,#15171c1a,#15171ce0 55%,#15171cf5);display:flex;align-items:center;gap:8px}.chat-input-iconbtn{width:46px;height:46px;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:#ffffff0f;color:#ffffffd9;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px) saturate(140%);backdrop-filter:blur(10px) saturate(140%)}.chat-input-iconbtn:disabled{opacity:.55}.chat-input-primarybtn{border:0;background:radial-gradient(circle at 30% 30%,#fd3a73f2,#b43678d9);color:#fff;box-shadow:0 16px 40px #00000059}.chat-input-field{flex:1;min-width:0;height:46px;background:#ffffff0f;border-radius:999px;border:1px solid rgba(255,255,255,.1);padding:0 16px;color:var(--color-text-primary);font-size:16px;font-weight:400;letter-spacing:0;outline:none;-webkit-backdrop-filter:blur(10px) saturate(140%);backdrop-filter:blur(10px) saturate(140%);-webkit-font-smoothing:antialiased}.chat-input-field::placeholder{color:#ffffff59}.chat-input-bar--recording{background:linear-gradient(180deg,#15171c33,#e9405726 55%,#e9405740);justify-content:center;gap:16px}.chat-recording-indicator{display:flex;align-items:center;gap:10px;padding:0 16px}.chat-recording-dot{width:10px;height:10px;border-radius:999px;background:#ff3a3a;animation:recordingPulse 1s ease-in-out infinite;flex-shrink:0}@keyframes recordingPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.85)}}.chat-recording-text{font-size:16px;font-weight:700;color:#ffffffe6}.chat-recording-stop{background:#ff3a3ae6!important;border-color:#ff646480!important;color:#fff!important}.chat-input-bar--preview{background:linear-gradient(180deg,#15171c33,#15171ce6 55%,#15171cf5)}.chat-voice-preview{flex:1;display:flex;align-items:center;gap:12px;padding:0 12px;height:46px;background:#ffffff0f;border-radius:999px;border:1px solid rgba(255,255,255,.1)}.chat-voice-preview-play{width:32px;height:32px;border-radius:999px;border:0;background:#34c759e6;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer}.chat-voice-pause-icon{font-size:10px;letter-spacing:1px}.chat-voice-duration{font-size:14px;font-weight:700;color:#fffc}.chat-send-spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:999px;animation:spin .8s linear infinite}.chat-voice-message{display:flex;align-items:center;gap:10px;padding:4px 8px;min-width:180px;position:relative}.chat-voice-message.mine,.chat-voice-message.theirs{color:#fff}.chat-voice-play-btn{width:28px;height:28px;border-radius:999px;border:0;background:#ffffffe6;color:#111;display:flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer;transition:transform .15s ease}.chat-voice-play-btn:active{transform:scale(.92)}.chat-voice-play-btn:disabled{opacity:.5}.chat-voice-waveform{flex:1;height:28px;background:#00000026;border-radius:999px;position:relative;overflow:hidden}.chat-voice-progress{position:absolute;left:0;top:0;bottom:0;background:#fff6;border-radius:999px;transition:width .1s linear}.chat-voice-time{font-size:12px;font-weight:700;opacity:.85;min-width:40px;text-align:right}.chat-voice-uploading{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0000004d;border-radius:999px;z-index:2}.chat-bubble.is-voice{padding:8px 12px;min-width:220px}.bottom-nav{position:fixed;bottom:0;left:0;right:0;height:var(--bottom-nav-height);background:#121212;display:flex;align-items:flex-start;justify-content:space-around;border-top:1px solid rgba(255,255,255,.08);padding-top:42px;z-index:50}.bn-item{color:#8e8e93;text-decoration:none;display:flex;flex-direction:column;align-items:center;gap:4px;font-size:10px;position:relative;font-weight:500}.bn-item.active{color:#fff}.bn-icon{line-height:0}.bn-label{font-weight:700}.bn-dot{position:absolute;top:0;right:16px;width:6px;height:6px;background:#fd3a73;border-radius:999px}.link-icon-wrapper{width:24px;height:24px;display:flex;align-items:center;justify-content:center;position:relative}.link-icon-img{width:36px;height:36px;object-fit:contain;position:absolute;filter:none;will-change:filter}.link-icon-img--active{filter:drop-shadow(0 0 8px rgba(253,58,115,1)) drop-shadow(0 0 16px rgba(99,102,241,.8))}.link-icon-dot{position:absolute;top:-2px;right:-2px;width:8px;height:8px;border-radius:50%;background:#fd3a73;box-shadow:0 0 4px #fd3a73cc}.live-camera-btn{transition:transform .15s ease,box-shadow .15s ease;margin-top:-14px}.live-camera-btn:active{transform:scale(.95)}.live-camera-btn--active{animation:cameraPulse 2s ease-in-out infinite}@keyframes cameraPulse{0%,to{box-shadow:0 0 20px #fd3a7399}50%{box-shadow:0 0 30px #fd3a73e6}}.live-camera-btn video{transition:transform .3s ease}.top-bar{position:fixed;top:0;left:0;right:0;z-index:100;height:calc(60px + env(safe-area-inset-top));padding-top:env(safe-area-inset-top);background:#000;display:flex;align-items:center;justify-content:space-between;padding-left:16px;padding-right:16px;padding-bottom:8px;flex-shrink:0}.top-bar.top-bar--chats{background:transparent;height:60px;padding:8px 16px}.icon-btn{background:transparent;border:0;padding:6px;border-radius:999px}.topbar-collage{display:flex;align-items:center;justify-content:center;gap:0;pointer-events:none}.topbar-collage-item{width:28px;height:28px;border-radius:999px;margin-left:-8px;box-shadow:0 10px 24px #00000073;border:2px solid rgba(21,23,28,.96);overflow:hidden}.topbar-collage-item:first-child{margin-left:0}.wheel{position:relative;height:180px;overflow:hidden;border-radius:12px;background:linear-gradient(180deg,#ffffff0a,#ffffff05)}.wheel-list{height:100%;overflow-y:scroll;padding:72px 0;margin:0;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.wheel-list::-webkit-scrollbar{width:0;height:0}.wheel-item{display:flex;align-items:center;justify-content:center;color:#f5f5f5;opacity:.7;font-weight:600}.wheel-item[aria-selected=true]{opacity:1;color:#fff}.wheel-highlight{position:absolute;left:8px;right:8px;top:50%;height:36px;margin-top:-18px;border-radius:8px;border:1px solid rgba(255,255,255,.1);box-shadow:inset 0 0 0 2px transparent;background:#ffffff0a}.wheel:before,.wheel:after{content:"";position:absolute;left:0;right:0;height:48px;z-index:1;pointer-events:none}.wheel:before{top:0;background:linear-gradient(180deg,#1a1a1a,#1a1a1a00)}.wheel:after{bottom:0;background:linear-gradient(0deg,#1a1a1a,#1a1a1a00)}.onboarding-gradient{background:linear-gradient(180deg,var(--color-primary-pink) 0%,var(--color-deep-magenta) 50%,var(--color-flame-coral) 100%)}.terms-text{color:#fff;opacity:.95;line-height:1.4;font-weight:600;margin:0 0 16px}.terms-text .terms-link,.terms-link{color:#fff;text-underline-offset:2px;font-weight:800}.providers{display:flex;flex-direction:column;gap:12px;margin:16px 0}.provider-btn{display:flex;align-items:center;gap:12px;width:100%;background:#fff;color:#111;border:0;border-radius:28px;height:56px;padding:0 16px;font-weight:700;font-size:16px;box-shadow:0 4px 16px #0000001f}.provider-btn:active{transform:translateY(1px)}.provider-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;color:#111}.provider-text{flex:1;text-align:center}.trouble-link{text-align:center;margin:10px 0 8px;font-weight:700}.onboarding-light{background:#fff;color:#111}.plain-btn{background:transparent;border:0;padding:6px;border-radius:8px}.phone-h1{font-size:36px;line-height:1.1;margin:8px 0 20px;font-weight:800;color:#111}.phone-row{display:flex;align-items:center;gap:12px;margin:8px 0 6px}.phone-select-wrap,.phone-input-wrap{flex:1}.phone-select{width:100%;font-size:18px;background:transparent;border:0;border-bottom:2px solid #dcdcdc;padding:10px 4px;color:#111}.phone-input{width:100%;font-size:18px;background:transparent;border:0;border-bottom:2px solid #dcdcdc;padding:10px 4px;color:#111;outline:none}.phone-disclaimer{color:#4a4a4a;line-height:1.5;font-weight:500}.phone-next-cta{position:sticky;bottom:0;left:0;right:0;padding:12px;background:#ffffffe6;-webkit-backdrop-filter:saturate(180%) blur(6px);backdrop-filter:saturate(180%) blur(6px)}.next-btn{width:100%;height:56px;border-radius:28px;border:0;font-weight:800;font-size:18px;background:#e6e6e6;color:#8a8a8a}.next-btn:not(:disabled){background:#111;color:#fff}.next-btn+.next-btn{margin-top:10px}.landing-bg{background:var(--color-bg-dark)}.landing-card{width:min(92vw,420px);border-radius:16px;padding:24px 16px 12px;background:linear-gradient(180deg,var(--color-primary-pink) 0%,var(--color-deep-magenta) 50%,var(--color-flame-coral) 100%);color:#fff;box-shadow:0 12px 40px #0006}.slogan-wrap{margin:12px 8px 16px}.slogan-line{text-align:left}.slogan-line.strong{font-size:28px;font-weight:900;letter-spacing:.1px}.slogan-line.subtle{font-size:22px;font-weight:600;opacity:.95}.cta-btn{display:block;width:100%;height:56px;border-radius:28px;border:0;background:#fff;color:#111;font-weight:800;font-size:16px;box-shadow:0 4px 16px #0000001f}.cta-btn+.cta-btn{margin-top:12px}.link-landing{min-height:100%;color:#fff;background:url(/landing-bg.PNG) center/cover no-repeat;background-color:#05040a}.link-landing__header{padding:22px 22px 0}.link-landing__brand{display:flex;align-items:center;gap:12px}.link-landing__logo-glow{display:inline-flex;filter:drop-shadow(0 10px 22px rgba(255,58,168,.22)) drop-shadow(0 0 14px rgba(114,56,255,.18))}.link-landing__hero{padding:10px 22px 18px}.link-landing__hero-inner{max-width:1080px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:28px;padding-top:22px}.link-landing__copy{max-width:none;flex:1;min-width:0}.link-landing__title{margin:0 0 10px;font-size:clamp(42px,5vw,64px);font-weight:900;letter-spacing:-.02em;white-space:nowrap;text-shadow:0 18px 60px rgba(0,0,0,.75)}.link-landing__subtitle{margin:0 0 24px;font-size:18px;font-weight:600;color:#ffffffd1;text-shadow:0 18px 60px rgba(0,0,0,.7)}.link-landing__ctas{width:min(360px,100%)}.link-landing__btn{width:100%;height:56px;border-radius:10px;border:0;font-weight:800;font-size:22px;color:#fff;background:linear-gradient(180deg,#ff3aa8,#e40079);box-shadow:0 16px 45px #00000073}.link-landing__btn:active{transform:translateY(1px)}.link-landing__or{display:flex;align-items:center;gap:10px;margin:14px 0 10px;color:#ffffffbf;font-weight:800}.link-landing__or span:first-child,.link-landing__or span:last-child{flex:1;height:1px;background:#ffffff40}.link-landing__login{background:transparent;border:0;color:#fff;font-size:22px;font-weight:900;padding:0}.link-landing__login:hover{text-decoration:underline;text-underline-offset:4px}.link-landing__trouble{margin-top:14px}.link-landing__trouble-link{color:#ffffffe0;font-weight:800;text-decoration:none}.link-landing__trouble-link:hover{text-decoration:underline;text-underline-offset:4px}.link-landing__phone-wrap{flex:0 0 auto;display:flex;justify-content:center;width:min(420px,44vw)}.link-landing__phone-frame{width:320px;max-width:100%;position:relative;transform:rotate(10deg)}.link-landing__phone-img{width:100%;height:auto;display:block;border-radius:46px;box-shadow:none}.link-landing__how{max-width:1080px;margin:0 auto;padding:22px 22px 56px}.link-landing__how-head{display:flex;align-items:center;gap:18px;justify-content:center;margin:18px 0}.link-landing__how-title{margin:0;font-size:40px;font-weight:900;letter-spacing:-.02em;text-shadow:0 18px 60px rgba(0,0,0,.7)}.link-landing__how-line{flex:1;height:1px;background:#ffffff2e;max-width:360px}.link-landing__how-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.link-landing__how-card{border-radius:18px;background:linear-gradient(180deg,#ffffff1a,#ffffff0a);border:1px solid rgba(255,255,255,.14);box-shadow:0 18px 55px #0000008c;overflow:hidden;padding:14px}.link-landing__how-media{height:136px;border-radius:14px;border:1px dashed rgba(255,255,255,.3);background:#00000024;display:flex;align-items:center;justify-content:center;color:#ffffffb8;font-weight:800}.link-landing__how-step{margin-top:12px;font-size:20px;font-weight:900}.link-landing__how-sub{margin-top:8px;color:#ffffffb8;font-weight:700}@media (max-width: 920px){.link-landing__hero-inner{flex-direction:column;align-items:flex-start}.link-landing__title{white-space:normal}.link-landing__phone-wrap{width:100%;justify-content:flex-start;padding-left:6px}.link-landing__phone-frame{transform:rotate(8deg)}.link-landing__how-grid{grid-template-columns:1fr}.link-landing__how-line{max-width:140px}}.link-auth{color:#fff;background:url(/landing-bg.PNG) center/cover no-repeat;background-color:#05040a}.link-auth__top{padding:18px 18px 0;display:flex;align-items:center}.link-auth__back{width:44px;height:44px;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:#ffffff0f;color:#fff}.link-auth__center{display:flex;align-items:center;justify-content:center;padding:16px 18px 48px}.link-auth__card{width:min(520px,100%);border-radius:18px;background:#000000bf;border:1px solid rgba(255,255,255,.16);box-shadow:0 22px 70px #0000009e;padding:18px}.link-auth__title{margin:6px 0 16px;font-size:32px;font-weight:900;letter-spacing:-.02em}.link-auth__fields{display:flex;flex-direction:column;gap:12px}.link-auth__input{width:100%;height:48px;border-radius:12px;padding:0 14px;background:#0003;border:1px solid rgba(255,255,255,.14);color:#fff;outline:none;font-weight:700}.link-auth__input::placeholder{color:#ffffff8c;font-weight:700}.link-auth__error{margin-top:10px;color:#ff6b6b;font-size:12px;font-weight:800}.link-auth__hint{margin:12px 0 0;color:#ffffffb3;font-weight:700}.link-auth__actions{margin-top:16px;display:flex;flex-direction:column;gap:10px}.link-auth__btn{width:100%;height:52px;border-radius:12px;border:0;font-weight:900;font-size:18px;color:#fff;background:linear-gradient(180deg,#ff3aa8,#e40079);box-shadow:0 16px 45px #00000073}.link-auth__btn:disabled{opacity:.55}.link-auth__btn--secondary{color:#ffffffdb;background:#ffffff14;border:1px solid rgba(255,255,255,.16);box-shadow:none}.link-auth__footer{margin-top:14px;text-align:center}.link-auth__footer-muted{margin-top:8px;color:#ffffff8c;font-weight:800}.link-auth__footer-link{color:#ffffffdb;font-weight:900;text-decoration:none;border:0;background:transparent;padding:0}.link-auth__footer-link:hover{text-decoration:underline;text-underline-offset:4px}.link-auth__or{margin:16px 0 14px;text-align:center;color:#ffffffb3;font-weight:900;font-size:16px}.link-auth__providers{display:flex;flex-direction:column;gap:12px}.link-auth__provider{width:100%;height:56px;border-radius:999px;border:1px solid rgba(255,255,255,.22);background:#0000002e;color:#ffffffeb;display:flex;align-items:center;gap:12px;padding:0 16px;font-weight:900;font-size:18px}.link-auth__provider:disabled{opacity:.55}.link-auth__provider:active{transform:translateY(1px)}.link-auth__provider-ico{width:28px;height:28px;display:flex;align-items:center;justify-content:center}.link-auth__provider-text{flex:1;text-align:center}.link-welcome{min-height:100vh;width:100%;display:flex;flex-direction:column;background:radial-gradient(circle at 50% 120%,#8b2f5c,#5b247a,#2d1b4e 60%,#0f0c29);color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.link-welcome__top{display:flex;align-items:center;justify-content:center;padding:60px 24px 20px}.link-welcome__logo{display:inline-flex}.link-welcome__content{flex:1;display:flex;flex-direction:column;justify-content:center;padding:0 24px 40px;max-width:420px;margin:0 auto;width:100%}.link-welcome__stack{width:100%;display:flex;flex-direction:column;gap:12px}.link-welcome__provider{width:100%;padding:16px;border-radius:14px;border:1px solid rgba(255,255,255,.2);background:#ffffff14;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#fff;display:flex;align-items:center;gap:12px;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s}.link-welcome__provider:hover{background:#ffffff1f;transform:translateY(-1px)}.link-welcome__provider:active{transform:translateY(0)}.link-welcome__provider--primary{background:linear-gradient(135deg,#ec4899,#a855f7);border:none;box-shadow:0 8px 25px #ec489966;font-weight:600}.link-welcome__provider--primary:hover{box-shadow:0 10px 30px #ec489980}.link-welcome__ico{width:28px;height:28px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.link-welcome__text{flex:1;text-align:center}.link-welcome__or{display:flex;align-items:center;gap:16px;margin:8px 0;color:#ffffff80}.link-welcome__or-line{flex:1;height:1px;background:#fff3}.link-welcome__or-text{font-size:13px;text-transform:lowercase}.link-welcome__footer{width:100%;margin-top:24px;display:flex;flex-direction:column;gap:16px;text-align:center}.link-welcome__create{width:100%;padding:16px;border-radius:14px;border:none;color:#fff;font-size:17px;font-weight:600;background:linear-gradient(135deg,#ec4899,#a855f7);box-shadow:0 8px 25px #ec489966;cursor:pointer;transition:all .2s}.link-welcome__create:hover{box-shadow:0 10px 30px #ec489980;transform:translateY(-1px)}.link-welcome__create:active{transform:translateY(0)}.link-welcome__trouble{margin-top:8px}.link-welcome__trouble-link{color:#fff9;font-weight:500;text-decoration:none;font-size:14px}.link-welcome__trouble-link:hover{color:#ec4899}@media (max-width: 420px){.link-welcome__top{padding-top:48px}.link-welcome__provider{padding:14px}.link-welcome__create{padding:15px}}.house-rules{background:#fff;color:#111}.house-rules__top{padding:16px 16px 6px;position:relative;min-height:132px}.house-rules__close{position:absolute;left:16px;top:16px;width:44px;height:44px;border-radius:12px;border:0;background:transparent;color:#1111118c}.house-rules__top-logo{height:110px;display:flex;align-items:center;justify-content:center;transform:translate(-14px)}.house-rules__content{flex:1;padding:6px 22px 22px}.house-rules__title{margin:0;font-size:44px;font-weight:900;letter-spacing:-.02em}.house-rules__sub{margin:10px 0 0;font-size:20px;font-weight:600;color:#1111118c}.house-rules__rules{margin-top:28px;display:flex;flex-direction:column;gap:22px}.house-rules__rule-title{font-size:26px;font-weight:900;letter-spacing:-.01em}.house-rules__rule-body{margin-top:8px;font-size:18px;font-weight:600;color:#1111119e;line-height:1.35}.house-rules__link{display:inline;margin-left:6px;padding:0;border:0;background:transparent;color:#1e79ff;font-weight:800;font-size:18px}.house-rules__bottom{padding:18px 18px 28px}.house-rules__agree{width:100%;height:64px;border-radius:999px;border:0;background:#111;color:#fff;font-size:20px;font-weight:900;box-shadow:0 20px 60px #00000038}.house-rules__agree:active{transform:translateY(1px)}.profile-setup{background:var(--color-bg-dark);color:var(--color-text-primary)}.profile-setup__header{height:64px;display:flex;align-items:center;padding:0 14px;position:sticky;top:0;background:#15171ceb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid rgba(255,255,255,.08);z-index:10}.profile-setup__back{width:44px;height:44px;border-radius:999px;border:0;background:transparent;color:var(--color-primary-pink)}.profile-setup__header-title{flex:1;text-align:left;font-size:22px;font-weight:900;margin-left:2px;color:#ffffffeb}.profile-setup__header-spacer{width:44px}.profile-setup__tabs{display:flex;align-items:center;justify-content:center;gap:16px;padding:12px 14px;background:#15171ceb;border-bottom:1px solid rgba(255,255,255,.08);position:sticky;top:64px;z-index:9}.profile-setup__tab{width:140px;border:0;background:transparent;font-weight:900;font-size:18px;color:#ffffff73}.profile-setup__tab.is-active{color:#ffffffeb}.profile-setup__tabs-divider{width:1px;height:24px;background:#ffffff29}.profile-setup__preview-dot{display:inline-block;width:10px;height:10px;border-radius:999px;margin-left:6px;background:var(--color-primary-pink);vertical-align:middle}.profile-setup__body{background:var(--color-bg-dark);padding:0 0 18px}.profile-setup__intro{padding:18px 14px 0}.profile-setup__intro-title{text-align:center;font-size:22px;font-weight:950;letter-spacing:-.02em;color:#ffffffeb;margin-bottom:14px}.profile-setup__intro-card{border-radius:18px;background:var(--color-panel-dark);border:1px solid rgba(255,255,255,.08);padding:16px;box-shadow:0 18px 55px #0000004d}.profile-setup__intro-block+.profile-setup__intro-block{margin-top:16px}.profile-setup__intro-label{font-weight:950;font-size:18px;color:#ffffffeb}.profile-setup__intro-sub{margin-top:6px;color:#fff9;font-weight:650;line-height:1.25}.profile-setup__intro-link{border:0;padding:0;margin:0;background:transparent;color:#ffffffb8;font-weight:900;text-decoration:underline;text-underline-offset:3px}.profile-setup__intro-note{margin-top:10px;padding:12px;border-radius:14px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:#ffffffb3;font-weight:650}.profile-setup__intro-input{margin-top:10px;width:100%;height:56px;border-radius:16px;border:2px solid rgba(255,255,255,.14);background:#00000029;color:#ffffffeb;font-size:20px;font-weight:750;padding:0 16px;outline:none}.profile-setup__intro-input:focus{border-color:#e940578c;box-shadow:0 0 0 4px #e9405729}.profile-setup__intro-input:disabled{opacity:.7}.profile-setup__dob-row{display:flex;gap:10px;margin-top:10px}.profile-setup__dob-month{position:relative;flex:1 1 auto;min-width:0}.profile-setup__dob-select{width:100%;height:56px;border-radius:16px;border:2px solid rgba(255,255,255,.14);background:#00000029;color:#ffffffeb;font-size:20px;font-weight:750;padding:0 44px 0 16px;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.profile-setup__dob-select:focus{border-color:#e940578c;box-shadow:0 0 0 4px #e9405729}.profile-setup__dob-caret{position:absolute;right:14px;top:50%;transform:translateY(-50%);color:#ffffff8c;pointer-events:none}.profile-setup__dob-input{width:86px;height:56px;border-radius:16px;border:2px solid rgba(255,255,255,.14);background:#00000029;color:#ffffffeb;font-size:20px;font-weight:750;padding:0 14px;outline:none;text-align:center}.profile-setup__dob-input:focus{border-color:#e940578c;box-shadow:0 0 0 4px #e9405729}.profile-setup__dob-input:disabled{opacity:.7}.profile-setup__gender-grid{display:flex;flex-wrap:wrap;gap:14px 18px;margin-top:12px}.profile-setup__gender-opt{border:0;background:transparent;color:#ffffffdb;display:flex;align-items:center;gap:10px;padding:8px 2px;font-weight:850;font-size:18px}.profile-setup__gender-opt:disabled{opacity:.6}.profile-setup__gender-radio{width:22px;height:22px;border-radius:999px;border:2px solid rgba(255,255,255,.45);display:flex;align-items:center;justify-content:center}.profile-setup__gender-dot{width:10px;height:10px;border-radius:999px;background:transparent}.profile-setup__gender-opt.is-selected .profile-setup__gender-radio{border-color:var(--color-primary-pink)}.profile-setup__gender-opt.is-selected .profile-setup__gender-dot{background:var(--color-primary-pink)}.profile-setup__intro-actions{margin-top:14px}.profile-setup__intro-continue{width:100%;height:56px;border-radius:999px;border:0;background:linear-gradient(90deg,#e94057eb,#a245ffe0);color:#fffffff2;font-weight:950;font-size:18px;letter-spacing:.01em;box-shadow:0 18px 40px #e9405738}.profile-setup__intro-continue:disabled{opacity:.55;box-shadow:none}.profile-setup__intro-continue:active{transform:translateY(1px)}.profile-setup-preview{padding:18px 14px 0}.profile-setup-preview__card{border-radius:22px;background:var(--color-panel-dark);border:1px solid rgba(255,255,255,.08);overflow:hidden;box-shadow:0 18px 55px #00000061}.profile-setup-preview__photo{width:100%;aspect-ratio:3 / 4;background:linear-gradient(135deg,#fd3a7347,#7238ff2e);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;position:relative}.profile-setup-preview__photo-fallback{color:#ffffffb3;font-weight:900}.profile-setup-preview__photo-dots{position:absolute;left:12px;right:12px;bottom:12px;display:flex;gap:6px;justify-content:center}.profile-setup-preview__dot{width:6px;height:6px;border-radius:999px;background:#ffffff8c;box-shadow:0 10px 30px #0000004d}.profile-setup-preview__dot.is-active{background:#fff}.profile-setup-preview__body{padding:14px}.profile-setup-preview__title{font-size:28px;font-weight:900;letter-spacing:-.02em;color:#ffffffeb}.profile-setup-preview__chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.profile-setup-preview__chip{padding:8px 12px;border-radius:999px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:#ffffffdb;font-weight:900;font-size:13px}.profile-setup-preview__section{margin-top:14px}.profile-setup-preview__section-title{font-weight:900;color:#ffffffdb;margin-bottom:6px}.profile-setup-preview__section-text{color:#ffffffad;font-weight:650;line-height:1.35}.profile-setup-preview__interests{display:flex;flex-wrap:wrap;gap:8px}.profile-setup-preview__interest{padding:7px 10px;border-radius:999px;background:linear-gradient(135deg,#ff3aa81f,#7238ff1a);border:1px solid rgba(233,64,87,.16);color:#111111c7;font-weight:900;font-size:13px}.profile-setup-preview__thumbs{display:flex;gap:8px;margin-top:12px;padding-bottom:2px;overflow-x:auto}.profile-setup-preview__thumbs::-webkit-scrollbar{height:0}.profile-setup-preview__thumb{flex:0 0 auto;width:64px;height:64px;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:#ffffff0f;background-size:cover;background-position:center}.profile-setup-preview__thumb.is-active{outline:3px solid rgba(233,64,87,.35);border-color:#e940572e}.profile-setup-preview__kv{border-radius:16px;border:1px solid rgba(17,17,17,.08);background:#11111105;overflow:hidden}.profile-setup-preview__kv-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:12px;border-top:1px solid rgba(17,17,17,.06)}.profile-setup-preview__kv-row:first-child{border-top:0}.profile-setup-preview__kv-key{color:#1111118c;font-weight:900;font-size:13px}.profile-setup-preview__kv-val{color:#111c;font-weight:900;font-size:13px;text-align:right}.profile-setup-preview__qa{display:flex;flex-direction:column;gap:10px}.profile-setup-preview__qa-row{border-radius:16px;border:1px solid rgba(17,17,17,.08);background:#11111105;padding:12px}.profile-setup-preview__qa-q{font-weight:900;color:#111111d1;margin-bottom:6px}.profile-setup-preview__qa-a{color:#1111119e;font-weight:650;line-height:1.35}.profile-setup__section-head{padding:14px 14px 0;display:flex;align-items:center;justify-content:space-between}.profile-setup__section-left{display:flex;align-items:center;gap:10px}.profile-setup__dot{width:6px;height:6px;border-radius:999px;background:var(--color-primary-pink)}.profile-setup__section-title{font-size:22px;font-weight:900;letter-spacing:-.01em}.profile-setup__badge{margin-left:6px;padding:6px 10px;border-radius:999px;background:#ff3aa81f;color:var(--color-primary-pink);font-weight:900;font-size:12px;letter-spacing:.06em}.profile-setup__section-right{display:flex;align-items:center;gap:12px}.profile-setup__percent{color:var(--color-primary-pink);font-weight:900;font-size:16px}.profile-setup__right-action{display:inline-flex;align-items:center}.profile-setup__add-fab{width:38px;height:38px;border-radius:999px;background:var(--color-primary-pink);display:flex;align-items:center;justify-content:center;color:#fff}.profile-setup__section-sub{padding:8px 14px 0;color:#ffffffa6;font-weight:650}.profile-setup__link{padding:10px 14px 0;border:0;background:transparent;color:var(--color-superlike);font-weight:900;text-align:left}.media-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.media-grid__slot{aspect-ratio:3 / 4;border-radius:18px;background:#ffffff0f;border:2px dashed rgba(255,255,255,.16);display:flex;align-items:center;justify-content:center;color:#fff6;position:relative;overflow:hidden;padding:0}.media-grid__slot:disabled{opacity:.7}.media-grid__slot.is-filled{border:0;background-color:var(--color-panel-dark);background-size:cover;background-position:center}.media-grid__plus{opacity:.85}.media-grid__edit{position:absolute;right:10px;top:10px;width:34px;height:34px;border-radius:999px;background:#15171cc7;display:flex;align-items:center;justify-content:center;color:#ffffffd9}.media-grid__remove{position:absolute;left:10px;top:10px;width:34px;height:34px;border-radius:999px;border:0;background:#0000008c;color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;line-height:1}.media-grid__remove:disabled{opacity:.6}.profile-setup__spacer{height:14px}.profile-setup__card,.profile-setup__input-card{margin:10px 14px 0;background:var(--color-panel-dark);border-radius:18px;border:1px solid rgba(255,255,255,.08);overflow:hidden}.profile-setup__toggle-row{padding:16px;display:flex;align-items:center;justify-content:space-between}.profile-setup__toggle-label{font-size:18px;font-weight:800;color:#ffffffdb}.profile-setup__toggle{width:56px;height:34px;border-radius:999px;border:0;background:#ffffff29;position:relative}.profile-setup__toggle:disabled{opacity:.6}.profile-setup__toggle.is-on{background:var(--color-primary-pink)}.profile-setup__toggle-knob{position:absolute;top:4px;left:4px;width:26px;height:26px;border-radius:999px;background:#fff;transition:transform .16s ease}.profile-setup__toggle.is-on .profile-setup__toggle-knob{transform:translate(22px)}.profile-setup__hint{padding:10px 14px 0;color:#ffffff9e;font-weight:650}.profile-setup__input-card{padding:18px 16px;display:flex;align-items:center;justify-content:space-between}.profile-setup__input-card--clickable{width:calc(100% - 28px);text-align:left}.profile-setup__input-card--clickable:active{transform:translateY(1px)}.profile-setup__input-placeholder{color:#ffffff9e;font-weight:800;font-size:18px}.profile-setup__input-count{color:#ffffff8c;font-weight:900}.profile-setup__dashed-card{margin:10px 14px 0;border-radius:18px;border:2px dashed rgba(17,17,17,.16);background:#ffffff8c;padding:16px}.profile-setup__dashed-card--clickable{width:calc(100% - 28px);text-align:left}.profile-setup__dashed-card--clickable:active{transform:translateY(1px)}.profile-setup__dashed-title{font-weight:900;font-size:18px}.profile-setup__dashed-sub{margin-top:6px;color:#1111118c;font-weight:700;font-style:italic}.profile-setup__group-title{padding:18px 14px 0;font-size:20px;font-weight:900;color:#ffffffe6}.profile-setup__row{width:100%;display:flex;align-items:center;gap:10px;padding:14px;border:0;background:transparent;border-top:1px solid rgba(255,255,255,.08)}.profile-setup__row:first-child{border-top:0}.profile-setup__row-icon{width:34px;height:34px;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:#ffffff0f;display:flex;align-items:center;justify-content:center;color:#ffffffb3}.profile-setup__mini-icon{width:18px;height:18px;border-radius:6px;background:linear-gradient(135deg,#ff3aa899,#7238ff73)}.profile-setup__row-label{flex:1;text-align:left;font-size:18px;font-weight:800;color:#ffffffdb}.profile-setup__row-value{color:#fff9;font-weight:800}.profile-setup__row-chevron{color:#fff6;display:flex;align-items:center}.profile-setup__bottom-space{height:90px}.profile-setup__sticky{position:sticky;bottom:0;padding:12px 14px 16px;background:linear-gradient(180deg,#15171c00,#15171ceb 28%,#15171c)}.profile-setup__continue{width:100%;height:56px;border-radius:999px;border:0;color:#fff;font-weight:900;font-size:18px;background:linear-gradient(135deg,var(--color-primary-pink),var(--color-deep-magenta));box-shadow:0 18px 55px #0003}.profile-setup__continue:disabled{opacity:.55}.profile-setup__continue:active{transform:translateY(1px)}.profile-setup__gate{margin:14px 14px 0;border-radius:18px;border:1px solid rgba(255,255,255,.1);background:#1e222aeb;padding:14px;display:flex;flex-direction:column;align-items:stretch;gap:12px}.profile-setup__gate-title{font-weight:900;color:#ffffffdb;font-size:16px;letter-spacing:-.01em}.profile-setup__gate-sub{margin-top:4px;color:#ffffffa6;font-weight:700;font-size:12px}.profile-setup__gate-input{width:100%;height:46px;padding:0 12px;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:#262c36f2;color:#ffffffeb;font-weight:800}.profile-setup__gate-wheel{padding-top:4px}.profile-setup__gate-continue{width:100%;height:50px;border-radius:999px;border:0;background:linear-gradient(135deg,var(--color-primary-pink),var(--color-deep-magenta));color:#fff;font-weight:900;font-size:16px;box-shadow:0 18px 55px #00000024}.profile-setup__gate-continue:disabled{opacity:.45}.profile-setup__gate-btn{height:42px;padding:0 14px;border-radius:999px;border:0;background:linear-gradient(135deg,var(--color-primary-pink),var(--color-deep-magenta));color:#fff;font-weight:900}.profile-setup__gate-btn:active{transform:translateY(1px)}.interests-setup__wrap{padding:18px 14px 0}.interests-setup__hint{color:#1119;font-weight:700;margin-bottom:8px}.interests-setup__meta{color:#1116;font-weight:900;margin-bottom:10px}.interests-setup__chips{display:flex;flex-wrap:wrap;gap:10px;padding:14px}.interests-setup__section{margin-top:12px}.interests-setup__section-title{padding:14px 2px 0;font-size:18px;font-weight:900;color:#111111c7}.interests-setup__limit{margin-top:8px;color:#1111118c;font-weight:800}.interests-setup__chip{border:1px solid rgba(17,17,17,.1);background:#1111110a;color:#111111d1;font-weight:900;border-radius:999px;padding:10px 14px}.interests-setup__chip:disabled{opacity:.45}.interests-setup__chip.is-selected{border:0;color:#fff;background:linear-gradient(135deg,var(--color-primary-pink),var(--color-deep-magenta));box-shadow:0 14px 36px #e9405738}.select-setup__wrap{padding:18px 14px 0}.select-setup__hint{color:#ffffff9e;font-weight:700;margin-bottom:10px}.select-setup__list{display:flex;flex-direction:column}.select-setup__row{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px;border:0;background:transparent;border-top:1px solid rgba(255,255,255,.08)}.select-setup__row:first-child{border-top:0}.select-setup__row-label{text-align:left;font-size:18px;font-weight:900;color:#ffffffdb}.select-setup__row-radio{width:24px;height:24px;border-radius:999px;border:2px solid rgba(255,255,255,.22);display:flex;align-items:center;justify-content:center}.select-setup__row-radio-dot{width:12px;height:12px;border-radius:999px;background:transparent}.select-setup__row.is-selected .select-setup__row-radio{border-color:#e94057a6}.select-setup__row.is-selected .select-setup__row-radio-dot{background:linear-gradient(135deg,var(--color-primary-pink),var(--color-deep-magenta))}.profile-field__label{font-size:12px;font-weight:900;color:#ffffff8c;margin-bottom:6px}.profile-field__input,.profile-field__select{width:100%;height:52px;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;padding:0 14px;font-weight:800;font-size:16px;color:#ffffffe6;outline:none}.profile-field__textarea{width:100%;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;padding:12px 14px;font-weight:700;font-size:16px;color:#ffffffe6;outline:none;resize:none}.profile-field__count{margin-top:8px;text-align:right;color:#ffffff80;font-weight:900;font-size:12px}.location-setup__actions{display:flex;flex-direction:column;gap:10px}.location-setup__secondary{width:100%;height:56px;border-radius:999px;border:1px solid rgba(17,17,17,.1);background:#11111108;color:#111111c7;font-weight:900;font-size:18px}.location-setup__secondary:active{transform:translateY(1px)}.location-setup__divider{margin:14px 0;text-align:center;color:#1116;font-weight:900}.location-setup__manual{display:flex;flex-direction:column;gap:10px}.location-setup__save{height:52px;border-radius:14px;border:0;background:linear-gradient(135deg,var(--color-primary-pink),var(--color-deep-magenta));color:#fff;font-weight:900}.location-setup__save:disabled{opacity:.55}.location-setup__save:active{transform:translateY(1px)}.location-setup__status{margin-top:12px;color:#1111118c;font-weight:800;font-size:12px}.height-setup__value{font-size:26px;font-weight:900;margin-bottom:12px;color:#111111e0}.height-picker{display:flex;gap:12px;justify-content:center;padding-bottom:6px}.height-picker__col{display:flex;flex-direction:column;align-items:center}.height-picker__label{font-size:12px;font-weight:900;color:#11111173;margin-bottom:6px}.wheel.wheel--light{background:#ffffffc7;border:1px solid rgba(17,17,17,.1)}.wheel.wheel--light .wheel-item{color:#1111118c;font-weight:800}.wheel.wheel--light .wheel-item[aria-selected=true]{color:#111111eb}.wheel.wheel--light .wheel-highlight{background:#e940570f;border:1px solid rgba(233,64,87,.18)}.wheel.wheel--light:before{background:linear-gradient(180deg,#f3f4f6,#f3f4f600)}.wheel.wheel--light:after{background:linear-gradient(0deg,#f3f4f6,#f3f4f600)}.profile-edit{color:var(--color-text-primary)}.profile-edit__head{display:flex;align-items:center;gap:10px;padding-top:10px;padding-bottom:6px}.profile-edit__back{width:40px;height:40px;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:#ffffffd9}.profile-edit__title{font-size:20px;font-weight:900;letter-spacing:-.01em}.profile-edit__tabs{display:flex;align-items:center;justify-content:center;gap:16px;padding:10px 12px;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06);background:#0000001a;position:sticky;top:var(--top-bar-height);z-index:6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.profile-edit__tab{width:140px;border:0;background:transparent;font-weight:900;font-size:16px;color:#ffffff73}.profile-edit__tab.is-active{color:#ffffffeb}.profile-edit__tabs-divider{width:1px;height:22px;background:#ffffff2e}.profile-edit__preview-dot{display:inline-block;width:10px;height:10px;border-radius:999px;margin-left:6px;background:var(--color-primary-pink);vertical-align:middle}.duos-logo-text{text-transform:lowercase}.tinder-card{border-radius:16px;height:100%;width:100%}.tinder-photo:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000 55%,#0009)}.duo-mosaic{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;grid-template-rows:1fr 1fr}.duo-left,.duo-right{background:#222;background-size:cover;background-position:center}.duo-left{border-bottom:1px solid rgba(0,0,0,.4)}.story-bars{position:absolute;top:8px;left:8px;right:8px;display:flex;gap:6px;z-index:2}.story-bar{flex:1;height:4px;background:#ffffff59;border-radius:999px;overflow:hidden}.story-bar.active{background:#fff}.tinder-gradient-bottom{position:absolute;left:0;right:0;bottom:0;height:40%;background:linear-gradient(180deg,#0000,#0000008c)}.tinder-info{position:absolute;left:16px;right:16px;bottom:16px;color:#fff;z-index:3}.tinder-name{font-size:32px;font-weight:900;letter-spacing:.2px}.tinder-name span{font-weight:700;opacity:.95}.tinder-section{display:flex;align-items:center;gap:8px;font-weight:800;margin-top:6px}.tinder-section-icon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center}.tinder-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.tinder-chip{background:#1119;-webkit-backdrop-filter:saturate(140%) blur(2px);backdrop-filter:saturate(140%) blur(2px);color:#e5e7eb;border:1px solid rgba(255,255,255,.12);padding:8px 12px;border-radius:999px;font-weight:700}.tinder-up{position:absolute;right:12px;bottom:100px;z-index:3;width:40px;height:40px;border-radius:999px;background:#fff3;color:#fff;display:flex;align-items:center;justify-content:center}.actions-bar{position:fixed;left:0;right:0;bottom:calc(var(--bottom-nav-height) - 40px);display:flex;justify-content:space-evenly;align-items:center;z-index:99999;height:80px;pointer-events:auto}.duo-card{background:#111827;border-radius:16px;padding:16px}.duo-head{font-weight:900;margin-bottom:8px}.duo-empty{background:#0b0d12;border:1px dashed rgba(255,255,255,.12);border-radius:12px;padding:12px;text-align:center}.duo-avatars{display:flex;align-items:center;justify-content:center;gap:8px;margin:12px 0}.duo-and{color:#9ca3af;font-weight:900}.duo-actions{display:flex;gap:8px}.duo-btn{flex:1;height:44px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:var(--color-panel-dark);color:#e5e7eb;font-weight:800}.duo-btn.primary{background:linear-gradient(135deg,var(--color-primary-pink),var(--color-flame-coral));color:#fff;border:0}.pairing-card{background:#111827;border-radius:16px;padding:16px;margin-top:8px;display:flex;flex-direction:column;gap:12px}.pairing-head{border-bottom:1px solid rgba(255,255,255,.06);padding-bottom:8px}.pairing-title{font-weight:900}.pairing-sub{color:#9ca3af;font-size:12px}.pairing-status{margin-top:4px;font-size:12px;font-weight:700;color:#4cc790}.pairing-search{margin-top:4px}.pairing-input{width:100%;background:#0b0d12;color:#f5f5f5;border-radius:999px;border:1px solid rgba(255,255,255,.12);padding:10px 14px}.pairing-results{margin-top:8px;border-radius:12px;background:#0b0d12;padding:4px 0;max-height:220px;overflow-y:auto}.pairing-section{margin-top:4px}.pairing-section-title{font-weight:800;font-size:12px;color:#cbd5e1;margin-bottom:4px}.pairing-row{display:flex;align-items:center;justify-content:space-between;padding:6px 0;gap:8px}.pairing-user{display:flex;align-items:center;gap:8px;font-size:14px}.groups-page{display:flex;flex-direction:column;gap:14px}.groups-section{width:100%}.groups-card{background:linear-gradient(135deg,#ffffff0f,#ffffff05);border:1px solid rgba(255,255,255,.08);border-radius:22px;padding:16px;box-shadow:0 18px 45px #00000059}.groups-hero{padding:18px 16px}.groups-card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.groups-card-title{font-size:22px;font-weight:900;letter-spacing:.2px}.groups-card-count{font-size:16px;font-weight:800;color:#fff9;margin-left:6px}.groups-hero-avatars{display:flex;justify-content:center;align-items:center;margin:12px 0 10px}.groups-photo{border-radius:999px;overflow:hidden;border:3px solid rgba(255,255,255,.14);box-shadow:0 12px 28px #00000059;background:#ffffff0f}.groups-photo img{width:100%;height:100%;object-fit:cover;display:block}.groups-photo-fallback{width:100%;height:100%;background:#ffffff14}.groups-hero-name{text-align:center;font-size:34px;font-weight:900;letter-spacing:.2px;margin-top:2px}.groups-hero-sub{text-align:center;font-size:16px;font-weight:700;color:#ffffff9e;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:8px}.groups-hero-sub-icon{color:#ffffffb3;display:inline-flex;align-items:center}.groups-hero-actions{margin-top:16px;display:flex;gap:12px}.groups-btn{flex:1;height:54px;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:#ffffff0f;color:#fff;font-weight:900;font-size:16px}.groups-btn:disabled{opacity:.5}.groups-btn-primary{border:1px solid rgba(255,255,255,.1);background:#ffffff0f;box-shadow:none}.groups-btn-secondary{background:#ffffff0f}.groups-btn-tertiary{height:44px;padding:0 14px;flex:0 0 auto;background:#ffffff0d}.groups-btn-ready{border:1px solid rgba(52,199,89,.4);background:linear-gradient(135deg,#34c75933,#34c7591a);color:#fff;box-shadow:0 4px 12px #34c75926}.groups-btn-ready:hover{background:linear-gradient(135deg,#34c75940,#34c75926)}.groups-btn-notready{border:1px solid rgba(255,59,48,.4);background:linear-gradient(135deg,#ff3b3033,#ff3b301a);color:#fff;box-shadow:0 4px 12px #ff3b3026}.groups-btn-notready:hover{background:linear-gradient(135deg,#ff3b3040,#ff3b3026)}.groups-settings{margin-top:12px;display:flex;align-items:center;justify-content:space-between;gap:12px}.groups-list{display:flex;flex-direction:column;gap:10px;margin-top:6px}.groups-row{display:flex;align-items:center;gap:12px;padding:10px;border-radius:16px;background:#0000001f;border:1px solid rgba(255,255,255,.06)}.groups-row-main{flex:1;min-width:0}.groups-row-title{font-size:18px;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.groups-row-actions{display:flex;gap:8px}.groups-mini-photo{border-radius:999px;overflow:hidden;border:2px solid rgba(255,255,255,.1);background:#ffffff0f}.groups-mini-photo img{width:100%;height:100%;object-fit:cover;display:block}.groups-two-avatars{display:flex;align-items:center}.groups-pill{height:40px;padding:0 14px;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:#ffffff0f;color:#fff;font-weight:900}.groups-pill:disabled{opacity:.5}.groups-pill-primary{border:1px solid rgba(255,255,255,.1);background:#ffffff0f}.groups-subhead{margin-top:6px;font-weight:900;font-size:16px;color:#ffffffc7}.groups-input{width:100%;margin-top:8px;height:48px;padding:0 14px;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:#0000002e;color:#fff;outline:none}.groups-input::placeholder{color:#ffffff73}.groups-cta{width:100%;height:58px;margin-top:8px;border:0;border-radius:999px;color:#fff;font-size:18px;font-weight:900;display:flex;align-items:center;justify-content:center;gap:10px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1)}.groups-cta-icon{display:inline-flex;align-items:center}.groups-toast{margin-top:10px;font-size:12px;color:#ffffffbf}.groups-hero-empty{padding:12px 0 4px}.likes-screen{min-height:100%;background:var(--color-bg-dark);color:#e5e7eb;display:flex;flex-direction:column}.likes-tabs{display:flex;align-items:center;justify-content:space-between;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:999px;padding:3px;gap:3px;margin:6px 0 10px}.likes-tab{flex:1;text-align:center;font-weight:900;font-size:13px;color:#ffffffb3;background:transparent;border:0;padding:10px;border-radius:999px}.likes-tab.active{background:#ffffff24;color:#ffffffeb}.likes-tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 6px;border-radius:999px;margin-left:6px;font-size:12px;font-weight:900;background:#0000004d;color:#ffffffd9}.likes-section-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:10px}.likes-section-title{font-weight:900;font-size:18px}.likes-section-sub{font-size:12px}.likes-match-list{display:flex;flex-direction:column;gap:10px;margin-bottom:14px}.likes-match-row{width:100%;display:flex;align-items:center;gap:12px;padding:12px;border-radius:18px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;box-shadow:0 16px 40px #00000059;color:inherit;text-align:left;cursor:pointer;outline:none}.likes-match-row:hover{background:#ffffff12}.likes-match-row:focus-visible{box-shadow:0 0 0 2px #fd3a7380}.likes-match-avatars{display:flex;align-items:center;background:transparent;border:0;padding:0}.likes-match-avatar{width:44px;height:44px;border-radius:999px;overflow:hidden;border:2px solid rgba(21,23,28,.96);box-shadow:0 10px 24px #00000073}.likes-match-avatar.overlap{margin-left:-12px}.likes-match-main{flex:1;min-width:0}.likes-match-title{font-weight:900;font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.likes-match-sub{font-size:12px;font-weight:800;color:#ffffff8c;margin-top:4px}.likes-match-cta{font-size:26px;font-weight:900;color:#ffffff59;padding-right:2px}.likes-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.likes-empty-text{color:#cbd5e1;font-size:18px;text-align:center;font-weight:900;max-width:560px}.likes-carousel-note{font-size:12px;margin:0 0 8px}.likes-carousel{display:flex;gap:0;overflow-x:auto;scroll-snap-type:x mandatory;padding:0 0 12px;-webkit-overflow-scrolling:touch}.likes-carousel::-webkit-scrollbar{height:0}.likes-carousel-item{flex:0 0 100%;scroll-snap-align:start;scroll-snap-stop:always;padding-right:12px}.likes-carousel-item:last-child{padding-right:0}.likes-carousel-item.clickable{cursor:pointer}.likes-carousel-card{position:relative;height:calc(100dvh - var(--top-bar-height) - var(--bottom-nav-height) - 220px);max-height:72vh;min-height:380px}.likes-carousel-badge{position:absolute;left:12px;top:12px;z-index:6;background:#0000008c;border:1px solid rgba(255,255,255,.14);-webkit-backdrop-filter:saturate(140%) blur(6px);backdrop-filter:saturate(140%) blur(6px);color:#f5f5f5;font-weight:900;font-size:12px;padding:6px 10px;border-radius:999px}.likes-carousel-action{position:absolute;right:12px;top:12px;z-index:6;background:#ffffffeb;color:#111;border:0;font-weight:900;font-size:12px;padding:8px 12px;border-radius:999px}.likes-cta{width:100%;max-width:520px;padding:0 12px}.likes-cta-btn{display:block;text-align:center;height:56px;line-height:56px;border-radius:28px;color:#fff;text-decoration:none;font-weight:900;background:linear-gradient(135deg,var(--color-primary-pink) 0%,var(--color-deep-magenta) 50%,var(--color-flame-coral) 100%);box-shadow:0 12px 30px #00000059}.likes-sent{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:12px}.likes-sent-text{color:#cbd5e1;font-weight:900;text-align:center;max-width:520px}.likes-radar{position:relative;width:min(88vw,560px);height:min(88vw,560px)}.likes-ring{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:9999px;background:radial-gradient(circle,#fd3a7314,#0003);border:1px solid rgba(253,58,115,.25)}.likes-ring.r2{top:12%;right:12%;bottom:12%;left:12%}.likes-ring.r3{top:24%;right:24%;bottom:24%;left:24%}.likes-avatar{position:absolute;left:50%;top:50%;width:120px;height:120px;margin-left:-60px;margin-top:-60px;border-radius:999px;background:var(--color-bg-dark);background-size:cover;background-position:center;box-shadow:0 0 0 4px #fff,0 0 0 8px #fd3a7399}.likes-top-note{color:#cbd5e1;font-weight:900;text-align:center;margin:8px 0 12px}.likes-top-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:0 12px 100px}.top-card{position:relative;border-radius:16px;overflow:hidden;aspect-ratio:3/4;background:var(--color-panel-dark)}.top-photo{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center}.top-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000 55%,#000000b3)}.top-meta{position:absolute;left:12px;right:12px;bottom:10px;color:#fff}.top-name{font-weight:900;font-size:18px}.top-time{color:#fcd34d;font-weight:800;font-size:12px;margin-top:2px}.top-star{position:absolute;right:10px;bottom:10px;width:36px;height:36px;border-radius:999px;background:#111c;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000059}.profile-screen{color:#e5e7eb;min-height:100%}.profile-header{display:flex;align-items:center;gap:14px}.profile-avatar-btn{background:transparent;border:0;padding:0;cursor:pointer}.profile-header-main{flex:1;min-width:0}.profile-gear{background:transparent;border:0;padding:8px;border-radius:999px}.avatar-ring{width:72px;height:72px;border-radius:999px;display:grid;place-items:center;padding:4px}.avatar-inner{width:64px;height:64px;border-radius:999px;background:#1f2937;background-size:cover;background-position:center;box-shadow:0 0 0 3px #111827}.avatar-badge{position:relative;top:-14px;left:30px;background:#fd3a73;color:#fff;font-weight:900;font-size:12px;padding:2px 6px;border-radius:999px;border:2px solid #111827}.profile-name{font-size:28px;font-weight:900;color:#fff}.profile-complete{margin-top:8px;display:inline-flex;align-items:center;gap:10px;height:44px;padding:0 18px;border-radius:999px;border:0;background:#fff;color:#111;font-weight:900}.profile-complete-icon{display:inline-flex}.profile-try-card{width:100%;margin-top:14px;border-radius:22px;padding:18px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(135deg,#ffffff0f,#ffffff05);box-shadow:0 18px 45px #00000059;color:#fff;display:flex;align-items:center;gap:12px;text-align:left}.profile-try-title{font-size:26px;font-weight:900}.profile-try-sub{margin-top:2px;font-size:16px;font-weight:700;color:#fff9}.profile-chevron{margin-left:auto;font-size:28px;color:#ffffff73}.profile-section-title{margin-top:18px;font-size:24px;font-weight:900}.profile-duo-avatars{display:flex;align-items:center}.profile-duo-avatar{width:56px;height:56px;border-radius:999px;overflow:hidden;border:2px solid rgba(255,255,255,.1);background:#ffffff0f;box-shadow:0 10px 24px #00000059}.profile-duo-avatar img{width:100%;height:100%;object-fit:cover;display:block}.profile-duo-mid{flex:1;min-width:0}.profile-duo-name{font-size:22px;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-duo-pill{margin-top:8px;height:38px;padding:0 14px;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:#ffffff0f;color:#fff;font-weight:900}.profile-duo-right{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.profile-duo-time{font-size:16px;font-weight:900;color:#ffffff8c}.profile-duo-dot{width:10px;height:10px;border-radius:999px;background:var(--color-primary-pink)}.profile-my-profile-card{cursor:pointer}.profile-my-profile-card:hover{transform:translateY(-1px);box-shadow:0 22px 55px #0006}.profile-my-profile-card:focus-visible{outline:2px solid rgba(253,58,115,.65);outline-offset:2px}.profile-my-profile-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.profile-my-profile-edit{display:flex;align-items:center;gap:2px;font-size:14px;font-weight:700;color:#fff9}.profile-photo-preview-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:12px}.profile-photo-preview-item{aspect-ratio:3/4;border-radius:12px;border:0;padding:0;background-size:cover;background-position:center;background-color:#ffffff0f;cursor:pointer;position:relative;overflow:hidden}.profile-photo-preview-item:hover{opacity:.9}.profile-photo-more-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:900;color:#fff}.profile-photo-nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:999px;border:0;background:#00000080;color:#fff;font-size:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.profile-photo-nav:hover{background:#000000b3}.profile-photo-nav-prev{left:8px}.profile-photo-nav-next{right:8px}.profile-photo-dots{display:flex;justify-content:center;gap:8px;margin-top:16px;padding-bottom:8px}.profile-photo-dot{width:8px;height:8px;border-radius:999px;border:0;background:#ffffff4d;cursor:pointer;padding:0}.profile-photo-dot.active{background:#fff}.profile-bio-preview{font-size:14px;line-height:1.5;color:#fffc;margin-bottom:12px}.profile-tags-row{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.profile-tag{padding:5px 10px;border-radius:999px;font-size:12px;font-weight:700}.profile-tag.looking-for{background:linear-gradient(135deg,#fd3a7333,#3ca4ff26);border:1px solid rgba(253,58,115,.25);color:#fffffff2}.profile-tag.interest{background:#ffffff14;border:1px solid rgba(255,255,255,.12);color:#fffc}.profile-tag.more{background:#ffffff1f;border:1px solid rgba(255,255,255,.18);color:#ffffffe6}.profile-basic-info{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:12px}.profile-info-item{display:flex;flex-direction:column;gap:2px}.profile-info-label{font-size:11px;font-weight:700;color:#ffffff80;text-transform:uppercase;letter-spacing:.3px}.profile-info-value{font-size:14px;font-weight:700;color:#fffffff2}.profile-completion-hint{display:flex;flex-direction:column;gap:6px;padding-top:10px;border-top:1px solid rgba(255,255,255,.08)}.profile-completion-bar{height:4px;background:#ffffff1a;border-radius:999px;overflow:hidden}.profile-completion-fill{height:100%;background:linear-gradient(90deg,#fd3a73,#ff5864);border-radius:999px;transition:width .3s ease}.profile-completion-text{font-size:12px;font-weight:700;color:#fff9}.avatar-badge.complete{background:#34c759}.profile-complete.is-complete{background:#34c759;color:#fff}.profile-complete.is-complete .profile-complete-icon{font-size:14px}.profile-stats-card{padding:16px}.profile-stats-grid{display:grid;grid-template-columns:1fr auto 1fr;gap:12px;align-items:center}.profile-stat-item{display:flex;align-items:center;gap:12px;padding:8px;border-radius:14px;background:transparent;border:0;color:inherit;cursor:pointer;transition:background .15s ease;text-align:left}.profile-stat-item:hover{background:#ffffff0d}.profile-stat-item:active{transform:scale(.98)}.profile-stat-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.profile-stat-icon.fires{background:linear-gradient(135deg,#ff586433,#ff58640d);border:1px solid rgba(255,88,100,.25)}.profile-stat-icon.rewinds{background:linear-gradient(135deg,#3ca4ff33,#3ca4ff0d);border:1px solid rgba(60,164,255,.25)}.profile-stat-icon img{width:33px;height:33px;object-fit:contain}.profile-stat-content{display:flex;flex-direction:column;gap:2px}.profile-stat-value{font-size:24px;font-weight:900;line-height:1}.profile-stat-label{font-size:13px;font-weight:700;color:#ffffff8c}.profile-stats-divider{width:1px;height:40px;background:#ffffff1a}.profile-subscription-row{display:flex;align-items:center;justify-content:space-between;margin-top:14px;padding-top:14px;border-top:1px solid rgba(255,255,255,.08);background:transparent;border-left:0;border-right:0;border-bottom:0;color:inherit;cursor:pointer;width:100%}.profile-subscription-row:hover .profile-subscription-arrow{color:#fffffff2}.profile-subscription-left{display:flex;align-items:center;gap:12px}.profile-plan-badge{padding:6px 12px;border-radius:999px;font-size:13px;font-weight:900}.profile-plan-badge.free{background:#ffffff1a;border:1px solid rgba(255,255,255,.15);color:#ffffffe6}.profile-plan-badge.plus{background:linear-gradient(135deg,#e11d484d,#e11d4826);border:1px solid rgba(225,29,72,.4);color:#fff}.profile-plan-badge.gold{background:linear-gradient(135deg,#9e7a2f66,#9e7a2f33);border:1px solid rgba(158,122,47,.5);color:#fff}.profile-subscription-label{font-size:14px;font-weight:700;color:#ffffff8c}.profile-subscription-arrow{display:flex;align-items:center;gap:2px;font-size:14px;font-weight:800;color:#ffffffb3;transition:color .15s ease}.upgrade-slider{display:grid;grid-auto-flow:column;grid-auto-columns:100%;overflow-x:auto;gap:12px;scroll-snap-type:x mandatory}.plan-card{scroll-snap-align:center;border-radius:22px;padding:20px;color:#fff;border:1px solid rgba(255,255,255,.1);box-shadow:0 18px 45px #00000059;cursor:pointer;background:linear-gradient(180deg,#ffffff14,#ffffff05);-webkit-backdrop-filter:blur(10px) saturate(140%);backdrop-filter:blur(10px) saturate(140%)}.plan-card:focus{outline:2px solid rgba(253,58,115,.65);outline-offset:2px}.plan-card--gold{border-color:#d4af374d;background:linear-gradient(180deg,#d4af3726,#0006)}.plan-card--gold .plan-badge,.plan-card--gold .plan-cta{background:linear-gradient(135deg,#d4af37,#b8941f);color:#000}.plan-card--gold .plan-check{color:#d4af37}.plan-card--plus{border-color:#fd3a734d;background:linear-gradient(180deg,#fd3a731f,#0006)}.plan-card--plus .plan-badge,.plan-card--plus .plan-cta{background:linear-gradient(135deg,var(--color-primary-pink),var(--color-deep-magenta));color:#fff}.plan-card--plus .plan-check{color:var(--color-primary-pink)}.plan-header{margin-bottom:16px}.plan-title-row{display:flex;align-items:center;gap:10px;margin-bottom:4px}.plan-brand{font-size:26px;font-weight:900;letter-spacing:-.02em}.plan-badge{padding:4px 10px;border-radius:8px;font-size:13px;font-weight:900}.plan-price{font-size:18px;font-weight:800;color:#ffffffb3;margin-bottom:4px}.plan-description{font-size:14px;font-weight:600;color:#ffffff8c}.plan-cta{width:100%;height:48px;border-radius:999px;border:0;font-size:16px;font-weight:900;margin-bottom:20px;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.plan-cta:hover{transform:translateY(-1px);box-shadow:0 8px 20px #0000004d}.plan-cta:active{transform:scale(.98)}.plan-features{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.plan-feature{display:flex;align-items:center;gap:12px;padding:10px 14px;border-radius:12px;background:#00000040;border:1px solid rgba(255,255,255,.06)}.plan-check{font-size:16px;font-weight:900;flex-shrink:0}.plan-feature-text{font-size:15px;font-weight:700;color:#fffffff2}.plan-footer{text-align:center;padding-top:12px;border-top:1px solid rgba(255,255,255,.08)}.plan-see-all{background:transparent;border:0;color:#fff9;font-size:14px;font-weight:800;cursor:pointer;padding:8px 16px;border-radius:999px;transition:color .15s ease,background .15s ease}.plan-see-all:hover{color:#fffffff2;background:#ffffff14}.dots{display:flex;gap:8px;justify-content:center;padding:8px 0}.dot{width:8px;height:8px;background:#374151;border-radius:999px}.dot.active{background:#fff}.complete-btn{background:#fff;color:#111;border:0;border-radius:999px;padding:10px 14px;font-weight:800}.promo-card{background:#111827;border-radius:16px;padding:16px;display:flex;align-items:center;gap:12px}.duo-profile-card{margin-top:12px;background:#111827;border-radius:16px;padding:12px 14px}.settings-screen{min-height:100%}.settings-header{display:flex;align-items:center;justify-content:space-between;padding:0 4px}.settings-back{width:40px;height:40px;border-radius:12px;border:0;background:transparent;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}.settings-back:hover{background:#ffffff0d}.settings-title{font-size:20px;font-weight:900}.settings-sub-card{padding:18px;cursor:pointer;transition:transform .15s ease}.settings-sub-card:hover{transform:translateY(-1px)}.settings-sub-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.settings-sub-left{display:flex;align-items:center;gap:10px}.settings-sub-brand{font-size:26px;font-weight:900;letter-spacing:-.02em}.settings-sub-badge{padding:4px 10px;border-radius:8px;font-size:13px;font-weight:900}.settings-sub-badge.free{background:#ffffff1a;border:1px solid rgba(255,255,255,.15);color:#ffffffe6}.settings-sub-badge.plus{background:linear-gradient(135deg,var(--color-primary-pink),var(--color-deep-magenta));color:#fff}.settings-sub-badge.gold{background:linear-gradient(135deg,#d4af37,#b8941f);color:#000}.settings-sub-arrow{color:#fff6}.settings-sub-features{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin-bottom:14px}.settings-sub-feature{font-size:13px;font-weight:700;color:#ffffffb3}.settings-sub-dot{width:4px;height:4px;border-radius:999px;background:#ffffff4d}.settings-sub-cta{width:100%;height:44px;border-radius:999px;border:0;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);color:#fff;font-size:15px;font-weight:900;cursor:pointer;transition:background .15s ease}.settings-sub-cta:hover{background:#ffffff26}.settings-sub-msg{margin-top:10px;font-size:12px;font-weight:700;color:#fff9;text-align:center}.settings-card{padding:8px 0}.set-section-head{font-size:13px;font-weight:800;color:#ffffff80;margin-bottom:8px;letter-spacing:.3px;text-transform:uppercase}.settings-row{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;gap:16px}.settings-row--stacked{flex-direction:column;align-items:flex-start;gap:12px}.settings-row--clickable{cursor:pointer;background:transparent;border:0;width:100%;color:inherit;font:inherit;text-align:left}.settings-row--clickable:hover{background:#ffffff08}.settings-row-main{flex:1;min-width:0}.settings-row-label{font-size:16px;font-weight:800;color:#fffffff2}.settings-row-desc{font-size:13px;font-weight:600;color:#ffffff80;margin-top:2px}.settings-row-action{padding:6px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.15);background:#ffffff14;color:#fff;font-size:13px;font-weight:900;cursor:pointer;white-space:nowrap}.settings-row-action:hover{background:#ffffff1f}.settings-row-action:disabled{opacity:.5;cursor:not-allowed}.settings-row-msg{padding:8px 18px 12px;font-size:12px;font-weight:700;color:#fff9}.settings-divider{height:1px;background:#ffffff0f;margin:0 18px}.settings-toggle{width:52px;height:32px;border-radius:999px;border:0;background:#ffffff26;position:relative;cursor:pointer;padding:0;transition:background .2s ease}.settings-toggle.is-on{background:var(--color-primary-pink)}.settings-toggle-knob{position:absolute;top:4px;left:4px;width:24px;height:24px;border-radius:999px;background:#fff;transition:transform .2s ease;box-shadow:0 2px 4px #0003}.settings-toggle.is-on .settings-toggle-knob{transform:translate(20px)}.settings-toggle:disabled{opacity:.5;cursor:not-allowed}.settings-slider-wrap{display:flex;align-items:center;gap:12px;width:100%}.settings-slider{flex:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:6px;border-radius:999px;background:#ffffff1a;outline:none}.settings-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border-radius:999px;background:var(--color-primary-pink);cursor:pointer;box-shadow:0 2px 8px #fd3a7366}.settings-slider::-moz-range-thumb{width:20px;height:20px;border-radius:999px;background:var(--color-primary-pink);cursor:pointer;border:0;box-shadow:0 2px 8px #fd3a7366}.settings-slider-value{font-size:14px;font-weight:800;color:#ffffffb3;min-width:70px;text-align:right}.settings-age-range{display:flex;align-items:center;gap:10px;width:100%}.settings-select{flex:1;height:40px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#0003;color:#fff;font-size:15px;font-weight:700;padding:0 12px;cursor:pointer}.settings-select:focus{outline:none;border-color:#fd3a7380}.settings-age-to{font-size:14px;font-weight:700;color:#ffffff80}.settings-footer{padding-top:32px;padding-bottom:40px;text-align:center}.settings-logout{padding:12px 24px;border-radius:999px;border:1px solid rgba(255,255,255,.15);background:#ffffff0f;color:#fff;font-size:15px;font-weight:900;cursor:pointer;transition:background .15s ease}.settings-logout:hover{background:#ffffff1a}.settings-version{margin-top:20px;font-size:13px;font-weight:700;color:#ffffff59}.settings-delete{margin-top:24px;font-size:13px;font-weight:700;color:#ffffff59;background:transparent;border:0;cursor:pointer;padding:8px 16px;transition:color .15s ease}.settings-delete:hover{color:#ff6464cc}.settings-delete:disabled{opacity:.5;cursor:not-allowed}.chat-bubble.is-image{padding:4px;overflow:hidden;background:transparent!important;border:0!important}.chat-image{max-width:240px;max-height:320px;border-radius:18px;cursor:pointer;object-fit:cover;display:block}.chat-image-uploading{position:relative;max-width:240px;max-height:320px;border-radius:18px;overflow:hidden}.chat-image-uploading img{width:100%;height:100%;object-fit:cover;filter:brightness(.6)}.upload-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.upload-spinner{width:32px;height:32px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:999px;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.chat-attach-menu{position:absolute;bottom:calc(100% + 8px);left:0;background:#1e222afa;border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:8px;box-shadow:0 12px 40px #00000080;z-index:100;min-width:140px}.chat-attach-item{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:12px;border:0;background:transparent;color:#fff;font-size:15px;font-weight:700;cursor:pointer;width:100%;text-align:left;transition:background .15s ease}.chat-attach-item:hover{background:#ffffff14}.accent{color:#fb7185}.bn-center{position:relative;margin-top:-20px}.bn-center-btn{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#fd3a73,#6366f1);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #fd3a7366;border:3px solid rgba(21,23,28,.8);transition:transform .2s ease,box-shadow .2s ease}.bn-center-btn:hover{transform:scale(1.05);box-shadow:0 10px 30px #fd3a7380}.bn-center-btn:active{transform:scale(.95)}::-webkit-scrollbar{width:0;height:0}.chat-grid-card{transition:transform .2s ease,box-shadow .2s ease}.chat-grid-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #0000004d}.link-mode-indicator{animation:pulse-link 2s ease-in-out infinite}@keyframes pulse-link{0%,to{opacity:1}50%{opacity:.7}}@keyframes float{0%,to{transform:rotateY(-20deg) rotateX(10deg) rotate(-5deg) translateY(0)}50%{transform:rotateY(-20deg) rotateX(10deg) rotate(-5deg) translateY(-20px)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.reveal-text{animation:fadeInUp .8s cubic-bezier(.2,.8,.2,1) forwards;opacity:0}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.glass-btn{transition:all .3s ease}.glass-btn:hover{transform:translateY(-2px);background:#ffffff40;box-shadow:0 10px 20px #0000004d}.glass-btn-primary{transition:all .3s ease}.glass-btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 20px #ec48994d}.story-ring{background:linear-gradient(135deg,#fd3a73,#fbbf24,#ec4899,#8b5cf6,#fd3a73);padding:3px;border-radius:50%}.story-ring-unviewed{background:linear-gradient(135deg,#fd3a73,#6366f1)}.link-badge{position:absolute;top:-4px;right:-4px;width:14px;height:14px;background:#fd3a73;border-radius:50%;border:2px solid #0f0c29}.chat-card-unread{box-shadow:0 0 20px #fd3a7333}.masonry-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;align-items:start}.masonry-item:nth-child(odd){margin-top:0}.masonry-item:nth-child(2n){margin-top:32px}.app-shell main{animation:pageEnter .2s ease-out}@keyframes pageEnter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.app-shell{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column}.app-shell main{flex:1;position:relative;will-change:transform;transform:translateZ(0)}html{scroll-behavior:smooth}.bottom-nav{touch-action:manipulation}.bn-item{touch-action:manipulation;-webkit-tap-highlight-color:transparent}button,.bn-item,a{touch-action:manipulation}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}.app-shell main{animation:none}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.lazy-load-section{content-visibility:auto;contain-intrinsic-size:0 500px}.gpu-accelerated{transform:translateZ(0);will-change:transform;backface-visibility:hidden}
