:root{--brand:#92400e;--brand2:#ea580c;--ink:#1f1308;--muted:#87613b;--paper:#fff7ed;--soft:#fffbeb;--line:#f2d6ad;--dark:#221003;--dark2:#3a1d08;--white:#fff}.site-header{position:sticky;top:0;z-index:50;background:linear-gradient(90deg,rgba(255,251,235,.96),rgba(255,247,237,.96),rgba(254,243,199,.96));backdrop-filter:blur(16px);border-bottom:1px solid #f3d9ad;box-shadow:0 14px 35px rgba(120,53,15,.12)}.nav-wrap{max-width:1280px;margin:auto;height:74px;display:flex;align-items:center;gap:22px;padding:0 24px}.brand{display:flex;align-items:center;gap:12px;min-width:max-content}.brand-mark{display:inline-flex;width:42px;height:42px;border-radius:16px;align-items:center;justify-content:center;background:linear-gradient(135deg,#f59e0b,#ea580c);color:#fff;box-shadow:0 10px 25px rgba(234,88,12,.28);font-size:17px}.brand-text{display:flex;flex-direction:column;line-height:1.15}.brand-text strong{font-size:21px;font-weight:900;background:linear-gradient(90deg,#92400e,#ea580c);-webkit-background-clip:text;background-clip:text;color:transparent}.brand-text small{font-size:12px;color:#b45309;margin-top:4px}.main-nav{display:flex;align-items:center;gap:4px;flex:1;min-width:0}.nav-link{padding:9px 12px;border-radius:12px;color:#7c2d12;font-weight:700;font-size:14px;white-space:nowrap;transition:.2s}.nav-link:hover,.nav-link.active{background:#ffedd5;color:#9a3412}.top-search{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #fed7aa;border-radius:999px;padding:5px 6px 5px 16px;box-shadow:0 8px 22px rgba(146,64,14,.08)}.top-search input{width:185px;outline:0;font-size:14px;color:#7c2d12;background:transparent}.top-search button,.page-search button{border-radius:999px;background:linear-gradient(135deg,#f59e0b,#ea580c);color:#fff;font-weight:800;padding:9px 16px;box-shadow:0 8px 18px rgba(234,88,12,.22)}.mobile-toggle{display:none;flex-direction:column;gap:5px}.mobile-toggle span{display:block;width:24px;height:2px;background:#9a3412}.mobile-panel{display:none}.hero-carousel{position:relative;min-height:690px;background:radial-gradient(circle at 18% 20%,#f59e0b 0,transparent 26%),linear-gradient(135deg,#2b1204 0%,#78350f 42%,#f97316 100%);overflow:hidden}.hero-slide{position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity .65s ease}.hero-slide.is-active{opacity:1;pointer-events:auto}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(1.08) contrast(1.05);opacity:.42}.hero-glow{position:absolute;inset:0;background:linear-gradient(90deg,rgba(24,10,2,.94),rgba(69,27,7,.76),rgba(124,45,18,.24)),radial-gradient(circle at 72% 26%,rgba(251,191,36,.32),transparent 34%)}.hero-inner{position:relative;z-index:2;max-width:1280px;min-height:690px;margin:auto;display:grid;grid-template-columns:minmax(0,1.08fr) 390px;gap:60px;align-items:center;padding:90px 24px 82px}.hero-copy{max-width:760px;color:#fff}.eyebrow{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.eyebrow span{display:inline-flex;align-items:center;border:1px solid rgba(251,191,36,.48);background:rgba(255,247,237,.12);backdrop-filter:blur(12px);color:#fde68a;border-radius:999px;padding:8px 13px;font-size:13px;font-weight:800}.hero-copy h1{font-size:clamp(42px,6vw,78px);line-height:1.03;font-weight:950;letter-spacing:-.05em;text-shadow:0 16px 45px rgba(0,0,0,.35)}.hero-lead{margin-top:24px;font-size:20px;line-height:1.9;color:#ffedd5;max-width:760px}.hero-tags,.detail-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.hero-tags span,.detail-tags span{padding:8px 12px;border-radius:999px;background:rgba(255,237,213,.14);border:1px solid rgba(253,186,116,.32);color:#fed7aa;font-size:13px;font-weight:800}.hero-actions,.page-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}.btn-primary,.btn-ghost{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 22px;border-radius:999px;font-weight:900;transition:.22s}.btn-primary{background:linear-gradient(135deg,#fbbf24,#ea580c);color:#fff;box-shadow:0 16px 32px rgba(234,88,12,.33)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 20px 38px rgba(234,88,12,.42)}.btn-ghost{border:1px solid rgba(255,237,213,.48);color:#fff;background:rgba(255,255,255,.08);backdrop-filter:blur(12px)}.btn-ghost:hover{background:rgba(255,255,255,.15)}.btn-ghost.dark{color:#7c2d12;border-color:#fed7aa;background:#fff7ed}.hero-poster{align-self:center;position:relative;border-radius:32px;padding:12px;background:linear-gradient(135deg,rgba(255,251,235,.38),rgba(251,146,60,.2));box-shadow:0 28px 70px rgba(0,0,0,.35);border:1px solid rgba(255,237,213,.3);transform:rotate(2deg)}.hero-poster img{width:100%;aspect-ratio:3/4;object-fit:cover;border-radius:24px;background:linear-gradient(135deg,#451a03,#f97316)}.hero-poster span{position:absolute;left:24px;right:24px;bottom:24px;border-radius:18px;padding:14px 16px;color:#fff;background:linear-gradient(0deg,rgba(0,0,0,.76),rgba(0,0,0,.28));font-weight:900}.hero-dots{position:absolute;z-index:4;left:50%;bottom:34px;transform:translateX(-50%);display:flex;gap:9px}.hero-dot{width:12px;height:12px;border-radius:999px;background:rgba(255,237,213,.45);transition:.2s}.hero-dot.is-active{width:34px;background:#fbbf24}.hero-strip{max-width:1180px;margin:-34px auto 0;position:relative;z-index:8;background:rgba(255,251,235,.94);border:1px solid #fed7aa;border-radius:24px;box-shadow:0 24px 60px rgba(146,64,14,.18);display:grid;grid-template-columns:1fr 1fr;gap:20px;padding:18px 22px}.hero-strip-left,.hero-strip-right{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.hero-strip-left strong{color:#7c2d12;margin-right:6px}.hero-strip a{border-radius:999px;background:#ffedd5;color:#9a3412;padding:8px 12px;font-weight:800;font-size:13px}.hero-strip-right a{background:#fff;color:#92400e;border:1px solid #fed7aa}.hero-strip-right span{display:inline-flex;margin-right:6px;width:20px;height:20px;border-radius:50%;align-items:center;justify-content:center;background:#f97316;color:#fff;font-size:11px}.section-wrap{max-width:1280px;margin:0 auto;padding:74px 24px}.section-wrap.tinted{max-width:none;background:linear-gradient(180deg,#fff7ed,#fffbeb);padding-left:calc((100% - 1280px)/2 + 24px);padding-right:calc((100% - 1280px)/2 + 24px);border-top:1px solid #fed7aa;border-bottom:1px solid #fed7aa}.section-wrap.slim{padding-top:30px}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:22px;margin-bottom:28px}.section-head.compact{margin-bottom:18px}.section-head h2,.detail-text h2,.category-card-large h2{font-size:30px;line-height:1.2;font-weight:950;color:#431407;letter-spacing:-.02em}.section-head p,.detail-text p,.category-card-large p{color:#9a6b3d;margin-top:8px;line-height:1.85}.section-head a,.text-link{font-weight:900;color:#ea580c}.movie-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:24px}.movie-card{background:#fff;border:1px solid #fde3bd;border-radius:24px;overflow:hidden;box-shadow:0 16px 38px rgba(146,64,14,.08);transition:.24s}.movie-card:hover{transform:translateY(-6px);box-shadow:0 24px 54px rgba(146,64,14,.16)}.poster-wrap{position:relative;display:block;aspect-ratio:3/4;background:linear-gradient(135deg,#451a03,#f59e0b);overflow:hidden}.poster-wrap img{width:100%;height:100%;object-fit:cover;transition:.28s}.movie-card:hover .poster-wrap img{transform:scale(1.06)}.poster-wrap:after{content:"";position:absolute;inset:auto 0 0;height:48%;background:linear-gradient(0deg,rgba(0,0,0,.55),transparent)}.poster-badge,.poster-score{position:absolute;z-index:2;top:12px;border-radius:999px;padding:6px 9px;font-weight:900;font-size:12px}.poster-badge{left:12px;background:rgba(255,247,237,.92);color:#9a3412}.poster-score{right:12px;background:rgba(234,88,12,.92);color:#fff}.movie-card-body{padding:16px}.movie-card h3{font-weight:950;color:#431407;font-size:17px;line-height:1.35;min-height:46px}.movie-card h3 a:hover{color:#ea580c}.movie-card p{color:#8a6040;font-size:14px;line-height:1.65;margin-top:10px;min-height:45px}.meta-row{display:flex;flex-wrap:wrap;gap:7px;margin-top:13px}.meta-row span{font-size:12px;color:#9a3412;background:#fff7ed;border:1px solid #fed7aa;border-radius:999px;padding:5px 8px}.category-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.category-tile{min-height:154px;border-radius:26px;background:linear-gradient(135deg,#fff,#ffedd5);border:1px solid #fed7aa;padding:24px;box-shadow:0 18px 40px rgba(146,64,14,.08);transition:.22s}.category-tile:hover{transform:translateY(-4px);background:linear-gradient(135deg,#fff7ed,#fed7aa)}.category-tile span{display:inline-flex;width:42px;height:42px;border-radius:16px;align-items:center;justify-content:center;background:linear-gradient(135deg,#f59e0b,#ea580c);color:#fff;font-weight:900}.category-tile strong{display:block;margin-top:16px;color:#431407;font-size:20px;font-weight:950}.category-tile em{display:block;margin-top:8px;color:#9a6b3d;font-style:normal;line-height:1.65}.two-col{display:grid;grid-template-columns:1.05fr .95fr;gap:36px}.rank-list{display:grid;gap:16px}.rank-list.small{gap:12px}.rank-item{display:grid;grid-template-columns:58px 82px 1fr;gap:16px;align-items:center;background:#fff;border:1px solid #fde3bd;border-radius:22px;padding:13px;box-shadow:0 12px 28px rgba(146,64,14,.06)}.rank-num{width:46px;height:46px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:#fff7ed;color:#ea580c;font-weight:950}.rank-thumb{aspect-ratio:3/4;border-radius:16px;overflow:hidden;background:linear-gradient(135deg,#451a03,#f59e0b)}.rank-thumb img{width:100%;height:100%;object-fit:cover}.rank-info h3{font-weight:950;color:#431407}.rank-info p{margin-top:6px;color:#8a6040;line-height:1.65;font-size:14px}.rank-info div{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}.rank-info span{font-size:12px;color:#9a3412;background:#fff7ed;border-radius:999px;padding:4px 8px}.side-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.compact-card{display:grid;grid-template-columns:100px 1fr}.compact-card .poster-wrap{height:142px;aspect-ratio:auto}.compact-card h3{min-height:auto}.compact-card p{min-height:auto}.page-hero{background:radial-gradient(circle at 20% 20%,rgba(251,191,36,.32),transparent 26%),linear-gradient(135deg,#431407,#9a3412 55%,#f97316);min-height:320px;color:#fff;display:flex;align-items:center}.page-hero>div{max-width:1280px;margin:0 auto;padding:70px 24px}.page-hero span{display:inline-flex;border:1px solid rgba(253,186,116,.46);border-radius:999px;padding:8px 13px;color:#fde68a;font-weight:900;background:rgba(255,255,255,.08)}.page-hero h1{font-size:clamp(36px,5vw,62px);font-weight:950;line-height:1.08;margin-top:18px;letter-spacing:-.04em}.page-hero p{max-width:760px;color:#ffedd5;font-size:18px;line-height:1.85;margin-top:16px}.category-list-large{display:grid;gap:22px}.category-card-large{display:grid;grid-template-columns:310px 1fr;gap:26px;align-items:center;background:#fff;border:1px solid #fde3bd;border-radius:28px;padding:20px;box-shadow:0 18px 42px rgba(146,64,14,.08)}.category-cover{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.category-cover img{width:100%;aspect-ratio:3/4;object-fit:cover;border-radius:16px;background:linear-gradient(135deg,#451a03,#f59e0b)}.category-links{display:flex;gap:8px;flex-wrap:wrap;margin:15px 0}.category-links a,.more-links a{border-radius:999px;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;font-weight:800;padding:8px 12px}.more-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.highlight-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.page-search{margin-top:26px;display:flex;max-width:540px;background:#fff;border:1px solid #fed7aa;border-radius:999px;padding:6px}.page-search input{flex:1;color:#7c2d12;padding:0 16px;outline:0;background:transparent}.empty-state{display:none;text-align:center;color:#9a6b3d;background:#fff7ed;border:1px solid #fed7aa;border-radius:24px;padding:32px;margin-top:24px}.breadcrumb{max-width:1280px;margin:24px auto 0;padding:0 24px;display:flex;gap:9px;align-items:center;flex-wrap:wrap;color:#9a6b3d;font-size:14px}.breadcrumb a{color:#ea580c;font-weight:800}.detail-hero{max-width:1280px;margin:24px auto 0;padding:0 24px 30px;display:grid;grid-template-columns:minmax(0,1.35fr) 430px;gap:26px}.player-card{background:#140902;border-radius:30px;padding:14px;box-shadow:0 24px 60px rgba(67,20,7,.22)}.player-card video{width:100%;aspect-ratio:16/9;border-radius:22px;background:#000;object-fit:cover}.detail-info{display:grid;grid-template-columns:150px 1fr;gap:20px;background:linear-gradient(135deg,#fff,#fff7ed);border:1px solid #fed7aa;border-radius:30px;padding:20px;box-shadow:0 18px 46px rgba(146,64,14,.1)}.detail-poster{border-radius:22px;overflow:hidden;background:linear-gradient(135deg,#451a03,#f59e0b);align-self:start}.detail-poster img{width:100%;aspect-ratio:3/4;object-fit:cover}.detail-kicker{display:inline-flex;border-radius:999px;background:#ffedd5;color:#9a3412;font-weight:900;padding:7px 11px;font-size:12px}.detail-copy h1{font-size:34px;line-height:1.15;color:#431407;font-weight:950;margin-top:14px}.detail-copy p{color:#8a6040;line-height:1.8;margin-top:14px}.detail-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.detail-meta span{background:#fff;border:1px solid #fed7aa;color:#9a3412;border-radius:999px;padding:7px 10px;font-weight:800;font-size:12px}.detail-tags span{background:#fff7ed;color:#9a3412}.detail-text{display:grid;grid-template-columns:1fr 1fr;gap:28px;padding-top:36px}.detail-text article{background:#fff;border:1px solid #fde3bd;border-radius:26px;padding:28px;box-shadow:0 18px 42px rgba(146,64,14,.07)}.related-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.site-footer{margin-top:60px;background:linear-gradient(135deg,#2b1204,#451a03);color:#fed7aa}.footer-grid{max-width:1280px;margin:auto;padding:54px 24px;display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:36px}.footer-logo{display:flex;align-items:center;gap:10px;color:#fff;font-size:20px}.site-footer p{line-height:1.8;color:#fcd9ae;margin-top:14px}.site-footer h3{color:#fff;font-weight:900;margin-bottom:14px}.site-footer a{display:block;color:#fed7aa;margin:8px 0}.site-footer a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(253,186,116,.15);text-align:center;padding:18px;color:#fcd9ae}.search-active .movie-card{display:none}.search-active .movie-card.match{display:block}.search-active .compact-card.match{display:grid}.search-active .empty-state.show{display:block}@media (max-width:1120px){.main-nav{display:none}.top-search{margin-left:auto}.mobile-toggle{display:flex}.mobile-panel.open{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;padding:0 24px 18px;max-width:1280px;margin:auto}.mobile-panel a{border-radius:12px;background:#fff7ed;color:#9a3412;padding:10px 12px;font-weight:800}.hero-inner{grid-template-columns:1fr;gap:28px}.hero-poster{display:none}.movie-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.two-col,.detail-hero,.detail-text{grid-template-columns:1fr}.detail-info{grid-template-columns:120px 1fr}.highlight-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hero-strip{grid-template-columns:1fr;margin-left:20px;margin-right:20px}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:720px){.nav-wrap{height:auto;min-height:68px;padding:10px 16px}.brand-text small{display:none}.top-search{display:none}.hero-carousel,.hero-inner{min-height:590px}.hero-inner{padding:70px 18px}.hero-copy h1{font-size:40px}.hero-lead{font-size:16px}.hero-strip{margin-top:-22px;border-radius:20px}.section-wrap,.section-wrap.tinted{padding:48px 16px}.movie-grid,.highlight-grid,.side-grid,.related-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.movie-card{border-radius:18px}.movie-card-body{padding:12px}.movie-card h3{font-size:15px;min-height:40px}.movie-card p{font-size:13px}.category-grid{grid-template-columns:1fr}.compact-card{grid-template-columns:86px 1fr}.compact-card .poster-wrap{height:122px}.rank-item{grid-template-columns:42px 68px 1fr;gap:10px}.rank-num{width:36px;height:36px;border-radius:12px}.category-card-large{grid-template-columns:1fr}.category-cover{grid-template-columns:repeat(4,1fr)}.detail-info{grid-template-columns:1fr}.detail-poster{max-width:170px}.detail-copy h1{font-size:28px}.footer-grid{grid-template-columns:1fr}.page-search{border-radius:20px;align-items:stretch}.page-search input{min-width:0}.hero-strip-right{display:none}}@media (max-width:430px){.movie-grid,.highlight-grid,.side-grid,.related-grid{grid-template-columns:1fr}.category-cover{grid-template-columns:repeat(2,1fr)}.hero-actions{flex-direction:column;align-items:flex-start}.btn-primary,.btn-ghost{width:100%}.page-hero h1{font-size:34px}}
