:root {
  --ink: #050910;
  --ink-2: #07101c;
  --ink-3: #0b1627;
  --surface: #0d192b;
  --surface-2: #111f34;
  --blue: #2b66ed;
  --blue-bright: #4d82ff;
  --blue-soft: #9bb9ff;
  --white: #f7f9ff;
  --text: #d6deed;
  --muted: #8998af;
  --green: #25d19a;
  --red: #ff5265;
  --amber: #f3bd43;
  --line: rgba(151, 178, 225, .16);
  --line-strong: rgba(130, 166, 232, .34);
  --header-height: 72px;
  --shell: 1240px;
  --shadow-lg: 0 34px 100px rgba(0, 0, 0, .55);
  --shadow-md: 0 18px 56px rgba(0, 0, 0, .42);
  --radius: 8px;
  --hero-accent: #2b66ed;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scrollbar-color: var(--blue) var(--ink); }
body { margin: 0; min-width: 320px; overflow-x: hidden; color: var(--white); background: var(--ink); font-family: "IBM Plex Sans Arabic", Arial, sans-serif; font-weight: 400; letter-spacing: 0; text-rendering: optimizeLegibility; }
body, button, input, select, textarea, h1, h2, h3, h4, h5, h6, a, p, span, b, strong, small, label, summary { font-family: "IBM Plex Sans Arabic", Arial, sans-serif !important; }
body.modal-open, body.menu-open { overflow: hidden; }
[hidden] { display: none !important; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { color: inherit; font: inherit; letter-spacing: 0; }
button, a { -webkit-tap-highlight-color: transparent; }
button { border: 0; }
h1, h2, h3, h4, p { overflow-wrap: anywhere; }
h1, h2, h3, h4 { font-family: Alexandria, "IBM Plex Sans Arabic", sans-serif; letter-spacing: 0; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 2px solid var(--blue-bright); outline-offset: 3px; }
::selection { color: #fff; background: var(--blue); }
.fa-solid { width: 1em; text-align: center; line-height: 1; }
.page-shell { width: min(var(--shell), calc(100% - 48px)); margin-inline: auto; }
.section-band { position: relative; padding: 112px 0; }
.skip-link { position: fixed; z-index: 5000; top: 10px; inset-inline-start: 10px; padding: 10px 14px; background: var(--blue); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin: 0 0 16px; color: var(--blue-soft); font-size: 12px; font-weight: 600; }
.live-dot { width: 7px; height: 7px; display: inline-block; margin-inline-end: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 5px rgba(255, 82, 101, .1); }
.section-number { min-width: 38px; height: 26px; display: inline-grid; place-items: center; margin-bottom: 24px; border: 1px solid var(--line-strong); color: var(--blue-soft); direction: ltr; font-size: 10px; font-weight: 700; }
.section-heading { display: grid; grid-template-columns: .78fr 1.35fr; gap: 80px; align-items: start; margin-bottom: 58px; }
.section-heading h2 { max-width: 760px; margin: 0; font-size: 42px; font-weight: 600; line-height: 1.45; }
.section-heading p:not(.eyebrow) { max-width: 680px; margin: 18px 0 0; color: var(--muted); font-size: 15px; line-height: 2; }
.section-heading.compact { margin-bottom: 44px; }
.primary-button, .secondary-button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 18px; border: 1px solid transparent; border-radius: 6px; cursor: pointer; font-size: 12px; font-weight: 600; transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease; }
.primary-button { color: #fff; background: var(--blue); box-shadow: 0 14px 34px rgba(43, 102, 237, .24); }
.primary-button:hover { background: var(--blue-bright); box-shadow: 0 18px 42px rgba(43, 102, 237, .34); transform: translateY(-2px); }
.secondary-button { color: var(--white); border-color: var(--line-strong); background: rgba(8, 17, 31, .82); }
.secondary-button:hover { border-color: var(--blue-bright); background: var(--surface); transform: translateY(-2px); }
.primary-button:disabled, .secondary-button:disabled { opacity: .45; cursor: not-allowed; transform: none; }
.icon-button, .header-icon { width: 42px; height: 42px; display: inline-grid; place-items: center; flex: 0 0 42px; border: 1px solid var(--line); border-radius: 6px; color: #cad4e7; background: rgba(7, 16, 28, .74); cursor: pointer; transition: color 180ms ease, border-color 180ms ease, background 180ms ease, transform 180ms ease; }
.icon-button:hover, .header-icon:hover { color: #fff; border-color: var(--line-strong); background: var(--surface); transform: translateY(-1px); }
.full-button { width: 100%; justify-content: space-between; }
.skeleton { position: relative; overflow: hidden; background: #101b2c; }
.skeleton::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, transparent, rgba(115, 150, 218, .1), transparent); transform: translateX(100%); animation: skeleton-flow 1.45s ease-in-out infinite; }
@keyframes skeleton-flow { to { transform: translateX(-100%); } }
.loader { width: 34px; height: 34px; display: inline-block; border: 2px solid rgba(77, 130, 255, .18); border-top-color: var(--blue-bright); border-radius: 50%; animation: spin 700ms linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity 600ms ease, transform 600ms cubic-bezier(.2, .75, .2, 1); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }

/* Header */
.site-header { position: fixed; z-index: 1200; top: 0; inset-inline: 0; height: calc(var(--header-height) + env(safe-area-inset-top)); padding-top: env(safe-area-inset-top); border-bottom: 1px solid transparent; transition: background 280ms ease, border-color 280ms ease, backdrop-filter 280ms ease; }
.site-header.scrolled { border-bottom-color: var(--line); background: rgba(5, 9, 16, .9); backdrop-filter: blur(16px) saturate(130%); }
.header-inner { width: min(1340px, calc(100% - 38px)); height: var(--header-height); margin-inline: auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
.brand { justify-self: start; display: inline-flex; align-items: center; }
.brand img { width: 132px; height: 40px; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: 28px; }
.desktop-nav a { position: relative; padding: 10px 0; color: #b3bfd2; font-size: 12px; font-weight: 500; }
.desktop-nav a::after { content: ""; position: absolute; bottom: 4px; inset-inline-start: 0; width: 0; height: 1px; background: var(--blue-bright); transition: width 180ms ease; }
.desktop-nav a:hover { color: #fff; }
.desktop-nav a:hover::after { width: 100%; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 7px; }
.match-trigger { min-height: 42px; display: inline-flex; align-items: center; gap: 9px; padding: 0 15px; border: 1px solid rgba(92, 137, 240, .45); border-radius: 6px; color: #fff; background: var(--blue); font-size: 12px; font-weight: 600; box-shadow: 0 12px 30px rgba(43, 102, 237, .2); }
.match-trigger:hover { background: var(--blue-bright); }
.language-switch { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 42px; border: 1px solid var(--line); border-radius: 6px; color: #dce5f5; background: rgba(10,18,31,.86); font-family: Alexandria, Arial, sans-serif; font-size: 10px; font-weight: 700; }
.language-switch:hover { color: #fff; border-color: var(--blue-bright); background: rgba(43,102,237,.16); }
.account-button { position: relative; }
.account-dot { position: absolute; top: 7px; inset-inline-end: 7px; width: 7px; height: 7px; border: 1px solid var(--ink); border-radius: 50%; background: var(--green); }
.menu-button { display: none; }
.mobile-menu { position: fixed; z-index: 2400; inset: 0; visibility: hidden; opacity: 0; padding: max(18px, env(safe-area-inset-top)) 22px max(24px, env(safe-area-inset-bottom)); background: #050910; transform: translateY(-14px); transition: opacity 240ms ease, visibility 240ms ease, transform 320ms cubic-bezier(.2, .8, .2, 1); }
.mobile-menu.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
.mobile-menu-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.mobile-menu-head img { width: 112px; height: 34px; object-fit: contain; }
.mobile-menu nav { max-width: 620px; margin: 7vh auto 0; display: grid; }
.mobile-menu nav a { min-height: 58px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); font-family: Alexandria, sans-serif; font-size: 20px; }
.mobile-menu nav a i { color: var(--blue-bright); font-size: 14px; }
.mobile-menu-actions { max-width: 620px; margin: 22px auto 0; display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.mobile-menu-actions button { min-height: 46px; display: flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid var(--line); border-radius: 5px; color: #c8d2e3; background: var(--ink-2); cursor: pointer; font-size: 10px; }
.mobile-menu-actions button i { color: var(--blue-bright); }
.mobile-menu > p { max-width: 620px; margin: 28px auto 0; color: var(--muted); font-size: 12px; line-height: 1.9; }

/* Home hero */
.cinema-hero { --mouse-x: 0px; --mouse-y: 0px; position: relative; height: 94svh; min-height: 660px; max-height: 940px; overflow: hidden; isolation: isolate; background: var(--ink); }
.hero-backdrop-stack, .hero-backdrop, .hero-vignette { position: absolute; inset: 0; }
.hero-backdrop { opacity: 0; background-position: center 24%; background-size: cover; transform: scale(1.03); transition: opacity 900ms ease, transform 6.8s ease; }
.hero-backdrop.is-active { opacity: 1; transform: scale(1.08); }
.hero-vignette { z-index: 1; background: linear-gradient(90deg, rgba(3, 6, 12, .99) 9%, rgba(3, 6, 12, .78) 48%, rgba(3, 6, 12, .32) 78%, rgba(3, 6, 12, .66)), linear-gradient(180deg, rgba(3, 7, 13, .45), transparent 36%, #050910 98%); }
.cinema-hero::after { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(120deg, transparent 55%, color-mix(in srgb, var(--hero-accent) 14%, transparent)); transition: background 900ms ease; }
.hero-shell { position: relative; z-index: 5; height: 100%; display: grid; grid-template-columns: minmax(0, 720px) 1fr; align-items: center; padding-top: var(--header-height); }
.hero-copy { align-self: center; }
.hero-copy h1 { max-width: 760px; margin: 0; font-size: 58px; font-weight: 600; line-height: 1.4; }
.hero-copy h1 span { color: var(--blue-bright); }
.hero-copy > p:not(.eyebrow) { max-width: 660px; margin: 20px 0 0; color: #c7d1e2; font-size: 16px; line-height: 2; }
.hero-actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 10px; }
.hero-meta { min-height: 58px; margin-top: 32px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 2px 13px; }
.hero-meta .hero-type { grid-row: 1 / 3; min-width: 96px; min-height: 52px; display: grid; place-items: center; padding: 0 12px; border-inline-start: 2px solid var(--hero-accent); color: var(--blue-soft); background: rgba(8, 17, 31, .54); font-size: 9px; font-weight: 600; transition: border-color 600ms ease; }
.hero-meta b { font-size: 15px; font-weight: 600; }
.hero-meta > span:last-child { color: var(--muted); direction: ltr; justify-self: start; font-size: 10px; }
.hero-poster-cloud { position: absolute; z-index: 3; top: 13%; bottom: 10%; inset-inline-end: max(-25px, calc((100vw - var(--shell)) / 2 - 80px)); width: min(46vw, 670px); pointer-events: none; transform: translate3d(var(--mouse-x), var(--mouse-y), 0); transition: transform 450ms ease-out; }
.floating-poster { position: absolute; width: 150px; aspect-ratio: 2 / 3; border: 1px solid rgba(255,255,255,.12); border-radius: 5px; background-position: center; background-size: cover; box-shadow: 0 26px 70px rgba(0,0,0,.58); transition: background-image 600ms ease; }
.floating-poster:nth-child(1) { top: 9%; inset-inline-end: 20%; transform: rotate(5deg); }
.floating-poster:nth-child(2) { top: 34%; inset-inline-end: 2%; width: 175px; transform: rotate(-3deg); }
.floating-poster:nth-child(3) { top: 58%; inset-inline-end: 26%; width: 164px; transform: rotate(4deg); }
.floating-poster:nth-child(4) { top: 4%; inset-inline-end: 54%; width: 134px; transform: rotate(-6deg); }
.floating-poster:nth-child(5) { top: 46%; inset-inline-end: 57%; width: 142px; transform: rotate(-4deg); }
.floating-poster:nth-child(6) { top: 72%; inset-inline-end: 5%; width: 126px; transform: rotate(7deg); }
.hero-rail { align-self: end; justify-self: end; margin-bottom: 80px; display: flex; align-items: center; gap: 16px; direction: ltr; }
.hero-dots { display: flex; align-items: center; gap: 5px; }
.hero-dots button { width: 18px; height: 3px; padding: 0; border-radius: 2px; background: rgba(255,255,255,.28); cursor: pointer; transition: width 220ms ease, background 220ms ease; }
.hero-dots button.active { width: 42px; background: var(--hero-accent); }
.hero-rail-actions { display: flex; gap: 5px; }
.round-control { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: #fff; background: rgba(5,9,16,.66); cursor: pointer; }
.hero-scroll-cue { position: absolute; z-index: 8; bottom: 22px; left: 50%; display: flex; flex-direction: column; align-items: center; gap: 7px; color: #8795aa; font-size: 8px; transform: translateX(-50%); }
.hero-scroll-cue i { color: var(--white); animation: cue 1.8s ease-in-out infinite; }
.english-page .hero-copy h1 { line-height: 1.22; }
.english-page .hero-copy > p:not(.eyebrow), .english-page .section-heading p, .english-page .bento-content p { line-height: 1.75; }
@keyframes cue { 50% { transform: translateY(5px); } }

/* Bento */
.platform-intro { background: #07101c; }
.bento-grid { display: grid; grid-template-columns: 1.25fr .75fr 1fr; grid-template-rows: 310px 260px 260px; gap: 12px; }
.bento-item { position: relative; min-height: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.bento-1 { grid-column: span 2; }
.bento-4 { grid-column: span 2; }
.bento-7 { grid-column: span 2; }
.bento-media, .bento-shade { position: absolute; inset: 0; }
.bento-media { background-position: center; background-size: cover; transform: scale(1.02); transition: transform 600ms ease; }
.bento-item:hover .bento-media { transform: scale(1.06); }
.bento-shade { background: linear-gradient(180deg, rgba(5,9,16,.12), rgba(5,9,16,.9) 78%), linear-gradient(90deg, rgba(5,9,16,.82), transparent); }
.bento-content { position: absolute; z-index: 2; inset: auto 20px 20px; }
.bento-icon { width: 40px; height: 40px; display: grid; place-items: center; margin-bottom: 16px; border: 1px solid var(--line-strong); border-radius: 6px; color: var(--blue-bright); background: rgba(6,13,24,.86); }
.tone-green .bento-icon { color: var(--green); }.tone-amber .bento-icon { color: var(--amber); }.tone-red .bento-icon { color: var(--red); }
.bento-index { position: absolute; bottom: 2px; inset-inline-end: 0; color: rgba(255,255,255,.48); direction: ltr; font-size: 9px; }
.bento-content h3 { margin: 0; font-size: 20px; font-weight: 600; }
.bento-content p { max-width: 520px; margin: 8px 0 0; color: #b7c3d6; font-size: 11px; line-height: 1.8; }

/* Catalog cards */
.catalog-section { background: var(--ink); }
.catalog-block + .catalog-block { margin-top: 64px; }
.rail-heading { min-height: 44px; margin-bottom: 18px; display: flex; align-items: center; justify-content: space-between; }
.rail-heading > div:first-child { display: flex; align-items: center; gap: 10px; }
.rail-heading i { color: var(--blue-bright); }
.rail-heading h2, .rail-heading h3 { margin: 0; font-size: 18px; font-weight: 600; }
.rail-heading span { color: #66758d; direction: ltr; font-size: 8px; }
.rail-controls { display: flex; direction: ltr; gap: 5px; }
.rail-controls button { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 5px; color: #fff; background: var(--ink-2); cursor: pointer; }
.poster-row { display: grid; grid-auto-flow: column; grid-auto-columns: 190px; gap: 12px; overflow-x: auto; overflow-y: hidden; padding: 4px 2px 18px; scroll-snap-type: x proximity; scrollbar-width: none; overscroll-behavior-inline: contain; }
.poster-row::-webkit-scrollbar, .upcoming-timeline::-webkit-scrollbar { display: none; }
.poster-row.compact { grid-auto-columns: 142px; }
.poster-skeleton { width: 100%; aspect-ratio: 2 / 3; border-radius: 6px; }
.poster-card, .static-poster-card { --tilt-x: 0deg; --tilt-y: 0deg; position: relative; aspect-ratio: 2 / 3; overflow: hidden; border: 1px solid var(--line); border-radius: 6px; background: var(--surface); scroll-snap-align: start; transform: perspective(800px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)); transform-origin: center; transition: transform 260ms ease, border-color 220ms ease, box-shadow 220ms ease; }
.poster-card:hover, .static-poster-card:hover { z-index: 3; border-color: var(--line-strong); box-shadow: 0 20px 52px rgba(0,0,0,.55); transform: perspective(800px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(-7px); }
.poster-card-link, .poster-card-link img, .static-poster-card > img { width: 100%; height: 100%; }
.poster-card-link { display: block; }
.poster-card img, .static-poster-card > img { object-fit: cover; }
.poster-card-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 14px; pointer-events: none; background: linear-gradient(180deg, transparent 34%, rgba(3,6,11,.16) 48%, rgba(3,6,11,.98) 100%); transform: translateY(28px); transition: transform 260ms ease; }
.poster-card:hover .poster-card-overlay, .poster-card:focus-within .poster-card-overlay { transform: translateY(0); }
.poster-media-type { align-self: flex-start; margin-bottom: 7px; padding: 3px 6px; border: 1px solid rgba(255,255,255,.2); border-radius: 3px; color: #fff; background: rgba(4,8,14,.8); font-size: 7px; }
.poster-card h4 { margin: 0; color: #fff; font-size: 14px; line-height: 1.5; }
.poster-card-overlay > p { margin: 5px 0 0; color: #aebbd0; direction: ltr; text-align: right; font-size: 8px; }
.poster-card-actions { height: 28px; margin-top: 9px; display: flex; gap: 5px; opacity: 0; pointer-events: auto; transition: opacity 180ms ease; }
.poster-card:hover .poster-card-actions, .poster-card:focus-within .poster-card-actions { opacity: 1; }
.poster-card-actions button { min-width: 30px; height: 28px; display: inline-flex; align-items: center; justify-content: center; gap: 5px; padding: 0 8px; border: 1px solid var(--line); border-radius: 4px; color: #fff; background: rgba(10,20,35,.9); cursor: pointer; font-size: 8px; }
.poster-card-actions button:first-child { flex: 1; background: var(--blue); }
.inline-empty { min-height: 250px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; color: var(--muted); }
.inline-empty i { color: var(--blue-bright); font-size: 28px; }

/* Mood lists */
.mood-section { background: #08111f; }
.mood-tabs { display: flex; gap: 6px; overflow-x: auto; padding-bottom: 12px; scrollbar-width: none; }
.mood-tabs::-webkit-scrollbar { display: none; }
.mood-tab { min-height: 40px; flex: 0 0 auto; padding: 0 14px; border: 1px solid var(--line); border-radius: 5px; color: #98a7bc; background: transparent; cursor: pointer; font-size: 10px; }
.mood-tab.active { color: #fff; border-color: var(--blue); background: rgba(43,102,237,.18); }
.mood-stage { margin-top: 18px; padding: 24px 0 0; border-top: 1px solid var(--line); }
.mood-stage-head { margin-bottom: 18px; display: flex; align-items: flex-end; justify-content: space-between; }
.mood-stage-head span { color: var(--blue-soft); font-size: 8px; }
.mood-stage-head h3 { margin: 4px 0 0; font-size: 22px; }
.mood-stage-head .tmdb-mark { color: #5f6c80; direction: ltr; }

/* Roulette */
.roulette-section { min-height: 760px; display: flex; align-items: center; overflow: hidden; isolation: isolate; background: #050910; }
.roulette-backdrop, .roulette-shade { position: absolute; inset: 0; }
.roulette-backdrop { z-index: -3; opacity: .52; background-position: center; background-size: cover; transition: background-image 600ms ease, opacity 500ms ease; }
.roulette-shade { z-index: -2; background: linear-gradient(90deg, #050910 12%, rgba(5,9,16,.91) 48%, rgba(5,9,16,.58)), linear-gradient(180deg, rgba(5,9,16,.32), #050910); }
.roulette-layout { display: grid; grid-template-columns: minmax(0, 560px) 1fr; align-items: center; gap: 90px; }
.roulette-copy h2 { margin: 0; font-size: 48px; }
.roulette-copy > p:not(.eyebrow) { max-width: 570px; margin: 18px 0 0; color: #b3bfd1; line-height: 2; }
.segmented-control { width: fit-content; margin-top: 28px; display: flex; padding: 3px; border: 1px solid var(--line); border-radius: 6px; background: rgba(6,13,23,.85); }
.segmented-control button { min-width: 92px; height: 36px; border-radius: 4px; color: var(--muted); background: transparent; cursor: pointer; font-size: 10px; }
.segmented-control button.active { color: #fff; background: var(--blue); }
.select-control { width: min(310px, 100%); margin-top: 12px; display: grid; grid-template-columns: 80px 1fr auto; align-items: center; gap: 8px; padding: 0 12px; border: 1px solid var(--line); border-radius: 6px; background: rgba(6,13,23,.85); }
.select-control span { color: var(--muted); font-size: 9px; }
.select-control select { height: 44px; border: 0; outline: 0; color: #fff; background: transparent; appearance: none; font-size: 10px; }
.select-control option { color: #fff; background: var(--ink-2); }
.select-control i { color: var(--blue-bright); font-size: 10px; }
.roulette-result { margin-top: 24px; padding-inline-start: 16px; border-inline-start: 2px solid var(--green); }
.roulette-result > span { color: var(--green); font-size: 9px; }
.roulette-result h3 { margin: 5px 0; font-size: 24px; }
.roulette-result p { margin: 0; color: var(--muted); direction: ltr; text-align: right; font-size: 10px; }
.roulette-result > div { margin-top: 12px; display: flex; gap: 7px; }
.roulette-result .primary-button, .roulette-result .secondary-button { min-height: 40px; }
.roulette-wheel-wrap { position: relative; width: fit-content; display: grid; place-items: center; justify-self: center; }
.roulette-pointer { position: absolute; z-index: 8; top: -27px; left: 50%; color: var(--amber); font-size: 42px; filter: drop-shadow(0 6px 12px rgba(0,0,0,.72)); transform: translateX(-50%); }
.roulette-wheel { position: relative; width: min(520px, 42vw); aspect-ratio: 1; overflow: hidden; isolation: isolate; border: 8px solid #d6e0f4; border-radius: 50%; background: conic-gradient(from -22.5deg, #0d1a2d 0 45deg, #102540 45deg 90deg, #0a1627 90deg 135deg, #122b48 135deg 180deg, #0d1a2d 180deg 225deg, #102540 225deg 270deg, #0a1627 270deg 315deg, #122b48 315deg); box-shadow: 0 36px 100px rgba(0,0,0,.65), 0 0 0 10px rgba(43,102,237,.22); transition: transform 2.7s cubic-bezier(.12,.72,.12,1); will-change: transform; }
.roulette-wheel::after { content: ""; position: absolute; z-index: 3; inset: 0; border-radius: inherit; pointer-events: none; background: repeating-conic-gradient(from -22.5deg, transparent 0 44.3deg, rgba(255,255,255,.38) 44.3deg 45deg); box-shadow: inset 0 0 70px rgba(4,8,14,.34); }
.roulette-slice { --angle: calc(var(--i) * 45deg); --counter-angle: calc(var(--i) * -45deg); position: absolute; z-index: 1; inset: 0; overflow: hidden; transform: rotate(var(--angle)); transform-origin: 50% 50%; clip-path: polygon(50% 50%, 30.866% 3.806%, 69.134% 3.806%); }
.roulette-slice-media { position: absolute; inset: -12%; display: grid; place-items: start center; padding-top: 11%; color: rgba(255,255,255,.55); background-position: center; background-size: cover; transform: rotate(var(--counter-angle)) scale(1.16); transform-origin: 50% 50%; }
.roulette-slice-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,9,16,.06), rgba(5,9,16,.38)); }
.roulette-slice-media i { position: relative; z-index: 1; font-size: 24px; }
.roulette-wheel.is-spinning .roulette-slice-media { filter: saturate(.82) brightness(.82); }
.roulette-spin { position: absolute; z-index: 7; top: 50%; left: 50%; width: 108px; height: 108px; display: grid; place-items: center; align-content: center; gap: 5px; border: 7px solid #d6e0f4; border-radius: 50%; color: #fff; background: var(--blue); box-shadow: 0 14px 40px rgba(0,0,0,.55), 0 0 0 6px rgba(5,9,16,.55); cursor: pointer; transform: translate(-50%, -50%); transition: background 180ms ease, box-shadow 180ms ease, scale 180ms ease; }
.roulette-spin:hover:not(:disabled) { background: var(--blue-bright); box-shadow: 0 18px 50px rgba(0,0,0,.65), 0 0 0 6px rgba(43,102,237,.24); }
.roulette-spin i { font-size: 20px; }.roulette-spin span { font-size: 10px; font-weight: 700; }
.roulette-spin:disabled { cursor: wait; opacity: .72; }
.roulette-spin.is-loading i { animation: spin 900ms linear infinite; }

/* Upcoming */
.upcoming-section { background: #07101c; }
.upcoming-tabs { margin-bottom: 22px; display: flex; gap: 7px; }
.upcoming-tabs button { min-height: 38px; padding: 0 14px; border: 1px solid var(--line); border-radius: 5px; color: var(--muted); background: transparent; cursor: pointer; font-size: 10px; }
.upcoming-tabs button.active { color: #fff; border-color: var(--blue); background: var(--blue); }
.upcoming-timeline { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(360px, 460px); gap: 10px; overflow-x: auto; padding: 3px 2px 18px; scroll-snap-type: x proximity; scrollbar-width: none; }
.upcoming-card { min-height: 240px; display: grid; grid-template-columns: 150px 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 7px; background: var(--ink-2); scroll-snap-align: start; }
.upcoming-card > img { width: 100%; height: 100%; object-fit: cover; }
.upcoming-card > div { position: relative; padding: 18px; }
.timeline-index { position: absolute; top: 16px; inset-inline-end: 16px; color: #58677d; direction: ltr; font-size: 10px; }
.upcoming-card time { color: var(--blue-soft); font-size: 9px; }
.upcoming-card h3 { margin: 18px 0 8px; font-size: 18px; line-height: 1.5; }
.upcoming-card .countdown { color: var(--amber); direction: rtl; font-size: 10px; }
.upcoming-card > div > div { position: absolute; inset-inline: 18px; bottom: 16px; display: flex; gap: 6px; }
.upcoming-card button { min-height: 34px; display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 0 10px; border: 1px solid var(--line); border-radius: 4px; color: #fff; background: var(--surface); cursor: pointer; font-size: 8px; }
.upcoming-card button:first-child { flex: 1; background: var(--blue); }
.upcoming-card button.is-reminded { color: #06281d; border-color: var(--green); background: var(--green); }
.upcoming-skeleton { height: 240px; border-radius: 7px; }

/* Match CTA */
.match-cta { min-height: 660px; display: flex; align-items: center; overflow: hidden; isolation: isolate; }
.match-cta-backdrop, .match-cta-shade { position: absolute; inset: 0; }
.match-cta-backdrop { z-index: -3; background-position: center; background-size: cover; }
.match-cta-shade { z-index: -2; background: linear-gradient(90deg, rgba(5,9,16,.99) 16%, rgba(5,9,16,.76) 62%, rgba(5,9,16,.3)), linear-gradient(180deg, rgba(5,9,16,.25), #050910); }
.match-cta-content { padding-inline-end: min(40vw, 520px); }
.match-cta h2 { max-width: 760px; margin: 0; font-size: 48px; line-height: 1.45; }
.match-cta p:not(.eyebrow) { max-width: 620px; margin: 18px 0 28px; color: #bdc8da; line-height: 2; }

/* Footer */
.site-footer { border-top: 1px solid var(--line); background: #04070d; }
.footer-main { display: grid; grid-template-columns: 1.7fr repeat(3, .65fr); gap: 50px; padding: 64px 0 52px; }
.footer-brand img { width: 132px; height: 40px; object-fit: contain; }
.footer-brand p { max-width: 430px; margin: 18px 0 0; color: var(--muted); font-size: 11px; line-height: 1.9; }
.footer-column { display: flex; flex-direction: column; gap: 10px; }
.footer-column h2 { margin: 0 0 6px; color: #fff; font-size: 12px; }
.footer-column a { color: #8796ad; font-size: 10px; }
.footer-column a:hover { color: var(--blue-soft); }
.footer-legal { min-height: 88px; display: grid; grid-template-columns: 1.6fr 1fr auto; align-items: center; gap: 30px; border-top: 1px solid var(--line); color: #68758a; font-size: 8px; }
.footer-legal p { margin: 0; display: flex; gap: 9px; line-height: 1.8; }
.footer-legal p i { flex: 0 0 auto; margin-top: 3px; color: var(--blue-bright); }
.footer-legal b { color: #8c99ad; direction: ltr; }

/* Shared modals */
.app-modal, .trailer-modal { position: fixed; z-index: 3000; inset: 0; visibility: hidden; opacity: 0; display: grid; place-items: center; padding: 18px; pointer-events: none; transition: opacity 220ms ease, visibility 220ms ease; }
.app-modal.is-open, .trailer-modal.is-open { visibility: visible; opacity: 1; pointer-events: auto; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(2,5,10,.86); backdrop-filter: blur(14px); }
.search-panel, .account-panel, .title-panel { position: relative; z-index: 2; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 8px; background: #08111f; box-shadow: var(--shadow-lg); transform: translateY(18px) scale(.985); transition: transform 300ms cubic-bezier(.2,.8,.2,1); }
.app-modal.is-open section { transform: translateY(0) scale(1); }
.modal-titlebar { min-height: 78px; padding: 14px 18px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.modal-titlebar span { color: var(--blue-soft); direction: ltr; font-size: 8px; }
.modal-titlebar h2 { margin: 3px 0 0; font-size: 20px; }
.search-panel { width: min(760px, 100%); max-height: min(760px, calc(100svh - 36px)); display: grid; grid-template-rows: auto auto 1fr; }
.search-field { height: 62px; padding: 0 18px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; border-bottom: 1px solid var(--line); }
.search-field > i { color: var(--blue-bright); }
.search-field input { width: 100%; height: 100%; border: 0; outline: 0; color: #fff; background: transparent; font-size: 14px; }
.search-field kbd { padding: 3px 6px; border: 1px solid var(--line); border-radius: 3px; color: #68778e; font-size: 7px; }
.search-results { min-height: 300px; overflow-y: auto; padding: 10px; }
.search-result { width: 100%; min-height: 78px; display: grid; grid-template-columns: 46px 1fr auto; align-items: center; gap: 12px; padding: 8px; border-bottom: 1px solid var(--line); color: #fff; background: transparent; cursor: pointer; text-align: right; }
.search-result:hover { background: var(--surface); }
.search-result img { width: 46px; height: 62px; object-fit: cover; border-radius: 3px; }
.search-result span { min-width: 0; }
.search-result b, .search-result small { display: block; }
.search-result b { overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.search-result small { margin-top: 5px; color: var(--muted); direction: ltr; text-align: right; font-size: 8px; }
.search-result > i { color: var(--blue-bright); }
.search-loading, .modal-empty, .detail-loading, .detail-error { min-height: 280px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; color: var(--muted); text-align: center; }
.modal-empty > i, .detail-error > i { color: var(--blue-bright); font-size: 30px; }
.title-panel { width: min(1080px, 100%); max-height: calc(100svh - 30px); overflow-y: auto; }
.detail-close { position: absolute; z-index: 12; top: 14px; inset-inline-start: 14px; }
.detail-hero { position: relative; min-height: 520px; display: grid; grid-template-columns: 270px 1fr; align-items: end; gap: 30px; padding: 86px 36px 36px; overflow: hidden; }
.detail-backdrop, .detail-shade { position: absolute; inset: 0; }
.detail-backdrop { background-position: center; background-size: cover; }
.detail-shade { background: linear-gradient(90deg, rgba(4,8,14,.98) 8%, rgba(4,8,14,.74) 58%, rgba(4,8,14,.34)), linear-gradient(180deg, rgba(4,8,14,.3), #08111f 98%); }
.detail-poster { position: relative; z-index: 2; width: 270px; aspect-ratio: 2 / 3; object-fit: cover; border: 1px solid rgba(255,255,255,.18); border-radius: 6px; box-shadow: var(--shadow-md); }
.detail-heading { position: relative; z-index: 2; padding-bottom: 6px; }
.detail-type, .title-type-label { display: inline-flex; padding: 4px 8px; border: 1px solid rgba(255,255,255,.22); border-radius: 4px; color: #fff; background: rgba(5,9,16,.68); font-size: 8px; }
.detail-heading h2 { margin: 12px 0 0; font-size: 40px; line-height: 1.4; }
.detail-original { margin: 5px 0 0; color: #aeb9cb; direction: ltr; text-align: right; font-size: 12px; }
.detail-facts, .detail-genres, .detail-actions { display: flex; flex-wrap: wrap; gap: 7px; }
.detail-facts { margin-top: 18px; direction: ltr; justify-content: flex-end; }
.detail-facts span { display: inline-flex; align-items: center; gap: 5px; color: #d8e0ef; font-size: 10px; }
.detail-facts i { color: var(--amber); }
.detail-genres { margin-top: 12px; }
.detail-genres span, .title-genres span { padding: 4px 8px; border: 1px solid var(--line); border-radius: 4px; color: #c5d0e2; background: rgba(5,9,16,.58); font-size: 8px; }
.detail-actions { margin-top: 22px; }
.detail-body { padding: 34px 36px 44px; }
.detail-overview { max-width: 880px; margin: 0; color: #c6d0e1; font-size: 14px; line-height: 2; }
.detail-body section { margin-top: 38px; }
.mini-heading { margin-bottom: 14px; display: flex; justify-content: space-between; }
.mini-heading h3 { margin: 0; font-size: 16px; }
.cast-row { display: grid; grid-auto-flow: column; grid-auto-columns: 112px; gap: 10px; overflow-x: auto; padding-bottom: 12px; scrollbar-width: none; overscroll-behavior-inline: contain; }
.cast-row::-webkit-scrollbar { display: none; }
.cast-person { min-width: 0; }
.cast-person img, .cast-placeholder { width: 100%; aspect-ratio: .82; display: grid; place-items: center; object-fit: cover; border: 1px solid var(--line); border-radius: 5px; background: var(--surface); }
.cast-placeholder i { color: #607089; font-size: 26px; }
.cast-person b, .cast-person small { display: block; }
.cast-person b { margin-top: 7px; overflow: hidden; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.cast-person small { margin-top: 2px; overflow: hidden; color: var(--muted); font-size: 7px; text-overflow: ellipsis; white-space: nowrap; }
.account-panel { width: min(470px, 100%); max-height: calc(100svh - 30px); overflow-y: auto; }
.auth-tabs { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--line); }
.auth-tab { height: 48px; color: var(--muted); background: transparent; cursor: pointer; font-size: 10px; }
.auth-tab.active { color: #fff; box-shadow: inset 0 -2px var(--blue); }
.auth-form { display: none; padding: 24px; }
.auth-form.active { display: block; }
.auth-form > h3 { margin: 0 0 7px; font-size: 18px; }
.auth-form > p { margin: 0 0 18px; color: var(--muted); font-size: 10px; line-height: 1.8; }
.auth-form label, .contact-form label { display: block; margin-bottom: 14px; }
.auth-form label span, .contact-form label span { display: block; margin-bottom: 7px; color: #b7c2d4; font-size: 9px; }
.auth-form input, .contact-form input, .contact-form select, .contact-form textarea, .notify-form input { width: 100%; border: 1px solid var(--line); border-radius: 5px; outline: 0; color: #fff; background: #07101c; transition: border-color 180ms ease, box-shadow 180ms ease; }
.auth-form input, .contact-form input, .contact-form select { height: 46px; padding: 0 12px; }
.contact-form textarea { padding: 12px; resize: vertical; }
.auth-form input:focus, .contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus, .notify-form input:focus { border-color: var(--blue-bright); box-shadow: 0 0 0 3px rgba(43,102,237,.12); }
.text-button, .back-button, .danger-link { display: flex; align-items: center; gap: 7px; margin: 14px auto 0; color: var(--blue-soft); background: transparent; cursor: pointer; font-size: 9px; }
.back-button { margin: 0 0 18px; }
.danger-link { margin: 0; color: var(--red); }
.account-user { padding: 26px 22px; display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 12px; }
.user-avatar { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--blue); font-weight: 700; }
.account-user b, .account-user small { display: block; }.account-user small { margin-top: 3px; color: var(--muted); font-size: 9px; }
.auth-message { min-height: 24px; margin: 0; padding: 0 24px 18px; color: var(--red); text-align: center; font-size: 9px; }.auth-message.success { color: var(--green); }
.trailer-frame { position: relative; z-index: 2; width: min(1040px, calc(100% - 30px)); aspect-ratio: 16 / 9; border: 1px solid var(--line-strong); border-radius: 8px; background: #000; box-shadow: var(--shadow-lg); }
.trailer-frame iframe { width: 100%; height: 100%; border: 0; border-radius: inherit; }
.trailer-frame .icon-button { position: absolute; z-index: 2; top: -52px; inset-inline-start: 0; }
.toast { position: fixed; z-index: 5000; bottom: 24px; left: 50%; max-width: min(440px, calc(100% - 28px)); padding: 12px 18px; border: 1px solid var(--line-strong); border-radius: 5px; color: #fff; background: #0b1728; box-shadow: var(--shadow-md); opacity: 0; pointer-events: none; text-align: center; font-size: 10px; transform: translate(-50%, 18px); transition: opacity 200ms ease, transform 240ms ease; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }.toast[data-tone="success"] { border-color: rgba(37,209,154,.55); }.toast[data-tone="warning"] { border-color: rgba(243,189,67,.55); }

/* Inner and legal pages */
.inner-page-hero, .legal-hero { min-height: 610px; display: flex; align-items: flex-end; padding: 150px 0 90px; border-bottom: 1px solid var(--line); background: linear-gradient(90deg, #07101c, #050910); }
.inner-page-hero .page-shell, .legal-hero .page-shell { max-width: 900px; margin-inline-start: max(24px, calc((100% - var(--shell)) / 2)); margin-inline-end: auto; }
.page-kicker { display: inline-block; margin-bottom: 20px; color: var(--blue-soft); direction: ltr; font-size: 9px; font-weight: 700; }
.inner-page-hero h1, .legal-hero h1 { margin: 0; font-size: 56px; line-height: 1.4; }
.inner-page-hero p, .legal-hero p { max-width: 720px; margin: 20px 0 0; color: #aeb9cb; font-size: 15px; line-height: 2; }
.inner-page-hero .primary-button { margin-top: 28px; }
.feature-page-grid .page-shell { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-inline-start: 1px solid var(--line); }
.feature-detail { position: relative; min-height: 270px; padding: 28px; border-inline-end: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature-detail > span { position: absolute; top: 22px; inset-inline-end: 22px; color: #59677d; direction: ltr; font-size: 9px; }
.feature-detail > i { color: var(--blue-bright); font-size: 26px; }
.feature-detail h2 { margin: 38px 0 0; font-size: 20px; }
.feature-detail p { margin: 12px 0 0; color: var(--muted); font-size: 11px; line-height: 1.9; }
.feature-workflow { background: #07101c; }
.workflow-line { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.workflow-line article { min-height: 230px; padding: 26px; border-inline-end: 1px solid var(--line); }
.workflow-line article:last-child { border: 0; }
.workflow-line span { color: var(--blue-soft); direction: ltr; font-size: 9px; }
.workflow-line h3 { margin: 38px 0 0; font-size: 20px; }
.workflow-line p { margin: 10px 0 0; color: var(--muted); font-size: 10px; line-height: 1.9; }
.faq-section { background: #07101c; }
.faq-layout { display: grid; grid-template-columns: 330px 1fr; gap: 80px; }
.faq-aside { position: sticky; top: 110px; align-self: start; }
.faq-aside h2 { margin: 0; font-size: 28px; }.faq-aside > p:not(.eyebrow) { color: var(--muted); line-height: 1.9; }.faq-aside .secondary-button { margin-top: 16px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 82px; display: grid; grid-template-columns: 40px 1fr auto; align-items: center; gap: 12px; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue-soft); direction: ltr; font-size: 9px; }.faq-list summary b { font-family: Alexandria, sans-serif; font-size: 15px; }.faq-list summary i { color: var(--blue-bright); transition: transform 180ms ease; }
.faq-list details[open] summary i { transform: rotate(45deg); }.faq-list details p { margin: 0; padding: 0 52px 24px; color: var(--muted); line-height: 2; }
.contact-section { background: #07101c; }.contact-layout { display: grid; grid-template-columns: .8fr 1.3fr; gap: 70px; }
.contact-notes { display: grid; align-content: start; }.contact-notes article { min-height: 110px; display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: center; border-bottom: 1px solid var(--line); }.contact-notes article > i { color: var(--blue-bright); font-size: 20px; }.contact-notes h2 { margin: 0; font-size: 14px; }.contact-notes p, .contact-notes a { margin: 4px 0 0; color: var(--muted); font-size: 10px; }
.contact-form { padding: 30px; border: 1px solid var(--line); border-radius: 8px; background: var(--ink-2); }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.contact-form .primary-button { min-width: 170px; }.form-status { min-height: 24px; margin: 14px 0 0; color: var(--red); font-size: 9px; }.form-status.success { color: var(--green); }
.legal-hero { min-height: 480px; }.legal-content { max-width: 900px; padding-top: 80px; padding-bottom: 110px; }.legal-content h2 { margin: 42px 0 10px; font-size: 20px; }.legal-content p { margin: 0; color: #aeb9cb; font-size: 13px; line-height: 2.15; }.legal-content a { color: var(--blue-soft); }

/* Download */
.download-hero { position: relative; min-height: 860px; display: flex; align-items: center; overflow: hidden; isolation: isolate; }
.download-hero-media, .download-hero-shade { position: absolute; inset: 0; }.download-hero-media { z-index: -3; background-position: center; background-size: cover; }.download-hero-shade { z-index: -2; background: linear-gradient(90deg, #050910 14%, rgba(5,9,16,.82) 58%, rgba(5,9,16,.48)), linear-gradient(180deg, rgba(5,9,16,.25), #050910); }
.download-layout { display: grid; grid-template-columns: 1fr 420px; align-items: center; gap: 90px; padding-top: var(--header-height); }.download-copy h1 { margin: 0; font-size: 54px; line-height: 1.45; }.download-copy > p { max-width: 660px; color: #bdc8da; line-height: 2; }
.store-buttons { margin-top: 26px; display: flex; gap: 8px; direction: ltr; }.store-buttons button { min-width: 178px; height: 56px; display: flex; align-items: center; justify-content: center; gap: 11px; border: 1px solid var(--line-strong); border-radius: 6px; color: #fff; background: rgba(7,16,28,.86); }.store-buttons button i { font-size: 22px; }.store-buttons span, .store-buttons small { display: block; text-align: left; }.store-buttons span { font-size: 12px; font-weight: 700; }.store-buttons small { color: var(--muted); font-size: 7px; font-weight: 400; }
.notify-form { max-width: 520px; margin-top: 28px; }.notify-form > label { display: block; margin-bottom: 8px; font-size: 10px; }.notify-form > div { display: grid; grid-template-columns: 1fr auto; gap: 7px; }.notify-form input { height: 48px; padding: 0 12px; }.notify-form > small { display: block; margin-top: 7px; color: #69778d; font-size: 8px; }
.app-phone-mockup { width: 340px; height: 690px; justify-self: center; padding: 12px; border: 2px solid #384962; border-radius: 42px; background: #03060a; box-shadow: var(--shadow-lg); transform: rotate(-3deg); }.app-phone-screen { position: relative; height: 100%; overflow: hidden; border-radius: 31px; background: #07101c; }.app-phone-top { position: absolute; z-index: 2; top: 0; inset-inline: 0; height: 58px; padding: 12px 18px; display: flex; align-items: center; justify-content: space-between; background: linear-gradient(180deg, rgba(3,7,12,.92), transparent); }.app-phone-top span { direction: ltr; font-size: 9px; }.app-phone-top img { width: 30px; height: 30px; border-radius: 7px; object-fit: cover; }.app-phone-poster { height: 78%; background: #0d192b center / cover no-repeat; }.app-phone-poster::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, #07101c 78%); }.app-phone-title { position: absolute; z-index: 2; inset-inline: 22px; bottom: 118px; }.app-phone-title span { color: var(--blue-soft); font-size: 8px; }.app-phone-title b { display: block; margin-top: 4px; font-family: Alexandria, sans-serif; font-size: 24px; }.app-phone-actions { position: absolute; z-index: 2; bottom: 28px; left: 50%; display: flex; gap: 58px; transform: translateX(-50%); }.app-phone-actions i { width: 54px; height: 54px; display: grid; place-items: center; border: 2px solid currentColor; border-radius: 50%; color: var(--red); }.app-phone-actions i:last-child { color: var(--green); }
.mobile-benefits .page-shell { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }.mobile-benefits article { min-height: 230px; padding: 28px; border-inline-end: 1px solid var(--line); }.mobile-benefits article:last-child { border: 0; }.mobile-benefits i { color: var(--blue-bright); font-size: 24px; }.mobile-benefits h2 { margin: 38px 0 0; font-size: 19px; }.mobile-benefits p { color: var(--muted); font-size: 10px; }

/* Title page */
.title-hero { position: relative; min-height: 88svh; display: flex; align-items: flex-end; overflow: hidden; isolation: isolate; padding: 150px 0 70px; }.title-backdrop, .title-hero-shade { position: absolute; inset: 0; }.title-backdrop { z-index: -3; background-position: center 20%; background-size: cover; }.title-hero-shade { z-index: -2; background: linear-gradient(90deg, #050910 6%, rgba(5,9,16,.82) 55%, rgba(5,9,16,.35)), linear-gradient(180deg, rgba(5,9,16,.25), #050910 98%); }
.title-hero-layout { display: grid; grid-template-columns: 300px 1fr; align-items: end; gap: 42px; }.title-page-poster { width: 300px; aspect-ratio: 2 / 3; object-fit: cover; border: 1px solid rgba(255,255,255,.18); border-radius: 7px; box-shadow: var(--shadow-lg); view-transition-name: title-poster; }.title-page-copy { max-width: 770px; }.title-page-copy h1 { margin: 14px 0 0; font-size: 48px; line-height: 1.4; }.title-original { margin: 5px 0 0; color: #aeb9cb; direction: ltr; text-align: right; }.title-facts, .title-genres, .title-page-actions { display: flex; flex-wrap: wrap; gap: 8px; }.title-facts { margin-top: 20px; align-items: center; }.title-facts span { padding-inline-end: 10px; border-inline-end: 1px solid var(--line); color: #d6dfed; font-size: 11px; }.title-facts .rating { color: var(--amber); direction: ltr; }.title-genres { margin-top: 14px; }.title-overview { max-width: 760px; margin: 20px 0 0; color: #c0cadb; line-height: 2; }.title-page-actions { margin-top: 24px; }.title-content { background: #07101c; }.page-cast-row { grid-auto-columns: 136px; }.title-related-block { margin-top: 70px; }.static-poster-card > span { position: absolute; inset: auto 0 0; padding: 28px 12px 12px; background: linear-gradient(180deg, transparent, rgba(3,6,11,.95)); }.static-poster-card b, .static-poster-card small { display: block; }.static-poster-card b { font-family: Alexandria, sans-serif; font-size: 10px; }.static-poster-card small { margin-top: 4px; color: var(--muted); font-size: 8px; }.static-poster-card small i { margin-inline-end: 3px; color: var(--amber); }
.status-page { min-height: 80svh; padding-top: 160px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }.status-page > i { color: var(--blue-bright); font-size: 50px; }.status-page > span { margin-top: 20px; color: #5f6e84; font-size: 12px; }.status-page h1 { margin: 8px 0 0; }.status-page p { color: var(--muted); }.status-page .primary-button { margin-top: 20px; }
@view-transition { navigation: auto; }
::view-transition-old(title-poster), ::view-transition-new(title-poster) { animation-duration: 420ms; }

/* Match setup */
.match-intro { position: relative; min-height: 92svh; display: flex; align-items: flex-end; padding: 150px 0 90px; overflow: hidden; isolation: isolate; }.match-intro-backdrop, .match-intro-shade { position: absolute; inset: 0; }.match-intro-backdrop { z-index: -3; background-position: center; background-size: cover; }.match-intro-shade { z-index: -2; background: linear-gradient(90deg, #050910 8%, rgba(5,9,16,.82) 58%, rgba(5,9,16,.35)), linear-gradient(180deg, rgba(5,9,16,.25), #050910); }.match-intro-content { max-width: var(--shell); }.match-logo { display: inline-flex; align-items: center; gap: 8px; color: var(--green); direction: ltr; font-size: 9px; font-weight: 700; }.match-logo i { color: var(--red); }.match-intro h1 { max-width: 760px; margin: 16px 0 0; font-size: 64px; }.match-intro p { max-width: 700px; color: #c1cada; font-size: 15px; line-height: 2; }.match-intro-stats { margin: 26px 0; display: flex; gap: 24px; }.match-intro-stats span { display: inline-flex; align-items: baseline; gap: 6px; color: var(--muted); font-size: 9px; }.match-intro-stats b { color: #fff; direction: ltr; font-size: 20px; }
.match-setup { background: #07101c; }.setup-shell { max-width: 1040px; }.match-step-heading { display: grid; grid-template-columns: 240px 1fr; gap: 60px; margin-bottom: 55px; }.match-step-heading > div span, .match-step-heading > div b { display: block; }.match-step-heading > div span { color: var(--green); font-size: 9px; }.match-step-heading > div b { margin-top: 8px; font-family: Alexandria, sans-serif; }.match-step-heading h2 { margin: 0; font-size: 38px; }.match-step-heading > p { grid-column: 2; margin: -42px 0 0; color: var(--muted); }
.match-filter-form fieldset { margin: 0; padding: 36px 0; border: 0; border-top: 1px solid var(--line); }.match-filter-form legend { width: 100%; margin-bottom: 20px; display: grid; grid-template-columns: 38px 1fr; align-items: center; gap: 12px; }.match-filter-form legend > span { color: var(--blue-soft); direction: ltr; font-size: 9px; }.match-filter-form legend b, .match-filter-form legend small { display: block; }.match-filter-form legend b { font-family: Alexandria, sans-serif; font-size: 16px; }.match-filter-form legend small { margin-top: 3px; color: var(--muted); font-size: 9px; }
.choice-grid { display: grid; gap: 9px; }.choice-grid.three { grid-template-columns: repeat(3, 1fr); }.choice-grid.four { grid-template-columns: repeat(4, 1fr); }.choice-card { position: relative; min-height: 134px; display: flex; flex-direction: column; justify-content: flex-end; padding: 18px; overflow: hidden; border: 1px solid var(--line); border-radius: 7px; background: var(--ink-2); cursor: pointer; transition: border-color 180ms ease, background 180ms ease, transform 180ms ease; }.choice-card:hover { transform: translateY(-2px); }.choice-card.active { border-color: var(--blue-bright); background: rgba(43,102,237,.13); box-shadow: inset 0 0 0 1px rgba(77,130,255,.2); }.choice-card input { position: absolute; opacity: 0; }.choice-card > i { margin-bottom: auto; color: var(--blue-bright); font-size: 24px; }.choice-card b { font-family: Alexandria, sans-serif; font-size: 13px; }.choice-card small { margin-top: 5px; color: var(--muted); font-size: 8px; }
.genre-choice-grid { display: flex; flex-wrap: wrap; gap: 7px; }.genre-choice-grid label { position: relative; }.genre-choice-grid input { position: absolute; opacity: 0; }.genre-choice-grid span { min-height: 42px; display: inline-flex; align-items: center; gap: 8px; padding: 0 13px; border: 1px solid var(--line); border-radius: 5px; color: #aab6c9; background: var(--ink-2); cursor: pointer; font-size: 10px; }.genre-choice-grid input:checked + span { color: #fff; border-color: var(--blue); background: rgba(43,102,237,.18); }.surprise-choice span { color: var(--amber); }
.rating-filter { padding: 18px; border: 1px solid var(--line); border-radius: 7px; background: var(--ink-2); }.rating-filter input { width: 100%; accent-color: var(--blue); }.rating-filter output { display: block; margin-top: 12px; color: var(--blue-soft); font-size: 11px; }.rating-filter > div { margin-top: 7px; display: flex; justify-content: space-between; color: #66758b; direction: ltr; font-size: 8px; }
.match-start-button { width: 100%; min-height: 78px; margin-top: 18px; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; border-radius: 7px; color: #fff; background: var(--blue); cursor: pointer; box-shadow: 0 20px 50px rgba(43,102,237,.25); }.match-start-button span small, .match-start-button span b { display: block; text-align: right; }.match-start-button small { color: #c9d8ff; font-size: 8px; }.match-start-button b { margin-top: 2px; font-family: Alexandria, sans-serif; font-size: 16px; }.match-start-button > i { font-size: 20px; }

/* Match swipe */
.swipe-experience { position: relative; min-height: 100svh; overflow: hidden; isolation: isolate; background: #050910; }.swipe-ambient, .swipe-experience-shade { position: absolute; inset: 0; }.swipe-ambient { z-index: -3; background-position: center; background-size: cover; filter: blur(9px); transform: scale(1.06); transition: background-image 400ms ease; }.swipe-experience-shade { z-index: -2; background: linear-gradient(90deg, rgba(5,9,16,.98), rgba(5,9,16,.8) 48%, rgba(5,9,16,.9)), linear-gradient(180deg, rgba(5,9,16,.48), #050910); }
.match-toolbar { position: relative; z-index: 20; width: min(1340px, calc(100% - 38px)); min-height: 72px; margin-inline: auto; display: grid; grid-template-columns: 1fr minmax(240px, 420px) 1fr; align-items: center; gap: 20px; border-bottom: 1px solid var(--line); }.match-back { justify-self: start; display: inline-flex; align-items: center; gap: 8px; color: #b8c3d4; background: transparent; cursor: pointer; font-size: 9px; }.match-progress { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 10px; direction: ltr; }.match-progress > div { height: 3px; overflow: hidden; border-radius: 2px; background: #1a2639; }.match-progress > div span { display: block; width: 0; height: 100%; background: var(--blue-bright); transition: width 300ms ease; }.match-progress b { color: #c5d0e2; font-size: 9px; }.match-session-label { justify-self: end; color: var(--green); direction: ltr; font-size: 8px; font-weight: 700; }
.swipe-stage-shell { width: min(1160px, calc(100% - 42px)); min-height: calc(100svh - 72px); margin-inline: auto; display: grid; grid-template-columns: 320px minmax(380px, 460px); justify-content: center; align-items: center; gap: 100px; padding: 28px 0; }.swipe-copy-panel > span { color: var(--green); font-size: 9px; }.swipe-copy-panel h2 { margin: 12px 0 0; font-size: 36px; line-height: 1.5; }.swipe-copy-panel > p { color: #aeb9cb; line-height: 2; }.gesture-help { margin-top: 24px; display: grid; gap: 9px; }.gesture-help span { display: flex; align-items: center; gap: 9px; color: #8795aa; font-size: 9px; }.gesture-help i { width: 26px; height: 26px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--blue-soft); }.liked-summary { margin-top: 34px; display: flex; align-items: baseline; gap: 8px; }.liked-summary b { color: var(--green); direction: ltr; font-size: 34px; }.liked-summary span { color: var(--muted); font-size: 9px; }
.swipe-deck-wrap { position: relative; width: 100%; min-height: min(760px, calc(100svh - 92px)); display: grid; grid-template-rows: 1fr auto; align-items: center; }.swipe-deck { position: relative; width: min(420px, 100%); height: min(620px, calc(100svh - 200px)); min-height: 500px; margin-inline: auto; }.match-loading, .match-error { position: absolute; z-index: 10; inset: 0 0 90px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; text-align: center; }.match-loading p, .match-error p { color: var(--muted); }.match-error > i { color: var(--amber); font-size: 34px; }.match-error h3 { margin: 0; }
.match-card { position: absolute; inset: 0; overflow: hidden; border: 1px solid rgba(207,220,245,.28); border-radius: 8px; background: #0d192b; box-shadow: 0 32px 90px rgba(0,0,0,.68); cursor: grab; touch-action: none; user-select: none; will-change: transform; transition: transform 440ms cubic-bezier(.18,.88,.26,1.08), opacity 280ms ease; }.match-card:nth-last-child(2) { transform: translateY(12px) scale(.96); opacity: .72; }.match-card:nth-last-child(3) { transform: translateY(23px) scale(.92); opacity: .38; }.match-card.is-top { z-index: 5; }.match-card.is-dragging { cursor: grabbing; transition: none; }.match-card.exit-left { transform: translate3d(-150%, 30px, 0) rotate(-18deg) !important; opacity: 0; }.match-card.exit-right { transform: translate3d(150%, 30px, 0) rotate(18deg) !important; opacity: 0; }
.match-card-backdrop, .match-card-shade, .match-card-poster { position: absolute; inset: 0; width: 100%; height: 100%; }.match-card-backdrop { background-position: center; background-size: cover; filter: blur(18px) saturate(1.15); transform: scale(1.12); }.match-card-poster { z-index: 1; object-fit: cover; object-position: center top; }.match-card-shade { z-index: 2; background: linear-gradient(180deg, transparent 34%, rgba(3,6,11,.16) 50%, rgba(3,6,11,.98) 84%); }.match-card-copy { position: absolute; z-index: 3; inset-inline: 20px; bottom: 20px; }.match-card-type { display: inline-flex; padding: 4px 7px; border: 1px solid rgba(255,255,255,.23); border-radius: 4px; background: rgba(4,8,14,.76); font-size: 8px; }.match-card h3 { margin: 10px 0 0; color: #fff; font-size: 27px; line-height: 1.4; }.match-card-original { margin: 3px 0 0; color: #aeb8c9; direction: ltr; text-align: right; font-size: 9px; }.match-card-facts { margin-top: 11px; display: flex; flex-wrap: wrap; gap: 10px; direction: ltr; justify-content: flex-end; }.match-card-facts span { display: inline-flex; align-items: center; gap: 4px; color: #d8e1ef; font-size: 8px; }.match-card-facts i { color: var(--amber); }.match-card-genres { margin-top: 8px; display: flex; gap: 5px; }.match-card-genres span { padding: 3px 6px; border: 1px solid var(--line); border-radius: 3px; color: #b7c3d4; background: rgba(6,13,22,.7); font-size: 7px; }.match-card-overview { display: -webkit-box; margin: 10px 0 0; overflow: hidden; color: #bdc7d8; font-size: 10px; line-height: 1.8; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.match-stamp { position: absolute; z-index: 7; top: 38px; min-width: 128px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 8px 12px; border: 4px solid currentColor; border-radius: 6px; opacity: 0; background: rgba(4,8,14,.78); backdrop-filter: blur(8px); font-family: Alexandria, sans-serif; font-size: 13px; font-weight: 700; pointer-events: none; }.match-stamp-yes { left: 24px; color: var(--green); transform: rotate(-8deg); }.match-stamp-no { right: 24px; color: var(--red); transform: rotate(8deg); }.match-stamp-info { top: 50%; left: 50%; color: var(--blue-soft); transform: translate(-50%,-50%); }
.swipe-card-actions { min-height: 92px; display: flex; align-items: center; justify-content: center; gap: 12px; direction: ltr; }.swipe-action { width: 58px; height: 58px; display: grid; place-items: center; align-content: center; gap: 3px; border: 2px solid currentColor; border-radius: 50%; background: #0b1524; cursor: pointer; transition: transform 160ms ease, background 160ms ease; }.swipe-action:hover { transform: translateY(-3px) scale(1.07); background: #101f35; }.swipe-action i { font-size: 17px; }.swipe-action span { font-size: 6px; }.swipe-action.reject { color: var(--red); }.swipe-action.accept { color: var(--green); width: 68px; height: 68px; }.swipe-action.info { color: var(--blue-soft); }.swipe-action.bookmark { color: var(--amber); }.swipe-action.trailer { color: #f0f3fa; }

/* Match result */
.match-result { position: relative; min-height: 100svh; display: flex; align-items: center; padding: 120px 0 80px; overflow: hidden; isolation: isolate; }.result-backdrop, .result-shade { position: absolute; inset: 0; }.result-backdrop { z-index: -3; background-position: center; background-size: cover; }.result-shade { z-index: -2; background: linear-gradient(90deg, #050910 7%, rgba(5,9,16,.85) 58%, rgba(5,9,16,.38)), linear-gradient(180deg, rgba(5,9,16,.3), #050910); }.result-layout { display: grid; grid-template-columns: 310px 1fr; align-items: center; gap: 54px; }.result-poster-wrap { position: relative; }.result-poster-wrap > img { width: 310px; aspect-ratio: 2 / 3; object-fit: cover; border: 1px solid rgba(255,255,255,.2); border-radius: 7px; box-shadow: var(--shadow-lg); }.result-match-badge { position: absolute; inset-inline-end: -24px; bottom: 28px; width: 104px; height: 104px; display: grid; place-items: center; align-content: center; border: 5px solid #07101c; border-radius: 50%; color: #04261b; background: var(--green); box-shadow: 0 15px 40px rgba(0,0,0,.48); }.result-match-badge b, .result-match-badge small { display: block; text-align: center; }.result-match-badge b { direction: ltr; font-family: Alexandria, sans-serif; font-size: 22px; }.result-match-badge small { margin-top: 2px; font-size: 6px; }.result-copy { max-width: 780px; }.result-kicker { display: inline-flex; align-items: center; gap: 7px; color: var(--green); font-size: 10px; font-weight: 600; }.result-copy > h1 { margin: 15px 0 0; font-size: 52px; line-height: 1.35; }.result-original { margin: 5px 0 0; color: #aeb8ca; direction: ltr; text-align: right; }.result-facts { margin-top: 16px; display: flex; flex-wrap: wrap; gap: 7px; }.result-facts span { padding: 5px 8px; border: 1px solid var(--line); border-radius: 4px; color: #d4ddec; background: rgba(5,9,16,.62); font-size: 9px; }.result-facts i { margin-inline-end: 5px; color: var(--amber); }.result-overview { max-width: 740px; margin: 18px 0 0; color: #c1cada; line-height: 2; }.result-reasons { margin-top: 24px; }.result-reasons h2 { margin: 0 0 12px; font-size: 15px; }.result-reasons > div { display: flex; flex-wrap: wrap; gap: 7px; }.result-reasons span { display: inline-flex; align-items: center; gap: 7px; padding: 8px 10px; border: 1px solid var(--line); border-radius: 5px; color: #c1ccdc; background: rgba(7,16,28,.72); font-size: 8px; }.result-reasons i { color: var(--blue-bright); }.result-actions { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 7px; }.scoring-note { max-width: 720px; margin: 16px 0 0; display: flex; gap: 8px; color: #718097; font-size: 8px; line-height: 1.8; }.scoring-note i { margin-top: 3px; color: var(--blue-soft); }

@media (max-width: 1120px) {
  .desktop-nav { gap: 18px; }
  .hero-poster-cloud { opacity: .72; inset-inline-end: -90px; }
  .hero-shell { grid-template-columns: minmax(0, 680px) 1fr; }
  .bento-grid { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(4, 270px); }
  .bento-1, .bento-4, .bento-7 { grid-column: span 1; }
  .roulette-layout { gap: 45px; }
  .roulette-wheel { width: min(480px, 44vw); }
  .swipe-stage-shell { grid-template-columns: 270px minmax(360px, 430px); gap: 55px; }
}

@media (max-width: 900px) {
  :root { --header-height: 66px; }
  .page-shell { width: min(100% - 34px, var(--shell)); }
  .section-band { padding: 88px 0; }
  .desktop-nav { display: none; }
  .header-inner { grid-template-columns: 1fr auto; }
  .header-actions { grid-column: 2; }
  .menu-button { display: inline-grid; }
  .hero-shell { grid-template-columns: 1fr; }
  .hero-copy { max-width: 680px; }
  .hero-copy h1 { font-size: 48px; }
  .hero-poster-cloud { width: 58vw; opacity: .36; inset-inline-end: -15%; }
  .hero-rail { justify-self: start; margin-bottom: 64px; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .section-heading h2 { font-size: 36px; }
  .roulette-layout { grid-template-columns: 1fr; gap: 66px; }
  .roulette-wheel { width: min(500px, 78vw); }
  .roulette-copy { max-width: 650px; }
  .match-cta-content { padding-inline-end: 0; }
  .footer-main { grid-template-columns: 1.4fr repeat(2, .7fr); }
  .footer-column:last-child { grid-column: 2 / 4; }
  .footer-legal { grid-template-columns: 1fr auto; padding: 22px 0; }
  .footer-legal > span { grid-column: 1; }
  .detail-hero { grid-template-columns: 220px 1fr; }.detail-poster { width: 220px; }.detail-heading h2 { font-size: 34px; }
  .feature-page-grid .page-shell { grid-template-columns: repeat(2, 1fr); }
  .workflow-line { grid-template-columns: repeat(2, 1fr); }.workflow-line article:nth-child(2) { border-inline-end: 0; }.workflow-line article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .faq-layout, .contact-layout { grid-template-columns: 1fr; gap: 46px; }.faq-aside { position: static; }
  .download-layout { grid-template-columns: 1fr 340px; gap: 35px; }.download-copy h1 { font-size: 44px; }
  .title-hero-layout { grid-template-columns: 240px 1fr; gap: 30px; }.title-page-poster { width: 240px; }.title-page-copy h1 { font-size: 38px; }
  .match-step-heading { grid-template-columns: 1fr; gap: 16px; }.match-step-heading > p { grid-column: 1; margin: 0; }
  .choice-grid.four { grid-template-columns: repeat(2, 1fr); }
  .swipe-stage-shell { grid-template-columns: minmax(360px, 430px); gap: 0; }.swipe-copy-panel { display: none; }
  .result-layout { grid-template-columns: 250px 1fr; gap: 40px; }.result-poster-wrap > img { width: 250px; }.result-copy > h1 { font-size: 42px; }
}

@media (max-width: 680px) {
  :root { --header-height: 62px; }
  .page-shell { width: calc(100% - 28px); }
  .section-band { padding: 72px 0; }
  .brand img { width: 88px; height: 27px; }
  .header-inner { width: calc(100% - 22px); gap: 8px; }
  .header-actions { gap: 5px; }
  .header-actions > #searchOpen, .header-actions > #accountButton { display: none; }
  .header-icon { width: 40px; height: 40px; flex-basis: 40px; }
  .match-trigger { min-height: 40px; padding: 0 11px; font-size: 10px; }
  .cinema-hero { height: 92svh; min-height: 630px; }
  .hero-shell { padding-top: calc(var(--header-height) + 28px); }
  .hero-copy { align-self: center; text-align: center; }
  .hero-copy .eyebrow { font-size: 10px; }
  .hero-copy h1 { font-size: 34px; line-height: 1.5; }
  .hero-copy > p:not(.eyebrow) { margin-inline: auto; font-size: 12px; line-height: 1.9; }
  .hero-actions { justify-content: center; margin-top: 22px; }
  .hero-actions .primary-button, .hero-actions .secondary-button { min-height: 44px; font-size: 10px; }
  .hero-meta { max-width: 340px; margin: 24px auto 0; text-align: right; }
  .hero-poster-cloud { inset: 19% -30% auto auto; width: 160%; height: 55%; opacity: .24; }
  .floating-poster { width: 92px; }.floating-poster:nth-child(2) { width: 105px; }.floating-poster:nth-child(3) { width: 98px; }.floating-poster:nth-child(n+5) { display: none; }
  .hero-rail { display: none; }
  .section-heading { margin-bottom: 36px; }
  .section-heading h2 { font-size: 28px; line-height: 1.55; }.section-heading p:not(.eyebrow) { font-size: 12px; }
  .bento-grid { grid-template-columns: 1fr; grid-template-rows: repeat(7, 245px); }
  .bento-content h3 { font-size: 18px; }
  .poster-row { grid-auto-columns: 148px; gap: 9px; margin-inline-end: -14px; }
  .poster-row.compact { grid-auto-columns: 124px; }
  .poster-card-overlay { padding: 11px; transform: translateY(0); }
  .poster-card h4 { font-size: 11px; }.poster-card-overlay > p { font-size: 7px; }.poster-card-actions { opacity: 1; height: 26px; }
  .rail-controls { display: none; }
  .catalog-block + .catalog-block { margin-top: 42px; }
  .mood-stage-head { align-items: flex-start; }.mood-stage-head h3 { font-size: 18px; }.mood-stage-head .tmdb-mark { display: none; }
  .roulette-section { min-height: 900px; }.roulette-copy h2 { font-size: 34px; }.roulette-copy > p:not(.eyebrow) { font-size: 12px; }.roulette-wheel { width: min(360px, 88vw); border-width: 6px; }.roulette-spin { width: 84px; height: 84px; border-width: 5px; }
  .upcoming-timeline { grid-auto-columns: min(86vw, 360px); margin-inline-end: -14px; }.upcoming-card { grid-template-columns: 118px 1fr; min-height: 210px; }.upcoming-card > div { padding: 14px; }.upcoming-card h3 { margin-top: 15px; font-size: 15px; }.upcoming-card > div > div { inset-inline: 14px; bottom: 12px; }
  .match-cta { min-height: 590px; }.match-cta-shade { background: linear-gradient(180deg, rgba(5,9,16,.72), #050910 88%); }.match-cta-content { text-align: center; }.match-cta h2 { font-size: 32px; }.match-cta p:not(.eyebrow) { font-size: 12px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 32px 18px; padding: 48px 0; }.footer-brand { grid-column: 1 / -1; }.footer-column:last-child { grid-column: auto; }.footer-legal { grid-template-columns: 1fr; gap: 12px; }.footer-legal > span { grid-column: 1; }.footer-legal b { justify-self: start; }
  .app-modal { padding: 0; }.search-panel, .account-panel, .title-panel { width: 100%; height: 100svh; max-height: none; border: 0; border-radius: 0; }
  .search-panel { grid-template-rows: auto auto 1fr; }.search-results { min-height: 0; }
  .title-panel { overflow-y: auto; }.detail-hero { min-height: 650px; grid-template-columns: 1fr; align-items: end; padding: 82px 18px 28px; }.detail-poster { width: 148px; }.detail-heading { margin-top: -8px; }.detail-heading h2 { font-size: 28px; }.detail-body { padding: 26px 18px 38px; }.detail-overview { font-size: 12px; }.detail-facts { justify-content: flex-start; }.detail-original { text-align: right; }
  .inner-page-hero, .legal-hero { min-height: 520px; padding: 130px 0 70px; }.inner-page-hero h1, .legal-hero h1 { font-size: 36px; }.inner-page-hero p, .legal-hero p { font-size: 12px; }.inner-page-hero .page-shell, .legal-hero .page-shell { margin-inline: auto; }
  .feature-page-grid .page-shell { grid-template-columns: 1fr; }.feature-detail { min-height: 230px; }
  .workflow-line { grid-template-columns: 1fr; }.workflow-line article { border-inline-end: 0; border-bottom: 1px solid var(--line); }
  .faq-list summary { grid-template-columns: 28px 1fr auto; }.faq-list summary b { font-size: 12px; }.faq-list details p { padding-inline-start: 40px; font-size: 11px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }.contact-form { padding: 20px; }
  .legal-content { padding-top: 48px; padding-bottom: 76px; }.legal-content h2 { font-size: 17px; }.legal-content p { font-size: 11px; }
  .download-hero { min-height: 1100px; padding: 120px 0 70px; }.download-layout { grid-template-columns: 1fr; gap: 50px; padding-top: 0; }.download-copy { text-align: center; }.download-copy h1 { font-size: 36px; }.download-copy > p { font-size: 12px; }.store-buttons { justify-content: center; flex-wrap: wrap; }.notify-form { margin-inline: auto; text-align: right; }.app-phone-mockup { width: 288px; height: 590px; }.mobile-benefits .page-shell { grid-template-columns: 1fr; }.mobile-benefits article { min-height: 180px; border-inline-end: 0; border-bottom: 1px solid var(--line); }
  .title-hero { min-height: 900px; padding: 120px 0 60px; }.title-hero-layout { grid-template-columns: 1fr; gap: 24px; }.title-page-poster { width: 180px; }.title-page-copy h1 { font-size: 34px; }.title-overview { font-size: 12px; }
  .match-intro { min-height: 88svh; padding: 120px 0 70px; }.match-intro h1 { font-size: 42px; }.match-intro p { font-size: 12px; }.match-intro-stats { gap: 14px; }.match-intro-stats b { font-size: 17px; }
  .match-step-heading h2 { font-size: 28px; }.choice-grid.three, .choice-grid.four { grid-template-columns: 1fr; }.choice-card { min-height: 105px; }.choice-card > i { margin-bottom: 18px; }
  .match-toolbar { width: calc(100% - 24px); min-height: 64px; grid-template-columns: auto 1fr; }.match-session-label { display: none; }.match-back span { display: none; }.match-back { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 5px; }.swipe-stage-shell { width: 100%; min-height: calc(100svh - 64px); grid-template-columns: 1fr; padding: 12px 0 max(8px, env(safe-area-inset-bottom)); }.swipe-deck-wrap { min-height: calc(100svh - 76px); }.swipe-deck { width: min(338px, calc(100vw - 34px)); height: calc(100svh - 194px); min-height: 470px; }.match-card h3 { font-size: 23px; }.match-card-copy { inset-inline: 16px; bottom: 16px; }.match-card-overview { font-size: 9px; }.swipe-card-actions { min-height: 76px; gap: 8px; }.swipe-action { width: 48px; height: 48px; }.swipe-action.accept { width: 58px; height: 58px; }.swipe-action i { font-size: 14px; }
  .match-result { padding: 100px 0 64px; }.result-layout { grid-template-columns: 1fr; gap: 34px; }.result-poster-wrap { width: fit-content; }.result-poster-wrap > img { width: 190px; }.result-match-badge { width: 82px; height: 82px; inset-inline-end: -20px; border-width: 4px; }.result-match-badge b { font-size: 18px; }.result-copy > h1 { font-size: 36px; }.result-overview { font-size: 12px; }
}

@media (max-width: 410px) {
  .match-trigger span { display: none; }.match-trigger { width: 40px; padding: 0; justify-content: center; }
  .hero-copy h1 { font-size: 30px; }.hero-actions { flex-direction: column; align-items: stretch; max-width: 270px; margin-inline: auto; }.hero-meta { display: none; }
  .roulette-wheel { width: 320px; }.roulette-result > div { flex-wrap: wrap; }
  .swipe-deck { width: calc(100vw - 26px); min-height: 430px; }.match-card h3 { font-size: 21px; }.match-card-overview { -webkit-line-clamp: 1; }
  .swipe-card-actions { gap: 5px; }.swipe-action { width: 44px; height: 44px; }.swipe-action.accept { width: 54px; height: 54px; }
}

@media (max-height: 700px) and (max-width: 680px) {
  .swipe-deck { height: calc(100svh - 178px); min-height: 390px; }.match-card-overview { display: none; }.match-card-genres { display: none; }.swipe-card-actions { min-height: 66px; }.swipe-action { width: 42px; height: 42px; }.swipe-action.accept { width: 50px; height: 50px; }
}

@media (hover: none) {
  .poster-card-overlay { transform: translateY(0); }.poster-card-actions { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hero-backdrop { transform: none !important; }
  .hero-poster-cloud { transform: none !important; }
}
