:root{color-scheme:dark;font-family:Inter,PingFang SC,Microsoft YaHei,sans-serif;--bg: #000000;--text: #f8fafc;--text-soft: rgba(255, 255, 255, .9);--text-muted: rgba(255, 255, 255, .72);--brand: #ec4899;--brand-strong: #ff2f7b;--track: rgba(255, 255, 255, .34);--ease-out: cubic-bezier(.23, 1, .32, 1);--ease-in-out: cubic-bezier(.77, 0, .175, 1);background:#000}*{box-sizing:border-box}html,body{margin:0;width:100%;min-height:100%;background:#000}body{color:var(--text);overflow:hidden}button,input,textarea,select{font:inherit}button{border:0;background:transparent;color:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent}img,video{display:block;max-width:100%}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.video-feed-page{min-height:100dvh;background:#000}.video-feed-page__viewport{display:grid;place-items:center;min-height:100dvh}.device-shell{--screen-block-size: 100dvh;--viewport-inline: clamp(14px, 4vw, 20px);--safe-top: max(18px, env(safe-area-inset-top));--safe-bottom: max(12px, env(safe-area-inset-bottom));--mute-button-size: clamp(28px, 7vw, 34px);--progress-height: 3px;--ad-banner-height: 100px;--ad-banner-gap: 4px;--bottom-ad-offset: 0px;--progress-bottom: calc(var(--safe-bottom) + 4px);--progress-side: clamp(12px, 4vw, 18px);width:min(100vw,clamp(360px,calc(var(--screen-block-size) * .5625),540px));max-width:100%;height:var(--screen-block-size);margin-inline:auto;background:#000}.device-shell__screen{position:relative;width:100%;height:100%;overflow:hidden;background:#000;container-type:inline-size;container-name:video-shell}.video-feed-reel{height:100%;overflow-y:auto;scroll-snap-type:y mandatory;scrollbar-width:none;overscroll-behavior-y:contain}.video-feed-reel::-webkit-scrollbar{display:none}.video-feed-card,.video-feed-card__surface{position:relative;width:100%;min-height:var(--screen-block-size);height:var(--screen-block-size);background:#000}.video-feed-card{scroll-snap-align:start;scroll-snap-stop:always}.video-feed-card__surface{overflow:clip;isolation:isolate}.video-feed-card__media{position:absolute;inset:0;z-index:0;width:100%;height:100%;background:#000;cursor:pointer;touch-action:manipulation}.video-feed-card__video{position:absolute;inset:0;width:100%;height:100%;background:#000;object-position:center;backface-visibility:hidden;transform:translateZ(0)}.video-feed-card[data-video-orientation=portrait] .video-feed-card__video{object-fit:cover;clip-path:inset(.5px)}.video-feed-card[data-video-orientation=landscape] .video-feed-card__video{object-fit:contain}.video-feed-card__overlay{position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,#00000038,#0000 18% 52%,#00000057 72%,#000000e0)}.video-feed-card__center-indicator{position:absolute;z-index:4;inset:50% auto auto 50%;display:grid;place-items:center;width:56px;height:56px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:#08080870;backdrop-filter:blur(12px);box-shadow:0 18px 32px #00000047;transform:translate(-50%,-50%);pointer-events:none}.video-feed-card__center-indicator[hidden]{display:none}.video-feed-card__center-icon{display:inline-grid;place-items:center;width:24px;height:24px;color:#fff}.video-feed-card__progress-row{display:flex;align-items:center;gap:8px;pointer-events:auto}.video-feed-card__progress-row .video-feed-card__progress-slot{flex:1;min-width:0;pointer-events:auto}.video-feed-card__progress-row .action-button--mute{flex-shrink:0}.video-feed-card__bottom-stack{position:absolute;z-index:5;left:0;right:0;bottom:calc(var(--safe-bottom) + var(--bottom-ad-offset));padding-inline:var(--progress-side);display:flex;flex-direction:column;pointer-events:none;transition:bottom .5s var(--ease-out)}.video-action-rail{display:flex;flex-direction:column;align-items:center;gap:var(--action-gap)}.action-button{--button-shift-x: 0px;--button-shift-y: 0px;display:grid;place-items:center;color:#fff;transform:translate(var(--button-shift-x),var(--button-shift-y));transition:transform .14s var(--ease-out),background-color .16s var(--ease-out),border-color .16s var(--ease-out),color .16s var(--ease-out);touch-action:manipulation}.action-button:active{transform:translate(var(--button-shift-x),var(--button-shift-y)) scale(.97)}.action-button__icon{display:inline-grid;place-items:center;width:52px;height:52px}.action-button__icon svg,.action-button__icon-stack svg,.video-feed-card__center-icon svg{display:block}.action-button--mute{width:var(--mute-button-size);height:var(--mute-button-size);border:0;border-radius:0;background:transparent;box-shadow:none;transition:color .16s var(--ease-out),background-color .16s var(--ease-out),border-color .16s var(--ease-out)}.action-button--mute:active{transform:translate(var(--button-shift-x),var(--button-shift-y))}.action-button--mute .action-button__icon{width:16px;height:16px}.action-button__icon-stack{display:inline-grid;place-items:center}.action-button__icon-stack>*{grid-area:1 / 1}.action-button--mute .action-button__icon--unmuted{display:none}.action-button--mute:not(.is-muted) .action-button__icon--muted{display:none}.action-button--mute:not(.is-muted) .action-button__icon--unmuted{display:inline-grid}.video-progress{--progress: 0%;--buffer-progress: 0%;position:relative;display:block;height:16px}.video-progress__track{position:absolute;inset:50% 0 auto;height:var(--progress-height);border-radius:999px;background:linear-gradient(90deg,var(--brand-strong) 0,var(--brand-strong) var(--progress),rgba(255,255,255,.56) var(--progress),rgba(255,255,255,.56) var(--buffer-progress),var(--track) var(--buffer-progress),var(--track) 100%);transform:translateY(-50%);pointer-events:none}.video-progress__input{position:relative;width:100%;height:16px;margin:0;appearance:none;background:transparent;outline:none;cursor:pointer}.video-progress__input::-webkit-slider-runnable-track{height:var(--progress-height);background:transparent;border-radius:999px}.video-progress__input::-webkit-slider-thumb{width:12px;height:12px;margin-top:calc((var(--progress-height) - 12px) / 2);border:0;border-radius:50%;appearance:none;background:#fff;box-shadow:0 0 0 3px #ff2f7b38}.video-progress__input::-moz-range-track{height:var(--progress-height);background:transparent}.video-progress__input::-moz-range-progress{height:var(--progress-height);border-radius:999px;background:transparent}.video-progress__input::-moz-range-thumb{width:12px;height:12px;border:0;border-radius:50%;background:#fff;box-shadow:0 0 0 3px #ff2f7b38}@media(hover:hover)and (pointer:fine){.action-button--mute:hover{color:#ffffffd1}}@container video-shell (max-width: 380px){.device-shell__screen{--viewport-inline: 12px;--progress-side: 12px;--mute-button-size: 28px;--ad-banner-height: 80px}.video-feed-card__center-indicator{width:50px;height:50px}}@media(max-height:520px){.device-shell{--safe-top: 12px;--safe-bottom: 10px;--mute-button-size: 26px;--ad-banner-height: 80px;--progress-bottom: calc(var(--safe-bottom) + 3px)}}@media(min-width:768px){.video-feed-page__viewport{padding:0}.device-shell{--screen-block-size: 100dvh;--viewport-inline: clamp(18px, 2vw, 28px);--progress-side: clamp(16px, 2vw, 24px);--mute-button-size: clamp(30px, 2.3vw, 36px);--ad-banner-height: 100px;--progress-bottom: calc(var(--safe-bottom) + 6px);width:min(100vw,clamp(420px,calc(var(--screen-block-size) * .5625),540px));height:var(--screen-block-size);padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.device-shell__screen{border-radius:0}}@media(prefers-reduced-motion:reduce){.action-button,.video-feed-card__center-indicator{transition:none}}.video-feed-card__loading{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#0009;pointer-events:none;opacity:0;transition:opacity .2s ease}.video-feed-card__loading.is-visible{opacity:1}.video-feed-card__loading-spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.2);border-top-color:var(--brand-strong, #ff2f7b);border-radius:50%;animation:spin .8s linear infinite}.video-feed-card__loading-text{margin-top:12px;font-size:12px;color:#ffffffb3;letter-spacing:.5px}@keyframes spin{to{transform:rotate(360deg)}}.video-feed-card__ripple{position:absolute;inset:0;z-index:3;overflow:hidden;pointer-events:none}.video-feed-card__ripple-effect{position:absolute;width:60px;height:60px;border-radius:50%;opacity:0;transform:translate(-50%,-50%) scale(0);animation:ripple-expand .4s var(--ease-out) forwards}.video-feed-card__ripple-effect.is-forward,.video-feed-card__ripple-effect.is-backward{background:#ffffff2e}@keyframes ripple-expand{0%{opacity:.6;transform:translate(-50%,-50%) scale(0)}to{opacity:0;transform:translate(-50%,-50%) scale(2)}}.bottom-ad-host{position:absolute;z-index:6;left:50%;bottom:var(--safe-bottom);transform:translate(-50%);width:320px;max-width:calc(100% - (var(--progress-side) * 2));pointer-events:auto;opacity:0;transition:opacity .5s var(--ease-out),transform .5s var(--ease-out),max-height .5s var(--ease-out);max-height:0;overflow:hidden}.bottom-ad-host[data-ad-filled=true]{opacity:1;max-height:var(--ad-banner-height);transform:translate(-50%) translateY(0)}.bottom-ad-host[data-ad-filled=false]{opacity:0;pointer-events:none;max-height:0;transform:translate(-50%) translateY(12px)}.device-shell:has(.bottom-ad-host[data-ad-filled=true]){--bottom-ad-offset: calc(var(--ad-banner-height) + var(--ad-banner-gap))}.bottom-ad-host__container{display:flex;justify-content:center;align-items:center;width:100%}.ad-banner-container{display:flex;justify-content:center;align-items:center;width:320px!important;height:100px!important;max-width:320px!important;max-height:100px!important;overflow:hidden!important;margin:0 auto!important;padding:0!important;border-radius:4px;background:#0009}.ad-banner-container iframe{display:block;max-width:100%;max-height:100%}@media(max-height:520px){.ad-banner-container{height:80px!important;max-height:80px!important}.device-shell:has(.bottom-ad-host[data-ad-filled=true]){--bottom-ad-offset: calc(80px + var(--ad-banner-gap))}}@media(min-width:768px){.ad-banner-container{border-radius:6px}}.interstitial-ad-card{position:relative;width:100%;min-height:var(--screen-block-size);height:var(--screen-block-size);background:#000000f2;scroll-snap-align:start;scroll-snap-stop:always}.interstitial-ad-card__surface{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.interstitial-ad-card__background{position:absolute;inset:0;background:#000000f2;z-index:0}.interstitial-ad-card__container{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:100%;max-width:336px;min-height:250px;padding:20px}.interstitial-ad-card__container>div{display:flex;align-items:center;justify-content:center;width:100%}.interstitial-ad-card__container iframe{display:block;margin:0 auto}@media(max-height:520px){.interstitial-ad-card__container{max-width:300px;min-height:200px;padding:16px}}@media(min-width:768px){.interstitial-ad-card__container{max-width:360px;min-height:280px}}
