:root {
  --ink: #fff2cf;
  --muted: #c5aa7e;
  --muted-dim: #8f7657;
  --gold: #e8bd61;
  --gold-soft: #f5db98;
  --burgundy: #74172a;
  --burgundy-bright: #a5233a;
  --night: #15070b;
  --night-soft: #251016;
  --panel: rgba(44, 14, 21, 0.82);
  --line: rgba(234, 190, 95, 0.24);
  --serif: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --sans: Manrope, Arial, sans-serif;
  --mono: 'DM Mono', monospace;
}

* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; }
body { min-width: 320px; min-height: 100vh; margin: 0; color: var(--ink); background: var(--night); font-family: var(--sans); }
button, input { font: inherit; }
button { border: 0; cursor: pointer; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
[hidden] { display: none !important; }

.film-grain { position: fixed; z-index: 20; inset: 0; pointer-events: none; opacity: 0.04; background-image: radial-gradient(rgba(255,245,215,.8) 0.45px, transparent 0.75px); background-size: 5px 5px; mix-blend-mode: screen; }
.app-shell { position: relative; isolation: isolate; display: grid; grid-template-rows: auto 1fr auto auto; min-height: 100svh; padding: 18px clamp(18px, 5vw, 78px) 18px; overflow: hidden; background: radial-gradient(circle at 50% 45%, rgba(124, 25, 42, 0.3), transparent 29%), radial-gradient(circle at 80% 18%, rgba(212, 159, 55, 0.1), transparent 22%), linear-gradient(155deg, #100608 0%, #240c13 53%, #100609 100%); }
.app-shell::before { content: ''; position: absolute; z-index: -1; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(234,190,95,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(234,190,95,.04) 1px, transparent 1px); background-size: 98px 98px; mask-image: linear-gradient(to bottom, rgba(0,0,0,.8), transparent 82%); }

.brand-splash { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; overflow: hidden; pointer-events: none; background: radial-gradient(circle at 50% 43%, #5b1022 0%, #20090f 45%, #090405 100%); animation: splash-hide 2.15s ease-in-out forwards; }
.brand-splash::before { content: ''; position: absolute; inset: 8%; border: 1px solid rgba(232,189,97,.28); box-shadow: inset 0 0 0 7px rgba(232,189,97,.05), 0 0 72px rgba(169,99,35,.12); }
.brand-splash img { position: relative; width: min(430px, 64vw); height: min(430px, 64vw); object-fit: contain; filter: drop-shadow(0 18px 30px rgba(0,0,0,.55)); clip-path: inset(0 100% 0 0); animation: logo-draw .9s cubic-bezier(.2,.8,.2,1) .1s forwards; }

.topbar { position: relative; z-index: 12; display: flex; align-items: flex-start; justify-content: space-between; min-height: 75px; }
.brand { display: inline-flex; width: clamp(150px, 16vw, 218px); transition: transform .2s ease; }.brand:hover { transform: translateY(-2px); }
.brand img { width: 100%; height: auto; object-fit: contain; filter: drop-shadow(0 5px 11px rgba(0,0,0,.38)); }

.profile-wrap { position: relative; }
.profile-button { display: inline-flex; align-items: center; gap: 9px; padding: 7px 0 7px 7px; color: var(--gold-soft); background: transparent; font-size: 11px; font-weight: 700; }
.profile-monogram, .menu-monogram { display: grid; place-items: center; flex: none; border: 1px solid rgba(239,201,111,.72); border-radius: 50%; color: #fff0bf; background: radial-gradient(circle at 35% 30%, #ad2a44, #57101e 70%); box-shadow: 0 0 0 4px rgba(226,178,74,.08), inset 0 0 16px rgba(255,224,140,.08); font: 600 8px var(--mono); letter-spacing: -.08em; }
.profile-monogram { width: 32px; height: 32px; }.menu-monogram { width: 36px; height: 36px; }
.chevron { color: var(--muted); font-size: 17px; line-height: .7; transition: transform .2s ease; }.profile-button[aria-expanded='true'] .chevron { transform: rotate(180deg); }
.profile-menu { position: absolute; z-index: 20; top: calc(100% + 13px); right: -5px; width: 282px; padding: 16px; border: 1px solid rgba(234,190,95,.25); border-radius: 16px; background: rgba(38,11,17,.97); box-shadow: 0 22px 64px rgba(0,0,0,.44), inset 0 1px 0 rgba(255,240,190,.06); backdrop-filter: blur(22px); animation: menu-in .18s ease-out; }
.menu-user { display: flex; align-items: center; gap: 10px; padding: 2px 3px 13px; }.menu-user strong, .menu-user small { display: block; }.menu-user strong { font-size: 11px; }.menu-user small { margin-top: 3px; color: var(--muted); font-size: 9px; }
.menu-divider { height: 1px; margin: 7px 0; background: rgba(234,190,95,.13); }.menu-label { margin: 14px 5px 7px; color: var(--muted-dim); font: 500 8px var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.menu-item, .history-all { display: flex; align-items: center; width: 100%; gap: 10px; padding: 10px 5px; border-radius: 8px; color: #e6d2a5; background: transparent; text-align: left; font-size: 11px; transition: color .18s, background .18s; }.menu-item span { width: 18px; color: var(--gold); font-size: 13px; }.menu-item:hover, .history-all:hover { color: #fff4d4; background: rgba(231,183,79,.1); }
.history-list { display: grid; gap: 2px; }.history-item { display: grid; grid-template-columns: 40px minmax(0,1fr); gap: 7px; width: 100%; padding: 8px 5px; border-radius: 8px; color: #dac69a; background: transparent; text-align: left; }.history-item:hover { background: rgba(133,27,46,.26); }.history-time { color: var(--gold); font: 9px var(--mono); }.history-text { overflow: hidden; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }.history-all { justify-content: space-between; margin-top: 4px; padding-bottom: 2px; color: var(--gold); font-size: 10px; }

main { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; min-width: 0; }
.concierge-stage { display: flex; flex-direction: column; align-items: center; justify-content: center; width: min(800px, 100%); min-height: min(610px, calc(100svh - 214px)); padding: 0 0 15px; text-align: center; }
.stage-kicker, .section-kicker { margin: 0; color: rgba(241,206,127,.72); font: 500 9px var(--mono); letter-spacing: .14em; text-transform: uppercase; }.stage-kicker::before, .stage-kicker::after { content: '✦'; margin: 0 9px; color: var(--gold); font-size: 8px; }
.concierge-stage h1 { margin: 12px 0 6px; color: #fff0c8; font-family: var(--serif); font-size: clamp(27px, 4vw, 42px); line-height: 1.04; letter-spacing: -.06em; text-shadow: 0 3px 20px rgba(0,0,0,.35); }.voice-status { min-height: 20px; margin: 0; color: rgba(227,204,159,.7); font-size: 11px; line-height: 1.55; }

.popcorn-button { position: relative; display: grid; place-items: center; width: min(430px, 82vw); aspect-ratio: 1 / 1; margin-top: 1px; padding: 0 0 27px; overflow: visible; color: var(--ink); background: transparent; outline: none; }.popcorn-button:focus-visible { outline: 2px solid var(--gold-soft); outline-offset: 6px; border-radius: 50%; }
.popcorn-halo { position: absolute; z-index: -1; top: 44%; left: 50%; width: 62%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(205,132,35,.28), rgba(124,23,42,.15) 44%, transparent 72%); filter: blur(20px); transform: translate(-50%, -50%); transition: transform .4s ease, opacity .4s ease; }
.popcorn-idle { position: relative; z-index: 2; width: 88%; height: auto; filter: drop-shadow(0 22px 17px rgba(0,0,0,.36)); transform-origin: 50% 70%; animation: idle-breathe 3.6s ease-in-out infinite; }.popcorn-button:hover .popcorn-halo, .popcorn-button.is-listening .popcorn-halo { opacity: 1.3; transform: translate(-50%, -50%) scale(1.16); }.popcorn-button:hover .popcorn-idle { transform: translateY(-3px) scale(1.025); }
.popcorn-burst { position: absolute; z-index: 3; top: 2%; left: 50%; width: 93%; height: auto; opacity: 0; mix-blend-mode: screen; pointer-events: none; transform: translateX(-50%) scale(.72); }.popcorn-kernels { position: absolute; z-index: 4; top: 5%; left: 50%; width: 94%; height: auto; opacity: 0; pointer-events: none; transform: translate(-50%, 9%) scale(.45); }
.popcorn-button.is-listening .popcorn-idle { animation: listening-popcorn 1.1s ease-in-out infinite; }.popcorn-button.is-listening .button-copy strong { color: #fff7d3; }.popcorn-button.is-processing .popcorn-halo { opacity: 1.35; transform: translate(-50%, -50%) scale(1.18); }.popcorn-button.is-processing .popcorn-idle { display: block; visibility: visible; opacity: 1 !important; animation: processing-popcorn .42s ease-in-out infinite; }.popcorn-button.is-processing .button-copy strong { color: #fff7d3; }.popcorn-button.is-result-ready .popcorn-burst { opacity: 1; animation: burst-enter 1.25s ease-out both; }.popcorn-button.is-result-ready .popcorn-kernels { animation: kernels-out 1.1s cubic-bezier(.16,.72,.2,1) both; }
.button-copy { position: absolute; z-index: 5; bottom: 0; left: 50%; width: min(280px, 100%); transform: translateX(-50%); text-align: center; text-shadow: 0 2px 14px rgba(0,0,0,.68); }.button-copy strong, .button-copy small { display: block; }.button-copy strong { color: #fff2cc; font-size: 13px; font-weight: 700; letter-spacing: -.03em; }.button-copy small { margin-top: 5px; color: rgba(225,200,151,.76); font-size: 9px; }
.search-cancel-button { min-height: 34px; margin: -8px 0 13px; padding: 8px 14px; border: 1px solid rgba(244,205,112,.62); border-radius: 999px; color: #ffe8ad; background: rgba(81,17,30,.68); box-shadow: 0 8px 22px rgba(0,0,0,.22); font-size: 10px; font-weight: 800; transition: border-color .2s, background .2s, transform .2s; }.search-cancel-button:hover { border-color: #ffe3a1; background: rgba(130,32,49,.82); transform: translateY(-1px); }

.results-panel { width: min(980px, 100%); margin: 0 auto 26px; padding: clamp(19px, 3vw, 34px); border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(145deg, rgba(62,18,28,.93), rgba(25,9,14,.94)); box-shadow: 0 27px 70px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,239,192,.05); animation: results-in .45s ease-out both; }.results-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; }.results-heading h2 { margin: 9px 0 0; color: #fff0ca; font-family: var(--serif); font-size: clamp(23px, 3vw, 34px); line-height: 1.05; letter-spacing: -.055em; }.results-actions { display: inline-flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 8px; }.results-count { flex: none; padding: 7px 10px; border: 1px solid rgba(241,200,102,.36); border-radius: 999px; color: var(--gold-soft); font: 500 9px var(--mono); letter-spacing: .08em; text-transform: uppercase; }.result-voice-button { min-height: 30px; padding: 6px 10px; border: 1px solid rgba(241,200,102,.4); border-radius: 999px; color: #ffe8ae; background: rgba(119,30,47,.34); font-size: 9px; font-weight: 800; transition: background .2s, border-color .2s; }.result-voice-button:hover { border-color: #f9db94; background: rgba(169,56,75,.48); }
.assistant-intro { min-height: 25px; margin: 15px 0 0; color: #f4e4bc; font-size: 11px; line-height: 1.65; }.assistant-intro::after { content: '▋'; margin-left: 2px; color: var(--gold); animation: caret-blink 1s steps(2) infinite; }.query-summary { margin: 8px 0 0; color: var(--muted); font-size: 10px; line-height: 1.6; }.filter-row { display: flex; flex-wrap: wrap; gap: 7px; margin: 18px 0 22px; }.intent-chip { display: inline-flex; align-items: baseline; gap: 7px; padding: 7px 10px; border: 1px solid rgba(236,188,90,.25); border-radius: 999px; background: rgba(132,29,48,.2); }.intent-chip small { color: var(--muted); font: 500 8px var(--mono); letter-spacing: .07em; text-transform: uppercase; }.intent-chip strong { color: #f3ddb0; font-size: 10px; }
.movie-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }.movie-card { min-width: 0; padding: 14px; border: 1px solid rgba(234,190,95,.15); border-radius: 17px; background: rgba(13,5,8,.36); animation: card-in .45s var(--card-delay) ease-out both; transition: transform .2s ease, border-color .2s, background .2s; }.movie-card:hover { border-color: rgba(244,207,120,.48); background: rgba(70,20,31,.25); transform: translateY(-3px); }.movie-card-top { display: flex; gap: 12px; min-width: 0; }.movie-poster { position: relative; display: grid; place-items: end start; flex: none; width: 76px; height: 108px; overflow: hidden; border: 1px solid rgba(246,210,121,.24); border-radius: 10px; background: #59202b; }.movie-poster::before, .movie-poster::after { content: ''; position: absolute; border-radius: 50%; }.movie-poster::before { top: -28px; right: -26px; width: 90px; height: 90px; background: rgba(255,247,205,.18); }.movie-poster::after { bottom: -36px; left: -25px; width: 80px; height: 80px; background: rgba(0,0,0,.32); }.movie-poster span { position: relative; z-index: 1; padding: 0 0 9px 10px; color: rgba(255,246,211,.94); font: 800 30px/1 var(--sans); letter-spacing: -.1em; text-shadow: 0 2px 10px rgba(0,0,0,.35); }.poster-sun { background: linear-gradient(155deg, #f1b555, #a83c42 51%, #2b1728); }.poster-winter { background: linear-gradient(155deg, #b9b89c, #627258 48%, #282028); }.poster-red { background: linear-gradient(155deg, #64152a, #cf6842 48%, #241222); }.poster-palm { background: linear-gradient(155deg, #f1a24d, #bf2f62 48%, #3e1944); }.poster-space { background: linear-gradient(155deg, #2e315e, #5d5299 48%, #191329); }.poster-knife { background: linear-gradient(155deg, #b79965, #7b3332 48%, #191118); }
.movie-card.is-age-restricted { position: relative; overflow: hidden; }.age-restricted-card__blur { filter: blur(5px); opacity: .42; user-select: none; pointer-events: none; }.age-restricted-card__gate { position: relative; z-index: 2; display: grid; justify-items: start; gap: 8px; margin-top: -76px; padding: 14px; border: 1px solid rgba(244,207,120,.28); border-radius: 13px; background: rgba(31,8,13,.92); box-shadow: 0 12px 32px rgba(0,0,0,.28); }.age-restricted-card__gate strong { color: var(--gold); font: 800 18px/1 var(--sans); }.age-restricted-card__gate p { margin: 0; color: rgba(255,241,207,.82); font-size: 11px; line-height: 1.45; }.concierge-auth-action { width: fit-content; }
.movie-meta { min-width: 0; padding-top: 1px; }.movie-eyebrow { overflow: hidden; margin: 0 0 5px; color: var(--muted-dim); font: 500 8px var(--mono); letter-spacing: .06em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }.movie-meta h3 { overflow: hidden; margin: 0; color: #fff0ce; font-family: var(--serif); font-size: 19px; line-height: 1.05; letter-spacing: -.06em; text-overflow: ellipsis; white-space: nowrap; }.movie-facts { margin: 8px 0; color: var(--muted); font: 9px var(--mono); }.movie-facts strong { color: #ffe18d; font-weight: 500; }.movie-genres, .trait-list { display: flex; flex-wrap: wrap; gap: 5px; }.movie-genres span, .trait-list span { padding: 4px 6px; border-radius: 5px; color: #dfc89b; background: rgba(231,183,79,.08); font-size: 8px; }
.match-note { margin: 13px 0 0; color: var(--gold-soft); font-size: 9px; line-height: 1.5; }.match-note span { color: #fff0bc; }.movie-note { min-height: 45px; margin: 8px 0 10px; color: var(--muted); font-size: 10px; line-height: 1.55; }.trait-list { min-height: 24px; margin-bottom: 14px; }.trait-list span { color: #cdb48a; background: rgba(111,23,40,.24); }.provider-list { padding-top: 10px; border-top: 1px solid rgba(234,190,95,.11); }.availability-label { margin: 0 0 7px; color: var(--muted-dim); font: 500 8px var(--mono); letter-spacing: .1em; text-transform: uppercase; }.provider-item { display: grid; grid-template-columns: 23px minmax(0,1fr) auto auto; align-items: center; gap: 7px; min-height: 36px; }.provider-item + .provider-item { margin-top: 3px; }.provider-logo { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 7px; color: #fff; font: 800 10px var(--sans); }.provider-okko { background: #7a5cff; }.provider-ivi { background: #d92545; }.provider-kinopoisk { color: #201500; background: #e5ae28; }.provider-wink { color: #07161e; background: #41baf8; }.provider-copy { min-width: 0; }.provider-copy strong, .provider-copy small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.provider-copy strong { color: #f0dfb7; font-size: 10px; font-weight: 600; }.provider-copy small { margin-top: 2px; color: var(--muted-dim); font-size: 8px; }.provider-price { color: #dfc579; font: 500 9px var(--mono); white-space: nowrap; }.provider-action { padding: 5px 7px; border: 1px solid rgba(238,195,100,.3); border-radius: 6px; color: var(--gold-soft); background: transparent; font: 500 8px var(--mono); transition: background .18s, border-color .18s; }.provider-action:hover { border-color: var(--gold); background: rgba(232,189,97,.1); }

.composer-section { position: relative; z-index: 8; width: min(960px, 100%); margin: 0 auto; padding: 0 0 4px; }.composer-row { display: flex; align-items: center; width: 100%; }.composer-edge { flex: 1; height: 1px; }.composer-edge-left { background: linear-gradient(90deg, transparent, rgba(232,189,97,.3)); }.composer-edge-right { background: linear-gradient(90deg, rgba(135,26,45,.48), transparent); }.composer-box { display: flex; align-items: center; width: min(710px, 76%); min-height: 58px; margin: 0 17px; padding: 0 8px 0 21px; border: 1px solid rgba(232,189,97,.33); border-radius: 999px; background: rgba(25,8,13,.76); box-shadow: 0 10px 35px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,246,204,.06); backdrop-filter: blur(18px); transition: border-color .2s, box-shadow .2s; }.composer-box:focus-within { border-color: rgba(249,216,138,.82); box-shadow: 0 0 0 6px rgba(234,190,95,.06), 0 10px 35px rgba(0,0,0,.25); }.composer-box input { min-width: 0; flex: 1; border: 0; outline: 0; color: #fff0d2; background: transparent; font-size: 12px; }.composer-box input::placeholder { color: rgba(225,194,142,.58); }.send-button { display: grid; place-items: center; flex: none; width: 42px; height: 42px; border: 1px solid #f3d885; border-radius: 50%; color: #3d1119; background: linear-gradient(135deg, #f7e0a2, #c68730); box-shadow: 0 0 17px rgba(231,177,68,.23); font-size: 20px; line-height: 1; transition: transform .2s, box-shadow .2s; }.send-button:hover { box-shadow: 0 0 26px rgba(238,190,78,.52); transform: translate(2px,-2px); }.composer-hint { width: min(710px, calc(100% - 68px)); margin: 10px auto 0; color: rgba(200,167,117,.55); font: 500 8px var(--mono); letter-spacing: .06em; text-align: center; }
.footer { display: flex; align-items: end; justify-content: space-between; min-height: 34px; padding-top: 16px; color: rgba(202,170,122,.5); font: 8px var(--mono); letter-spacing: .08em; text-transform: uppercase; }

.user-account-dialog { width: min(520px, calc(100vw - 28px)); max-height: min(780px, calc(100vh - 28px)); overflow: auto; border: 1px solid rgba(234,190,95,.35); border-radius: 21px; padding: 0; color: var(--ink); background: linear-gradient(145deg, #4a1220, #1c070b); box-shadow: 0 28px 90px rgba(0,0,0,.6); }
.user-account-dialog::backdrop { background: rgba(8,2,4,.72); backdrop-filter: blur(5px); }
.user-account-dialog__header { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; padding: 23px 24px 17px; border-bottom: 1px solid rgba(234,190,95,.18); }
.user-account-dialog__header .section-kicker { margin-bottom: 8px; }.user-account-dialog__header h2 { margin: 0; color: #fff0c8; font: 700 33px/1 var(--serif); letter-spacing: -.05em; }
.account-close { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(234,190,95,.25); border-radius: 50%; color: var(--gold-soft); background: transparent; font-size: 25px; line-height: 1; }
.account-close:hover { background: rgba(232,189,97,.12); }
.account-panel { padding: 22px 24px 25px; }.account-lead, .account-panel > p { margin: 0 0 18px; color: var(--muted); font-size: 11px; line-height: 1.65; }
.account-form { display: grid; gap: 12px; }.account-form label { display: grid; gap: 7px; color: #eedaa9; font-size: 11px; font-weight: 700; }.account-form input { min-height: 45px; border: 1px solid rgba(234,190,95,.2); border-radius: 10px; padding: 0 12px; color: #fff0d2; background: rgba(14,4,7,.48); outline: 0; }.account-form input:focus { border-color: rgba(249,216,138,.8); box-shadow: 0 0 0 3px rgba(234,190,95,.13); }.account-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }.account-optional { color: var(--muted-dim); font-weight: 500; }
.account-primary, .account-secondary { min-height: 45px; margin-top: 3px; border: 1px solid #f3d885; border-radius: 10px; color: #371019; background: linear-gradient(135deg, #f7e0a2, #c68730); font-size: 12px; font-weight: 800; }.account-secondary { color: #f4dca7; background: transparent; }.account-primary:hover { box-shadow: 0 8px 22px rgba(203,137,49,.25); }
.account-link { display: block; width: 100%; margin-top: 14px; padding: 7px; color: var(--gold-soft); background: transparent; font-size: 11px; text-decoration: underline; text-underline-offset: 3px; }.account-link-danger { color: #f0aa95; }
.account-consents { display: grid; gap: 9px; margin: 4px 0 0; padding: 12px; border: 1px solid rgba(234,190,95,.18); border-radius: 11px; }.account-consents legend { padding: 0 5px; color: var(--gold-soft); font-size: 10px; font-weight: 700; }.account-consent { display: flex !important; align-items: flex-start; gap: 9px; color: var(--muted) !important; font-size: 10px !important; font-weight: 500 !important; line-height: 1.5; }.account-consent input { width: 16px; min-height: 16px; margin-top: 0; padding: 0; accent-color: var(--gold); }.account-consent a { color: var(--gold-soft); text-decoration: underline; text-underline-offset: 2px; }
.account-status, .account-consent-summary { margin: 0; padding: 11px 12px; border: 1px solid rgba(234,190,95,.16); border-radius: 10px; color: var(--muted); background: rgba(7,2,4,.23); font-size: 10px; line-height: 1.55; }.account-consent-summary strong { color: var(--gold-soft); }.account-consent-summary p { margin: 4px 0 0; }.account-password { margin-top: 15px; padding-top: 14px; border-top: 1px solid rgba(234,190,95,.16); }.account-password summary { cursor: pointer; color: var(--gold-soft); font-size: 11px; font-weight: 700; }.account-password .account-form { margin-top: 13px; }

.cookie-banner { position: fixed; z-index: 50; right: 18px; bottom: 18px; width: min(405px, calc(100vw - 36px)); padding: 14px; border: 1px solid rgba(236,195,108,.3); border-radius: 14px; color: #ead9b4; background: rgba(37,10,17,.97); box-shadow: 0 15px 44px rgba(0,0,0,.42); backdrop-filter: blur(18px); animation: cookie-in .3s ease-out; }.cookie-banner p { margin: 0; font-size: 10px; line-height: 1.55; }.cookie-actions { display: flex; justify-content: flex-end; gap: 9px; margin-top: 11px; }.cookie-link, .cookie-accept { padding: 8px 10px; border-radius: 7px; font-size: 9px; font-weight: 700; }.cookie-link { color: #dabf88; background: transparent; }.cookie-accept { color: #371019; background: linear-gradient(135deg, #f5d991, #ca8d37); }.toast { position: fixed; z-index: 60; bottom: 28px; left: 50%; max-width: calc(100vw - 30px); padding: 12px 17px; border: 1px solid rgba(234,190,95,.34); border-radius: 999px; color: #fff1ce; background: rgba(47,12,20,.95); box-shadow: 0 12px 35px rgba(0,0,0,.35); font-size: 11px; opacity: 0; pointer-events: none; transform: translate(-50%, 12px); transition: opacity .25s, transform .25s; }.toast.is-visible { opacity: 1; transform: translate(-50%,0); }

.poster-registry { background: linear-gradient(155deg, #d8b463, #73302e 51%, #27111a); }
.registry-availability-note { margin: 0; color: var(--muted); font-size: 9px; line-height: 1.6; }
.registry-restriction { padding: 9px 10px; border: 1px solid rgba(241,180,75,.28); border-radius: 10px; background: rgba(112,35,31,.24); color: var(--muted); font-size: 9px; line-height: 1.55; }.registry-restriction strong { display: block; margin-bottom: 4px; color: #ffe6a6; font-size: 10px; }.registry-restriction p { margin: 0 0 6px; }.registry-restriction a { color: #f2cd83; text-decoration: underline; text-underline-offset: 2px; }

@keyframes logo-draw { from { clip-path: inset(0 100% 0 0); transform: scale(.92); } to { clip-path: inset(0 0 0 0); transform: scale(1); } }
@keyframes splash-hide { 0%, 64% { opacity: 1; } 100% { visibility: hidden; opacity: 0; } }
@keyframes idle-breathe { 0%,100% { transform: translateY(0) scale(1); } 50% { transform: translateY(-5px) scale(1.015); } }
@keyframes listening-popcorn { 0%,100% { transform: translateY(0) scale(1); } 42% { transform: translateY(-8px) scale(1.035,.98) rotate(-1.5deg); } 70% { transform: translateY(-4px) scale(.985,1.025) rotate(1deg); } }
@keyframes processing-popcorn { 0%,100% { transform: translateY(0) rotate(0) scale(1); } 20% { transform: translateX(-5px) rotate(-2.2deg) scale(1.01,.985); } 40% { transform: translateX(4px) rotate(2deg) scale(.99,1.02); } 62% { transform: translateX(-3px) rotate(-1.35deg) scale(1.01,.99); } 80% { transform: translateX(2px) rotate(1deg); } }
@keyframes burst-enter { 0% { opacity: 0; transform: translateX(-50%) scale(.5); } 12% { opacity: 1; transform: translateX(-50%) scale(1.04); } 100% { opacity: 0; transform: translateX(-50%) scale(1.3); } }
@keyframes kernels-out { 0% { opacity: 0; transform: translate(-50%, 9%) scale(.45); } 15% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%, -16%) scale(1.38); } }
@keyframes menu-in { from { opacity: 0; transform: translateY(-5px) scale(.98); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes results-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@keyframes card-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@keyframes caret-blink { 50% { opacity: 0; } }
@keyframes cookie-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 780px) {
  .app-shell { padding: 14px 14px 15px; }.topbar { min-height: 60px; }.brand { width: 152px; }.profile-name, .chevron { display: none; }.profile-button { padding-right: 1px; }.profile-menu { right: -3px; }.concierge-stage { min-height: min(620px, calc(100svh - 167px)); padding-bottom: 0; }.stage-kicker { font-size: 8px; }.concierge-stage h1 { margin-top: 9px; font-size: clamp(27px, 8vw, 37px); }.voice-status { max-width: 290px; font-size: 10px; }.popcorn-button { width: min(405px, 96vw); margin-top: 6px; }.button-copy strong { font-size: 12px; }.search-cancel-button { margin-top: -4px; }.results-panel { margin-bottom: 18px; padding: 20px 14px; border-radius: 18px; }.results-heading { align-items: start; }.results-heading h2 { max-width: 260px; font-size: 25px; }.results-actions { max-width: 150px; }.results-count { margin-top: 2px; }.movie-grid { grid-template-columns: 1fr; gap: 10px; }.movie-card { padding: 12px; }.movie-note { min-height: 0; }.composer-row { display: block; }.composer-edge { display: none; }.composer-box { width: 100%; margin: 0; min-height: 56px; }.composer-hint { width: calc(100% - 18px); font-size: 7px; }.footer { min-height: 29px; padding-top: 12px; font-size: 7px; }.footer span:last-child { display: none; }.cookie-banner { right: 12px; bottom: 12px; width: calc(100vw - 24px); }
}

@media (max-width: 440px) {
  .user-account-dialog__header, .account-panel { padding-right: 17px; padding-left: 17px; }.account-fields { grid-template-columns: 1fr; }
}

@media (max-width: 410px) {
  .concierge-stage { min-height: min(590px, calc(100svh - 160px)); }.popcorn-button { width: min(360px, 100vw); }.popcorn-idle { width: 92%; }.movie-meta h3 { font-size: 18px; }.provider-item { grid-template-columns: 23px minmax(0,1fr) auto; }.provider-action { grid-column: 2 / -1; justify-self: start; margin-top: -3px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .brand-splash { display: none; }
}
