@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-display:swap;src:url(/assets/Roboto-Regular-mTIRXP6Y.woff2) format("woff2")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-display:swap;src:url(/assets/Roboto-Bold-CeM5gOv8.woff2) format("woff2")}body,html,*{font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,微软雅黑,Arial,sans-serif}:root{--footer-bg: #000000;--footer-fg: #FFFFFF;--footer-active: #FF1744;--footer-muted: rgba(255, 255, 255, .7);--badge-bg: #FF3B30;--badge-fg: #FFFFFF;--footer-height: 50px;--footer-hover-bg: rgba(255, 255, 255, .1);--footer-active-scale: .95;--footer-border-radius: 8px;--mobile-max: 480px;--tablet-max: 768px;--transition-fast: .1s;--transition-normal: .3s;--transition-slow: .6s}.footer{position:fixed;bottom:0;left:0;width:100%;height:var(--footer-height);background:var(--footer-bg);display:flex;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid rgba(255,255,255,.1);box-shadow:0 -4px 20px #0000004d;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,sans-serif}.footer--video-mode{background:#000000f2;border-top:none}.l-button{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:var(--footer-height);padding:0 8px;background:transparent;border:none;cursor:pointer;transition:all var(--transition-normal) cubic-bezier(.4,0,.2,1);position:relative;border-radius:var(--footer-border-radius);transform:translateZ(0);min-width:48px;min-height:48px;-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent;outline:none!important;box-shadow:none!important}.footer__icon{width:28px;height:28px;font-size:28px;margin-bottom:4px;color:var(--footer-muted);transition:all var(--transition-normal) cubic-bezier(.4,0,.2,1);display:block}.footer__text{display:flex;align-items:center;justify-content:center;width:100%;text-align:center;color:var(--footer-muted);font-weight:400;font-size:1rem;transition:color var(--transition-normal) cubic-bezier(.4,0,.2,1)}.sso-text{font-size:1rem;font-weight:400}.l-button--active .footer__icon{color:var(--footer-active);transform:scale(1.1)}.l-button--active .footer__text,.footer__text--active{color:#fff!important;font-weight:700!important}.l-button:hover{background:transparent;transform:none}.l-button:hover .footer__icon{color:var(--footer-fg);transform:scale(1.05)}.l-button:hover .footer__text{color:var(--footer-fg)}.l-button:active{outline:none!important;box-shadow:none!important;background:transparent!important;transform:scale(var(--footer-active-scale));transition:transform var(--transition-fast) ease}.l-button{-webkit-tap-highlight-color:transparent!important;tap-highlight-color:transparent!important;-webkit-touch-callout:none!important;-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.l-button:hover,.l-button:focus,.l-button:active,.l-button:focus-visible,.l-button:focus-within{background:transparent!important;outline:none!important;box-shadow:none!important;transform:none!important;-webkit-tap-highlight-color:transparent!important;tap-highlight-color:transparent!important}.footer__badge{position:absolute;top:4px;right:12px;background:var(--badge-bg);color:var(--badge-fg);font-size:10px;font-weight:600;line-height:1;padding:2px 5px;border-radius:8px;min-width:16px;text-align:center;box-shadow:0 1px 3px #0000004d}.footer__icon--refresh{animation:refresh-rotate var(--transition-slow) linear infinite}@keyframes refresh-rotate{to{transform:rotate(360deg)}}@media (max-width: 768px){.footer{height:60px;padding:0 12px}.l-button{min-height:60px;padding:0 4px}.footer__icon{font-size:26px;width:26px;height:26px}.footer__text{font-size:1rem}}@media (max-width: 480px){.footer{height:56px;padding:0 8px}.l-button{min-height:56px;padding:0 2px}.footer__icon{font-size:24px;width:24px;height:24px;margin-bottom:2px}.footer__text{font-size:.875rem}.footer__badge{font-size:9px;padding:1px 4px;min-width:14px}}@media (prefers-reduced-motion: reduce){.l-button,.footer__icon,.footer__text{transition:none}.footer__icon--refresh{animation:none}.l-button:hover{transform:none!important}}.l-button:focus{outline:none!important;box-shadow:none!important}.l-button:focus-visible{outline:none!important;box-shadow:none!important}@media (prefers-contrast: high){.footer{border-top:2px solid var(--footer-fg)}.footer__icon,.footer__text{color:var(--footer-fg)}.l-button--active .footer__icon,.l-button--active .footer__text{color:var(--footer-active);text-shadow:0 0 2px currentColor}}@supports (padding-bottom: env(safe-area-inset-bottom)){.footer{padding-bottom:env(safe-area-inset-bottom);height:calc(var(--footer-height) + env(safe-area-inset-bottom))}}@media (orientation: landscape) and (max-height: 500px){.footer{height:44px}.l-button{min-height:44px}.footer__icon{font-size:22px;width:22px;height:22px;margin-bottom:2px}.footer__text{font-size:.8rem}}@media (min-width: 1024px) and (hover: hover) and (pointer: fine){.footer{position:absolute!important;bottom:0!important;left:0!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important;z-index:9999!important}.l-button:hover{background:var(--footer-hover-bg)!important;transform:translateY(-1px)!important}.l-button:hover .footer__icon{transform:scale(1.1)!important;color:var(--footer-fg)!important}.l-button:hover .footer__text{color:var(--footer-fg)!important}.l-button--active:hover .footer__icon{transform:scale(1.15)!important;color:var(--footer-active)!important}.l-button--active:hover .footer__text{color:#fff!important}.footer{height:60px!important}.l-button{min-height:60px!important;padding:0 12px!important}.footer__icon{font-size:30px!important;width:30px!important;height:30px!important;margin-bottom:6px!important}.footer__text{font-size:1.1rem!important}.footer__badge{font-size:11px!important;padding:3px 6px!important;min-width:18px!important;top:8px!important;right:16px!important}.l-button:active{transform:translateY(1px) scale(.98)!important}.win667-button--highlighted{transform:scale(1.05)!important}.win667-button--highlighted:hover{transform:scale(1.08) translateY(-2px)!important}}@media (min-width: 768px) and (max-width: 1023px){.footer{position:absolute!important;bottom:0!important;left:0!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important;height:66px!important;z-index:9999!important}.l-button{min-height:66px!important;padding:0 16px!important;transition:all .2s ease!important}.l-button:active{transform:scale(.94)!important;background:var(--footer-hover-bg)!important}.footer__icon{font-size:32px!important;width:32px!important;height:32px!important;margin-bottom:6px!important}.footer__text{font-size:1.1rem!important;font-weight:500!important}.l-button--active .footer__icon{transform:scale(1.15)!important}.l-button--active .footer__text{font-weight:800!important}.footer__badge{font-size:12px!important;padding:4px 7px!important;min-width:20px!important;top:10px!important;right:18px!important;border-radius:10px!important}.win667-button--highlighted{transform:scale(1.08)!important}.win667-button--highlighted:after{font-size:18px!important;top:-10px!important;right:-10px!important}}@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape){.footer{height:60px!important}.l-button{min-height:60px!important;padding:0 14px!important}.footer__icon{font-size:28px!important;width:28px!important;height:28px!important;margin-bottom:4px!important}.footer__text{font-size:1rem!important}.footer__badge{font-size:11px!important;padding:3px 6px!important;min-width:18px!important;top:8px!important;right:16px!important}}@media (min-width: 768px) and (max-width: 1023px) and (orientation: portrait){.footer{height:72px!important}.l-button{min-height:72px!important;padding:0 18px!important}.footer__icon{font-size:36px!important;width:36px!important;height:36px!important;margin-bottom:8px!important}.footer__text{font-size:1.2rem!important;font-weight:600!important}.l-button--active .footer__icon{transform:scale(1.2)!important}.footer__badge{font-size:13px!important;padding:5px 8px!important;min-width:22px!important;top:12px!important;right:20px!important;border-radius:11px!important}.win667-button--highlighted{transform:scale(1.12)!important}.win667-button--highlighted:after{font-size:20px!important;top:-12px!important;right:-12px!important}}:root{--animation-duration-fast: .2s;--animation-duration-normal: .3s;--animation-duration-slow: .4s;--ease-in-out: cubic-bezier(.25, .8, .25, 1);--ease-out: cubic-bezier(.25, .8, .5, 1);--ease-in: cubic-bezier(.5, 0, .75, .25);--ease-spring: cubic-bezier(.68, -.55, .265, 1.55);--animation-duration-multiplier: 1;--shadow-light: 0 2px 8px rgba(0, 0, 0, .1);--shadow-medium: 0 4px 16px rgba(0, 0, 0, .2);--shadow-heavy: 0 8px 32px rgba(0, 0, 0, .3);--blur-light: 8px;--blur-medium: 16px;--blur-heavy: 24px}@media (prefers-reduced-motion: reduce){:root{--animation-duration-multiplier: 0}*{animation-duration:.01ms!important;animation-delay:.01ms!important;transition-duration:.01ms!important;transition-delay:.01ms!important}}.credits-button-base{transition:all .3s var(--ease-in-out)}.credits-button-hover{transition:all .2s var(--ease-out)}.credits-button-active{transition:all .2s var(--ease-in)}@keyframes credits-expand-smooth{0%{width:60px;height:36px;border-radius:18px;opacity:.9;transform:scale(1)}30%{width:120px;height:42px;border-radius:16px;opacity:.95;transform:scale(1.02)}60%{width:280px;height:80px;border-radius:14px;opacity:.98;transform:scale(1.01)}to{width:calc(100vw - 32px);max-width:400px;height:auto;min-height:200px;border-radius:16px;opacity:1;transform:scale(1)}}@keyframes credits-collapse-smooth{0%{width:calc(100vw - 32px);max-width:400px;height:auto;min-height:200px;border-radius:16px;opacity:1;transform:scale(1)}40%{width:280px;height:80px;border-radius:14px;opacity:.98;transform:scale(1.01)}70%{width:120px;height:42px;border-radius:16px;opacity:.95;transform:scale(1.02)}to{width:60px;height:36px;border-radius:18px;opacity:.9;transform:scale(1)}}@keyframes credits-expand-fast{0%{width:60px;height:36px;opacity:.8}to{width:calc(100vw - 32px);max-width:400px;height:auto;min-height:200px;opacity:1}}@keyframes credits-collapse-fast{0%{width:calc(100vw - 32px);max-width:400px;height:auto;min-height:200px;opacity:1}to{width:60px;height:36px;opacity:.8}}@keyframes progress-ring-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.progress-ring-animated{animation:progress-ring-rotate 2s linear infinite}.progress-circle-animated{transition:stroke-dashoffset .3s var(--ease-out)}@keyframes number-change{0%{transform:translateY(0);opacity:1}50%{transform:translateY(-10px);opacity:.5}to{transform:translateY(0);opacity:1}}.number-change-animation{animation:number-change .3s var(--ease-in-out)}@keyframes badge-appear{0%{transform:scale(0) translateY(10px);opacity:0}50%{transform:scale(1.1) translateY(-2px);opacity:.8}to{transform:scale(1) translateY(0);opacity:1}}.badge-appear{animation:badge-appear .3s var(--ease-spring)}@keyframes loading-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-spin{animation:loading-spin 1s linear infinite}@keyframes loading-pulse{0%,to{opacity:1}50%{opacity:.5}}.loading-pulse{animation:loading-pulse 2s ease-in-out infinite}@keyframes click-feedback{0%{transform:scale(1)}50%{transform:scale(.95)}to{transform:scale(1)}}.click-feedback{animation:click-feedback .2s var(--ease-out)}@keyframes elastic-bounce{0%{transform:scale(1)}20%{transform:scale(1.1)}40%{transform:scale(.95)}60%{transform:scale(1.05)}80%{transform:scale(.98)}to{transform:scale(1)}}.elastic-bounce{animation:elastic-bounce .4s var(--ease-out)}@keyframes fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}.fade-in{animation:fade-in .3s var(--ease-out)}.fade-out{animation:fade-out .3s var(--ease-in)}@keyframes slide-in-from-right{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slide-out-to-right{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}.slide-in-from-right{animation:slide-in-from-right .3s var(--ease-out)}.slide-out-to-right{animation:slide-out-to-right .3s var(--ease-in)}.animation-paused{animation-play-state:paused}.animation-running{animation-play-state:running}.will-change-auto{will-change:auto}.will-change-transform{will-change:transform}.will-change-contents{will-change:contents}.gpu-accelerated{transform:translateZ(0);backface-visibility:hidden;perspective:1000px}.reduce-motion{animation:none!important;transition:none!important}@media (max-width: 768px){:root{--animation-duration-fast: .15s;--animation-duration-normal: .25s;--animation-duration-slow: .35s}}@media (max-width: 480px){:root{--animation-duration-fast: .1s;--animation-duration-normal: .2s;--animation-duration-slow: .3s}@keyframes credits-expand-smooth{0%{width:60px;height:36px;opacity:.8}to{width:calc(100vw - 16px);height:auto;min-height:180px;opacity:1}}@keyframes credits-collapse-smooth{0%{width:calc(100vw - 16px);height:auto;min-height:180px;opacity:1}to{width:60px;height:36px;opacity:.8}}}@media (max-width: 360px),(max-resolution: 1dppx){:root{--animation-duration-multiplier: .5}.credits-button-animated{animation:credits-expand-fast calc(var(--animation-duration-fast) * var(--animation-duration-multiplier)) var(--ease-out)}.credits-button-collapsing{animation:credits-collapse-fast calc(var(--animation-duration-fast) * var(--animation-duration-multiplier)) var(--ease-in)}}@media (min-width: 1024px) and (min-resolution: 2dppx){:root{--animation-duration-multiplier: 1.2}.credits-button-enhanced{animation:credits-expand-smooth calc(var(--animation-duration-slow) * var(--animation-duration-multiplier)) var(--ease-spring)}.credits-button-enhanced.collapsing{animation:credits-collapse-smooth calc(var(--animation-duration-slow) * var(--animation-duration-multiplier)) var(--ease-spring)}}@media (prefers-color-scheme: dark){:root{--shadow-light: 0 2px 8px rgba(0, 0, 0, .3);--shadow-medium: 0 4px 16px rgba(0, 0, 0, .4);--shadow-heavy: 0 8px 32px rgba(0, 0, 0, .5)}}@media (prefers-contrast: high){:root{--ease-in-out: ease-in-out;--ease-out: ease-out;--ease-in: ease-in;--ease-spring: ease-in-out}}.debug-animations *{animation-duration:10s!important;animation-iteration-count:infinite!important;transition-duration:2s!important;border:1px solid red!important}.performance-monitor{position:fixed;top:10px;right:10px;background:#000c;color:#fff;padding:8px;border-radius:4px;font-size:12px;z-index:9999;pointer-events:none}.performance-monitor.warning{background:#ffa500cc}.performance-monitor.error{background:#f00c}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent;outline:none}button,.action-btn,.l-button,.ad-preset,[role=button],[onclick]{-webkit-tap-highlight-color:transparent!important;tap-highlight-color:transparent!important;outline:none!important;border:none!important}button:focus,button:active,button:focus-visible,button:focus-within,.action-btn:focus,.action-btn:active,.action-btn:focus-visible,.action-btn:focus-within,.l-button:focus,.l-button:active,.l-button:focus-visible,.l-button:focus-within,.ad-preset:focus,.ad-preset:active,.ad-preset:focus-visible,.ad-preset:focus-within,[role=button]:focus,[role=button]:active,[role=button]:focus-visible,[role=button]:focus-within,[onclick]:focus,[onclick]:active,[onclick]:focus-visible,[onclick]:focus-within{outline:none!important;border:none!important;box-shadow:none!important;-webkit-tap-highlight-color:transparent!important;tap-highlight-color:transparent!important}input,textarea,select{-webkit-tap-highlight-color:transparent;outline:none;border:none}a{-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent;outline:none}*:focus{outline:none!important;box-shadow:none!important;border:none!important}*:active{outline:none!important;box-shadow:none!important;border:none!important}*:focus-visible{outline:none!important;box-shadow:none!important;border:none!important}*:focus-within{outline:none!important;box-shadow:none!important;border:none!important}*::-webkit-focus-ring{outline:none;border:none}*::-moz-focus-inner{border:none;outline:none}::selection{background:#fff3;color:inherit}::-moz-selection{background:#fff3;color:inherit}html,body{height:100%;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;background:#000;color:#fff;overflow:hidden;user-select:none;-webkit-user-select:none}body{position:fixed;width:100%;height:100%;top:0;left:0}.page-shortvideo{background:#000;height:100vh;overflow:hidden}.shortvideo-container{position:relative;width:100vw;height:100vh;background:#000;overflow:hidden;transition:filter .3s ease,opacity .3s ease}.douyin-page:not(.page-active) .shortvideo-container{filter:brightness(.8) blur(.5px);opacity:.9}.douyin-page.page-active .shortvideo-container{filter:brightness(1) blur(0px);opacity:1}.page-content{width:100%;height:100vh;overflow:hidden;position:absolute;top:0;left:0;right:0;bottom:0}.douyin-page .page-content{padding-top:0}.douyin-page .shortvideo-container{height:100vh;top:0;display:flex;align-items:center;justify-content:center}.page-content.scrollable{overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.page-content[style*="display: none"]{pointer-events:none;visibility:hidden}.page-content.scrollable::-webkit-scrollbar{width:4px}.page-content.scrollable::-webkit-scrollbar-track{background:#ffffff1a}.page-content.scrollable::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:2px}.page-content.scrollable::-webkit-scrollbar-thumb:hover{background:#ffffff80}.shortvideo-item{position:relative;width:100%;height:100%;max-height:100vh;display:flex;align-items:center;justify-content:center;background:#000;overflow:hidden;touch-action:none}.shortvideo-item:before{content:"";position:absolute;top:-20px;left:-20px;right:-20px;bottom:-20px;background:inherit;filter:blur(20px);opacity:.3;z-index:-1}.shortvideo-item:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(0,0,0,.3) 0%,transparent 15%,transparent 85%,rgba(0,0,0,.6) 100%);pointer-events:none;z-index:15}.shortvideo-item video{width:100vw;height:calc(100vh - 44px);max-width:100%;max-height:100%;object-fit:contain;background:#000;outline:none;border:none;transition:transform .15s cubic-bezier(.25,.46,.45,.94);transform-origin:center center;will-change:transform;transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden;position:relative;left:0;top:0;margin:0}.shortvideo-item video.zooming{transition:none}.shortvideo-item video.panning{transition:none;cursor:grabbing}.shortvideo-item video.inertia{transition:transform .3s cubic-bezier(.25,.46,.45,.94)}.shortvideo-item.vertical video{width:auto;height:calc(100vh - 44px);max-width:100vw;max-height:100%;object-fit:contain}.shortvideo-bottom-bar{position:absolute;bottom:0;left:0;right:0;padding:20px 20px 40px;background:linear-gradient(transparent,#000c);z-index:20;pointer-events:none}.shortvideo-bottom-title{font-size:16px;font-weight:600;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.8);margin-bottom:15px;line-height:1.4;max-height:3.5em;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.progress-bar-container{position:relative;width:100%;height:3px;background:#ffffff4d;border-radius:1.5px;cursor:pointer;pointer-events:auto;margin-top:12px}.progress-bar{position:absolute;left:0;top:0;height:100%;background:linear-gradient(90deg,#ff6b6b,#ff8e8e);border-radius:1.5px;width:0%;transition:width .1s ease-out}.progress-buffered{position:absolute;left:0;top:0;height:100%;background:#fff6;border-radius:1.5px;width:0%}.progress-dot{position:absolute;top:50%;transform:translateY(-50%);width:12px;height:12px;background:#fff;border-radius:50%;left:0%;box-shadow:0 2px 8px #0006;opacity:0;transition:opacity .2s ease}.progress-bar-container:hover .progress-dot,.progress-bar-container:active .progress-dot{opacity:1}.nav-progress-container{position:fixed;bottom:58px;left:0;right:0;z-index:250;background:transparent;height:0;padding:20px 20px 8px;margin:-20px -20px -8px}.douyin-page .nav-progress-container{bottom:58px}.douyin-page .floating-actions{bottom:90px}.nav-progress-container .progress-bar-container{height:2px;background:#fff6;border-radius:0;margin:0;cursor:pointer;padding:0;box-shadow:0 0 2px #ffffff4d}.nav-progress-container .progress-track{top:0;height:2px}.nav-progress-container .progress-bar{background:#fff;border-radius:0;height:100%;transition:width .1s ease-out;box-shadow:0 0 8px #fff9;filter:brightness(1.2)}.nav-progress-container .progress-dot{width:12px;height:12px;background:#fff;border:2px solid rgba(255,255,255,.5);box-shadow:0 2px 8px #ffffff4d;opacity:.8;transition:opacity .2s ease,transform .2s ease}.nav-progress-container .progress-bar-container:hover .progress-dot,.nav-progress-container .progress-bar-container:active .progress-dot,.nav-progress-container .progress-bar-container.dragging .progress-dot{opacity:1;transform:translateY(-50%) scale(1)}.nav-progress-container .progress-bar-container.dragging .progress-dot{transform:translateY(-50%) scale(1.2);box-shadow:0 4px 12px #fff6;border-color:#0000004d}.nav-progress-container .time-tooltip{position:absolute;bottom:100%;transform:translate(-50%);background:#000c;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;white-space:nowrap;margin-bottom:8px;box-shadow:0 2px 8px #0000004d;pointer-events:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.progress-top-ad-container{position:fixed;bottom:140px;left:20px;z-index:600;pointer-events:none}.progress-top-ad-container>*{pointer-events:auto}.floating-actions{position:fixed;bottom:90px;right:8px;z-index:150;display:flex;flex-direction:column;gap:18px;align-items:center}.action-btn{width:56px;height:56px;border-radius:28px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;font-size:22px;position:relative;z-index:160;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:2px solid rgba(255,255,255,.2);box-shadow:0 8px 25px #0006,0 4px 8px #0003}.action-btn:hover{transform:scale(1.1);box-shadow:0 12px 35px #00000080,0 6px 12px #0000004d}.action-btn:active{transform:scale(.95);transition:all .1s ease}.mute-btn{background:#000c;color:#fff;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.mute-btn.muted{background:linear-gradient(135deg,#dc267ff2,#ef4444f2,#ff3b5cf2);border-color:#dc267fcc;box-shadow:0 0 30px #dc267f99,0 8px 25px #dc267f66,0 4px 8px #0000004d,inset 0 1px 2px #fff3;transform:scale(1.05);animation:mutePulse 2s ease-in-out infinite}.mute-btn.unmuted{background:linear-gradient(135deg,#10b981e6,#22c55ee6,#4ade80e6);border-color:#10b98199;box-shadow:0 0 20px #10b98166,0 8px 25px #10b9814d,0 4px 8px #0003,inset 0 1px 2px #ffffff1a}.mute-btn.clicked{animation:muteClick .4s ease-in-out}.mute-btn:hover{transform:scale(1.15) translateY(-2px);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px)}.mute-btn.muted:hover{background:linear-gradient(135deg,#ef4444,#ff3b5c,#ff597a);box-shadow:0 0 40px #dc267fcc,0 12px 35px #dc267f80,0 6px 12px #0006;animation:muteIntensePulse 1s ease-in-out infinite}.mute-btn.unmuted:hover{background:linear-gradient(135deg,#10b981,#22c55e,#4ade80);box-shadow:0 0 30px #10b98199,0 12px 35px #10b98166,0 6px 12px #0000004d}.reset-zoom-btn{background:#fff3;color:#fff;border-color:#ffffff4d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.loading-indicator{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:100;text-align:center;color:#fff;font-size:16px;display:flex;flex-direction:column;align-items:center;gap:12px}.video-loading-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000b3;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:50;color:#fff;font-size:14px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.loading-spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.3);border-top:3px solid #fff;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:12px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.play-pause-indicator{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:25;width:80px;height:80px;background:#000000b3;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;color:#fff;opacity:0;transform:translate(-50%,-50%) scale(.5);transition:all .25s cubic-bezier(.34,1.56,.64,1);pointer-events:none;border:2px solid rgba(255,255,255,.3);box-shadow:0 8px 32px #0006;animation:fadeOut .25s ease-out forwards}.play-pause-indicator.show{opacity:1;transform:translate(-50%,-50%) scale(1);animation:fadeInBounce .4s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes fadeInBounce{0%{opacity:0;transform:translate(-50%,-50%) scale(.3)}50%{opacity:.8;transform:translate(-50%,-50%) scale(1.1)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes fadeOut{0%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(.7)}}.play-pause-enter-active{animation:fadeInBounce .4s cubic-bezier(.34,1.56,.64,1)}.play-pause-leave-active{animation:fadeOut .25s ease-out}.play-pause-enter-from,.play-pause-leave-to{opacity:0;transform:translate(-50%,-50%) scale(.5)}.empty-state{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#ffffffb3;font-size:18px;z-index:15;padding:40px 20px}.zoom-top-tip{position:fixed;top:20px;left:50%;transform:translate(-50%);background:#000000d9;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);color:#fff;padding:12px 24px;border-radius:25px;font-size:14px;font-weight:500;z-index:180;opacity:0;transform:translate(-50%) translateY(-20px);transition:all .4s cubic-bezier(.34,1.56,.64,1);pointer-events:none;border:1px solid rgba(255,255,255,.2);box-shadow:0 6px 25px #00000080;-webkit-user-select:none;user-select:none;text-align:center;white-space:nowrap}.zoom-top-tip.show{opacity:1;transform:translate(-50%) translateY(0)}.zoom-indicator{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#000c;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);color:#fff;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:600;z-index:30;opacity:0;transform:translate(-50%,-50%) scale(.8);transition:all .3s cubic-bezier(.34,1.56,.64,1);pointer-events:none;border:1px solid rgba(255,255,255,.2);box-shadow:0 4px 20px #0006;-webkit-user-select:none;user-select:none}.zoom-indicator.show{opacity:1;transform:translate(-50%,-50%) scale(1)}.zoom-hint{position:absolute;bottom:200px;left:50%;transform:translate(-50%);background:#000000b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fffc;padding:8px 16px;border-radius:16px;font-size:12px;z-index:25;opacity:0;transition:opacity .3s ease;pointer-events:none;text-align:center;white-space:nowrap;border:1px solid rgba(255,255,255,.1)}.zoom-hint.show{opacity:1}[class^=icon-],[class*=" icon-"]{font-style:normal!important;font-weight:400!important;display:inline-block;line-height:1;text-align:center;vertical-align:middle}.icon-pause:before{content:"⏸"}.icon-play:before{content:"▶"}.icon-full:before{content:"⛶"}.icon-sound:before{content:"🔊"}.icon-mute:before{content:"🔇"}.icon-reset:before{content:"⟲"}.icon-douyin:before{content:"🎵"}.icon-discover:before{content:"🔍"}.icon-navigation:before{content:"🧭"}.icon-nav:before{content:"≡"}.icon-search:before{content:"🔍"}.icon-close:before{content:"✕"}.icon-success:before{content:"✓"}.icon-error:before{content:"✗"}.icon-warning:before{content:"⚠"}.icon-info:before{content:"ℹ"}.icon-back:before{content:"←"}@keyframes heartbeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}@keyframes mutePulse{0%,to{box-shadow:0 0 30px #dc267f99,0 8px 25px #dc267f66,0 4px 8px #0000004d}50%{box-shadow:0 0 45px #dc267fcc,0 12px 35px #dc267f99,0 6px 12px #0006}}@keyframes muteIntensePulse{0%,to{box-shadow:0 0 40px #dc267fcc,0 12px 35px #dc267f80,0 6px 12px #0006}50%{box-shadow:0 0 60px #dc267f,0 15px 45px #dc267fb3,0 8px 16px #00000080}}@keyframes muteClick{0%{transform:scale(1.05)}50%{transform:scale(1.2) rotate(5deg)}to{transform:scale(1.05)}}@keyframes slideInUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideOutDown{0%{transform:translateY(0);opacity:1}to{transform:translateY(100%);opacity:0}}@media (max-width: 768px){.shortvideo-bottom-title{font-size:15px;margin-bottom:12px}.floating-actions{bottom:80px;right:6px;gap:14px}.progress-top-ad-container{bottom:115px;left:15px}.action-btn{width:50px;height:50px;font-size:20px}.nav-progress-container{bottom:65px;height:2px;padding:12px 15px 8px;margin:-12px -15px -8px}.nav-progress-container .progress-bar-container{height:2px}.nav-progress-container .progress-dot{width:12px;height:12px}}@media (max-width: 480px){.shortvideo-bottom-title{font-size:14px}.empty-state{font-size:16px;padding:30px 15px}.floating-actions{bottom:75px;right:4px;gap:12px}.progress-top-ad-container{bottom:100px;left:12px}.action-btn{width:48px;height:48px;font-size:18px}.nav-progress-container{bottom:60px;height:2px;padding:15px 12px 10px;margin:-15px -12px -10px}.nav-progress-container .progress-bar-container{height:2px}.nav-progress-container .progress-dot{width:10px;height:10px}.douyin-page .page-content{padding-top:0}.douyin-page .shortvideo-container{height:100vh;top:0}.shortvideo-item{max-height:100vh}.shortvideo-item video{height:100vh}.shortvideo-item.vertical video{height:100vh}}@supports (padding-bottom: env(safe-area-inset-bottom)){.nav-progress-container{bottom:calc(58px + env(safe-area-inset-bottom));left:0;right:0;padding:calc(25px + env(safe-area-inset-bottom,0px)/4) 0;margin:calc(-25px - (env(safe-area-inset-bottom,0px)/4)) 0}.floating-actions{bottom:calc(90px + env(safe-area-inset-bottom));right:calc(8px + env(safe-area-inset-right))}.shortvideo-bottom-bar{padding-bottom:calc(163px + env(safe-area-inset-bottom))}}.shortvideo-item,.shortvideo-item video,.video-loading-overlay,.play-pause-indicator{will-change:transform,opacity}.shortvideo-item,.progress-bar,.loading-spinner{transform:translateZ(0)}@media (prefers-reduced-motion: reduce){.shortvideo-item,.play-pause-indicator,.loading-spinner,.mute-chip,.full-video-btn{transition:none;animation:none}}.speed-indicator{position:absolute;top:15%;left:50%;transform:translate(-50%,-50%);z-index:30;background:#000000d9;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:16px;padding:12px 16px;color:#fff;text-align:center;opacity:0;transform:translate(-50%,-50%) scale(.5);transition:all .3s cubic-bezier(.34,1.56,.64,1);pointer-events:none;border:2px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0006;min-width:100px}.speed-indicator.show{opacity:1;transform:translate(-50%,-50%) scale(1)}.speed-indicator .speed-text{font-size:24px;font-weight:700;color:#0f8;text-shadow:0 2px 4px rgba(0,255,136,.3);display:block;line-height:1}.speed-indicator .speed-hint{font-size:11px;color:#ffffffb3;margin-top:4px;font-weight:500}.speed-indicator-enter-active{animation:speedFadeIn .3s cubic-bezier(.34,1.56,.64,1)}.speed-indicator-leave-active{animation:speedFadeOut .25s ease-out}.speed-indicator-enter-from,.speed-indicator-leave-to{opacity:0;transform:translate(-50%,-50%) scale(.3)}@keyframes speedFadeIn{0%{opacity:0;transform:translate(-50%,-50%) scale(.3)}60%{opacity:.9;transform:translate(-50%,-50%) scale(1.1)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes speedFadeOut{0%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(.7)}}.ad-indicator{position:absolute;top:20px;right:20px;z-index:25;pointer-events:none}.ad-badge{display:flex;align-items:center;gap:6px;background:#ff5733e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:6px 12px;border:1px solid rgba(255,255,255,.2);box-shadow:0 4px 16px #ff57334d;animation:adBadgePulse 2s ease-in-out infinite}.ad-badge .icon-ad{font-size:14px;line-height:1}.ad-badge .ad-text{color:#fff;font-size:12px;font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.3)}@keyframes adBadgePulse{0%,to{transform:scale(1);opacity:.9}50%{transform:scale(1.05);opacity:1}}@media (max-width: 768px){.ad-indicator{top:15px;right:15px}.ad-badge{padding:5px 10px}.ad-badge .icon-ad{font-size:12px}.ad-badge .ad-text{font-size:11px}}@media (max-width: 480px){.ad-indicator{top:12px;right:12px}.ad-badge{padding:4px 8px;gap:4px}.ad-badge .icon-ad{font-size:11px}.ad-badge .ad-text{font-size:10px}}.action-btn.disabled{opacity:.3;pointer-events:none;cursor:not-allowed;filter:grayscale(100%)}.ad-preset,.ad-content-wrapper,.ad-placeholder,.banner-ad-wrapper,.progress-top-ad,.circle-ad-container,.island-bottom-ad,.card-ad-wrapper,.modal-ad,.side-circles-ad,.text-ad,.pure-image-ad,.mixed-ad,.text-banner-ad,.pure-image-banner-ad,.mixed-banner-ad,.text-card-ad,.mixed-card-ad,.pure-image-card-ad,.tiktok-avatar-wrapper,.tiktok-avatar-container,.circle-ad,.pure-circle-image-ad,.ad-thumbnail,.card-image,.pure-image,.pure-banner-image,.pure-card-image,.pure-circle-image{outline:none!important;-webkit-tap-highlight-color:transparent!important;tap-highlight-color:transparent!important;-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.ad-preset:focus,.ad-preset:active,.ad-preset:focus-visible,.ad-preset:target,.ad-content-wrapper:focus,.ad-content-wrapper:active,.ad-content-wrapper:focus-visible,.ad-content-wrapper:target,.ad-placeholder:focus,.ad-placeholder:active,.ad-placeholder:focus-visible,.ad-placeholder:target,.banner-ad-wrapper:focus,.banner-ad-wrapper:active,.banner-ad-wrapper:focus-visible,.banner-ad-wrapper:target,.progress-top-ad:focus,.progress-top-ad:active,.progress-top-ad:focus-visible,.progress-top-ad:target,.circle-ad-container:focus,.circle-ad-container:active,.circle-ad-container:focus-visible,.circle-ad-container:target,.island-bottom-ad:focus,.island-bottom-ad:active,.island-bottom-ad:focus-visible,.island-bottom-ad:target,.card-ad-wrapper:focus,.card-ad-wrapper:active,.card-ad-wrapper:focus-visible,.card-ad-wrapper:target,.modal-ad:focus,.modal-ad:active,.modal-ad:focus-visible,.modal-ad:target,.side-circles-ad:focus,.side-circles-ad:active,.side-circles-ad:focus-visible,.side-circles-ad:target,.text-ad:focus,.text-ad:active,.text-ad:focus-visible,.text-ad:target,.pure-image-ad:focus,.pure-image-ad:active,.pure-image-ad:focus-visible,.pure-image-ad:target,.mixed-ad:focus,.mixed-ad:active,.mixed-ad:focus-visible,.mixed-ad:target,.text-banner-ad:focus,.text-banner-ad:active,.text-banner-ad:focus-visible,.text-banner-ad:target,.pure-image-banner-ad:focus,.pure-image-banner-ad:active,.pure-image-banner-ad:focus-visible,.pure-image-banner-ad:target,.mixed-banner-ad:focus,.mixed-banner-ad:active,.mixed-banner-ad:focus-visible,.mixed-banner-ad:target,.text-card-ad:focus,.text-card-ad:active,.text-card-ad:focus-visible,.text-card-ad:target,.mixed-card-ad:focus,.mixed-card-ad:active,.mixed-card-ad:focus-visible,.mixed-card-ad:target,.pure-image-card-ad:focus,.pure-image-card-ad:active,.pure-image-card-ad:focus-visible,.pure-image-card-ad:target,.tiktok-avatar-wrapper:focus,.tiktok-avatar-wrapper:active,.tiktok-avatar-wrapper:focus-visible,.tiktok-avatar-wrapper:target,.tiktok-avatar-container:focus,.tiktok-avatar-container:active,.tiktok-avatar-container:focus-visible,.tiktok-avatar-container:target,.circle-ad:focus,.circle-ad:active,.circle-ad:focus-visible,.circle-ad:target,.pure-circle-image-ad:focus,.pure-circle-image-ad:active,.pure-circle-image-ad:focus-visible,.pure-circle-image-ad:target,.ad-thumbnail:focus,.ad-thumbnail:active,.ad-thumbnail:focus-visible,.ad-thumbnail:target,.card-image:focus,.card-image:active,.card-image:focus-visible,.card-image:target,.pure-image:focus,.pure-image:active,.pure-image:focus-visible,.pure-image:target,.pure-banner-image:focus,.pure-banner-image:active,.pure-banner-image:focus-visible,.pure-banner-image:target,.pure-card-image:focus,.pure-card-image:active,.pure-card-image:focus-visible,.pure-card-image:target,.pure-circle-image:focus,.pure-circle-image:active,.pure-circle-image:focus-visible,.pure-circle-image:target{outline:none!important;border:inherit!important;box-shadow:inherit!important;background:inherit!important;background-color:inherit!important;-webkit-tap-highlight-color:transparent!important;tap-highlight-color:transparent!important;-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.ad-content-wrapper:active,.ad-content-wrapper:focus,.ad-content-wrapper:target,.banner-ad-wrapper:active,.banner-ad-wrapper:focus,.banner-ad-wrapper:target,.card-ad-wrapper:active,.card-ad-wrapper:focus,.card-ad-wrapper:target{background-color:inherit!important;background:inherit!important;-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}[class*=ad-],[class*=banner-],[class*=card-ad],[id*=ad-],[id*=banner-],[data-ad],[data-banner]{-webkit-tap-highlight-color:transparent!important;tap-highlight-color:transparent!important;-webkit-touch-callout:none!important;-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}[class*=ad-]:active,[class*=ad-]:focus,[class*=ad-]:target,[class*=banner-]:active,[class*=banner-]:focus,[class*=banner-]:target,[class*=card-ad]:active,[class*=card-ad]:focus,[class*=card-ad]:target,[id*=ad-]:active,[id*=ad-]:focus,[id*=ad-]:target,[id*=banner-]:active,[id*=banner-]:focus,[id*=banner-]:target,[data-ad]:active,[data-ad]:focus,[data-ad]:target,[data-banner]:active,[data-banner]:focus,[data-banner]:target{background:transparent!important;background-color:transparent!important;outline:none!important;border-color:inherit!important;box-shadow:none!important;-webkit-tap-highlight-color:transparent!important;tap-highlight-color:transparent!important}.progress-top-ad,.progress-top-ad-container,.progress-top-ad .ad-content-wrapper,.progress-top-ad .ad-placeholder{border:none!important;outline:none!important;box-shadow:none!important;-webkit-tap-highlight-color:transparent!important;tap-highlight-color:transparent!important}.progress-top-ad:hover,.progress-top-ad:active,.progress-top-ad:focus,.progress-top-ad .ad-content-wrapper:hover,.progress-top-ad .ad-content-wrapper:active,.progress-top-ad .ad-content-wrapper:focus,.progress-top-ad .ad-placeholder:hover,.progress-top-ad .ad-placeholder:active,.progress-top-ad .ad-placeholder:focus{border:none!important;outline:none!important;box-shadow:none!important;background:inherit!important;background-color:inherit!important}button[class*=ad-],a[class*=ad-],div[class*=ad-][role=button],button[class*=banner-],a[class*=banner-],div[class*=banner-][role=button],button[class*=card-ad],a[class*=card-ad],div[class*=card-ad][role=button]{background:inherit!important;background-color:inherit!important;border:inherit!important;outline:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important}button[class*=ad-]:active,a[class*=ad-]:active,div[class*=ad-][role=button]:active,button[class*=banner-]:active,a[class*=banner-]:active,div[class*=banner-][role=button]:active,button[class*=card-ad]:active,a[class*=card-ad]:active,div[class*=card-ad][role=button]:active,button[class*=ad-]:focus,a[class*=ad-]:focus,div[class*=ad-][role=button]:focus,button[class*=banner-]:focus,a[class*=banner-]:focus,div[class*=banner-][role=button]:focus,button[class*=card-ad]:focus,a[class*=card-ad]:focus,div[class*=card-ad][role=button]:focus{background:inherit!important;background-color:inherit!important;border-color:inherit!important;outline:none!important;box-shadow:none!important;-webkit-tap-highlight-color:transparent!important;tap-highlight-color:transparent!important}@media (min-width: 1024px) and (hover: hover) and (pointer: fine){html{background:#fff!important;overflow:visible!important}body{background:#fff!important;position:relative!important;overflow:hidden!important;display:flex!important;justify-content:center!important;align-items:stretch!important;height:100vh!important;padding:0!important}#app{width:480px!important;max-width:480px!important;height:100vh!important;max-height:none!important;background:#000!important;position:relative!important;overflow:hidden!important;border-radius:0!important;box-shadow:0 2px #0000001a,0 0 20px #0000001a!important;margin:0 auto!important;border:none!important;border-left:1px solid rgba(0,0,0,.1)!important;border-right:1px solid rgba(0,0,0,.1)!important}.page-shortvideo,.shortvideo-container{width:100%!important;height:100%!important;max-width:none!important;background:#000!important}.page-content{width:100%!important;height:100%!important;max-width:none!important}.douyin-page,.douyin-page .shortvideo-container{width:100%!important;height:100%!important}.simple-preload-video-player,.video-element{width:100%!important;height:100%!important;object-fit:contain!important}.tiktok-swiper-container,.swiper-wrapper,.swiper-slide{width:100%!important;height:100%!important}.footer-navigation,.top-navigation,.nav-progress-container{width:100%!important;left:0!important;right:0!important}.ad-presets,.top-text-ad,.message-toast-container{width:100%!important;max-width:none!important}.full-video-modal{width:100%!important;height:100%!important;border-radius:0!important}.page-shortvideo [style*="position: fixed"],.page-shortvideo .fixed-position{position:absolute!important}.footer{position:absolute!important;width:100%!important;max-width:100%!important;left:0!important;right:0!important;bottom:0!important;box-sizing:border-box!important}.discover-page,.video-detail-page,.video-play-page,.navigation-page{width:100%!important;max-width:100%!important;min-height:100%!important;padding-left:16px!important;padding-right:16px!important;box-sizing:border-box!important}.page-content.scrollable{width:100%!important;max-width:100%!important;height:100%!important;left:0!important;right:0!important;top:0!important;bottom:0!important;box-sizing:border-box!important}.search-section,.search-bar,.search-results,.search-videos-grid,.categories-grid,.videos-grid,.video-card,.category-detail,.pagination{width:100%!important;max-width:100%!important;box-sizing:border-box!important}.top-navigation,.top-nav-container,.nav-container{position:absolute!important;width:100%!important;max-width:100%!important;left:0!important;right:0!important;box-sizing:border-box!important}.footer-navigation,.bottom-nav,.tab-bar{position:absolute!important;width:100%!important;max-width:100%!important;left:0!important;right:0!important;bottom:0!important;box-sizing:border-box!important}.nav-progress-container,.progress-container,.video-progress{position:absolute!important;width:100%!important;max-width:100%!important;left:0!important;right:0!important;box-sizing:border-box!important}.modal,.dialog,.popup,.overlay,.full-video-modal,.knowledge-modal{position:absolute!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;left:0!important;top:0!important;right:0!important;bottom:0!important;border-radius:0!important;box-sizing:border-box!important}.ad-presets,.top-text-ad,.banner-ad,.ad-container,.message-toast-container,.toast,.notification,.video-overlay-button-container,.global-video-button-container,.video-controls,.play-button,.pause-button{width:100%!important;max-width:100%!important;left:0!important;right:0!important;box-sizing:border-box!important}.tiktok-swiper-container,.swiper-wrapper,.swiper-slide,.simple-preload-video-player{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important}.video-element{width:100%!important;height:100%!important;object-fit:contain!important}.empty-state,.loading-state,.error-state{width:100%!important;max-width:100%!important;left:0!important;right:0!important;box-sizing:border-box!important}#app *{max-width:100%!important}#app [style*="position: fixed"],#app .fixed{position:absolute!important}#app [style*="width: 100vw"],#app [style*="width:100vw"]{width:100%!important}#app [style*="left: 0"]{left:0!important}#app [style*="right: 0"]{right:0!important}.floating-actions{position:absolute!important;right:8px!important;bottom:90px!important;z-index:150!important}.action-btn,.mute-btn,.reset-zoom-btn{width:56px!important;height:56px!important;box-sizing:border-box!important}.progress-top-ad-container,.progress-top-ad{position:absolute!important;width:100%!important;max-width:100%!important;left:0!important;right:0!important;box-sizing:border-box!important}.search-videos-grid,.category-videos-grid,.videos-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important}.video-card,.video-detail-page,.detail-container,.video-header,.video-poster,.video-basic-info,.cast-info,.plot-section,.related-section,.header-bar{width:100%!important;max-width:100%!important;box-sizing:border-box!important}.video-header{flex-direction:column!important;gap:16px!important;align-items:center!important}.video-poster{width:100%!important;max-width:400px!important;height:auto!important;aspect-ratio:16/9!important}.video-basic-info{width:100%!important;text-align:center!important}.top-text-ad{position:absolute!important;width:100%!important;max-width:100%!important;left:0!important;right:0!important;box-sizing:border-box!important}.page-content.scrollable{scrollbar-width:none!important;-ms-overflow-style:none!important}.page-content.scrollable::-webkit-scrollbar{display:none!important}.business-contact{margin-bottom:40px!important;padding-bottom:20px!important}.detail-container{padding-bottom:40px!important;min-height:100%!important}.video-play-page,.play-container,.player-section,.video-player-wrapper,.video-player,.routes-section,.episodes-section,.episodes-grid,.episode-item{width:100%!important;max-width:100%!important;box-sizing:border-box!important}.play-container{padding-bottom:40px!important;min-height:100%!important}.video-overlay-button-container,.global-video-button-container,.global-video-button{pointer-events:auto!important;z-index:2001!important;position:relative!important}.global-video-button{touch-action:manipulation!important;-webkit-tap-highlight-color:rgba(0,0,0,.1)!important;-webkit-user-select:none!important;user-select:none!important;min-width:120px!important;min-height:44px!important}.video-player-unified{width:100%!important;max-width:100%!important;height:auto!important;aspect-ratio:16/9!important;box-sizing:border-box!important}.video-detail-container,.video-info-section,.related-videos-section,.video-play-container,.player-container,.player-controls,.navigation-container,.navigation-list,.nav-item,.form-container,.input-group,.form-field,.list-container,.grid-container,.card-container{width:100%!important;max-width:100%!important;box-sizing:border-box!important}.header,.header-container,.page-header,.section-header{width:100%!important;max-width:100%!important;left:0!important;right:0!important;box-sizing:border-box!important}.button-group,.action-bar,.toolbar{width:100%!important;max-width:100%!important;box-sizing:border-box!important}.sidebar,.drawer,.panel{width:100%!important;max-width:100%!important;height:100%!important;max-height:100%!important;left:0!important;right:0!important;top:0!important;bottom:0!important;box-sizing:border-box!important}#app [style*="100vw"],#app [style*="100vh"],#app [style*="100%"]{max-width:100%!important;box-sizing:border-box!important}#app *{margin-left:0!important;margin-right:0!important}.scrollable,.overflow-auto,.overflow-scroll{width:100%!important;max-width:100%!important;box-sizing:border-box!important}}@media (min-width: 1440px) and (hover: hover) and (pointer: fine){#app{width:520px!important;max-height:none!important}.video-element{object-fit:contain!important}.footer{position:absolute!important;width:100%!important;max-width:100%!important;left:0!important;right:0!important;bottom:0!important}.discover-page,.video-detail-page,.video-play-page,.navigation-page,.page-content.scrollable{width:100%!important;max-width:100%!important;box-sizing:border-box!important}.floating-actions{position:absolute!important;right:8px!important;bottom:90px!important}.search-videos-grid,.category-videos-grid,.videos-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}.video-card{width:100%!important;max-width:100%!important}.video-header{flex-direction:column!important;gap:16px!important;align-items:center!important}.video-poster{width:100%!important;max-width:400px!important;height:auto!important;aspect-ratio:16/9!important}.video-basic-info{width:100%!important;text-align:center!important}.top-text-ad{position:absolute!important;width:100%!important;max-width:100%!important;left:0!important;right:0!important}.page-content.scrollable{scrollbar-width:none!important;-ms-overflow-style:none!important}.page-content.scrollable::-webkit-scrollbar{display:none!important}.business-contact{margin-bottom:40px!important;padding-bottom:20px!important}.detail-container{padding-bottom:40px!important;min-height:100%!important}.video-overlay-button-container,.global-video-button-container,.global-video-button{pointer-events:auto!important;z-index:2001!important;position:relative!important}.global-video-button{touch-action:manipulation!important;-webkit-tap-highlight-color:rgba(0,0,0,.1)!important;-webkit-user-select:none!important;user-select:none!important;min-width:120px!important;min-height:44px!important}}@media (min-width: 2560px) and (hover: hover) and (pointer: fine){#app{width:560px!important;max-height:none!important;box-shadow:0 4px #0000001a,0 0 30px #00000026!important}.video-element{object-fit:contain!important}.footer{position:absolute!important;width:100%!important;max-width:100%!important;left:0!important;right:0!important;bottom:0!important}.discover-page,.video-detail-page,.video-play-page,.navigation-page,.page-content.scrollable{width:100%!important;max-width:100%!important;box-sizing:border-box!important}.floating-actions{position:absolute!important;right:8px!important;bottom:90px!important}.search-videos-grid,.category-videos-grid,.videos-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}.video-card{width:100%!important;max-width:100%!important}.video-header{flex-direction:column!important;gap:16px!important;align-items:center!important}.video-poster{width:100%!important;max-width:400px!important;height:auto!important;aspect-ratio:16/9!important}.video-basic-info{width:100%!important;text-align:center!important}.top-text-ad{position:absolute!important;width:100%!important;max-width:100%!important;left:0!important;right:0!important}.page-content.scrollable{scrollbar-width:none!important;-ms-overflow-style:none!important}.page-content.scrollable::-webkit-scrollbar{display:none!important}.business-contact{margin-bottom:40px!important;padding-bottom:20px!important}.detail-container{padding-bottom:40px!important;min-height:100%!important}.video-overlay-button-container,.global-video-button-container,.global-video-button{pointer-events:auto!important;z-index:2001!important;position:relative!important}.global-video-button{touch-action:manipulation!important;-webkit-tap-highlight-color:rgba(0,0,0,.1)!important;-webkit-user-select:none!important;user-select:none!important;min-width:120px!important;min-height:44px!important}}@media (min-width: 768px) and (max-width: 1023px) and (hover: hover){body{background:#fff!important;display:flex!important;justify-content:center!important;align-items:stretch!important;height:100vh!important;padding:0!important}#app{width:480px!important;height:100vh!important;background:#000!important;border-radius:0!important;box-shadow:0 0 20px #00000026!important;border:none!important;border-left:1px solid rgba(0,0,0,.15)!important;border-right:1px solid rgba(0,0,0,.15)!important}.video-element{object-fit:contain!important}.footer{position:absolute!important;width:100%!important;max-width:100%!important;left:0!important;right:0!important;bottom:0!important}.discover-page,.video-detail-page,.video-play-page,.navigation-page,.page-content.scrollable{width:100%!important;max-width:100%!important;box-sizing:border-box!important;scroll-behavior:smooth!important;-webkit-overflow-scrolling:touch!important}.floating-actions{position:absolute!important;right:12px!important;bottom:100px!important;gap:22px!important}.nav-progress-container{position:absolute!important;bottom:58px!important;left:0!important;right:0!important;width:100%!important;max-width:100%!important;z-index:250!important;padding:25px 25px 12px!important;margin:-25px -25px -12px!important}.progress-top-ad-container{position:absolute!important;bottom:150px!important;left:25px!important;z-index:600!important}.message-toast-container{position:absolute!important;top:85px!important;left:50%!important;transform:translate(-50%)!important;z-index:1000!important;width:auto!important;max-width:calc(100% - 50px)!important}.action-btn{width:60px!important;height:60px!important;font-size:24px!important;transition:all .2s ease!important}.action-btn:active{transform:scale(.92)!important}.shortvideo-container{position:relative!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;background:#000!important}.page-content{width:100%!important;height:100%!important;max-width:100%!important}.douyin-page,.douyin-page .shortvideo-container{width:100%!important;height:100%!important}.nav-progress-container{z-index:1500!important}.floating-actions{z-index:2000!important}.progress-top-ad-container{z-index:600!important}.message-toast-container{z-index:1000!important}.page-content.scrollable::-webkit-scrollbar{width:8px!important}.page-content.scrollable::-webkit-scrollbar-thumb{background:#fff6!important;border-radius:4px!important}.page-content.scrollable::-webkit-scrollbar-thumb:hover{background:#fff9!important}}@media (min-width: 1024px) and (hover: none){html,body{background:#000!important}#app{width:100%!important;height:100vh!important;border-radius:0!important;box-shadow:none!important;border:none!important}}@media (max-width: 768px),(hover: none){.video-overlay-button-container{pointer-events:auto!important;z-index:2001!important;position:fixed!important;bottom:240px!important;left:0!important;right:0!important}.global-video-button-container{pointer-events:auto!important;z-index:2002!important;display:flex!important;justify-content:center!important;width:100%!important}.global-video-button{pointer-events:auto!important;z-index:2003!important;touch-action:manipulation!important;-webkit-tap-highlight-color:rgba(255,255,255,.2)!important;-webkit-touch-callout:none!important;-webkit-user-select:none!important;user-select:none!important;min-width:140px!important;min-height:48px!important;cursor:pointer!important;background:#000000d9!important;border:2px solid rgba(255,255,255,.4)!important;box-shadow:0 4px 20px #000000b3!important;-webkit-backdrop-filter:blur(15px)!important;backdrop-filter:blur(15px)!important;position:relative!important}.global-video-button:active{transform:scale(.95)!important;background:#000000e6!important;border-color:#fff9!important}.global-video-button:disabled{opacity:.5!important;pointer-events:none!important}}@media (max-width: 480px){.global-video-button{min-width:160px!important;min-height:52px!important;font-size:15px!important;padding:16px 24px!important}.video-overlay-button-container{bottom:220px!important}}.action-btn,.mute-btn,.reset-btn{position:relative!important}.nav-progress-container{position:absolute!important;bottom:58px!important;left:0!important;right:0!important;width:100%!important;max-width:100%!important;z-index:250!important}.progress-top-ad-container{position:absolute!important;bottom:140px!important;left:20px!important;z-index:600!important}.message-toast-container{position:absolute!important;top:80px!important;left:50%!important;transform:translate(-50%)!important;z-index:1000!important;width:auto!important;max-width:calc(100% - 40px)!important}body{position:relative!important;overflow:hidden!important;display:flex!important;justify-content:center!important;align-items:stretch!important;height:100vh!important;background:#fff!important}#app [style*="position: fixed"],#app .fixed-position,#app .fixed{position:absolute!important}.overlay,.modal,.popup,.dialog,.tooltip,.dropdown{position:absolute!important;width:100%!important;max-width:100%!important;left:0!important;right:0!important;box-sizing:border-box!important}.nav-progress-container{z-index:1500!important}.floating-actions{z-index:2000!important}.progress-top-ad-container{z-index:600!important}.message-toast-container{z-index:1000!important}@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape){.floating-actions{bottom:85px!important;right:15px!important;gap:18px!important}.action-btn{width:54px!important;height:54px!important;font-size:20px!important}.nav-progress-container{bottom:50px!important;padding:20px 20px 10px!important;margin:-20px -20px -10px!important}.progress-top-ad-container{bottom:120px!important;left:20px!important}.message-toast-container{top:75px!important;max-width:calc(100% - 40px)!important}}@media (min-width: 768px) and (max-width: 1023px) and (orientation: portrait){.floating-actions{bottom:120px!important;right:18px!important;gap:26px!important}.action-btn{width:66px!important;height:66px!important;font-size:26px!important}.nav-progress-container{bottom:65px!important;padding:30px 30px 15px!important;margin:-30px -30px -15px!important}.progress-top-ad-container{bottom:170px!important;left:30px!important}.message-toast-container{top:95px!important;max-width:calc(100% - 60px)!important}}
