
:root{
  --site-primary:#b91c1c;
  --site-primary-2:#dc2626;
  --site-accent:#f59e0b;
  --site-ink:#111827;
  --site-muted:#6b7280;
  --site-paper:#fff7ed;
  --site-soft:#fef2f2;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{min-height:100vh;background:linear-gradient(180deg,#fffaf5 0%,#fff 48%,#fff7ed 100%);}
a{text-decoration:none}.site-header{backdrop-filter:blur(12px)}.logo-mark{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:.75rem;background:linear-gradient(135deg,var(--site-primary),var(--site-accent));color:white;font-size:.9rem;box-shadow:0 10px 25px rgba(185,28,28,.25)}.footer-mark{width:1.75rem;height:1.75rem;border-radius:.55rem}.nav-link{font-size:.95rem;font-weight:600;color:#374151;position:relative;transition:.2s}.nav-link:hover,.nav-link.is-active{color:var(--site-primary)}.nav-link:after{content:"";position:absolute;left:0;right:0;bottom:-.55rem;height:2px;background:var(--site-primary);transform:scaleX(0);transition:.2s}.nav-link:hover:after,.nav-link.is-active:after{transform:scaleX(1)}.mobile-menu{padding:.5rem 0 1rem}.mobile-link{display:block;padding:.75rem 1rem;border-radius:.75rem;color:#374151;font-weight:600}.mobile-link:hover,.mobile-link.is-active{background:#fff1f2;color:var(--site-primary)}.mobile-menu-button{border:0;background:#fff1f2;color:var(--site-primary);width:2.5rem;height:2.5rem;border-radius:.75rem;font-size:1.25rem}.max-wrap{max-width:80rem;margin:0 auto;padding-left:1rem;padding-right:1rem}.section{padding:4rem 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:2rem}.section-title{font-family:Georgia,'Times New Roman','Noto Serif SC',serif;font-size:clamp(1.6rem,3vw,2.35rem);font-weight:800;color:#111827;line-height:1.15}.section-desc{color:#64748b;margin-top:.55rem}.hero{position:relative;min-height:520px;height:70vh;max-height:820px;overflow:hidden;background:#111827}.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .7s ease}.hero-slide.is-active{opacity:1}.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;filter:brightness(.62);transform:scale(1.03)}.hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.85),rgba(0,0,0,.54),rgba(0,0,0,.08))}.hero-inner{position:relative;height:100%;max-width:80rem;margin:0 auto;padding:0 1rem;display:flex;align-items:center}.hero-copy{max-width:43rem;color:white}.hero-kicker{display:inline-flex;gap:.5rem;align-items:center;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);backdrop-filter:blur(10px);border-radius:999px;padding:.45rem .8rem;margin-bottom:1rem;color:#ffedd5}.hero h1{font-family:Georgia,'Times New Roman','Noto Serif SC',serif;font-size:clamp(2.6rem,7vw,5rem);line-height:1.03;font-weight:900;letter-spacing:-.05em;text-shadow:0 10px 30px rgba(0,0,0,.28)}.hero-sub{font-size:clamp(1.1rem,2.2vw,1.55rem);color:#fef3c7;margin-top:1rem}.hero-desc{font-size:1.05rem;color:#e5e7eb;margin:1rem 0 1.5rem;line-height:1.8}.hero-panel{background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(16px);border-radius:1.25rem;padding:1.25rem;box-shadow:0 25px 80px rgba(0,0,0,.26)}.hero-panel h2{font-family:Georgia,'Times New Roman','Noto Serif SC',serif;font-size:1.8rem;font-weight:800;margin-bottom:.45rem}.hero-panel p{color:#e5e7eb;line-height:1.75}.hero-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.78rem 1.05rem;border-radius:.8rem;font-weight:700;transition:.2s}.btn-primary{background:var(--site-primary-2);color:white}.btn-primary:hover{background:#991b1b;transform:translateY(-1px)}.btn-soft{background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.25);color:white}.btn-soft:hover{background:rgba(255,255,255,.25)}.hero-controls{position:absolute;left:50%;bottom:2rem;transform:translateX(-50%);display:flex;gap:.45rem}.hero-dot{width:.65rem;height:.65rem;border:0;border-radius:999px;background:rgba(255,255,255,.55);transition:.2s}.hero-dot.is-active{width:2rem;background:white}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);border:0;border-radius:999px;background:rgba(255,255,255,.18);color:white;width:3rem;height:3rem;font-size:1.5rem;backdrop-filter:blur(8px);transition:.2s}.hero-arrow:hover{background:rgba(255,255,255,.3)}.hero-prev{left:1.25rem}.hero-next{right:1.25rem}.poster-shell{position:relative;overflow:hidden;background:linear-gradient(135deg,#111827,#7f1d1d 55%,#f59e0b);isolation:isolate}.poster-shell:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 25% 20%,rgba(255,255,255,.22),transparent 28%),radial-gradient(circle at 80% 70%,rgba(255,255,255,.12),transparent 30%);z-index:-1}.poster-shell img{width:100%;height:100%;object-fit:cover;display:block;transition:.45s}.movie-card{display:block;border-radius:1rem;background:white;overflow:hidden;box-shadow:0 10px 30px rgba(15,23,42,.08);transition:.25s;border:1px solid rgba(226,232,240,.8)}.movie-card:hover{transform:translateY(-5px);box-shadow:0 24px 60px rgba(15,23,42,.14)}.movie-card:hover img{transform:scale(1.06)}.card-poster{aspect-ratio:4/3}.card-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,transparent,rgba(0,0,0,.58));opacity:0;transition:.25s}.movie-card:hover .card-overlay{opacity:1}.play-dot{width:3.1rem;height:3.1rem;border-radius:999px;background:var(--site-primary-2);color:white;display:flex;align-items:center;justify-content:center;box-shadow:0 16px 40px rgba(220,38,38,.35)}.duration-pill{position:absolute;top:.75rem;right:.75rem;background:rgba(17,24,39,.82);color:white;border-radius:.45rem;padding:.25rem .5rem;font-size:.75rem}.rank-badge{position:absolute;left:.75rem;top:.75rem;width:2.2rem;height:2.2rem;border-radius:.65rem;background:linear-gradient(135deg,var(--site-accent),var(--site-primary));color:white;display:flex;align-items:center;justify-content:center;z-index:2;box-shadow:0 10px 25px rgba(0,0,0,.28)}.card-body{padding:1rem}.card-body h3{font-family:Georgia,'Times New Roman','Noto Serif SC',serif;font-weight:800;color:#111827;margin-bottom:.35rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-body p{font-size:.9rem;color:#64748b;line-height:1.65;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.95rem}.tag-row{display:flex;flex-wrap:wrap;gap:.35rem;margin:.7rem 0}.tag-row span,.meta-pills span{font-size:.72rem;border-radius:999px;background:#fff1f2;color:#991b1b;padding:.2rem .5rem}.card-foot{display:flex;align-items:center;justify-content:space-between;font-size:.82rem;color:#64748b}.movie-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.35rem}@media(min-width:640px){.movie-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.movie-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.movie-grid.three{grid-template-columns:repeat(1,minmax(0,1fr))}@media(min-width:768px){.movie-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}}.featured-card{display:block;border-radius:1.35rem;overflow:hidden;box-shadow:0 25px 70px rgba(15,23,42,.16)}.featured-media{aspect-ratio:16/8;min-height:320px}.media-grad{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.78),rgba(0,0,0,.12) 52%,transparent)}.featured-copy{position:absolute;left:0;right:0;bottom:0;padding:1.5rem;color:white}.featured-copy h3{font-family:Georgia,'Times New Roman','Noto Serif SC',serif;font-size:2rem;font-weight:900;margin:.6rem 0 .4rem}.featured-copy p{max-width:48rem;color:#e5e7eb;line-height:1.7}.meta-pills{display:flex;flex-wrap:wrap;gap:.4rem}.meta-pills span{background:rgba(220,38,38,.9);color:white}.card-stats{display:flex;gap:1rem;flex-wrap:wrap;color:#fef3c7;margin-top:.8rem;font-size:.9rem}.category-band{border-radius:1.5rem;background:linear-gradient(135deg,#fff1f2,#fffbeb);padding:2rem;box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}.category-tabs{display:flex;flex-wrap:wrap;gap:.65rem}.cat-tab{display:inline-flex;align-items:center;gap:.45rem;padding:.65rem .9rem;border-radius:999px;background:white;color:#374151;font-weight:700;border:1px solid #fee2e2;box-shadow:0 8px 24px rgba(15,23,42,.06);transition:.2s}.cat-tab small{color:#94a3b8}.cat-tab:hover,.cat-tab.is-active{background:var(--site-primary-2);color:white}.cat-tab:hover small,.cat-tab.is-active small{color:#fee2e2}.category-cards{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem}@media(min-width:768px){.category-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.category-cards{grid-template-columns:repeat(5,minmax(0,1fr))}}.category-card{display:block;padding:1.1rem;border-radius:1rem;background:white;border:1px solid #fee2e2;box-shadow:0 10px 30px rgba(15,23,42,.07);transition:.2s}.category-card:hover{transform:translateY(-4px);box-shadow:0 20px 45px rgba(15,23,42,.12)}.category-card h3{font-weight:900;color:#111827}.category-card p{font-size:.85rem;color:#64748b;line-height:1.6;margin:.5rem 0}.category-card span{font-size:.82rem;color:var(--site-primary);font-weight:700}.page-hero{position:relative;overflow:hidden;border-radius:0 0 2rem 2rem;background:linear-gradient(135deg,#111827,#7f1d1d 58%,#f59e0b);color:white}.page-hero .max-wrap{padding-top:4rem;padding-bottom:4rem}.page-hero h1{font-family:Georgia,'Times New Roman','Noto Serif SC',serif;font-size:clamp(2rem,5vw,4rem);font-weight:900;line-height:1.1}.page-hero p{max-width:48rem;color:#e5e7eb;line-height:1.8;margin-top:1rem}.crumb{font-size:.88rem;color:#fff7ed;margin-bottom:1rem}.crumb a{color:#fef3c7}.detail-hero{position:relative;min-height:560px;background:#111827;color:white;overflow:hidden}.detail-bg{position:absolute;inset:0;background-size:cover;background-position:center;filter:brightness(.52);transform:scale(1.04)}.detail-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.9),rgba(0,0,0,.62),rgba(0,0,0,.08))}.detail-inner{position:relative;max-width:80rem;margin:0 auto;padding:4rem 1rem;display:grid;gap:2rem;grid-template-columns:1fr}.detail-poster{border-radius:1.25rem;aspect-ratio:4/3;box-shadow:0 30px 80px rgba(0,0,0,.3);min-height:260px}.detail-copy h1{font-family:Georgia,'Times New Roman','Noto Serif SC',serif;font-size:clamp(2.2rem,5vw,4.25rem);font-weight:900;line-height:1.04}.detail-copy .lead{font-size:1.15rem;color:#fef3c7;line-height:1.8;margin:1rem 0}.detail-meta{display:flex;flex-wrap:wrap;gap:.6rem;margin:1rem 0}.detail-meta span{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.2);padding:.38rem .7rem;border-radius:999px;color:#fff7ed}.detail-actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:1.3rem}.content-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.content-card{background:white;border-radius:1.25rem;padding:1.5rem;box-shadow:0 10px 35px rgba(15,23,42,.08);border:1px solid #f1f5f9}.content-card h2{font-family:Georgia,'Times New Roman','Noto Serif SC',serif;font-size:1.45rem;font-weight:900;margin-bottom:1rem}.content-card p{line-height:1.9;color:#475569}.info-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.info-list div{background:#fff7ed;border-radius:.8rem;padding:.75rem}.info-list small{display:block;color:#94a3b8}.info-list strong{display:block;color:#111827;margin-top:.15rem}.player-wrap{background:#050505;border-radius:1.25rem;overflow:hidden;box-shadow:0 30px 80px rgba(0,0,0,.3)}.player-box{position:relative;aspect-ratio:16/9;background:#000}.player-box video{width:100%;height:100%;display:block;background:#000}.player-fallback{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;text-align:center;color:white;background:linear-gradient(135deg,rgba(17,24,39,.9),rgba(127,29,29,.82));padding:2rem;pointer-events:none}.player-fallback strong{display:block;font-size:1.6rem;margin-bottom:.5rem}.player-fallback.hidden-fallback{display:none}.search-panel{background:white;border-radius:1.25rem;padding:1rem;box-shadow:0 12px 40px rgba(15,23,42,.08);border:1px solid #fee2e2}.search-row{display:grid;grid-template-columns:1fr;gap:.75rem}@media(min-width:768px){.search-row{grid-template-columns:2fr 1fr 1fr auto}}.search-row input,.search-row select{width:100%;border:1px solid #e2e8f0;border-radius:.8rem;padding:.78rem .9rem;outline:none}.search-row input:focus,.search-row select:focus{border-color:#ef4444;box-shadow:0 0 0 3px #fee2e2}.empty-state{display:none;text-align:center;padding:2rem;color:#64748b}.footer-links a,.site-footer a{color:#cbd5e1}.footer-links a:hover,.site-footer a:hover{color:white}.prose-block{line-height:1.9;color:#475569}.prose-block h2{font-family:Georgia,'Times New Roman','Noto Serif SC',serif;font-size:1.65rem;font-weight:900;color:#111827;margin:2rem 0 1rem}.prose-block p{margin:.8rem 0}.stat-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1.5rem}@media(min-width:768px){.stat-row{grid-template-columns:repeat(4,minmax(0,1fr))}}.stat-box{border-radius:1rem;background:white;padding:1rem;box-shadow:0 10px 30px rgba(15,23,42,.08)}.stat-box strong{display:block;font-size:1.7rem;color:#991b1b}.stat-box span{font-size:.85rem;color:#64748b}@media(min-width:900px){.detail-inner{grid-template-columns:minmax(0,1fr) 24rem;align-items:center}.detail-poster{order:2}.content-grid{grid-template-columns:2fr 1fr}}@media(max-width:760px){.hero{height:auto;min-height:680px}.hero-inner{align-items:flex-end;padding-bottom:5rem}.hero-arrow{display:none}.featured-media{min-height:360px}.section{padding:2.6rem 0}.category-band{padding:1.2rem}.info-list{grid-template-columns:1fr}.section-head{align-items:flex-start;flex-direction:column}}
