*{box-sizing:border-box;margin:0;padding:0}html,body,#root{color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0a0a0f;width:100%;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow:hidden}*{user-select:none;-webkit-tap-highlight-color:transparent}.focusable,[data-focusable=true]{cursor:pointer;border:3px solid transparent;border-radius:8px;outline:none;transition:all .2s}.focusable:focus,[data-focusable=true]:focus{z-index:10;transform:scale(1.05)}.focusable:active,[data-focusable=true]:active{transform:scale(.98)}button,.nav-btn,.control-btn,.watch-btn,.refresh-btn,.modal-btn{color:#fff;cursor:pointer;background:#6142f6;border:2px solid transparent;border-radius:8px;padding:12px 24px;font-size:18px;transition:all .2s}button:focus,.nav-btn:focus,.control-btn:focus,.watch-btn:focus,.refresh-btn:focus,.modal-btn:focus{background:rgba(229,9,20,.2);border-color:#6142f6;transform:scale(1.05)}.app-screen{background:#00f;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.loader-container,.banner-card-loader{justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.loader{align-items:center;gap:20px;display:flex}.loader-circle{width:var(--circle-size);height:var(--circle-size);background:var(--loader-color);opacity:0;border-radius:50%;animation:.8s ease-in-out infinite alternate loaderFade}.delay-1{animation-delay:.2s}.delay-2{animation-delay:.3s}.delay-3{animation-delay:.4s}@keyframes loaderFade{0%{opacity:0}to{opacity:1}}.login-screen{background:#000;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative}.login-container{text-align:center;width:60%;margin:0 auto;padding:40px}.login-logo{width:270px;height:150px}.login-wrapper{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:36px;display:grid}.login-left-side,.login-left-side-steps{gap:16px;display:grid}.login-left-side-steps p{text-align:left}.login-left-side-step-four{gap:16px;max-width:420px;display:grid}.login-left-side-step-four-or{justify-content:center;display:flex}.code-wrapper{gap:16px;margin-left:20px;display:grid}.code{color:#cec4fc;margin:0 auto;font-size:32px;font-weight:500}.login-right-side{align-content:center;justify-content:center;gap:12px;display:grid}.login-right-side img{background:gray;width:268px;height:268px}.login-title{background:linear-gradient(90deg,#e50914,#ff6b6b);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:16px;font-size:48px;font-weight:700}.login-subtitle{color:rgba(255,255,255,.7);margin-bottom:40px;font-size:20px}.login-methods{justify-content:center;align-items:center;gap:40px;margin-bottom:30px;display:flex}.qr-section{flex-direction:column;align-items:center;display:flex}.qr-canvas{border-radius:12px;margin-bottom:12px}.qr-label{color:rgba(255,255,255,.6);font-size:16px}.divider{color:rgba(255,255,255,.4);align-items:center;font-size:18px;display:flex}.divider:before,.divider:after{content:"";background:rgba(255,255,255,.2);width:60px;height:1px;margin:0 16px}.code-section{flex-direction:column;align-items:center;display:flex}.code-display{gap:12px;margin-bottom:16px;display:flex}.code-digit{color:#e50914;background:rgba(255,255,255,.1);border:2px solid rgba(255,255,255,.2);border-radius:12px;justify-content:center;align-items:center;width:60px;height:80px;font-family:monospace;font-size:36px;font-weight:700;display:flex}.code-label{color:rgba(255,255,255,.6);margin-bottom:8px;font-size:16px}.code-expiry{color:rgba(255,255,255,.4);font-size:14px}.refresh-btn{margin-top:20px;padding:14px 32px;font-size:18px}.refresh-btn.focused{transform:scale(1.05)}.error-message{color:#e50914;margin-top:16px;font-size:16px}.loading-message{color:rgba(255,255,255,.6);margin-top:16px;font-size:16px}.home-screen{background:#0a0a0f;width:100%;height:100%;overflow-x:hidden;overflow-y:auto}.home-screen.loading{justify-content:center;align-items:center;display:flex}.home-header{z-index:100;background:linear-gradient(rgba(0,0,0,.9) 0%,transparent 100%);justify-content:space-between;align-items:center;padding:20px 40px;display:flex;position:sticky;top:0}.app-logo-focusable{border-radius:2px;justify-content:center;align-items:center;display:inline-flex}.app-logo-focusable.focused{outline-offset:6px;outline:3px solid #6142f6}.app-logo{width:102px;height:38px}.home-nav{gap:8px;display:flex}.nav-btn{background:0 0;padding:10px 20px;font-size:16px}.nav-btn.active{background:rgba(229,9,20,.2);border-color:#6142f6}.home-screen{height:100vh;overflow:hidden}.home-content{scrollbar-width:none;-ms-overflow-style:none;height:calc(100vh - 80px);padding:20px 40px 60px;overflow-y:auto}.home-content::-webkit-scrollbar{display:none}.banner-section{margin-bottom:40px}.banner-container{background:gray;width:100%;height:445px;position:relative}.no-banner{justify-content:center;align-items:center;width:100%;height:445px;display:flex}.banner-card{background-color:gray;width:100%;height:445px;display:flex}.banner-card.focused{border:4px solid #6142f6}.banner-poster{background-color:gray;width:30%}.banner-poster img{width:100%;height:100%}.banner-text-wrapper{background-color:gray;gap:10px;width:70%;padding:194px 32px 20px;display:grid;position:relative}.banner-text-wrapper img{z-index:1;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0}.banner-title-pg{align-items:center;gap:12px;display:flex}.banner-title{color:#fff;-webkit-line-clamp:1;z-index:10;-webkit-box-orient:vertical;max-width:70%;font-size:48px;font-weight:500;display:-webkit-box;overflow:hidden}.banner-pg-rating{color:#333;text-transform:uppercase;z-index:10;background:linear-gradient(90deg,#cec4fc,#d7c1f8,#ffbbd0);border-radius:4px;justify-content:center;align-items:center;min-width:33px;height:30px;padding:6px;font-weight:500;display:flex}.banner-other-texts{gap:6px;display:grid}.banner-year-wrapper{align-items:center;gap:12px;display:flex}.banner-year,.banner-duration{color:#e8e8e8;z-index:10;font-size:20px}.banner-category-wrapper{align-items:center;gap:8px;display:flex}.banner-category{color:#e8e8e8;z-index:10}.banner-description{color:#e8e8e8;-webkit-line-clamp:3;z-index:10;-webkit-box-orient:vertical;font-weight:500;display:-webkit-box;overflow:hidden}.banner-watch-trailer-btn{color:#6142f6;z-index:10;background-color:#fff;border-radius:24px;justify-content:center;align-items:center;width:184px;height:48px;margin-top:10px;font-size:20px;font-weight:500;display:flex}.banner-indicators{color:#fff;justify-content:right;gap:8px;margin-top:16px;padding-right:40px;display:flex}.banner-indicator{background:#ffefe6;border-radius:8px;width:16px;height:12px}.banner-indicator.active{background:linear-gradient(90deg,#6142f6,#9c2bdc,#ff2468);width:54px}.segment-section{margin-bottom:40px}.segment-title{color:#fff;margin-bottom:16px;font-size:24px;font-weight:700}.segment{grid-auto-columns:max-content;grid-auto-flow:column;gap:20px;display:grid;overflow-x:auto;overflow-y:hidden}.segment::-webkit-scrollbar{display:none}.continue-watching-skeleton-wrapper{gap:16px;display:flex;position:relative}.continue-watching-skeleton{background:gray;border-radius:12px;width:446px;height:242px}.empty-continue-watching-wrapper{align-content:center;justify-content:center;gap:40px;height:300px;display:grid}.empty-continue-watching-texts p{text-align:center}.empty-continue-watching-texts p:first-child{margin-bottom:20px;font-size:20px;font-weight:600}.movie-card{background:rgba(255,255,255,.05);border-radius:12px;flex:none;width:300px;height:350px;transition:transform .2s;overflow:hidden}.movie-card:focus{transform:scale(1.05)}.movie-card.focused{border:4px solid #6142f6;transform:scale(1.1)}.movie-poster{width:100%;height:450px;position:relative;overflow:hidden}.movie-poster img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.movie-card:focus .movie-poster img{transform:scale(1.1)}.continue-watching-card{background:rgba(255,255,255,.05);border-radius:12px;flex:none;width:446px;height:242px;transition:transform .2s;position:relative;overflow:hidden}.continue-watching-card:focus{transform:scale(1.05)}.continue-watching-card.focused{border:4px solid #6142f6}.continue-watching-poster{width:100%;height:242px;position:relative;overflow:hidden}.continue-watching-poster img{object-fit:cover;z-index:1;width:100%;height:100%;transition:transform .3s}.continue-watching-card:focus .continue-watching-poster img{transform:scale(1.1)}.continue-watching-timer-container{justify-content:right;gap:4px;padding:12px 4px;display:flex;position:absolute;top:4px;right:4px}.continue-watching-timer-container img{color:#efecfe;z-index:10;width:20px;height:20px}.continue-watching-timer{color:#efecfe;z-index:10;font-weight:500}.progress-bar-container{background:#efecfe;border-radius:6px;width:93%;height:12px;position:absolute;bottom:12px;left:12px;right:12px}.progress-bar-fill{background:#6142f6;border-radius:6px;height:100%;transition:width .3s}.movie-info{padding:16px}.movie-title{white-space:nowrap;text-overflow:ellipsis;margin-bottom:8px;font-size:18px;font-weight:700;overflow:hidden}.movie-description{color:rgba(255,255,255,.7);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:12px;font-size:14px;line-height:1.4;display:-webkit-box;overflow:hidden}.watch-btn{background:#e50914;border:none;width:100%;padding:12px;font-size:16px}.watch-btn:focus{background:#ff1744}.player-screen{background:#000;width:100%;height:100%;position:relative}.player-screen.error{align-content:center;justify-content:center;gap:40px;height:100vh;display:grid}.player-screen.error p{text-align:center}.trailer-title{color:red;font-size:32px}.player-video{object-fit:contain;width:100%;height:95vh}.player-loading,.player-error{z-index:50;background:rgba(0,0,0,.9);flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.loading-spinner{color:#fff;font-size:24px}.player-error p{color:#e50914;margin-bottom:20px;font-size:20px}.player-controls{z-index:10;background:linear-gradient(rgba(0,0,0,.7) 0%,transparent 20%,transparent 80%,rgba(0,0,0,.8) 100%);flex-direction:column;justify-content:space-between;padding:30px;transition:opacity .3s;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.player-controls.hidden{opacity:0;pointer-events:none}.player-controls.visible{opacity:1}.controls-top{align-items:center;gap:20px;display:flex}.back-btn{background:rgba(255,255,255,.1);padding:10px 20px;font-size:16px}.back-btn:focus{background:red}.back-btn.focused{color:#fff;background:#6142f6;transform:scale(1.08)}.controls-top .movie-title{font-size:24px;font-weight:700}.controls-center{justify-content:center;align-items:center;display:flex}.pause-indicator{color:rgba(255,255,255,.8);text-shadow:0 0 20px rgba(0,0,0,.5);font-size:80px}.controls-bottom{flex-direction:column;gap:16px;display:flex}.video-progress-container{width:100%}.video-progress-bar{cursor:pointer;background:rgba(255,255,255,.2);border-radius:4px;width:100%;height:8px;position:relative}.video-progress-fill{background:#6142f6;border-radius:4px;height:100%;transition:width .1s linear}.video-progress-handle{background:#fff;border-radius:50%;width:20px;height:20px;position:absolute;top:50%;transform:translate(-50%,-50%);box-shadow:0 0 10px rgba(0,0,0,.5)}.time-display{color:rgba(255,255,255,.8);justify-content:space-between;margin-top:8px;font-size:14px;display:flex}.control-buttons,.action-buttons{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.control-btn{background:rgba(255,255,255,.15);border-radius:8px;justify-content:center;align-items:center;width:140px;height:40px;font-size:16px;display:flex}.control-btn:focus{background:rgba(229,9,20,.3)}.control-btn.focused,.action-btn.focused{border:4px solid #6142f6}.action-btn{background:rgba(255,255,255,.15);border-radius:8px;justify-content:center;align-items:center;min-width:140px;height:40px;padding:0 16px;font-size:16px;display:flex}.play-btn{background:#e50914;padding:14px 28px;font-size:18px}.play-btn:focus{background:#ff1744}.volume-control{align-items:center;gap:8px;display:flex}.volume-bar{background:rgba(255,255,255,.2);border-radius:3px;width:100px;height:6px;overflow:hidden}.volume-fill{background:#6142f6;height:100%;transition:width .1s}.modal-overlay{z-index:1000;background:rgba(0,0,0,.85);justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.modal-content{text-align:center;background:#1a1a2e;border:1px solid rgba(255,255,255,.1);border-radius:16px;min-width:400px;padding:40px}.modal-content h2{margin-bottom:12px;font-size:28px}.modal-content p{color:rgba(255,255,255,.7);margin-bottom:30px;font-size:18px}.modal-buttons{justify-content:center;gap:16px;display:flex}.modal-btn{min-width:120px;padding:14px 32px;font-size:18px}.modal-btn-exit{background:#e50914}.modal-btn-exit:focus{background:#ff1744}.modal-btn-cancel{background:rgba(255,255,255,.1)}.exit-modal-overlay{z-index:9999;background:rgba(0,0,0,.75);justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.exit-modal{text-align:center;background:#18181c;border:2px solid #3a3a42;border-radius:16px;width:520px;max-width:80vw;padding:40px 48px;box-shadow:0 20px 60px rgba(0,0,0,.6),0 0 0 1px rgba(255,255,255,.05)}.exit-modal h2{color:#fff;margin:0 0 16px;font-size:32px;font-weight:700;line-height:1.2}.exit-modal p{color:#b9b9c2;margin:0 0 32px;font-size:20px;line-height:1.5}.exit-modal-buttons{justify-content:center;align-items:center;gap:20px;display:flex}.exit-modal-buttons button{color:#fff;cursor:pointer;background:#292930;border:2px solid transparent;border-radius:8px;min-width:160px;height:56px;padding:0 28px;font-family:inherit;font-size:20px;font-weight:600;transition:background-color .15s,border-color .15s,transform .15s}.exit-modal-buttons button:hover{background:#3a3a43}.exit-modal-buttons button:focus,.exit-modal-buttons button.focused{border:4px solid #6142f6;transform:scale(1.05)}.exit-modal-buttons button:first-child{color:#17151f;background:#cec4fc}.exit-modal-buttons button:first-child:focus,.exit-modal-buttons button:first-child.focused{color:#17151f;background:#fff}.exit-modal-buttons button:last-child{color:#fff;background:#292930}.error-banner{color:#fff;z-index:100;background:#e50914;border-radius:8px;padding:12px 24px;font-size:16px;position:fixed;bottom:20px;left:50%;transform:translate(-50%)}@supports not (display:flex){.login-screen,.home-screen,.player-screen{display:block}}.no-cssvars .movie-card{background:#1a1a2e}*{min-height:0}html{visibility:visible;opacity:1}
