.streaming-player-modal{background:var(--overlay-bg);z-index:9999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);appearance:none;-webkit-user-select:text;user-select:text;box-sizing:border-box;border:none;border-radius:12px;flex-direction:column;width:90%;max-width:1200px;height:90vh;max-height:90vh;padding:1rem;transition:background .3s;display:flex;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 20px 60px #00000080}.streaming-player-modal::backdrop{background:var(--overlay-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.streaming-player-modal__content{background:var(--bg-secondary);border:1px solid var(--border-color);box-sizing:border-box;flex-direction:column;flex:1;width:100%;height:100%;min-height:100%;transition:background .3s,border-color .3s;display:flex;overflow:hidden}.streaming-player-modal__header{border-bottom:1px solid var(--border-color);background:var(--input-bg);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.5rem;transition:background .3s,border-color .3s;display:flex}.streaming-player-modal__title h2{color:var(--text-primary);margin:0;font-size:1.25rem;font-weight:600;line-height:1.3;transition:color .3s}.streaming-player-modal__server-bar{background:var(--input-bg);border-bottom:1px solid var(--border-color);flex-direction:column;align-items:center;gap:.5rem;padding:.75rem 1.5rem;transition:background .3s,border-color .3s;display:flex}.streaming-player-modal__server-pills{scrollbar-width:thin;scrollbar-color:#e509144d transparent;-webkit-overflow-scrolling:touch;align-items:center;gap:.5rem;max-width:100%;padding-bottom:2px;display:flex;overflow-x:auto}.streaming-player-modal__server-pills::-webkit-scrollbar{height:4px}.streaming-player-modal__server-pills::-webkit-scrollbar-track{background:0 0}.streaming-player-modal__server-pills::-webkit-scrollbar-thumb{background:#e509144d;border-radius:2px}.streaming-player-modal__server-pill{border:1px solid var(--border-color);background:var(--bg-secondary);color:var(--text-secondary);cursor:pointer;white-space:nowrap;border-radius:9999px;flex-shrink:0;padding:.4rem 1rem;font-size:.85rem;font-weight:500;transition:background .25s,color .25s,border-color .25s,box-shadow .25s,transform .15s}.streaming-player-modal__server-pill:hover{color:var(--text-primary);background:#e509141a;border-color:#e5091466;transform:translateY(-1px)}.streaming-player-modal__server-pill--active{background:var(--netflix-red);border-color:var(--netflix-red);color:#fff;box-shadow:0 2px 8px #e5091466}.streaming-player-modal__server-pill--active:hover{background:var(--netflix-red);border-color:var(--netflix-red);color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #e5091480}.streaming-player-modal__server-pill:focus-visible{outline:2px solid var(--netflix-red);outline-offset:2px}.streaming-player-modal__server-hint{color:var(--text-secondary);font-size:.75rem;transition:color .3s}.streaming-player-modal__iframe--loading{opacity:.3;transition:opacity .3s}.streaming-player-modal__iframe--loaded{opacity:1;transition:opacity .3s}.streaming-player-modal__episode-controls{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.streaming-player-modal__selector{align-items:center;gap:.5rem;display:flex}.streaming-player-modal__selector label{color:var(--text-primary);white-space:nowrap;font-size:.9rem;transition:color .3s}.loading-text{color:#fbbf24;opacity:.8;font-size:.75rem;font-weight:400}.streaming-player-modal__select{background:var(--input-bg);border:1px solid var(--input-border);color:var(--text-primary);cursor:pointer;border-radius:6px;min-width:120px;padding:.5rem .75rem;font-size:.9rem;transition:all .2s}.streaming-player-modal__select:hover{background:var(--card-hover-bg);border-color:var(--netflix-red)}.streaming-player-modal__select:focus{background:var(--card-hover-bg);border-color:var(--netflix-red);outline:none;box-shadow:0 0 0 2px #e5091433}.streaming-player-modal__select option{background:var(--bg-secondary);color:var(--text-primary);padding:.5rem}.streaming-player-modal__controls{align-items:center;gap:.5rem;display:flex}.streaming-player-modal__control-btn{background:var(--input-bg);border:1px solid var(--input-border);color:var(--text-secondary);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.streaming-player-modal__control-btn:hover{background:var(--card-hover-bg);color:var(--text-primary);border-color:var(--netflix-red)}.streaming-player-modal__control-btn[title*=Download]{color:#22c55e;background:#22c55e1a;border:1px solid #22c55e4d}.streaming-player-modal__control-btn[title*=Download]:hover{color:#22c55e;background:#22c55e33;border-color:#22c55e}.streaming-player-modal__close:hover{background:var(--netflix-red);color:#fff}.streaming-player-modal__player{background:#000;flex:1;min-height:400px;position:relative}.streaming-player-modal__iframe{background:#000;border:none;width:100%;height:100%;min-height:400px}.streaming-player-modal__footer{border-top:1px solid var(--border-color);background:var(--input-bg);padding:.75rem 1.5rem;transition:background .3s,border-color .3s}.streaming-player-modal__disclaimer{color:var(--text-secondary);text-align:center;margin:0;font-size:.8rem;line-height:1.4;transition:color .3s}@media (max-width:768px){.streaming-player-modal{border-radius:8px;width:95%;height:95vh;max-height:95vh;padding:.5rem}.streaming-player-modal__content{border-radius:8px;min-height:100%}.streaming-player-modal__header{flex-direction:column;align-items:flex-start;gap:.75rem;padding:.75rem 1rem}.streaming-player-modal__title h2{font-size:1.1rem}.streaming-player-modal__server-bar{padding:.5rem 1rem}.streaming-player-modal__server-pill{padding:.35rem .75rem;font-size:.8rem}.streaming-player-modal__episode-controls{justify-content:space-between;width:100%}.streaming-player-modal__selector{flex-direction:column;align-items:flex-start;gap:.25rem}.streaming-player-modal__select{min-width:100px;padding:.4rem .6rem;font-size:.8rem}.streaming-player-modal__controls{align-self:flex-end}.streaming-player-modal__player,.streaming-player-modal__iframe{min-height:300px}.streaming-player-modal__footer{padding:.625rem 1rem}.streaming-player-modal__disclaimer{font-size:.75rem}}@media (max-width:480px){.streaming-player-modal{width:98%;height:95vh;max-height:95vh;padding:.25rem}.streaming-player-modal__content{border-radius:6px;min-height:100%}.streaming-player-modal__header{padding:.625rem .75rem}.streaming-player-modal__title h2{font-size:1rem}.streaming-player-modal__player,.streaming-player-modal__iframe{min-height:250px}.streaming-player-modal__footer{padding:.5rem .75rem}}@supports (padding:max(0px)){.streaming-player-modal{padding:max(1rem,env(safe-area-inset-top))max(1rem,env(safe-area-inset-right))max(1rem,env(safe-area-inset-bottom))max(1rem,env(safe-area-inset-left))}}@media (max-height:500px) and (orientation:landscape){.streaming-player-modal{height:98vh;max-height:98vh}.streaming-player-modal__player,.streaming-player-modal__iframe{min-height:200px}}.streaming-player-modal{animation:.3s ease-out fadeIn}.streaming-player-modal__content{animation:.3s ease-out slideIn}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:scale(.9)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.streaming-player-modal__control-btn:focus-visible{outline:2px solid var(--netflix-red);outline-offset:2px}.streaming-player-modal__iframe{background-color:#0000;background-image:linear-gradient(45deg,#000 25%,#0000 25% 75%,#000 75%,#000),linear-gradient(45deg,#000 25%,#0000 25% 75%,#000 75%,#000);background-position:0 0,10px 10px;background-repeat:repeat,repeat;background-size:20px 20px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}
.loading{flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:2rem;display:flex}.loading--small{gap:.5rem;padding:1rem}.loading--large{gap:1.5rem;padding:4rem}.loading__spinner{align-items:center;gap:.5rem;display:flex}.loading__dot{background:var(--netflix-red);border-radius:50%;width:12px;height:12px;animation:1.4s ease-in-out infinite both loading-bounce}.loading--small .loading__dot{width:8px;height:8px}.loading--large .loading__dot{width:16px;height:16px}.loading__dot:first-child{animation-delay:-.32s}.loading__dot:nth-child(2){animation-delay:-.16s}.loading__text{color:var(--text-secondary);text-align:center;margin:0;font-size:.9rem;transition:color .3s}.loading--small .loading__text{font-size:.8rem}.loading--large .loading__text{font-size:1.1rem}@keyframes loading-bounce{0%,80%,to{opacity:.5;transform:scale(0)}40%{opacity:1;transform:scale(1)}}
.maintenance-banner{z-index:1000;border-bottom:1px solid var(--border-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;padding:.75rem 0;transition:border-color .3s;position:sticky;top:0}.maintenance-banner--warning{background:linear-gradient(135deg,#f59e0b26,#d9770626);border-bottom-color:#f59e0b4d}.maintenance-banner--info{background:linear-gradient(135deg,#3b82f626,#2563eb26);border-bottom-color:#3b82f64d}.maintenance-banner--error{background:linear-gradient(135deg,#ef444426,#dc262626);border-bottom-color:#ef44444d}.maintenance-banner__container{justify-content:center;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;position:relative}.maintenance-banner__content{justify-content:center;align-items:center;gap:.75rem;display:flex}.maintenance-banner__icon{color:#f59e0b;flex-shrink:0;justify-content:center;align-items:center;display:flex}.maintenance-banner--info .maintenance-banner__icon{color:#3b82f6}.maintenance-banner--error .maintenance-banner__icon{color:#ef4444}.maintenance-banner__message{color:var(--text-primary);font-size:.9rem;font-weight:500;line-height:1.4;transition:color .3s}.maintenance-banner__dismiss{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;padding:.25rem;transition:all .2s;display:flex;position:absolute;right:0}.maintenance-banner__dismiss:hover{color:var(--text-primary);background:var(--input-bg)}.maintenance-banner__dismiss:focus-visible{outline:2px solid var(--netflix-red);outline-offset:2px}@media (max-width:768px){.maintenance-banner__container{padding:0 1rem}.maintenance-banner__message{font-size:.85rem}.maintenance-banner__icon{display:none}}@media (max-width:480px){.maintenance-banner__container{padding:0 .75rem}.maintenance-banner__content{gap:.5rem}}
.featured-hero{width:100%;height:80vh;min-height:500px;max-height:800px;margin-bottom:2rem;position:relative;overflow:hidden}.featured-hero__background{background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;transition:opacity .5s;position:absolute;top:0;left:0}.featured-hero__background--transitioning{opacity:.7}.featured-hero__gradient{background:linear-gradient(90deg,#000c 0%,#00000080 40%,#0003 70%,#0000 100%),linear-gradient(#0000 0%,#0000004d 50%,#000000b3 100%);width:100%;height:100%;position:absolute;top:0;left:0}.featured-hero__content{z-index:2;flex-direction:column;justify-content:center;max-width:1400px;height:100%;margin:0 auto;padding:0 4rem;display:flex;position:relative}.featured-hero__title{color:#fff;text-shadow:2px 2px 8px #000c;max-width:700px;margin:0 0 1rem;font-size:clamp(2rem,5vw,4rem);font-weight:700;line-height:1.1}.featured-hero__meta{color:#fff;align-items:center;gap:1rem;margin-bottom:1.5rem;font-size:1rem;display:flex}.featured-hero__year,.featured-hero__rating,.featured-hero__type{color:#fff;background:#0009;border-radius:4px;align-items:center;gap:.25rem;padding:.25rem .75rem;font-weight:500;display:flex}.featured-hero__rating{color:#fbbf24}.featured-hero__overview{color:#fff;text-shadow:1px 1px 4px #000c;max-width:600px;margin:0 0 2rem;font-size:clamp(.9rem,1.5vw,1.1rem);line-height:1.6}.featured-hero__actions{flex-wrap:wrap;gap:1rem;display:flex}.featured-hero__btn{cursor:pointer;white-space:nowrap;border:none;border-radius:4px;align-items:center;gap:.5rem;padding:.75rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.featured-hero__btn--primary{background:var(--netflix-red);color:#fff}.featured-hero__btn--primary:hover{background:var(--netflix-red-dark);transform:scale(1.05)}.featured-hero__btn--secondary{color:#fff;background:#6d6d6eb3}.featured-hero__btn--secondary:hover{background:#6d6d6ee6;transform:scale(1.05)}.featured-hero__btn--info{color:#fff;background:#6d6d6e80}.featured-hero__btn--info:hover{background:#6d6d6eb3;transform:scale(1.05)}.featured-hero__indicators{gap:.5rem;margin-top:2rem;display:flex}.featured-hero__indicator{cursor:pointer;background:0 0;border:2px solid #ffffff80;border-radius:50%;width:12px;height:12px;padding:0;transition:all .3s}.featured-hero__indicator--active{background:var(--netflix-red);border-color:var(--netflix-red);transform:scale(1.2)}.featured-hero__indicator:hover{border-color:#fffc}@media (max-width:1024px){.featured-hero{height:70vh;min-height:450px}.featured-hero__content{padding:0 2rem}.featured-hero__title{max-width:600px}.featured-hero__overview{max-width:500px}}@media (max-width:768px){.featured-hero{height:60vh;min-height:400px}.featured-hero__content{padding:0 1.5rem}.featured-hero__title,.featured-hero__overview{max-width:100%}.featured-hero__actions{flex-direction:column;align-items:flex-start}.featured-hero__btn{justify-content:center;width:100%;max-width:300px}}@media (max-width:480px){.featured-hero{height:50vh;min-height:350px}.featured-hero__content{padding:0 1rem}.featured-hero__meta{gap:.5rem;font-size:.85rem}.featured-hero__btn{padding:.6rem 1.5rem;font-size:.9rem}.featured-hero__gradient{background:linear-gradient(#0006 0%,#000000b3 50%,#000000f2 100%)}}
.content-row{margin-bottom:3rem;padding:0 2rem}.content-row__title{color:var(--text-primary);margin:0 0 1rem;padding:0;font-size:1.5rem;font-weight:600;transition:color .3s}.content-row__container{position:relative}.content-row__scroll{scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;gap:1rem;padding:.5rem 0;display:flex;overflow:auto hidden}.content-row__scroll::-webkit-scrollbar{display:none}.content-row__item{flex:none;width:200px;height:100%;display:flex}.content-row__arrow{color:#fff;cursor:pointer;z-index:10;opacity:0;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:none;justify-content:center;align-items:center;width:50px;height:100%;transition:opacity .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.content-row__container:hover .content-row__arrow{opacity:1}.content-row__arrow:hover{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.content-row__arrow--left{background:linear-gradient(90deg,#000000b3,#0000004d,#0000);left:0}.content-row__arrow--right{background:linear-gradient(270deg,#000000b3,#0000004d,#0000);right:0}@media (max-width:768px){.content-row{padding:0 1rem}.content-row__title{font-size:1.25rem}.content-row__item{width:150px}.content-row__arrow{display:none}}@media (max-width:480px){.content-row{padding:0 .5rem}.content-row__title{margin-left:.5rem;font-size:1.1rem}.content-row__item{width:130px}}
.streaming-search-bar{width:100%;max-width:600px;margin:0 auto}.streaming-search-bar__form{width:100%}.streaming-search-bar__input-container{background:var(--input-bg);border:2px solid var(--input-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;align-items:center;transition:all .3s;display:flex;position:relative}.streaming-search-bar__input-container:focus-within{border-color:var(--netflix-red);background:var(--card-hover-bg);box-shadow:0 0 0 4px #e509141a}.streaming-search-bar__icon{color:var(--text-secondary);z-index:2;justify-content:center;align-items:center;transition:color .3s;display:flex;position:absolute;left:1rem}.streaming-search-bar__input-container:focus-within .streaming-search-bar__icon{color:var(--netflix-red)}.streaming-search-bar__input{width:100%;color:var(--text-primary);background:0 0;border:none;outline:none;padding:1.25rem 1rem 1.25rem 3.5rem;font-family:inherit;font-size:1.1rem;font-weight:400;line-height:1.4;transition:color .3s}.streaming-search-bar__input::placeholder{color:var(--text-secondary);opacity:.8}.streaming-search-bar__clear{color:var(--text-secondary);cursor:pointer;z-index:2;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex;position:absolute;right:3.5rem}.streaming-search-bar__clear:hover{color:var(--text-primary);background:var(--input-bg)}.streaming-search-bar__clear:focus-visible{outline:2px solid var(--netflix-red);outline-offset:2px}.streaming-search-bar__loading{z-index:2;justify-content:center;align-items:center;display:flex;position:absolute;right:1rem}.streaming-search-bar__spinner{border:2px solid var(--border-color);border-top:2px solid var(--netflix-red);border-radius:50%;width:20px;height:20px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:768px){.streaming-search-bar{max-width:100%}.streaming-search-bar__input{padding:1rem 1rem 1rem 3rem;font-size:1rem}.streaming-search-bar__icon{left:.75rem}.streaming-search-bar__clear{right:3rem}.streaming-search-bar__loading{right:.75rem}}@media (max-width:480px){.streaming-search-bar__input-container{border-radius:10px}.streaming-search-bar__input{padding:.875rem .75rem .875rem 2.75rem;font-size:.95rem}.streaming-search-bar__icon{left:.625rem}.streaming-search-bar__clear{padding:.375rem;right:2.5rem}.streaming-search-bar__loading{right:.625rem}.streaming-search-bar__spinner{width:18px;height:18px}}.streaming-search-bar__input:focus{outline:none}.streaming-search-bar__input-container{transform:translateZ(0)}.streaming-search-bar__input-container:hover{border-color:var(--netflix-red)}
