@font-face { font-family: 'Pretendard VORA'; src: url('/film/assets/fonts/PretendardVORA.woff2') format('woff2'); font-weight: 45 920; font-display: swap; }
:root { color-scheme: dark; --bg: #100c1a; --text: #e6e5ee; --muted: #a8a4b8; --p200: #c4aeff; --grad: linear-gradient(135deg, #6130a8, #8050d0 50%, #a87eea); }
* { box-sizing: border-box; }
/* One continuous background for the whole viewport: html owns the canvas colour (so body's background
   no longer propagates and tiles at the content height), body spans the viewport with a single glow. */
html { min-height: 100%; background: var(--bg); }
body { margin: 0; min-height: 100vh; background: radial-gradient(1200px 600px at 20% -10%, rgba(97,48,168,.25), transparent) no-repeat, var(--bg); color: var(--text); font-family: 'Pretendard VORA', system-ui, sans-serif; }
.top { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 8px; max-width: 1280px; margin: 0 auto; padding: 20px 24px; }
.brand { min-width: 0; }
.brand img { height: 28px; display: block; }
.langs { display: flex; flex-wrap: wrap; min-width: 0; margin-left: -16px; }
.langs a { color: var(--muted); text-decoration: none; margin-left: 16px; font-weight: 600; letter-spacing: .04em; white-space: nowrap; }
.langs a[aria-current] { color: var(--text); }
main { max-width: 1280px; margin: 0 auto; padding: 0 24px 64px; }
.stage { border-radius: 20px; overflow: hidden; box-shadow: 0 10px 30px rgba(128,80,208,.28); background: #000; aspect-ratio: 16 / 9; }
.stage hyperframes-player, .stage video.fallback { display: block; width: 100%; height: 100%; }
.scenes { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0; }
.chip { font: inherit; font-size: 15px; color: var(--muted); background: rgba(196,174,255,.08); border: 1px solid rgba(196,174,255,.16); border-radius: 999px; padding: 8px 14px; cursor: pointer; }
.chip .n { color: var(--p200); margin-right: 6px; font-weight: 700; }
.chip[aria-current] { color: var(--text); border-color: rgba(196,174,255,.5); }
.cta { text-align: center; margin-top: 32px; }
.btn { display: inline-block; padding: 14px 32px; border-radius: 999px; background: var(--grad); color: #fff; font-weight: 700; text-decoration: none; box-shadow: 0 10px 30px rgba(128,80,208,.28); }
.dl { display: inline-block; margin-left: 16px; color: var(--p200); }
.perks { color: var(--muted); font-size: 14px; margin: 18px 0 6px; }
.domain { font-weight: 600; letter-spacing: .02em; }
@media (max-width: 640px) { .dl { display: block; margin: 12px 0 0; } .chip { font-size: 13px; } }
