@font-face {
  font-family: 'IBM Plex Mono'; font-style: normal; font-weight: 400;
  font-display: swap; src: url('/assets/fonts/IBMPlexMono-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'IBM Plex Mono'; font-style: normal; font-weight: 600;
  font-display: swap; src: url('/assets/fonts/IBMPlexMono-SemiBold.woff2') format('woff2');
}
:root { color-scheme: dark; --bg: #08090a; --ink: #f3f2ef; --text: #c2c6c8; --muted: #a4a9ac; --line: #272b2e; --cyan: #28bceb; }
* { box-sizing: border-box; }
body { margin: 0; background: var(--bg); color: var(--ink); font: 400 16px/1.65 'IBM Plex Mono', monospace; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-underline-offset: 4px; }
a:focus-visible, button:focus-visible, summary:focus-visible, video:focus-visible { outline: 2px solid var(--ink); outline-offset: 5px; }
[hidden] { display: none !important; }
.shell { max-width: 1160px; margin: 0 auto; }
.header { display: flex; justify-content: center; padding: 16px 38px; border-bottom: 1px solid var(--line); }
.wordmark { position: relative; width: 124px; height: 64px; overflow: hidden; }
.wordmark img { position: absolute; display: block; width: 290.45px; height: 145.225px; max-width: none; left: -87.14px; top: -38.54px; mix-blend-mode: screen; }
.main { padding: 52px 38px 60px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: 52px; align-items: center; }
.main-withdrawn { grid-template-columns: minmax(0, 620px); justify-content: center; min-height: 60vh; }
.main:has(.fallback:not([open])):has(+ .film) { padding-bottom: 32px; }
.artwork { margin: 0; min-width: 0; }
.artwork img { display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; }
.artwork figcaption { margin-top: 8px; text-align: right; color: var(--muted); }
.micro { font-size: 11px; line-height: 1.7; letter-spacing: .035em; text-transform: uppercase; }
.copy { min-width: 0; }
.artists { color: var(--text); margin: 0 0 20px; font-size: 11px; letter-spacing: .045em; text-transform: uppercase; line-height: 1.8; }
.artists span { white-space: nowrap; }
h1 { font-size: clamp(35px, 5.1vw, 58px); font-weight: 400; line-height: 1.08; letter-spacing: -.045em; margin: 0; overflow-wrap: anywhere; }
.remix { display: block; color: var(--text); font-size: 14px; font-weight: 400; letter-spacing: 0; margin-top: 13px; }
.ask { margin-top: 42px; }
.message { margin: 0; color: var(--text); line-height: 1.65; }
.message strong { font-weight: 600; color: inherit; }
.cta { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 19px 21px; margin-top: 25px; border: 0; border-radius: 0; background: var(--cyan); color: #061015; font: 400 16px/1.5 'IBM Plex Mono', monospace; text-align: left; text-decoration: none; transition: filter 180ms ease; }
.cta:hover { filter: brightness(1.12); }
.cta:disabled { cursor: not-allowed; }
.arrow { font-size: 23px; line-height: 1; }
.helper { margin: 12px 0 0; font-size: 12px; line-height: 1.5; color: var(--muted); }
.fallback { margin-top: 16px; color: var(--muted); font-size: 12px; }
.fallback summary { cursor: pointer; padding: 10px 0; min-height: 44px; width: fit-content; }
.fallback p { margin: 4px 0 0; line-height: 1.8; overflow-wrap: anywhere; }
.fallback a { display: inline-block; padding: 8px 0; }
.film { padding: 0 38px 36px; }
.film-label { border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 4px; padding: 8px 0; color: var(--muted); }
.film-label p { margin: 0; white-space: nowrap; }
.film-controls { display: flex; gap: 0; margin-left: auto; }
.film-controls button { display: grid; place-items: center; background: none; border: 0; border-radius: 0; padding: 12px; width: 44px; height: 44px; color: var(--text); cursor: pointer; }
.film-controls svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.film-controls button:hover, .film-sound[aria-pressed="true"] { color: var(--cyan); }
.film-play[data-playing="false"] .icon-pause, .film-play[data-playing="true"] .icon-play,
.film-sound[aria-pressed="false"] .icon-audible, .film-sound[aria-pressed="true"] .icon-muted { display: none; }
.film video { display: block; width: 100%; height: auto; aspect-ratio: 4094 / 2160; object-fit: contain; }
.film-counter { margin-left: 8px; }
.film-viewer { position: relative; }
.film-stage { position: relative; aspect-ratio: 4094 / 2160; }
.film-stage video { position: absolute; inset: 0; height: 100%; }
.film-active { opacity: 1; z-index: 1; }
.film-buffer { opacity: 0; z-index: 0; pointer-events: none; }
.film-incoming { opacity: 1; z-index: 2; pointer-events: none; }
.film-poster { position: absolute; inset: 0; z-index: 2; width: 100%; height: 100%; object-fit: contain; }
.film-loading { opacity: 0; }
.footer { border-top: 1px solid var(--line); margin: 0 38px; padding: 22px 0 28px; display: flex; justify-content: space-between; gap: 16px; color: var(--muted); }
.thanks { text-transform: none; }
.skip-link { position: absolute; left: 12px; top: -100px; padding: 10px; background: var(--bg); z-index: 1; }
.skip-link:focus { top: 12px; }
@media (max-width: 760px) {
  .header { padding: 12px 22px; }
  .wordmark { width: 108.5px; height: 56px; }
  .wordmark img { width: 254.14px; height: 127.07px; left: -76.25px; top: -33.72px; }
  .main { padding: 20px 22px 34px; grid-template-columns: minmax(0, 1fr); gap: 22px; }
  .main:has(.fallback:not([open])):has(+ .film) { padding-bottom: 16px; }
  .artwork { width: min(100%, 380px); margin: auto; }
  .copy { width: min(100%, 480px); margin: auto; }
  h1 { font-size: 40px; }
  .artists { margin-bottom: 10px; }
  .remix { margin-top: 11px; }
  .ask { margin-top: 22px; }
  .cta { margin-top: 20px; }
  .film { padding: 0 22px 28px; }
  .footer { margin: 0 22px; }
}
@media (prefers-reduced-motion: reduce) { .cta { transition: none; } }
