@import "https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap";*,:before,:after{box-sizing:border-box;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-user-drag:none;margin:0;padding:0}img,video{pointer-events:none;-webkit-user-drag:none;draggable:false}:root{--color-bg:#000;--color-surface:#111113;--color-card:#1a1a1e;--color-card-hover:#222228;--color-border:#ffffff14;--color-border-hover:#ffffff24;--color-border-active:#e1306c80;--gradient-brand:linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);--gradient-progress:linear-gradient(90deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);--text-primary:#fff;--text-secondary:#ffffff80;--text-muted:#ffffff4d;--accent-pink:#e1306c;--accent-purple:#833ab4;--accent-orange:#f09433;--space-xs:6px;--space-sm:12px;--space-md:20px;--space-lg:32px;--space-xl:48px;--radius-sm:10px;--radius-md:14px;--radius-lg:20px;--radius-full:9999px;--ease-smooth:cubic-bezier(.4, 0, .2, 1);--duration-fast:.18s;--duration-normal:.28s}html{scroll-behavior:smooth}body{background-color:var(--color-bg);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100dvh;font-family:Inter,system-ui,-apple-system,sans-serif;overflow-x:hidden}#root{justify-content:center;align-items:center;min-height:100dvh;display:flex}::-webkit-scrollbar{width:3px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{border-radius:var(--radius-full);background:#ffffff26}::selection{color:#fff;background:#e1306c4d}.sr-only{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.analysis-loading-screen{background:var(--color-bg);flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:480px;min-height:100dvh;padding:24px;display:flex}.login-screen-wrapper{background:var(--color-bg);flex-direction:column;width:100%;max-width:480px;min-height:100dvh;padding:24px 20px 40px;display:flex;overflow-y:auto}.analysis-box{text-align:center;flex-direction:column;align-items:center;max-width:320px;display:flex}.analysis-spinner{border:3px solid #ffffff14;border-top-color:#5c60f5;border-radius:50%;width:44px;height:44px;margin-bottom:24px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.analysis-title{color:var(--text-primary);letter-spacing:-.3px;margin-bottom:12px;font-size:22px;font-weight:800}.analysis-subtitle{color:var(--text-secondary);font-size:14px;font-weight:400;line-height:1.6}.analysis-subtitle strong{color:#5c60f5}.quiz-screen{background:var(--color-bg);flex-direction:column;width:100%;max-width:480px;min-height:100dvh;display:flex}.quiz-topbar{flex-direction:column;flex-shrink:0;display:flex}.quiz-nav-row{align-items:center;padding:10px 12px 6px;display:flex}.quiz-nav-btn{width:40px;height:40px;color:var(--text-primary);cursor:pointer;background:#ffffff14;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .16s,transform .12s;display:flex}.quiz-nav-btn:hover:not(:disabled){background:#ffffff21;transform:scale(1.05)}.quiz-nav-btn:active:not(:disabled){background:#ffffff2e;transform:scale(.95)}.quiz-nav-btn:disabled{opacity:.28;cursor:default}.quiz-progress-container{gap:6px;width:100%;height:3px;padding:0;display:flex}.quiz-progress-segment{background:#ffffff14;border-radius:2px;flex:1;height:100%;position:relative;overflow:hidden}.quiz-progress-segment-fill{background:linear-gradient(90deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);background-size:var(--bg-size);background-position:var(--bg-pos);clip-path:inset(0 100% 0 0);border-radius:2px;width:100%;height:100%;transition:clip-path .42s cubic-bezier(.4,0,.2,1)}.quiz-progress-segment-fill.filled{clip-path:inset(0 0% 0 0)}.quiz-content{flex-direction:column;flex:1;padding:0 20px 40px;display:flex;overflow-y:auto}@media (width>=480px){.quiz-screen{max-width:480px}.quiz-content{padding:0 24px 40px}}.quiz-screen.no-header .quiz-content{padding-top:32px}.step-header{flex-direction:column;margin-bottom:28px;display:flex}.brand-section{flex-direction:column;align-items:center;gap:8px;margin-bottom:32px;padding-top:33px;display:flex}.brand-avatar{background:var(--gradient-brand);border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:4px;padding:3px;display:flex}.brand-avatar>svg{background:var(--color-bg);width:66px;height:66px;color:var(--text-primary);fill:currentColor;border-radius:50%;padding:16px}.brand-name{color:var(--text-primary);letter-spacing:-.2px;text-align:center;font-size:15px;font-weight:700}.brand-sub{color:var(--text-secondary);text-align:center;font-size:12px;font-weight:400}.question-block{flex-direction:column;gap:10px;display:flex}.question-title{color:var(--text-primary);letter-spacing:-.3px;text-align:center;font-size:20px;font-weight:700;line-height:1.3}.question-subtitle{color:var(--text-secondary);text-align:center;font-size:13.5px;font-weight:400;line-height:1.5}.option-hidden-input{opacity:0;pointer-events:none;width:0;height:0;position:absolute}.option-card{cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;background:0 0;border:1px solid #ffffff1a;border-radius:12px;justify-content:space-between;align-items:center;width:100%;padding:16px;transition:all .16s;display:flex}.option-card:active{background:#ffffff08;transform:scale(.98)}.option-card.checked{background:#ffffff0d;border-color:#ffffff4d}.option-text{text-align:left;flex-direction:column;flex:1;gap:4px;min-width:0;padding-right:12px;display:flex}.option-label{color:#fff;font-size:14.5px;font-weight:600;line-height:1.3}.option-sublabel{color:#ffffff80;font-size:12.5px;line-height:1.4}.option-circle{border:1.5px solid #ffffff38;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;transition:all .16s;display:flex}.option-circle.checked{background:#fff;border-color:#fff}.option-dot{opacity:0;background:#000;border-radius:50%;width:8px;height:8px;transition:opacity .16s}.option-circle.checked .option-dot{opacity:1}.primary-btn{cursor:pointer;width:100%;transition:transform var(--duration-fast) var(--ease-smooth), background var(--duration-fast) var(--ease-smooth), box-shadow var(--duration-fast) var(--ease-smooth), opacity var(--duration-fast) var(--ease-smooth);background:#5c60f5;border:none;border-radius:16px;outline:none;padding:17px 24px;position:relative}.primary-btn:focus-visible{box-shadow:0 0 0 3px #5c60f566}.primary-btn:hover:not(:disabled){background:#6b6ff7;box-shadow:0 8px 28px #5c60f559}.primary-btn:active:not(:disabled){background:#5057f0;transform:scale(.98)}.primary-btn:disabled{opacity:.35;cursor:not-allowed}.primary-btn-spinner{border:2.5px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:22px;height:22px;margin:0 auto;animation:.75s linear infinite btn-spin;display:block}@keyframes btn-spin{to{transform:rotate(360deg)}}.primary-btn-label{color:#fff;letter-spacing:.1px;pointer-events:none;font-family:Inter,sans-serif;font-size:16px;font-weight:600}.step{flex-direction:column;flex:1;display:flex}.option-list{flex-direction:column;gap:8px;margin-bottom:20px;display:flex}.step-btn-wrap{margin-top:4px}.gender-grid{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:24px;display:grid}.gender-card{cursor:pointer;transition:all var(--duration-fast) var(--ease-smooth);-webkit-tap-highlight-color:transparent;text-align:center;color:var(--text-primary);background:0 0;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:24px 14px;font-family:Inter,sans-serif;display:flex;position:relative}.gender-card:hover{background:#ffffff08}.gender-card:active{transform:scale(.97)}.gender-card.checked{background:#ffffff0d;border-color:#ffffff4d}.gender-icon{color:#fffc;justify-content:center;align-items:center;display:flex}.gender-label{color:var(--text-primary);font-size:16px;font-weight:700}.gender-badge{width:20px;height:20px;animation:popIn .2s var(--ease-smooth);background:#5c60f5;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:10px;right:10px}@keyframes popIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.trust-badge{background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;align-items:center;gap:8px;margin-bottom:20px;padding:12px 16px;display:flex}.trust-icon{color:var(--text-secondary);flex-shrink:0}.trust-text{color:var(--text-secondary);font-size:11.5px;line-height:1.4}.login-input-group{flex-direction:column;margin-bottom:24px;display:flex}.login-input-wrapper{transition:all var(--duration-normal) var(--ease-smooth);background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;align-items:center;display:flex;position:relative;overflow:hidden}.login-input-wrapper:focus-within{background:#ffffff0f;border-color:#5c60f5;box-shadow:0 0 0 4px #5c60f51a}.login-input-wrapper.active{border-color:#fff3}.input-prefix-icon{color:#fff6;transition:color var(--duration-fast) var(--ease-smooth);justify-content:center;align-items:center;padding-left:18px;display:flex}.login-input-wrapper:focus-within .input-prefix-icon,.login-input-wrapper.active .input-prefix-icon{color:#fff}.login-username-field{color:#fff;background:0 0;border:none;outline:none;width:100%;padding:18px 18px 18px 14px;font-family:Inter,sans-serif;font-size:16px;font-weight:500}.login-username-field::placeholder{color:#ffffff4d;font-weight:400}.sr-only{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.login-stats{color:var(--text-secondary);opacity:.8;justify-content:center;align-items:center;gap:8px;margin-top:24px;font-size:12.5px;font-weight:500;display:flex}.live-dot{background-color:#10b981;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite pulseDot;box-shadow:0 0 8px #10b98199}@keyframes pulseDot{0%{opacity:.6;transform:scale(.9)}50%{opacity:1;transform:scale(1.2)}to{opacity:.6;transform:scale(.9)}}.tut-overlay{z-index:9999;background:#000000f5;flex-direction:column;justify-content:center;align-items:center;padding:0 24px;animation:.2s tut-fade;display:flex;position:fixed;inset:0}@keyframes tut-fade{0%{opacity:0}to{opacity:1}}.tut-topbar{align-items:center;gap:10px;padding:16px 20px 0;display:flex;position:absolute;top:0;left:0;right:0}.tut-segs{flex:1;gap:4px;display:flex}.tut-seg{background:#ffffff26;border-radius:2px;flex:1;height:2px;overflow:hidden}.tut-seg-fill{background:#fff;border-radius:2px;height:100%;transition:width .15s linear}.tut-close-btn{cursor:pointer;color:#ffffffbf;background:#ffffff1a;border:1px solid #ffffff1f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s,color .15s;display:flex}.tut-close-btn:hover{color:#fff;background:#ffffff2b}.tut-close-btn:active{background:#ffffff3d}.tut-body{width:100%;max-width:360px;animation:.32s cubic-bezier(.22,1,.36,1) tut-in}@keyframes tut-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.tut-intro,.tut-end{flex-direction:column;gap:16px;display:flex}.tut-intro-icon,.tut-end-icon{color:#ffffffd9;background:#ffffff0f;border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.tut-end-icon{background:#22c55e14;border:1px solid #22c55e2e}.tut-intro-h,.tut-end-h{color:#fff;letter-spacing:-.5px;margin:0;font-size:24px;font-weight:700;line-height:1.2}.tut-intro-p,.tut-end-p{color:#ffffff73;margin:0;font-size:15px;line-height:1.65}.tut-end-luck{color:#ffffffa6;margin:0;font-size:15px;font-weight:600}.tut-cta{color:#000;cursor:pointer;letter-spacing:-.2px;background:#fff;border:none;border-radius:14px;width:100%;margin-top:8px;padding:16px;font-size:16px;font-weight:700;transition:opacity .15s}.tut-cta:active{opacity:.82}.tut-step{flex-direction:column;gap:24px;display:flex}.tut-card-wrap{border-radius:16px;position:relative;overflow:visible}.tut-ig-card{background:#1a1a1a;border-radius:16px;overflow:hidden}.tut-ig-topbar{color:#ffffffd9;border-bottom:1px solid #ffffff0d;align-items:center;gap:10px;padding:14px 16px 12px;display:flex}.tut-ig-handle{color:#fff;letter-spacing:-.2px;flex:1;font-size:15px;font-weight:600}.tut-ig-topbar-actions{color:#fff9;gap:14px;display:flex}.tut-ig-body{align-items:center;gap:16px;padding:16px;display:flex}.tut-brand-av{color:#fff;background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.tut-ig-meta{flex-direction:column;flex:1;gap:8px;min-width:0;display:flex}.tut-ig-fullname{color:#ffffffe6;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.tut-ig-stats{gap:12px;display:flex}.tut-ig-stat{flex-direction:column;align-items:center;gap:1px;display:flex}.tut-ig-stat b{color:#fff;font-size:14px;font-weight:700;line-height:1}.tut-ig-stat span{color:#ffffff59;font-size:11px}.tut-draw-svg{pointer-events:none;z-index:10;position:absolute;top:0;left:0;overflow:visible}.tut-draw-ellipse{stroke-dashoffset:var(--circ);animation:1.1s cubic-bezier(.25,.46,.45,.94) forwards tut-draw}@keyframes tut-draw{0%{stroke-dashoffset:var(--circ)}to{stroke-dashoffset:0}}.tut-text-row{align-items:flex-start;gap:14px;display:flex}.tut-step-num{color:#fff3;letter-spacing:.12em;font-variant-numeric:tabular-nums;flex-shrink:0;padding-top:3px;font-size:11px;font-weight:700}.tut-typewriter{color:#fffc;min-height:74px;margin:0;font-size:15px;line-height:1.65}.tut-cur{vertical-align:text-bottom;background:#fff9;width:1.5px;height:1em;margin-left:2px;animation:.75s step-end infinite tut-blink;display:inline-block}@keyframes tut-blink{0%,to{opacity:1}50%{opacity:0}}.profile-confirm-screen{width:100%;animation:fadeIn .28s var(--ease-smooth);flex-direction:column;gap:24px;display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.confirm-eyebrow{color:var(--text-secondary);text-align:center;letter-spacing:.02em;font-size:13px;font-weight:500}.profile-block{flex-direction:column;gap:12px;display:flex}.profile-row{align-items:center;gap:20px;display:flex}.avatar-ring{background:linear-gradient(135deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);border-radius:50%;flex-shrink:0;width:86px;height:86px;padding:2.5px}.avatar-inner{border:3px solid #000;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex;overflow:hidden}.avatar-img{object-fit:cover;width:100%;height:100%}.avatar-fallback{background:#c9c9c9;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex;overflow:hidden}.profile-right{flex-direction:column;flex:1;gap:10px;min-width:0;display:flex}.profile-handle-row{align-items:center;gap:6px;min-width:0;display:flex}.lock-icon{width:14px;height:14px;color:var(--text-secondary);flex-shrink:0}.profile-handle{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:600;overflow:hidden}.profile-stats{justify-content:space-between;display:flex}.stat-item{flex-direction:column;align-items:flex-start;gap:2px;display:flex}.stat-num{color:var(--text-primary);letter-spacing:-.2px;font-size:16px;font-weight:700}.stat-label{color:var(--text-primary);font-size:11.5px;font-weight:400}.profile-bio{color:var(--text-primary);font-size:14px;font-weight:400;line-height:1.55}.bio-link{color:#4c9de8}.followed-by{align-items:center;gap:10px;margin-top:2px;display:flex}.followed-avatars{flex-shrink:0;align-items:center;display:flex}.followed-avatar{border:2px solid #000;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex;overflow:hidden}.followed-avatar.avatar-default{padding:0;overflow:hidden}.followed-avatar+.followed-avatar{margin-left:-8px}.followed-text{color:var(--text-primary);font-size:12.5px;line-height:1.45}.followed-text strong{color:var(--text-primary);font-weight:600}.private-profile-block{color:var(--text-primary);background:#121212;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:14px;padding:28px 20px;display:flex}.private-profile-block svg{color:var(--text-primary);opacity:.85}.private-profile-block p{color:var(--text-primary);text-align:center;margin:0;font-size:18px;font-weight:700}.private-profile-sub{color:var(--text-secondary);text-align:center;font-size:12.5px;line-height:1.5}.limit-warning{color:#d23246e6;background:#dc274312;border:1px solid #dc274338;border-radius:10px;align-items:flex-start;gap:8px;padding:11px 13px;display:flex}.limit-warning span{font-size:12px;font-weight:400;line-height:1.5}.confirm-actions{gap:10px;display:flex}.btn-secondary,.btn-primary{cursor:pointer;height:48px;transition:all var(--duration-fast) var(--ease-smooth);border:none;border-radius:12px;justify-content:center;align-items:center;gap:6px;font-size:15px;font-weight:600;display:flex}.btn-secondary{color:var(--text-primary);background:#ffffff17;flex:1}.btn-secondary:hover{background:#ffffff21}.btn-primary{color:#fff;background:#5c60f5;flex:1.6}.btn-primary:hover{background:#6b6ff7;box-shadow:0 8px 28px #5c60f559}.btn-secondary:active,.btn-primary:active{transform:scale(.97)}:root{--fl-bg:#000;--fl-bar-bg:#2c2c2e;--fl-bar-border:#ffffff12;--fl-bar-color:#ffffff73;--fl-url-bg:#ffffff1a;--fl-url-text:#ffffffd1;--fl-bar-pressed:#ffffff1f;--fl-logo:#fff;--fl-input-bg:#121212;--fl-input-border:#363636;--fl-input-color:#fff;--fl-placeholder:#737373;--fl-input-focus:#a8a8a8;--fl-card-border:#262626;--fl-sub:#a8a8a8;--fl-spinner-track:#ffffff26;--fl-muted:#737373}.fl-screen{background:var(--fl-bg);z-index:100;flex-direction:column;display:flex;position:fixed;inset:0;overflow:clip}.fl-bar-wrap{z-index:1;flex-shrink:0;height:44px;transition:height .32s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.fl-bar-wrap--compact{height:30px}.fl-webview-bar{background:var(--fl-bar-bg);border-bottom:1px solid var(--fl-bar-border);height:44px;color:var(--fl-bar-color);align-items:center;gap:6px;padding:0 10px;transition:height .32s cubic-bezier(.4,0,.2,1);display:flex}.fl-bar-wrap--compact .fl-webview-bar{height:30px}.fl-bar-chevron,.fl-bar-btn{color:var(--fl-bar-color);transition:opacity .22s,transform .22s}.fl-bar-wrap--compact .fl-bar-chevron,.fl-bar-wrap--compact .fl-bar-btn{opacity:0;pointer-events:none;transform:scale(.82)}.fl-bar-url{background:var(--fl-url-bg);border-radius:8px;flex:1;justify-content:center;align-items:center;padding:5px 12px;transition:background .28s,padding .28s,border-radius .28s;display:flex}.fl-bar-wrap--compact .fl-bar-url{background:0 0;border-radius:0;padding:2px 6px}.fl-bar-url span{color:var(--fl-url-text);letter-spacing:.01em;font-size:12.5px;font-weight:400}.fl-bar-btn{cursor:default;width:28px;height:28px;color:var(--fl-bar-color);background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;transition:background .1s;display:flex}.fl-bar-btn--pressed{background:var(--fl-bar-pressed)}.fl-webview-content{z-index:1;background:var(--fl-bg);-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;align-items:center;padding:44px 24px 40px;display:flex;position:relative;overflow-y:auto}.fl-cursor{pointer-events:none;z-index:999;transition:left .72s cubic-bezier(.25,.46,.45,.94),top .72s cubic-bezier(.25,.46,.45,.94);position:absolute;transform:translate(-2px,-2px)}.fl-toast{opacity:0;z-index:9999;pointer-events:none;background:#1c1c1e;border:none;border-radius:20px;align-items:center;gap:12px;width:calc(100% - 32px);max-width:360px;padding:12px 16px 12px 12px;transition:transform .5s cubic-bezier(.34,1.35,.64,1),opacity .22s;display:flex;position:fixed;top:14px;left:50%;transform:translate(-50%)translateY(-130px);box-shadow:0 8px 32px #00000080,0 2px 8px #0000004d}.fl-toast--visible{opacity:1;transform:translate(-50%)translateY(0)}.fl-toast-icon{background:#10b981;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.fl-toast-body{flex:1;min-width:0}.fl-toast-title{color:#fff;margin:0;font-size:13.5px;font-weight:600;line-height:1.3}.fl-toast-sub{color:#ffffff80;white-space:nowrap;text-overflow:ellipsis;margin:2px 0 0;font-size:12px;font-weight:400;overflow:hidden}.fl-toast-time{color:#ffffff4d;flex-shrink:0;align-self:flex-start;margin-top:1px;font-size:11px}.fl-logo{object-fit:contain;width:auto;height:42px;margin:0 0 36px;display:block}.fl-form{flex-direction:column;gap:10px;width:100%;max-width:340px;display:flex}.fl-input{background:var(--fl-input-bg);border:1px solid var(--fl-input-border);width:100%;color:var(--fl-input-color);box-sizing:border-box;caret-color:#0000;border-radius:6px;outline:none;padding:13px 14px;font-size:14px}.fl-input::placeholder{color:var(--fl-placeholder)}.fl-input-wrap{border:1px solid var(--fl-input-border);background:var(--fl-input-bg);border-radius:6px;align-items:center;transition:border-color .15s;display:flex;position:relative}.fl-input-wrap--focused{border-color:var(--fl-input-focus)}.fl-input-wrap .fl-input{background:0 0;border:none;flex:1;padding-right:40px}.fl-error{color:#ed4956;text-align:center;margin:0;font-size:12px}@keyframes fl-shake{0%,to{transform:translate(0)}20%{transform:translate(-6px)}40%{transform:translate(6px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}}.fl-shake{animation:.35s fl-shake}.fl-status-card--dormant{background:#060606;border-color:#1c1c1c}.fl-status-card--dormant .fl-status-title{color:#3e3e3e;white-space:nowrap}.fl-status-card--dormant .fl-status-sub{color:#2e2e2e}.fl-status-card--dormant .fl-spinner-track{stroke:#242424}.fl-status-card--dormant .fl-spinner-arc{stroke:#333}.fl-status-card--active{background:#a78bfa0a;border-color:#a78bfa38}.fl-status-text{flex:1;min-width:0}.fl-status-spinner--frozen{animation:none}.fl-status-badge{letter-spacing:.12em;color:#2e2e2e;border:1px solid #1e1e1e;border-radius:3px;flex-shrink:0;align-self:flex-start;padding:2px 5px;font-size:8px;font-weight:700}@keyframes fl-card-activate{0%{border-color:#a78bfa;box-shadow:0 0 #a78bfa99}45%{border-color:#c4b5fd;box-shadow:0 0 0 7px #a78bfa1f}to{border-color:var(--fl-card-border);box-shadow:0 0 #a78bfa00}}.fl-status-card--activating{animation:.72s ease-out forwards fl-card-activate}.fl-status-card{background:var(--fl-input-bg);border:1px solid var(--fl-card-border);border-radius:10px;align-items:center;gap:12px;margin-top:2px;padding:13px 14px;display:flex}.fl-status-title{color:var(--fl-logo);margin:0;font-size:13px;font-weight:600}.fl-status-sub{color:var(--fl-sub);margin:2px 0 0;font-size:12px}@keyframes fl-spin{to{transform:rotate(360deg)}}.fl-spinner-track{stroke:var(--fl-spinner-track)}.fl-spinner-arc{stroke:#a78bfa}.fl-status-spinner{flex-shrink:0;animation:.9s linear infinite fl-spin}.fl-btn{color:#fff;cursor:default;background:#0095f6;border:none;border-radius:8px;justify-content:center;align-items:center;width:100%;height:44px;margin-top:4px;font-size:14px;font-weight:700;transition:filter .1s;display:flex}.fl-btn--active{filter:brightness(.82)}.fl-btn-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.7s linear infinite fl-spin;display:block}.fl-link{color:#0095f6;text-align:center;cursor:default;font-size:13px}.fl-divider{align-items:center;gap:14px;margin:4px 0;display:flex}.fl-divider:before,.fl-divider:after{content:"";background:var(--fl-card-border);flex:1;height:1px}.fl-divider span{color:var(--fl-muted);font-size:13px;font-weight:600}.fl-divider-line{background:var(--fl-card-border);height:1px;margin:4px 0}.fl-facebook{cursor:default;justify-content:center;align-items:center;gap:8px;display:flex}.fl-facebook span{color:#385185;font-size:14px;font-weight:600}.fl-register{color:var(--fl-muted);text-align:center;margin:0;font-size:13px}.fd-screen{color:#fff;background:#000;flex-direction:column;display:flex;position:fixed;inset:0;overflow:hidden}.fd-topbar{z-index:9999;transform-origin:0;opacity:0;pointer-events:none;background:linear-gradient(90deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);height:2px;position:fixed;top:0;left:0;right:0;transform:scaleX(0)}@keyframes fd-topbar-run{0%{opacity:1;transform:scaleX(0)}80%{opacity:1;transform:scaleX(.95)}to{opacity:0;transform:scaleX(1)}}.fd-topbar--run{animation:.65s cubic-bezier(.25,.46,.45,.94) forwards fd-topbar-run}.fd-center{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex:1;min-height:0;overflow:hidden auto}.fd-center::-webkit-scrollbar{display:none}.fd-header,.fd-stories-outer,.fd-stories,.fd-seen-all,.fd-posts,.fd-end-spacer{box-sizing:border-box;width:100%;max-width:470px;margin-left:auto;margin-right:auto}.fd-stories-outer{align-items:stretch;display:flex}.fd-stories-arrow,.fd-left-nav,.fd-right-panel{display:none}.fd-header{z-index:100;-webkit-backdrop-filter:blur(14px);background:#000000f0;border-bottom:1px solid #ffffff12;justify-content:space-between;align-items:center;padding:10px 14px 9px;display:flex;position:sticky;top:0}.fd-header-logo{object-fit:contain;width:auto;height:28px;display:block}.fd-header-actions{align-items:center;gap:2px;display:flex}.fd-icon-btn{color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:7px;transition:opacity .15s;display:flex;position:relative}.fd-icon-btn:active{opacity:.6}.fd-notif-dot{pointer-events:none;background:#ff3040;border:1.5px solid #000;border-radius:50%;width:9px;height:9px;position:absolute;top:8px;right:5px}.fd-nav-icon-wrap .fd-notif-dot{top:-2px;right:-2px}.fd-notif-badge{color:#fff;pointer-events:none;letter-spacing:-.4px;background:#ff3040;border:2px solid #000;border-radius:10px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 5px;font-size:11px;font-weight:800;line-height:1;display:flex;position:absolute;top:-1px;right:-1px}.fd-stories{scrollbar-width:none;border-bottom:1px solid #ffffff12;gap:0;padding:10px 0;display:flex;overflow-x:auto}.fd-stories::-webkit-scrollbar{display:none}.fd-story-item{cursor:pointer;flex-direction:column;flex-shrink:0;align-items:center;gap:7px;padding:0 8px;display:flex}.fd-story-item:first-child{padding-left:14px}.fd-story-item:last-child{padding-right:14px}.fd-story-ring{border-radius:50%;padding:3px;position:relative}.fd-story-ring--closefriend{background:linear-gradient(45deg,#4cd964 0%,#28a745 100%)}.fd-story-ring--normal{background:linear-gradient(45deg,#f8d530 0%,#f47e24 25%,#eb2c59 55%,#c81c9a 100%)}.fd-story-ring--own{outline-offset:0px;background:0 0;outline:1.5px dashed #ffffff59}.fd-story-avatar{object-fit:cover;border:3px solid #000;border-radius:50%;display:block;width:80px!important;height:80px!important}.fd-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;display:block}.fd-avatar-default{background:#3a3a3c;border-radius:50%;justify-content:center;align-items:center;display:flex}.fd-story-avatar--blank{justify-content:center;align-items:center;display:flex;background:#222!important;border:3px solid #000!important;width:80px!important;height:80px!important}.fd-story-plus{color:#000;background:#fff;border:2.5px solid #000;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:15px;font-weight:300;line-height:1;display:flex;position:absolute;bottom:2px;right:2px}.fd-story-name{color:#ffffffbf;text-align:center;text-overflow:ellipsis;white-space:nowrap;max-width:76px;font-size:11.5px;overflow:hidden}.fd-seen-all{align-items:center;gap:14px;padding:12px 16px 14px;animation:.35s fd-fade-in;display:flex}@keyframes fd-fade-in{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.fd-seen-check{flex-shrink:0;justify-content:center;align-items:center;display:flex}.fd-seen-text{color:#ffffffa6;font-size:13px;line-height:1.55}.fd-seen-vip{color:#0095f6;white-space:nowrap;font-weight:600;text-decoration:none}.fd-posts{flex-direction:column;display:flex}.fd-post{border-bottom:1px solid #ffffff12}.fd-post-header{align-items:center;gap:10px;padding:10px 12px 9px;display:flex}.fd-post-avatar{border:1px solid #ffffff1a;border-radius:50%;flex-shrink:0;width:32px!important;height:32px!important}.fd-post-author{color:#fff;text-overflow:ellipsis;white-space:nowrap;flex:1;align-items:center;gap:3px;font-size:13.5px;font-weight:600;display:flex;overflow:hidden}.fd-post-more{color:#ffffffa6;flex-shrink:0;padding:5px}.fd-post-media{aspect-ratio:1;background:#111;width:100%;overflow:hidden}.fd-post-img{object-fit:cover;width:100%;height:100%;display:block}.fd-post-actions{justify-content:space-between;align-items:center;padding:6px 4px 2px;display:flex}.fd-post-actions-left{align-items:center;gap:2px;display:flex}.fd-icon-btn--count{align-items:center;gap:5px;display:flex}.fd-icon-btn--count span{color:#fff;font-size:13.5px;font-weight:400;line-height:1}.fd-post-meta{flex-direction:column;gap:4px;padding:2px 12px 14px;display:flex}.fd-liked-row{align-items:center;gap:8px;display:flex}.fd-liked-avatars{flex-direction:row;flex-shrink:0;display:flex}.fd-liked-avatar{border:1.5px solid #000;flex-shrink:0;margin-left:-6px;border-radius:50%!important;width:20px!important;height:20px!important}.fd-liked-avatars .fd-liked-avatar:first-child{margin-left:0}.fd-post-liked-by{color:#fff;font-size:13.5px}.fd-post-caption{color:#ffffffe0;word-break:break-word;font-size:13.5px;line-height:1.5}.fd-post-caption-author{color:#fff;font-weight:700}.fd-caption-ellipsis{color:#ffffff80}.fd-caption-mais{cursor:pointer;color:#ffffff80;font-size:inherit;background:0 0;border:none;padding:0;font-family:inherit;font-weight:400}.fd-post-date{color:#ffffff52;text-transform:uppercase;letter-spacing:.03em;margin-top:2px;font-size:11px}.fd-post-restricted{aspect-ratio:1;background:#0a0a0a;width:100%;position:relative;overflow:hidden}.fd-post-img--blur{filter:blur(22px)brightness(.28);transform:scale(1.1)}.fd-restricted-overlay{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:28px 24px;display:flex;position:absolute;inset:0}.fd-restricted-icon{color:#ffffff80;background:#ffffff0d;border:1px solid #ffffff14;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:2px;display:flex}.fd-restricted-title{color:#fff;font-size:15px;font-weight:700}.fd-restricted-sub{color:#ffffff73;max-width:220px;font-size:12px;line-height:1.55}.fd-restricted-btn{color:#000;background:#fff;border-radius:8px;margin-top:8px;padding:9px 20px;font-size:13px;font-weight:700;text-decoration:none;display:inline-block}.fd-empty{text-align:center;color:#ffffff59;padding:48px 24px;font-size:14px}.fd-post-media--video{cursor:pointer;-webkit-user-select:none;user-select:none;position:relative}.fd-post-video{object-fit:cover;width:100%;height:100%;display:block}.fd-video-tap-icon{pointer-events:none;justify-content:center;align-items:center;animation:.7s ease-out forwards vt-fade;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes vt-fade{0%{opacity:1;transform:translate(-50%,-50%)scale(1)}40%{opacity:.9;transform:translate(-50%,-50%)scale(1.08)}to{opacity:0;transform:translate(-50%,-50%)scale(1.18)}}.fd-video-mute-btn{cursor:pointer;z-index:2;background:#0000008c;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;padding:0;display:flex;position:absolute;bottom:10px;right:10px}.fd-post-media--carousel{position:relative;overflow:hidden}.fd-carousel{scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;width:100%;height:100%;display:flex;overflow-x:scroll}.fd-carousel::-webkit-scrollbar{display:none}.fd-carousel-item{scroll-snap-align:start;object-fit:cover;flex:0 0 100%}.fd-carousel-counter{color:#fff;pointer-events:none;z-index:2;letter-spacing:.2px;background:#00000094;border-radius:12px;padding:3px 9px;font-size:12px;font-weight:600;position:absolute;top:10px;right:10px}.fd-carousel-arrow{cursor:pointer;z-index:2;-webkit-tap-highlight-color:transparent;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:opacity .15s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 1px 5px #00000059}.fd-carousel-arrow:active{opacity:.7}.fd-carousel-arrow--prev{left:8px}.fd-carousel-arrow--next{right:8px}.fd-carousel-dots{justify-content:center;align-items:center;gap:5px;padding:7px 0 3px;display:flex}.fd-carousel-dot{background:#ffffff4d;border-radius:50%;flex-shrink:0;width:6px;height:6px;transition:background .18s,transform .18s}.fd-carousel-dot--active{background:#3897f0;transform:scale(1.15)}.fd-skeleton-wrap{padding:0}.fd-skeleton{background:linear-gradient(90deg,#1c1c1c 25%,#272727 50%,#1c1c1c 75%) 0 0/200% 100%;border-radius:4px;animation:1.4s infinite fd-shimmer}@keyframes fd-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.fd-stories-skeleton{pointer-events:none}.fd-sk-ring-wrap{background:#ffffff0d;border-radius:50%;flex-shrink:0;width:86px;height:86px;padding:3px}.fd-sk-story-circle{border-radius:50%;flex-shrink:0;width:80px;height:80px}.fd-sk-story-name{border-radius:5px;width:48px;height:8px;margin-top:3px}.fd-sk-post{border-bottom:1px solid #ffffff12}.fd-sk-header{align-items:center;gap:10px;padding:11px 12px 9px;display:flex}.fd-sk-avatar{border-radius:50%;flex-shrink:0;width:36px;height:36px}.fd-sk-name-col{flex-direction:column;flex:1;gap:6px;display:flex}.fd-sk-name{border-radius:6px;width:120px;height:11px}.fd-sk-sub{border-radius:5px;width:72px;height:9px}.fd-sk-dot{border-radius:50%;flex-shrink:0;width:16px;height:16px}.fd-sk-img{aspect-ratio:1;border-radius:0;width:100%}.fd-sk-actions{justify-content:space-between;align-items:center;padding:11px 12px 8px;display:flex}.fd-sk-actions-left{gap:16px;display:flex}.fd-sk-icon{border-radius:5px;flex-shrink:0;width:24px;height:24px}.fd-sk-meta{flex-direction:column;gap:8px;padding:4px 12px 18px;display:flex}.fd-sk-likes{border-radius:6px;width:90px;height:12px}.fd-sk-caption-l{border-radius:5px;width:82%;height:10px}.fd-sk-caption-s{border-radius:5px;width:52%;height:10px}.fd-vip-bar{z-index:100;opacity:0;background:linear-gradient(118deg,#f09433 0%,#e6683c 22%,#dc2743 50%,#cc2366 76%,#bc1888 100%);border-radius:14px;flex-direction:column;max-width:438px;margin:0 16px 20px;transition:opacity .55s cubic-bezier(.22,1,.36,1),transform .55s cubic-bezier(.22,1,.36,1),box-shadow .55s cubic-bezier(.22,1,.36,1);display:flex;position:sticky;bottom:20px;overflow:hidden;transform:translateY(36px)scale(.94);box-shadow:0 8px 32px #dc274361,0 2px 8px #00000047}.fd-vip-bar--in{opacity:1;transform:translateY(0)scale(1);box-shadow:0 12px 40px #dc274373,0 4px 12px #00000052}.fd-vip-glow{pointer-events:none;border-radius:inherit;background:linear-gradient(105deg,#0000 30%,#ffffff2e 50%,#0000 70%) 0 0/220% 100%;animation:3.2s ease-in-out infinite vip-glow-sweep;position:absolute;inset:0}@keyframes vip-glow-sweep{0%{background-position:200% 0}60%{background-position:-200% 0}to{background-position:-200% 0}}.fd-vip-bolt-pulse{transform-origin:50%;animation:1.8s ease-in-out infinite vip-bolt-pulse}@keyframes vip-bolt-pulse{0%,to{filter:drop-shadow(0 0 #ff9529);transform:scale(1)}50%{filter:drop-shadow(0 0 5px #ffd080);transform:scale(1.2)}}@media (width>=470px){.fd-vip-bar{margin-left:auto;margin-right:auto}}.fd-vip-bar--dm{border-radius:12px;flex-shrink:0;max-width:100%;margin:12px 12px 8px;position:relative;bottom:auto}.fd-vip-row1{z-index:1;background:0 0;justify-content:space-between;align-items:center;gap:10px;padding:8px 0 8px 12px;display:flex;position:relative}.fd-vip-left{flex:1;align-items:center;gap:6px;min-width:0;display:flex;overflow:hidden}.fd-vip-bolt-icon{flex-shrink:0}.fd-vip-timer-text{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.fd-vip-timer-text strong{color:#fff;font-weight:700}.fd-vip-btn{z-index:1;color:#d82b57;cursor:pointer;white-space:nowrap;background:#fff;border:none;border-radius:0 0 0 16px;flex-shrink:0;align-self:flex-start;margin-top:-8px;padding:6px 12px;font-size:13px;font-weight:700;transition:opacity .15s;position:relative;overflow:hidden}.fd-vip-btn:after{content:"";background:linear-gradient(105deg,#0000 30%,#ffffff59 50%,#0000 70%) 0 0/200% 100%;animation:2.6s infinite vip-btn-shine;position:absolute;inset:0}@keyframes vip-btn-shine{0%{background-position:200% 0}to{background-position:-200% 0}}.fd-vip-btn:active{opacity:.82}.fd-vip-sub-container{z-index:1;background:#00000026;padding:8px 12px 10px;position:relative}.fd-vip-sub{color:#fffffff2;margin:0;font-size:11.5px;line-height:1.4}.fd-video-play-hint{pointer-events:none;opacity:.85;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.fd-block-overlay{z-index:9999;-webkit-backdrop-filter:blur(8px)saturate(1.2);background:#00000072;justify-content:center;align-items:center;padding:32px 28px;animation:.16s fd-fade-in;display:flex;position:fixed;inset:0}.fd-block-modal{-webkit-backdrop-filter:blur(60px)saturate(2);text-align:center;background:#1a1a1ec7;border:1px solid #ffffff1c;border-radius:22px;flex-direction:column;align-items:center;gap:0;width:100%;max-width:300px;padding:30px 24px 12px;animation:.24s cubic-bezier(.34,1.45,.64,1) fd-modal-pop;display:flex;box-shadow:0 24px 60px #0000008c,inset 0 1px #ffffff12}@keyframes fd-modal-pop{0%{opacity:0;transform:scale(.82)}to{opacity:1;transform:scale(1)}}.fd-block-icon-wrap{color:#ffffffbf;background:#ffffff12;border:1px solid #ffffff1a;border-radius:18px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:18px;display:flex}.fd-block-title{color:#fff;letter-spacing:-.02em;margin:0 0 8px;font-size:17px;font-weight:700}.fd-block-text{color:#ffffff6b;margin:0 0 24px;padding:0 4px;font-size:13px;line-height:1.6}.fd-block-text strong{color:#ffffffa6;font-weight:600}.fd-block-btn{color:#fff;cursor:pointer;letter-spacing:-.01em;background:linear-gradient(100deg,#f09433 0%,#e6683c 22%,#dc2743 50%,#cc2366 76%,#bc1888 100%) 0 0/200% 100%;border:none;border-radius:14px;width:100%;margin-bottom:4px;padding:14px 18px;font-family:inherit;font-size:15px;font-weight:700;transition:opacity .15s;position:relative;overflow:hidden;box-shadow:0 4px 20px #dc274366}.fd-block-btn:after{content:"";background:linear-gradient(105deg,#0000 30%,#ffffff38 50%,#0000 70%) 0 0/200% 100%;animation:2.4s infinite fd-btn-shine;position:absolute;inset:0}@keyframes fd-btn-shine{0%{background-position:200% 0}to{background-position:-200% 0}}.fd-block-btn:active{opacity:.82}.fd-block-dismiss{color:#ffffff47;cursor:pointer;letter-spacing:-.01em;background:0 0;border:none;padding:10px 20px 16px;font-family:inherit;font-size:13.5px;font-weight:500;transition:color .15s}.fd-block-dismiss:active{color:#ffffff8c}@media (width>=470px){.fd-header,.fd-stories-outer,.fd-stories,.fd-posts{border-left:1px solid #ffffff12;border-right:1px solid #ffffff12}}@media (width>=1024px){.fd-screen{background:#0c1014;flex-direction:row}.fd-notif-dot{border-color:#0c1014}.fd-left-nav{border-right:1px solid #ffffff17;flex-direction:column;flex-shrink:0;width:244px;height:100%;padding:12px 12px 20px;transition:width .2s;display:flex}.fd-left-nav--collapsed{align-items:center;width:72px;padding:12px 8px 20px}.fd-left-nav--collapsed .fd-nav-label{display:none}.fd-left-nav--collapsed .fd-nav-logo{justify-content:center;padding:14px 0 20px}.fd-left-nav--collapsed .fd-nav-btn{justify-content:center;gap:0;width:48px;margin:0 auto;padding:14px 0}.fd-left-nav--collapsed .fd-nav-items,.fd-left-nav--collapsed .fd-nav-bottom{align-items:center;width:100%}.fd-left-nav--collapsed button.fd-nav-btn{width:48px}.fd-nav-logo{color:#fff;flex-shrink:0;align-items:center;padding:14px 12px 20px;display:flex}.fd-nav-items{flex-direction:column;flex:1;gap:2px;display:flex}.fd-nav-bottom{border-top:1px solid #ffffff14;flex-direction:column;flex-shrink:0;gap:2px;margin-top:8px;padding-top:10px;display:flex}.fd-nav-btn{color:#ffffffe0;cursor:pointer;text-align:left;white-space:nowrap;background:0 0;border:none;border-radius:12px;justify-content:flex-start;align-items:center;gap:16px;width:100%;padding:12px 16px;font-family:inherit;font-size:15px;font-weight:400;transition:background .14s;display:flex;position:relative}.fd-nav-btn:hover{background:#ffffff14}.fd-nav-btn--active{color:#fff;font-weight:700}.fd-nav-icon{flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.fd-nav-icon--avatar{border:1.5px solid #ffffff40;border-radius:50%;overflow:hidden}.fd-nav-icon--avatar img,.fd-nav-icon--avatar .fd-avatar{object-fit:cover;border-radius:50%;width:24px!important;height:24px!important}.fd-nav-label{flex:1;line-height:1.2}.fd-nav-icon-wrap{flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative}.fd-nav-badge{color:#fff;pointer-events:none;background:#ff3040;border:1.5px solid #000;border-radius:8px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 3px;font-size:9px;font-weight:800;display:flex;position:absolute;top:-5px;right:-7px}.fd-header{display:none!important}.fd-center{border-right:1px solid #ffffff17}.fd-center .fd-header,.fd-center .fd-posts,.fd-center .fd-end-spacer{max-width:470px}.fd-center .fd-seen-all{gap:16px;max-width:446px;margin:10px auto 14px;padding:16px 20px;font-size:13.5px}.fd-center .fd-stories-outer{max-width:100%}.fd-center .fd-post-header{padding:8px 12px 7px}.fd-center .fd-post-author{font-size:13px}.fd-center .fd-post-meta{padding:2px 12px 6px}.fd-center .fd-post-likes{font-size:12.5px}.fd-center .fd-post-caption{font-size:13px}.fd-stories-outer{align-items:center;gap:0;max-width:100%}.fd-stories-arrow{cursor:pointer;background:#ffffffe6;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin:0 4px;padding:0;transition:opacity .18s;display:flex;box-shadow:0 1px 5px #00000059}.fd-stories-arrow:active{opacity:.7}.fd-stories-outer .fd-stories{max-width:unset;border-left:none;border-right:none;flex:1;margin:0;padding:8px 0}.fd-stories-outer .fd-story-avatar,.fd-stories-outer .fd-story-avatar--blank{width:68px!important;height:68px!important}.fd-right-panel{scrollbar-width:none;flex-direction:column;flex-shrink:0;width:320px;height:100%;padding:22px 24px 0;display:flex;overflow-y:auto}.fd-right-panel::-webkit-scrollbar{display:none}.fd-rp-profile{align-items:center;gap:12px;margin-bottom:22px;display:flex}.fd-rp-avatar{flex-shrink:0;border:1px solid #ffffff1f!important;border-radius:50%!important}.fd-rp-info{flex:1;min-width:0}.fd-rp-username{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:13.5px;font-weight:600;overflow:hidden}.fd-rp-name{color:#ffffff73;white-space:nowrap;text-overflow:ellipsis;margin:2px 0 0;font-size:12px;overflow:hidden}.fd-rp-switch{color:#0095f6;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0;font-size:12.5px;font-weight:700}.fd-rp-switch:hover{color:#fff}.fd-rp-sugg-header{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.fd-rp-sugg-label{color:#ffffff80;font-size:13px;font-weight:700}.fd-rp-ver-tudo{color:#fff;cursor:pointer;background:0 0;border:none;padding:0;font-size:12px;font-weight:700}.fd-rp-ver-tudo:hover{color:#fff9}.fd-rp-sugg-item{align-items:center;gap:10px;margin-bottom:14px;display:flex}.fd-rp-sugg-avatar{flex-shrink:0;border:1px solid #ffffff1a!important;border-radius:50%!important}.fd-rp-sugg-info{flex:1;min-width:0}.fd-rp-sugg-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:12.5px;font-weight:600;overflow:hidden}.fd-rp-sugg-sub{color:#fff6;white-space:nowrap;text-overflow:ellipsis;margin:1px 0 0;font-size:11.5px;overflow:hidden}.fd-rp-follow{color:#fff;cursor:pointer;background:#000;border:1px solid #ffffff59;border-radius:6px;flex-shrink:0;padding:4px 10px;font-family:inherit;font-size:11.5px;font-weight:700;transition:border-color .14s}.fd-rp-follow:hover{border-color:#ffffffb3}.fd-rp-footer{margin-top:20px;padding-bottom:24px}.fd-rp-footer-links{color:#fff3;margin:0 0 10px;font-size:11px;line-height:1.8}.fd-rp-footer-copy{color:#ffffff2e;text-transform:uppercase;letter-spacing:.02em;margin:0;font-size:10.5px}}.fn-screen{z-index:200;background:#000;flex-direction:column;display:flex;position:fixed;inset:0;overflow:hidden}.fn-header{border-bottom:1px solid #ffffff17;flex-shrink:0;align-items:center;gap:4px;padding:10px 8px 10px 4px;display:flex}.fn-back{color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;align-items:center;padding:6px 8px;display:flex}.fn-title{color:#fff;font-size:16px;font-weight:700}.fn-scroll{scrollbar-width:none;flex:1;padding-bottom:24px;overflow-y:auto}.fn-scroll::-webkit-scrollbar{display:none}.fn-section-title{color:#fff;padding:16px 16px 6px;font-size:14px;font-weight:700}.fn-item{align-items:center;gap:12px;padding:10px 16px;display:flex}.fn-av-wrap{flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.fn-av-wrap--ring{background:linear-gradient(135deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);border-radius:50%;padding:2px}.fn-av{background:#2a2a2a;border-radius:50%;flex-shrink:0;width:48px;height:48px;position:relative;overflow:hidden}.fn-av-wrap--ring .fn-av{border:2px solid #000;width:44px;height:44px}.fn-av-img{object-fit:cover;width:100%;height:100%;display:block}.fn-av-group{flex-shrink:0;width:48px;height:48px;position:relative}.fn-av-group .fn-av{border:2px solid #000;width:34px;height:34px;position:absolute}.fn-av--back{z-index:0;top:0;left:0}.fn-av--front{z-index:1;bottom:0;right:0}.fn-text{color:#ffffffe6;flex:1;margin:0;font-size:14px;line-height:1.45}.fn-text strong{color:#fff;font-weight:600}.fn-time{color:#ffffff61;font-size:13px}.fn-av--locked{position:relative}.fn-av--locked .fn-av-img{filter:blur(5px);transform:scale(1.15)}.fn-av-dark{background:#00000085;position:absolute;inset:0}.fn-av-lock{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.fn-thumb{cursor:pointer;border-radius:5px;flex-shrink:0;width:44px;height:44px;overflow:hidden}.fn-thumb-img{object-fit:cover;filter:blur(7px);width:100%;height:100%;display:block;transform:scale(1.25)}.fn-vip-banner{color:#f55;background:#ff303012;border:1px solid #ff303047;border-radius:10px;align-items:flex-start;gap:8px;margin:18px 12px 20px;padding:12px 14px;font-size:12px;line-height:1.5;display:flex}.fn-vip-banner p{margin:0}.fn-btn{cursor:pointer;white-space:nowrap;border-radius:10px;padding:7px 14px;font-family:inherit;font-size:13px;font-weight:700}.fn-btn--follow,.fn-btn--blue{color:#fff;background:#4150f7;border:1.5px solid #4150f7}.fn-btn--following{color:#fff;background:#ffffff1a;border:1px solid #ffffff38}@media (width>=1024px){.fn-screen{background:#0c1014;left:244px}.fn-scroll>*{max-width:580px;margin-left:auto;margin-right:auto}.fn-header{display:none}.fn-scroll{padding-top:4px}.fn-section-title{padding:20px 24px 8px;font-size:15px}.fn-item{gap:14px;padding:10px 24px}.fn-av,.fn-av-wrap{width:44px;height:44px}.fn-av-wrap--ring .fn-av{width:40px;height:40px}.fn-av-group{width:44px;height:44px}.fn-av-group .fn-av{border-color:#0c1014;width:30px;height:30px}.fn-text{font-size:13.5px}}.dm-screen{z-index:200;background:#000;flex-direction:column;display:flex;position:fixed;inset:0;overflow:hidden}.dm-panel{flex-direction:column;flex:1;display:flex;overflow:hidden}.dm-placeholder{display:none}.dm-header{align-items:center;min-height:58px;padding:12px 16px;display:flex;position:relative}.dm-back,.dm-compose{color:#fff;cursor:pointer;z-index:1;background:0 0;border:none;flex-shrink:0;align-items:center;padding:6px;display:flex}.dm-compose{margin-left:auto}.dm-title-wrap{cursor:pointer;justify-content:center;align-items:center;gap:5px;display:flex;position:absolute;left:48px;right:48px}.dm-title{color:#fff;white-space:nowrap;font-size:18px;font-weight:700}.dm-tabs{border-bottom:1px solid #ffffff0f;display:flex}.dm-tab{color:#ffffff73;cursor:pointer;background:0 0;border:none;flex:1;padding:14px 0;font-family:inherit;font-size:15px;font-weight:600;position:relative}.dm-tab--active{color:#fff}.dm-tab--pedidos{color:#0095f6}.dm-tab--active:after{content:"";background:#969696;height:1.5px;position:absolute;bottom:-1px;left:0;right:0}.dm-search-wrap{padding:12px 16px 0}.dm-search-inner{cursor:pointer;background:#ffffff20;border-radius:26px;align-items:center;gap:5px;padding:11px 18px;display:flex}.dm-search-meta-icon{flex-shrink:0;justify-content:center;align-items:center;width:32px;display:flex}.dm-search-ph{color:#ffffff6b;white-space:nowrap;text-overflow:ellipsis;font-size:15px;overflow:hidden}.dm-notes{scrollbar-width:none;gap:12px;padding:0 16px 20px;display:flex;overflow-x:auto}.dm-notes::-webkit-scrollbar{display:none}.dm-note-item{cursor:pointer;flex-direction:column;flex-shrink:0;align-items:center;gap:7px;display:flex}.dm-note-wrap{width:88px;height:146px;position:relative;overflow:visible}.dm-note-balloon{color:#fff;text-align:center;word-break:break-word;z-index:2;background:#2c2c2c;border-radius:14px;padding:8px 10px;font-size:12px;font-weight:500;line-height:1.35;position:absolute;bottom:57px;left:0;right:0}.dm-note-balloon:after{content:"";border-top:8px solid #2c2c2c;border-left:3px solid #0000;border-right:7px solid #0000;width:0;height:0;position:absolute;bottom:-7px;left:12px}.dm-note-balloon--ph{color:#fff6;font-weight:400}.dm-note-circle{z-index:1;background:#2a2a2a;border-radius:50%;width:68px;height:68px;position:absolute;bottom:0;left:50%;overflow:hidden;transform:translate(-50%)}.dm-note-circle-img{object-fit:cover;width:100%;height:100%;display:block}.dm-note-name{color:#ffffffa6;text-align:center;text-overflow:ellipsis;white-space:nowrap;max-width:88px;font-size:11.5px;overflow:hidden}.dm-section-row{justify-content:space-between;align-items:center;padding:2px 14px 8px;display:flex}.dm-section-title{color:#fff;font-size:16px;font-weight:700}.dm-pedidos-btn{color:#0095f6;cursor:pointer;background:0 0;border:none;font-family:inherit;font-size:13px;font-weight:600}.dm-list{scrollbar-width:none;flex:1;padding-bottom:12px;overflow-y:auto}.dm-list::-webkit-scrollbar{display:none}.dm-item{cursor:pointer;align-items:center;gap:14px;padding:12px 16px;display:flex}.dm-item--blur{filter:blur(4px);pointer-events:none}.dm-av-wrap{flex-shrink:0;width:56px;height:56px;position:relative}.dm-av{background:#2a2a2a;border-radius:50%;width:56px;height:56px;overflow:hidden}.dm-av-img{object-fit:cover;width:100%;height:100%;display:block}.dm-av--locked .dm-av-img{filter:blur(5px);transform:scale(1.15)}.dm-av-dark{background:#00000073;border-radius:50%;position:absolute;inset:0}.dm-av-lock{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.dm-av-lock-bg{background:#161616e6;border:1.5px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.dm-content{flex:1;min-width:0}.dm-name-row{justify-content:space-between;align-items:center;gap:6px;margin-bottom:2px;display:flex}.dm-time{color:#ffffff61;flex-shrink:0;padding-left:4px;font-size:13px}.dm-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:16px;font-weight:600;overflow:hidden}.dm-name--bold{font-weight:700}.dm-dot{background:#0095f6;border-radius:50%;flex-shrink:0;width:8px;height:8px}.dm-preview{color:#ffffff6b;white-space:nowrap;text-overflow:ellipsis;font-size:14px;display:block;overflow:hidden}.dm-preview--unread{color:#ffffffe0;font-weight:500}.dm-preview--bold{color:#fff;font-weight:700}.dm-vip-block{text-align:center;background:#aa1e1e33;border:1px solid #d246462e;border-radius:14px;flex-direction:column;align-items:center;gap:7px;margin:10px 14px 8px;padding:14px 18px 16px;display:flex}.dm-vip-title{color:#fff;font-size:15px;font-weight:700}.dm-vip-text{color:#fff9;margin:0;font-size:13px;line-height:1.4}.dm-vip-btn{color:#fff;cursor:pointer;background:#ffffff1c;border:none;border-radius:8px;width:100%;margin-top:4px;padding:10px 0;font-family:inherit;font-size:14px;font-weight:600}.dm-ph-icon{color:#ffffffd9}.dm-ph-title{color:#fff;margin:0;font-size:20px;font-weight:300}.dm-ph-sub{color:#ffffff80;text-align:center;max-width:280px;margin:0;font-size:14px;line-height:1.4}.dm-ph-btn{color:#fff;cursor:pointer;background:#0095f6;border:none;border-radius:8px;padding:8px 22px;font-family:inherit;font-size:14px;font-weight:600}@media (width>=1024px){.dm-screen{background:#0c1014;flex-direction:row;left:72px}.dm-panel{background:#0c1014;border-right:1px solid #ffffff17;flex:0 0 320px;width:320px;overflow-y:auto}.dm-placeholder{background:#0c1014;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:14px;display:flex}.dm-header{min-height:46px;padding:8px 12px}.dm-title{font-size:14px}.dm-back svg,.dm-compose svg{width:18px;height:18px}.dm-tab{padding:10px 0;font-size:13px}.dm-search-wrap{padding:8px 12px 0}.dm-search-inner{border-radius:20px;gap:7px;padding:7px 12px}.dm-search-ph{font-size:12px}.dm-search-meta-icon{width:26px}.dm-notes{gap:8px;padding:0 12px 14px}.dm-note-wrap{width:68px;height:112px}.dm-note-balloon{border-radius:10px;padding:6px 8px;font-size:10px;bottom:42px}.dm-note-balloon:after{border-top-width:6px;border-left-width:2px;border-right-width:5px;bottom:-6px;left:9px}.dm-note-circle{width:52px;height:52px}.dm-note-name{max-width:68px;font-size:10px}.dm-item{gap:10px;padding:8px 12px}.dm-av-wrap,.dm-av{width:44px;height:44px}.dm-av-lock-bg{width:22px;height:22px}.dm-av-lock-bg svg{width:10px;height:10px}.dm-name{font-size:13px}.dm-preview{font-size:12px}.dm-time{font-size:11px}.dm-dot{width:7px;height:7px}.dm-item--selected{background:#ffffff0f;border-radius:8px;margin:0 4px;padding:8px}}.dm-right-panel{display:none}.dm-mobile-chat{z-index:300;background:#000;flex-direction:column;display:flex;position:fixed;inset:0}@media (width>=1024px){.dm-mobile-chat{display:none!important}.dm-right-panel{background:#0c1014;flex-direction:column;flex:1;display:flex}}.dm-chat-screen{background:#000;flex-direction:column;flex:1;width:100%;height:100%;display:flex;overflow:hidden}@media (width>=1024px){.dm-chat-screen{background:0 0}}.dm-chat-header{border-bottom:1px solid #ffffff14;align-items:center;min-height:60px;padding:12px 16px;display:flex}.dm-chat-back{color:#fff;cursor:pointer;background:0 0;border:none;padding:8px 12px 8px 0;display:flex}@media (width>=1024px){.dm-chat-back{display:none}}.dm-chat-user{flex:1;align-items:center;gap:12px;display:flex}.dm-chat-av{background:#2a2a2a;border-radius:50%;width:40px;height:40px;overflow:hidden}.dm-chat-av-img{object-fit:cover;width:100%;height:100%;display:block}.dm-chat-user-info{flex-direction:column;display:flex}.dm-chat-name{color:#fff;font-size:16px;font-weight:600}.dm-chat-status{color:#fff6;font-size:12px}.dm-chat-actions{gap:16px;margin-left:auto;display:flex}.dm-chat-action-btn{color:#fff;cursor:pointer;background:0 0;border:none;padding:4px}.dm-chat-body{flex-direction:column;flex:1;gap:16px;padding:20px 16px;display:flex;overflow-y:auto}.dm-chat-time{text-align:center;color:#fff6;justify-content:center;align-items:center;gap:12px;margin:16px 0;font-size:12px;font-weight:500;display:flex}.dm-chat-time-line{background:#ffffff26;flex:1;max-width:80px;height:1px}.dm-chat-row{align-items:flex-end;gap:8px;margin-bottom:2px;display:flex}.dm-chat-row--me{justify-content:flex-end}.dm-chat-row--them{justify-content:flex-start}.dm-chat-them-av{background:#2a2a2a;border-radius:50%;flex-shrink:0;width:28px;height:28px;overflow:hidden}.dm-chat-bubble-wrap{max-width:75%;position:relative}.dm-chat-bubble-wrap--reaction{margin-bottom:12px}.dm-chat-bubble{color:#fff;word-wrap:break-word;border-radius:22px;padding:12px 16px;font-size:15px;line-height:1.4}.dm-chat-bubble--them{background:#262626}.dm-chat-bubble--me{color:#fff;background:#5b4dff;border-top-right-radius:4px;border-bottom-right-radius:4px}.dm-chat-bubble--blur{filter:blur(4.5px);-webkit-user-select:none;user-select:none}.dm-chat-emoji{font-size:44px;line-height:1}.dm-chat-reaction{z-index:10;background:#262626;border:2px solid #000;border-radius:50%;justify-content:center;align-items:center;padding:4px;font-size:14px;line-height:1;display:flex;position:absolute;bottom:-12px}.dm-chat-reaction--me,.dm-chat-reaction--them{left:12px}.dm-chat-reaction--stack{bottom:8px;left:55px}.dm-chat-voice{color:#fff;background:#262626;border-radius:22px;flex-direction:column;width:260px;min-width:260px;padding:14px 16px 10px;display:flex}.dm-chat-voice--me{background:#5b4dff}.dm-voice-main{justify-content:space-between;align-items:center;gap:8px;display:flex}.dm-voice-play{color:#7c32ff;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:24px;min-width:24px;height:24px;padding:0;transition:color .2s;display:flex}.dm-chat-voice--them.dm-chat-voice--listened .dm-voice-play,.dm-chat-voice--me .dm-voice-play{color:#fff}.dm-voice-wave{color:#fff;align-items:center;display:flex}.dm-voice-dur{text-align:right;font-variant-numeric:tabular-nums;width:32px;min-width:32px;font-size:13px;font-weight:500}.dm-voice-transcript{color:#a0a0a0;cursor:pointer;margin-top:8px;margin-left:36px;font-size:13px}.dm-chat-voice--me .dm-voice-transcript{color:#ffffffe6}.dm-chat-top-censored{filter:blur(10px);opacity:.45;cursor:pointer;-webkit-user-select:none;user-select:none;pointer-events:auto;margin-bottom:8px;transition:opacity .2s}.dm-chat-top-censored:hover{opacity:.6}.dm-chat-top-censored *{pointer-events:none!important}.dm-chat-call{color:#fff;background:#262626;border-radius:22px;flex-direction:column;min-width:240px;max-width:260px;padding:14px 16px;display:flex}.dm-call-top{align-items:center;gap:12px;display:flex}.dm-call-icon{background:#333;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.dm-call-icon--missed{background:#ed4956}.dm-call-info{flex-direction:column;display:flex}.dm-call-title{font-size:15px;font-weight:500}.dm-call-time{color:#a0a0a0;margin-top:2px;font-size:13px}.dm-call-action{text-align:center;cursor:pointer;border-top:1px solid #333;margin-top:14px;padding-top:14px;font-size:14px;font-weight:600}.dm-chat-reply-box{align-items:center;gap:6px;margin-bottom:4px;display:flex}.dm-chat-reply-line{background:#fff3;border-radius:2px;align-self:stretch;width:2px}.dm-text-blur{filter:blur(4px);-webkit-user-select:none;user-select:none;opacity:.8;background:#ffffff1a;border-radius:4px;padding:0 4px}.dm-chat-locked-img{color:#fff;cursor:pointer;z-index:0;border-radius:16px;justify-content:center;align-items:center;width:200px;height:280px;display:flex;position:relative;overflow:hidden}.dm-chat-locked-img-bg{object-fit:cover;filter:blur(18px)brightness(.7)contrast(1.1)saturate(1.2);z-index:-1;width:calc(100% + 40px);height:calc(100% + 40px);position:absolute;inset:-20px}.dm-chat-locked-img:after{content:"";z-index:1;background:#00000040;position:absolute;inset:0}.dm-chat-locked-img svg{z-index:10;filter:drop-shadow(0 2px 8px #0009);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.dm-chat-locked-stack{width:200px;height:390px;margin-top:12px;margin-bottom:24px;margin-right:16px;position:relative}.dm-chat-locked-img--stack1,.dm-chat-locked-img--stack2,.dm-chat-locked-img--stack3{border:1px solid #ffffff0d;border-radius:12px;width:150px;height:220px;position:absolute;box-shadow:0 8px 24px #0009}.dm-chat-locked-img--stack1{z-index:1;top:0;right:45px;transform:rotate(4deg)}.dm-chat-locked-img--stack2{z-index:3;top:80px;right:-10px;transform:rotate(10deg)}.dm-chat-locked-img--stack3{z-index:2;top:170px;right:15px;transform:rotate(-2deg)}.dm-chat-reel{background:#121212;border-radius:16px;width:190px;height:337px;display:flex;position:relative;overflow:hidden}.dm-reel-img{object-fit:cover;width:100%;height:100%;display:block}.dm-reel-overlay-header{filter:drop-shadow(0 1px 4px #0009);z-index:2;align-items:center;gap:8px;display:flex;position:absolute;top:12px;left:12px}.dm-reel-overlay-av{object-fit:cover;border:1px solid #fff3;border-radius:50%;width:24px;height:24px}.dm-reel-overlay-name{color:#fff;font-size:13px;font-weight:600}.dm-reel-play-center{filter:drop-shadow(0 2px 10px #0006);pointer-events:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.dm-reel-icon-bottom-left{filter:drop-shadow(0 2px 6px #00000080);pointer-events:none;position:absolute;bottom:12px;left:12px}.dm-reel-header{align-items:center;gap:8px;padding:12px;display:flex}.dm-reel-header-av{object-fit:cover;border-radius:50%;width:24px;height:24px}.dm-reel-header-name{font-size:13px;font-weight:600}.dm-reel-inner-box{padding:0 12px 12px}.dm-reel-inner-header{align-items:center;gap:8px;margin-bottom:8px;display:flex}.dm-reel-inner-av{object-fit:cover;border-radius:50%;width:32px;height:32px}.dm-reel-inner-info{flex-direction:column;line-height:1.2;display:flex}.dm-reel-inner-name{align-items:center;gap:4px;font-size:13px;font-weight:600;display:flex}.dm-reel-inner-handle{opacity:.6;font-size:11px}.dm-chat-reel--me .dm-reel-inner-handle{opacity:.7}.dm-reel-caption{font-size:13px}.dm-reel-video-wrapper{width:100%;display:flex;position:relative}.dm-reel-video-wrapper img{width:100%;display:block}.dm-reel-play-btn{color:#fff;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0000004d;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.dm-reel-icon-btm{color:#fff;filter:drop-shadow(0 1px 4px #0006);position:absolute;bottom:8px;left:8px}.dm-voice-wave rect{transition:opacity .2s}.ios-hud-overlay{z-index:1000;background:0 0;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ios-hud-box{-webkit-backdrop-filter:blur(25px);background:#b4b4b466;border-radius:28px;flex-direction:column;justify-content:space-between;align-items:center;width:220px;height:220px;padding:24px 16px;animation:.3s cubic-bezier(.175,.885,.32,1.275) iosHudFade;display:flex;box-shadow:0 10px 30px #0000004d}@keyframes iosHudFade{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.ios-hud-title{color:#000;text-align:center;font-size:15px;font-weight:600;line-height:1.3}.ios-hud-icon{color:#000;margin-top:-10px}.ios-hud-dots{gap:4px;display:flex}.ios-hud-dot{opacity:.8;background:#000;border-radius:50%;width:5px;height:5px}.dm-chat-footer{align-items:center;padding:12px 16px;display:flex}.dm-chat-input-area{background:0 0;border:1px solid #ffffff26;border-radius:24px;flex:1;align-items:center;padding:4px;display:flex}.dm-chat-input-field{color:#fff;background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:15px}.dm-chat-input-field::placeholder{color:#fff9}.dm-chat-input-icons{align-items:center;gap:8px;margin-right:8px;display:flex}.dm-chat-icon-btn{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex}.dm-chat-send-btn{color:#fff;cursor:pointer;background:#6e44ff;border:none;border-radius:18px;justify-content:center;align-items:center;width:48px;height:36px;margin-right:2px;display:flex}.dm-chat-bubble-row{align-items:center;gap:6px;display:flex}.dm-chat-status-icon{color:#ffffff80;flex-shrink:0;justify-content:center;align-items:center;width:14px;height:14px;display:flex}.dm-chat-status-icon--error{cursor:pointer;width:16px;height:16px}.dm-chat-spinner{width:100%;height:100%;animation:1s linear infinite dm-spin}@keyframes dm-spin{to{transform:rotate(360deg)}}.dm-chat-bubble-col{flex-direction:column;display:flex}.dm-chat-msg-error-txt{color:#ed4956;margin-top:4px;margin-right:22px;font-size:12px;font-weight:500}.dm-note-balloon--music{width:100%;padding:6px 8px}.dm-note-music{align-items:center;gap:6px;width:100%;display:flex}.dm-note-music-wave{flex-shrink:0;align-items:center;gap:2px;height:12px;display:flex}.dm-wave-bar{background-color:#fff;border-radius:1px;width:2px;animation:1s ease-in-out infinite noteWave}.dm-wave-bar:first-child{height:8px;animation-delay:0s}.dm-wave-bar:nth-child(2){height:12px;animation-delay:-.2s}.dm-wave-bar:nth-child(3){height:6px;animation-delay:-.4s}@keyframes noteWave{0%,to{transform:scaleY(.5)}50%{transform:scaleY(1)}}.dm-note-music-info{flex-direction:column;align-items:flex-start;width:100%;display:flex;overflow:hidden}.dm-note-music-title-wrap{width:100%;position:relative;overflow:hidden}.dm-note-music-marquee{white-space:nowrap;width:max-content;font-size:10px;font-weight:600;line-height:1.1;animation:4s linear infinite marquee;display:inline-block}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.dm-note-music-sub{color:#a8a8a8;white-space:nowrap;text-overflow:ellipsis;max-width:100%;margin-top:1px;font-size:9px;line-height:1.1;overflow:hidden}.vip-screen{z-index:999999;color:#fff;background:#000;flex-direction:column;width:100%;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;display:flex;position:fixed;top:0;left:0;overflow:hidden auto}.vip-content{z-index:1;flex-direction:column;align-items:center;width:100%;max-width:500px;margin:0 auto;padding:40px 20px;display:flex;position:relative}.vip-hero{flex-direction:column;align-items:center;width:100%;margin-bottom:8px;padding-bottom:16px;display:flex;position:relative}.vip-matrix{opacity:.35}@media (width<=600px){.vip-matrix{opacity:.42}}.vip-header{z-index:1;flex-direction:column;align-items:center;display:flex;position:relative}.vip-brand-minimal{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff14;border-radius:30px;align-items:center;gap:6px;margin-bottom:20px;padding:6px 14px;display:flex}.vip-brand-icon{color:#fff;width:18px;height:18px}.vip-brand-name{letter-spacing:2px;text-transform:uppercase;color:#ffffffe6;font-size:11px;font-weight:700}.vip-title{text-align:center;letter-spacing:-.8px;text-transform:none;text-shadow:0 2px 20px #0009;margin:0;font-size:clamp(26px,7.5vw,32px);font-weight:700;line-height:1.12}.vip-highlight{background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:inline-block}.vip-profile-card{background:#0c0c0e;border:1px solid #ffffff14;border-radius:16px;width:100%;margin-bottom:36px;padding:20px}.vip-profile-card .profile-block{box-shadow:none;background:0 0;border:none;padding:0}.vip-finished-box{text-align:center;background:radial-gradient(130% 100% at 50% 0,#ffffff0d 0%,#0000 55%),linear-gradient(#161618 0%,#0a0a0b 100%);border:1px solid #ffffff1a;border-radius:18px;width:100%;padding:18px 20px;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000073,inset 0 1px #ffffff0f}.vip-finished-box:before{content:"";background:linear-gradient(90deg,#0000,#ffffff40,#0000);width:60%;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.vip-finished-text{color:#ffffffbf;font-size:13px;line-height:1.45;display:block}.vip-finished-text strong{color:#fff;margin-bottom:4px;font-size:15px;display:block}.vip-arrow-down{color:#fff9;justify-content:center;align-items:center;margin:28px 0;animation:2s infinite bounce;display:flex}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(6px)}60%{transform:translateY(3px)}}.vip-locked-media-box{background:#0c0c0e;border:1px solid #ffffff14;border-radius:16px;width:100%;margin-bottom:40px}.vip-media-header{color:#fff;justify-content:center;align-items:center;gap:8px;margin-bottom:6px;font-size:18px;font-weight:700;display:flex}.vip-media-header-icon{color:#0095f6;width:18px;height:18px}.vip-media-sub{color:#ffffffbf;text-align:center;max-width:260px;margin-bottom:22px;margin-left:auto;margin-right:auto;font-size:12.5px;line-height:1.4}.vip-media-grid{grid-template-rows:auto auto auto;grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.vip-location-box{background:#0c0c0e;border:1px solid #ffffff14;border-radius:16px;width:100%;margin-bottom:40px;overflow:hidden}.vip-loc-map-wrap{background-image:url(/map-loc.png);background-position:50%;background-size:cover;justify-content:center;align-items:center;width:100%;height:130px;display:flex;position:relative}.vip-loc-map-wrap:after{content:"";pointer-events:none;background:#0003;position:absolute;inset:0}.vip-loc-avatar-ring{z-index:2;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;padding:2px;display:flex;position:relative;box-shadow:0 4px 12px #0006}.vip-loc-avatar{object-fit:cover;background:#ccc;border-radius:50%;width:100%;height:100%}.vip-loc-details{text-align:left;padding:16px}.vip-loc-title{color:#fff;margin-bottom:2px;font-size:15px;font-weight:600}.vip-loc-user{color:#fff9;margin-bottom:12px;font-size:12px}.vip-btn-secondary{color:#fff;text-align:center;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff14;border-radius:10px;width:100%;padding:11px;font-size:13px;font-weight:600;transition:background .2s,transform .15s}.vip-btn-secondary:hover{background:#ffffff1a}.vip-btn-secondary:active{transform:scale(.98)}.vip-stories-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.vip-story-card{aspect-ratio:9/16;background:#0c0c0e;border:1px solid #ffffff14;border-radius:16px;width:100%;position:relative;overflow:hidden}.vip-story-img{object-fit:cover;filter:blur(5px);width:100%;height:100%;transform:scale(1.1)}.vip-story-overlay{text-align:center;background:#0006;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:16px;display:flex;position:absolute;inset:0}.vip-story-lock-icon{color:#fff;width:32px;height:32px}.vip-story-text{color:#fff;font-size:13px;font-weight:500}.vip-dm-box{background:#0c0c0e;border:1px solid #ffffff14;border-radius:16px;width:100%;margin-bottom:40px;overflow:hidden}.vip-dm-header{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:16px;display:flex}.vip-dm-user-info{align-items:center;gap:12px;display:flex}.vip-dm-avatar{background:#2a2b36;border-radius:50%;width:44px;height:44px;overflow:hidden}.vip-dm-avatar img{object-fit:cover;width:100%;height:100%}.vip-dm-avatar-fallback{background:#2a2b36;width:100%;height:100%}.vip-dm-name-wrap{flex-direction:column;display:flex}.vip-dm-name{color:#fff;font-size:15px;font-weight:700}.vip-dm-status{color:#00ba7c;align-items:center;gap:6px;font-size:13px;display:flex}.vip-dm-dot{background:#00ba7c;border-radius:50%;width:8px;height:8px}.vip-dm-actions{color:#fff;gap:16px;display:flex}.vip-dm-actions svg{width:22px;height:22px}.vip-dm-body{flex-direction:column;gap:16px;height:230px;padding:24px 16px;display:flex;overflow:hidden}.vip-dm-row{width:100%;display:flex}.vip-dm-row.left{justify-content:flex-start}.vip-dm-row.right{justify-content:flex-end}.vip-dm-bubble{color:#fff;max-width:85%;padding:12px 16px;font-size:14.5px;line-height:1.4}.vip-dm-bubble.gray{background:#333;border-radius:20px 20px 20px 4px}.vip-dm-bubble.purple{background:#8b3dff;border-radius:20px 20px 4px}.typing-bubble{align-items:center;gap:4px;display:flex;padding:14px 18px!important}.typing-bubble .dot{background:#aaa;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both typing}.typing-bubble .dot:first-child{animation-delay:-.32s}.typing-bubble .dot:nth-child(2){animation-delay:-.16s}@keyframes typing{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.vip-media-item{aspect-ratio:1;background:#1a1a1a;border-radius:12px;width:100%;position:relative;overflow:hidden}.vip-media-item.large{grid-area:span 2/span 2}.vip-media-item-img{object-fit:cover;filter:blur(12px)brightness(.7);width:100%;height:100%;transform:scale(1.1)}.vip-media-item-overlay{z-index:2;background:#0003;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.vip-media-item-lock{color:#ffffffe6;filter:drop-shadow(0 2px 4px #00000080);width:24px;height:24px}.vip-media-item.large .vip-media-item-lock{width:36px;height:36px}.vip-cta-section{width:100%;scroll-margin-top:16px}.vip-cta-title{text-align:center;letter-spacing:-.6px;color:#fff;margin:0 0 10px;font-size:26px;font-weight:800;line-height:1.2}.vip-cta-sub{text-align:center;color:#ffffffb8;max-width:300px;margin:0 auto 24px;font-size:14.5px;font-weight:500;line-height:1.5}.vip-cta-brand{color:#fff;font-weight:700}.vip-price-block{text-align:center;margin-bottom:30px}.vip-price-old{color:#fff6;margin-bottom:6px;font-size:13px;font-weight:500;text-decoration:line-through;display:block}.vip-price-now{background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;justify-content:center;align-items:flex-start;gap:4px;line-height:1;display:inline-flex}.vip-price-currency{margin-top:8px;font-size:22px;font-weight:700}.vip-price-int{letter-spacing:-2.5px;font-size:58px;font-weight:900}.vip-price-cents{margin-top:8px;font-size:22px;font-weight:700}.vip-benefits{background:#0c0c0e;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;margin:0 0 18px;padding:0 16px;list-style:none;display:flex;overflow:hidden}.vip-benefit{color:#fff;background:0 0;align-items:center;gap:13px;padding:13px 0;font-size:14px;font-weight:500;line-height:1.3;display:flex}.vip-benefit:not(:last-child){border-bottom:1px solid #ffffff12}.vip-benefit-icon{color:#fff;background:#ffffff0f;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.vip-benefit-icon svg{width:20px;height:20px}.vip-benefit-text{flex:1}.vip-check-icon{color:#dc2743;flex-shrink:0;width:16px;height:16px}.vip-benefit .vip-check-icon{width:18px;height:18px}.vip-cta-btn{text-align:center;background:linear-gradient(#1a7eff 0%,#0064e0 100%);border-radius:28px;flex-direction:column;align-items:center;gap:3px;width:100%;padding:17px;text-decoration:none;transition:transform .15s,opacity .15s;animation:2.2s infinite vip-cta-pulse;display:flex;box-shadow:0 10px 28px #0064e059}.vip-cta-btn:active{opacity:.92;transform:scale(.97)}.vip-cta-btn strong{color:#fff;font-size:17px;font-weight:800}.vip-cta-btn span{color:#ffffffd9;font-size:12px;font-weight:600}@keyframes vip-cta-pulse{0%{box-shadow:0 10px 28px #0064e059,0 0 #0064e073}70%{box-shadow:0 10px 28px #0064e059,0 0 0 12px #0064e000}to{box-shadow:0 10px 28px #0064e059,0 0 #0064e000}}.cta-attention-alert{background:#f59e0b12;border:1px solid #f59e0b38;border-radius:12px;align-items:center;gap:11px;margin-top:14px;padding:13px 15px;display:flex}.cta-attention-alert svg{color:#f59e0b;flex-shrink:0;width:20px;height:20px}.cta-attention-alert span{color:#fffc;font-size:12.5px;font-weight:500;line-height:1.4}.cta-attention-alert strong{color:#f59e0b;font-weight:700}.vip-testimonials{width:100%;margin-top:48px}.vip-testimonials-title{text-align:center;letter-spacing:-.4px;color:#fff;margin:0 0 20px;font-size:23px;font-weight:800;line-height:1.25}.vip-testimonials-list{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-direction:row;gap:12px;margin:0 -20px;padding:4px 20px;display:flex;position:relative;overflow-x:auto}.vip-testimonials-list::-webkit-scrollbar{display:none}.vip-testimonial{scroll-snap-align:center;background:#0c0c0e;border:1px solid #ffffff14;border-radius:14px;flex:0 0 87%;padding:16px 18px}.vip-testimonial-head{align-items:center;gap:11px;margin-bottom:12px;display:flex}.vip-testimonial-avatar{background:#1a1a1a;border-radius:50%;flex-shrink:0;width:40px;height:40px;overflow:hidden}.vip-testimonial-avatar img{object-fit:cover;filter:blur(3px);width:100%;height:100%;transform:scale(1.2)}.vip-testimonial-meta{flex-direction:column;gap:1px;display:flex}.vip-testimonial-name{color:#fff;font-size:14px;font-weight:700}.vip-testimonial-email{color:#ffffff73;letter-spacing:.3px;font-size:12px;font-weight:400}.vip-testimonial-text{color:#ffffffb8;margin:0;font-size:13.5px;font-weight:400;line-height:1.55}.vip-testimonials-dots{justify-content:center;gap:7px;margin-top:16px;display:flex}.vip-testimonials-dot{cursor:pointer;background:#fff3;border:none;border-radius:50%;width:7px;height:7px;padding:0;transition:width .3s,background .3s}.vip-testimonials-dot.active{background:linear-gradient(45deg,#f09433 0%,#dc2743 50%,#bc1888 100%);border-radius:4px;width:22px}.vip-faq{width:100%;margin-top:48px}.vip-faq-title{text-align:center;color:#fff;margin:0 0 18px;font-size:22px;font-weight:800}.vip-faq-list{flex-direction:column;gap:10px;display:flex}.vip-faq-item{background:#0c0c0e;border:1px solid #ffffff14;border-radius:14px;overflow:hidden}.vip-faq-q{cursor:pointer;text-align:left;color:#fff;background:0 0;border:none;justify-content:space-between;align-items:center;gap:14px;width:100%;padding:18px;font-size:14.5px;font-weight:700;line-height:1.35;display:flex}.vip-faq-icon{flex-shrink:0;width:16px;height:16px;transition:transform .3s;position:relative}.vip-faq-icon:before,.vip-faq-icon:after{content:"";background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);border-radius:2px;position:absolute}.vip-faq-icon:before{width:100%;height:2px;top:50%;left:0;transform:translateY(-50%)}.vip-faq-icon:after{width:2px;height:100%;top:0;left:50%;transform:translate(-50%)}.vip-faq-item.open .vip-faq-icon{transform:rotate(135deg)}.vip-faq-a-wrap{grid-template-rows:0fr;transition:grid-template-rows .3s;display:grid}.vip-faq-item.open .vip-faq-a-wrap{grid-template-rows:1fr}.vip-faq-a{color:#ffffffa6;margin:0;padding:0 18px;font-size:13.5px;font-weight:400;line-height:1.55;overflow:hidden}.vip-faq-item.open .vip-faq-a{padding-bottom:18px}.vip-guarantee{text-align:center;background:#0c0c0e;border:1px solid #ffffff14;border-radius:14px;flex-direction:column;align-items:center;width:100%;margin-top:28px;padding:20px 18px;display:flex}.vip-guarantee-icon{color:#2ecc71;background:#2ecc711a;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:11px;display:flex}.vip-guarantee-icon svg{width:24px;height:24px}.vip-guarantee-title{color:#fff;margin-bottom:4px;font-size:15px;font-weight:700;line-height:1.3}.vip-guarantee-sub{color:#fff9;max-width:270px;font-size:12.5px;font-weight:400;line-height:1.5}.vip-bottom-fixed{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:10;background:#000000d9;border-top:1px solid #ffffff0d;justify-content:center;width:100%;padding:20px;display:flex;position:fixed;bottom:0;left:0}.vip-bottom-content{flex-direction:row;justify-content:space-between;align-items:center;gap:16px;width:100%;max-width:500px;display:flex}.vip-bottom-text{flex-direction:column;flex:1;display:flex}.vip-bottom-text strong{color:#fff;margin-bottom:4px;font-size:13px}.vip-bottom-text span{color:#aaa;font-size:11px;line-height:1.3}.vip-btn{color:#fff;text-align:center;white-space:nowrap;background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);border-radius:12px;padding:12px 20px;font-size:13px;font-weight:800;text-decoration:none;transition:transform .2s,opacity .2s;animation:2s infinite pulse-btn;box-shadow:0 8px 25px #dc27434d}.vip-btn:active{opacity:.9;transform:scale(.96)}@keyframes pulse-btn{0%{box-shadow:0 0 #dc274366}70%{box-shadow:0 0 0 12px #dc274300}to{box-shadow:0 0 #dc274300}}
