*{margin:0;padding:0;box-sizing:border-box}body.shared-video-page{margin:0;padding:0;width:100%;min-height:100vh;overflow:hidden;font-family:-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}body.shared-video-page #root{width:100%;min-height:100vh;margin:0;padding:0}.shared-video-wrapper{min-height:100vh;background-color:#000;color:#fff;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0;margin:0;overflow:hidden}.shared-video-loading{position:fixed;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#000;color:#fff}.spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.1);border-radius:50%;border-top-color:#fff;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.shared-video-loading p{margin-top:1rem;font-size:.875rem;color:#fffc}.shared-video-error{position:fixed;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#000;color:#fff;text-align:center;padding:2rem}.shared-video-error p{margin:0;font-size:1.125rem;margin-bottom:.5rem}.shared-video-error small{color:#fff9;font-size:.875rem}.video-content{width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex:1;padding:0;position:relative}.video-content>div{width:100%;height:100%}@media(max-width:767px)and (orientation:portrait){.shared-video-wrapper{min-height:100vh;height:100vh;padding:0;margin:0}.video-content{width:100vw;height:100vh;max-height:none}}@media(max-width:767px)and (orientation:landscape){.shared-video-wrapper{padding:0;margin:0}.video-content{width:100vw;height:100vh}}@media(min-width:768px)and (max-width:1023px){.shared-video-wrapper{background-color:#000}.video-content{padding:2rem;max-width:100%}}@media(min-width:1024px){.shared-video-wrapper{background-color:#0a0a0a;min-height:100vh;display:flex;justify-content:center;align-items:center}.video-content{padding:2rem;width:100%;max-width:1400px;height:calc(100vh - 4rem);display:flex;justify-content:center;align-items:center}}
