/* Presentation only: existing Alpine/Livewire feeds own playback and access. */
body.cinema-site .cinema-feed-shell { --cinema-feed-height: 100dvh; color: #f2f1f5; }
body.cinema-site .cinema-shorts-shell { position: relative; background: #0c0c11; }
body.cinema-site [data-cinema-feed-scroll] { height: var(--cinema-feed-height); overscroll-behavior-y: contain; }
body.cinema-site [data-cinema-feed-scroll] > .short-card,
body.cinema-site [data-cinema-feed-scroll] > .snap-start { height: var(--cinema-feed-height); }
body.cinema-site .cinema-feed-caption h4 { font-size: 17px; font-weight: 750; letter-spacing: -.025em; line-height: 1.4; }
body.cinema-site .cinema-feed-caption p { font-size: 12px; font-weight: 450; line-height: 1.6; color: #d4d2da; }
body.cinema-site .cinema-feed-caption a { text-transform: none; letter-spacing: 0; padding: 7px 11px; border-radius: 10px; font-size: 11px; font-weight: 650; }
body.cinema-site .cinema-feed-fullscreen { position: absolute; top: max(16px, env(safe-area-inset-top)); right: 16px; z-index: 35; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid #ffffff25; border-radius: 13px; background: #101016b3; color: white; backdrop-filter: blur(12px); cursor: pointer; transition: background .18s, border-color .18s; }
body.cinema-site .cinema-feed-fullscreen:hover { background: #2e2933; border-color: #ffffff60; }
body.cinema-site .cinema-feed-fullscreen:focus-visible,
body.cinema-site .cinema-feed-panel button:focus-visible,
body.cinema-site .cinema-feed-panel a:focus-visible { outline: 2px solid #ff6690; outline-offset: 3px; }
body.cinema-site .cinema-feed-fullscreen svg { width: 19px; height: 19px; }
body.cinema-site .cinema-fullscreen-contract { display: none; }
body.cinema-site .is-feed-fullscreen .cinema-fullscreen-expand { display: none; }
body.cinema-site .is-feed-fullscreen .cinema-fullscreen-contract { display: block; }
body.cinema-site .cinema-feed-panel { min-width: 0; height: var(--cinema-feed-height); border: 1px solid #24232d; border-radius: 22px; background: #121219; }
body.cinema-site .cinema-feed-panel-heading { gap: 12px; padding: 20px 22px 14px; border: 0; }
body.cinema-site .cinema-feed-kicker { font-size: 11px; font-weight: 700; letter-spacing: .04em; color: #b8b6c3; text-transform: none; }
body.cinema-site .cinema-feed-panel-navigation { gap: 6px; }
body.cinema-site .cinema-feed-panel-navigation button { display: grid; place-items: center; width: 33px; height: 33px; padding: 0; border: 1px solid #302e3b; border-radius: 10px; color: #dddbe5; background: #1c1a24; }
body.cinema-site .cinema-feed-panel-navigation button:hover { background: #302937; }
body.cinema-site .cinema-feed-panel-navigation svg { width: 16px; height: 16px; }
body.cinema-site .cinema-feed-now { padding: 2px 22px 21px; border-color: #282631; }
body.cinema-site .cinema-feed-now-title { margin: 0; color: #f5f3f8; font-size: clamp(19px, 1.6vw, 25px); font-weight: 750; line-height: 1.3; letter-spacing: -.045em; -webkit-line-clamp: 3; }
body.cinema-site .cinema-feed-now-description { color: #aaa7b4; font-size: 12px; line-height: 1.7; }
body.cinema-site .cinema-feed-now-stats { font-size: 11px; font-weight: 550; color: #8c889b; }
body.cinema-site .cinema-feed-post-link { display: flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%; padding: 12px 14px; border: 1px solid #35303d; border-radius: 10px; background: #25202d; color: #e9e1ee; font-size: 12px; font-weight: 650; text-transform: none; letter-spacing: 0; text-decoration: none; }
body.cinema-site .cinema-feed-post-link:hover { background: #352632; border-color: #a64463; }
body.cinema-site .cinema-feed-post-link svg { width: 14px; height: 14px; }
body.cinema-site .cinema-feed-queue { min-height: 0; overscroll-behavior: contain; padding: 18px 12px; scrollbar-width: thin; scrollbar-color: #3e3549 transparent; }
body.cinema-site .cinema-feed-queue > p { margin: 0 10px 13px; padding: 0; font-size: 12px; color: #c3bfcd; font-weight: 700; letter-spacing: 0; text-transform: none; }
body.cinema-site .cinema-feed-queue-list { display: grid; gap: 5px; }
body.cinema-site .cinema-feed-queue-card { display: grid; grid-template-columns: minmax(92px, 42%) minmax(0, 1fr); align-items: center; gap: 12px; width: 100%; margin: 0; padding: 8px; border: 1px solid transparent; border-radius: 12px; text-align: left; background: transparent; cursor: pointer; transition: background .18s, border-color .18s; }
body.cinema-site .cinema-feed-queue-card:hover { background: #201d29; }
body.cinema-site .cinema-feed-queue-card.is-active { background: #32212d; border-color: #684052; }
body.cinema-site .cinema-feed-queue-image { aspect-ratio: 16 / 10; width: 100%; overflow: hidden; border-radius: 8px; background: #24212d; }
body.cinema-site .cinema-feed-queue-image > img { width: 100%; height: 100%; object-fit: cover; }
body.cinema-site .cinema-feed-queue-image > img.cinema-guest-preview { filter: blur(9px); transform: scale(1.12); opacity: .55; }
body.cinema-site .cinema-feed-queue-copy { display: flex; min-width: 0; flex-direction: column; gap: 8px; }
body.cinema-site .cinema-feed-queue-title { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; white-space: normal; color: #d9d5e2; font-size: 11px; line-height: 1.45; font-weight: 650; }
body.cinema-site .cinema-feed-queue-copy > span + span { margin: 0; font-size: 9px; line-height: 1.6; color: #8d879b; }
@media (min-width: 768px) {
  body.cinema-site .cinema-photos-shell { --cinema-feed-height: calc(100dvh - 32px); margin-top: 16px; margin-bottom: 16px; border: 1px solid #292632; border-radius: 22px; }
  body.cinema-site .cinema-feed-caption { left: 22px; right: 76px; bottom: 32px; }
}
@media (min-width: 1280px) {
  body.cinema-site .cinema-shorts-shell { --cinema-feed-height: calc(100dvh - 32px); display: grid; grid-template-columns: minmax(0, 540px) minmax(290px, 390px); gap: 22px; height: 100dvh; padding: 16px 22px; max-width: 1020px; margin-inline: auto; }
  body.cinema-site .cinema-shorts-shell #shorts-feed-container { width: 100%; max-width: none; margin: 0; border: 1px solid #292632; border-radius: 22px; }
}
/* Fullscreen remains in the same DOM so playback and swipe state survive. */
body.cinema-site .cinema-feed-shell.is-feed-fullscreen { --cinema-feed-height: 100dvh; position: fixed; inset: 0; z-index: 1000; display: block; width: 100vw; max-width: none; height: 100dvh; margin: 0; padding: 0; border: 0; border-radius: 0; background: #000; }
body.cinema-site .cinema-shorts-shell.is-feed-fullscreen #shorts-feed-container { width: 100%; max-width: none; height: 100dvh; margin: 0; border: 0; border-radius: 0; padding-bottom: 0; }
body.cinema-site .cinema-photos-shell.is-feed-fullscreen { padding-bottom: 0; }
body.cinema-site .is-feed-fullscreen .cinema-feed-panel,
body.cinema-site .is-feed-fullscreen .cinema-feed-post-navigation { display: none; }
body.cinema-site .is-feed-fullscreen .cinema-feed-caption { bottom: max(32px, env(safe-area-inset-bottom)); }
@media (prefers-reduced-motion: reduce) {
  body.cinema-site .cinema-feed-fullscreen, body.cinema-site .cinema-feed-queue-card { transition: none; }
}
