@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap";.modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1000;opacity:0;animation:fadeIn .3s forwards;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:backdrop-filter .3s ease;box-sizing:border-box}.modal-backdrop *,.modal-backdrop *:before,.modal-backdrop *:after{box-sizing:inherit}.modal-content{z-index:1001;background-color:transparent;padding:0;border-radius:12px;width:90%;max-width:1200px;min-width:300px;height:auto;max-height:95vh;position:relative;box-shadow:0 10px 30px #00000080;overflow:auto;-webkit-overflow-scrolling:touch;transform:scale(.95);opacity:0;animation:scaleUp .3s .1s forwards;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;box-sizing:border-box}.modal-content:has(.auth-modal){width:auto;max-width:95vw;min-width:unset}@media (min-width: 1400px){.modal-content{width:85%;max-width:1300px;max-height:95vh}}@media (min-width: 1200px) and (max-width: 1399px){.modal-content{width:85%;max-width:1200px;max-height:95vh}}@media (min-width: 769px) and (max-width: 1199px){.modal-content{width:90%;max-width:900px;max-height:95vh}}@media (max-width: 768px){.modal-content{width:90vw;max-width:90vw;max-height:95vh;border-radius:8px}}@media (max-width: 600px){.modal-content{width:95vw;max-width:95vw;max-height:95vh;border-radius:8px}}@media (max-width: 480px){.modal-content{width:95vw;max-width:95vw;height:auto;max-height:95vh;border-radius:8px;box-shadow:0 10px 30px #00000080}}body.modal-open{overflow:hidden}.modal-close-button{position:absolute;top:10px;right:10px;width:28px;height:28px;border:none;background:#00000080;color:#fff;font-size:20px;line-height:1;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:1002;transition:all .2s ease;padding:0;font-weight:300;opacity:0;animation:fadeInButton .3s forwards}.modal-close-button:hover{background:#000000b3;transform:scale(1.1)}.modal-close-button:active{transform:scale(.95)}@keyframes fadeInButton{to{opacity:1}}@keyframes fadeIn{to{opacity:1}}@keyframes scaleUp{to{transform:scale(1);opacity:1}}.auth-modal{width:100%;max-width:480px;min-width:280px;margin:auto;background:var(--gradient-primary);border-radius:8px;overflow:hidden;color:#fff;max-height:90vh;overflow-y:auto}.auth-modal-header{padding:1.25rem;background:#ffffff1a;text-align:center}.auth-modal-header h2{margin:0;font-size:1.2rem}.auth-form{padding:1.25rem;background:#fff;color:#333}.auth-promo-message{margin-bottom:1rem;padding:.75rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:8px;text-align:center;border-left:4px solid #e26f20}.auth-promo-message p{margin:0;font-size:.875rem;color:#374151;font-weight:500;line-height:1.3}.promo-action{color:#e26f20;font-weight:700}.form-group{margin-bottom:.75rem;display:flex;flex-direction:column}.form-group label{margin-bottom:.25rem;font-weight:500;font-size:.9rem}.form-group input{padding:.6rem;font-size:.95rem;border:1px solid #ccc;border-radius:4px}.form-checkboxes{margin-bottom:.75rem;font-size:.85rem}.form-checkboxes label{display:block;margin-bottom:.4rem}.form-checkboxes a{color:var(--gradient-primary);text-decoration:underline}.error{color:#e74c3c;font-size:.8rem;margin-top:.2rem;display:block}.input-error{border-color:#e74c3c!important;box-shadow:0 0 0 2px #e74c3c33}.checkbox-error{color:#e74c3c}.api-error{background-color:#fee;color:#c33;padding:.6rem;border-radius:4px;margin-bottom:.75rem;font-size:.85rem;text-align:center;border:1px solid #fcc}.auth-buttons{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.auth-submit{width:100%;padding:.65rem;background:var(--gradient-primary);border:none;border-radius:9999px;color:#fff;font-weight:700;cursor:pointer;transition:transform .2s;font-size:.95rem}.auth-submit:hover:not(:disabled){transform:scale(1.02)}.auth-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.auth-toggle{width:100%;padding:.65rem;background:transparent;border:2px solid #e26f20;border-radius:9999px;color:#e26f20;font-weight:700;cursor:pointer;transition:all .2s;font-size:.95rem}.auth-toggle:hover:not(:disabled){background-color:#e26f201a;transform:scale(1.02)}.auth-toggle:disabled{opacity:.6;cursor:not-allowed;transform:none}.user-name{color:#fff;margin-right:1rem;font-size:.9rem}.auth-promo-sub{margin:.5rem 0 .75rem;font-size:.9rem;color:#475569}.auth-promo-stores{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap}.auth-promo-stores .app-store-button{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .9rem;background:#0000000f;border:1px solid rgba(0,0,0,.08);border-radius:8px;color:#111827;cursor:pointer;transition:all .2s ease;font-size:.85rem;text-decoration:none}.auth-promo-stores .app-store-button:hover{background:#00000014;border-color:#0000001f;transform:translateY(-1px)}.auth-promo-stores .app-store-icon{width:18px;height:18px}.auth-promo-stores .app-store-text{white-space:nowrap}@media (max-width: 1024px){.auth-promo-stores{display:flex}}.password-field{position:relative;display:flex;align-items:center}.password-field input{width:100%;padding-right:2.25rem}.password-toggle{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);border:none;background:transparent;color:#6b7280;cursor:pointer;padding:.25rem;line-height:0;display:inline-flex;align-items:center;justify-content:center}.password-toggle:hover{color:#374151}.password-toggle:disabled{cursor:not-allowed;opacity:.6}@media (max-width: 640px){.auth-promo-message{margin-bottom:1rem;padding:.75rem}.auth-promo-message p{font-size:.9rem}.auth-promo-sub{font-size:.85rem}.auth-promo-stores .app-store-button{padding:.45rem .8rem;font-size:.8rem}.auth-promo-stores .app-store-icon{width:16px;height:16px}}.phone-input-group{display:flex;gap:.5rem}.country-code-wrapper{position:relative;display:flex;align-items:center;flex:0 0 auto;min-width:120px}.country-flag-img{position:absolute;left:10px;width:24px;height:16px;object-fit:cover;pointer-events:none;z-index:1;border-radius:2px}.country-code-select{flex:1;width:100%;padding:.75rem 30px .75rem 42px;font-size:1rem;border:1px solid #ccc;border-radius:4px;background:#fff;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center}.country-code-select option{padding-left:35px;background-repeat:no-repeat;background-position:8px center;background-size:20px 14px;min-height:30px;line-height:30px}.phone-input-group input{flex:1}@media (max-width: 480px){.country-code-wrapper{min-width:100px}.country-code-select{font-size:.9rem;padding:.75rem 25px .75rem 38px}.country-flag-img{left:8px;width:20px;height:14px}}.auth-modal{position:relative}.modal-content:has(.auth-modal){background-color:transparent}:has(.auth-modal) .modal-backdrop{background-color:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.logo-link{display:flex;align-items:center;text-decoration:none;transition:opacity .3s;max-width:45%}.logo-link:hover{opacity:.9}.logo-image{width:100%;max-height:3rem;object-fit:contain}.header{position:fixed;top:0;left:0;right:0;z-index:2;padding:1.5rem;background:linear-gradient(to bottom,rgba(0,0,0,.5),transparent)}.nav{display:flex;align-items:center;justify-content:space-between;max-width:95rem;margin:0 auto}.menu{display:flex;align-items:center;margin:0 2rem;gap:2rem}.menu-item{position:relative;color:#fff;padding:.5rem 0;transition:color .3s;text-decoration:none}.menu-item:hover{color:#d8b4fe}.active-indicator{position:absolute;bottom:0;left:0;width:100%;height:.125rem;background:var(--gradient-primary)}.controls{display:flex;align-items:center}.search-container{position:relative}.search-input{background-color:#ffffff1a;border:1px solid rgba(255,255,255,.3);border-radius:9999px;padding:.5rem 1rem .5rem 2.5rem;color:#fff;width:16rem;outline:none}.search-input::placeholder{color:#ffffffb3}.search-input:focus{border-color:#a78bfa}.search-icon{position:absolute;left:.75rem;top:.625rem;color:#ffffffb3;width:1.25rem;height:1.25rem}.user-button{color:#fff;background:none;border:none;cursor:pointer;transition:color .3s}.user-button:hover{color:#e39b6b}.user-icon{width:1.5rem;height:1.5rem}.user-name{color:#fff;margin-right:1rem;font-size:.9rem;display:flex;align-items:center;gap:.75rem}.premium-badge{font-size:.75rem;font-weight:600;padding:.375rem .75rem;border:2px solid transparent;border-radius:9999px;background-origin:border-box;background-clip:padding-box,border-box;color:#fff;position:relative;white-space:nowrap;background-image:linear-gradient(#00000080,#000000b3)}.premium-badge:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;margin:-2px;border-radius:inherit;background:linear-gradient(45deg,#10b981,#059669);z-index:-1}@media (max-width: 768px){.user-name{font-size:.8rem;gap:.5rem;margin-right:.3rem}.premium-badge{font-size:.7rem;padding:.25rem .5rem}}@media (max-width: 640px){.user-name{flex-direction:column-reverse;align-items:center;gap:.25rem}}.featured-container{min-height:80vh;display:flex;flex-direction:column;position:relative;padding-top:6rem;overflow:hidden}.featured-content-container{display:flex;flex-direction:column;justify-content:space-between;height:100%;width:100%}.featured-content-wrapper{max-width:95rem;padding:0 2rem;position:relative;z-index:1}.featured-content{display:flex;flex-direction:column;align-items:flex-start;gap:.3rem}.featured-premiere-badge{font-size:.875rem;font-weight:600;padding:.5rem 1rem;border:2px solid transparent;border-radius:9999px;margin-bottom:.5rem;background-origin:border-box;background-clip:padding-box,border-box;color:#fff;position:relative}.featured-title-container{margin-bottom:.5rem;margin-top:0}.featured-title-image{max-width:60%;height:auto;display:block}.featured-description{color:#fffc;font-size:1.25rem;max-width:55rem;margin-top:0;margin-bottom:.5rem}.featured-buttons{display:flex;gap:1rem;margin-top:0rem}.featured-button-primary{padding:.75rem 2rem;border-radius:9999px;background-image:var(--gradient-primary);color:#fff;font-weight:600;display:flex;align-items:center;border:none;cursor:pointer;transition:transform .3s}.featured-button-primary:hover{transform:scale(1.05)}.featured-button-icon{width:1.25rem;height:1.25rem;margin-right:.5rem}.featured-button-secondary{padding:.75rem 2rem;border-radius:9999px;border:2px solid white;color:#fff;font-weight:600;background:transparent;cursor:pointer;transition:background-color .3s}.featured-button-secondary:hover{background-color:#ffffff1a}.featured-episodes-container{margin-top:2rem;width:100%;z-index:2}@media (max-width: 768px){.featured-title-image{max-width:80%}.featured-description{font-size:1rem}.featured-buttons{flex-direction:column;align-items:flex-start}}@media (min-width: 1024px){.featured-content-wrapper{margin-top:2rem;width:100%;margin:0 auto;max-width:95rem}}.episode-card{position:relative;cursor:pointer;transition:transform .3s}.episode-card:hover{transform:scale(1.05)}.thumbnail-container{position:relative;aspect-ratio:16 / 9;border-radius:.5rem;overflow:hidden}.thumbnail-image{width:100%;height:100%;object-fit:cover}.thumbnail-locked{transition:filter .3s ease,opacity .3s ease}.duration-badge{position:absolute;top:.5rem;left:.5rem;background-color:#000000b3;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;color:#fff}.status-icon-container{position:absolute;top:.5rem;right:.5rem;padding:.25rem;border-radius:.25rem}.status-icon-locked{background-image:var(--gradient-primary)}.status-icon-unlocked{background-image:linear-gradient(#0000008c,#000000bf),linear-gradient(45deg,#10b981,#059669);background-origin:border-box;background-clip:padding-box,border-box;border:2px solid transparent}.status-icon-default{background-color:#000000b3}.status-icon{width:1rem;height:1rem;color:#fff}.status-badge{position:absolute;top:.5rem;right:.5rem;z-index:2;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;padding:.25rem .5rem;border-radius:9999px;border:2px solid transparent;background-origin:border-box;background-clip:padding-box,border-box}.status-badge-free{color:#fff;background-image:linear-gradient(#0000008c,#000000bf),linear-gradient(45deg,#10b981,#059669)}.episode-title-container{position:absolute;bottom:0;left:0;right:0;background-color:#000000b3;padding:.5rem}.episode-title{color:#fff;font-size:.875rem;font-weight:500}.featured-premiere-badge{font-size:.875rem;font-weight:600;padding:.5rem 1rem;border:2px solid transparent;border-radius:9999px;margin-bottom:1.5rem;background-origin:border-box;background-clip:padding-box,border-box;background-image:linear-gradient(#000000b3,#000000b3),var(--gradient-primary);color:#fff;position:relative}.featured-premiere-badge:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;margin:-2px;border-radius:inherit;background:var(--gradient-primary);z-index:-1}.featured-title{font-size:4.5rem;font-weight:700;margin:1.5rem 0;line-height:1.1;display:inline-block;background-image:var(--gradient-featured);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.featured-buttons{display:flex;gap:1rem;margin-top:1.5rem}.episode-list-section{width:100%;padding-top:3rem;padding-bottom:3rem}.episode-list-container{max-width:95rem;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.episode-list-title{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.episode-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.language-subtitle-indicator{font-size:1.2rem;color:#666;display:flex;align-items:center}.language-subtitle-indicator .divider{margin:0 .25rem;color:#999}.episode-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;transition:height .5s ease;width:100%;box-sizing:border-box}.episode-grid>div{animation:fadeIn .5s ease forwards;width:100%;box-sizing:border-box}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (min-width: 480px){.episode-list-container{padding-left:1.5rem;padding-right:1.5rem}.episode-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (min-width: 640px){.episode-list-container{padding-left:2rem;padding-right:2rem}.episode-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (min-width: 768px){.episode-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}@media (min-width: 1024px){.episode-grid{grid-template-columns:repeat(4,1fr);gap:2rem}}@media (min-width: 1440px){.episode-grid{grid-template-columns:repeat(5,1fr);gap:2rem}}.show-more-container{display:flex;justify-content:center;width:100%;margin-top:2.5rem}.show-more-button{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 2rem;background:#0006;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:16px;color:#fff;font-weight:600;font-size:1rem;border:1px solid rgba(255,255,255,.1);cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #0003}.show-more-button:hover{background:#00000080;box-shadow:0 6px 16px #0000004d;transform:translateY(-2px)}.dropdown-arrow{width:16px;height:16px;transition:transform .3s ease}.dropdown-arrow.rotated{transform:rotate(180deg)}@media (min-width: 640px){.show-more-button{padding:.85rem 2.5rem;font-size:1.1rem}}.video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;background-color:transparent;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility 0s linear .3s;z-index:10;pointer-events:none}.video-overlay.visible{opacity:1;visibility:visible;transition:opacity .3s ease,visibility 0s linear 0s;background-color:#0000004d}.overlay-top-gradient{position:absolute;top:0;left:0;width:100%;height:100px;background:linear-gradient(to bottom,rgba(0,0,0,.7),transparent);z-index:-1;pointer-events:none}.overlay-controls{width:100%;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;pointer-events:none;position:relative;z-index:1}.overlay-title-container{flex:1;min-width:0;margin-right:1rem}.overlay-title{color:#fff;font-size:1.2rem;font-weight:600;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.overlay-close-container{flex:1;display:flex;justify-content:flex-end;margin-left:1rem}.video-overlay.visible .overlay-controls{pointer-events:auto}.center-controls{display:flex;gap:2rem;align-items:center}.overlay-button{background:none;border:none;color:#fffc;cursor:pointer;padding:.5rem;transition:color .2s,transform .2s;line-height:0;pointer-events:auto}.overlay-button:hover:not(:disabled){color:#fff;transform:scale(1.1)}.overlay-button:disabled{color:#ffffff4d;cursor:not-allowed}.next-episode-timer{text-align:center;color:#fff;margin-bottom:3rem;background-color:#00000080;padding:.75rem 1.5rem;border-radius:8px;animation:fadeInTimer .5s ease;pointer-events:none}.video-overlay.visible .next-episode-timer{pointer-events:auto}.next-episode-timer p{margin:0 0 .5rem;font-size:1.1rem}.countdown-number{font-size:2rem;font-weight:700}@keyframes fadeInTimer{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.next-episode-timer.auth-required{background-color:#000c;border:2px solid #e26f20;color:#fff}.auth-prompt-button{margin-top:.5rem;padding:.5rem 1rem;background:var(--gradient-primary);color:#fff;border:none;border-radius:20px;cursor:pointer;font-weight:700;transition:transform .2s;font-size:.9rem}.auth-prompt-button:hover{transform:scale(1.05)}.vimeo-player-container{width:100%;height:100%;min-width:80vw;position:relative;background-color:#000}.vimeo-player-element{width:100%;height:100%}.vimeo-player-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.vimeo-error{color:#fcc;padding:1rem;text-align:center}.initial-play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:transparent;border:none;cursor:pointer;z-index:10;transition:transform .2s ease,opacity .2s ease;opacity:.9}.initial-play-button:hover{transform:translate(-50%,-50%) scale(1.1);opacity:1}.initial-play-button:active{transform:translate(-50%,-50%) scale(.95)}.initial-play-button svg{filter:drop-shadow(0 4px 8px rgba(0,0,0,.5))}.locked-episode-wrapper{display:flex;width:100%;height:100%;background-color:#000;border-radius:inherit;overflow:scroll;scrollbar-width:none;-ms-overflow-style:none}.locked-episode-wrapper::-webkit-scrollbar{display:none}.promo-video-container{min-width:56vw;width:70%;height:100%;flex-shrink:0;background-color:#000;position:relative}.promo-player-element{width:100%;height:100%}.promo-player-element iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.video-placeholder{display:flex;justify-content:center;align-items:center;height:100%;width:100%;background-color:#000;color:#aaa;font-size:1.2rem}.locked-prompt-container{width:30%;height:auto;display:flex;flex-direction:column;flex-shrink:0;background-color:#111;overflow:scroll;scrollbar-width:none;-ms-overflow-style:none}.locked-prompt-container::-webkit-scrollbar{display:none}.locked-prompt-top{height:100%;background-color:#000;padding:1.5rem 1rem;display:flex;flex-direction:column;align-items:center;justify-content:space-between;text-align:center;color:#fff;overflow:hidden}.locked-prompt-icon-container{width:60px;height:60px;aspect-ratio:1 / 1;background-color:#fff;border-radius:50%;display:flex;justify-content:center;align-items:center;margin-bottom:1rem;box-shadow:0 4px 15px #0003}.locked-prompt-icon{width:40px;height:40px;object-fit:contain}.locked-prompt-title{font-size:1.2rem;font-weight:700;margin-bottom:.5rem;color:#fff;line-height:1.3}.locked-prompt-subtitle{font-size:.95rem;opacity:.9;margin-bottom:1rem;max-width:90%;color:#fff;line-height:1.3}.locked-prompt-offer{width:100%;text-align:center;margin:1rem 0}.offer-title{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:1.1rem;margin-bottom:.8rem;font-weight:600}.offer-prices{display:flex;justify-content:center;align-items:flex-end;gap:.8rem;margin-bottom:.8rem}.original-price{color:#ccc;text-decoration:line-through;font-size:2rem;font-weight:700}.discounted-price-container{background:var(--gradient-primary);padding:.4rem .8rem;border-radius:12px;box-shadow:0 4px 15px #0003}.discounted-price{color:#fff;font-size:2rem;font-weight:700;display:block}.timer-container{display:flex;align-items:center;justify-content:center;gap:.8rem;margin:.8rem 0}.offer-discount-badge{display:inline-block;margin-top:.6rem;color:#fff;font-weight:700;text-transform:uppercase;padding:.28rem .75rem;border-radius:9999px;font-size:.85rem;letter-spacing:.03em;background-image:linear-gradient(#0000008c,#000000bf),linear-gradient(45deg,#10b981,#059669);border:2px solid transparent;background-origin:border-box;background-clip:padding-box,border-box;box-shadow:0 6px 18px #10b9812e}@media (max-width: 480px){.offer-discount-badge{font-size:.8rem;padding:.25rem .6rem}}.offer-discount-badge{display:inline-flex;align-items:center;gap:.5rem}.offer-discount-badge .discount-icon{width:18px;height:18px;color:#fff;flex-shrink:0}.timer-icon-side{color:#fff;flex-shrink:0;width:28px;height:28px}.timer-box{position:relative;width:140px;height:50px;border-radius:8px;background-color:#1a1a1a;border:2px solid #333;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center}.timer-labels-inside{position:absolute;top:4px;display:flex;justify-content:center;gap:22px;width:80%;font-size:.65rem;color:#999;font-family:monospace;z-index:3}.timer-progress{position:absolute;top:0;left:0;height:100%;background:var(--gradient-primary);transition:width 1s ease-in-out;z-index:1;background-size:30px 100%;background-image:repeating-linear-gradient(45deg,transparent,transparent 10px,rgba(226,110,32,.2) 10px,rgba(212,62,17,.1) 20px);animation:moveLeft 2s linear infinite}@keyframes moveLeft{0%{background-position-x:0}to{background-position-x:-30px}}.timer-display{position:relative;display:flex;align-items:center;gap:2px;font-family:monospace;font-size:1.15rem;font-weight:700;color:#fff;z-index:2;text-shadow:1px 1px 2px rgba(0,0,0,.8)}.timer-display span{min-width:12px;text-align:center}.locked-prompt-cta-button{padding:.8rem 2rem;border-radius:9999px;background-image:var(--gradient-primary);color:#fff;font-weight:600;font-size:1.2rem;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:transform .3s,box-shadow .3s;width:90%;margin-top:1.5rem;box-shadow:0 4px 15px #0000004d}.locked-prompt-cta-button:hover{transform:scale(1.03);box-shadow:0 6px 20px #0006}.vimeo-error{color:#fcc;padding:1rem;text-align:center;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.payment-error{background-color:#fee;color:#c33;padding:.75rem;border-radius:8px;margin:1rem 0;font-size:.9rem;text-align:center;border:1px solid #fcc;max-width:90%}@media (max-width: 1260px){.locked-prompt-icon-container{display:none}}@media (max-width: 1000px){.locked-episode-wrapper{flex-direction:column}.promo-video-container{width:100%;min-width:unset;aspect-ratio:16/9}.locked-prompt-container{width:100%;height:60vh;flex:1}.locked-prompt-icon-container{display:none}.locked-prompt-top{padding:1.5rem 1rem;justify-content:flex-start;gap:1rem}.locked-prompt-title{font-size:1.3rem;margin-bottom:.5rem;line-height:1.3}.locked-prompt-subtitle{font-size:1rem;margin-bottom:1rem}.offer-prices{gap:.5rem;margin-bottom:.5rem}.original-price,.discounted-price{font-size:2rem}.offer-title{font-size:1.2rem;margin-bottom:.5rem}.timer-container{gap:.5rem;margin:.5rem 0}.timer-icon-side{width:30px;height:30px}.timer-box{width:140px;height:50px}.timer-labels-inside{font-size:.6rem;gap:20px}.timer-display{font-size:1.1rem}.locked-prompt-cta-button{font-size:1.2rem;padding:.8rem 2rem;width:95%;margin-top:1rem}.payment-error{font-size:.8rem;padding:.5rem;margin:.5rem 0}}@media (max-width: 480px){.locked-prompt-container{height:65vh}.locked-prompt-top{padding:1rem .75rem;gap:0}.locked-prompt-title{font-size:1.1rem}.locked-prompt-subtitle{font-size:.9rem}.discounted-price{font-size:1.8rem}.timer-box{width:120px;height:45px}.timer-display{font-size:1rem}.locked-prompt-cta-button{font-size:1.1rem;padding:.7rem 1.5rem}}.paypal-modal-section{background-color:#fff;color:#111;padding:1.5rem;border-radius:12px;box-shadow:0 10px 30px #00000014;width:100%;max-width:500px;max-height:calc(90vh - 40px);overflow-y:auto;-webkit-overflow-scrolling:touch;box-sizing:border-box}@media (max-width: 480px){.paypal-modal-section{max-width:100%;width:100%;padding:1rem;border-radius:8px;max-height:calc(100vh - 20px)}}.paypal-modal-section h3{margin:0 0 .5rem;font-size:1.4rem;word-wrap:break-word;overflow-wrap:break-word}@media (max-width: 480px){.paypal-modal-section h3{font-size:1.2rem}}.paypal-modal-section p{margin:0 0 1rem;color:#333;word-wrap:break-word;overflow-wrap:break-word}.paypal-input-row{display:flex;gap:8px;margin-bottom:.75rem;flex-wrap:wrap}.paypal-input-row input{flex:1;min-width:150px;padding:.6rem .75rem;border-radius:8px;border:1px solid #ddd;background:#fff;color:#111;box-sizing:border-box}@media (max-width: 480px){.paypal-input-row{flex-direction:column;gap:6px}.paypal-input-row input{min-width:100%;width:100%}}.paypal-actions{display:flex;gap:8px;margin-bottom:.75rem;flex-wrap:wrap}@media (max-width: 480px){.paypal-actions{flex-direction:column}}.paypal-btn--primary{background-image:linear-gradient(90deg,#e26e20,#d43e11);color:#fff;box-shadow:0 6px 18px #d43e111f;padding:.7rem 1.2rem;border:none;border-radius:6px;cursor:pointer;font-size:1rem;font-weight:600;transition:all .3s ease;width:100%;box-sizing:border-box}.paypal-btn--primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #d43e1133}.paypal-btn--primary:disabled{opacity:.6;cursor:not-allowed}.paypal-btn--secondary{background:transparent;color:#111;border:1px solid #ddd;padding:.7rem 1.2rem;border-radius:6px;cursor:pointer;font-size:1rem;font-weight:600;transition:all .3s ease;width:100%;box-sizing:border-box}.paypal-btn--secondary:hover{background:#f5f5f5;border-color:#999}.paypal-btn--danger{background:transparent;color:#b22;border:1px solid #f2bcbc;padding:.7rem 1.2rem;border-radius:6px;cursor:pointer;font-size:1rem;font-weight:600;transition:all .3s ease;width:100%;box-sizing:border-box}.paypal-btn--danger:hover{background:#fff5f5;border-color:#d43e11}.paypal-buttons-container{background:#fafafa;padding:1rem;border-radius:8px;border:1px solid #eee;width:100%;min-width:0;box-sizing:border-box}@media (max-width: 480px){.paypal-buttons-container{padding:.75rem}}.paypal-modal-footer{display:flex;justify-content:flex-end;gap:8px;margin-top:1rem;flex-wrap:wrap}@media (max-width: 480px){.paypal-modal-footer{flex-direction:column-reverse;gap:6px}}.paypal-modal-footer .paypal-btn--secondary{padding:.6rem 1.2rem;min-width:auto;width:auto}@media (max-width: 480px){.paypal-modal-footer .paypal-btn--secondary{width:100%;padding:.7rem 1.2rem}}.paypal-loading{display:flex;align-items:center;gap:12px;justify-content:center;padding:1rem 0;flex-wrap:wrap}.paypal-spinner{width:36px;height:36px;border-radius:50%;border:4px solid rgba(0,0,0,.08);border-top-color:#e26e20;animation:paypal-spin 1s linear infinite;flex-shrink:0}.paypal-loading-text{color:#333;font-size:.95rem;word-wrap:break-word;overflow-wrap:break-word}@keyframes paypal-spin{to{transform:rotate(360deg)}}.paypal-modal-description{color:#555;font-size:.95rem;text-align:center;margin-bottom:1.5rem!important;word-wrap:break-word;overflow-wrap:break-word}@media (max-width: 480px){.paypal-modal-description{font-size:.9rem;margin-bottom:1rem!important}}.paypal-modal-info{background:#f0f7ff;border:1px solid #d0e3f7;border-radius:8px;padding:1rem;margin-top:1rem;box-sizing:border-box}@media (max-width: 480px){.paypal-modal-info{padding:.75rem;margin-top:.75rem}}.paypal-modal-info p{margin:0;font-size:.875rem;color:#333;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word}.paypal-info-note{background:#fff9e6;border:1px solid #ffeaa7;border-radius:6px;padding:.75rem;margin-top:.75rem;margin-bottom:.75rem}.paypal-info-note p{margin:0;font-size:.85rem;color:#333;line-height:1.4}.paypal-info-note p:first-child{margin-bottom:.35rem;font-weight:600;color:#d68910}@media (max-width: 480px){.paypal-info-note{padding:.65rem;margin-top:.65rem;margin-bottom:.65rem}.paypal-info-note p{font-size:.8rem}}.paypal-warning{display:flex;gap:12px;align-items:flex-start;margin-top:.5rem}.paypal-warning .warning-icon{font-size:18px;flex-shrink:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:linear-gradient(180deg,#fff7e6,#fff0d9);border:1px solid #ffe9bf}.paypal-warning .warning-content .warning-title{margin:0;color:#111;font-size:.95rem}.paypal-warning .warning-content .warning-sub{margin:6px 0 0;color:#555;font-size:.85rem;line-height:1.3}@media (max-width: 480px){.paypal-warning{gap:10px}.paypal-warning .warning-icon{width:30px;height:30px;font-size:16px}.paypal-warning .warning-content .warning-sub{font-size:.82rem}}.paypal-error-message{background:#fff5f5;border:1px solid #fed7d7;border-radius:8px;padding:1rem;text-align:center;margin-bottom:1rem;box-sizing:border-box}@media (max-width: 480px){.paypal-error-message{padding:.75rem;margin-bottom:.75rem}}.paypal-error-message p{color:#c53030;margin-bottom:.75rem;word-wrap:break-word;overflow-wrap:break-word}.paypal-error-message .paypal-btn--secondary{margin-top:.5rem;width:100%}.paypal-pricing-section{background:linear-gradient(135deg,#f0f7ff,#e8f4f8);border:2px solid #10b981;border-radius:12px;padding:1.25rem;margin-bottom:1.5rem;text-align:center;box-sizing:border-box}.paypal-prices{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}.paypal-original-price{font-size:1.5rem;color:#999;text-decoration:line-through;font-weight:600}.paypal-discounted-price{font-size:2rem;color:#111;font-weight:700}.paypal-discount-badge{display:inline-flex;align-items:center;gap:.5rem;background:#10b981;color:#fff;padding:.5rem 1.25rem;border-radius:9999px;font-size:.95rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 4px 12px #10b9814d}.paypal-discount-badge .discount-icon{width:18px;height:18px;color:#fff;flex-shrink:0}@media (max-width: 480px){.paypal-pricing-section{padding:1rem;margin-bottom:1rem}.paypal-prices{gap:.75rem}.paypal-original-price{font-size:1.25rem}.paypal-discounted-price{font-size:1.75rem}.paypal-discount-badge{font-size:.85rem;padding:.4rem 1rem}}.payment-result-modal{background:#fff;padding:2.5rem 2rem;border-radius:16px;text-align:center;max-width:480px;width:100%;box-sizing:border-box}.payment-success-modal,.payment-error-modal{position:relative;z-index:2000!important}.modal-backdrop:has(.payment-success-modal),.modal-backdrop:has(.payment-error-modal){z-index:2000!important}.payment-result-icon{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.success-icon{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 8px 24px #10b98166}.error-icon{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;font-size:2.5rem;box-shadow:0 8px 24px #ef444466}.error-x{font-weight:300;line-height:1}.payment-result-modal h3{font-size:1.75rem;margin:0 0 1rem;color:#111;font-weight:700}.payment-result-modal p{font-size:1rem;color:#555;line-height:1.6;margin:0 0 2rem}.payment-result-button{width:100%;padding:.875rem 2rem;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-sizing:border-box}.success-button{background:linear-gradient(90deg,#10b981,#059669);color:#fff;box-shadow:0 6px 18px #10b9814d}.success-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #10b98166}.error-button{background:linear-gradient(90deg,#ef4444,#dc2626);color:#fff;box-shadow:0 6px 18px #ef44444d}.error-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #ef444466}@media (max-width: 480px){.payment-result-modal{padding:2rem 1.5rem;max-width:100%}.payment-result-icon{width:70px;height:70px;margin-bottom:1.25rem}.payment-result-modal h3{font-size:1.5rem}.payment-result-modal p{font-size:.95rem;margin-bottom:1.5rem}.payment-result-button{padding:.75rem 1.5rem;font-size:1rem}}.footer{width:100%;background-color:#000000e6;border-top:1px solid rgba(255,255,255,.1);padding:2rem 0 1rem;margin-top:3rem}.footer-container{max-width:95rem;margin:0 auto;padding:0 2rem;display:flex;flex-direction:column;gap:1.5rem;align-items:center;text-align:center}.footer-section{display:flex;align-items:center;justify-content:center}.footer-links{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;justify-content:center}.footer-link{background:none;border:none;color:#ffffffb3;font-size:.9rem;cursor:pointer;transition:color .3s;padding:.25rem 0;text-decoration:none}.footer-link:hover{color:#e26f20}.footer-divider{color:#fff6;font-size:.8rem}.footer-support{color:#ffffffb3;font-size:.9rem;margin:0;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;justify-content:center}.footer-email{background:none;border:none;color:#e26f20;font-size:.9rem;cursor:pointer;transition:color .3s;padding:0;text-decoration:underline}.footer-email:hover{color:#d43d11}.app-store-buttons{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.app-store-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;cursor:pointer;transition:all .3s;font-size:.85rem;text-decoration:none}.app-store-button:hover{background:#fff3;border-color:#ffffff4d;transform:translateY(-1px)}.app-store-icon{width:20px;height:20px;flex-shrink:0}.app-store-text{white-space:nowrap}.footer-bottom{width:100%;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1);margin-top:1rem}.footer-copyright{color:#ffffff80;font-size:.8rem;text-align:center;margin:0}@media (min-width: 768px){.footer-container{flex-direction:row;justify-content:space-between;align-items:flex-start;text-align:left}.footer-section{justify-content:flex-start}.footer-section:last-child{justify-content:flex-end}.footer-support{justify-content:flex-start}.app-store-buttons{justify-content:flex-end}}@media (max-width: 640px){.footer{padding:1.5rem 0 1rem}.footer-container{padding:0 1rem;gap:1rem}.footer-links{flex-direction:column;gap:.5rem}.footer-divider{display:none}.app-store-buttons{flex-direction:column;gap:.5rem;width:100%}.app-store-button{justify-content:center;width:100%;max-width:200px}}.background-carousel{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;overflow:hidden}.carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:right top;opacity:0;transition:opacity 1.5s ease-in-out;will-change:opacity}.carousel-slide.active{opacity:1}.carousel-slide.fade-out{opacity:0}.background-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--gradient-background)}:root{--gradient-primary: linear-gradient(to left, #e26f20, #D43D11);--gradient-featured: linear-gradient(to bottom, #e26f20 , #E32A20);--gradient-background: linear-gradient(45deg, rgba(0, 0, 0, .95) 0%, rgba(0, 0, 0, .6) 50%, rgba(0, 0, 0, 0) 100%)}.app-container{min-height:100vh;background-position:70% center;background-size:cover;background-attachment:fixed;width:100%}body{margin:0;font-family:Montserrat,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#000}.active-menu-item{position:relative;text-shadow:0 0 10px rgba(139,92,246,.3)}.active-menu-item:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:2px;background:linear-gradient(to right,#7c3aed,#2563eb);box-shadow:0 0 8px #8b5cf680}
