:root{--amber:#d97706;--orange:#ea580c;--rose:#e11d48;--ink:#1f2937;--muted:#6b7280;--soft:#fff7ed;--paper:#ffffff;--line:#fed7aa}body{background:linear-gradient(135deg,#fffbeb 0%,#fff7ed 45%,#fff1f2 100%);color:var(--ink)}.site-header{position:sticky;top:0;z-index:50;background:linear-gradient(90deg,#fffbeb,#fff7ed);box-shadow:0 10px 30px rgba(146,64,14,.12);backdrop-filter:blur(18px)}.nav-wrap{max-width:1180px;margin:0 auto;padding:0 20px;height:76px;display:flex;align-items:center;justify-content:space-between}.brand,.footer-brand{display:flex;align-items:center;gap:10px;font-weight:900;font-size:24px;color:#92400e}.brand-mark{width:36px;height:36px;border-radius:12px;background:linear-gradient(135deg,var(--amber),var(--orange));display:inline-flex;align-items:center;justify-content:center;color:white;box-shadow:0 12px 28px rgba(234,88,12,.28);font-size:14px}.desktop-nav{display:flex;align-items:center;gap:8px}.nav-link{padding:10px 16px;border-radius:999px;color:#92400e;font-weight:700;transition:.25s}.nav-link:hover,.nav-link.active{background:white;color:#c2410c;box-shadow:0 8px 22px rgba(146,64,14,.14)}.menu-btn{display:none;flex-direction:column;gap:5px}.menu-btn span{width:24px;height:2px;background:#92400e;border-radius:999px}.mobile-nav{display:none;max-width:1180px;margin:0 auto;padding:0 20px 18px;gap:8px;flex-wrap:wrap}.hero-shell{position:relative;min-height:610px;overflow:hidden}.hero-bg{position:absolute;inset:0;background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.34),transparent 32%),radial-gradient(circle at 78% 25%,rgba(251,191,36,.28),transparent 28%),linear-gradient(100deg,#b45309 0%,#f97316 52%,#e11d48 100%)}.hero-bg:after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.18)}.hero-inner{position:relative;max-width:1180px;margin:0 auto;min-height:610px;padding:44px 20px;display:flex;align-items:center}.hero-slide{position:absolute;inset:44px 20px;display:grid;grid-template-columns:1.05fr .8fr;gap:42px;align-items:center;opacity:0;transform:translateY(18px) scale(.98);pointer-events:none;transition:opacity .55s ease,transform .55s ease}.hero-slide.active{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.hero-copy{max-width:690px}.eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:16px;padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.18);color:#fff7ed;font-weight:800;letter-spacing:.02em;box-shadow:inset 0 0 0 1px rgba(255,255,255,.22)}.hero-copy h1{font-size:clamp(42px,7vw,78px);line-height:1.02;color:#fff;font-weight:950;letter-spacing:-.04em;text-shadow:0 18px 35px rgba(0,0,0,.22);margin-bottom:22px}.hero-copy p{font-size:20px;line-height:1.8;color:#fff7ed;text-shadow:0 8px 22px rgba(0,0,0,.18);max-width:660px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:32px}.primary-btn,.ghost-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 24px;border-radius:999px;font-weight:900;transition:.25s}.primary-btn{background:#fff;color:#c2410c;box-shadow:0 16px 34px rgba(0,0,0,.14)}.primary-btn:hover{transform:translateY(-2px);box-shadow:0 20px 44px rgba(0,0,0,.18)}.ghost-btn{border:2px solid rgba(255,255,255,.78);color:white}.ghost-btn:hover{background:white;color:#c2410c}.hero-poster{position:relative;border-radius:34px;overflow:hidden;min-height:430px;background:linear-gradient(135deg,rgba(255,255,255,.22),rgba(255,255,255,.05));box-shadow:0 30px 80px rgba(69,26,3,.32);transform:rotate(1deg)}.hero-poster:before{content:"";position:absolute;inset:14px;border:1px solid rgba(255,255,255,.24);border-radius:26px;z-index:2}.hero-poster img{width:100%;height:100%;min-height:430px;object-fit:cover}.hero-dots{position:absolute;left:20px;bottom:44px;display:flex;gap:10px;z-index:8}.hero-dot{width:38px;height:8px;border-radius:999px;background:rgba(255,255,255,.35);transition:.25s}.hero-dot.active{width:66px;background:#fff}.content-section{max-width:1180px;margin:0 auto;padding:70px 20px}.section-heading{display:flex;justify-content:center;align-items:center;text-align:center;gap:14px;margin-bottom:34px}.section-heading h2{font-size:clamp(30px,4vw,44px);font-weight:950;letter-spacing:-.03em;color:#1f2937}.section-heading p{color:#6b7280;margin-top:8px}.spark{font-size:32px;color:#f59e0b}.movie-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.compact-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:18px}.all-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:20px}.movie-card{background:white;border-radius:24px;overflow:hidden;box-shadow:0 16px 40px rgba(146,64,14,.12);transition:.28s;border:1px solid rgba(254,215,170,.65)}.movie-card:hover{transform:translateY(-7px);box-shadow:0 24px 60px rgba(146,64,14,.18)}.poster-link{display:block;position:relative;aspect-ratio:3/4;overflow:hidden;background:linear-gradient(135deg,#fef3c7,#fed7aa)}.featured-grid .poster-link{aspect-ratio:4/3}.poster-link img{width:100%;height:100%;object-fit:cover;transition:transform .48s ease}.movie-card:hover img{transform:scale(1.08)}.poster-badge{position:absolute;top:12px;left:12px;padding:6px 10px;border-radius:999px;background:linear-gradient(90deg,var(--amber),var(--orange));color:white;font-weight:800;font-size:12px}.play-hover{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.28);color:white;font-size:42px;opacity:0;transition:.25s}.movie-card:hover .play-hover{opacity:1}.card-body{padding:18px}.card-meta{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:9px}.card-meta span,.rank-info span{font-size:12px;color:#9a3412;background:#fff7ed;border:1px solid #fed7aa;padding:4px 8px;border-radius:999px}.movie-card h3{font-size:18px;line-height:1.35;font-weight:900;color:#1f2937;margin-bottom:8px}.compact .card-body{padding:13px}.compact h3{font-size:15px}.movie-card h3 a:hover{color:#d97706}.movie-card p{color:#6b7280;font-size:14px;line-height:1.65;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-foot{display:flex;justify-content:space-between;align-items:center;margin-top:14px;font-size:13px}.rating{color:#d97706;font-weight:900}.card-foot a{color:#c2410c;font-weight:800}.band-section{background:linear-gradient(90deg,#ffedd5,#fff7ed);box-shadow:inset 0 1px 0 rgba(255,255,255,.6),inset 0 -1px 0 rgba(251,146,60,.16)}.inner-band{padding-top:62px;padding-bottom:62px}.rank-list{display:grid;gap:14px}.small-rank{grid-template-columns:repeat(2,minmax(0,1fr))}.rank-item{display:grid;grid-template-columns:62px 84px 1fr;gap:15px;align-items:center;padding:14px;border-radius:22px;background:white;box-shadow:0 12px 30px rgba(146,64,14,.11);border:1px solid rgba(254,215,170,.65)}.rank-num{font-weight:950;font-size:24px;color:#c2410c;text-align:center}.rank-thumb{aspect-ratio:3/4;border-radius:14px;overflow:hidden;background:#fed7aa}.rank-thumb img{width:100%;height:100%;object-fit:cover}.rank-info h3{font-size:18px;font-weight:900;margin-bottom:7px}.rank-info p{color:#6b7280;line-height:1.55;font-size:14px;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rank-info div{display:flex;gap:6px;flex-wrap:wrap}.center-actions{text-align:center;margin-top:30px}.category-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.category-card{position:relative;min-height:230px;border-radius:26px;overflow:hidden;box-shadow:0 18px 42px rgba(146,64,14,.16);background:#fed7aa}.category-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:.45s}.category-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.68))}.category-card:hover img{transform:scale(1.08)}.category-card div{position:absolute;z-index:2;left:18px;right:18px;bottom:18px;color:white}.category-card span{font-size:13px;color:#ffedd5;font-weight:800}.category-card h3{font-size:23px;font-weight:950;margin:5px 0}.category-card p{font-size:14px;color:#fff7ed;line-height:1.5}.search-panel{background:rgba(255,255,255,.86);border:1px solid rgba(254,215,170,.8);border-radius:26px;padding:20px;box-shadow:0 14px 34px rgba(146,64,14,.1);margin-bottom:26px}.search-line{height:52px;background:#fff7ed;border:1px solid #fed7aa;border-radius:999px;display:flex;align-items:center;gap:10px;padding:0 18px}.search-line span{font-size:22px;color:#c2410c}.search-line input{width:100%;outline:none;background:transparent;color:#1f2937;font-weight:700}.filter-row,.pill-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.filter-btn,.pill-link,.tag-chip{padding:9px 14px;border-radius:999px;background:white;border:1px solid #fed7aa;color:#9a3412;font-weight:800;transition:.2s}.filter-btn:hover,.filter-btn.active,.pill-link:hover,.tag-chip:hover{background:linear-gradient(90deg,var(--amber),var(--orange));color:white;border-color:transparent}.result-count{margin-top:12px;color:#9a3412;font-weight:800}.empty-state{display:none;text-align:center;padding:38px;color:#9a3412;font-weight:900;background:#fff7ed;border-radius:22px}.empty-state.show{display:block}.sub-hero{min-height:320px;background:linear-gradient(100deg,#b45309,#f97316,#e11d48);display:flex;align-items:center;justify-content:center;text-align:center;color:white;padding:50px 20px;position:relative;overflow:hidden}.sub-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.22),transparent 32%),rgba(0,0,0,.16)}.sub-hero>div{position:relative;z-index:1;max-width:820px}.sub-hero h1{font-size:clamp(40px,6vw,64px);font-weight:950;letter-spacing:-.04em;margin-bottom:14px}.sub-hero p{font-size:19px;color:#fff7ed}.crumbs{display:flex;align-items:center;gap:10px;flex-wrap:wrap;color:#9a3412;font-weight:800;margin-bottom:22px}.crumbs a:hover{color:#ea580c}.category-overview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.category-overview{display:grid;grid-template-columns:170px 1fr;gap:20px;background:white;border-radius:26px;padding:16px;border:1px solid #fed7aa;box-shadow:0 16px 38px rgba(146,64,14,.12)}.overview-poster{aspect-ratio:4/3;border-radius:20px;overflow:hidden;background:#fed7aa}.overview-poster img{width:100%;height:100%;object-fit:cover}.category-overview span{color:#c2410c;font-weight:900}.category-overview h2{font-size:26px;font-weight:950;margin:7px 0}.category-overview p{color:#6b7280;line-height:1.6}.sample-title{margin-top:8px}.text-link{display:inline-flex;margin-top:12px;color:#c2410c;font-weight:900}.detail-wrap{max-width:1180px;margin:0 auto;padding:38px 20px 20px}.detail-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:28px;align-items:start}.player-card{background:#111827;border-radius:28px;overflow:hidden;box-shadow:0 28px 70px rgba(17,24,39,.28)}.video-player{width:100%;aspect-ratio:16/9;background:#000}.poster-strip{display:none}.poster-strip img{width:100%;max-height:220px;object-fit:cover}.detail-info{background:white;border-radius:28px;padding:28px;box-shadow:0 18px 44px rgba(146,64,14,.13);border:1px solid #fed7aa}.tag-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px}.detail-info h1{font-size:clamp(34px,5vw,52px);font-weight:950;letter-spacing:-.04em;line-height:1.08;margin-bottom:16px}.rating-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:20px}.stars{letter-spacing:1px}.star{color:#f59e0b}.star.muted{color:#d1d5db}.rating-row strong{color:#c2410c;font-size:22px}.rating-row span{color:#6b7280}.one-line{background:#fff7ed;border-left:5px solid #f59e0b;padding:16px;border-radius:16px;color:#374151;line-height:1.75;font-weight:800;margin-bottom:22px}.info-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:24px}.info-list div{background:#fff7ed;border:1px solid #fed7aa;border-radius:16px;padding:13px}.info-list dt{color:#9a3412;font-weight:900;font-size:13px}.info-list dd{font-weight:900;color:#1f2937;margin-top:4px}.wide{width:100%;background:linear-gradient(90deg,var(--amber),var(--orange));color:white}.detail-content{padding-top:34px}.text-panel{background:white;border:1px solid #fed7aa;border-radius:26px;padding:28px;margin-bottom:22px;box-shadow:0 14px 34px rgba(146,64,14,.1)}.text-panel h2{font-size:28px;font-weight:950;margin-bottom:14px}.text-panel p{line-height:1.9;color:#374151;font-size:17px}.site-footer{background:linear-gradient(100deg,#78350f,#9a3412,#c2410c);color:#ffedd5;padding:48px 20px 24px;margin-top:50px}.footer-grid{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px}.footer-brand{color:white;margin-bottom:12px}.site-footer p{line-height:1.7;color:#fed7aa}.site-footer h3{color:white;font-weight:900;margin-bottom:14px}.site-footer a{display:block;color:#ffedd5;margin:8px 0}.site-footer a:hover{color:white}.footer-copy{max-width:1180px;margin:30px auto 0;border-top:1px solid rgba(255,237,213,.25);padding-top:22px;text-align:center;color:#fed7aa}.hide{display:none!important}@media (max-width:1080px){.all-grid{grid-template-columns:repeat(4,1fr)}.compact-grid,.category-grid{grid-template-columns:repeat(3,1fr)}.movie-grid{grid-template-columns:repeat(3,1fr)}.hero-slide{grid-template-columns:1fr .65fr}.small-rank{grid-template-columns:1fr}}@media (max-width:820px){.desktop-nav{display:none}.menu-btn{display:flex}.mobile-nav.open{display:flex}.nav-wrap{height:66px}.hero-shell,.hero-inner{min-height:720px}.hero-slide{grid-template-columns:1fr;gap:24px;inset:30px 20px}.hero-poster{min-height:260px;max-height:300px}.hero-poster img{min-height:260px}.hero-dots{bottom:24px}.movie-grid,.all-grid,.compact-grid,.category-grid,.category-overview-grid{grid-template-columns:repeat(2,1fr)}.category-overview{grid-template-columns:1fr}.detail-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.rank-item{grid-template-columns:46px 70px 1fr}.content-section{padding:50px 16px}.detail-wrap{padding:28px 16px 10px}.info-list{grid-template-columns:1fr}}@media (max-width:520px){.movie-grid,.all-grid,.compact-grid,.category-grid,.category-overview-grid{grid-template-columns:1fr}.hero-copy h1{font-size:40px}.hero-copy p{font-size:16px}.section-heading{gap:8px}.rank-info p{display:none}.rank-item{grid-template-columns:42px 64px 1fr;padding:10px}.sub-hero{min-height:250px}.detail-info{padding:20px}.text-panel{padding:20px}.filter-row{overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px}.filter-btn{white-space:nowrap}}
