:root{--background:0 0% 100%;--foreground:240 10% 3.9%;--card:0 0% 100%;--card-foreground:240 10% 3.9%;--popover:0 0% 100%;--popover-foreground:240 10% 3.9%;--primary:35 100% 55%;--primary-foreground:240 5.9% 10%;--secondary:210 100% 50%;--secondary-foreground:0 0% 98%;--muted:240 4.8% 95.9%;--muted-foreground:240 3.8% 46.1%;--accent:240 4.8% 95.9%;--accent-foreground:240 5.9% 10%;--destructive:0 84.2% 60.2%;--destructive-foreground:0 0% 98%;--border:240 5.9% 90%;--input:240 5.9% 90%;--ring:35 100% 55%;--radius:0.5rem}.dark{--background:240 10% 3.9%;--foreground:0 0% 98%;--card:240 10% 3.9%;--card-foreground:0 0% 98%;--popover:240 10% 3.9%;--popover-foreground:0 0% 98%;--primary:35 100% 55%;--primary-foreground:240 5.9% 10%;--secondary:210 100% 50%;--secondary-foreground:0 0% 98%;--muted:240 3.7% 15.9%;--muted-foreground:240 5% 84.9%;--accent:240 3.7% 15.9%;--accent-foreground:0 0% 98%;--destructive:0 62.8% 30.6%;--destructive-foreground:0 0% 98%;--border:240 3.7% 15.9%;--input:240 3.7% 15.9%;--ring:35 100% 55%}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:'Open Sans',sans-serif;background-color:#000;color:#fff;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;transition:background-color 0.3s ease,color 0.3s ease}html.dark body{background-color:#121212;color:#fff}html:not(.dark) body{background-color:#fff;color:#000}html.dark main{background:radial-gradient(at 0% 0%,#201a23 0%,#2c2a3d45 30%,#1d182096 70%);background-color:#000}img{max-width:100%;height:auto}a{color:inherit;text-decoration:none}.flex{display:flex}.flex-1{flex:1 1 0%}.flex-col{flex-direction:column}.flex-grow{flex-grow:1}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.space-x-2>*+*{margin-left:.5rem}.space-x-4>*+*{margin-left:1rem}.space-y-1>*+*{margin-top:.25rem}.space-y-2>*+*{margin-top:.5rem}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-12{padding-top:3rem;padding-bottom:3rem}.pt-2{padding-top:.5rem}.pt-8{padding-top:1rem}.pt-16{padding-top:4rem}.pt-20{padding-top:5rem}.pb-4{padding-bottom:1rem}.pl-8{padding-left:2rem}.pl-10{padding-left:2.5rem}.pr-4{padding-right:1rem}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-4{margin:1rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-4{margin-top:1rem;margin-bottom:1rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-12{margin-top:3rem;padding-right:1rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-4{margin-left:1rem}.ml-8{margin-left:2rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-4{margin-right:1rem}.text-xs{font-size:1rem}.text-sm{font-size:.875rem;list-style-type:none}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-center{text-align:center}.text-left{text-align:left}.text-white{color:#fff}.text-primary{color:#ff9800}.text-primary-foreground{color:hsl(var(--primary-foreground))}.text-muted-foreground{color:hsl(var(--muted-foreground))}.text-foreground{color:hsl(var(--foreground))}.bg-background{background-color:#000}html.dark .bg-background{background-color:#121212}html:not(.dark) .bg-background{background-color:#fff}.bg-card{background-color:hsl(var(--card))}.bg-primary{background-color:hsl(var(--primary))}.bg-secondary{background-color:hsl(var(--secondary))}.bg-muted{background-color:hsl(var(--muted))}.bg-black{background-color:#000}html.dark .bg-black{background-color:#121212}html:not(.dark) .bg-black{background-color:#000}.bg-gray-900{background-color:#111827}.bg-blue-600{background-color:#2563eb}.bg-green-600{background-color:#16a34a}.bg-purple-600{background-color:#9333ea}.bg-amber-600{background-color:#d97706}.bg-red-600{background-color:#dc2626}.bg-teal-600{background-color:#0d9488}.hover\:bg-blue-700:hover{background-color:#1d4ed8}.hover\:bg-green-700:hover{background-color:#15803d}.hover\:bg-purple-700:hover{background-color:#7e22ce}.hover\:bg-amber-700:hover{background-color:#b45309}.hover\:bg-red-700:hover{background-color:#b91c1c}.hover\:bg-teal-700:hover{background-color:#0f766e}.hover\:bg-accent:hover{background-color:hsl(var(--accent))}.hover\:bg-primary\/90:hover{background-color:hsl(var(--primary) / .9)}.bg-muted\/20{background-color:hsl(var(--muted) / .2)}.bg-muted\/50{background-color:hsl(var(--muted) / .5)}.bg-black\/70{background-color:rgb(0 0 0 / .7)}.bg-black\/80{background-color:rgb(0 0 0 / .8)}.bg-black\/95{background-color:rgb(0 0 0 / .95)}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.from-black\/70{--tw-gradient-from:rgba(0, 0, 0, 0.7);--tw-gradient-stops:var(--tw-gradient-from), transparent}.from-primary\/20{--tw-gradient-from:hsl(var(--primary) / 0.2);--tw-gradient-stops:var(--tw-gradient-from), transparent}.to-transparent{--tw-gradient-to:transparent}.to-secondary{--tw-gradient-to:hsl(var(--secondary))}.border{border-width:1px;border-style:solid;border-color:hsl(var(--border))}.border-t{border-top-width:1px;border-top-style:solid;border-top-color:hsl(var(--border))}.border-b{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:hsl(var(--border))}.border-r{border-right-width:1px;border-right-style:solid;border-right-color:hsl(var(--border))}.border-l{border-left-width:1px;border-left-style:solid;border-left-color:hsl(var(--border))}.border-gray-700{border-color:#374151}.border-border{border-color:hsl(var(--border))}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-full{border-radius:9999px}.shadow-md{box-shadow:0 4px 6px -1px rgb(0 0 0 / .1),0 2px 4px -1px rgb(0 0 0 / .06)}.shadow-lg{box-shadow:0 10px 15px -3px rgb(0 0 0 / .1),0 4px 6px -2px rgb(0 0 0 / .05)}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.inset-y-0{top:0;bottom:0}.top-0{top:0}.top-2{top:.5rem}.top-2\.5{top:.625rem}.top-3{top:.75rem}.top-4{top:1rem}.top-6{top:1.5rem}.right-4{right:1rem}.right-6{right:1.5rem}.bottom-0{bottom:0}.bottom-6{bottom:1.5rem}.left-0{left:0}.left-2{left:.5rem}.left-3{left:.75rem}.left-\[0\]{left:0}.z-50{z-index:50}.z-\[60\]{z-index:60}.z-\[9999\]{z-index:9999}.block{display:block}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.hidden{display:none!important}.w-full{width:100%}.w-\[90\%\]{width:90%}.w-\[250px\]{width:250px}.w-\[280px\]{width:280px}.h-4{height:1rem}.h-5{height:1.25rem}.h-9{height:2.25rem}.h-14{height:3.5rem}.h-full{height:100%}.min-h-screen{min-height:100vh}.max-w-md{max-width:28rem}.max-w-3xl{max-width:48rem}.max-w-full{max-width:100%}.aspect-video{aspect-ratio:16 / 9}.aspect-\[2\/3\]{aspect-ratio:2 / 3}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms}.duration-200{transition-duration:200ms}.duration-300{transition-duration:300ms}.hover\:scale-105:hover{transform:scale(1.05)}.opacity-0{opacity:0}.opacity-100{opacity:1}.hover\:opacity-100:hover{opacity:1}.pointer-events-none{pointer-events:none}.cursor-pointer{cursor:pointer}.cursor-default{cursor:default}.backdrop-blur-sm{backdrop-filter:blur(4px)}.container{width:100%;margin-left:auto;margin-right:auto;padding-left:.5rem;padding-right:.5rem;max-width:1400px}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1400px}}@media (min-width:640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:text-base{font-size:1rem}.sm\:text-sm{font-size:.875rem}}@media (min-width:768px){.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:col-span-1{grid-column:span 1 / span 1}.md\:col-span-2{grid-column:span 2 / span 2}.md\:hidden{display:none}.md\:flex{display:flex}.md\:text-3xl{font-size:1.875rem}.md\:text-4xl{font-size:2.25rem}.md\:py-12{padding-top:3rem;padding-bottom:1.5rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:1024px){.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:col-span-3{grid-column:span 3 / span 3}.lg\:text-5xl{font-size:3rem}}@media (min-width:1280px){.xl\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.header{background-color:#000;border-bottom:1px solid rgb(255 255 255 / .1);height:80px;display:flex;align-items:center;width:100%;transition:background-color 0.3s ease}html.dark .header{background-color:rgb(8 8 8 / .8);border-bottom-color:rgb(255 255 255 / .1);backdrop-filter:blur(16px)}html:not(.dark) .header{background-color:#fff;border-bottom-color:rgb(0 0 0 / .1)}.logo{color:#ff9800;font-weight:800;font-size:2rem;font-family:'Trebuchet Ms'}.menu-toggle{color:#fff;background:#fff0;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;margin-right:.5rem}html:not(.dark) .menu-toggle{color:#000}.search-toggle{color:#fff;background:#fff0;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;margin-right:.5rem}html:not(.dark) .search-toggle{color:#000}.theme-toggle{color:#fff;background:#fff0;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center}html:not(.dark) .theme-toggle{color:#000}.theme-toggle:hover{background-color:rgb(255 255 255 / .1);border-radius:9999px}html:not(.dark) .theme-toggle:hover{background-color:rgb(0 0 0 / .1)}.main-nav{position:fixed;top:0;left:0;width:280px;height:100%;z-index:55;padding:4rem 1rem 1rem;transform:translateX(-100%);transition:transform 0.3s ease;overflow-y:auto;box-shadow:0 0 20px rgb(0 0 0 / .2)}html:not(.dark) .main-nav{background-color:#fff}.main-nav.open{transform:translateX(0);backdrop-filter:blur(16px)}.dropdown-menu{list-style-type:none}.dropdown-menu li{list-style:none}*:focus{outline:none;box-shadow:none;-webkit-tap-highlight-color:#fff0}a:focus,button:focus,input:focus{outline:none;box-shadow:none}@media (min-width:768px){.menu-toggle{display:none!important}.main-nav{position:static;width:auto;height:auto;background-color:#fff0;padding:0;transform:none;box-shadow:none;overflow-y:visible;display:flex;flex:1;margin-left:2rem}}.nav-list{list-style:none;margin:0;padding:0;width:100%}@media (max-width:767px){.nav-list{display:flex;flex-direction:column;gap:.5rem}}@media (min-width:768px){.nav-list{display:flex;flex-direction:row;align-items:center}}.nav-item{position:relative}@media (max-width:767px){.nav-item{margin-bottom:.25rem}}.nav-link{display:flex;align-items:center;position:relative;color:#fff;font-size:1.1rem;transition:color 0.2s ease;font-weight:700}html:not(.dark) .nav-link{color:#000}@media (max-width:767px){.nav-link{padding:.875rem 1rem;border-radius:.375rem;font-weight:500;justify-content:space-between}.nav-link:hover{background-color:rgb(255 255 255 / .05)}html:not(.dark) .nav-link:hover{background-color:rgb(0 0 0 / .05)}}@media (min-width:768px){.nav-link{padding:0 .75rem;height:56px}}.nav-link:hover{color:#ff9800}.dropdown-indicator{margin-left:.25rem;transition:transform 0.2s ease}.dropdown{position:relative}@media (max-width:767px){.dropdown-menu{display:none;padding-left:1rem;margin-left:1rem;border-left:2px solid rgb(255 255 255 / .1);backdrop-filter:blur(16px)}html:not(.dark) .dropdown-menu{border-left-color:rgb(0 0 0 / .1)}.dropdown-menu.open{display:block}}@media (min-width:768px){.dropdown-menu{position:absolute;top:100%;left:0;width:200px;background-color:#000;border:1px solid rgb(255 255 255 / .1);border-radius:.25rem;padding:.5rem 0;box-shadow:0 4px 6px rgb(0 0 0 / .1);z-index:50;display:none}html:not(.dark) .dropdown-menu{background-color:#fff;border-color:rgb(0 0 0 / .1)}.dropdown:hover .dropdown-menu{display:block}}.dropdown-item{display:block;padding:.5rem 1rem;color:rgb(255 255 255 / .8);font-size:.875rem}html:not(.dark) .dropdown-item{color:rgb(0 0 0 / .8)}.dropdown-item:hover{color:#ff9800}@media (max-width:767px){.dropdown-item{padding:.625rem 1rem;border-radius:.375rem}.dropdown-item:hover{background-color:rgb(255 255 255 / .05)}html:not(.dark) .dropdown-item:hover{background-color:rgb(0 0 0 / .05)}}@media (min-width:768px){.dropdown-item:hover{background-color:rgb(255 255 255 / .05)}html:not(.dark) .dropdown-item:hover{background-color:rgb(0 0 0 / .05)}}.search-container{position:relative;margin-left:auto;margin-right:.5rem;display:none}@media (min-width:768px){.search-container{display:flex;align-items:center}}.search-input{background-color:rgb(255 255 255 / .1);border:none;border-radius:.375rem;color:#fff;padding:.5rem .75rem .5rem 2.5rem;width:250px;font-size:.875rem}html:not(.dark) .search-input{background-color:rgb(0 0 0 / .1);color:#000}.search-input::placeholder{color:rgb(255 255 255 / .5)}html:not(.dark) .search-input::placeholder{color:rgb(0 0 0 / .5)}.search-icon{position:absolute;left:.75rem;color:rgb(255 255 255 / .7)}html:not(.dark) .search-icon{color:rgb(0 0 0 / .7)}#search-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgb(0 0 0 / .95);z-index:100;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem}html.dark #search-overlay{backdrop-filter:blur(10px);background-color:rgb(0 0 0 / 46%)}html:not(.dark) #search-overlay{background-color:rgb(255 255 255 / .95)}.search-form{width:100%;max-width:500px;margin:0 auto}.search-input-container{position:relative;width:100%;margin-bottom:1rem}.search-icon-overlay{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:rgb(255 255 255 / .7);height:1rem;width:1rem}html:not(.dark) .search-icon-overlay{color:rgb(0 0 0 / .7)}.search-input-overlay{width:100%;padding:.75rem 1rem .75rem 2.5rem;background-color:rgb(255 255 255 / .1);border:1px solid rgb(255 255 255 / .2);border-radius:.375rem;color:#fff;font-size:1rem}html:not(.dark) .search-input-overlay{background-color:rgb(0 0 0 / .05);border:1px solid rgb(0 0 0 / .2);color:#333}.search-input-overlay::placeholder{color:rgb(255 255 255 / .5)}html:not(.dark) .search-input-overlay::placeholder{color:rgb(0 0 0 / .5)}.search-submit{width:100%;background-color:#ff9800;color:#000;border:none;border-radius:.375rem;padding:.75rem;font-weight:600;cursor:pointer}.latest-releases{padding:0;margin-top:2rem}.latest-releases-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.latest-releases-title{font-size:1.4rem;font-weight:700}html:not(.dark) .latest-releases-title{color:#000}.latest-releases-links{display:flex;gap:1rem}.latest-releases-link{color:#fff;font-size:.875rem;transition:color 0.2s ease}html:not(.dark) .latest-releases-link{color:#000}.latest-releases-link:hover{color:#ff9800}.card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;padding:5px}@media (min-width:640px){.card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:768px){.card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width:1024px){.card-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (min-width:1280px){.card-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:25px;justify-content:center;flex-wrap:wrap;grid-auto-rows:1fr}}.movie-card{position:relative;border-radius:calc(0.5rem - 2px);overflow:hidden;background-color:#1a1a1a40;transition:transform 0.2s ease;display:block}html:not(.dark) .movie-card{background-color:#f5f5f5}.movie-card:hover{transform:translateY(-5px)}.movie-card-image{position:relative;aspect-ratio:2 / 3;overflow:hidden}.movie-card-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgb(0 0 0 / .8),transparent);padding:1rem;opacity:0;transition:opacity 0.2s ease}.movie-card:hover .movie-card-overlay{opacity:1}.movie-card-formats{display:flex;flex-wrap:wrap;gap:.25rem}.movie-card-format{transition:backdrop-filter 0.3s ease-in-out;transform:translateZ(0);backdrop-filter:blur(5px);background-color:rgb(241 199 199 / 35%);color:#fff;font-size:.625rem;padding:.125rem .375rem;border-radius:.25rem}.movie-card-content{padding:.7rem;padding-top:.5rem}.movie-card-title{font-weight:600;margin-bottom:.25rem;color:#fff;white-space:normal;overflow:visible;text-overflow:clip;line-height:1.3;word-break:break-word;font-size:1.095rem;text-align:left}html:not(.dark) .movie-card-title{color:#333}.movie-card-meta{font-size:.75rem;color:rgb(255 255 255 / .7);padding-top:.4rem}html:not(.dark) .movie-card-meta{color:rgb(0 0 0 / .7)}.pagination-container{display:flex;justify-content:center;margin-top:2rem;margin-bottom:1rem}.pagination{display:flex;align-items:center;gap:.5rem}.pagination-item{display:flex;align-items:center;justify-content:center;min-width:2.5rem;height:2.5rem;padding:0 .75rem;border-radius:.375rem;border:1px solid hsl(var(--border));background-color:#fff0;color:hsl(var(--foreground));font-size:.875rem;font-weight:500;transition:all 0.2s ease}.pagination-item:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}.pagination-item.active{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));border-color:hsl(var(--primary))}.pagination-next,.pagination-prev{padding:0;width:2.5rem}#back-to-top{position:fixed;bottom:1.5rem;right:1.5rem;z-index:50;border-radius:9999px;box-shadow:0 4px 6px -1px rgb(0 0 0 / .1),0 2px 4px -1px rgb(0 0 0 / .06);transition:opacity 0.3s ease;opacity:0;pointer-events:none;background-color:#ff9800;color:#000;padding:.5rem;border:none;cursor:pointer}#back-to-top.visible{opacity:1;pointer-events:auto}.material-symbols-outlined{font-size:2rem!important;vertical-align:sub!important}.search-form{margin-bottom:20rem}.navbar-brand>img{display:block;position:relative;bottom:-5px;height:70px;width:auto;margin-top:-6px}.quality-badges{position:absolute;top:6px;right:6px;display:flex;flex-direction:row;gap:3px;z-index:10;flex-wrap:wrap;justify-content:flex-end;max-width:85%}.quality-badge{display:inline-flex;align-items:center;justify-content:center;padding:2px 5px;border-radius:2px;font-family:system-ui,-apple-system,sans-serif;font-size:9px;font-weight:700;letter-spacing:.3px;line-height:1;text-transform:uppercase;backdrop-filter:blur(4px);transition:all 0.15s ease}.badge-4k{background:linear-gradient(135deg,#d97706 0%,#f59e0b 100%);color:#000;border:1px solid rgb(251 191 36 / .5);box-shadow:0 1px 3px rgb(217 119 6 / .5)}.badge-fhd{background:rgb(40 40 50 / .9);color:rgb(255 255 255 / .8);border:1px solid rgb(255 255 255 / .12)}.badge-hdr{background:linear-gradient(135deg,#b91c1c 0%,#dc2626 100%);color:#fff;border:1px solid rgb(220 38 38 / .4);box-shadow:0 1px 3px rgb(185 28 28 / .4)}.badge-dv{background:#000;color:#fff;border:1px solid rgb(255 255 255 / .3);padding:2px 4px}.badge-bd{background:linear-gradient(135deg,#1d4ed8 0%,#3b82f6 100%);color:#fff;border:1px solid rgb(59 130 246 / .4);box-shadow:0 1px 3px rgb(29 78 216 / .4)}.badge-remux{background:linear-gradient(135deg,#6b21a8 0%,#9333ea 100%);color:#fff;border:1px solid rgb(147 51 234 / .4);box-shadow:0 1px 3px rgb(107 33 168 / .4)}.quality-badge:hover{transform:translateY(-1px);filter:brightness(1.1)}.poster-container{position:sticky;border-radius:.5rem;overflow:hidden;box-shadow:0 10px 15px -3px rgb(0 0 0 / .1),0 4px 6px -2px rgb(0 0 0 / .05);max-width:300px;margin-left:auto;margin-right:auto;background-color:rgb(0 0 0 / .1);padding:.2rem;top:5rem}html.dark .poster-container{background:linear-gradient(to top,#2b580c2b,#a5b250,#8f9e610f,#4d53485c)}html:not(.dark) .poster-container{background-color:rgb(0 0 0 / .05)}@media (min-width:768px){.poster-container{margin-left:0;margin-right:0}}.poster-image{position:relative;aspect-ratio:2 / 3;border-radius:.375rem;overflow:hidden}.content-grid{display:grid;grid-template-columns:1fr}@media (min-width:768px){.content-grid{grid-template-columns:300px 1fr;gap:2rem}}.content-sidebar{display:flex;flex-direction:column;gap:1.5rem}.content-main{flex:1}.content-section{margin-bottom:2rem}.section-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem}@media (min-width:768px){.section-title{font-size:1.875rem}}.badge{display:inline-flex;align-items:center;border-radius:9999px;padding:.25rem .625rem;font-size:.75rem;font-weight:600;line-height:1;transition:background-color 0.2s ease}.badge-outline{background-color:#fff0;border:1px solid currentColor;color:hsl(var(--muted-foreground))}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:.375rem;font-weight:500;transition:all 0.2s ease;padding:.5rem 1rem;cursor:pointer;background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));border:none;font-weight:800;font-size:1.1rem}.btn:hover{background-color:hsl(var(--primary) / .9)}.btn-ghost{background-color:#fff0;color:hsl(var(--foreground))}.btn-ghost:hover{background-color:hsl(var(--accent) / .8)}.btn-sm{height:2.25rem;font-size:16px}.download-item{border:1px solid hsl(var(--border));border-radius:.5rem;overflow:hidden;transition:all 0.2s ease}.download-header{padding:.75rem 1rem;background-color:hsl(var(--muted) / .2);display:flex;align-items:center;justify-content:space-between;cursor:pointer}.download-header:hover{background-color:hsl(213deg 69.03% 35.03% / 68%)}.info-box{border:1px solid hsl(var(--border));border-radius:.5rem;padding:1.5rem;background-color:hsl(var(--background) / .5)}.info-list{margin-left:1.25rem;list-style-type:decimal}.info-list li{margin-bottom:.5rem;color:hsl(var(--muted-foreground))}.metadata-list{display:flex;flex-direction:column;gap:0rem;margin-top:1rem}.metadata-item{gap:0rem}.metadata-label{font-weight:600;color:hsl(var(--foreground))}.metadata-value{color:hsl(var(--muted-foreground))}@media (min-width:640px){.metadata-item{flex-direction:row;align-items:baseline}.metadata-label{width:6rem;flex-shrink:0}}.card-grid-small{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}@media (min-width:640px){.card-grid-small{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:768px){.card-grid-small{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:640px){.metadata-item{margin-bottom:.75rem}.metadata-label{width:30%;margin-bottom:.25rem}.metadata-value{width:100%}}.breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.breadcrumb-separator{color:hsl(var(--muted-foreground));font-size:16px}.page-title{font-size:1.875rem;font-weight:700;margin-top:1rem;margin-bottom:.25rem;line-height:1.2}.movie-tagline{font-size:1.125rem;font-style:italic;color:hsl(var(--muted-foreground));margin-bottom:1rem;line-height:1.4}@media (min-width:768px){.page-title{font-size:2.25rem}.movie-tagline{font-size:1.25rem}}.page-container{width:100%;max-width:1400px;margin-left:auto;margin-right:auto;padding:.5rem 1rem}@media (min-width:640px){.page-container{padding:2rem}}#trailer-modal{position:fixed;inset:0;z-index:9999;display:flex;align-items:flex-start;justify-content:center;padding-top:5rem;background-color:rgb(0 0 0 / .8);backdrop-filter:blur(4px)}#trailer-container{aspect-ratio:16 / 9;width:100%;background-color:rgb(0 0 0 / .5);border-radius:.375rem}.movie-card{display:block;border-radius:.5rem;overflow:hidden;background-color:hsl(var(--card));transition:transform 0.2s ease,box-shadow 0.2s ease;height:100%}.movie-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgb(0 0 0 / .1),0 4px 6px -2px rgb(0 0 0 / .05)}.movie-card-image{position:relative;aspect-ratio:2 / 3;overflow:hidden}.movie-card-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgb(0 0 0 / .8),transparent);opacity:0;transition:opacity 0.2s ease;display:flex;align-items:flex-end;padding:1rem}.movie-card:hover .movie-card-overlay{opacity:1}.movie-card-formats{display:flex;flex-wrap:wrap;gap:.25rem}.movie-card-format{background-color:rgb(255 255 255 / .2);color:#fff;font-size:.625rem;padding:.125rem .375rem;border-radius:.25rem}.movie-card-content{padding:.75rem}.movie-card-title{font-weight:600;font-size:.875rem;line-height:1.25;margin-bottom:.25rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.movie-card-meta{font-size:.75rem;color:hsl(var(--muted-foreground))}.series-tabs{display:flex;margin-bottom:1.5rem;overflow:hidden;border-radius:.25rem}.series-tab{flex:1;padding:.875rem 1.25rem;font-weight:800;text-align:center;transition:all 0.2s ease;white-space:nowrap;cursor:pointer;background-color:#9d9d9da6;color:#fff;border:none;font-family:'Open Sans',sans-serif;font-size:1rem}.series-tab.active{background-color:#f90;color:#000}.series-tab-content{display:none}.series-tab-content.active{display:block}.seasons-list{display:flex;flex-direction:column;gap:1.5rem}.season-item{border:1px solid hsl(var(--border));border-radius:.5rem;overflow:hidden;transition:all 0.2s ease}.season-header{padding:1rem 1.25rem;display:flex;align-items:center;justify-content:space-between;cursor:pointer;background-color:rgb(0 0 0 / .2)}.season-header:hover{background-color:rgb(0 0 0 / .3)}.season-info{flex:1}.season-title{font-weight:700;font-size:1.25rem;margin-bottom:.25rem}.season-meta{font-size:.875rem;color:hsl(var(--muted-foreground));display:flex;align-items:center;gap:.5rem}.season-toggle{transition:transform 0.2s ease}.season-header[aria-expanded="true"] .season-toggle{transform:rotate(180deg)}.episodes-list{display:flex;flex-direction:column;gap:1rem}.episode-item{margin-top:.2rem;border-radius:.5rem;overflow:hidden;transition:all 0.2s ease}.episode-header{padding:.75rem 1rem;display:flex;align-items:center;gap:1rem;cursor:pointer;background-color:hsl(var(--muted) / .1)}.episode-header:hover{background-color:hsl(213deg 69.03% 35.03% / 68%)}.episode-number{font-weight:700;font-size:1.125rem;color:hsl(var(--primary));min-width:2rem;text-align:center}.episode-info{flex:1}.episode-title{font-weight:600;margin-bottom:.25rem;font-size:1rem}.episode-meta{font-size:.875rem;color:hsl(var(--muted-foreground));display:ruby;align-items:center;gap:.5rem}.episode-toggle{transition:transform 0.2s ease}.episode-header[aria-expanded="true"] .episode-toggle{transform:rotate(180deg)}.episode-content{border-top:1px solid hsl(var(--border));max-width:100%;overflow-x:hidden}.episode-description{margin-bottom:1rem;color:hsl(var(--muted-foreground));font-size:.9375rem;line-height:1.5}.episode-downloads{display:flex;flex-direction:column;gap:.75rem}.episode-download-item{display:flex;flex-direction:column;gap:.5rem;padding:.6rem;border-radius:.375rem;max-width:100%;overflow-x:hidden}.episode-file-title{font-family:'Trebuchet MS',sans-serif;width:100%;font-size:1rem;border-top:3px solid hsl(19deg 100% 57.57% / 68%);border-radius:5px;color:#62b6ff;border-bottom:3px solid hsl(19deg 100% 57.57% / 68%);padding-top:10px;padding-bottom:10px}.badge-2160p{background-color:#1a56db;color:#fff;border-radius:9999px;padding:.25rem .625rem;font-size:.75rem;font-weight:600}.badge-1080p{background-color:#1e429f;color:#fff;border-radius:9999px;padding:.25rem .625rem;font-size:.75rem;font-weight:600}.badge-web-dl{background-color:#059669;color:#fff;border-radius:9999px;padding:.25rem .625rem;font-size:.75rem;font-weight:600}.badge-hevc{background-color:#7e22ce;color:#fff;border-radius:9999px;padding:.25rem .625rem;font-size:.75rem;font-weight:600}.badge-size{background-color:#ea580c;color:#fff;border-radius:9999px;padding:.25rem .625rem;font-size:.75rem;font-weight:600}.badge-psa{background-color:#dc2626;color:#fff;border-radius:9999px;padding:.25rem .625rem;font-size:.75rem;font-weight:600}.badge-audio{background-color:#0d9488;color:#fff;border-radius:9999px;padding:.25rem .625rem;font-size:.75rem;font-weight:600}.uploader-notes{margin:1.5rem 0;border-radius:.5rem;overflow:hidden;border:1px solid hsl(var(--border));background-color:rgb(0 0 0 / .2)}.uploader-notes-header{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background-color:rgb(255 153 0 / .2);border-bottom:1px solid rgb(255 153 0 / .3)}.uploader-notes-icon{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:9999px;background-color:rgb(255 153 0 / .3);flex-shrink:0}.uploader-notes-title{font-weight:600;font-size:1rem;color:hsl(var(--foreground))}.uploader-notes-content{padding:1rem;color:hsl(var(--muted-foreground));font-size:.9375rem;line-height:1.5}.uploader-notes-highlight{color:#f90;font-weight:600}.uploader-notes-list{margin-left:1.25rem;list-style-type:disc}.uploader-notes-list li{font-size:medium;margin-bottom:.5rem}.imdb-badge{display:flex;align-items:center;gap:6px;background:rgb(255 255 255 / .1);padding:4px 8px;border-radius:4px;border:1px solid rgb(255 255 255 / 55%)}.imdb-logo{background-color:#F5C518;color:#000;font-weight:900;padding:0 4px;border-radius:2px;font-size:11px;line-height:1.4}.imdb-score{color:#fff;font-weight:600;font-size:13px}.hidden{display:none!important}.opacity-0{opacity:0}.opacity-100{opacity:1}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.transition{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms}.card-ribbon{position:absolute;top:0;left:0;z-index:20;font-size:10px;font-weight:900;padding:6px 12px;border-bottom-right-radius:8px;box-shadow:2px 2px 8px rgb(0 0 0 / .3);text-transform:uppercase}.ribbon-new{background:#10b981;color:#fff}.ribbon-trending{background:#fbbf24;color:#000}.ribbon-re_uploaded{background:#000;color:#fff;border-right:1px solid #334155;border-bottom:1px solid #334155}.card-ongoing{position:absolute;bottom:8px;left:8px;z-index:20;font-size:9px;font-weight:800;background:#ef4444;color:#fff;padding:2px 8px;border-radius:4px;animation:pulse-red 2s infinite}@keyframes pulse-red{0%{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}100%{transform:scale(1);opacity:1}}html.dark .movie-card-image{background:linear-gradient(to top,#2b580c2b,#a5b250,#8f9e610f,#4d53485c)}html.dark .movie-card{background-color:#0c0c0c;border:1px solid rgb(255 152 0 / .15);box-shadow:0 0 15px rgb(255 152 0 / .05)}html.dark .movie-card-image::after{content:'';position:absolute;inset:0;border:1px solid rgb(255 152 0 / .2);pointer-events:none;z-index:10}html.dark .movie-card-image::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at top right,rgb(255 152 0 / .08),transparent 70%);z-index:5;pointer-events:none}.card-series-info{position:absolute;bottom:8px;right:8px;z-index:20;font-size:10px;font-weight:900;color:#fff;background:rgb(0 0 0 / .85);padding:3px 10px;border-radius:4px;border:1px solid rgb(255 152 0 / .4);box-shadow:0 0 10px rgb(0 0 0 / .5);font-family:'Open Sans',sans-serif}.card-status-label{position:absolute;bottom:8px;left:8px;z-index:20;font-size:9px;font-weight:800;padding:2px 8px;border-radius:4px;color:#fff;text-transform:uppercase}.badge-ongoing{background:#ef4444;animation:pulse-red 2s infinite}.badge-completed{background:#059669}.comment-list{list-style:none;padding:0}.comment-body{display:flex;gap:1.25rem;padding:1.5rem;background:rgb(255 255 255 / .03);border:1px solid rgb(255 255 255 / .05);border-radius:1rem;margin-bottom:2rem;transition:all 0.3s ease}.comment-body:hover{background:rgb(255 255 255 / .05);border-color:rgb(255 152 0 / .2)}.comment-avatar img{border-radius:50%;border:2px solid #ff980033;background:#000}.comment-content{flex:1}.comment-author cite{font-style:normal;font-weight:700;color:#ff9800;font-size:1.1rem}.comment-meta{font-size:.8rem;color:rgb(255 255 255 / .5);margin-bottom:.75rem}.comment-text{line-height:1.6;color:rgb(255 255 255 / .8)}.comment-reply-link{display:inline-block;margin-top:1rem;font-size:.875rem;font-weight:600;color:#ff9800;text-transform:uppercase;letter-spacing:.05em}.comment-reply-link:hover{text-decoration:underline}#reply-title{font-size:1.25rem;font-weight:800;margin-bottom:1.5rem;color:#fff}.comment-notes,.logged-in-as{font-size:.875rem;color:rgb(255 255 255 / .5);margin-bottom:1.5rem}html:not(.dark) .comment-body{background:#f9f9f9;border-color:rgb(0 0 0 / .08)}html:not(.dark) .comment-author cite{color:#000}html:not(.dark) .comment-meta,html:not(.dark) .comment-meta a{color:rgb(0 0 0 / .5)}html:not(.dark) .comment-text{color:#333}html:not(.dark) #reply-title{color:#000}html:not(.dark) .comment-notes,html:not(.dark) .logged-in-as,html:not(.dark) .comment-form-container label{color:rgb(0 0 0 / .6)}html:not(.dark) .comment-form-container{background:#f3f4f6;border-color:rgb(0 0 0 / .1)}html:not(.dark) .comment-form-container textarea,html:not(.dark) .comment-form-container input{background:#fff;border-color:rgb(0 0 0 / .2);color:#000}.movie-card{position:relative;transition:all 0.4s cubic-bezier(.175,.885,.32,1.275);background:rgb(255 255 255 / .03);border:1px solid rgb(255 255 255 / .05);border-radius:12px;overflow:hidden}.movie-card:hover{transform:translateY(-8px) scale(1.02);border-color:rgb(255 255 255 / .2);box-shadow:0 0 25px rgb(16 185 129 / .4),0 0 15px rgb(59 130 246 / .3)}.movie-card:hover .play-icon-overlay{opacity:1!important}.movie-card-title{display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.badge-ribbon{box-shadow:0 4px 10px rgb(0 0 0 / .5);letter-spacing:.5px}.movie-card-new-badge{box-shadow:0 4px 12px rgb(230 0 0 / .4)}