.user-info{display:flex;align-items:center;gap:6px;padding:4px 10px 4px 4px;background:#00000073;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:50px;max-width:fit-content;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(255,255,255,.08)}.user-info__avatar{position:relative;width:28px;height:28px;flex-shrink:0}.user-info__avatar img,.user-info__avatar-placeholder{width:100%;height:100%;border-radius:50%;object-fit:cover}.user-info__avatar-placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fe2c55,#ff6b6b);color:#fff;font-weight:600;font-size:12px}.user-info__live-badge{position:absolute;bottom:-3px;left:50%;transform:translate(-50%);background:#fe2c55;color:#fff;font-size:7px;font-weight:700;padding:1px 4px;border-radius:3px;letter-spacing:.5px;white-space:nowrap}.user-info__details{display:flex;flex-direction:column;gap:1px;min-width:0}.user-info__name-row{display:flex;align-items:center;gap:3px}.user-info__display-name{font-weight:600;font-size:12px;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px}.user-info__verified{display:flex;align-items:center;justify-content:center;width:13px;height:13px;background:#20d5ec;border-radius:50%;color:#fff;flex-shrink:0}.user-info__verified svg{width:8px;height:8px}.user-info__username{font-size:10px;color:#fff9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-info__followers{display:flex;align-items:center;gap:3px;font-size:10px;color:#ffffffbf;font-weight:500}.user-info__followers svg{color:#20d5ec;flex-shrink:0;width:10px;height:10px}.user-info__follow-btn-wrapper{overflow:hidden;max-width:120px;transition:max-width .3s cubic-bezier(.4,0,.2,1),margin .3s cubic-bezier(.4,0,.2,1),opacity .25s cubic-bezier(.4,0,.2,1) .05s}.user-info__follow-btn-wrapper--collapsing{max-width:0;margin-left:0;margin-right:0;opacity:0}.user-info__follow-btn{padding:5px 12px;background:#fe2c55;color:#fff;border:none;border-radius:20px;font-size:11px;font-weight:600;cursor:pointer;transition:background .2s ease;white-space:nowrap;font-family:Poppins,sans-serif;position:relative;will-change:transform,opacity}.user-info__follow-btn:hover:not(.user-info__follow-btn--tap-feedback):not(.user-info__follow-btn--disappearing){background:#ff4d6d}.user-info__follow-btn--following{background:#fff3;border:1px solid rgba(255,255,255,.3)}.user-info__follow-btn--following:hover{background:#ffffff4d}.user-info__follow-btn--tap-feedback{animation:tap-feedback .1s ease-out}@keyframes tap-feedback{0%{transform:scale(1)}50%{transform:scale(.92)}to{transform:scale(1)}}.user-info__follow-btn--disappearing{animation:button-disappear .24s cubic-bezier(.4,0,.2,1) forwards;pointer-events:none}@keyframes button-disappear{0%{transform:scale(1) translate(0) rotate(0);opacity:1}30%{opacity:1}to{transform:scale(.6) translate(-6px,2px) rotate(-4deg);opacity:0}}.live-stats{display:flex;align-items:center;gap:6px;font-family:Poppins,sans-serif}.live-stats__item{display:flex;align-items:center;gap:4px;padding:4px 10px;background:#00000073;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:20px;color:#fff;font-size:11px;font-weight:500;border:1px solid rgba(255,255,255,.08)}.live-stats__item svg{width:13px;height:13px}.live-stats__viewers svg{opacity:.9}.live-stats__duration{gap:6px}.live-stats__live-dot{width:6px;height:6px;background:#fe2c55;border-radius:50%;animation:pulse 1.5s ease-in-out infinite;flex-shrink:0}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.9)}}.live-stats__like-btn{display:flex;align-items:center;gap:4px;padding:4px 10px;background:#00000073;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:20px;color:#fff;font-size:11px;font-weight:500;border:1px solid rgba(255,255,255,.08);cursor:pointer;transition:all .2s ease;font-family:Poppins,sans-serif}.live-stats__like-btn:hover{background:#fe2c5540;border-color:#fe2c554d}.live-stats__like-btn:active{transform:scale(.95)}.live-stats__like-btn svg{color:#fe2c55;width:14px;height:14px}.live-stats__like-btn--absorbing{animation:heartAbsorb .18s ease-out forwards}.live-stats__like-btn--absorbing svg{animation:heartIconPulse .18s ease-out forwards}@keyframes heartAbsorb{0%{transform:scale(1)}50%{transform:scale(1.12)}to{transform:scale(1)}}@keyframes heartIconPulse{0%{transform:scale(1);filter:brightness(1)}50%{transform:scale(1.2);filter:brightness(1.3)}to{transform:scale(1);filter:brightness(1)}}.live-stats__duration-wrapper{display:flex;flex-direction:column;align-items:center;gap:3px}.live-stats__adaptive-indicator{display:flex;align-items:center;justify-content:center;padding:3px 5px;background:#0006;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:8px;color:#fff;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.live-stats__adaptive-indicator svg{opacity:.9;width:11px;height:11px}.chat-message{display:flex;align-items:flex-start;margin-bottom:3px;font-family:Poppins,sans-serif;max-width:90%;align-self:flex-start}.chat-message__avatar{width:22px;height:22px;flex-shrink:0;margin-right:6px;margin-top:2px}.chat-message__avatar img,.chat-message__avatar-placeholder{width:100%;height:100%;border-radius:50%;object-fit:cover}.chat-message__avatar-placeholder{display:flex;align-items:center;justify-content:center;background:#fff3;color:#fff;font-weight:600;font-size:10px}.chat-message--host .chat-message__avatar{position:relative}.chat-message__content{display:inline-flex;flex-wrap:wrap;align-items:baseline;gap:0 4px;flex-shrink:1;min-width:0;background:#0006;padding:5px 10px;border-radius:14px}.chat-message__username{display:inline-flex;align-items:center;gap:3px;font-weight:700;font-size:11px;color:#ffffffbf;flex-shrink:1;line-height:1.4;min-width:0;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-message__badge{font-size:7px;font-weight:700;padding:1px 4px;border-radius:3px;text-transform:uppercase;letter-spacing:.5px}.chat-message__badge--host{background:#fe2c55;color:#fff;border-radius:3px;padding:1px 5px;font-size:7px;letter-spacing:.8px}.chat-message__badge--mod{background:#20d5ec;color:#000}.chat-message__text{font-size:12px;color:#fff;word-break:break-word;line-height:1.4;font-weight:400;display:inline}.chat-message__host-avatar-badge{position:absolute;bottom:-4px;left:50%;transform:translate(-50%);background:#fe2c55;color:#fff;font-size:6px;font-weight:800;letter-spacing:.5px;padding:1px 3px;border-radius:2px;white-space:nowrap;line-height:1.3;pointer-events:none}.chat-message__reply-preview{display:flex;align-items:center;gap:4px;padding:2px 6px;background:#ffffff14;border-left:2px solid rgba(255,255,255,.25);border-radius:3px;font-size:10px;color:#fff9;width:100%;margin-bottom:3px;animation:replySlideIn .3s ease-out;flex-basis:100%}@keyframes replySlideIn{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}.chat-message__reply-preview svg{flex-shrink:0;opacity:.7}.chat-message__reply-username{font-weight:600;color:#ffffffd9;flex-shrink:0}.chat-message__reply-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.chat-message__like-indicator{display:inline-flex;align-items:center;gap:2px;margin-left:4px;flex-shrink:0;color:#fe2c55;font-size:9px}.chat-message--event{padding:4px 10px;border-radius:12px;gap:5px;color:#ffffffb3;font-size:11px;font-weight:500}.chat-message--event-leave{color:#fff6}.chat-message__bottom-sheet-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:flex-end;justify-content:center;z-index:1500;animation:bottomSheetFadeIn .2s ease}@keyframes bottomSheetFadeIn{0%{opacity:0}to{opacity:1}}.chat-message__bottom-sheet{width:100%;background:#fff;border-radius:20px 20px 0 0;padding:20px 16px 32px;animation:bottomSheetSlideUp .3s ease;font-family:Poppins,sans-serif;position:relative}@keyframes bottomSheetSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.chat-message__bottom-sheet-content{display:flex;justify-content:center;gap:32px}.chat-message__bottom-sheet-btn{display:flex;flex-direction:column;align-items:center;gap:8px;background:none;border:none;cursor:pointer;padding:12px;border-radius:12px;transition:all .2s ease;color:#333}.chat-message__bottom-sheet-btn:hover{background:#f5f5f5;transform:scale(1.05)}.chat-message__bottom-sheet-btn:active{transform:scale(.95)}.chat-message__bottom-sheet-btn svg{width:24px;height:24px}.chat-message__bottom-sheet-btn span{font-size:12px;font-weight:500;color:#333}.chat-message__bottom-sheet-btn--liked,.chat-message__bottom-sheet-btn--liked span{color:#fe2c55}.chat-message__bottom-sheet-close{position:absolute;top:16px;right:16px;background:none;border:none;cursor:pointer;padding:4px;border-radius:50%;transition:all .2s ease;color:#666}.chat-message__bottom-sheet-close:hover{background:#f5f5f5;color:#333}.chat-section{display:flex;flex-direction:column;width:100%;max-width:400px;height:100%;max-height:300px;position:relative;margin-bottom:0;padding-bottom:0}.chat-section--collapsed{height:auto;max-height:none}.chat-section__toggle{position:absolute;top:-36px;left:50%;transform:translate(-50%);background:#0006;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .2s ease;z-index:10}.chat-section__toggle:hover{background:#0009}.chat-section__toggle svg{transition:transform .3s ease}.chat-section__messages{flex:1;overflow-y:auto;overflow-x:hidden;padding:4px;display:flex;flex-direction:column;position:relative;mask-image:linear-gradient(to bottom,transparent 0%,black 20%,black 100%);-webkit-mask-image:linear-gradient(to bottom,transparent 0%,black 20%,black 100%);-webkit-overflow-scrolling:touch;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.chat-section__messages::-webkit-scrollbar{display:none;width:0;height:0;background:transparent}.chat-section__messages-inner{display:flex;flex-direction:column;gap:4px;margin-top:auto}.chat-section__welcome-message{display:flex;align-items:center;gap:10px;padding:10px 12px;background:#0006;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.08);border-radius:12px;margin:6px 0;animation:welcomeFadeIn .5s ease-out}@keyframes welcomeFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.chat-section__welcome-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#fbbf2433;border-radius:50%;flex-shrink:0;color:#fbbf24}.chat-section__welcome-icon svg{width:18px;height:18px}.chat-section__welcome-content{flex:1;display:flex;flex-direction:column;gap:2px}.chat-section__welcome-title{font-size:12px;font-weight:600;color:#fff;font-family:Poppins,sans-serif}.chat-section__welcome-subtitle{font-size:11px;color:#fff9;font-family:Poppins,sans-serif;font-weight:400}.chat-section__scroll-btn{position:absolute;bottom:6px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:4px;padding:5px 10px;background:#fe2c55e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;border-radius:14px;color:#fff;font-size:11px;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:Poppins,sans-serif;animation:bounce .5s ease infinite;white-space:nowrap}@keyframes bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-3px)}}.chat-section__scroll-btn:hover{background:#fe2c55}.chat-section__input-wrapper{display:flex;align-items:center;gap:6px}.chat-section__input-container{display:flex;align-items:center;gap:6px;padding:6px 8px;background:#00000080;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:22px;flex:1;position:relative;flex-wrap:wrap;border:1px solid rgba(255,255,255,.1)}.chat-section__reply-banner{display:flex;align-items:center;justify-content:space-between;padding:3px 6px;background:#fe2c5526;border-left:2px solid #fe2c55;border-radius:4px;animation:slideDown .3s ease-out;width:100%;margin-bottom:3px}@keyframes slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:30px}}.chat-section__reply-info{display:flex;align-items:center;gap:4px;flex:1;min-width:0;color:#ffffffe6;font-size:10px}.chat-section__reply-info svg{flex-shrink:0;color:#fe2c55}.chat-section__reply-username{font-weight:600;color:#fe2c55;flex-shrink:0}.chat-section__reply-message{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#ffffffb3;flex:1;min-width:0}.chat-section__reply-cancel{display:flex;align-items:center;justify-content:center;padding:2px;background:transparent;border:none;border-radius:50%;color:#fff9;cursor:pointer;transition:all .2s ease;flex-shrink:0}.chat-section__reply-cancel:hover{background:#ffffff26;color:#ffffffe6}.chat-section__reply-cancel:active{transform:scale(.9)}.chat-section__share-btn,.chat-section__view-options-btn{width:34px;height:34px;display:none;align-items:center;justify-content:center;background:#00000073;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:50%;color:#fff;cursor:pointer;transition:all .2s ease;flex-shrink:0}.chat-section__share-btn:hover,.chat-section__view-options-btn:hover{background:#000000a6;transform:scale(1.05)}.chat-section__share-btn:active,.chat-section__view-options-btn:active{transform:scale(.95)}.chat-section__input{flex:1;background:transparent;border:none;outline:none;color:#fff;font-size:13px;padding:4px 6px;font-family:Poppins,sans-serif;min-width:80px}.chat-section__input::placeholder{color:#ffffff73}.chat-section__send-btn{width:30px;height:30px;display:flex;align-items:center;justify-content:center;background:#fe2c55;border:none;border-radius:50%;color:#fff;cursor:pointer;transition:all .2s ease;flex-shrink:0}.chat-section__send-btn:hover:not(:disabled){background:#ff4d6d;transform:scale(1.05)}.chat-section__send-btn:disabled{background:#ffffff26;cursor:not-allowed}.chat-section__send-btn svg{margin-left:2px;width:14px;height:14px}@media (max-width: 480px){.chat-section{max-width:100%;max-height:240px;margin-bottom:0;padding-bottom:0}.chat-section__messages{padding:3px}.chat-section__messages-inner{gap:3px}.chat-section__scroll-btn{font-size:10px;padding:4px 8px;border-radius:12px}.chat-section__scroll-btn svg{width:12px;height:12px}.chat-section__input-wrapper{gap:5px}.chat-section__input-container{padding:5px 8px;border-radius:20px;gap:5px}.chat-section__share-btn,.chat-section__view-options-btn{display:flex;width:34px;height:34px}.chat-section__share-btn svg,.chat-section__view-options-btn svg{width:16px;height:16px}.chat-section__input{font-size:12px;padding:3px 6px}.chat-section__send-btn{width:28px;height:28px}.chat-section__send-btn svg{width:13px;height:13px}.chat-section__toggle{width:24px;height:24px;top:-30px}.chat-section__toggle svg{width:16px;height:16px}.chat-section__welcome-message{padding:8px 10px;gap:8px;margin:4px 0;border-radius:10px}.chat-section__welcome-icon{width:32px;height:32px}.chat-section__welcome-title{font-size:11px}.chat-section__welcome-subtitle{font-size:10px}}.action-buttons{display:flex;flex-direction:column;align-items:center;gap:14px;font-family:Poppins,sans-serif}.action-buttons__btn{display:flex;flex-direction:column;align-items:center;gap:3px;background:transparent;border:none;cursor:pointer;transition:all .2s ease;padding:0;position:relative}.action-buttons__btn:active:not(.action-buttons__btn--like){transform:scale(.9)}.action-buttons__icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#0006;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:50%;color:#fff;transition:all .2s ease;border:1px solid rgba(255,255,255,.1)}.action-buttons__icon svg{width:22px;height:22px}.action-buttons__btn:hover .action-buttons__icon{background:#0009;transform:scale(1.05)}.action-buttons__btn--like:hover .action-buttons__icon,.action-buttons__btn--like:active .action-buttons__icon{color:#e91e63}.action-buttons__btn--like:active .action-buttons__icon svg,.action-buttons__icon.animate-heartbeat svg{animation:instagramHeartBeat .6s ease}@keyframes instagramHeartBeat{0%{transform:scale(1)}25%{transform:scale(1.3)}50%{transform:scale(1.1)}75%{transform:scale(1.4)}to{transform:scale(1)}}.action-buttons__btn--share:hover .action-buttons__icon{color:#20d5ec}.action-buttons__btn--gift .action-buttons__icon{background:linear-gradient(135deg,#ff6b6bcc,#feca57cc);border-color:#ffffff26}.action-buttons__btn--gift:hover .action-buttons__icon{background:linear-gradient(135deg,#ff8787e6,#fed76ae6)}.action-buttons__count,.action-buttons__label{font-size:11px;font-weight:600;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.7)}@media (max-width: 480px){.action-buttons{gap:10px}.action-buttons__icon{width:36px;height:36px}.action-buttons__icon svg{width:20px;height:20px}.action-buttons__count,.action-buttons__label{font-size:10px}}.floating-hearts{position:fixed;width:100px;height:300px;pointer-events:none;overflow:visible;z-index:9999}.floating-heart{position:absolute;top:0;left:50%;width:var(--heart-size, 24px);height:var(--heart-size, 24px);color:var(--heart-color, #e91e63);opacity:0;animation:instagramFloatUp var(--animation-duration, 2.5s) ease-out var(--animation-delay, 0s) forwards;filter:drop-shadow(0 2px 6px rgba(233,30,99,.4))}.floating-heart svg{width:100%;height:100%}@keyframes instagramFloatUp{0%{opacity:1;transform:translate(calc(-50% + var(--x-offset, 0px))) translateY(0) scale(.6) rotate(0)}20%{opacity:1;transform:translate(calc(-50% + var(--x-offset, 0px) - 8px)) translateY(-40px) scale(1.1) rotate(-8deg)}40%{opacity:.95;transform:translate(calc(-50% + var(--x-offset, 0px) + 12px)) translateY(-80px) scale(1.05) rotate(6deg)}60%{opacity:.85;transform:translate(calc(-50% + var(--x-offset, 0px) - 6px)) translateY(-120px) scale(1) rotate(-4deg)}80%{opacity:.6;transform:translate(calc(-50% + var(--x-offset, 0px) + 4px)) translateY(-160px) scale(.9) rotate(2deg)}to{opacity:0;transform:translate(calc(-50% + var(--x-offset, 0px))) translateY(-200px) scale(.8) rotate(0)}}@keyframes mobileFloatUp{0%{opacity:0;transform:translate(calc(-50% + var(--x-offset, 0px))) translateY(0) scale(0)}20%{opacity:.85;transform:translate(calc(-50% + var(--x-offset, 0px) - 3px)) translateY(-15px) scale(1.02)}40%{opacity:.8;transform:translate(calc(-50% + var(--x-offset, 0px) + 7px)) translateY(-50px) scale(1.05) rotate(-5deg)}60%{opacity:.6;transform:translate(calc(-50% + var(--x-offset, 0px) - 4px)) translateY(-90px) scale(.98) rotate(2deg)}80%{opacity:.3;transform:translate(calc(-50% + var(--x-offset, 0px) + 2px)) translateY(-130px) scale(.9) rotate(-1deg)}to{opacity:0;transform:translate(calc(-50% + var(--x-offset, 0px))) translateY(-180px) scale(.8) rotate(0)}}@media (max-width: 480px){.floating-heart{animation:mobileFloatUp var(--animation-duration, 3s) cubic-bezier(.34,1.56,.64,1) var(--animation-delay, 0s) forwards;filter:drop-shadow(0 2px 5px rgba(233,30,99,.3))}}.more-options-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:flex-end;justify-content:center;z-index:1500;animation:moreOptionsFadeIn .2s ease}@keyframes moreOptionsFadeIn{0%{opacity:0}to{opacity:1}}.more-options-menu{width:100%;max-width:360px;background:#1a1a1a;border-radius:20px 20px 0 0;padding:20px 16px 32px;animation:moreOptionsSlideUp .3s ease;font-family:Poppins,sans-serif}@keyframes moreOptionsSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.more-options-menu__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.more-options-menu__title{font-size:18px;font-weight:700;color:#fff}.more-options-menu__close-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#2a2a2a;border:none;border-radius:50%;color:#fff;cursor:pointer;transition:all .2s ease;padding:0}.more-options-menu__close-btn:hover{background:#3a3a3a;transform:rotate(90deg)}.more-options-menu__close-btn svg{width:20px;height:20px}.more-options-menu__items{display:flex;flex-direction:column;gap:8px}.more-options-menu__item{display:flex;align-items:center;gap:12px;padding:16px;background:#2a2a2a;border-radius:12px;cursor:pointer;transition:all .2s ease}.more-options-menu__item:hover{background:#3a3a3a}.more-options-menu__item--danger{color:#fe2c55}.more-options-menu__item--danger:hover{background:#fe2c551a}.more-options-menu__item-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:10px;flex-shrink:0}.more-options-menu__item--danger .more-options-menu__item-icon{background:#fe2c5533}.more-options-menu__item-icon svg{width:20px;height:20px}.more-options-menu__item-content{flex:1;display:flex;flex-direction:column;gap:4px}.more-options-menu__item-title{font-size:14px;font-weight:600;color:#fff}.more-options-menu__item--danger .more-options-menu__item-title{color:#fe2c55}.more-options-menu__item-description{font-size:12px;color:#ffffff80;line-height:1.3}.more-options-menu__item-arrow{width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.more-options-menu__item-arrow svg{width:16px;height:16px;color:#ffffff80}.more-options-menu__item-toggle{width:44px;height:24px;background:#fff3;border-radius:12px;position:relative;transition:all .3s ease;flex-shrink:0}.more-options-menu__item-toggle--enabled{background:#fe2c55}.more-options-menu__item-toggle-slider{width:20px;height:20px;background:#fff;border-radius:50%;position:absolute;top:2px;left:2px;transition:all .3s ease;box-shadow:0 2px 4px #0003}.more-options-menu__item-toggle--enabled .more-options-menu__item-toggle-slider{left:22px}@media (max-width: 480px){.more-options-menu{border-radius:16px 16px 0 0;padding:16px 14px 28px}.more-options-menu__header{margin-bottom:16px}.more-options-menu__title{font-size:16px}.more-options-menu__close-btn{width:32px;height:32px}.more-options-menu__close-btn svg{width:18px;height:18px}.more-options-menu__items{gap:6px}.more-options-menu__item{padding:14px}.more-options-menu__item-icon{width:36px;height:36px}.more-options-menu__item-icon svg{width:18px;height:18px}.more-options-menu__item-title{font-size:13px}.more-options-menu__item-description{font-size:11px}}.report-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:flex-end;justify-content:center;z-index:2000;animation:reportFadeIn .3s ease}@keyframes reportFadeIn{0%{opacity:0}to{opacity:1}}.report-modal{width:100%;max-width:400px;background:#1a1a1a;border-radius:20px 20px 0 0;padding:24px 16px 40px;animation:reportSlideUp .3s ease;font-family:Poppins,sans-serif}@keyframes reportSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.report-modal__header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:24px}.report-modal__icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:#fe2c551a;border-radius:50%;margin-bottom:12px}.report-modal__icon svg{width:32px;height:32px;color:#fe2c55}.report-modal__title{font-size:18px;font-weight:700;color:#fff;margin-bottom:8px}.report-modal__subtitle{font-size:13px;color:#ffffffb3;line-height:1.4}.report-modal__reason-section{margin-bottom:20px}.report-modal__reason-title{font-size:14px;font-weight:600;color:#fff;margin-bottom:12px}.report-modal__reason-list{display:flex;flex-direction:column;gap:8px}.report-modal__reason-item{display:flex;align-items:center;justify-content:space-between;padding:12px;background:#2a2a2a;border-radius:12px;cursor:pointer;transition:all .2s ease}.report-modal__reason-item:hover{background:#3a3a3a}.report-modal__reason-item--selected{background:#3a3a3a;border:2px solid #fe2c55}.report-modal__reason-text{font-size:14px;color:#fff;flex:1}.report-modal__reason-checkbox{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.report-modal__reason-item--selected .report-modal__reason-checkbox{background:#fe2c55;border-color:#fe2c55}.report-modal__reason-checkbox svg{width:12px;height:12px;color:#fff;opacity:0;transition:opacity .2s ease}.report-modal__reason-item--selected .report-modal__reason-checkbox svg{opacity:1}.report-modal__description{margin-bottom:20px}.report-modal__description-label{font-size:14px;font-weight:600;color:#fff;margin-bottom:8px;display:block}.report-modal__description-input{width:100%;padding:12px;background:#2a2a2a;border:none;border-radius:12px;color:#fff;font-size:14px;font-family:Poppins,sans-serif;resize:vertical;min-height:80px;outline:none}.report-modal__description-input::placeholder{color:#fff6}.report-modal__description-input:focus{background:#3a3a3a;border:2px solid #fe2c55}.report-modal__actions{display:flex;gap:12px}.report-modal__cancel-btn{flex:1;padding:12px;background:#2a2a2a;border:none;border-radius:12px;color:#fff;font-size:14px;font-weight:600;font-family:Poppins,sans-serif;cursor:pointer;transition:all .2s ease}.report-modal__cancel-btn:hover{background:#3a3a3a}.report-modal__submit-btn{flex:2;padding:12px;background:#fe2c55;border:none;border-radius:12px;color:#fff;font-size:14px;font-weight:600;font-family:Poppins,sans-serif;cursor:pointer;transition:all .2s ease}.report-modal__submit-btn:hover:not(:disabled){background:#ff4d6d;transform:scale(1.02)}.report-modal__submit-btn:disabled{background:#fe2c554d;cursor:not-allowed}@media (max-width: 480px){.report-modal{border-radius:16px 16px 0 0;padding:20px 14px 32px}.report-modal__header{margin-bottom:20px}.report-modal__icon{width:56px;height:56px}.report-modal__icon svg{width:28px;height:28px}.report-modal__title{font-size:16px}.report-modal__subtitle{font-size:12px}.report-modal__reason-title{font-size:13px}.report-modal__reason-item{padding:10px}.report-modal__reason-text,.report-modal__description-label{font-size:13px}.report-modal__description-input{font-size:13px;min-height:70px}.report-modal__cancel-btn,.report-modal__submit-btn{font-size:13px;padding:10px}}.download-app-dialog__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:flex-end;justify-content:center;background:#000000a6;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);animation:dialog-backdrop-in .25s ease forwards}@keyframes dialog-backdrop-in{0%{opacity:0}to{opacity:1}}.download-app-dialog__overlay--exit{animation:dialog-backdrop-out .25s ease forwards}@keyframes dialog-backdrop-out{0%{opacity:1}to{opacity:0}}.download-app-dialog__sheet{width:100%;max-width:480px;background:linear-gradient(160deg,#0f0f14,#1a1a24 60%,#0f0f14);border-radius:24px 24px 0 0;padding:0 0 env(safe-area-inset-bottom,16px);overflow:hidden;animation:sheet-slide-up .35s cubic-bezier(.34,1.56,.64,1) forwards;position:relative}@keyframes sheet-slide-up{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.download-app-dialog__sheet--exit{animation:sheet-slide-down .25s ease forwards}@keyframes sheet-slide-down{0%{transform:translateY(0);opacity:1}to{transform:translateY(100%);opacity:0}}.download-app-dialog__handle{width:40px;height:4px;background:#fff3;border-radius:2px;margin:12px auto 0}.download-app-dialog__close{position:absolute;top:16px;right:16px;width:32px;height:32px;border-radius:50%;background:#ffffff1a;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#ffffffb3;transition:background .2s,color .2s;z-index:2}.download-app-dialog__close:hover{background:#fff3;color:#fff}.download-app-dialog__mockup-wrapper{display:flex;justify-content:center;padding:24px 0 8px}.download-app-dialog__phone{position:relative;width:120px;height:220px;animation:phone-float 3s ease-in-out infinite}@keyframes phone-float{0%,to{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-10px) rotate(2deg)}}.download-app-dialog__phone-body{width:100%;height:100%;background:linear-gradient(145deg,#2a2a3a,#1a1a28);border-radius:22px;border:2px solid rgba(255,255,255,.12);box-shadow:0 0 0 1px #ffffff0d,0 20px 60px #0009,inset 0 1px #ffffff1a;overflow:hidden;position:relative}.download-app-dialog__phone-notch{position:absolute;top:8px;left:50%;transform:translate(-50%);width:36px;height:6px;background:#0009;border-radius:3px;z-index:2}.download-app-dialog__phone-screen{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(160deg,#0d0d1a,#1a0a2e);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding-top:16px}.download-app-dialog__phone-glow{position:absolute;width:80px;height:80px;border-radius:50%;background:radial-gradient(circle,rgba(255,68,88,.3) 0%,transparent 70%);animation:glow-pulse 2s ease-in-out infinite}@keyframes glow-pulse{0%,to{transform:scale(1);opacity:.6}50%{transform:scale(1.3);opacity:1}}.download-app-dialog__phone-logo{position:relative;z-index:1;display:flex;align-items:baseline;gap:0;line-height:1;font-size:22px;font-weight:900;letter-spacing:-.5px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-user-select:none;user-select:none}.download-app-dialog__logo-fli{color:#fff}.download-app-dialog__logo-qo{color:#fc0}.download-app-dialog__phone-live-badge{position:relative;z-index:1;background:#ff3b30;color:#fff;font-size:8px;font-weight:700;letter-spacing:.5px;padding:2px 6px;border-radius:4px;text-transform:uppercase;animation:badge-pulse 1.5s ease-in-out infinite}@keyframes badge-pulse{0%,to{opacity:1}50%{opacity:.6}}.download-app-dialog__phone-btn-right{position:absolute;right:-3px;top:60px;width:3px;height:28px;background:#ffffff26;border-radius:0 2px 2px 0}.download-app-dialog__phone-btn-left-1{position:absolute;left:-3px;top:50px;width:3px;height:18px;background:#ffffff26;border-radius:2px 0 0 2px}.download-app-dialog__phone-btn-left-2{position:absolute;left:-3px;top:76px;width:3px;height:28px;background:#ffffff26;border-radius:2px 0 0 2px}.download-app-dialog__sparkles{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.download-app-dialog__sparkle{position:absolute;width:4px;height:4px;border-radius:50%;background:#ff4458;animation:sparkle-float var(--duration, 2.5s) ease-in-out infinite;animation-delay:var(--delay, 0s);opacity:0}.download-app-dialog__sparkle:nth-child(1){top:10%;left:15%;--duration: 2.2s;--delay: 0s}.download-app-dialog__sparkle:nth-child(2){top:20%;right:10%;--duration: 2.8s;--delay: .4s;background:#fff}.download-app-dialog__sparkle:nth-child(3){bottom:25%;left:8%;--duration: 2.5s;--delay: .8s}.download-app-dialog__sparkle:nth-child(4){bottom:15%;right:15%;--duration: 3s;--delay: 1.2s;background:#fff}.download-app-dialog__sparkle:nth-child(5){top:50%;left:5%;--duration: 2.3s;--delay: .6s}@keyframes sparkle-float{0%{transform:translateY(0) scale(0);opacity:0}30%{opacity:1}60%{transform:translateY(-20px) scale(1);opacity:.8}to{transform:translateY(-35px) scale(0);opacity:0}}.download-app-dialog__content{padding:8px 24px 24px;text-align:center}.download-app-dialog__title{font-size:20px;font-weight:700;color:#fff;margin:0 0 8px;line-height:1.3}.download-app-dialog__subtitle{font-size:14px;color:#ffffff8c;margin:0 0 20px;line-height:1.5}.download-app-dialog__features{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:24px}.download-app-dialog__feature-pill{display:flex;align-items:center;gap:5px;background:#ffffff12;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:5px 12px;font-size:12px;color:#ffffffbf}.download-app-dialog__feature-pill svg{flex-shrink:0;color:#ff4458}.download-app-dialog__actions{display:flex;flex-direction:column;gap:10px}.download-app-dialog__btn-primary{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 20px;border-radius:14px;border:none;background:linear-gradient(135deg,#ff4458,#ff6b7a);color:#fff;font-size:15px;font-weight:700;cursor:pointer;transition:transform .15s,box-shadow .15s;box-shadow:0 4px 20px #ff445859}.download-app-dialog__btn-primary:active{transform:scale(.97);box-shadow:0 2px 10px #ff445840}.download-app-dialog__btn-secondary{width:100%;padding:12px 20px;border-radius:14px;border:1px solid rgba(255,255,255,.15);background:transparent;color:#fff9;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s,color .2s}.download-app-dialog__btn-secondary:hover{background:#ffffff12;color:#ffffffd9}.pinned-products-pill{display:flex;align-items:center;gap:0;background:#fff;border-radius:10px;overflow:hidden;cursor:pointer;box-shadow:0 2px 12px #00000040;transition:transform .15s ease,box-shadow .15s ease;width:124px;min-height:52px;position:relative;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.pinned-products-pill:active{transform:scale(.97);box-shadow:0 1px 6px #0003}.pinned-products-pill__image{width:52px;height:52px;object-fit:cover;flex-shrink:0}.pinned-products-pill__image-placeholder{width:52px;height:52px;background:#f0f0f0;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#ccc}.pinned-products-pill__info{flex:1;min-width:0;padding:6px 8px 6px 6px;display:flex;flex-direction:column;gap:2px}.pinned-products-pill__name{font-size:10px;font-weight:600;color:#1a1a1a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:Poppins,sans-serif;line-height:1.3}.pinned-products-pill__price{font-size:11px;font-weight:700;color:#fe2c55;font-family:Poppins,sans-serif;line-height:1.2}.pinned-products-pill__dots{display:flex;gap:3px;align-items:center;margin-top:2px}.pinned-products-pill__dot{width:4px;height:4px;border-radius:50%;background:#ccc;transition:background .2s ease,transform .2s ease}.pinned-products-pill__dot--active{background:#fe2c55;transform:scale(1.2)}.pinned-products-pill__live-badge{position:absolute;top:4px;left:4px;display:flex;align-items:center;gap:3px;background:#fe2c55e6;border-radius:4px;padding:2px 5px;font-size:8px;font-weight:700;color:#fff;font-family:Poppins,sans-serif;letter-spacing:.3px;text-transform:uppercase}.pinned-products-pill__live-dot{width:4px;height:4px;border-radius:50%;background:#fff;animation:pillLivePulse 1.5s ease-in-out infinite}@keyframes pillLivePulse{0%,to{opacity:1}50%{opacity:.4}}.pinned-products-sheet-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0000008c;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:1200;display:flex;align-items:flex-end;justify-content:center;animation:sheetOverlayIn .2s ease}@keyframes sheetOverlayIn{0%{opacity:0}to{opacity:1}}.pinned-products-sheet{width:100%;max-width:480px;background:#fff;border-radius:20px 20px 0 0;padding:0 0 env(safe-area-inset-bottom,16px);animation:sheetSlideUp .3s cubic-bezier(.34,1.2,.64,1);font-family:Poppins,sans-serif;max-height:70vh;display:flex;flex-direction:column}@keyframes sheetSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.pinned-products-sheet__handle{width:36px;height:4px;background:#e0e0e0;border-radius:2px;margin:10px auto 0;flex-shrink:0}.pinned-products-sheet__header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px 10px;flex-shrink:0}.pinned-products-sheet__title{font-size:15px;font-weight:700;color:#1a1a1a}.pinned-products-sheet__count{font-size:13px;font-weight:400;color:#999;margin-left:4px}.pinned-products-sheet__close{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border:none;border-radius:50%;color:#666;cursor:pointer;transition:all .2s ease;flex-shrink:0}.pinned-products-sheet__close:hover{background:#ebebeb;color:#333}.pinned-products-sheet__close:active{transform:scale(.92)}.pinned-products-sheet__divider{height:1px;background:#f0f0f0;flex-shrink:0}.pinned-products-sheet__list{display:flex;flex-direction:row;gap:10px;padding:14px 16px 20px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;flex-shrink:0}.pinned-products-sheet__list::-webkit-scrollbar{display:none}.pinned-products-sheet__card{flex-shrink:0;width:130px;background:#fff;border-radius:12px;overflow:hidden;border:1.5px solid #f0f0f0;transition:border-color .2s ease,box-shadow .2s ease;cursor:pointer}.pinned-products-sheet__card--featured{border-color:#fe2c55;box-shadow:0 0 0 1px #fe2c5526}.pinned-products-sheet__card-image-wrap{position:relative;width:100%;padding-top:100%;overflow:hidden;background:#f8f8f8}.pinned-products-sheet__card-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.pinned-products-sheet__card-discount{position:absolute;top:6px;left:6px;background:#fe2c55;color:#fff;font-size:9px;font-weight:700;padding:2px 5px;border-radius:4px;font-family:Poppins,sans-serif}.pinned-products-sheet__card-featured-badge{position:absolute;bottom:0;left:0;right:0;display:flex;align-items:center;gap:4px;padding:4px 6px;background:#fe2c55e6;font-size:8px;font-weight:700;color:#fff;font-family:Poppins,sans-serif;text-transform:uppercase;letter-spacing:.3px}.pinned-products-sheet__card-featured-dot{width:4px;height:4px;border-radius:50%;background:#fff;flex-shrink:0;animation:pillLivePulse 1.5s ease-in-out infinite}.pinned-products-sheet__card-ask-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;background:#00000047;font-size:10px;font-weight:600;color:#fffffff2;font-family:Poppins,sans-serif;letter-spacing:.3px;pointer-events:none}.pinned-products-sheet__card-info{padding:8px 8px 10px}.pinned-products-sheet__card-name{font-size:11px;font-weight:600;color:#1a1a1a;margin:0 0 4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.35;font-family:Poppins,sans-serif}.pinned-products-sheet__card-prices{display:flex;align-items:baseline;gap:4px;flex-wrap:wrap;margin-bottom:8px}.pinned-products-sheet__card-price{font-size:12px;font-weight:700;color:#fe2c55;font-family:Poppins,sans-serif}.pinned-products-sheet__card-old-price{font-size:10px;font-weight:400;color:#bbb;text-decoration:line-through;font-family:Poppins,sans-serif}.pinned-products-sheet__card-btn{width:100%;padding:7px 0;background:#fe2c55;color:#fff;border:none;border-radius:8px;font-size:11px;font-weight:600;cursor:pointer;transition:background .2s ease;font-family:Poppins,sans-serif}.pinned-products-sheet__card-btn:hover{background:#ff4d6d}.pinned-products-sheet__card-btn:active{transform:scale(.97)}.pinned-products-mobile{position:relative;width:100%}.skeleton-placeholder{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.pinned-products-pill-skeleton{display:flex;align-items:center;gap:0;background:#fff;border-radius:10px;overflow:hidden;width:124px;min-height:52px;box-shadow:0 2px 12px #00000026}.pinned-products-pill-skeleton__image{width:52px;height:52px;flex-shrink:0;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.pinned-products-pill-skeleton__info{flex:1;padding:8px;display:flex;flex-direction:column;gap:5px}.pinned-products-pill-skeleton__name{height:10px;width:80%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.pinned-products-pill-skeleton__price{height:11px;width:60%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.pinned-product.skeleton,.pinned-product-mobile.skeleton{opacity:.6;pointer-events:none}.pinned-product.skeleton .pinned-product__image{height:150px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.pinned-product.skeleton .pinned-product__name{height:20px;width:80%;margin-bottom:8px}.pinned-product.skeleton .pinned-product__current-price{height:18px;width:60%;margin-bottom:4px}.pinned-product.skeleton .pinned-product__original-price{height:16px;width:50%;margin-bottom:8px}.pinned-product.skeleton .pinned-product__description{height:14px;width:90%;margin-bottom:16px}.pinned-product.skeleton .pinned-product__cta{height:40px;width:100%}.pinned-product.skeleton .pinned-product__discount,.pinned-product.skeleton .pinned-product__out-of-stock{height:24px;width:60px;position:absolute;top:8px;left:8px}.login-prompt-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;animation:fadeIn .2s ease-out}.login-prompt-modal{background:#fff;border-radius:16px;max-width:400px;width:100%;position:relative;animation:slideUp .3s ease-out;box-shadow:0 20px 60px #0000004d}.login-prompt-modal__close{position:absolute;top:16px;right:16px;background:transparent;border:none;color:#666;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s;z-index:1}.login-prompt-modal__close:hover{background:#f5f5f5;color:#333}.login-prompt-modal__content{padding:32px 24px 24px;text-align:center}.login-prompt-modal__logo{margin-bottom:20px;font-size:48px;font-weight:900;letter-spacing:-1px;line-height:1}.login-prompt-modal__logo-fli{color:#1a1a1a}.login-prompt-modal__logo-qo{color:gold}.login-prompt-modal__title{font-size:22px;font-weight:700;color:#1a1a1a;margin:0 0 12px}.login-prompt-modal__message{font-size:15px;color:#666;margin:0 0 8px;line-height:1.5}.login-prompt-modal__submessage{font-size:13px;color:#999;margin:0 0 24px;line-height:1.5}.login-prompt-modal__benefits{background:#f8f9fa;border-radius:12px;padding:16px;margin-bottom:24px;text-align:left}.login-prompt-modal__benefit{display:flex;align-items:center;gap:12px;margin-bottom:12px;color:#333;font-size:14px}.login-prompt-modal__benefit:last-child{margin-bottom:0}.login-prompt-modal__benefit svg{color:#00c853;flex-shrink:0}.login-prompt-modal__actions{display:flex;flex-direction:column;gap:12px}.login-prompt-modal__btn{padding:14px 24px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;border:none;width:100%}.login-prompt-modal__btn--primary{background:linear-gradient(135deg,#ff4458,#ff6b7a);color:#fff}.login-prompt-modal__btn--primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ff44584d}.login-prompt-modal__btn--primary:active{transform:translateY(0)}.login-prompt-modal__btn--secondary{background:transparent;color:#666;border:2px solid #e0e0e0}.login-prompt-modal__btn--secondary:hover{background:#f5f5f5;border-color:#d0d0d0}@media (max-width: 768px){.login-prompt-overlay{padding:16px}.login-prompt-modal__content{padding:40px 24px 24px}.login-prompt-modal__title{font-size:20px}.login-prompt-modal__message{font-size:14px}.login-prompt-modal__submessage{font-size:13px}.login-prompt-modal__benefits{padding:16px}.login-prompt-modal__benefit{font-size:13px}.login-prompt-modal__btn{padding:12px 20px;font-size:15px}}.message-blocked-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.message-blocked-modal{background:#fff;border-radius:16px;max-width:440px;width:100%;position:relative;animation:slideUp .3s ease-out;box-shadow:0 20px 60px #0000004d;max-height:90vh;overflow-y:auto}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.message-blocked-modal__close{position:absolute;top:16px;right:16px;background:transparent;border:none;color:#666;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s;z-index:1}.message-blocked-modal__close:hover{background:#f5f5f5;color:#333}.message-blocked-modal__content{padding:32px 24px 24px;text-align:center}.message-blocked-modal__icon{margin:0 auto 20px;width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;animation:iconPulse .5s ease-out}@keyframes iconPulse{0%{transform:scale(.8);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}.message-blocked-modal__icon--offensive{background:linear-gradient(135deg,#ff4458,#ff6b7a);color:#fff}.message-blocked-modal__icon--personal_info{background:linear-gradient(135deg,#ff9800,#ffb74d);color:#fff}.message-blocked-modal__icon--spam{background:linear-gradient(135deg,#ffc107,#ffd54f);color:#fff}.message-blocked-modal__icon--gibberish{background:linear-gradient(135deg,#9c27b0,#ba68c8);color:#fff}.message-blocked-modal__title{font-size:22px;font-weight:700;color:#1a1a1a;margin:0 0 12px}.message-blocked-modal__description{font-size:15px;color:#666;margin:0 0 24px;line-height:1.6}.message-blocked-modal__tips{background:#f8f9fa;border-radius:12px;padding:20px;margin-bottom:24px;text-align:left}.message-blocked-modal__tips-title{font-size:14px;font-weight:600;color:#333;margin:0 0 12px}.message-blocked-modal__tips-list{list-style:none;padding:0;margin:0}.message-blocked-modal__tip{display:flex;align-items:flex-start;gap:10px;margin-bottom:10px;color:#555;font-size:13px;line-height:1.5}.message-blocked-modal__tip:last-child{margin-bottom:0}.message-blocked-modal__tip svg{color:#00c853;flex-shrink:0;margin-top:2px}.message-blocked-modal__actions{display:flex;flex-direction:column;gap:12px}.message-blocked-modal__btn{padding:14px 24px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;border:none;width:100%;background:#1a1a1a;color:#fff}.message-blocked-modal__btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000004d;background:#2a2a2a}.message-blocked-modal__btn:active{transform:translateY(0);background:#0a0a0a}@media (max-width: 768px){.message-blocked-overlay{padding:16px}.message-blocked-modal{max-height:85vh}.message-blocked-modal__content{padding:40px 20px 20px}.message-blocked-modal__icon{width:56px;height:56px;margin-bottom:16px}.message-blocked-modal__icon svg{width:40px;height:40px}.message-blocked-modal__title{font-size:20px}.message-blocked-modal__description{font-size:14px;margin-bottom:20px}.message-blocked-modal__tips{padding:16px;margin-bottom:20px}.message-blocked-modal__tips-title{font-size:13px;margin-bottom:10px}.message-blocked-modal__tip{font-size:12px;gap:8px;margin-bottom:8px}.message-blocked-modal__tip svg{width:14px;height:14px}.message-blocked-modal__btn{padding:12px 20px;font-size:15px}}.message-blocked-modal::-webkit-scrollbar{width:6px}.message-blocked-modal::-webkit-scrollbar-track{background:#f1f1f1;border-radius:0 16px 16px 0}.message-blocked-modal::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.message-blocked-modal::-webkit-scrollbar-thumb:hover{background:#999}.muted-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.muted-modal{background:#fff;border-radius:16px;width:100%;max-width:400px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;overflow:hidden;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}.muted-modal__close{position:absolute;top:12px;right:12px;background:none;border:none;color:#6b7280;cursor:pointer;padding:4px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.muted-modal__close:hover{background:#f3f4f6}.muted-modal__content{padding:32px 24px 24px;display:flex;flex-direction:column;align-items:center;text-align:center}.muted-modal__icon{color:#ef4444;margin-bottom:20px}.muted-modal__title{font-size:24px;font-weight:600;color:#1f2937;margin:0 0 12px}.muted-modal__description{font-size:16px;color:#6b7280;line-height:1.5;margin:0 0 24px;display:flex;flex-direction:column;gap:8px}.muted-modal__reason,.muted-modal__duration{font-size:14px;color:#4b5563}.muted-modal__reason{color:#dc2626;font-weight:500}.muted-modal__actions{width:100%}.muted-modal__btn{width:100%;padding:12px 24px;background:#1f2937;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.muted-modal__btn:hover{background:#374151}@media (max-width: 480px){.muted-modal-overlay{align-items:flex-end;justify-content:center}.muted-modal{border-radius:16px 16px 0 0;max-width:100%;margin-bottom:0}.muted-modal__content{padding:24px 20px 20px}.muted-modal__title{font-size:20px}.muted-modal__description{font-size:14px}.muted-modal__btn{padding:10px 20px;font-size:14px}}.floating-heart-layer{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:9999;overflow:visible}.floating-heart-item{position:fixed;width:28px;height:28px;pointer-events:none;will-change:transform,opacity;transform-origin:center center}.floating-heart-item svg{width:100%;height:100%;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.floating-heart-item{transform-style:preserve-3d;backface-visibility:hidden;-webkit-backface-visibility:hidden}@media (prefers-reduced-motion: reduce){.floating-heart-item{display:none}}.mobile-data-toast{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.8);display:flex;align-items:center;gap:12px;padding:14px 18px;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;color:#fff;font-family:Poppins,sans-serif;z-index:1000;pointer-events:auto;box-shadow:0 4px 12px #00000026;max-width:calc(100vw - 40px);transition:transform .4s cubic-bezier(.4,0,.2,1),opacity .4s cubic-bezier(.4,0,.2,1);opacity:0}.mobile-data-toast--visible{transform:translate(-50%,-50%) scale(1);opacity:1}.mobile-data-toast__icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#20d5ec33;border-radius:50%;color:#20d5ec;flex-shrink:0}.mobile-data-toast__content{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.mobile-data-toast__title{font-size:13px;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-data-toast__message{font-size:11px;font-weight:400;color:#fffc;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-data-toast__icon-wifi{display:flex;align-items:center;justify-content:center;color:#ffffffb3;flex-shrink:0}.mobile-data-toast__close-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:#ffffff1a;border:none;border-radius:50%;color:#fffc;cursor:pointer;transition:all .2s ease;flex-shrink:0;margin-left:4px}.mobile-data-toast__close-btn:hover{background:#fff3;color:#fff;transform:scale(1.05)}.mobile-data-toast__close-btn:active{transform:scale(.95)}@media (max-width: 480px){.mobile-data-toast{padding:12px 14px;gap:10px;max-width:calc(100vw - 32px)}.mobile-data-toast__icon{width:28px;height:28px}.mobile-data-toast__icon svg{width:18px;height:18px}.mobile-data-toast__title{font-size:12px}.mobile-data-toast__message{font-size:10px}.mobile-data-toast__icon-wifi svg{width:16px;height:16px}.mobile-data-toast__close-btn{width:26px;height:26px}.mobile-data-toast__close-btn svg{width:14px;height:14px}}@keyframes fsc-enter{0%{opacity:0;transform:translateY(10px) scale(.98)}60%{opacity:1;transform:translateY(-2px) scale(1.005)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes fsc-exit{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(8px) scale(.97)}}@keyframes fsc-glow{0%,to{box-shadow:0 0 4px #fe2c5566}50%{box-shadow:0 0 8px #fe2c55b3}}@keyframes fsc-dot-pulse{0%,to{opacity:1}50%{opacity:.3}}@keyframes fsc-urgent-pulse{0%,to{color:#fe2c55}50%{color:#ff7a93}}@keyframes fsc-btn-pulse{0%,to{box-shadow:0 2px 6px #fe2c554d}50%{box-shadow:0 2px 12px #fe2c558c}}@keyframes fsc-over-fade{0%{opacity:0}12%{opacity:1}72%{opacity:1}to{opacity:0}}@keyframes fsc-over-pop{0%{opacity:0;transform:translate(-50%,-50%) scale(.6)}18%{opacity:1;transform:translate(-50%,-50%) scale(1.06)}35%{transform:translate(-50%,-50%) scale(.97)}50%{transform:translate(-50%,-50%) scale(1)}75%{opacity:1}to{opacity:0;transform:translate(-50%,-50%) scale(.92)}}.fsc{width:100%;min-width:0;box-sizing:border-box;background:#00000085;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.1);border-radius:12px;overflow:hidden;pointer-events:auto;font-family:Poppins,sans-serif;animation:fsc-enter .4s cubic-bezier(.34,1.3,.64,1) forwards;will-change:transform,opacity;box-shadow:0 2px 10px #0000004d;margin-top:4px;flex-shrink:0}.fsc--exiting{animation:fsc-exit .3s ease-in forwards!important}.fsc--urgent{border-color:#fe2c5573}.fsc__progress{height:3px;background:#ffffff1a;overflow:hidden}.fsc__progress-fill{height:100%;background:#fe2c55;transition:width 1s linear;animation:fsc-glow 2s ease-in-out infinite}.fsc__body{display:flex;align-items:stretch;gap:0}.fsc__img-wrap{position:relative;width:52px;min-width:52px;align-self:stretch;overflow:hidden;flex-shrink:0;background:#ffffff0f}.fsc__img{width:100%;height:100%;object-fit:cover;display:block}.fsc__img-badge{position:absolute;bottom:0;left:0;right:0;background:#fe2c55eb;display:flex;align-items:center;justify-content:center;gap:1px;padding:2px 0}.fsc__img-badge-pct{font-size:11px;font-weight:800;color:#fff;font-family:Poppins,sans-serif;line-height:1}.fsc__img-badge-off{font-size:7px;font-weight:700;color:#ffffffd9;text-transform:uppercase;letter-spacing:.3px;font-family:Poppins,sans-serif;line-height:1}.fsc__no-img-badge{width:44px;min-width:44px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;padding:8px 4px;background:#fe2c551f;border-right:1px solid rgba(254,44,85,.2)}.fsc__no-img-pct{font-size:14px;font-weight:900;color:#fe2c55;line-height:1;font-family:Poppins,sans-serif}.fsc__no-img-off{font-size:7px;font-weight:700;color:#fff9;text-transform:uppercase;letter-spacing:.4px;font-family:Poppins,sans-serif}.fsc__info{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:space-between;gap:3px;padding:7px 8px}.fsc__label-row{display:flex;align-items:center;gap:3px;flex-shrink:0}.fsc__label{font-size:8px;font-weight:800;color:#fe2c55;text-transform:uppercase;letter-spacing:.8px;font-family:Poppins,sans-serif;white-space:nowrap}.fsc__live-dot{width:4px;height:4px;border-radius:50%;background:#fe2c55;flex-shrink:0;animation:fsc-dot-pulse 1.2s ease-in-out infinite}.fsc__name{font-size:11px;font-weight:600;color:#fff;margin:0;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:Poppins,sans-serif}.fsc__bottom-row{display:flex;align-items:center;gap:6px;flex-shrink:0;min-width:0}.fsc__pricing{display:flex;align-items:baseline;gap:3px;min-width:0;flex-shrink:1;overflow:hidden}.fsc__price-new{font-size:11px;font-weight:700;color:#fe2c55;font-family:Poppins,sans-serif;white-space:nowrap;flex-shrink:0}.fsc__price-old{font-size:9px;font-weight:400;color:#fff6;text-decoration:line-through;font-family:Poppins,sans-serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:1}.fsc__countdown{flex-shrink:0;margin-left:auto}.fsc__countdown-time{font-size:12px;font-weight:700;color:#ffffffd9;font-variant-numeric:tabular-nums;letter-spacing:-.2px;font-family:Poppins,sans-serif;white-space:nowrap}.fsc__countdown--urgent .fsc__countdown-time{animation:fsc-urgent-pulse .6s ease-in-out infinite}.fsc__buy-btn{flex-shrink:0;padding:5px 10px;border-radius:7px;border:none;background:#fe2c55;color:#fff;font-size:10px;font-weight:700;letter-spacing:.2px;cursor:pointer;outline:none;-webkit-tap-highlight-color:transparent;animation:fsc-btn-pulse 2s ease-in-out infinite;transition:transform .1s ease,background .15s ease;font-family:Poppins,sans-serif;white-space:nowrap;min-height:28px;display:flex;align-items:center}.fsc__buy-btn:hover{background:#ff4d6d}.fsc__buy-btn:active{transform:scale(.92)}.fsc-over-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000bf;z-index:500;pointer-events:none;animation:fsc-over-fade 3s ease-in-out forwards}.fsc-over-overlay__content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;animation:fsc-over-pop 3s ease-in-out forwards}.fsc-over-overlay__icon{display:block;margin:0 auto 12px;color:#fe2c55}.fsc-over-overlay__title{font-size:26px;font-weight:700;color:#fff;letter-spacing:-.5px;text-shadow:0 2px 16px rgba(0,0,0,.6);margin:0 0 6px;font-family:Poppins,sans-serif}.fsc-over-overlay__subtitle{font-size:14px;font-weight:400;color:#ffffffa6;margin:0;font-family:Poppins,sans-serif}@media (max-width: 480px){.fsc__img-wrap{width:48px;min-width:48px}.fsc__info{padding:6px 7px;gap:2px}.fsc__name,.fsc__price-new{font-size:10px}.fsc__countdown-time{font-size:11px}.fsc__buy-btn{font-size:9px;padding:4px 8px;min-height:26px}.fsc-over-overlay__title{font-size:22px}}@media (max-width: 360px){.fsc__img-wrap{width:44px;min-width:44px}.fsc__info{padding:5px 6px}.fsc__bottom-row{gap:4px}.fsc__buy-btn{padding:4px 7px}}.live-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;pointer-events:none;z-index:100;padding:14px;font-family:Poppins,sans-serif;touch-action:manipulation}.live-overlay>*{pointer-events:auto}.live-overlay.live-overlay-hidden{visibility:hidden;pointer-events:none}.live-overlay.live-overlay-hidden>*{pointer-events:none}.live-overlay__top{display:flex;justify-content:space-between;align-items:center;gap:10px}.live-overlay__top-left{flex-shrink:0;display:flex;flex-direction:row;gap:6px;align-items:center;min-width:0;flex:1}.live-overlay__duration{display:flex;align-items:center;gap:4px;padding:4px 8px;background:#00000073;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:20px;color:#fff;font-size:11px;font-weight:500;width:fit-content;border:1px solid rgba(255,255,255,.08);flex-shrink:0}.live-overlay__top-right{flex-shrink:0;display:flex;align-items:center;gap:6px}.live-overlay__middle{flex:1;min-height:80px;pointer-events:auto}.live-overlay__right-rail{position:absolute;right:14px;bottom:90px;display:flex;flex-direction:column;align-items:center;gap:12px;pointer-events:auto;z-index:10}.live-overlay__bottom{display:flex;flex-direction:column;gap:6px}.live-overlay__bottom-content{display:flex;justify-content:space-between;align-items:flex-end;gap:10px}.live-overlay__bottom-left{flex:1;max-width:400px;min-width:0;transition:all .3s ease}.live-overlay__bottom-right{flex-shrink:0;padding-bottom:16px}.live-overlay__input-section{display:none}.chat-message-limit-indicator{position:absolute;bottom:80px;left:12px;background:#ff9800e6;color:#fff;padding:5px 10px;border-radius:10px;font-size:11px;font-weight:600;animation:pulse 2s ease-in-out infinite;z-index:10}.live-overlay__close-btn{width:30px;height:30px;display:flex;align-items:center;justify-content:center;background:#0006;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:50%;color:#fff;cursor:pointer;transition:all .2s ease}.live-overlay__close-btn:hover{background:#0009;transform:scale(1.05)}.live-overlay__close-btn:active{transform:scale(.95)}.live-overlay__more-btn-mobile{display:none;width:30px;height:30px;align-items:center;justify-content:center;background:#0006;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:50%;color:#fff;cursor:pointer;transition:all .2s ease}.live-overlay__more-btn-mobile:hover{background:#0009;transform:scale(1.05)}.live-overlay__more-btn-mobile:active{transform:scale(.95)}.pinned-products-toggle{position:absolute;top:50%;right:8px;transform:translateY(-50%);background:#00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:50%;width:30px;height:30px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .2s ease;z-index:1000}.pinned-products-toggle:hover{background:#000000b3;transform:translateY(-50%) scale(1.1)}.pinned-products-toggle:active{transform:translateY(-50%) scale(.95)}.pinned-products-toggle__count{position:absolute;top:-4px;right:-4px;background:#fe2c55;color:#fff;font-size:9px;font-weight:700;padding:1px 5px;border-radius:8px;min-width:14px;text-align:center}@media (max-width: 480px){.live-overlay{padding:10px}.live-overlay__top{flex-direction:row;gap:8px;justify-content:space-between;align-items:center}.live-overlay__top-left{flex:1;min-width:0;flex-direction:row;gap:5px;align-items:center}.live-overlay__top-right{display:flex;align-items:center;gap:6px;flex-shrink:0}.live-overlay__more-btn-mobile,.live-overlay__right-rail{display:none}.live-overlay__bottom{gap:4px;flex-direction:column;max-height:38vh;overflow:hidden;padding-bottom:0;margin-bottom:0}.live-overlay__bottom-content{gap:6px;align-items:flex-end;display:flex;flex-direction:row;justify-content:space-between;flex:1;overflow:hidden;margin-bottom:0}.live-overlay__bottom-left{max-width:100%;width:100%;flex:1;display:flex;flex-direction:column;gap:6px;height:100%;overflow:hidden;transition:all .3s ease}.live-overlay__bottom-left--with-products{max-width:calc(100% - 136px);width:calc(100% - 136px)}.live-overlay__bottom-left--with-flash{justify-content:flex-end}.live-overlay__bottom-left--with-flash .chat-section{flex:1;min-height:0}.live-overlay__bottom-left .chat-section{background:transparent;border-radius:0;border:none;height:100%;max-height:none!important;display:flex;flex-direction:column;max-width:100%;overflow:visible}.live-overlay__bottom-left .chat-section__messages{max-height:none!important;flex:1;overflow-y:auto!important;overflow-x:hidden;padding:3px;display:flex;flex-direction:column;mask-image:linear-gradient(to bottom,transparent 0%,black 20%,black 100%);-webkit-mask-image:linear-gradient(to bottom,transparent 0%,black 20%,black 100%);-webkit-overflow-scrolling:touch!important;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;touch-action:pan-y!important;pointer-events:auto;position:relative}.live-overlay__bottom-left .chat-section__messages::-webkit-scrollbar{display:none;width:0;height:0;background:transparent}.live-overlay__bottom-left .chat-section__messages-inner{display:flex;flex-direction:column;gap:3px;margin-top:auto}.live-overlay__bottom-left .chat-section--collapsed .chat-section__messages{display:none}.live-overlay__bottom-right-products{width:124px;flex-shrink:0;height:100%;overflow:hidden;transition:all .3s ease;display:flex;flex-direction:column;justify-content:flex-end;margin-bottom:12px}.live-overlay__bottom-right{display:none}.live-overlay__input-section{display:block;position:relative;width:100%;flex-shrink:0;z-index:200;padding:0;margin:0}.chat-section__input-wrapper{display:flex;align-items:center;gap:5px}.chat-section__input-container{flex:1;min-width:0}.chat-section__input{min-width:80px}}@media (max-width: 360px){.live-overlay__bottom{max-height:36vh}.live-overlay__bottom-left{max-width:100%;width:100%}.live-overlay__bottom-left--with-products{max-width:calc(100% - 116px);width:calc(100% - 116px)}.live-overlay__bottom-right-products{width:110px;margin-bottom:12px}}@media (max-width: 320px){.live-overlay__bottom{max-height:34vh}.live-overlay__bottom-left{max-width:100%;width:100%}.live-overlay__bottom-left--with-products{max-width:calc(100% - 106px);width:calc(100% - 106px)}.live-overlay__bottom-right-products{width:100px;margin-bottom:12px}}@media (min-width: 481px) and (max-width: 768px){.live-overlay{padding:14px}.live-overlay__bottom-left{max-width:350px}.live-overlay__right-rail{right:14px;bottom:80px}}@media (min-width: 769px){.live-overlay{padding:20px}.live-overlay__bottom-left{max-width:400px}.live-overlay__middle{min-height:120px}.live-overlay__right-rail{right:20px;bottom:100px}}@media (min-width: 1200px){.live-overlay{padding:24px}.live-overlay__bottom-left{max-width:450px}}@supports (padding: max(0px)){.live-overlay{padding-top:max(14px,env(safe-area-inset-top) + 8px);padding-bottom:0;padding-left:max(14px,env(safe-area-inset-left));padding-right:max(14px,env(safe-area-inset-right))}@media (max-width: 480px){.live-overlay{padding-top:max(10px,env(safe-area-inset-top) + 6px);padding-bottom:0;padding-left:max(10px,env(safe-area-inset-left));padding-right:max(10px,env(safe-area-inset-right))}.live-overlay__input-section{padding-bottom:env(safe-area-inset-bottom)}}}.live-overlay{padding-top:14px;padding-bottom:0}@media (max-width: 480px){.live-overlay{padding-top:10px;padding-bottom:0}}.ban-screen{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000eb;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;box-sizing:border-box}.ban-screen__content{background:#1e1e1e;border-radius:16px;padding:36px 28px;text-align:center;max-width:360px;width:100%;border:1px solid rgba(255,255,255,.08)}.ban-screen__icon{color:#f44;margin-bottom:20px;animation:pulse 2s infinite}.ban-screen__title{font-size:20px;font-weight:600;color:#fff;margin:0 0 10px}.ban-screen__reason{font-size:14px;color:#aaa;margin:0 0 28px;line-height:1.5}.ban-screen__close-btn{background:#f44;color:#fff;border:none;padding:12px 28px;font-size:14px;font-weight:500;border-radius:8px;cursor:pointer;transition:background .3s ease;width:100%;font-family:Poppins,sans-serif}.ban-screen__close-btn:hover{background:#f66}@media (max-width: 480px){.ban-screen__content{padding:28px 20px}.ban-screen__title{font-size:18px}.ban-screen__reason{font-size:13px}.ban-screen__close-btn{padding:10px 20px;font-size:13px}}.host-moderation-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000a6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:flex-end;justify-content:center;z-index:2000;animation:hostModFadeIn .2s ease}@keyframes hostModFadeIn{0%{opacity:0}to{opacity:1}}.host-moderation-sheet{width:100%;max-width:480px;background:#1a1a1a;border-radius:20px 20px 0 0;padding:20px 20px 36px;animation:hostModSlideUp .3s cubic-bezier(.34,1.56,.64,1);font-family:Poppins,sans-serif}@keyframes hostModSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.host-moderation-sheet__user{display:flex;align-items:center;gap:12px;margin-bottom:16px}.host-moderation-sheet__avatar{width:44px;height:44px;border-radius:50%;overflow:hidden;flex-shrink:0}.host-moderation-sheet__avatar img{width:100%;height:100%;object-fit:cover}.host-moderation-sheet__avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fe2c55,#ff6b6b);color:#fff;font-size:18px;font-weight:600}.host-moderation-sheet__user-info{display:flex;flex-direction:column;gap:3px;min-width:0}.host-moderation-sheet__username{font-size:15px;font-weight:600;color:#fff}.host-moderation-sheet__message-preview{font-size:12px;color:#ffffff80;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.host-moderation-sheet__divider{height:1px;background:#ffffff14;margin-bottom:16px}.host-moderation-sheet__actions{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.host-moderation-sheet__btn{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:12px;color:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:Poppins,sans-serif;text-align:left}.host-moderation-sheet__btn:hover{background:#ffffff1a}.host-moderation-sheet__btn--ban{color:#f44;border-color:#f443}.host-moderation-sheet__btn--ban:hover{background:#ff44441a}.host-moderation-sheet__mute-options{margin-bottom:12px}.host-moderation-sheet__mute-title{font-size:13px;color:#fff9;margin-bottom:10px}.host-moderation-sheet__mute-durations{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.host-moderation-sheet__duration-btn{padding:8px 14px;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:20px;color:#fff;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:Poppins,sans-serif}.host-moderation-sheet__duration-btn:hover{background:#ffffff26}.host-moderation-sheet__duration-btn--permanent{background:#ff444426;border-color:#ff44444d;color:#f66}.host-moderation-sheet__back-btn{background:none;border:none;color:#fff9;font-size:13px;cursor:pointer;padding:4px 0;font-family:Poppins,sans-serif}.host-moderation-sheet__cancel{width:100%;padding:14px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:12px;color:#ffffffb3;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:Poppins,sans-serif}.host-moderation-sheet__cancel:hover{background:#ffffff1a}.product-message-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000bf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:3000;animation:productMessageFadeIn .25s ease}.product-message-modal{position:absolute;bottom:0;left:0;right:0;width:100%;background:#fff;border-radius:20px 20px 0 0;padding:20px 16px 36px;animation:productMessageSlideUp .3s ease;font-family:Poppins,sans-serif}.product-message-modal__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.product-message-modal__title{font-size:16px;font-weight:700;color:#333;margin:0;flex:1}.product-message-modal__close{background:none;border:none;color:#0009;font-size:22px;cursor:pointer;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;flex-shrink:0}.product-message-modal__product-preview{display:flex;gap:10px;margin-bottom:16px;padding:10px;background:#f5f5f5;border-radius:10px}.product-message-modal__product-image{width:52px;height:52px;border-radius:8px;object-fit:cover;flex-shrink:0}.product-message-modal__product-name{font-size:13px;font-weight:600;color:#333;margin:0 0 3px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-message-modal__product-price{font-size:12px;font-weight:600;color:#fe2c55;margin:0}.product-message-modal__input-section{margin-bottom:16px}.product-message-modal__input-label{font-size:13px;font-weight:600;color:#333;margin-bottom:6px;display:block}.product-message-modal__input{width:100%;padding:10px 12px;background:#f5f5f5;border:none;border-radius:10px;color:#333;font-size:13px;font-family:Poppins,sans-serif;outline:none;box-sizing:border-box;transition:all .2s ease}.product-message-modal__input:focus{background:#ebebeb;border:1.5px solid #333}.product-message-modal__actions{display:flex;gap:10px}.product-message-modal__cancel-btn{flex:1;padding:11px;background:#f5f5f5;border:none;border-radius:10px;color:#333;font-size:13px;font-weight:600;font-family:Poppins,sans-serif;cursor:pointer;transition:all .2s ease}.product-message-modal__send-btn{flex:2;padding:11px;background:#fe2c55;border:none;border-radius:10px;color:#fff;font-size:13px;font-weight:600;font-family:Poppins,sans-serif;cursor:pointer;transition:all .2s ease}.product-message-modal__send-btn:hover:not(:disabled){background:#ff4d6d}.pinned-product__streamer-pick-badge{display:flex;align-items:center;gap:4px;padding:4px 8px 4px 6px;background:#ff3b3014;border-bottom:1px solid rgba(255,59,48,.12);font-size:10px;font-weight:600;color:#e53935;letter-spacing:.3px;text-transform:uppercase;line-height:1}.pinned-product__streamer-pick-dot{width:6px;height:6px;border-radius:50%;background:#e53935;flex-shrink:0;animation:streamer-pick-pulse-desktop 1.8s ease-in-out infinite}@keyframes streamer-pick-pulse-desktop{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.75)}}.pinned-products{background:transparent;border-radius:12px;padding:16px;max-width:100%;min-width:280px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 32px #0000004d;z-index:1000;transition:all .3s ease;margin-bottom:16px;position:relative}.pinned-product__close-btn{position:absolute;top:8px;right:8px;background:#00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .2s ease;z-index:10;box-shadow:0 2px 8px #0000004d}.pinned-product__close-btn:hover{background:#000000b3;transform:scale(1.1)}.pinned-product__close-btn:active{transform:scale(.95)}.pinned-products__list{display:flex;flex-direction:column;gap:12px;max-height:400px;overflow-y:auto}.pinned-product__cta--desktop{display:none}@media (max-width: 768px){.pinned-products{padding:8px;margin-bottom:0;min-width:auto;max-width:100%;width:100%;border-radius:8px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 12px #00000026}.pinned-products{padding:8px;margin-bottom:0;min-width:auto;max-width:100%;width:100%;height:100%;border-radius:8px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 12px #00000026;display:flex;flex-direction:column}.pinned-products__list{display:flex;flex-direction:column;gap:8px;flex:1;overflow-y:auto;overflow-x:hidden}.pinned-product{flex:0 0 auto;padding:8px;gap:8px;height:auto;position:relative;border-radius:8px;background:#fff;border:1px solid rgba(0,0,0,.15);box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;align-items:center;text-align:center}.pinned-product:hover{background:#f8f8f8;border-color:#00000040}.pinned-product__image-container{width:100%;aspect-ratio:1;border-radius:6px;background:#f5f5f5}.pinned-product__info{display:flex;flex-direction:column;gap:4px;margin-top:6px;width:100%}.pinned-product__name{font-size:10px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#2c2c2c;line-height:1.2}.pinned-product__price{display:flex;align-items:baseline;justify-content:center;gap:4px;font-size:9px}.pinned-product__current-price{font-size:12px;font-weight:700;color:#d81b60}.pinned-product__original-price{font-size:9px;color:#999;font-weight:500}.pinned-product__discount{font-size:9px;padding:2px 4px;border-radius:3px;font-weight:700}.pinned-product__out-of-stock{font-size:9px;font-weight:700}.pinned-product__description{display:none}.pinned-product__cta{display:block;width:100%;font-size:10px;padding:6px 8px;margin-top:4px}.pinned-products__list::-webkit-scrollbar{height:3px}.pinned-products__list::-webkit-scrollbar-track{background:#0000000d;border-radius:2px}.pinned-products__list::-webkit-scrollbar-thumb{background:#0003;border-radius:2px}.pinned-products__list::-webkit-scrollbar-thumb:hover{background:#0000004d}}@media (min-width: 769px){.pinned-product{position:relative}.pinned-product__price{display:block}.pinned-product__cta--mobile{display:none}.pinned-product__cta--desktop{display:block;font-size:12px;padding:6px 12px;position:absolute;bottom:12px;right:12px}}.pinned-product{background:#fff;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;transition:all .2s ease;cursor:pointer;border:1px solid rgba(0,0,0,.1);min-height:120px;box-shadow:0 1px 3px #0000001a}.pinned-product__content-row{display:flex;gap:12px;padding:12px;flex:1}.pinned-product:hover{background:#f8f8f8;border-color:#0003;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.pinned-product:active{transform:translateY(0)}.pinned-product__image-container{position:relative;width:80px;height:80px;flex-shrink:0;border-radius:6px;overflow:hidden;background:#f5f5f5}.pinned-product__image{width:100%;height:100%;object-fit:cover;display:block}.pinned-product__out-of-stock{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000b3;color:#fff;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.pinned-product__discount{position:absolute;top:4px;left:4px;background:#ff4757;color:#fff;font-size:10px;font-weight:600;padding:2px 6px;border-radius:3px}.pinned-product__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px;overflow:hidden}.pinned-product__name{margin:0;font-size:14px;font-weight:500;color:#2c2c2c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pinned-product__price{display:flex;align-items:baseline;gap:6px;white-space:nowrap;overflow:hidden}.pinned-product__current-price{font-size:16px;font-weight:600;color:#d81b60}.pinned-product__original-price{font-size:12px;color:#999;text-decoration:line-through}.pinned-product__description{margin:0;font-size:11px;color:#666;line-height:1.4;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.pinned-product__cta{padding:6px 12px;font-size:12px;font-weight:500;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:6px;cursor:pointer;transition:all .2s ease;align-self:flex-start}.pinned-product__cta:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.pinned-product__cta:active{transform:translateY(0)}.pinned-products__list::-webkit-scrollbar{width:4px}.pinned-products__list::-webkit-scrollbar-track{background:#ffffff0d;border-radius:2px}.pinned-products__list::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:2px}.pinned-products__list::-webkit-scrollbar-thumb:hover{background:#ffffff80}.product-message-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:3000;animation:productMessageFadeIn .3s ease}@keyframes productMessageFadeIn{0%{opacity:0}to{opacity:1}}.product-message-modal{position:absolute;bottom:0;left:0;right:0;width:100%;background:#fff;border-radius:20px 20px 0 0;padding:24px 16px 40px;animation:productMessageSlideUp .3s ease;font-family:Poppins,sans-serif}@keyframes productMessageSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.product-message-modal__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.product-message-modal__title{font-size:18px;font-weight:700;color:#333;margin:0;flex:1}.product-message-modal__close{background:none;border:none;color:#000000b3;font-size:24px;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;flex-shrink:0}.product-message-modal__close:hover{background:#f5f5f5;color:#000}.product-message-modal__product-preview{display:flex;gap:12px;margin-bottom:20px;padding:12px;background:#f5f5f5;border-radius:12px}.product-message-modal__product-image{width:60px;height:60px;border-radius:8px;object-fit:cover;flex-shrink:0}.product-message-modal__product-info{flex:1;min-width:0}.product-message-modal__product-name{font-size:14px;font-weight:600;color:#333;margin:0 0 4px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-message-modal__product-price{font-size:13px;font-weight:600;color:#333;margin:0}.product-message-modal__input-section{margin-bottom:20px}.product-message-modal__input-label{font-size:14px;font-weight:600;color:#333;margin-bottom:8px;display:block}.product-message-modal__input{width:100%;padding:12px;background:#f5f5f5;border:none;border-radius:12px;color:#333;font-size:14px;font-family:Poppins,sans-serif;outline:none;box-sizing:border-box;transition:all .2s ease}.product-message-modal__input::placeholder{color:#0006}.product-message-modal__input:focus{background:#e8e8e8;border:2px solid #333}.product-message-modal__actions{display:flex;gap:12px}.product-message-modal__cancel-btn{flex:1;padding:12px;background:#f5f5f5;border:none;border-radius:12px;color:#333;font-size:14px;font-weight:600;font-family:Poppins,sans-serif;cursor:pointer;transition:all .2s ease}.product-message-modal__cancel-btn:hover{background:#e8e8e8}.product-message-modal__send-btn{flex:2;padding:12px;background:#333;border:none;border-radius:12px;color:#fff;font-size:14px;font-weight:600;font-family:Poppins,sans-serif;cursor:pointer;transition:all .2s ease}.product-message-modal__send-btn:hover:not(:disabled){transform:scale(1.02);box-shadow:0 4px 12px #0003}.product-message-modal__send-btn:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.product-message-modal{max-width:100%;border-radius:14px 14px 0 0;padding:18px 12px 28px}.product-message-modal__header{margin-bottom:14px}.product-message-modal__title{font-size:15px}.product-message-modal__close{font-size:22px;width:28px;height:28px}.product-message-modal__product-preview{margin-bottom:14px;padding:8px;border-radius:10px}.product-message-modal__product-image{width:48px;height:48px;border-radius:6px}.product-message-modal__product-name{font-size:12px}.product-message-modal__product-price{font-size:11px}.product-message-modal__input-section{margin-bottom:16px}.product-message-modal__input-label{font-size:12px;margin-bottom:6px}.product-message-modal__input{font-size:12px;padding:10px;border-radius:10px}.product-message-modal__actions{gap:10px}.product-message-modal__cancel-btn,.product-message-modal__send-btn{font-size:12px;padding:10px;border-radius:10px}}@media (min-width: 481px) and (max-width: 768px){.pinned-products{max-width:280px;min-width:240px;padding:12px}.pinned-products__title{font-size:14px}.pinned-product{padding:10px;height:110px}.pinned-product__image-container{width:70px;height:70px}.pinned-product__name{font-size:13px}.pinned-product__current-price{font-size:14px}.pinned-product__cta{padding:5px 10px;font-size:11px}}.welcome-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000d9;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:welcomeFadeIn .3s ease}@keyframes welcomeFadeIn{0%{opacity:0}to{opacity:1}}.welcome-popup{display:flex;flex-direction:column;align-items:center;text-align:center;padding:32px 40px;max-width:320px;animation:welcomeSlideUp .4s ease}@keyframes welcomeSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.welcome-live-badge{display:flex;align-items:center;gap:6px;background:#fe2c55;color:#fff;font-size:12px;font-weight:700;padding:6px 12px;border-radius:4px;margin-bottom:20px;letter-spacing:.5px}.welcome-live-dot{width:8px;height:8px;background:#fff;border-radius:50%;animation:welcomePulse 1.5s ease-in-out infinite}@keyframes welcomePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.8)}}.welcome-avatar{width:80px;height:80px;border-radius:50%;overflow:hidden;margin-bottom:16px;border:3px solid #fe2c55;box-shadow:0 0 20px #fe2c5566}.welcome-avatar img{width:100%;height:100%;object-fit:cover}.welcome-avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fe2c55,#ff6b6b);color:#fff;font-size:32px;font-weight:700}.welcome-title{color:#fff;font-size:22px;font-weight:700;margin:0 0 4px;font-family:Poppins,sans-serif}.welcome-subtitle{color:#fffc;font-size:16px;margin:0 0 16px;font-family:Poppins,sans-serif}.welcome-message{color:#fff9;font-size:14px;margin:0 0 24px;font-family:Poppins,sans-serif;line-height:1.4}.welcome-cta{display:flex;align-items:center;justify-content:center;gap:8px;background:#fe2c55;color:#fff;border:none;border-radius:24px;padding:14px 32px;font-size:16px;font-weight:600;font-family:Poppins,sans-serif;cursor:pointer;transition:all .2s ease;min-width:160px}.welcome-cta:hover{background:#ff4d6d;transform:scale(1.02)}.welcome-cta:active{transform:scale(.98)}.welcome-cta svg{margin-left:-4px}@media (max-width: 480px){.welcome-popup{padding:24px 28px;max-width:280px}.welcome-avatar{width:70px;height:70px}.welcome-avatar-placeholder{font-size:28px}.welcome-title{font-size:20px}.welcome-subtitle{font-size:14px}.welcome-message{font-size:13px}.welcome-cta{padding:12px 28px;font-size:15px}}.stream-ended{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;animation:streamEndedFadeIn .5s cubic-bezier(.4,0,.2,1)}@keyframes streamEndedFadeIn{0%{opacity:0}to{opacity:1}}.stream-ended__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a0a0a;z-index:0}.stream-ended__bg-image{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;filter:blur(28px) brightness(.35) saturate(.7);transform:scale(1.08);z-index:1}.stream-ended__bg-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000008c,#000000b8,#000000e0);z-index:2}.stream-ended__content{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;text-align:center;padding:40px 28px 36px;width:100%;max-width:340px;animation:streamEndedSlideUp .45s cubic-bezier(.34,1.56,.64,1) .1s both}@keyframes streamEndedSlideUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.stream-ended__avatar-wrap{position:relative;margin-bottom:20px}.stream-ended__avatar-ring{width:84px;height:84px;border-radius:50%;padding:3px;background:linear-gradient(135deg,#ffffff2e,#ffffff0a);box-shadow:0 0 0 1px #ffffff1a,0 8px 32px #00000080}.stream-ended__avatar{width:100%;height:100%;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,#2a2a2a,#1a1a1a);display:flex;align-items:center;justify-content:center}.stream-ended__avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.stream-ended__avatar-placeholder{font-size:32px;font-weight:700;color:#ffffffb3;font-family:Poppins,sans-serif;line-height:1}.stream-ended__badge{position:absolute;bottom:-4px;left:50%;transform:translate(-50%);background:#1e1e1ef2;border:1px solid rgba(255,255,255,.12);color:#ffffff8c;font-size:9px;font-weight:700;letter-spacing:1px;text-transform:uppercase;padding:3px 8px;border-radius:10px;white-space:nowrap;font-family:Poppins,sans-serif}.stream-ended__name{font-size:20px;font-weight:700;color:#fff;margin:0 0 6px;font-family:Poppins,sans-serif;letter-spacing:-.3px}.stream-ended__headline{font-size:15px;font-weight:600;color:#ffffffe6;margin:0 0 10px;font-family:Poppins,sans-serif;line-height:1.4}.stream-ended__subtext{font-size:13px;font-weight:400;color:#ffffff80;margin:0 0 32px;font-family:Poppins,sans-serif;line-height:1.55;max-width:260px}.stream-ended__divider{width:40px;height:2px;background:#ffffff1f;border-radius:2px;margin:0 auto 28px}.stream-ended__actions{display:flex;flex-direction:column;gap:12px;width:100%}.stream-ended__btn{display:flex;align-items:center;justify-content:center;gap:8px;border:none;border-radius:26px;padding:14px 24px;font-size:14px;font-weight:600;font-family:Poppins,sans-serif;cursor:pointer;transition:transform .15s ease,background .2s ease,opacity .2s ease;width:100%;letter-spacing:.1px;-webkit-tap-highlight-color:transparent}.stream-ended__btn:active{transform:scale(.97)}.stream-ended__btn--follow{background:#fe2c55;color:#fff;box-shadow:0 4px 20px #fe2c5559}.stream-ended__btn--follow:hover{background:#ff4d6d}.stream-ended__btn--following{background:#ffffff1a;color:#ffffffbf;border:1px solid rgba(255,255,255,.15);box-shadow:none;cursor:default}.stream-ended__btn--following:active{transform:none}.stream-ended__btn--back{background:#ffffff12;color:#ffffffb3;border:1px solid rgba(255,255,255,.1)}.stream-ended__btn--back:hover{background:#ffffff1c}.stream-ended__hint{margin-top:24px;display:flex;align-items:center;justify-content:center;gap:6px;color:#ffffff4d;font-size:11px;font-family:Poppins,sans-serif}.stream-ended__hint svg{flex-shrink:0;opacity:.5}.player-container{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#000;touch-action:pan-x pan-y}.video-player{width:100%;height:100%;object-fit:contain;touch-action:manipulation}.player-error{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#323232e6;color:#fff;padding:24px 32px;border-radius:16px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;z-index:200;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px #0000004d;font-size:14px;font-family:Poppins,sans-serif;animation:subtleErrorSlideIn .3s ease;min-width:280px;max-width:90%}.player-error-text{margin:0;font-size:16px;font-weight:500;line-height:1.4}.player-error-refresh{display:flex;align-items:center;justify-content:center;background:#ffffff26;border:none;color:#fff;padding:10px 20px;border-radius:20px;cursor:pointer;font-size:14px;font-weight:500;font-family:Poppins,sans-serif;transition:background .2s ease;white-space:nowrap}.player-error-refresh:hover{background:#ffffff40}.player-error-refresh:active{background:#ffffff4d}.player-error-refresh svg{width:16px;height:16px;margin-right:6px}@keyframes subtleErrorSlideIn{0%{opacity:0;transform:translate(-50%,-50%) scale(.9)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@media (max-width: 480px){.player-error{padding:20px 24px;gap:14px;min-width:240px}.player-error-text{font-size:14px}.player-error-refresh{padding:8px 16px;font-size:13px}}.host-away-overlay-player{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:150;animation:hostAwayFadeInPlayer .3s ease}.host-away-content{margin-top:-20%}@keyframes hostAwayFadeInPlayer{0%{opacity:0}to{opacity:1}}.host-away-content{display:flex;flex-direction:column;align-items:center;text-align:center;padding:40px;animation:hostAwaySlideUpPlayer .4s ease}@keyframes hostAwaySlideUpPlayer{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.host-away-icon-player{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:#ffc10726;border-radius:50%;margin-bottom:24px;color:#ffc107;animation:hostAwayPulsePlayer 2s ease-in-out infinite}@keyframes hostAwayPulsePlayer{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}}.host-away-title-player{color:#fff;font-size:24px;font-weight:700;margin:0 0 8px;font-family:Poppins,sans-serif}.host-away-subtitle{color:#fff9;font-size:16px;margin:0;font-family:Poppins,sans-serif}@media (max-width: 480px){.host-away-content{padding:32px 24px}.host-away-icon-player{width:64px;height:64px;margin-bottom:20px}.host-away-title-player{font-size:20px}.host-away-subtitle{font-size:14px}}.stats-toggle{position:absolute;top:16px;right:16px;background:#000000b3;border:none;color:#fff;font-size:20px;padding:8px 12px;border-radius:50%;cursor:pointer;z-index:200;transition:background .3s;width:44px;height:44px;display:flex;align-items:center;justify-content:center}.stats-toggle:hover{background:#000000e6}.stats-panel{position:absolute;top:70px;right:16px;background:#000000e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;padding:15px;border-radius:12px;font-family:Poppins,monospace;font-size:13px;z-index:200;min-width:220px}.stats-title{font-weight:700;margin-bottom:10px;font-size:16px;border-bottom:1px solid #444;padding-bottom:5px}.stats-row{display:flex;justify-content:space-between;margin:5px 0;padding:3px 0}.stats-row span:first-child{color:#aaa}.stats-row span:last-child{color:#0f0;font-weight:700}.loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:100;pointer-events:none}.loading-spinner{position:relative;width:40px;height:40px}.loading-spinner-ring{position:absolute;width:100%;height:100%;border-radius:50%;border:2px solid transparent;animation:spin 1.2s linear infinite}.loading-spinner-ring:nth-child(1){border-top-color:#fe2c55;animation-delay:0s}.loading-spinner-ring:nth-child(2){border-right-color:#25f4ee;animation-delay:.15s;width:80%;height:80%;top:10%;left:10%}.loading-spinner-ring:nth-child(3){border-bottom-color:#fff;animation-delay:.3s;width:60%;height:60%;top:20%;left:20%}.offline-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,#111,#0a0a0a);display:flex;align-items:center;justify-content:center;z-index:1000;animation:offlineFadeIn .3s ease}@keyframes offlineFadeIn{0%{opacity:0}to{opacity:1}}.offline-popup{display:flex;flex-direction:column;align-items:center;text-align:center;padding:32px 28px;max-width:320px;width:100%;animation:offlineSlideUp .35s ease}@keyframes offlineSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.offline-avatar-container{margin-bottom:18px}.offline-avatar{width:72px;height:72px;border-radius:50%;overflow:visible;border:2px solid rgba(255,255,255,.1);position:relative;box-shadow:0 4px 20px #0006}.offline-avatar-indicator{position:absolute;bottom:-2px;right:-2px;width:20px;height:20px;background:#666;border-radius:50%;border:3px solid #111;z-index:10}.offline-avatar:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#0003;border-radius:50%;z-index:5}.offline-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover;filter:grayscale(30%);position:relative;z-index:1}.offline-avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2a2a2a,#1e1e1e);color:#ffffff80;font-size:28px;font-weight:700}.offline-title{color:#fff;font-size:18px;font-weight:700;margin:0 0 4px;font-family:Poppins,sans-serif}.offline-status{color:#ffffff73;font-size:13px;margin:0 0 10px;font-family:Poppins,sans-serif}.offline-message{color:#ffffff59;font-size:12px;margin:0 0 24px;font-family:Poppins,sans-serif;line-height:1.5}.offline-actions{display:flex;flex-direction:column;gap:10px;width:100%;margin-bottom:20px}.offline-cta{display:flex;align-items:center;justify-content:center;gap:7px;border:none;border-radius:22px;padding:12px 24px;font-size:14px;font-weight:600;font-family:Poppins,sans-serif;cursor:pointer;transition:all .2s ease;width:100%}.offline-cta--primary{background:#fe2c55;color:#fff}.offline-cta--primary:hover{background:#ff4d6d;transform:scale(1.01)}.offline-cta--secondary{background:#ffffff14;color:#ffffffbf;border:1px solid rgba(255,255,255,.1)}.offline-cta--secondary:hover{background:#ffffff1f}.offline-cta:active{transform:scale(.98)}.offline-hint{display:flex;align-items:center;justify-content:center;gap:6px;color:#ffffff59;font-size:12px;font-family:Poppins,sans-serif}.offline-hint svg{opacity:.5;flex-shrink:0;width:14px;height:14px}.offline-hint-text{white-space:nowrap}.mobile-only-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#000;padding:2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;color:#fff;text-align:center}.app-logo{font-size:4rem;font-weight:900;margin-bottom:3rem;letter-spacing:.1em;animation:fadeInScale 1s ease-out}.fli-text{color:#fff}.qo-text{color:gold}@keyframes fadeInScale{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.mobile-icon{font-size:8rem;margin-bottom:2rem;animation:float 3s ease-in-out infinite;text-shadow:0 4px 20px rgba(255,255,255,.1)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2;text-shadow:0 2px 10px rgba(255,255,255,.1)}.description{font-size:1.2rem;line-height:1.6;margin-bottom:3rem;max-width:500px;opacity:.9}.cta-button{background:linear-gradient(135deg,#ff6b6b,#ee5a6f);color:#fff;border:none;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #ee5a6f66;text-transform:uppercase;letter-spacing:.5px}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 25px #ee5a6f99;background:linear-gradient(135deg,#ee5a6f,#ff6b6b)}.cta-button:active{transform:translateY(0)}@media (max-width: 640px){.app-logo{font-size:3rem}.title{font-size:2rem}.description{font-size:1.1rem}.mobile-icon{font-size:6rem}}*{margin:0;padding:0;box-sizing:border-box}.scheduled-live-container{position:fixed;top:0;left:0;width:100%;height:100vh;height:100dvh;background:#000;overflow:hidden;font-family:Poppins,sans-serif;transform:translateZ(0);-webkit-transform:translateZ(0);display:flex;flex-direction:column;padding:10px 10px 0}.scheduled-live-background{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.45;filter:blur(4px) brightness(.35);transform:translateZ(0);-webkit-transform:translateZ(0);will-change:transform;z-index:0}.scheduled-live-header{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-shrink:0;position:relative;z-index:10}.scheduled-live-user-info{max-width:65%;flex-shrink:1;min-width:0;overflow:hidden}.scheduled-live-details-btn{display:flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;background:#00000073;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.1);border-radius:50%;color:#ffffffd9;cursor:pointer;transition:all .2s ease;flex-shrink:0}.scheduled-live-details-btn:hover{background:#000000a6;transform:scale(1.08)}.scheduled-live-details-btn:active{transform:scale(.94)}.scheduled-live-details-btn svg{width:15px;height:15px;flex-shrink:0}.scheduled-live-details-btn span{display:none}.scheduled-live-user-info .user-info{background:#00000073;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:50px;padding:4px 8px;max-width:100%;will-change:transform;gap:5px;overflow:hidden}.scheduled-live-user-info .user-info__details{min-width:0;overflow:hidden}.scheduled-live-user-info .user-info__display-name{font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.scheduled-live-user-info .user-info__username{font-size:9px}.scheduled-live-user-info .user-info__followers{font-size:9px;gap:2px}.scheduled-live-user-info .user-info__followers svg{width:10px;height:10px}.scheduled-live-user-info .user-info__avatar{width:26px;height:26px;flex-shrink:0}.scheduled-live-user-info .user-info__follow-btn-wrapper{max-width:90px}.scheduled-live-user-info .user-info__follow-btn{padding:4px 10px;font-size:10px}.scheduled-live-user-info .user-info__verified{width:11px;height:11px}.scheduled-live-user-info .user-info__live-badge{display:none}.scheduled-live-middle{flex:1;min-height:0;display:flex;align-items:center;justify-content:center;position:relative;z-index:10}.scheduled-live-overlay{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px 20px;text-align:center;width:100%;pointer-events:none}.scheduled-live-overlay>*{pointer-events:auto}.scheduled-live-badge{display:inline-flex;align-items:center;gap:6px;padding:5px 14px;background:linear-gradient(135deg,#fe2c55f2,#ff6b6bf2);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:20px;font-size:10px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.8px;margin-bottom:14px;box-shadow:0 4px 16px #fe2c5566;animation:badge-glow 3s ease-in-out infinite}.scheduled-live-badge:before{content:"";width:5px;height:5px;background:#fff;border-radius:50%;animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.75)}}@keyframes badge-glow{0%,to{box-shadow:0 4px 16px #fe2c5566}50%{box-shadow:0 4px 24px #fe2c5599}}.scheduled-live-title{font-size:16px;font-weight:700;color:#fff;margin-bottom:16px;letter-spacing:-.3px;line-height:1.35;text-shadow:0 2px 8px rgba(0,0,0,.5);max-width:85%;word-wrap:break-word}.scheduled-live-subtitle{font-size:11px;color:#ffffffb3;margin-bottom:12px;font-weight:500}.countdown-container{display:flex;gap:6px;margin-bottom:0;align-items:flex-start;justify-content:center;flex-wrap:nowrap;width:100%;max-width:100%;padding:0 8px;box-sizing:border-box}.countdown-item{display:flex;flex-direction:column;align-items:center;flex:0 1 auto;min-width:36px;max-width:52px;box-sizing:border-box}.countdown-value{font-size:18px;font-weight:700;color:#fff;line-height:1;background:#ffffff1a;padding:8px 6px;border-radius:8px;border:1px solid rgba(255,255,255,.15);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);transition:all .3s cubic-bezier(.4,0,.2,1);min-width:36px;min-height:36px;display:flex;align-items:center;justify-content:center;font-variant-numeric:tabular-nums;width:100%;max-width:52px}.countdown-value.animating{transform:scale(1.06);border-color:#fe2c55;background:#fe2c5526;box-shadow:0 0 16px #fe2c5566}.countdown-label{font-size:8px;color:#fff9;text-transform:uppercase;letter-spacing:.4px;margin-top:4px;font-weight:600}.countdown-separator{font-size:14px;font-weight:400;color:#ffffff80;line-height:1;display:flex;align-items:center;padding-top:8px}.scheduled-live-scheduled-date{font-size:12px;color:#ffffffd9;margin-top:16px;font-weight:500;text-align:center;max-width:280px;line-height:1.4;text-shadow:0 1px 6px rgba(0,0,0,.4);padding:8px 14px;background:#ffffff14;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:12px;border:1px solid rgba(255,255,255,.12)}.loading-container{display:flex;flex-direction:column;align-items:center;gap:10px;color:#fff;padding:16px}.spinner{width:28px;height:28px;border:2px solid rgba(255,255,255,.2);border-top:2px solid #fe2c55;border-radius:50%;animation:spin 1s linear infinite}.loading-text{font-size:11px;color:#fff9}.scheduled-live-bottom{display:flex;flex-direction:column;gap:4px;max-height:38vh;overflow:hidden;padding-bottom:0;margin-bottom:0;position:relative;z-index:10}.scheduled-live-bottom-content{display:flex;justify-content:space-between;align-items:flex-end;gap:6px;margin-bottom:0;min-height:0;flex:1;overflow:hidden;padding:0}.scheduled-live-chat-section{flex:1;min-width:0;max-width:calc(100% - 136px);width:calc(100% - 136px);display:flex;flex-direction:column;gap:5px;height:100%;overflow:hidden;transition:all .3s ease}.scheduled-live-chat-section .chat-section{background:transparent;border-radius:0;border:none;height:100%;display:flex;flex-direction:column;max-width:100%}.scheduled-live-chat-section .chat-section__messages{max-height:none;flex:1;overflow-y:scroll;overflow-x:hidden;padding:3px;display:flex;flex-direction:column;mask-image:linear-gradient(to bottom,transparent 0%,black 20%,black 100%);-webkit-mask-image:linear-gradient(to bottom,transparent 0%,black 20%,black 100%);-webkit-overflow-scrolling:touch;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;touch-action:pan-y}.scheduled-live-chat-section .chat-section__messages::-webkit-scrollbar{display:none;width:0;height:0;background:transparent}.scheduled-live-chat-section .chat-section__messages-inner{display:flex;flex-direction:column;gap:3px;margin-top:auto}.scheduled-live-chat-section .chat-section--collapsed .chat-section__messages{display:none}.chat-message-limit-indicator{background:#ff9800e6;color:#fff;padding:4px 8px;border-radius:8px;font-size:10px;font-weight:600;animation:pulse 2s ease-in-out infinite;z-index:10;align-self:flex-start}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.scheduled-live-pinned-products{width:124px;flex-shrink:0;height:100%;overflow:hidden;transition:all .3s ease;display:flex;flex-direction:column;justify-content:flex-end;margin-bottom:12px}.scheduled-live-pinned-products-toggle{position:relative;align-self:flex-end;background:#00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .2s ease;z-index:1000;flex-shrink:0}.scheduled-live-pinned-products-toggle:hover{background:#000000b3;transform:scale(1.1)}.scheduled-live-pinned-products-toggle:active{transform:scale(.95)}.scheduled-live-pinned-products-toggle__count{position:absolute;top:-4px;right:-4px;background:#fe2c55;color:#fff;font-size:8px;font-weight:700;padding:1px 4px;border-radius:8px;min-width:14px;text-align:center}.scheduled-live-action-buttons{display:none}.scheduled-live-right-rail{position:absolute;right:10px;bottom:80px;display:flex;flex-direction:column;align-items:center;gap:10px;pointer-events:auto;z-index:10}.scheduled-live-input-section{position:relative;padding:0;margin:0;flex-shrink:0}.scheduled-live-input-wrapper{display:flex;align-items:center;gap:5px}.scheduled-live-input-container{flex:1;min-width:0;display:flex;flex-direction:column;align-items:stretch;background:#00000080;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:20px;border:1px solid rgba(255,255,255,.1);padding:5px 8px}.scheduled-live-reply-banner{display:flex;align-items:center;justify-content:space-between;padding:3px 4px;background:#fe2c5526;border-left:2px solid #fe2c55;border-radius:3px;animation:slideDown .3s ease-out;width:100%;margin-bottom:3px}@keyframes slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:25px}}.scheduled-live-reply-info{display:flex;align-items:center;gap:3px;flex:1;min-width:0;color:#ffffffe6;font-size:10px}.scheduled-live-reply-info svg{flex-shrink:0;color:#fe2c55}.scheduled-live-reply-username{font-weight:600;color:#fe2c55;flex-shrink:0}.scheduled-live-reply-message{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#ffffffb3;flex:1;min-width:0}.scheduled-live-reply-cancel{display:flex;align-items:center;justify-content:center;padding:1px;background:transparent;border:none;border-radius:50%;color:#fff9;cursor:pointer;transition:all .2s ease;flex-shrink:0}.scheduled-live-reply-cancel:hover{background:#ffffff26;color:#ffffffe6}.scheduled-live-reply-cancel:active{transform:scale(.9)}.scheduled-live-input-row{display:flex;align-items:center;gap:5px;width:100%}.scheduled-live-input{flex:1;background:transparent;border:none;color:#fff;font-size:12px;padding:3px 5px;outline:none;font-family:inherit;min-width:0}.scheduled-live-input::placeholder{color:#ffffff73}.scheduled-live-input:disabled{opacity:.5;cursor:not-allowed}.scheduled-live-send-btn{background:#fe2c55;border:none;color:#fff;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0}.scheduled-live-send-btn:hover:not(:disabled){background:#ff3d6b;transform:scale(1.05)}.scheduled-live-send-btn:disabled{opacity:.5;cursor:not-allowed}.scheduled-live-send-btn svg{width:14px;height:14px;margin-left:1px}.scheduled-live-share-btn,.scheduled-live-more-btn{width:34px;height:34px;display:flex;align-items:center;justify-content:center;background:#00000073;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:50%;color:#fff;cursor:pointer;transition:all .2s ease;flex-shrink:0}.scheduled-live-share-btn:hover,.scheduled-live-more-btn:hover{background:#000000a6;transform:scale(1.05)}.scheduled-live-share-btn:active,.scheduled-live-more-btn:active{transform:scale(.95)}.scheduled-live-share-btn svg,.scheduled-live-more-btn svg{width:16px;height:16px}@media (max-height: 600px){.scheduled-live-overlay{padding:8px 12px}.scheduled-live-badge{padding:4px 10px;font-size:9px;margin-bottom:8px}.scheduled-live-title{font-size:14px;margin-bottom:10px}.countdown-item{min-width:30px;max-width:44px}.countdown-value{font-size:15px;padding:6px 4px;min-width:30px;min-height:30px;max-width:44px;border-radius:6px}.countdown-label{font-size:7px;margin-top:3px}.countdown-separator{font-size:12px;padding-top:6px}.scheduled-live-scheduled-date{font-size:11px;margin-top:10px;padding:6px 10px;border-radius:10px}}@media (max-width: 768px){.scheduled-live-right-rail{display:none!important}}.scheduled-live-container .host-moderation-overlay,.scheduled-live-container .login-prompt-overlay{z-index:2000}@supports (padding: max(0px)){.scheduled-live-header{padding-top:max(10px,env(safe-area-inset-top) + 4px);padding-left:max(10px,env(safe-area-inset-left));padding-right:max(10px,env(safe-area-inset-right))}.scheduled-live-input-section{padding-bottom:env(safe-area-inset-bottom)}}.app{width:100%;height:100%;display:flex;flex-direction:column;touch-action:pan-x pan-y}.loading-container,.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;text-align:center;padding:20px}.spinner{border:3px solid rgba(255,255,255,.3);border-top:3px solid #fff;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin-bottom:20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-container h1{font-size:48px;margin-bottom:20px}.error-container p{font-size:18px;color:#999}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;scrollbar-width:none;-ms-overflow-style:none}*::-webkit-scrollbar{display:none;width:0;height:0;background:transparent}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;touch-action:manipulation;overscroll-behavior:none}html,body{touch-action:manipulation;overscroll-behavior:none;-webkit-tap-highlight-color:transparent}body{margin:0;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#000;color:#fff;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none}p,span,div,h1,h2,h3,h4,h5,h6,label,a{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none}input[type=text],input[type=email],input[type=password],input[type=search],input[type=tel],input[type=url],textarea{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}button:focus,input:focus,a:focus,*:focus{outline:none;-webkit-tap-highlight-color:transparent}button{-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}img{-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none;pointer-events:none}video{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
