@font-face { font-family: "IBM Plex Mono"; src: url("/fonts/ibm-plex-mono-400.ttf") format("truetype"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "IBM Plex Mono"; src: url("/fonts/ibm-plex-mono-500.ttf") format("truetype"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "IBM Plex Mono"; src: url("/fonts/ibm-plex-mono-600.ttf") format("truetype"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Unbounded"; src: url("/fonts/unbounded-500.ttf") format("truetype"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Unbounded"; src: url("/fonts/unbounded-600.ttf") format("truetype"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Unbounded"; src: url("/fonts/unbounded-700.ttf") format("truetype"); font-weight: 700; font-style: normal; font-display: swap; }

:root {
  --ink: #0b0c0a;
  --ink-2: #11130f;
  --panel: #161813;
  --panel-2: #1c1f19;
  --line: #34382e;
  --soft-line: #24271f;
  --paper: #f1f3e9;
  --muted: #93998a;
  --acid: #d9ff52;
  --acid-dark: #a6c532;
  --orange: #ff7657;
  --mono: "IBM Plex Mono", monospace;
  --display: "Unbounded", sans-serif;
}

* { box-sizing: border-box; }
html { background: var(--ink); color-scheme: dark; }
body { margin: 0; min-width: 320px; min-height: 100vh; background: var(--ink); color: var(--paper); font-family: var(--mono); }
button, input, textarea { font: inherit; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.noise { position: fixed; inset: 0; z-index: 999; opacity: .045; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }

.brand { display: inline-flex; align-items: center; gap: 11px; font-family: var(--display); font-size: 17px; font-weight: 700; letter-spacing: .1em; }
.brand-mark { display: grid; place-items: center; width: 29px; height: 29px; border: 1px solid var(--acid); color: var(--acid); font-family: var(--mono); font-size: 9px; transform: rotate(-4deg); }
.brand.compact { font-size: 14px; }
.brand.compact .brand-mark { width: 25px; height: 25px; }
.landing { min-height: 100vh; overflow: hidden; }
.landing-nav { display: flex; align-items: center; justify-content: space-between; max-width: 1500px; height: 90px; margin: 0 auto; padding: 0 48px; border-bottom: 1px solid var(--line); }
.nav-meta { display: flex; align-items: center; gap: 18px; }
.age-mark { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--orange); color: var(--orange); font-size: 9px; font-weight: 600; }
.service-status { display: inline-flex; align-items: center; gap: 10px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.service-status i, .connection-pill i, .live-label i { display: block; width: 7px; height: 7px; background: var(--acid); border-radius: 50%; box-shadow: 0 0 0 4px color-mix(in srgb, var(--acid) 15%, transparent); }

.hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(420px, .72fr); gap: clamp(50px, 8vw, 150px); max-width: 1500px; min-height: 750px; margin: 0 auto; padding: 82px 64px 100px; }
.hero::before { content: ""; position: absolute; top: 0; left: 7%; width: 1px; height: 100%; background: linear-gradient(var(--line), transparent); opacity: .55; }
.hero::after { content: "PLAY"; position: absolute; right: -50px; bottom: 15px; font: 700 150px/1 var(--display); color: transparent; -webkit-text-stroke: 1px #23271f; z-index: 0; }
.hero-copy, .create-panel-wrap { position: relative; z-index: 1; }
.eyebrow { display: flex; align-items: center; gap: 13px; margin: 0 0 36px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .17em; }
.eyebrow span { color: var(--acid); }
.eyebrow::after { content: ""; width: 56px; height: 1px; margin-left: 5px; background: var(--line); }
.hero h1 { margin: 0; font: 600 clamp(45px, 5.3vw, 84px)/1.03 var(--display); letter-spacing: -.055em; }
.hero h1 em { color: var(--acid); font-style: normal; }
.hero-lede { max-width: 620px; margin: 38px 0 50px 3px; color: #b7bdad; font-size: 14px; line-height: 1.9; }
.hero-stats { display: flex; gap: 2px; }
.hero-stats > div { display: flex; align-items: flex-start; gap: 13px; min-width: 150px; padding: 18px 18px 18px 0; border-top: 1px solid var(--line); }
.hero-stats strong { color: var(--acid); font: 600 27px/1 var(--display); }
.hero-stats span { color: var(--muted); font-size: 9px; line-height: 1.5; text-transform: uppercase; letter-spacing: .08em; }

.create-panel-wrap { align-self: center; transform: rotate(1.2deg); }
.create-panel { position: relative; padding: 38px 38px 40px; background: var(--paper); color: var(--ink); box-shadow: 18px 18px 0 #24281f; transform: rotate(-1.2deg); }
.create-panel::before, .create-panel::after { content: ""; position: absolute; left: -9px; width: 18px; height: 18px; background: var(--ink); border-radius: 50%; }
.create-panel::before { top: 28%; }.create-panel::after { bottom: 24%; }
.ticket-stub { position: absolute; right: -20px; top: -33px; display: flex; gap: 20px; padding: 12px 17px; background: var(--acid); color: var(--ink); font-size: 8px; font-weight: 600; letter-spacing: .1em; transform: rotate(3deg); z-index: 3; }
.panel-number { position: absolute; top: 18px; right: 20px; color: #8c9185; font-size: 9px; }
.panel-heading { margin-bottom: 34px; padding-bottom: 24px; border-bottom: 1px dashed #afb4a6; }
.panel-heading p { margin: 0 0 8px; font: 600 26px var(--display); letter-spacing: -.04em; text-transform: uppercase; }
.panel-heading span { color: #6b7165; font-size: 9px; }
.field { display: block; margin: 0 0 22px; }
.field > span { display: flex; justify-content: space-between; margin-bottom: 9px; color: #656b60; font-size: 9px; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; }
.field > span b { color: #999e92; font-weight: 400; text-transform: none; letter-spacing: 0; }
.field input { width: 100%; height: 52px; padding: 0 15px; border: 1px solid #b9beb1; border-radius: 0; outline: none; background: transparent; color: var(--ink); font-size: 12px; transition: border-color .2s, box-shadow .2s; }
.field input:focus { border-color: var(--ink); box-shadow: 3px 3px 0 var(--acid-dark); }
.field input::placeholder { color: #a0a59a; }
.consent-card { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin: -2px 0 14px; padding: 13px 14px; border: 1px dashed #9ea497; background: #e7eadf; }
.consent-card > div { display: grid; gap: 4px; }
.consent-card strong { font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
.consent-card span { color: #747a6f; font-size: 8px; }
.consent-card.granted { border-style: solid; border-color: #6d7b3a; background: #e5edc9; }
.consent-card.granted span { color: #526022; }
.consent-open { flex: 0 0 auto; padding: 7px 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: #353b30; cursor: pointer; font-size: 8px; font-weight: 600; text-transform: uppercase; }
.legal-check { display: flex; align-items: flex-start; gap: 9px; margin: 10px 0; color: #5f655a; cursor: pointer; font-size: 8px; line-height: 1.5; }
.legal-check input { flex: 0 0 auto; width: 15px; height: 15px; margin: 0; accent-color: var(--ink); }
.legal-check a { border-bottom: 1px solid #8e9488; color: var(--ink); }
.form-error { min-height: 17px; margin: -8px 0 12px; color: #b73622; font-size: 10px; line-height: 1.5; }
.primary-button { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 58px; padding: 0 20px; border: 1px solid var(--ink); background: var(--ink); color: var(--paper); cursor: pointer; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .09em; transition: background .2s, color .2s, transform .2s; }
.primary-button:hover { background: var(--acid); color: var(--ink); transform: translate(-2px, -2px); }
.primary-button:disabled { opacity: .6; cursor: wait; }
.primary-button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.5; }

.how-it-works { max-width: 1500px; margin: 0 auto; padding: 85px 64px 120px; border-top: 1px solid var(--line); }
.how-it-works h2 { margin: 0 0 60px; font: 600 clamp(36px, 4vw, 62px)/1.08 var(--display); letter-spacing: -.05em; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.steps article { position: relative; min-height: 280px; padding: 30px 34px; border-right: 1px solid var(--line); transition: background .25s; }
.steps article:last-child { border-right: 0; }
.steps article:hover { background: var(--panel); }
.steps article > span { color: var(--muted); font-size: 9px; }
.step-icon { position: absolute; right: 30px; top: 26px; display: grid; place-items: center; width: 45px; height: 45px; border: 1px solid var(--line); color: var(--acid); }
.steps h3 { margin: 96px 0 15px; font: 600 25px var(--display); text-transform: uppercase; }
.steps p { max-width: 300px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.8; }
.landing-footer { display: flex; align-items: center; justify-content: space-between; max-width: 1500px; margin: 0 auto; padding: 30px 64px; border-top: 1px solid var(--line); color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.landing-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 18px; }
.landing-footer a, .landing-footer button { border: 0; border-bottom: 1px solid transparent; background: transparent; color: inherit; cursor: pointer; font: inherit; text-transform: inherit; letter-spacing: inherit; }
.landing-footer a:hover, .landing-footer button:hover { border-color: var(--acid); color: var(--paper); }

/* Room */
.room-app { min-height: 100vh; background: radial-gradient(circle at 42% 20%, #1a1d16 0, var(--ink) 38%); }
.room-header { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 68px; padding: 0 28px; border-bottom: 1px solid var(--line); background: rgba(11, 12, 10, .87); backdrop-filter: blur(14px); }
.room-identity { display: flex; align-items: center; gap: 11px; }
.room-identity > span { color: var(--muted); font-size: 8px; letter-spacing: .15em; }
.room-identity strong { color: var(--acid); font: 600 13px var(--display); letter-spacing: .13em; }
.icon-button, .bare-button { display: grid; place-items: center; border: 0; background: transparent; cursor: pointer; }
.icon-button { width: 31px; height: 31px; border: 1px solid var(--line); }
.icon-button svg, .bare-button svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.header-right { display: flex; align-items: center; justify-content: flex-end; gap: 20px; }
.connection-pill { display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.connection-pill.offline i { background: var(--orange); box-shadow: 0 0 0 4px color-mix(in srgb, var(--orange) 15%, transparent); }
.invite-button, .text-button { border: 0; background: transparent; cursor: pointer; }
.invite-button { padding: 10px 13px; border: 1px solid var(--line); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; transition: border-color .2s, background .2s, color .2s; }
.invite-button:hover { border-color: var(--acid); background: var(--acid); color: var(--ink); }
.invite-button span { margin-left: 10px; color: var(--acid); }.invite-button:hover span { color: var(--ink); }
.data-button { padding: 7px 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--muted); cursor: pointer; font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
.data-button:hover { border-color: var(--acid); color: var(--paper); }
.data-button.danger-text { color: #cb705b; }.data-button.danger-text:hover { border-color: var(--orange); color: var(--orange); }

.watch-layout { display: grid; grid-template-columns: minmax(0, 1fr) 350px; min-height: calc(100vh - 68px); }
.cinema-column { min-width: 0; padding: clamp(24px, 3vw, 46px); }
.video-meta { display: flex; align-items: end; justify-content: space-between; min-height: 48px; margin-bottom: 15px; }
.video-meta > div { min-width: 0; }
.live-label { display: flex; align-items: center; gap: 9px; margin-bottom: 9px; color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: .13em; }
.live-label i { width: 5px; height: 5px; }
.video-meta strong { display: block; max-width: 70vw; overflow: hidden; color: #dfe2d7; font-size: 11px; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }
.text-button { padding: 7px 0; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }.text-button span { color: var(--acid); font-size: 14px; }.text-button:hover { color: var(--paper); }
.player-shell { position: relative; aspect-ratio: 16 / 9; width: 100%; overflow: hidden; border: 1px solid #34382e; background: #050505; box-shadow: 0 26px 80px rgba(0, 0, 0, .35); }
.player-shell::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 80px rgba(0, 0, 0, .35); }
.player-shell iframe { width: 100%; height: 100%; border: 0; }
.player-shell.empty { background: repeating-linear-gradient(-45deg, #0d0f0c, #0d0f0c 2px, #10120e 2px, #10120e 9px); }
.corner { position: absolute; z-index: 5; width: 22px; height: 22px; pointer-events: none; }.corner::before, .corner::after { content: ""; position: absolute; background: var(--acid); }.corner::before { width: 22px; height: 1px; }.corner::after { width: 1px; height: 22px; }.corner-tl { top: 10px; left: 10px; }.corner-tr { top: 10px; right: 10px; transform: rotate(90deg); }.corner-bl { bottom: 10px; left: 10px; transform: rotate(-90deg); }.corner-br { right: 10px; bottom: 10px; transform: rotate(180deg); }
.player-empty { position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.empty-reel { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; width: 76px; height: 76px; padding: 12px; border: 1px solid #373b31; border-radius: 50%; animation: reel 12s linear infinite; }.empty-reel::after { content: ""; position: absolute; inset: 30px; border: 1px solid var(--acid); border-radius: 50%; }.empty-reel span { display: block; border: 1px solid #373b31; border-radius: 50%; }
@keyframes reel { to { transform: rotate(360deg); } }
.player-empty p { margin: 24px 0 7px; font: 600 17px var(--display); text-transform: uppercase; }.player-empty > span { color: var(--muted); font-size: 9px; }
.outline-button { margin-top: 22px; padding: 12px 16px; border: 1px solid var(--acid); background: transparent; color: var(--acid); cursor: pointer; font-size: 9px; text-transform: uppercase; letter-spacing: .09em; }.outline-button:hover { background: var(--acid); color: var(--ink); }
.screen-badge { position: absolute; right: 14px; bottom: 14px; z-index: 3; padding: 7px 9px; background: var(--acid); color: var(--ink); font-size: 7px; font-weight: 600; line-height: 1.25; letter-spacing: .08em; pointer-events: none; }
.sync-gate { position: absolute; inset: 0; z-index: 8; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 0; background: rgba(5, 6, 4, .83); color: var(--paper); cursor: pointer; backdrop-filter: blur(8px); }.gate-icon { display: grid; place-items: center; width: 66px; height: 66px; margin-bottom: 20px; border: 1px solid var(--acid); color: var(--acid); font-size: 18px; }.sync-gate strong { font: 600 13px var(--display); text-transform: uppercase; }.sync-gate small { max-width: 360px; margin-top: 9px; color: var(--muted); font-size: 9px; line-height: 1.6; }
.reaction-layer { position: absolute; inset: 0; z-index: 10; overflow: hidden; pointer-events: none; }.floating-reaction { position: absolute; bottom: -70px; font-size: clamp(34px, 5vw, 64px); filter: drop-shadow(0 8px 10px #000); animation: float-up 2.8s cubic-bezier(.2,.8,.25,1) forwards; }.floating-reaction small { display: block; color: white; font: 8px var(--mono); text-align: center; }
@keyframes float-up { 0% { transform: translateY(0) rotate(-8deg) scale(.6); opacity: 0; } 12% { opacity: 1; } 70% { opacity: 1; } 100% { transform: translateY(-520px) rotate(12deg) scale(1.12); opacity: 0; } }

.control-deck { display: grid; grid-template-columns: 48px minmax(0, 1fr) auto 35px; align-items: center; gap: 18px; min-height: 68px; padding: 0 16px; border: 1px solid var(--line); border-top: 0; background: var(--panel); }
.play-toggle { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--acid); background: var(--acid); color: var(--ink); cursor: pointer; }.play-toggle:disabled { border-color: var(--line); background: #262a22; color: var(--muted); cursor: not-allowed; }.play-toggle svg { grid-area: 1/1; width: 17px; fill: currentColor; stroke: currentColor; stroke-width: 1.5; }.play-toggle .pause-icon { display: none; fill: none; }.play-toggle.playing .play-icon { display: none; }.play-toggle.playing .pause-icon { display: block; }
.timeline-wrap { min-width: 0; }
input[type="range"] { --value: 0%; width: 100%; height: 3px; margin: 0; appearance: none; border: 0; outline: 0; background: linear-gradient(to right, var(--acid) var(--value), #3b4035 var(--value)); cursor: pointer; }
input[type="range"]::-webkit-slider-thumb { width: 10px; height: 10px; appearance: none; border: 0; border-radius: 0; background: var(--acid); }
input[type="range"]::-moz-range-thumb { width: 10px; height: 10px; border: 0; border-radius: 0; background: var(--acid); }
input[type="range"]:disabled { opacity: .45; cursor: not-allowed; }
.time-row { display: grid; grid-template-columns: 55px 1fr 55px; margin-top: 8px; color: var(--muted); font-size: 7px; letter-spacing: .04em; }.time-row span:nth-child(2) { overflow: hidden; text-align: center; text-overflow: ellipsis; white-space: nowrap; }.time-row span:last-child { text-align: right; }
.volume-control { display: flex; align-items: center; gap: 8px; }.volume-control input { width: 62px; }.bare-button { width: 31px; height: 31px; color: #aeb4a6; }.bare-button:disabled { opacity: .35; cursor: not-allowed; }.bare-button:not(:disabled):hover { color: var(--acid); }
.under-player { display: flex; align-items: center; justify-content: space-between; min-height: 58px; }
.sync-status { display: grid; grid-template-columns: 9px auto; align-items: center; column-gap: 8px; }.sync-status > span { grid-row: 1/3; width: 7px; height: 7px; border: 1px solid var(--acid); border-radius: 50%; box-shadow: 0 0 8px var(--acid); }.sync-status strong { font-size: 8px; font-weight: 500; text-transform: uppercase; letter-spacing: .09em; }.sync-status small { color: var(--muted); font-size: 7px; }
.reaction-bar { display: flex; gap: 5px; }.reaction-bar button { width: 35px; height: 31px; border: 1px solid var(--line); background: transparent; cursor: pointer; filter: grayscale(.7); transition: transform .15s, border-color .15s, filter .15s; }.reaction-bar button:hover { border-color: var(--acid); filter: none; transform: translateY(-3px); }
.room-legal { display: flex; align-items: center; gap: 16px; min-height: 28px; color: #62685d; font-size: 7px; text-transform: uppercase; letter-spacing: .08em; }
.room-legal span { color: var(--orange); }
.room-legal button { padding: 0; border: 0; background: transparent; color: inherit; cursor: pointer; font: inherit; text-transform: inherit; letter-spacing: inherit; }.room-legal a:hover, .room-legal button:hover { color: var(--paper); }

.social-panel { display: flex; flex-direction: column; min-height: 0; border-left: 1px solid var(--line); background: rgba(16, 18, 14, .9); }
.panel-tabs { display: grid; grid-template-columns: 1fr 1fr; height: 61px; border-bottom: 1px solid var(--line); }.panel-tabs button { position: relative; border: 0; background: transparent; color: var(--muted); cursor: pointer; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }.panel-tabs button.active { color: var(--paper); }.panel-tabs button.active::after { content: ""; position: absolute; right: 19px; bottom: -1px; left: 19px; height: 2px; background: var(--acid); }.panel-tabs span { display: inline-grid; place-items: center; min-width: 18px; height: 18px; margin-left: 5px; padding: 0 5px; border: 1px solid var(--line); color: var(--muted); font-size: 7px; }
.tab-panel { flex: 1; min-height: 0; }.chat-panel { display: flex; flex-direction: column; height: calc(100vh - 129px); }
.messages { flex: 1; overflow-y: auto; padding: 20px 21px; scrollbar-color: var(--line) transparent; scrollbar-width: thin; }
.chat-welcome { margin: 15px 0 27px; text-align: center; }.chat-welcome span { display: inline-block; padding: 7px 9px; border: 1px solid var(--line); color: var(--acid); font-size: 7px; letter-spacing: .12em; }.chat-welcome p { color: #6f7569; font-size: 8px; line-height: 1.7; }
.message { display: grid; grid-template-columns: 29px 1fr; gap: 10px; margin-bottom: 18px; animation: message-in .22s ease both; }.message-avatar, .person-avatar { display: grid; place-items: center; width: 29px; height: 29px; color: var(--ink); font-size: 10px; font-weight: 600; }.message-meta { display: flex; align-items: baseline; gap: 8px; margin-bottom: 5px; }.message-meta strong { font-size: 9px; font-weight: 500; }.message-meta time { color: #656b60; font-size: 7px; }.message p { margin: 0; color: #c2c7ba; font-family: var(--mono); font-size: 10px; line-height: 1.65; overflow-wrap: anywhere; }
.notice { margin: 12px 0; color: #72786d; font-size: 7px; text-align: center; text-transform: uppercase; letter-spacing: .08em; }
@keyframes message-in { from { transform: translateY(6px); opacity: 0; } }
.chat-form { display: grid; grid-template-columns: 1fr 41px; gap: 9px; padding: 15px; border-top: 1px solid var(--line); }.chat-form textarea { width: 100%; min-height: 43px; max-height: 110px; padding: 13px; resize: none; border: 1px solid var(--line); border-radius: 0; outline: none; background: var(--ink); color: var(--paper); font-size: 10px; line-height: 1.5; }.chat-form textarea:focus { border-color: #5a6250; }.chat-form textarea::placeholder { color: #61675b; }.chat-form button { align-self: end; display: grid; place-items: center; width: 41px; height: 43px; border: 1px solid var(--acid); background: var(--acid); color: var(--ink); cursor: pointer; }.chat-form button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.people-panel { padding: 24px 20px; overflow-y: auto; }.people-heading { margin-bottom: 25px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }.people-heading p { margin: 0 0 8px; font: 600 13px var(--display); text-transform: uppercase; }.people-heading span { color: var(--muted); font-size: 8px; line-height: 1.6; }.person { display: grid; grid-template-columns: 36px 1fr auto; align-items: center; gap: 10px; margin-bottom: 13px; }.person-info strong { display: block; max-width: 150px; overflow: hidden; font-size: 9px; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }.person-info span { color: var(--muted); font-size: 7px; }.person button { padding: 6px 7px; border: 1px solid var(--line); background: transparent; color: var(--muted); cursor: pointer; font-size: 7px; text-transform: uppercase; }.person button:hover { border-color: var(--acid); color: var(--acid); }
.person-actions { display: grid; gap: 4px; }.person button.kick:hover { border-color: var(--orange); color: var(--orange); }
.message-delete { margin-left: auto; padding: 0; border: 0; background: transparent; color: #6b7165; cursor: pointer; font-size: 12px; }.message-delete:hover { color: var(--orange); }

.app-dialog { width: min(440px, calc(100% - 30px)); max-height: calc(100dvh - 30px); padding: 0; overflow: auto; border: 1px solid #585e51; background: var(--paper); color: var(--ink); box-shadow: 20px 20px 0 rgba(0, 0, 0, .5); }.app-dialog::backdrop { background: rgba(6, 7, 5, .82); backdrop-filter: blur(8px); }.app-dialog form { position: relative; padding: 38px; }.dialog-index { color: #7f8578; font-size: 8px; letter-spacing: .12em; }.app-dialog h2 { margin: 17px 0 14px; font: 600 33px/1.08 var(--display); letter-spacing: -.05em; }.app-dialog form > p:not(.form-error) { margin: 0 0 28px; color: #6c7266; font-size: 9px; line-height: 1.7; }.dialog-close { position: absolute; top: 16px; right: 16px; width: 29px; height: 29px; border: 1px solid #b8bdb0; background: transparent; color: var(--ink); cursor: pointer; font-size: 17px; }.dialog-close:hover { background: var(--ink); color: var(--paper); }
.source-chips { display: flex; gap: 7px; margin: -13px 0 23px; }.source-chips span { padding: 7px 9px; border: 1px solid #aeb4a6; color: #5d6358; font-size: 8px; font-weight: 600; letter-spacing: .09em; }.source-chips span:last-child { border-color: #1b1d19; background: #1b1d19; color: var(--acid); }
.consent-dialog { width: min(520px, calc(100% - 30px)); }
.consent-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin: -8px 0 24px; border: 1px solid #b8bdb0; }
.consent-facts span { min-height: 56px; padding: 12px 10px; border-right: 1px solid #b8bdb0; color: #555b51; font-size: 7px; line-height: 1.5; text-transform: uppercase; }
.consent-facts span:last-child { border-right: 0; }
.document-link { display: block; margin: 10px 0; padding: 10px 0; border-bottom: 1px solid #8e9488; color: #252a22; font-size: 8px; font-weight: 600; text-transform: uppercase; letter-spacing: .05em; }
.document-link.muted { color: #71776b; font-weight: 400; }
.privacy-id { display: grid; gap: 8px; margin: -8px 0 18px; padding: 14px; border: 1px dashed #aeb4a6; }
.privacy-id span { color: #71776b; font-size: 7px; text-transform: uppercase; }
.privacy-id code { overflow-wrap: anywhere; color: #22261f; font: 9px var(--mono); }
.privacy-help { margin-bottom: 18px !important; }
.danger-button { width: 100%; min-height: 50px; margin-bottom: 16px; border: 1px solid #9c3828; background: transparent; color: #9c3828; cursor: pointer; font-size: 9px; font-weight: 600; text-transform: uppercase; }
.danger-button:hover { background: #9c3828; color: white; }
.toast-stack { position: fixed; right: 22px; bottom: 22px; z-index: 1000; display: flex; flex-direction: column; align-items: end; gap: 9px; pointer-events: none; }.toast { max-width: 330px; padding: 13px 16px; border: 1px solid #5c6254; background: var(--paper); color: var(--ink); font-size: 9px; line-height: 1.5; box-shadow: 7px 7px 0 rgba(0,0,0,.35); animation: toast-in .25s ease both; }.toast.error { border-left: 4px solid var(--orange); }.toast.out { animation: toast-out .25s ease both; }
@keyframes toast-in { from { transform: translateX(15px); opacity: 0; } } @keyframes toast-out { to { transform: translateX(15px); opacity: 0; } }

@media (min-width: 1700px) { .watch-layout { grid-template-columns: minmax(0, 1fr) 390px; }.cinema-column { padding-right: 70px; padding-left: 70px; } }
@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr; }.create-panel-wrap { width: min(560px, 92%); }.watch-layout { grid-template-columns: minmax(0, 1fr) 310px; }.cinema-column { padding: 28px 22px; }.volume-control input { display: none; }
}
@media (max-width: 800px) {
  .landing-nav { height: 72px; padding: 0 22px; }.service-status { display: none; }.hero { min-height: auto; padding: 58px 24px 80px; }.hero h1 { font-size: clamp(38px, 11vw, 65px); }.hero-lede { font-size: 12px; }.hero-stats > div { min-width: 0; flex: 1; }.hero-stats span { font-size: 7px; }.create-panel-wrap { width: 100%; }.create-panel { padding: 34px 25px; }.how-it-works { padding: 65px 24px; }.steps { grid-template-columns: 1fr; }.steps article { min-height: 220px; border-right: 0; border-bottom: 1px solid var(--line); }.steps article:last-child { border-bottom: 0; }.steps h3 { margin-top: 75px; }.landing-footer { align-items: flex-start; padding: 25px 24px; flex-direction: column; gap: 18px; }.landing-footer nav { justify-content: flex-start; }
  .room-header { grid-template-columns: 1fr auto; height: 60px; padding: 0 15px; }.room-identity { display: none; }.connection-pill { display: none; }.watch-layout { display: block; }.cinema-column { padding: 22px 13px 8px; }.video-meta { margin-bottom: 11px; }.player-shell { aspect-ratio: 16/9; }.social-panel { height: 520px; border-top: 1px solid var(--line); border-left: 0; }.chat-panel { height: 459px; }.control-deck { grid-template-columns: 42px minmax(0, 1fr) 31px; gap: 8px; padding: 0 9px; }.volume-control { display: none; }.time-row span:nth-child(2) { display: none; }.time-row { grid-template-columns: 1fr 1fr; }.under-player { padding: 4px 2px; }.reaction-bar { gap: 2px; }.reaction-bar button { width: 31px; }.sync-gate small { max-width: 280px; padding: 0 15px; }.screen-badge { display: none; }
}
@media (max-width: 430px) { .hero-stats { display: none; }.hero { gap: 70px; }.ticket-stub { right: -5px; }.cinema-column { padding-right: 8px; padding-left: 8px; }.video-meta strong { max-width: 65vw; }.invite-button { padding: 9px; font-size: 8px; }.room-header .privacy-open { display: none; }.brand.compact span:last-child { display: none; }.app-dialog form { padding: 32px 24px; }.consent-facts { grid-template-columns: 1fr; }.consent-facts span { min-height: auto; border-right: 0; border-bottom: 1px solid #b8bdb0; }.consent-facts span:last-child { border-bottom: 0; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
