body{margin:0;overflow-x:hidden;background:#111827;font-family:Montserrat,sans-serif;color:#fff}#root{display:flex;min-height:100vh}#menu{position:fixed;top:0;left:0;width:30px;background-color:#0a0a0a;color:#fff;padding:50px 30px;height:100vh;height:calc(100vh - 100px);display:flex;flex-direction:column;transition:background-color .3s ease,box-shadow .3s ease;z-index:1000}#menu.open{width:250px;background-color:#0a0a0a;box-shadow:0 0 10px #00000080}.menu-item{display:flex;align-items:center;padding:20px 0;opacity:.8;transition:opacity .3s ease}.menu-item-icon{font-size:24px;color:#fff;width:30px;padding-bottom:15px}.menu-item.selected .menu-item-icon{border-bottom:#FF0556 1px solid}.menu-item.selected .menu-item-ico:after{content:"";display:block;height:2px;width:100%;background-color:#ff0556;margin-top:5px}.menu-item-text{opacity:0;transition:opacity .3s ease;display:none;padding-bottom:15px;padding-left:15px;font-size:1.2rem}#menu.open .menu-item-text{opacity:.7}#menu.open .menu-item-icon{width:30px}#menu.open .menu-item.selected .menu-item-text{opacity:1;display:inline-block}#content{flex-grow:1;overflow-x:hidden;overflow-y:auto;display:flex;flex-direction:column;min-height:100vh;margin-left:90px;margin-top:120px;transition:margin-left .3s ease;padding:20px}header{position:fixed;top:0;left:90px;right:0;z-index:999;background:#111827;display:flex;justify-content:flex-end;align-items:center;padding:25px 30px;box-sizing:border-box}header img{width:80px}.carousel-container{flex-grow:1;display:flex;flex-direction:column;overflow-x:hidden;width:100%}.carousel{min-height:fit-content;margin:0;padding:0;overflow-x:auto;overflow-y:hidden}.carousel-title{font-size:.8rem;font-weight:500;text-transform:uppercase;color:#fff;margin-bottom:10px;border-bottom:1px solid #FF0556;text-align:left;width:fit-content;padding-bottom:10px}.carousel-items{display:flex;flex-wrap:nowrap;align-items:flex-start;transition:transform .3s ease;width:auto;gap:0;padding:0}.item{flex:0 0 auto;width:300px;min-width:300px;min-height:200px;height:auto;text-align:left;margin-right:40px;display:flex;justify-content:left;border-radius:8px;transition:transform .3s ease,background-color .3s ease}.item:hover{background-color:#fff3;transform:scale(1.05)}.custom-carousel-wrapper{position:relative}.carousel-nav{background-color:#000000b3;border:none;color:#fff;font-size:1.5rem;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:100}.carousel-nav.overlay{position:absolute;top:50%;transform:translateY(-50%)}.carousel-nav.prev.overlay{left:10px}.carousel-nav.next.overlay{right:10px}.carousel-nav:hover{background-color:#ff0556cc;transform:translateY(-50%) scale(1.1)}.carousel-nav.overlay:hover{transform:translateY(-50%) scale(1.1)}.carousel-nav:focus{outline:2px solid #FF0556;outline-offset:2px}@media (max-width: 768px){.carousel-nav{width:35px;height:35px;font-size:1.2rem}.carousel-nav.prev.overlay{left:5px}.carousel-nav.next.overlay{right:5px}}.selected{border:2px solid #fff;transition:border .2s ease}.menu-item.selected{opacity:1;border:none}.item:focus,#menu-item:focus{outline:none}.menu-item{cursor:pointer}.menu-item:hover{opacity:1}.menu-item.selected:focus-visible,.menu-item.selected:focus,.menu-item.selected:active,.menu-item.selected:focus-within,.menu-item.selected:target{outline:none}.menu-item:focus-visible,.menu-item:focus,.menu-item:active,.menu-item:focus-within,.menu-item:target{outline:none}.teams-box{background:#001854;background:linear-gradient(180deg,#001854 30%,#00185400);border-radius:10px;padding:20px}.teams-box .item{flex:0 0 auto;width:150px;min-width:150px;background:none;height:150px}.teams-box .item img{width:80%;height:80%}.teams-box .item.selected{border:none;-webkit-box-shadow:0 4px 6px -6px #fff;-moz-box-shadow:0 4px 6px -6px #fff;box-shadow:0 4px 6px -6px #fff}.live-label{background-color:#ff0556;color:#fff;padding:5px;font-size:14px;border-bottom:none}.live-games .item{height:160px}.box-live-game{background:#69c0ff33;border-radius:10px;box-shadow:0 4px 30px #0000001a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(105,192,255,.3);padding:10px;color:#fff;display:flex;flex-direction:column;justify-content:space-around;align-items:center;width:100%}.team-away,.team-home{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:10px;width:100%}.name-team{font-size:18px;font-weight:700;margin-right:10px;text-align:left}.logo-team img{width:50px;height:auto}.label-show-live{background-color:#ff0556;color:#fff;padding:5px 10px;font-size:12px}.item-list .item{height:fit-content;border-radius:0}.item-list .item.selected{border:none;background:#090f5b80;border-bottom:#fff 2px solid}.item .video-box{padding:10px;display:flex;flex-direction:column;height:100%;width:100%;cursor:pointer}.item .video-box .video-title{padding:10px;font-size:1rem;line-height:1.4;word-wrap:break-word;overflow-wrap:break-word;white-space:normal;flex-grow:1}.item .video-box img{width:100%;flex-shrink:0;object-fit:cover}.fullscreen-container{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:#111827;z-index:1000;padding:10vh 10vw;box-sizing:border-box}.login-layout{display:flex;width:100%;height:100%;max-width:none;background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;overflow:hidden;box-shadow:0 8px 32px #0000004d,0 0 0 1px #ffffff1a;border:1px solid rgba(255,255,255,.1);gap:0}.login-left{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 40px;background:transparent}.login-right{flex:1;display:flex;align-items:center;justify-content:center;background:transparent;position:relative;padding:40px}.login-right:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:300px;height:200px;background:radial-gradient(ellipse,rgba(59,130,246,.3) 0%,rgba(59,130,246,.1) 40%,transparent 70%);border-radius:50%;filter:blur(20px);z-index:1}.login-image{width:100%;height:100%;object-fit:contain;object-position:center;border-radius:0;position:relative;z-index:2}.form-container{background:#0a0a0ab3;border-radius:8px;padding:50px 40px;text-align:center;max-width:450px;width:100%}.login-left .logo{width:auto;max-height:100px;margin-bottom:30px;display:block}.form-container img{width:60%;padding:20px 0;margin-bottom:10px}.form-container h2{color:#fff;margin-bottom:30px;font-size:1.5rem;font-weight:500;letter-spacing:.5px;border-bottom:1px solid #373737;padding-bottom:2rem}.form-container p{color:#fffc;margin-bottom:30px;font-size:1rem;line-height:1.4}.form-container label{padding:5px 0;width:100%;display:block;text-align:left;color:#ffffffe6;font-size:.9rem}.form-container input{background-color:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;padding:15px 20px;width:100%;margin:15px 0;border-radius:8px;font-size:1rem;box-sizing:border-box;transition:all .3s ease}.form-container input:focus{outline:none;border-color:#ff0556;background-color:#ffffff26;box-shadow:0 0 0 2px #ff055633}.form-container input::placeholder{color:#fff9}.form-container button{background-color:#ff0556;color:#fff;padding:15px 20px;border:none;border-radius:3px;cursor:pointer;width:100%;font-size:1rem;font-weight:500;margin-bottom:15px;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.form-container button:hover{background-color:#e0044a;transform:translateY(-1px);box-shadow:0 4px 12px #ff05564d}.form-container .secondary-btn{background-color:transparent;border:1px solid rgba(255,255,255,.3);color:#fffc;text-transform:none;font-weight:400}.form-container .secondary-btn:hover{background-color:#ffffff1a;border-color:#ffffff80;color:#fff;transform:none;box-shadow:none}.login-button-container{width:100%}.provider-login-button{background-color:#ff0556;color:#fff;padding:18px 30px;border:none;border-radius:12px;cursor:pointer;width:100%;font-size:1.1rem;font-weight:600;transition:all .3s ease;text-transform:none;letter-spacing:.5px;box-shadow:0 4px 15px #ff05564d}.provider-login-button:hover{background-color:#e0044a;transform:translateY(-2px);box-shadow:0 6px 20px #ff055666}.provider-login-button:active{transform:translateY(0);box-shadow:0 2px 10px #ff05564d}.loader-container{display:flex;flex-direction:column;align-items:center;gap:20px}.loader-container .loader{width:40px;height:40px;border:4px solid rgba(255,255,255,.1);border-left:4px solid #FF0556;border-radius:50%;animation:spin 1s linear infinite}.loader-container p{color:#fffc;margin:0;font-size:1rem}.divider{margin:20px 0;position:relative;text-align:center}.divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#fff3}.divider span{background:transparent;padding:0 15px;color:#fff9;font-size:.9rem}#password-login-button{background-color:transparent!important;border:1px solid rgba(255,255,255,.3)!important;color:#fffc!important;text-transform:none!important;font-weight:400!important}#password-login-button:hover{background-color:#ffffff1a!important;border-color:#ffffff80!important;color:#fff!important;transform:none!important;box-shadow:none!important}.error-message{color:#ff0556;font-size:.9rem;margin-top:10px;text-align:left}.bmpui-ui-volumeslider,.bmpui-ui-settingstogglebutton,.bmpui-ui-fullscreentogglebutton,.bmpui-ui-watermark,.bmpui-ui-volumetogglebutton,.bmpui-ui-seekbar{display:none!important}.live-background{position:relative;width:100%;height:50vh;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center}.live-info{background:#00000080;padding:20px;border-radius:10px;text-align:center;color:#fff}.live-label{background-color:#ff0556;padding:5px 10px;font-size:1rem;border-radius:5px;margin-bottom:10px}.channels-list .item{flex:0 0 auto;width:196.875px;min-width:196.875px;height:350px;display:flex;flex-direction:column;align-items:center;border-radius:8px;overflow:hidden;transition:transform .3s ease,background-color .3s ease;margin-right:10px;margin-bottom:0;padding:0}.channels-list .item img{width:100%;height:100%;border-radius:8px;object-fit:cover}.channels-list .item .video-box{display:flex;flex-direction:column;align-items:center;padding:0;width:100%;height:100%}.channels-list .item .video-title{display:none}.channels-list .item.selected{border:none;background:#0c0c4b99;transform:scale(1.05)}.channels-list .item:hover{transform:scale(1.05);background-color:#ffffff1a}.channels-list{height:350px;display:flex;align-items:center}.liveandchannels .carousel{margin:0!important;padding:0!important;height:100%}.liveandchannels .carousel-items{margin:0!important;padding:0!important;height:100%;align-items:center}.upcoming-games .live-label{background-color:#0094ff;color:#fff;padding:5px 10px;font-size:12px}.calendar-carousel-section{margin-bottom:30px}.calendar-horizontal-carousel{overflow:hidden;padding-bottom:10px;position:relative}.calendar-horizontal-items{display:flex;gap:15px;padding:0;margin:0;align-items:center;width:100%;transition:opacity .3s ease}.calendar-date-item{flex:0 0 auto;min-width:70px;display:flex;justify-content:center;align-items:center}.calendar-date-display{display:flex;flex-direction:column;align-items:center;border-radius:8px;padding:15px 10px;color:#fff;min-width:60px}.calendar-month{font-size:12px;font-weight:600;text-transform:uppercase;line-height:1;margin-bottom:4px}.calendar-day{font-size:20px;font-weight:700;line-height:1}.calendar-event-card{flex:0 0 120px;min-width:120px;height:100px;background:#a5efff;background:linear-gradient(90deg,#a5efff40,#6ebff414 77%,#4690d400);border-radius:8px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(170,219,255,.6);padding:10px;display:flex;flex-direction:column;justify-content:space-between}.calendar-game-info{display:flex;flex-direction:column;height:100%;justify-content:space-between}.calendar-team{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.calendar-team-name{font-size:14px;font-weight:600;color:#fff;text-transform:uppercase}.calendar-team-logo img{width:30px;height:30px;object-fit:contain}.calendar-time-info{display:flex;align-items:center;gap:8px;margin-top:auto;justify-content:space-around}.calendar-label{background-color:#0094ff;color:#fff;padding:4px 8px;font-size:10px;font-weight:600;text-transform:uppercase;border-radius:4px}.calendar-time{font-size:12px;color:#fff;font-weight:500}@media (max-width: 1024px){.fullscreen-container{padding:8vh 8vw}.login-layout{gap:0;border-radius:20px}.login-left{padding:40px 30px}.form-container{padding:40px 30px;max-width:400px}.login-image{width:100%;height:100%}}@media (max-width: 768px){.fullscreen-container{padding:2vh 2vw}.login-layout{flex-direction:column;gap:0;border-radius:16px;height:auto;max-height:90vh}.login-right{display:none}.login-left{flex:1;padding:30px 20px;min-height:auto}.form-container{padding:30px 20px;max-width:100%;border-radius:16px}.form-container h2{font-size:1.5rem}.form-container img{width:50%;padding:15px 0}}@media (max-width: 480px){.fullscreen-container{padding:2vh 2vw;align-items:center}.login-layout{border-radius:12px;margin:0}.login-left{padding:20px 15px}.form-container{padding:25px 20px;border-radius:12px}.form-container h2{font-size:1.3rem;margin-bottom:8px}.form-container p{font-size:.9rem;margin-bottom:20px}.form-container input{padding:12px 15px;margin:10px 0;font-size:.9rem}.form-container button{padding:12px 15px;font-size:.9rem;margin-bottom:12px}.form-container img{width:40%;padding:10px 0}}.shows-item{border-radius:8px;padding:10px;margin:0 5px;min-width:200px;display:flex;flex-direction:column;align-items:center}.shows-box{display:flex;flex-direction:column;align-items:center;width:100%;cursor:pointer}.shows-box img{width:100%;height:160px;object-fit:cover;border-radius:6px;margin-bottom:10px}.shows-title{color:#fff;text-align:center;font-size:14px;font-weight:500;line-height:1.2;padding:0 5px}.wrap-shows-list{background-color:#0a0a0a80;border-radius:8px;padding:15px}.page-header{margin-bottom:30px;padding:20px 0;border-bottom:2px solid #FF0556}.page-header h1{font-size:2.5rem;font-weight:700;color:#fff;margin:0 0 10px;text-transform:uppercase}.page-header p{font-size:1.1rem;color:#fffc;margin:0;line-height:1.5}.loader{display:flex;justify-content:center;align-items:center;height:200px;font-size:1.2rem;color:#fff;background-color:#0a0a0a4d;border-radius:8px;margin:20px 0}.show-detail-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px;padding:30px 0}.show-info{flex:1;margin-right:30px}.show-title{font-size:1.4rem;font-weight:300;color:#fff;margin:0 0 15px;text-transform:uppercase;text-decoration:underline;text-decoration-color:#ff0556;text-underline-offset:10px}.show-description{font-size:1.2rem;color:#ffffffe6;line-height:1.6;margin:0;max-width:600px}.show-logo{flex-shrink:0;width:200px;height:200px;border-radius:50%;overflow:hidden;box-shadow:0 0 20px #ff05564d}.show-logo img{width:100%;height:100%;object-fit:cover}.bitmovin-player-fullscreen{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000;z-index:2000;display:flex;flex-direction:column}.bitmovin-player-back-button{position:absolute;top:20px;left:20px;background:#000000b3;border:2px solid rgba(255,255,255,.3);color:#fff;width:50px;height:50px;border-radius:50%;cursor:pointer;font-size:24px;display:flex;align-items:center;justify-content:center;z-index:2001;transition:all .3s ease}.bitmovin-player-back-button:hover{background:#ff0556cc;border-color:#ff0556;transform:scale(1.1)}.bitmovin-player-fullscreen-container{flex:1;width:100%;height:100%;position:relative;display:flex;align-items:center;justify-content:center}.bitmovin-player-video-fullscreen{width:100%;height:100%;background:#000}.bitmovin-player-loading-fullscreen{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.bitmovin-player-error-fullscreen{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:40px}.bitmovin-player-error-fullscreen p{margin-bottom:20px;font-size:1.1rem}.bitmovin-player-error-fullscreen button{background:#ff0556;color:#fff;border:none;padding:12px 24px;border-radius:6px;cursor:pointer;font-size:1rem;transition:background .3s ease}.bitmovin-player-error-fullscreen button:hover{background:#e0044a}.bitmovin-player-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000e6;display:flex;justify-content:center;align-items:center;z-index:2000;padding:20px;box-sizing:border-box}.bitmovin-player-container{width:100%;max-width:1200px;height:100%;max-height:80vh;background:#111827;border-radius:12px;overflow:hidden;box-shadow:0 20px 40px #00000080;display:flex;flex-direction:column}.bitmovin-player-header{display:flex;justify-content:space-between;align-items:center;padding:20px 30px;background:#ffffff0d;border-bottom:1px solid rgba(255,255,255,.1)}.bitmovin-player-title{color:#fff;font-size:1.5rem;font-weight:600;margin:0;flex:1}.bitmovin-player-close{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;width:40px;height:40px;border-radius:50%;cursor:pointer;font-size:18px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.bitmovin-player-close:hover{background:#ff0556cc;border-color:#ff0556;transform:scale(1.1)}.bitmovin-player-content{flex:1;position:relative;display:flex;align-items:center;justify-content:center}.bitmovin-player-video{width:100%;height:100%;background:#000}.bitmovin-player-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-align:center}.loading-spinner{width:50px;height:50px;border:3px solid rgba(255,255,255,.3);border-top:3px solid #FF0556;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}.bitmovin-player-error{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-align:center;padding:40px}.bitmovin-player-error p{margin-bottom:20px;font-size:1.1rem}.bitmovin-player-error button{background:#ff0556;color:#fff;border:none;padding:12px 24px;border-radius:6px;cursor:pointer;font-size:1rem;transition:background .3s ease}.bitmovin-player-error button:hover{background:#e0044a}@media (max-width: 768px){.bitmovin-player-overlay{padding:10px}.bitmovin-player-container{max-height:90vh}.bitmovin-player-header{padding:15px 20px}.bitmovin-player-title{font-size:1.2rem}.bitmovin-player-close{width:35px;height:35px;font-size:16px}}.episodes-grid-container{margin-top:30px}.episodes-title{font-size:1rem;font-weight:600;color:#fff;margin:0 0 20px;text-transform:uppercase}.episodes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;max-width:100%}.episodes-grid{grid-template-columns:repeat(5,1fr)}.episode-item{cursor:pointer;border-radius:8px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;background-color:#0a0a0a80}.episode-item:hover{transform:scale(1.05);box-shadow:0 0 15px #ff05564d}.episode-thumbnail{position:relative;width:100%;height:120px;overflow:hidden}.episode-thumbnail img{width:100%;height:100%;object-fit:cover}.premium-badge{position:absolute;top:8px;right:8px;background-color:#ff0556;color:#fff;padding:4px 8px;border-radius:4px;font-size:.7rem;font-weight:600;text-transform:uppercase}.episode-title{padding:12px;color:#fff;font-size:.9rem;line-height:1.3;text-align:left}.error-message{display:flex;justify-content:center;align-items:center;height:200px;font-size:1.2rem;color:#fff;background-color:#ff05561a;border-radius:8px;margin:20px 0}@media (max-width: 1200px){.episodes-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width: 900px){.episodes-grid{grid-template-columns:repeat(3,1fr)}.show-detail-header{flex-direction:column;text-align:center}.show-info{margin-right:0;margin-bottom:20px}.show-title{font-size:2.5rem}}@media (max-width: 600px){.episodes-grid{grid-template-columns:repeat(2,1fr)}.show-title{font-size:2rem}.show-description{font-size:1rem}}@media (max-width: 400px){.episodes-grid{grid-template-columns:1fr}}.dailymotion-container{position:relative;border-radius:8px;overflow:hidden}.live-dailymotion-player{transition:transform .3s ease}.live-dailymotion-player:hover{transform:scale(1.02)}.dailymotion-overlay{transition:background-color .3s ease}.dailymotion-overlay:hover{background-color:#ffffff0d!important}.fullscreen-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000;z-index:9999;display:flex;align-items:center;justify-content:center}.back-arrow{position:absolute;top:20px;left:20px;background:#000000b3;color:#fff;border:none;font-size:24px;padding:10px 15px;border-radius:50%;cursor:pointer;z-index:10000;transition:background-color .3s ease,transform .2s ease;font-weight:700;line-height:1}.back-arrow:hover{background:#000000e6;transform:scale(1.1)}.back-arrow:active{transform:scale(.95)}.fullscreen-player{width:100%;height:100%}@media (max-width: 768px){.back-arrow{top:10px;left:10px;font-size:20px;padding:8px 12px}}@media (max-width: 768px){#menu{width:0;padding:50px 0;overflow:hidden}#menu.open{width:250px;padding:50px 30px}.desktop-menu-toggle{display:none}.mobile-menu-toggle{display:flex;align-items:center;justify-content:center;width:40px;height:40px;cursor:pointer;margin-right:15px}.mobile-menu-toggle img{width:24px;height:24px}header{left:0;padding:15px 20px;justify-content:space-between}header img{width:50px}#content{margin-left:0;margin-top:80px;padding:15px}#menu .menu-item{opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}#menu.open .menu-item{opacity:1;visibility:visible}#menu.open .menu-item-text{opacity:1;display:inline-block}}@media (min-width: 769px){.mobile-menu-toggle{display:none}.desktop-menu-toggle{display:block}header{justify-content:flex-end}}@media (max-width: 768px){.dailymotion-container{width:100%;margin:0 auto;background:#0d0d0d;padding-bottom:56.25%;position:relative}.dailymotion-container iframe{width:100%;height:100%;overflow:hidden;position:absolute;margin:1e-05px}.liveandchannels{flex-direction:column!important;height:auto!important;gap:20px!important}.liveandchannels>div:first-child{width:100%!important;height:auto!important}.liveandchannels>div:last-child{flex:none!important;height:auto!important;min-height:200px}.live-signal-container{width:100%!important;height:auto!important;min-height:200px}.dailymotion-overlay{position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;z-index:10!important}}.preloader{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;min-height:200px}.preloader-small{min-height:100px;padding:1rem}.preloader-large{min-height:400px;padding:3rem}.preloader-spinner{position:relative;width:60px;height:60px}.preloader-small .preloader-spinner{width:40px;height:40px}.preloader-large .preloader-spinner{width:80px;height:80px}.spinner-ring{position:absolute;width:100%;height:100%;border:3px solid transparent;border-top:3px solid #007bff;border-radius:50%;animation:spin 1s linear infinite}.spinner-ring:nth-child(2){border-top-color:#28a745;animation-delay:.2s}.spinner-ring:nth-child(3){border-top-color:#ffc107;animation-delay:.4s}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.preloader-message{margin-top:1rem;font-size:1rem;color:#666;text-align:center}.preloader-small .preloader-message{font-size:.875rem}.preloader-large .preloader-message{font-size:1.125rem}img{max-width:100%;height:auto;object-fit:cover}*{transition:all .2s ease-in-out}html{scroll-behavior:smooth}body{font-display:swap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.carousel-container,.episodes-grid{contain:layout style paint}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
