.error-container{text-align:center;padding:2rem;background-color:#141414e6;border-radius:.5rem;max-width:90%;margin:2rem auto;box-shadow:0 0 1.5rem #000000b3}.error-message{font-size:1.2rem;color:#ff4d4d;margin-bottom:1.5rem}.retry-button{background-color:#333;color:#fff;border:none;padding:.75rem 1.5rem;cursor:pointer;border-radius:.25rem;font-size:1rem;transition:background-color .3s ease,transform .2s ease}.retry-button:hover{background-color:#444;transform:scale(1.05)}.video-player{width:100%;height:86vh;overflow:hidden;display:flex;justify-content:center;align-items:center;background-color:#000;position:relative}.video-player video{height:100%;width:100%;object-fit:fill}.loading-message{color:#fff;font-size:1.5rem;text-align:center}.error-message{color:red;font-size:1.5rem;text-align:center}.play-button-area{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:15vw;max-width:100px;height:auto;aspect-ratio:1/1;display:flex;justify-content:center;align-items:center}.play-overlay{width:70%;height:auto;aspect-ratio:1/1;border-radius:50%;background-color:#000000b3;cursor:pointer;color:#fff;transition:opacity .3s ease;display:flex;justify-content:center;align-items:center;font-size:min(24px,5vw);pointer-events:all}.video-player video,.react-player{pointer-events:none}.ads{height:13vh;width:100%;background-color:#000;display:flex;align-items:center;justify-content:center;margin-bottom:.7vh;overflow:hidden}.ads img{width:100%;height:100%;object-fit:fill}.cookie-modal-wrapper{position:fixed;bottom:.5rem;right:.5rem;z-index:10000;font-family:Arial,sans-serif;animation:slideInUp .4s ease-out}@keyframes slideInUp{0%{opacity:0;transform:translateY(2rem)}to{opacity:1;transform:translateY(0)}}.cookie-modal-box-minimal{background:#fff;color:#000;border-radius:1rem;padding:1.5rem;box-shadow:0 .4rem 1.2rem #0003;max-width:32rem;width:90vw;display:flex;flex-direction:column}.cookie-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.cookie-modal-header h2{font-size:1.1rem;margin:0;font-weight:700}.cookie-close{background:none;border:none;font-size:1.4rem;cursor:pointer;line-height:1;color:#333}.cookie-text-scroll{font-size:.95rem;margin-bottom:1.2rem;line-height:1.4;max-height:8rem;overflow-y:auto;padding-right:.5rem}.cookie-buttons{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:space-between}.cookie-buttons button{flex:1 1 auto;min-width:30%;padding:.6rem 1rem;border-radius:.5rem;font-weight:700;font-size:.9rem;cursor:pointer;border:none;transition:all .2s ease}.btn-accept{background-color:#1877f2;color:#fff}.btn-accept:hover{background-color:#166ee0}.btn-accept:active{background-color:#135fc0}.btn-reject{background-color:#f0f0f0;color:#000}.btn-reject:hover{background-color:#e0e0e0}.btn-reject:active{background-color:#d5d5d5}.btn-preferences{background-color:#f0f0f0;color:#666;cursor:not-allowed}.btn-preferences:hover{background-color:#e0e0e0}@media screen and (max-width: 500px){.cookie-buttons{flex-direction:column}.cookie-buttons button{min-width:100%}.cookie-text-scroll{max-height:10rem}}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;width:100%;background-color:#000;overflow:hidden}#app-div{min-height:100vh;min-width:100vw;display:flex;flex-direction:column;overflow:hidden}
