@charset "UTF-8";:root{--t-caret-icon-red-mask: rgb(201, 16, 36)}@media(prefers-color-scheme:dark){:root{--t-caret-icon-red-mask: rgb(255, 102, 105)}}.player-modal{--t-modal-bg: rgb(17, 17, 17)}@media(prefers-color-scheme:dark){.player-modal{--t-modal-bg: rgb(0, 0, 0)}}.player-modal{width:100%;margin:0;padding:56px 0 16px;border:0;max-width:100%;background-color:var(--t-modal-bg);display:none;--fec-button-color: rgb(255, 255, 255);--t-svg-icon-themed: rgb(255, 255, 255);--player-modal-max-height: 66dvh}.player-modal[open]{display:block;animation:fadein .2s ease-in forwards;position:fixed;z-index:100;top:0}@media(min-width:1024px){.player-modal{--player-modal-max-height: 80dvh}}@keyframes fadein{0%{opacity:0}to{opacity:1}}.player-modal__player-container{height:auto;margin:0 auto;aspect-ratio:16/9;max-width:100%;max-height:calc(var(--player-modal-max-height) - 56px - 16px);width:min(100%,(var(--player-modal-max-height) - 56px - 16px) * 16 / 9)}.player-modal__close-container{position:absolute;top:0;height:56px;width:100%;max-width:1200px;margin:0 auto;display:flex;justify-content:end;right:max((100vw - 1200px) / 2,0px)}
