*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;line-height:1.6;color:#333;background:#f8f9fa}html{scroll-behavior:smooth}.container{max-width:1200px;margin:0 auto;padding:0 20px}header{position:fixed;top:0;width:100%;background:rgba(255,255,255,0.95);backdrop-filter:blur(10px);z-index:1000;box-shadow:0 2px 10px rgba(0,0,0,0.1)}.navbar{padding:1rem 0}.navbar .container{display:flex;justify-content:space-between;align-items:center}.nav-brand{display:flex;align-items:center;font-size:1.5rem;font-weight:bold;color:#ff6b35}.nav-brand svg{margin-right:0.5rem}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-menu a{text-decoration:none;color:#333;font-weight:500;transition:color 0.3s}.nav-menu a:hover{color:#ff6b35}.hamburger{display:none;flex-direction:column;cursor:pointer}.hamburger span{width:25px;height:3px;background:#333;margin:3px 0;transition:0.3s}.hero{height:100vh;display:flex;align-items:center;justify-content:center;position:relative;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:white;text-align:center}.hero-content{z-index:2}.hero h1{font-size:3.5rem;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,0.3)}.hero p{font-size:1.2rem;margin-bottom:2rem;opacity:0.9}.hero-buttons{display:flex;gap:1rem;justify-content:center}.btn{display:inline-block;padding:12px 30px;text-decoration:none;border-radius:50px;font-weight:600;transition:all 0.3s;cursor:pointer}.btn-primary{background:#ff6b35;color:white}.btn-primary:hover{background:#e55a2b;transform:translateY(-2px)}.btn-secondary{background:transparent;color:white;border:2px solid white}.btn-secondary:hover{background:white;color:#333}.content-section{padding:80px 0}.content-section h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#333}.movie-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.movie-card{background:white;border-radius:15px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,0.1);transition:transform 0.3s,box-shadow 0.3s}.movie-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px rgba(0,0,0,0.2)}.movie-poster{width:100%;height:350px;object-fit:cover;display:block}.movie-info{padding:1.5rem}.movie-info h3{font-size:1.3rem;margin-bottom:0.5rem;color:#333}.movie-info p{color:#666;margin-bottom:0.5rem}.rating{color:#ff6b35;font-weight:bold}.series-list{display:flex;flex-direction:column;gap:2rem}.series-item{display:flex;background:white;border-radius:15px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,0.1);transition:transform 0.3s}.series-item:hover{transform:translateX(10px)}.series-poster{width:200px;height:120px;object-fit:cover;flex-shrink:0}.series-info{padding:1.5rem;flex:1}.series-info h3{font-size:1.4rem;margin-bottom:0.5rem;color:#333}.series-info p{color:#666;margin-bottom:1rem}.series-meta{display:flex;justify-content:space-between;align-items:center}.variety-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.variety-card{background:white;border-radius:15px;overflow:hidden;text-align:center;box-shadow:0 5px 15px rgba(0,0,0,0.1);transition:transform 0.3s}.variety-card:hover{transform:scale(1.05)}.variety-thumb{width:100%;height:150px;object-fit:cover;display:block}.variety-card h3{padding:1rem 1rem 0.5rem;font-size:1.2rem;color:#333}.variety-card p{padding:0 1rem 1rem;color:#666}.about-content{max-width:800px;margin:0 auto}.about-text p{font-size:1.1rem;margin-bottom:1.5rem;color:#555;line-height:1.8}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:3rem}.feature-item{text-align:center;padding:2rem;background:white;border-radius:15px;box-shadow:0 5px 15px rgba(0,0,0,0.1)}.feature-item h4{font-size:1.3rem;margin-bottom:1rem;color:#ff6b35}.feature-item p{color:#666}footer{background:#333;color:white;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:1fr 2fr;gap:3rem;margin-bottom:2rem}.footer-logo{display:flex;align-items:center;font-size:1.5rem;font-weight:bold;margin-bottom:1rem}.footer-logo svg{margin-right:0.5rem}.footer-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem}.link-group h4{margin-bottom:1rem;color:#ff6b35}.link-group ul{list-style:none}.link-group li{margin-bottom:0.5rem}.link-group a{color:#ccc;text-decoration:none;transition:color 0.3s}.link-group a:hover{color:#ff6b35}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #555;color:#999}@media (max-width:768px){.nav-menu{display:none}.hamburger{display:flex}.hero h1{font-size:2.5rem}.hero-buttons{flex-direction:column;align-items:center}.series-item{flex-direction:column}.series-poster{width:100%;height:200px}.footer-content{grid-template-columns:1fr}.movie-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.variety-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.features{grid-template-columns:1fr}}@media (max-width:480px){.container{padding:0 15px}.hero h1{font-size:2rem}.content-section{padding:60px 0}.movie-grid{grid-template-columns:1fr}.variety-grid{grid-template-columns:repeat(2,1fr)}}
