@charset "UTF-8";.header{position:fixed;top:0;left:0;width:100%;z-index:100;background-color:#121212cc;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 2px 10px #0000004d}.header .container{position:relative}.header .header-content{display:flex;align-items:center;justify-content:space-between;height:80px}.header .logo{overflow:hidden}.header .logo a{display:flex;align-items:center}.header .logo a img{width:40px;height:40px;aspect-ratio:38/37;margin-right:6px}.header .logo a h2{font-size:1.8rem;font-weight:800;background:linear-gradient(90deg,#ff6e40,#f4511e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-transform:uppercase;letter-spacing:-.5px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:clip;word-wrap:break-word;overflow:hidden;white-space:wrap}.header .main-nav ul{display:flex;list-style:none;gap:1.5rem}.header .main-nav ul li a{font-size:.95rem;font-weight:600;position:relative;padding:.5rem 0;color:#f0c8b4a6;transition:color .3s ease;display:flex;align-items:center}.header .main-nav ul li a i{margin-right:.5rem;font-size:1rem;color:#f0c8b4a6;transition:color .3s ease,transform .3s ease}.header .main-nav ul li a span{position:relative}.header .main-nav ul li a:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:2px;background-color:#f4511e;transform:scaleX(0);transform-origin:center;transition:transform .3s ease}.header .main-nav ul li a:hover,.header .main-nav ul li a.active{color:#f4511e}.header .main-nav ul li a:hover i,.header .main-nav ul li a.active i{color:#f4511e;transform:translate(2px)}.header .main-nav ul li a:hover:after,.header .main-nav ul li a.active:after{transform:scaleX(1)}.header .header-actions{display:flex;gap:1rem}.header .header-actions button{background:none;border:none;color:#f0c8b4a6;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.1rem;transition:all .3s ease}.header .header-actions button:hover{background-color:#ffffff1a;color:#f4511e}.header .header-actions button.active{color:#ffebe6eb;background-color:#f4511e}.header .header-actions .mobile-menu-toggle{display:none}.header .search-bar{position:absolute;top:80px;left:0;width:100%;background-color:#1c1715eb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;box-shadow:0 5px 15px #0003;border-bottom:1px solid rgba(255,110,64,.12);z-index:99}.header .search-bar.open{transform:translateY(0);opacity:1;visibility:visible}.header .search-bar form{display:flex;max-width:600px;margin:0 auto}.header .search-bar form input{flex:1;height:46px;padding:0 1rem;border:1px solid rgba(255,110,64,.12);background-color:#1e1e1e80;color:#ffebe6eb;border-radius:4px 0 0 4px;font-size:1rem}.header .search-bar form input:focus{outline:none;border-color:#f4511e;box-shadow:0 0 0 2px 0 4px 20px #ff6e4026}.header .search-bar form button{width:46px;height:46px;background-color:#f4511e;color:#0f0c0a;border:none;border-radius:0 4px 4px 0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.header .search-bar form button:hover{background-color:#ff6e40}@media (max-width: 768px){.header .main-nav{position:fixed;top:80px;left:0;width:100%;height:calc(100vh - 80px);background-color:#1c1715eb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transform:translate(-100%);transition:transform .3s ease;z-index:101;border-right:1px solid rgba(255,110,64,.12)}.header .main-nav.open{transform:translate(0)}.header .main-nav ul{flex-direction:column;padding:2rem;gap:1.5rem}.header .main-nav ul li a{font-size:1.1rem;padding:.7rem 0}.header .main-nav ul li a i{font-size:1.2rem;width:30px}.header .main-nav ul li a:after{bottom:-5px;height:1px}.header .header-actions{flex:1}.header .header-actions .mobile-menu-toggle{display:flex}}.footer{background-color:#1c1715;padding:4rem 0 2rem;margin-top:4rem;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background:linear-gradient(90deg,transparent,#f4511e,transparent);opacity:.3}.footer .footer-content{display:grid;grid-template-columns:1fr 2fr;gap:4rem;margin-bottom:3rem}@media (max-width: 768px){.footer .footer-content{grid-template-columns:1fr;gap:2rem}}.footer .footer-logo h2,.footer .footer-logo h1{font-size:2rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(90deg,#ff6e40,#f4511e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-transform:uppercase}.footer .footer-logo p{color:#f0c8b4a6;margin-bottom:1.5rem;max-width:300px}.footer .footer-nav{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media (max-width: 768px){.footer .footer-nav{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.footer .footer-nav{grid-template-columns:1fr}}.footer .footer-nav-column h3{font-size:1.1rem;margin-bottom:1.2rem;position:relative;display:inline-block}.footer .footer-nav-column h3:after{content:"";position:absolute;bottom:-6px;left:0;width:30px;height:2px;background-color:#f4511e}.footer .footer-nav-column ul{list-style:none}.footer .footer-nav-column ul li{margin-bottom:.7rem}.footer .footer-nav-column ul li a{color:#f0c8b4a6;font-size:.95rem;transition:all .3s ease}.footer .footer-nav-column ul li a:hover{color:#f4511e;transform:translate(3px)}.footer .footer-nav-column ul li a i{margin-right:.5rem;width:16px}.footer .footer-nav-column .social-links li a{display:flex;align-items:center}.footer .footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,110,64,.15);text-align:center}.footer .footer-bottom p{color:#f0c8b4a6;font-size:.9rem}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}body,h1,h2,h3,h4,ul,li,p{padding:0;margin:0}ul,li{list-style:none}a{text-decoration:none}img{vertical-align:top}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px}@media screen and (max-width: 1440px){html{font-size:14px}}@media screen and (max-width: 768px){html{font-size:12px}}[data-theme=dark]{filter:invert(1) hue-rotate(180deg)}body{font-family:Inter,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background-color:#0f0c0a;color:#ffebe6eb;line-height:1.6;overflow-x:hidden}body::-webkit-scrollbar{width:4px;height:6px}body::-webkit-scrollbar-track{background:#333;border-radius:2px}body::-webkit-scrollbar-thumb{background:#666;border-radius:10px}body::-webkit-scrollbar-thumb:hover{background:#999}body #app{display:flex;flex-direction:column;width:100%;min-height:100vh;box-sizing:border-box;overflow:hidden}[v-cloak],ins.adsbygoogle[data-ad-status=unfilled]{display:none!important}a{color:#ffebe6eb;text-decoration:none;transition:color .3s ease}a:hover{color:#f4511e}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border:none;border-radius:4px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s ease}.btn i{margin-right:.5rem}.btn.btn-primary{background-color:#ff6e40;color:#fff}.btn.btn-primary:hover{background-color:#ff6e40cc;transform:translateY(-2px)}.btn.btn-secondary{background-color:#ffffff1a;color:#ffebe6eb}.btn.btn-secondary:hover{background-color:#fff3;transform:translateY(-2px)}.main-content{min-height:100vh;padding-top:80px}.section{padding:1.5rem 0}@media (max-width: 768px){.section{padding:.8rem 0}}.section-header{margin-bottom:2.5rem;position:relative;display:flex;flex-direction:column}.section-header .top-row{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:.75rem;width:100%}.section-header .section-title{font-size:2.2rem;font-weight:700;color:#ffebe6eb;position:relative;display:inline-block}.section-header .section-title:after{content:"";position:absolute;bottom:-10px;left:0;width:60px;height:4px;background:#f4511e;border-radius:2px}@media (max-width: 768px){.section-header .section-title{font-size:1.6rem}}.section-header .section-description{color:#f0c8b4a6;font-size:1.1rem;max-width:800px;margin-top:1.25rem}@media (max-width: 768px){.section-header .section-description{font-size:1rem;margin-top:1.5rem}}.section-header .view-all{font-size:.95rem;font-weight:600;color:#f4511e;display:flex;align-items:center}.section-header .view-all i{margin-left:.5rem;transition:transform .3s ease}.section-header .view-all:hover i{transform:translate(3px)}.hero-section{position:relative;height:80vh;min-height:600px;max-height:800px;overflow:hidden;margin-bottom:2rem}@media (max-width: 768px){.hero-section{height:60vh;min-height:450px}}.hero-section .hero-swiper{height:100%}.hero-section .hero-swiper .swiper-slide{height:100%;position:relative}.hero-section .slide-content{position:relative;height:100%;width:100%;display:flex;flex-direction:column;justify-content:flex-end}.hero-section .slide-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.hero-section .slide-image:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,#121212,#121212b3,#12121266)}.hero-section .slide-image img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-section .slide-info{width:100%;max-width:1280px;margin:0 auto;padding:4rem 1.5rem}.hero-section .slide-info .rating{display:inline-block;padding:.3rem .5rem;background-color:#0009;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:4px;color:#ffab91;font-weight:700;margin-bottom:1rem}.hero-section .slide-info .rating i{color:#ffab91;margin-right:.3rem}.hero-section .slide-info h2{font-size:3.5rem;font-weight:800;margin-bottom:1rem;text-shadow:0 2px 10px rgba(0,0,0,.5)}@media (max-width: 768px){.hero-section .slide-info h2{font-size:2.2rem}}.hero-section .slide-info .description{font-size:1.2rem;max-width:600px;margin-bottom:1.5rem;color:#ffffffd9;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media (max-width: 768px){.hero-section .slide-info .description{font-size:1rem}}.hero-section .slide-info .slide-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.hero-section .slide-info .slide-tags span{font-size:.8rem;padding:.2rem .5rem;border-radius:4px;background-color:#ff6e4040;color:#ffebe6eb}.hero-section .slide-info .cast{font-size:1rem;color:#f4511e;margin-bottom:1rem;font-style:italic;max-width:500px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hero-section .slide-info .actions{display:flex;gap:1rem}@media (max-width: 768px){.hero-section .slide-info .actions{flex-direction:column;gap:.5rem}.hero-section .slide-info .actions .btn{width:100%}}.hero-section .swiper-pagination{bottom:2rem!important}.hero-section .swiper-pagination .swiper-pagination-bullet{width:12px;height:12px;background:#fff6;opacity:1}.hero-section .swiper-pagination .swiper-pagination-bullet-active{background:#f4511e}.hero-section .swiper-button-next,.hero-section .swiper-button-prev{color:#fff;background:#0000004d;width:44px;height:44px;border-radius:50%}.hero-section .swiper-button-next:after,.hero-section .swiper-button-prev:after{font-size:1.2rem}@media (max-width: 768px){.hero-section .swiper-button-next,.hero-section .swiper-button-prev{display:none}}.movie-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}@media (max-width: 768px){.movie-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}}.movie-card{position:relative;border-radius:8px;overflow:hidden;background-color:#1c1715e0;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 20px #ff6e4026}.movie-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #000000b3}.movie-card .card-rank{position:absolute;top:10px;left:10px;width:28px;height:28px;background-color:#ff6e40;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.95rem;z-index:2}.movie-card .card-image{position:relative;aspect-ratio:3/3}.movie-card .card-image img{width:100%;height:100%;object-fit:cover}.movie-card .card-content{padding:1rem}.movie-card .card-content .card-tags{display:flex;flex-wrap:nowrap;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;gap:.3rem;margin-bottom:.5rem}.movie-card .card-content .card-tags span{font-size:.7rem;padding:.1rem .4rem;border-radius:3px;background-color:#ff6e4026;color:#f0c8b4a6}.movie-card .card-content .card-cast{font-size:.8rem;color:#f4511e;margin-bottom:.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.movie-card .card-content .card-rating{margin-bottom:.5rem;font-weight:700;font-size:.9rem;color:#ffab91}.movie-card .card-content .card-rating i{margin-right:.2rem}.movie-card .card-content .card-rating .rating-count{font-size:.75rem;color:#f0c8b4a6;font-weight:400;margin-left:.3rem}.movie-card .card-content .card-director{font-size:.8rem;color:#f4511e;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.movie-card .card-content .card-title{font-size:1.1rem;margin-bottom:.5rem;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 768px){.movie-card .card-content .card-title{font-size:.95rem}}.movie-card .card-content .card-meta{display:flex;gap:.5rem;font-size:.85rem;color:#f0c8b4a6}.movie-card .card-content .card-meta span{position:relative}.movie-card .card-content .card-meta span:not(:last-child):after{content:"•";position:absolute;right:-.5rem}.movie-card .card-content .card-excerpt{margin-top:.5rem;font-size:.9rem;color:#f0c8b4a6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.movie-card.horizontal{display:flex;flex-direction:column}.movie-card.horizontal .card-image{aspect-ratio:.8;overflow:hidden}.movie-card.horizontal .card-content{display:flex;flex-direction:column;flex-grow:1}.movie-card.horizontal .card-content .card-excerpt{flex-grow:1;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4}.fan-voices-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}@media (max-width: 768px){.fan-voices-grid{grid-template-columns:1fr}}.fan-voices-card{display:flex;flex-direction:column;border-radius:12px;overflow:hidden;background-color:#1c1715e0;box-shadow:0 4px 20px #ff6e4026;transition:transform .3s ease,box-shadow .3s ease}.fan-voices-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #000000b3}.fan-voices-card .review-image{width:100%;aspect-ratio:3/3;overflow:hidden}.fan-voices-card .review-image img{width:100%;height:100%;object-fit:cover}.fan-voices-card .review-content{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.fan-voices-card .review-content .review-title{font-size:1.3rem;margin-bottom:.5rem;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fan-voices-card .review-content .review-meta{display:flex;justify-content:space-between;font-size:.9rem;margin-bottom:.5rem}.fan-voices-card .review-content .review-meta .review-rating{color:#ffab91;font-weight:700}.fan-voices-card .review-content .review-meta .review-rating i{margin-right:.2rem}.fan-voices-card .review-content .review-meta .review-date{color:#f0c8b4a6}.fan-voices-card .review-content .review-excerpt{color:#f0c8b4a6;font-size:.9rem;margin-bottom:.5rem;flex-grow:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.fan-voices-card .review-content .read-more{align-self:flex-start;color:#f4511e;font-weight:600;font-size:.95rem;position:relative}.fan-voices-card .review-content .read-more:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:2px;background-color:#f4511e;transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.fan-voices-card .review-content .read-more:hover:after{transform:scaleX(1)}.fan-voices-card .reviewer-info{display:flex;align-items:center;margin-bottom:.75rem}.fan-voices-card .reviewer-info .avatar{width:30px;height:30px;border-radius:50%;background-color:#ff6e40;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;margin-right:.75rem;font-size:.9rem}.fan-voices-card .reviewer-info .reviewer-name{font-size:.9rem;color:#f0c8b4a6;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pwa-section{background-color:#2a1f1c;margin:3rem 0;border-radius:16px;overflow:hidden}.pwa-section .pwa-content{display:flex;align-items:center;gap:2rem;padding:2rem}@media (max-width: 768px){.pwa-section .pwa-content{flex-direction:column;padding:1.5rem}}.pwa-section .pwa-info{flex:1}.pwa-section .pwa-info h2{font-size:2rem;margin-bottom:1rem}.pwa-section .pwa-info p{font-size:1.1rem;color:#f0c8b4a6;margin-bottom:1.5rem}.pwa-section .pwa-info .pwa-features{list-style:none;margin-bottom:2rem}.pwa-section .pwa-info .pwa-features li{margin-bottom:.5rem;display:flex;align-items:center}.pwa-section .pwa-info .pwa-features li i{color:#f4511e;margin-right:.5rem}.pwa-section .pwa-info .install-button{margin-bottom:1rem}.pwa-section .pwa-info .ios-instructions{margin-top:1rem;padding:1rem;background:#ffffff0d;border-radius:8px}.pwa-section .pwa-info .ios-instructions p{font-weight:600;margin-bottom:.5rem}.pwa-section .pwa-info .ios-instructions ol,.pwa-section .pwa-info .ios-instructions li{padding-left:1.5rem;list-style:decimal}.pwa-section .pwa-info .ios-instructions li{padding-left:.2rem}.pwa-section .pwa-image{flex:1;max-width:300px}.pwa-section .pwa-image img{width:100%;border-radius:12px}@media (max-width: 768px){.pwa-section .pwa-image{max-width:100%}}.faq-section .faq-container{max-width:800px;margin:0 auto}.faq-section .faq-item{margin-bottom:1rem;border-radius:8px;background-color:#1c1715eb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,110,64,.12);overflow:hidden}.faq-section .faq-question{padding:1.5rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:background-color .3s ease}.faq-section .faq-question:hover{background-color:#ffffff0d}.faq-section .faq-question h3{font-size:1.1rem;font-weight:600}.faq-section .faq-question i{font-size:1rem;color:#f0c8b4a6;transition:transform .3s ease}.faq-section .faq-answer{padding:0 1.5rem 1.5rem;color:#f0c8b4a6}.movie-horizontal-scroll{position:relative;padding:.5rem 0}.movie-horizontal-scroll .swiper-button-next,.movie-horizontal-scroll .swiper-button-prev{color:#fff;width:36px;height:36px;background:#000000b3;border-radius:50%}.movie-horizontal-scroll .swiper-button-next:after,.movie-horizontal-scroll .swiper-button-prev:after{font-size:1rem}
