body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.header{background:linear-gradient(135deg,#1a1a2e,#16213e);position:-webkit-sticky;position:sticky;top:0;z-index:1000}.nav{gap:2rem}.logo{align-items:center;display:flex;gap:.5rem}.search-container{flex:1 1;max-width:400px;position:relative}.search-bar{border:2px solid #ffffff1a;font-size:1rem;padding:.7rem 1rem;transition:all .3s ease;width:100%}.search-bar:focus{background:#ffffff26;border-color:#0f3460;outline:none}.search-bar::placeholder{color:#fff9}.search-results{background:#1a1a2e;border-radius:10px;box-shadow:0 4px 15px #0000004d;left:0;margin-top:.5rem;overflow:hidden;position:absolute;right:0;top:100%;z-index:1001}.search-result-item{border-bottom:1px solid #ffffff1a;color:#fff;display:block;padding:1rem;text-decoration:none;transition:background .3s ease}.search-result-item:hover{background:#0f3460}.search-result-item:last-child{border-bottom:none}.nav-links{display:flex;gap:1.5rem}.nav-link{border-radius:5px;color:#fffc;font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:color .3s ease}.nav-link:hover{background:#ffffff1a;color:#fff}@media (max-width:768px){.nav{flex-direction:column;gap:1rem;padding:0 1rem}.search-container{max-width:100%;order:3}.nav-links{order:2}}.tmdb-attribution{background:#0000004d;border-radius:8px;margin:2rem 0;padding:1rem;text-align:center}.tmdb-attribution.compact{display:inline-block;font-size:.8rem;margin:0;padding:.3rem .6rem}.attribution-content{align-items:center;display:flex;flex-direction:column;gap:.5rem}.attribution-text{color:#b8b8b8;font-size:.9rem;margin:0}.tmdb-logo-link:hover{opacity:.8}.tmdb-link{color:#01d277;font-weight:700;text-decoration:none}.tmdb-link:hover{text-decoration:underline}.hero{align-items:center;display:flex;height:80vh;justify-content:center;margin-bottom:3rem;min-height:600px;overflow:hidden;position:relative}.hero-background{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.hero-bg-image{height:100%;object-fit:cover;transition:opacity .5s ease;width:100%}.hero-overlay{background:linear-gradient(135deg,#1a1a2ee6,#0f3460b3 50%,#1a1a2ee6);height:100%;left:0;position:absolute;top:0;width:100%}.hero-content{align-items:center;grid-template-columns:1fr 1fr;padding:0 2rem;position:relative;width:100%;z-index:2}.hero-text h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,gold);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;margin-bottom:1rem}.hero-text p{color:#e0e0e0;font-size:1.3rem;margin-bottom:2rem}.hero-stats{display:flex;flex-direction:column;gap:.8rem}.hero-stats span{background:#ffffff1a;border-left:4px solid #ff6b6b;border-radius:10px;font-weight:500;padding:.8rem 1.2rem}.hero-carousel h3{color:#fff;font-size:1.5rem;margin-bottom:1rem}.carousel-container{display:flex;gap:1rem;overflow-x:auto;padding:1rem 0;scrollbar-width:none}.carousel-container::-webkit-scrollbar{display:none}.carousel-item{border:3px solid #0000;border-radius:10px;cursor:pointer;min-width:120px;overflow:hidden;position:relative;transition:all .3s ease}.carousel-item.active{border-color:#ff6b6b;transform:scale(1.05)}.carousel-item img{border-radius:8px;height:180px;object-fit:cover;width:100%}.carousel-info{background:linear-gradient(#0000,#000c);bottom:0;left:0;padding:.5rem;position:absolute;right:0;text-align:center}.rating{color:gold;font-size:.9rem;font-weight:700}.hero-indicators{bottom:2rem;display:flex;gap:.5rem;left:50%;position:absolute;transform:translateX(-50%);z-index:3}.indicator{background:#ffffff4d;border:none;border-radius:50%;cursor:pointer;height:12px;transition:all .3s ease;width:12px}.indicator.active{background:#ff6b6b;transform:scale(1.2)}.stats-section{background:linear-gradient(135deg,#0f3460,#1a1a2e);border-radius:20px;margin:2rem auto;max-width:1200px;padding:3rem 2rem}.stats-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.stat-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:15px;padding:2rem;text-align:center;transition:transform .3s ease}.stat-card:hover{transform:translateY(-5px)}.stat-card h3{color:#ff6b6b;font-size:2.5rem;margin-bottom:.5rem}.stat-card p{color:#b8b8b8;font-size:1.1rem}.section-header{margin-bottom:3rem;text-align:center}.section-header h2{color:#fff;font-size:2.5rem;margin-bottom:1rem}.section-subtitle{color:#b8b8b8;font-size:1.1rem}.load-more-section{margin:3rem 0;text-align:center}.load-more-btn{background:linear-gradient(135deg,#0f3460,#1a5fb4);border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1.2rem 2.5rem;transition:all .3s ease}.load-more-btn:hover{box-shadow:0 10px 25px #0f346066;transform:translateY(-3px)}@media (max-width:968px){.hero-content{gap:2rem;grid-template-columns:1fr;text-align:center}.hero-text h1{font-size:2.5rem}.carousel-container{justify-content:center}}@media (max-width:768px){.hero{height:70vh;min-height:500px}.stats-grid{grid-template-columns:repeat(2,1fr)}.stat-card{padding:1.5rem}.stat-card h3{font-size:2rem}}.home{background:#1a1a2e;min-height:100vh}.home-header{background:linear-gradient(135deg,#0f3460,#1a1a2e);padding:4rem 2rem 2rem;text-align:center}.home-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,gold);-webkit-background-clip:text;background-clip:text;font-size:4rem;margin-bottom:1rem}.home-header p{color:#b8b8b8;font-size:1.3rem;margin:0}.featured-reviews{margin:0 auto;max-width:1200px;padding:3rem 2rem}.featured-reviews h2{color:#fff;font-size:2.5rem;margin-bottom:2rem;text-align:center}.reviews-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:3rem}.featured-review{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:15px;padding:2rem;transition:transform .3s ease}.featured-review:hover{transform:translateY(-5px)}.featured-review h4{color:gold;font-size:1.3rem;font-style:italic;margin-bottom:1rem}.featured-review p{color:#b8b8b8;margin-bottom:.5rem}.review-excerpt{color:#e0e0e0!important;font-style:italic;line-height:1.5}.hero{background:linear-gradient(135deg,#0f3460,#1a5fb4);border-radius:20px;margin:2rem auto;max-width:1200px}.hero-content h1{color:#fff;font-size:3.5rem}.hero-content p{color:#fffc;font-size:1.3rem}.trending-section{margin:0 auto;max-width:1200px;padding:3rem 2rem}.trending-section h2{color:#fff;font-size:2.5rem;margin-bottom:2rem;text-align:center}.trending-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:3rem}.main-content{margin:0 auto;max-width:1400px;padding:0 2rem 4rem}.tab-navigation{background:#ffffff0d;border-radius:50px;margin:3rem auto 2rem;max-width:400px;padding:.5rem}.tab-navigation button{border-radius:50px;flex:1 1}.tab-navigation button.active{background:#0f3460;box-shadow:0 4px 15px #0f34604d}.home-footer{background:#0000004d;margin-top:4rem;padding:3rem 2rem;text-align:center}.home-footer p{color:#b8b8b8;margin-top:1rem}.loading{font-size:1.3rem;grid-column:1/-1}@media (max-width:768px){.home-header h1{font-size:2.5rem}.home-header p{font-size:1.1rem}.hero-content h1{font-size:2.5rem}.featured-reviews,.trending-section{padding:2rem 1rem}.content-grid{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.tab-navigation{border-radius:15px;flex-direction:column;max-width:300px}.reviews-grid{grid-template-columns:1fr}}.review-form{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;margin:2rem 0;padding:2rem}.review-form h3{color:#fff;font-size:1.3rem}.form-group,.review-form h3{margin-bottom:1.5rem}.form-group label{color:#b8b8b8;display:block;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group textarea{background:#ffffff1a;border:1px solid #fff3;border-radius:5px;color:#fff;font-size:1rem;padding:.8rem 1rem;transition:all .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{background:#ffffff26;border-color:#0f3460;outline:none}.form-group input::placeholder,.form-group textarea::placeholder{color:#ffffff80}.form-group textarea{font-family:inherit;min-height:120px;resize:vertical}.rating-slider{margin:.5rem 0;width:100%}.rating-display{color:gold;font-weight:700;margin-top:.5rem;text-align:center}.review-form button{background:linear-gradient(135deg,#0f3460,#1a5fb4);border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease;width:100%}.review-form button:hover{box-shadow:0 4px 15px #0f34604d;transform:translateY(-2px)}.review-form button:disabled{background:#fff3;cursor:not-allowed;transform:none}@media (max-width:768px){.review-form{margin:1rem 0;padding:1.5rem}}.review-list{margin:2rem 0}.review-list h3{border-bottom:2px solid #0f3460;color:#fff;font-size:1.4rem;margin-bottom:1.5rem;padding-bottom:.5rem}.no-reviews{background:#ffffff0d;border:2px dashed #ffffff1a;border-radius:10px;padding:3rem 2rem;text-align:center}.no-reviews p{color:#b8b8b8;font-size:1.1rem;margin:0}.review-item{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;margin-bottom:1.5rem;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.review-item:hover{box-shadow:0 4px 15px #0003;transform:translateY(-2px)}.review-header{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:space-between;margin-bottom:1rem}.review-author{color:#0f3460;font-size:1rem;font-weight:600}.review-rating{background:#ffd7001a;border-radius:15px;color:gold;font-size:.9rem;font-weight:700;padding:.3rem .8rem}.review-date{color:#b8b8b8;font-size:.9rem}.review-title{color:#fff;font-size:1.2rem;line-height:1.4;margin-bottom:.8rem}.review-content{color:#e0e0e0;line-height:1.6;margin-bottom:1rem;white-space:pre-line}.review-footer{border-top:1px solid #ffffff1a;justify-content:space-between;padding-top:1rem}.like-btn,.review-footer{align-items:center;display:flex}.like-btn{background:#ffffff1a;border:1px solid #fff3;border-radius:20px;color:#b8b8b8;cursor:pointer;gap:.5rem;padding:.5rem 1rem;transition:all .3s ease}.like-btn:hover{background:#fff3;color:#fff}.review-stats{color:#b8b8b8;font-size:.9rem}@media (max-width:768px){.review-header{align-items:flex-start;flex-direction:column;gap:.5rem}.review-item{margin-bottom:1rem;padding:1rem}.review-footer{align-items:flex-start;flex-direction:column;gap:1rem}}.detail-tabs{background:linear-gradient(135deg,#0f3460,#1a1a2e);border:1px solid #ffffff1a;border-radius:15px;box-shadow:0 4px 20px #0000004d;margin:2rem auto;max-width:1200px;padding:1rem;position:-webkit-sticky;position:sticky;top:80px;z-index:100}.detail-tabs,.detail-tabs button{display:flex;justify-content:center}.detail-tabs button{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border:2px solid #0000;border-radius:10px;color:#b8b8b8;cursor:pointer;font-size:1rem;font-weight:600;gap:.5rem;margin:0 .5rem;min-width:140px;padding:1rem 2rem;transition:all .4s ease}.detail-tabs button:hover{background:linear-gradient(135deg,#fff3,#ffffff1a);border-color:#fff3;box-shadow:0 5px 15px #0000004d;color:#fff;transform:translateY(-2px)}.detail-tabs button.active{background:linear-gradient(135deg,#ff6b6b,#ee5a24);border-color:#ff6b6b;box-shadow:0 5px 20px #ff6b6b66;color:#fff;transform:translateY(-2px)}.detail-tabs button.active:before{animation:pulse 2s infinite;background:linear-gradient(135deg,#ff6b6b,#ee5a24);border-radius:12px;bottom:-2px;content:"";left:-2px;position:absolute;right:-2px;top:-2px;z-index:-1}@keyframes pulse{0%{opacity:.8}50%{opacity:1}to{opacity:.8}}.cast-section{padding:2rem 0}.cast-section h2{color:#fff;font-size:2.2rem;margin-bottom:2rem;position:relative;text-align:center}.cast-section h2:after{background:linear-gradient(135deg,#ff6b6b,#ee5a24);border-radius:2px;content:"";display:block;height:4px;margin:1rem auto;width:60px}.cast-scroll-container{margin:2rem 0;position:relative}.cast-scroll-wrapper{display:flex;gap:1.5rem;margin:0 -.5rem;overflow-x:auto;padding:1rem .5rem;scroll-behavior:smooth;scrollbar-color:#ff6b6b #0000;scrollbar-width:thin}.cast-scroll-wrapper::-webkit-scrollbar{height:8px}.cast-scroll-wrapper::-webkit-scrollbar-track{background:#ffffff1a;border-radius:4px}.cast-scroll-wrapper::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#ff6b6b,#ee5a24);border-radius:4px}.cast-scroll-wrapper::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#ff5252,#ff3838)}.cast-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border:1px solid #ffffff1a;border-radius:15px;flex-shrink:0;max-width:180px;min-width:180px;padding:1rem;transition:all .3s ease}.cast-card:hover{border-color:#ff6b6b4d;box-shadow:0 10px 30px #0006;transform:translateY(-5px) scale(1.02)}.cast-photo{border:2px solid #ffffff1a;border-radius:10px;height:220px;margin-bottom:1rem;object-fit:cover;width:100%}.cast-info{text-align:center}.cast-info h4{color:#fff;font-size:1rem;line-height:1.3;margin-bottom:.5rem}.character{color:#ff6b6b;font-size:.9rem;font-weight:600;line-height:1.2;margin-bottom:.3rem}.known-for{color:#b8b8b8;font-size:.8rem;opacity:.8}.scroll-nav{display:flex;gap:1rem;justify-content:center;margin-top:1rem}.scroll-btn{align-items:center;background:linear-gradient(135deg,#0f3460,#1a5fb4);border:none;border-radius:25px;color:#fff;cursor:pointer;display:flex;font-weight:600;gap:.5rem;padding:.8rem 1.5rem;transition:all .3s ease}.scroll-btn:hover{box-shadow:0 5px 15px #0f346066;transform:translateY(-2px)}.scroll-btn:disabled{cursor:not-allowed;opacity:.5;transform:none}.crew-section{border-top:1px solid #ffffff1a;margin-top:3rem;padding-top:2rem}.crew-section h3{color:#fff;font-size:1.5rem;margin-bottom:1.5rem;text-align:center}.crew-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.crew-item{background:#ffffff0d;border-left:4px solid #ff6b6b;border-radius:10px;padding:1.2rem;transition:all .3s ease}.crew-item:hover{background:#ffffff1a;transform:translateX(5px)}.crew-item strong{color:#ff6b6b;display:block;font-size:1.1rem;margin-bottom:.3rem}.crew-item span{color:#b8b8b8;font-size:.9rem}@media (max-width:1024px){.detail-tabs{flex-wrap:wrap;gap:.5rem}.detail-tabs button{font-size:.9rem;margin:.2rem;min-width:120px;padding:.8rem 1.2rem}}@media (max-width:768px){.detail-tabs{flex-direction:column;gap:.5rem;position:static}.detail-tabs button{margin:.2rem 0;width:100%}.cast-card{max-width:160px;min-width:160px}.cast-photo{height:180px}.scroll-nav{align-items:center;flex-direction:column}.scroll-btn{justify-content:center;width:200px}}.cast-card:before{background:linear-gradient(135deg,#ff6b6b1a,#0000 50%);border-radius:15px;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.cast-card:hover:before{opacity:1}.cast-scroll-indicator{color:#b8b8b8;font-size:.9rem;margin-top:.5rem;opacity:.7;text-align:center}.detail-page{background:#1a1a2e;min-height:100vh}.detail-hero{background-position:50%;background-repeat:no-repeat;background-size:cover;padding:3rem 2rem;position:relative}.hero-content{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:300px 1fr;margin:0 auto;max-width:1200px}.poster-section{position:relative}.detail-poster{border-radius:15px;box-shadow:0 10px 30px #00000080;width:100%}.info-section h1{color:#fff;font-size:3rem;line-height:1.2;margin-bottom:1rem}.meta-info{display:flex;flex-wrap:wrap;gap:2rem;margin-bottom:2rem}.meta-info span{background:#ffffff1a;border-radius:20px;color:gold;font-weight:600;padding:.5rem 1rem}.overview{color:#e0e0e0;font-size:1.2rem;line-height:1.6}.genres,.overview{margin-bottom:2rem}.genres{display:flex;flex-wrap:wrap;gap:.8rem}.genre-tag{background:linear-gradient(135deg,#0f3460,#1a5fb4);border-radius:20px;color:#fff;font-size:.9rem;font-weight:500;padding:.5rem 1.2rem}.official-link{align-items:center;background:#01d277;border-radius:5px;color:#000;display:inline-flex;font-weight:600;gap:.5rem;padding:.8rem 1.5rem;text-decoration:none;transition:all .3s ease}.official-link:hover{background:#02b465;transform:translateY(-2px)}.reviews-section{margin:0 auto;max-width:1200px;padding:3rem 2rem}.reviews-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem}.reviews-header h2{color:#fff;font-size:2rem;margin:0}.btn-primary{background:linear-gradient(135deg,#0f3460,#1a5fb4);border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.btn-primary:hover{box-shadow:0 4px 15px #0f34604d;transform:translateY(-2px)}.similar-section{margin-top:4rem}.similar-section h2{border-bottom:2px solid #0f3460;color:#fff;font-size:2rem;margin-bottom:2rem;padding-bottom:.5rem}.similar-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.loading{color:#b8b8b8;font-size:1.2rem;padding:4rem 2rem;text-align:center}@media (max-width:968px){.hero-content{gap:2rem;grid-template-columns:1fr;text-align:center}.poster-section{margin:0 auto;max-width:300px}.info-section h1{font-size:2.5rem}}@media (max-width:768px){.detail-hero,.reviews-section{padding:2rem 1rem}.info-section h1{font-size:2rem}.meta-info{gap:1rem;justify-content:center}.meta-info span{font-size:.9rem;padding:.4rem .8rem}.quick-info{background:#ffffff1a;border-radius:10px;margin-top:1rem;padding:1.5rem}.info-item{border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;margin-bottom:.8rem;padding-bottom:.8rem}.info-item:last-child{border-bottom:none;margin-bottom:0}.label{color:#b8b8b8;font-weight:500}.value{color:#fff;font-weight:600}.tagline{color:gold;font-size:1.2rem;font-style:italic;margin-bottom:1rem;text-align:center}.main-meta{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:1.5rem}.main-meta span{background:#ffffff1a;border-radius:20px;font-weight:600;padding:.5rem 1rem}.overview-section{margin:2rem 0}.overview-section h3{color:#fff;font-size:1.4rem;margin-bottom:1rem}.overview{color:#e0e0e0;font-size:1.1rem;line-height:1.7}.additional-info{background:#ffffff0d;border-radius:10px;margin:1.5rem 0;padding:1.5rem}.info-block{margin-bottom:1rem}.info-block strong{color:gold}.networks{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.5rem}.network-logo{background:#fff;border-radius:5px;height:40px;padding:5px}.external-links{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.official-link{align-items:center;background:linear-gradient(135deg,#0f3460,#1a5fb4);border-radius:5px;color:#fff;display:inline-flex;font-weight:600;gap:.5rem;padding:.8rem 1.5rem;text-decoration:none;transition:all .3s ease}.official-link:hover{box-shadow:0 4px 15px #0f34604d;transform:translateY(-2px)}.detail-tabs{background:#ffffff0d;border-radius:50px;display:flex;flex-wrap:wrap;justify-content:center;margin:2rem auto;max-width:1200px;padding:.5rem}.detail-tabs button{background:#0000;border:none;border-radius:50px;color:#b8b8b8;cursor:pointer;font-size:1rem;margin:.2rem;padding:1rem 1.5rem;transition:all .3s ease}.detail-tabs button.active{background:#0f3460;box-shadow:0 4px 15px #0f34604d;color:#fff}.tab-content{margin:0 auto;max-width:1200px;padding:0 2rem 3rem}.cast-section h2{color:#fff;font-size:2rem;margin-bottom:2rem}.cast-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));margin-bottom:3rem}.cast-card{background:#ffffff0d;border-radius:10px;overflow:hidden;transition:transform .3s ease}.cast-card:hover{transform:translateY(-5px)}.cast-photo{height:250px;object-fit:cover;width:100%}.cast-info{padding:1rem}.cast-info h4{color:#fff;font-size:1.1rem;margin-bottom:.5rem}.character{color:gold;font-weight:600;margin-bottom:.3rem}.known-for{color:#b8b8b8;font-size:.9rem}.crew-list{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.crew-item{background:#ffffff0d;border-radius:5px;color:#e0e0e0;padding:1rem}.media-tabs{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.media-tabs button{background:#ffffff1a;border:none;border-radius:5px;color:#b8b8b8;cursor:pointer;padding:.8rem 1.5rem;transition:all .3s ease}.media-tabs button.active{background:#0f3460;color:#fff}.images-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.media-image{border-radius:10px;cursor:pointer;transition:transform .3s ease;width:100%}.media-image:hover{transform:scale(1.05)}.videos-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.video-item{background:#ffffff0d;border-radius:10px;padding:1.5rem}.video-link{background:red;border-radius:5px;color:#fff;display:inline-block;font-weight:600;margin-top:1rem;padding:.8rem 1.5rem;text-decoration:none}.seasons-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.season-card{background:#ffffff0d;border-radius:10px;display:flex;overflow:hidden}.season-poster{height:180px;object-fit:cover;width:120px}.season-info{flex:1 1;padding:1.5rem}.season-info h3{color:#fff;margin-bottom:1rem}.season-overview{color:#b8b8b8;font-size:.9rem;margin-top:1rem}.reviews-stats{color:#b8b8b8;display:flex;font-weight:600;gap:2rem}.recommendations-section,.similar-section{margin:3rem 0}.recommendations-section h2,.similar-section h2{border-bottom:2px solid #0f3460;color:#fff;font-size:2rem;margin-bottom:2rem;padding-bottom:.5rem}.recommendations-grid,.similar-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}@media (max-width:768px){.detail-tabs{border-radius:15px;flex-direction:column}.detail-tabs button{margin:.2rem 0}.cast-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.external-links,.season-card{flex-direction:column}.season-poster{height:200px;width:100%}.reviews-stats{flex-direction:column;gap:.5rem}}}:root{--primary:#1a1a2e;--secondary:#16213e;--accent:#0f3460;--text:#fff;--text-secondary:#b8b8b8}*{box-sizing:border-box;margin:0;padding:0}body{background:#1a1a2e;background:var(--primary);color:#fff;color:var(--text);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}.App{min-height:100vh}.header{background:#16213e;background:var(--secondary);box-shadow:0 2px 20px #0000004d;padding:1rem 0}.nav{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.logo{font-size:1.8rem;font-weight:700;text-decoration:none}.logo,.search-bar{color:#fff;color:var(--text)}.search-bar{background:#ffffff1a;border:none;border-radius:25px;padding:.5rem 1rem;width:300px}.content-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));margin:0 auto;max-width:1400px;padding:2rem}.content-card{background:#16213e;background:var(--secondary);border-radius:10px;box-shadow:0 4px 15px #0003;color:#fff;color:var(--text);overflow:hidden;text-decoration:none;transition:transform .3s ease}.content-card:hover{transform:translateY(-5px)}.card-image{overflow:hidden;padding-bottom:150%;position:relative}.card-image img{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.card-rating{background:#000c;border-radius:15px;font-size:.8rem;font-weight:700;padding:.3rem .6rem;position:absolute;right:10px;top:10px}.card-content{padding:1rem}.card-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:1rem;margin-bottom:.5rem;overflow:hidden}.card-date{color:#b8b8b8;color:var(--text-secondary);font-size:.9rem}.ad-container{margin:2rem auto;max-width:1200px;padding:0 2rem;text-align:center}.footer-ad,.header-ad{margin:1rem auto}.ad-break{grid-column:1/-1;margin:2rem 0}.hero{background:linear-gradient(135deg,#0f3460,#16213e);background:linear-gradient(135deg,var(--accent) 0,var(--secondary) 100%);padding:4rem 2rem;text-align:center}.hero-content h1{font-size:3rem;margin-bottom:1rem}.tab-navigation{display:flex;justify-content:center;margin:2rem 0}.tab-navigation button{background:#0000;border:none;border-bottom:3px solid #0000;color:#b8b8b8;color:var(--text-secondary);cursor:pointer;font-size:1.1rem;padding:1rem 2rem;transition:all .3s ease}.tab-navigation button.active{border-bottom-color:#e50914;color:#fff;color:var(--text)}@media (max-width:768px){.content-grid{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));padding:1rem}.search-bar{width:200px}.hero-content h1{font-size:2rem}}
/*# sourceMappingURL=main.0a80297d.css.map*/