@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap";html,body{margin:0;padding:0;font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100dvh;background:radial-gradient(circle at 85% 15%,#9e451c47,#ed703800 60%),linear-gradient(140deg,#0b0c0f,#141519 55%,#1b1c20);background-attachment:fixed;background-color:#0b0c0f;color-scheme:dark}:root{--safe-top: env(safe-area-inset-top, 0px);--safe-right: env(safe-area-inset-right, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--safe-left: env(safe-area-inset-left, 0px)}body,#root{padding-top:0}#root{min-height:100vh;width:100%}header{padding-top:calc(var(--safe-top) + 1rem)}footer,.site-footer{padding-bottom:calc(var(--safe-bottom) + 1.5rem)}:root{--primary: #ed7038;--dark: #fafafa;--light: #1f1f1f;--text-secondary: #aaa}*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,sans-serif}.site{display:flex;flex-direction:column;min-height:100vh;color:var(--dark);-webkit-font-smoothing:antialiased;background:transparent}.app{display:flex;flex-direction:column}.site>.app{flex:1}header{width:100%;padding:1rem 1.25rem;display:flex;justify-content:space-between;align-items:center;background:transparent;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.logo{display:inline-flex;align-items:center;text-decoration:none}.logo img{height:36px;width:auto;display:block}.cta-btn{background:var(--primary);color:#fff;border:none;padding:.75rem 1.25rem;border-radius:.5rem;font-size:1rem;cursor:pointer;transition:opacity .2s ease}.cta-btn:hover{opacity:.85}.cta-btn:disabled{cursor:not-allowed;opacity:.7}.hero{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2.75rem 1.25rem 1.75rem;gap:.25rem}.hero h1{font-size:clamp(2rem,8vw,3.5rem);line-height:1.1;margin-bottom:1rem}.hero p{font-size:clamp(1rem,4vw,1.25rem);max-width:600px;margin-bottom:2rem;color:var(--text-secondary)}.badge{display:inline-block;background:var(--primary);color:#fff;padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;margin-bottom:1rem}.series-section{padding:0 1.25rem 3rem;max-width:1200px;margin:0 auto;width:100%}.series-header{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem;text-align:center}.series-header h2{font-size:clamp(1.5rem,5vw,2.25rem);line-height:1.1}.series-tagline{color:var(--text-secondary);font-size:.9rem}.carousel-wrapper{position:relative;display:flex;align-items:center}.carousel-wrapper.no-nav{width:100%;justify-content:center}.series-carousel{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;padding:.5rem .5rem .75rem;scrollbar-width:none}.series-carousel::-webkit-scrollbar{display:none}.series-carousel.centered{justify-content:center;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;width:100%}body,.site{overflow-x:hidden}@media (max-width: 480px){.series-card{flex:0 0 150px}}@media (max-width: 360px){.series-card{flex:0 0 140px}}@media (max-width: 480px){.series-carousel.centered{gap:.5rem;overflow-x:hidden}.series-carousel.centered .series-card{flex:1 1 calc((100% - 1rem) / 3);max-width:calc((100% - 1rem) / 3)}}.series-card{flex:0 0 180px;scroll-snap-align:start;position:relative;border-radius:.85rem;overflow:hidden;background:#222;box-shadow:0 4px 18px -4px #00000080,0 2px 6px -2px #0006;transition:transform .35s ease,box-shadow .35s ease}.series-card:hover{transform:translateY(-4px)}.series-card .img-wrap{position:relative;width:100%;aspect-ratio:2/3}.series-card img{width:100%;height:100%;object-fit:cover;display:block}@media (min-width: 640px){.series-section{padding:0 3rem 4rem}.series-card{flex-basis:200px}.series-overlay h3{font-size:.85rem}.carousel-nav.prev{left:-18px}.carousel-nav.next{right:-18px}}@media (min-width: 1024px){.series-card{flex-basis:220px}.series-overlay h3{font-size:.9rem}}.legal-page .legal-content{max-width:900px;margin:0 auto;padding:2rem 1.25rem 4rem;line-height:1.55;font-size:.95rem;color:var(--text-secondary)}.legal-page h1{font-size:2.25rem;margin-bottom:1rem;color:var(--dark)}.legal-page .effective-dates{margin-bottom:2rem;color:var(--text-secondary);font-size:.85rem}.legal-section{margin-bottom:2.5rem}.legal-section .divider{height:1px;width:100%;background:linear-gradient(90deg,#ed703899,#ed703800);margin:2.5rem 0 1.5rem}.legal-section:first-of-type .divider{margin-top:.5rem}.legal-section .section-title{font-size:1.3rem;margin-bottom:1rem;color:var(--primary)}.legal-section h3{font-size:1rem;margin:1.5rem 0 .5rem;color:var(--primary)}.legal-section p+p{margin-top:1rem}.legal-section ul{list-style:disc;padding-left:1.25rem;margin:.5rem 0 1rem}.legal-section li+li{margin-top:.5rem}.legal-section address{font-style:normal;line-height:1.5}.legal-section a{color:var(--primary)}@media (min-width: 640px){.legal-page .legal-content{font-size:1rem;padding:3rem 3rem 5rem}.legal-page h1{font-size:2.75rem}.legal-section .section-title{font-size:1.5rem}}footer.site-footer{padding:1.5rem 1.25rem;font-size:.875rem;color:var(--text-secondary)}.site-footer .footer-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem 1.25rem;text-align:center;width:100%;padding-left:1.25rem;padding-right:1.25rem}.site-footer .footer-left{text-align:center}.site-footer .footer-center{order:2}.site-footer .footer-spacer{display:none}footer a{color:var(--primary);text-decoration:none}.footer-nav ul{list-style:none;display:flex;flex-wrap:wrap;gap:.65rem 1.25rem;justify-content:center;margin:0;padding:0}.footer-nav a{font-size:.8rem;color:var(--text-secondary);transition:color .2s ease}.site-footer .footer-left,.footer-contact{font-size:.8rem;line-height:1}.footer-nav li{display:flex;align-items:center;line-height:1}.footer-nav a:hover{color:var(--primary)}@media (min-width: 640px){header{padding:1.5rem 3rem}footer.site-footer{font-size:1rem}.site-footer .footer-left,.footer-contact{font-size:.8rem;line-height:1}.site-footer .footer-inner{flex-direction:row;justify-content:space-between;align-items:center;text-align:left;width:100%;padding-left:3rem;padding-right:3rem}.site-footer .footer-left{text-align:left}.site-footer .footer-center{order:0}}.share-page{min-height:100vh;background:var(--light);color:var(--dark);font-family:Inter,sans-serif}.share-header{padding:1rem 1.25rem;background:var(--light);border-bottom:1px solid rgba(255,255,255,.1)}.share-header .logo{display:inline-flex;align-items:center;text-decoration:none}.share-header .logo img{height:36px;width:auto;display:block}.share-content{padding:2rem 1.25rem;max-width:800px;margin:0 auto}.series-card{display:flex;flex-direction:column;gap:2rem}.series-poster{flex-shrink:0;align-self:center}.poster-image{width:100%;max-width:220px;height:auto;border-radius:12px;box-shadow:0 8px 32px #0000004d}.series-info{flex:1}.series-title{font-size:clamp(1.75rem,5vw,2.5rem);font-weight:700;margin-bottom:1rem;line-height:1.2}.series-description{font-size:1.1rem;line-height:1.6;color:var(--text-secondary);margin-bottom:1.5rem}.series-meta{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.badge{display:inline-block;background:var(--primary);color:#fff;padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:500;height:1.75rem;display:inline-flex;align-items:center}.episode-count{background:#ffffff1a;color:var(--text-secondary)}.app-banner{background:var(--primary);padding:.75rem 1.25rem}.app-banner-content{display:flex;align-items:center;justify-content:space-between;max-width:800px;margin:0 auto}.app-banner-content span{color:#fff;font-size:.875rem;font-weight:500}.banner-download-btn{background:#fff;color:var(--primary);border:none;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.banner-download-btn:hover{background:#ffffffe6;transform:translateY(-1px)}.modal-overlay{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:var(--light);border-radius:16px;padding:2rem;max-width:400px;width:100%;position:relative;border:1px solid rgba(255,255,255,.1)}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;color:var(--text-secondary);font-size:1.5rem;cursor:pointer;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.modal-close:hover{background:#ffffff1a;color:var(--dark)}.modal-body h3{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;text-align:center}.modal-body p{color:var(--text-secondary);text-align:center;margin-bottom:2rem}.modal-buttons{display:flex;flex-direction:column;gap:.75rem}.app-store-btn{background:var(--primary);color:#fff;border:none;padding:1rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.app-store-btn:hover{background:#d85a2a}@media (min-width: 640px){.share-header{padding:1.5rem 3rem}.app-banner{padding:.75rem 3rem}.share-content{padding:3rem 2rem}.series-card{flex-direction:row;align-items:flex-start;gap:3rem}.series-poster{align-self:flex-start}.poster-image{max-width:250px}}@media (min-width: 768px){.poster-image{max-width:300px}.series-title{font-size:2.5rem}.series-description{font-size:1.125rem}}@media (max-width: 639px){.series-card{text-align:center}.series-meta{justify-content:center}}
