* { margin: 0; padding: 0; box-sizing: border-box; } body { background: #0f172a; font-family: 'Inter', system-ui, 'Segoe UI', 'Poppins', sans-serif; color: #f8fafc; line-height: 1.5; } @keyframes softRise { 0% { opacity: 0; transform: translateY(20px); } 100% { opacity: 1; transform: translateY(0); } } .site-wrapper, .hero-block, .genre-strip, .hot-collection, .rank-area, .classic-area, .premiere-area { animation: softRise 0.55s ease forwards; } ::-webkit-scrollbar { width: 5px; } ::-webkit-scrollbar-track { background: #1e293b; } ::-webkit-scrollbar-thumb { background: #e2e8f0; border-radius: 8px; } .container { max-width: 1440px; margin: 0 auto; padding: 0 28px; } header { background: rgba(15, 23, 42, 0.92); backdrop-filter: blur(18px); border-bottom: 1px solid #e2e8f0; position: sticky; top: 0; z-index: 200; } .navbar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; padding: 14px 0; gap: 20px; } .logo h1 { font-size: 2rem; font-weight: 800; background: linear-gradient(135deg, #cbd5e1, #e2e8f0, #f8fafc); -webkit-background-clip: text; background-clip: text; color: transparent; letter-spacing: -0.5px; } .search-area { flex: 1; max-width: 380px; position: relative; } .search-area input { width: 100%; padding: 12px 24px; border-radius: 60px; background: #1e293b; border: 1px solid #334155; color: white; font-size: 0.9rem; outline: none; transition: 0.2s; } .search-area input:focus { border-color: #e2e8f0; box-shadow: 0 0 0 2px rgba(226,232,240,0.3); } .search-area button { position: absolute; right: 8px; top: 6px; background: #334155; border: none; border-radius: 50px; padding: 6px 24px; font-weight: bold; color: white; cursor: pointer; } .nav-links { display: flex; gap: 28px; } .nav-links a { color: #e2e8f0; text-decoration: none; font-weight: 500; } .user-icon { width: 48px; height: 48px; background: #1e293b; border-radius: 50%; display: flex; align-items: center; justify-content: center; overflow: hidden; cursor: pointer; border: 1px solid #e2e8f0; } .user-icon img { width: 100%; height: 100%; object-fit: cover; } .breadcrumb { margin: 24px 0 16px; font-size: 0.85rem; color: #94a3b8; } .breadcrumb a { color: #e2e8f0; text-decoration: none; } .hero-carousel { position: relative; border-radius: 40px; overflow: hidden; margin-bottom: 44px; box-shadow: 0 20px 30px -12px #000000; } .carousel-track { display: flex; transition: transform 0.7s cubic-bezier(0.2, 0.9, 0.4, 1.1); } .carousel-slide { flex: 0 0 100%; position: relative; aspect-ratio: 16 / 6; min-height: 280px; } .carousel-slide img { width: 100%; height: 100%; object-fit: cover; } .slide-caption { position: absolute; bottom: 12%; left: 6%; background: linear-gradient(95deg, #0f172ab3, #0f172a70); padding: 20px 32px; border-radius: 32px; backdrop-filter: blur(6px); max-width: 520px; } .slide-caption h3 { font-size: 1.9rem; margin-bottom: 8px; } .slide-caption p { margin-bottom: 12px; } .watch-btn { background: #e2e8f0; border: none; padding: 6px 28px; border-radius: 40px; font-weight: bold; cursor: pointer; color: #0f172a; } .carousel-controls { position: absolute; top: 50%; width: 100%; display: flex; justify-content: space-between; padding: 0 20px; transform: translateY(-50%); pointer-events: none; } .carousel-controls span { background: #0f172a99; width: 48px; height: 48px; border-radius: 60px; display: flex; align-items: center; justify-content: center; font-size: 2rem; cursor: pointer; pointer-events: auto; backdrop-filter: blur(4px); color: #e2e8f0; } .genre-strip { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin: 28px 0 48px; } .genre-chip { background: #1e293b; padding: 8px 32px; border-radius: 60px; font-weight: 600; cursor: pointer; transition: 0.2s; border: 1px solid #334155; } .genre-chip:hover { background: #e2e8f0; color: #0f172a; transform: translateY(-4px); border-color: #cbd5e1; } .section-header { font-size: 2rem; margin: 42px 0 24px; border-left: 8px solid #e2e8f0; padding-left: 24px; font-weight: 700; } .card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(195px, 1fr)); gap: 28px; } .film-card { background: #1e293b; border-radius: 32px; overflow: hidden; transition: all 0.25s; cursor: pointer; border: 1px solid #334155; } .film-card:hover { transform: translateY(-10px); box-shadow: 0 26px 30px -14px #000000cc; border-color: #e2e8f0; } .card-poster { position: relative; aspect-ratio: 2 / 3; overflow: hidden; background: #0f172a; } .card-poster img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; } .film-card:hover .card-poster img { transform: scale(1.05); } .card-info { padding: 14px 12px; } .card-info h4 { font-size: 1rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .rating { color: #ffbc6e; font-size: 0.8rem; margin: 6px 0; } .status { font-size: 0.7rem; color: #94a3b8; } .rank-panel { background: linear-gradient(145deg, #1e293b, #0f172a); border-radius: 48px; padding: 28px; margin: 48px 0; border: 1px solid #334155; } .rank-list { display: flex; flex-direction: column; gap: 14px; } .rank-entry { display: flex; align-items: center; gap: 24px; background: #0f172a; padding: 12px 24px; border-radius: 80px; transition: 0.2s; cursor: pointer; } .rank-medal { font-size: 2rem; width: 70px; text-align: center; } .classic-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 28px; margin: 20px 0 44px; } .classic-card { background: #1e293b; border-radius: 36px; padding: 18px; display: flex; gap: 18px; align-items: center; border-bottom: 5px solid #e2e8f0; } .classic-img { width: 100px; height: 130px; border-radius: 28px; overflow: hidden; background: #0f172a; } .classic-img img { width: 100%; height: 100%; object-fit: cover; } .upcoming-grid { display: flex; gap: 28px; flex-wrap: wrap; margin: 24px 0 48px; } .upcoming-card { background: #1e293b; border-radius: 40px; padding: 26px; flex: 1; text-align: center; border: 1px solid #e2e8f099; transition: 0.2s; } .upcoming-badge { background: #e2e8f0; color: #0f172a; display: inline-block; padding: 4px 20px; border-radius: 80px; font-size: 0.7rem; font-weight: bold; margin-bottom: 14px; } .intro-section { background: #1e293bd9; border-radius: 48px; padding: 36px 32px; margin: 42px 0; border-right: 6px solid #e2e8f0; font-size: 1rem; line-height: 1.7; backdrop-filter: blur(2px); } footer { background: #020617; padding: 48px 0 32px; margin-top: 50px; border-top: 1px solid #334155; } .footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 36px; margin-bottom: 28px; } .footer-links a { color: #94a3b8; text-decoration: none; font-size: 0.85rem; } @media (max-width: 768px) { .container { padding: 0 16px; } .navbar { flex-direction: column; align-items: stretch; } .search-area { max-width: 100%; } .slide-caption h3 { font-size: 1.2rem; } .card-grid { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 18px; } .classic-card { flex-direction: column; text-align: center; } } .toast-message { position: fixed; bottom: 28px; left: 50%; transform: translateX(-50%); background: #1e293be6; backdrop-filter: blur(12px); padding: 10px 28px; border-radius: 60px; color: #e2e8f0; font-size: 0.85rem; z-index: 1300; pointer-events: none; border: 1px solid #e2e8f0; }