@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";.floating-player{position:fixed;width:200px;height:105px;background:#111;border-radius:8px;overflow:hidden;z-index:9999;box-shadow:0 10px 30px #0006;cursor:grab;touch-action:none}.floating-player--dragging{cursor:grabbing}.floating-player__video{width:100%;height:100%;position:relative;background:#000}.floating-player__iframe-container{position:absolute;inset:0}.floating-player iframe{width:100%;height:100%;border:0;pointer-events:none}.floating-player__controls{position:absolute;top:6px;left:6px;right:6px;display:flex;justify-content:space-between;z-index:2}.floating-player__btn{width:34px;height:34px;border:none;border-radius:50%;background:#0009;display:flex;align-items:center;justify-content:center;cursor:pointer}.floating-player__btn:active{transform:scale(.95)}.floating-player__info{position:absolute;bottom:6px;left:8px;right:8px;z-index:2;color:#fff;font-size:12px;line-height:1.2;text-shadow:0 1px 2px rgba(0,0,0,.6);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.floating-player__progress{position:absolute;left:8px;right:8px;bottom:6px;z-index:2;display:flex;flex-direction:column;gap:4px}.floating-player__progress-bar{width:100%;height:4px;background:#fff3;border-radius:999px;overflow:hidden}.floating-player__progress-fill{height:100%;background:#ff6b2e;width:0%;transition:width .35s linear}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body{height:100%;width:100%}body{font-family:Open Sans,sans-serif;background-color:#000;color:var(--tg-theme-text-color, #333);overflow-x:hidden;margin-top:0}::-webkit-scrollbar{width:0px;height:0px;background:transparent}*{scrollbar-width:none;-ms-overflow-style:none}#root{height:100%;width:100%}button{background:none;border:1px solid transparent;cursor:pointer}a{text-decoration:none;color:inherit}:root{--tg-theme-bg-color: #ffffff;--tg-theme-text-color: #000000;--tg-theme-hint-color: #999999;--tg-theme-link-color: #0088cc;--tg-theme-button-color: #0088cc;--tg-theme-button-text-color: #ffffff;--tg-theme-secondary-bg-color: #f5f5f5}@media(prefers-color-scheme:dark){:root{--tg-theme-bg-color: #212121;--tg-theme-text-color: #ffffff;--tg-theme-hint-color: #aaaaaa;--tg-theme-link-color: #3390ec;--tg-theme-button-color: #3390ec;--tg-theme-button-text-color: #ffffff;--tg-theme-secondary-bg-color: #181818}}
