:root {
  color-scheme: dark;
  --ink: #09090b;
  --panel: #121217;
  --panel-raised: #1a1a20;
  --paper: #f2ecdf;
  --muted: #aaa69f;
  --line: rgba(242, 236, 223, 0.18);
  --signal: #ff5349;
  --cyan: #78d7ff;
  --lime: #c6ef66;
  --amber: #ffc866;
  --font-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--ink);
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  background:
    linear-gradient(90deg, transparent 0 49.8%, rgba(255, 255, 255, 0.025) 49.8% 50.2%, transparent 50.2%),
    linear-gradient(180deg, #09090b 0%, #101015 58%, #09090b 100%);
  color: var(--paper);
  font-family: var(--font-sans);
  line-height: 1.5;
}

a,
button {
  -webkit-tap-highlight-color: transparent;
}

button,
a {
  font: inherit;
}

.playtest-shell {
  width: min(1220px, calc(100% - 48px));
  margin: 0 auto;
}

.playtest-topbar {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--line);
}

.playtest-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--paper);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.playtest-brand::before {
  content: "REC";
  padding: 4px 7px;
  border: 1px solid var(--signal);
  color: var(--signal);
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.05em;
}

.playtest-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.playtest-nav a {
  min-height: 42px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  border: 1px solid transparent;
  color: #c8c4bc;
  font-size: 0.72rem;
  font-weight: 750;
  text-decoration: none;
}

.playtest-nav a:hover,
.playtest-nav a:focus-visible,
.playtest-nav a[aria-current="page"] {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.055);
  color: #fff;
}

.playtest-hero {
  min-height: min(690px, 82svh);
  padding: clamp(54px, 8vw, 112px) 0 68px;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  align-items: end;
  gap: clamp(34px, 6vw, 90px);
  border-bottom: 1px solid var(--line);
}

.playtest-hero__eyebrow,
.playtest-section-label {
  margin: 0 0 18px;
  color: var(--signal);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.playtest-hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(3.2rem, 9vw, 7.6rem);
  font-weight: 840;
  letter-spacing: -0.065em;
  line-height: 0.84;
  text-wrap: balance;
}

.playtest-hero h1 span {
  display: block;
  color: transparent;
  -webkit-text-stroke: 1px rgba(242, 236, 223, 0.75);
}

.playtest-hero__lead {
  max-width: 690px;
  margin: 28px 0 0;
  color: #bbb7af;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.85;
}

.playtest-slate {
  position: relative;
  padding: 18px;
  border: 1px solid rgba(242, 236, 223, 0.32);
  background: #eee6d7;
  color: #111116;
  box-shadow: 14px 14px 0 #26262e;
  transform: rotate(1.25deg);
}

.playtest-slate::before {
  content: "";
  height: 34px;
  display: block;
  margin: -18px -18px 18px;
  border-bottom: 2px solid #111116;
  background: repeating-linear-gradient(135deg, #111116 0 24px, #eee6d7 24px 48px);
}

.playtest-slate__row {
  padding: 12px 0;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid rgba(17, 17, 22, 0.25);
}

.playtest-slate__row:last-child {
  border-bottom: 0;
}

.playtest-slate__row span {
  font-family: var(--font-mono);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.playtest-slate__row strong {
  text-align: right;
  font-size: 1rem;
}

.playtest-slate__row strong[data-playtest-count] {
  color: #d22e25;
  font: 900 2.5rem/1 var(--font-mono);
}

.playtest-slate__row strong[data-playtest-series-count] {
  color: #087a9d;
  font: 900 1.45rem/1 var(--font-mono);
}

.playtest-timelines {
  padding: 88px 0 80px;
  border-bottom: 1px solid var(--line);
}

.playtest-timelines__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.62fr);
  align-items: end;
  gap: clamp(30px, 6vw, 88px);
}

.playtest-timelines__intro h2 {
  margin: 0;
  font-size: clamp(2rem, 4.8vw, 4.25rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.playtest-timelines__intro > p {
  margin: 0;
  color: #aaa69f;
  line-height: 1.85;
}

.playtest-timelines__stats {
  margin-top: 36px;
  padding: 14px 0;
  display: flex;
  gap: 28px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: #85817a;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.playtest-timelines__stats strong {
  margin-right: 5px;
  color: var(--paper);
  font-size: 1rem;
}

.playtest-timeline-list {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 14px;
}

.playtest-timeline {
  min-width: 0;
  border: 1px solid var(--line);
  background: #101015;
}

.playtest-timeline[open] {
  border-color: rgba(242, 236, 223, 0.34);
  background: #15151b;
}

.playtest-timeline__summary {
  min-height: 164px;
  padding: 14px;
  display: grid;
  grid-template-columns: minmax(130px, 0.66fr) minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  cursor: pointer;
  list-style: none;
}

.playtest-timeline__summary::-webkit-details-marker {
  display: none;
}

.playtest-timeline__summary:hover,
.playtest-timeline__summary:focus-visible {
  background: rgba(255, 255, 255, 0.035);
}

.playtest-timeline__summary:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: -3px;
}

.playtest-timeline__cover {
  aspect-ratio: 16 / 9;
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, #151923, #4d2830 58%, #0d0e14);
}

.playtest-timeline__cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(4, 4, 7, 0.76));
}

.playtest-timeline__poster {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.05);
}

.playtest-timeline__glyph {
  position: absolute;
  right: 10px;
  bottom: 7px;
  z-index: 1;
  color: #fff;
  font: 900 1.9rem/1 var(--font-mono);
  letter-spacing: -0.08em;
}

.playtest-timeline__copy {
  min-width: 0;
  display: grid;
  gap: 7px;
}

.playtest-timeline__kicker,
.playtest-timeline__range,
.playtest-timeline__toggle {
  font-family: var(--font-mono);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.playtest-timeline__kicker {
  color: var(--signal);
}

.playtest-timeline__title {
  overflow-wrap: anywhere;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  line-height: 1.08;
}

.playtest-timeline__range {
  color: #85817a;
}

.playtest-timeline__toggle {
  align-self: stretch;
  padding: 0 12px;
  display: grid;
  place-items: center;
  border-left: 1px solid var(--line);
  color: var(--cyan);
  writing-mode: vertical-rl;
}

.playtest-timeline[open] .playtest-timeline__toggle {
  color: var(--lime);
}

.playtest-timeline__rail {
  margin: 0 18px 18px;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.playtest-timeline__cut {
  min-width: 0;
  padding: 22px 0;
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 22px;
  position: relative;
  border-bottom: 1px solid var(--line);
}

.playtest-timeline__cut:last-child {
  border-bottom: 0;
}

.playtest-timeline__cut::before {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  top: 29px;
  left: 100px;
  border: 2px solid #15151b;
  border-radius: 50%;
  background: var(--signal);
  box-shadow: 0 0 0 1px var(--signal);
}

.playtest-timeline__stamp {
  padding-right: 8px;
  display: grid;
  align-content: start;
  gap: 6px;
  border-right: 1px solid var(--line);
  color: #85817a;
  font-family: var(--font-mono);
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.playtest-timeline__cut-number {
  color: var(--paper);
}

.playtest-timeline__cut-body {
  min-width: 0;
}

.playtest-timeline__cut-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #8c8881;
  font-family: var(--font-mono);
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.playtest-timeline__cut-meta > span:first-child {
  min-width: 0;
  overflow-wrap: anywhere;
}

.playtest-timeline__cut-meta .playtest-status {
  flex: 0 0 auto;
  font-size: 0.58rem;
}

.playtest-timeline__cut-body h3 {
  margin: 13px 0 0;
  font-size: 1.08rem;
  line-height: 1.15;
}

.playtest-timeline__cut-body p {
  margin: 10px 0 0;
  color: #bbb7af;
  font-size: 0.86rem;
  line-height: 1.65;
}

.playtest-timeline__play {
  min-height: 38px;
  margin-top: 14px;
  padding: 0 11px;
  border: 1px solid var(--signal);
  border-radius: 3px;
  background: transparent;
  color: #ff746c;
  cursor: pointer;
  font-size: 0.68rem;
  font-weight: 800;
}

.playtest-timeline__play:hover,
.playtest-timeline__play:focus-visible {
  background: var(--signal);
  color: #fff;
}

.playtest-intro {
  padding: 74px 0 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 26px;
}

.playtest-intro h2 {
  max-width: 750px;
  margin: 0;
  font-size: clamp(1.9rem, 4vw, 3.6rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.playtest-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.playtest-filter {
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 3px;
  background: transparent;
  color: #bdb9b1;
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 800;
}

.playtest-filter:hover,
.playtest-filter:focus-visible,
.playtest-filter[aria-pressed="true"] {
  border-color: var(--paper);
  background: var(--paper);
  color: var(--ink);
}

.playtest-grid {
  padding: 30px 0 84px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px 18px;
}

.playtest-card {
  min-width: 0;
  border-top: 1px solid var(--line);
  background: var(--panel);
}

.playtest-card__poster {
  width: 100%;
  aspect-ratio: 16 / 9;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background-color: #202027;
  background-position: center;
  background-size: cover;
  color: #fff;
  text-align: left;
}

.playtest-card__poster-media {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 0;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.04);
  transform: scale(1.001);
  transition: filter 220ms ease, transform 320ms ease;
}

button.playtest-card__poster {
  cursor: pointer;
}

.playtest-card__poster[data-theme="laundry"] {
  background:
    linear-gradient(90deg, transparent 48%, rgba(255,255,255,.1) 49% 51%, transparent 52%),
    radial-gradient(circle at 50% 52%, #0c0c10 0 15%, #a7b2b5 15.5% 18%, #31363b 18.5% 28%, transparent 28.5%),
    linear-gradient(135deg, #172128, #41474b 52%, #16171b);
}

.playtest-card__poster[data-theme="nanny"] {
  background:
    linear-gradient(90deg, rgba(9,9,11,.75), transparent 36% 66%, rgba(9,9,11,.7)),
    linear-gradient(180deg, transparent 64%, rgba(255,255,255,.08) 64% 66%, transparent 66%),
    linear-gradient(135deg, #183338, #814746 55%, #20161b);
}

.playtest-card__poster[data-theme="signal"] {
  background:
    repeating-linear-gradient(0deg, rgba(255,255,255,.08) 0 1px, transparent 1px 6px),
    linear-gradient(110deg, transparent 0 38%, rgba(255,67,63,.75) 39% 45%, transparent 46%),
    linear-gradient(135deg, #08080b, #451216 60%, #08080b);
}

.playtest-card__poster[data-theme="garden"] {
  background:
    radial-gradient(circle at 25% 65%, #ffd55c 0 3%, transparent 3.5%),
    radial-gradient(circle at 66% 36%, #f48bd5 0 4%, transparent 4.5%),
    radial-gradient(circle at 78% 72%, #7addff 0 3%, transparent 3.5%),
    linear-gradient(145deg, #143a33, #4e5684 58%, #281e3c);
}

.playtest-card__poster[data-theme="courtyard"],
.playtest-card__poster[data-theme="castle"],
.playtest-card__poster[data-theme="corridor"],
.playtest-card__poster[data-theme="service-area"],
.playtest-card__poster[data-theme="exit"] {
  background: linear-gradient(135deg, #111216, #4b1e24 54%, #161116);
}

.playtest-card__poster[data-theme="noodle"],
.playtest-card__poster[data-theme="mountain"],
.playtest-card__poster[data-theme="kitchen"] {
  background: linear-gradient(135deg, #263c31, #bd7149 54%, #f0c86b);
}

.playtest-card__poster[data-theme="market"],
.playtest-card__poster[data-theme="temple"],
.playtest-card__poster[data-theme="cabin"] {
  background: linear-gradient(135deg, #20242b, #6f7778 54%, #191b20);
}

.playtest-card__poster[data-theme="aquarium"] {
  background: linear-gradient(135deg, #06181e, #126273 58%, #071014);
}

.playtest-card__poster[data-theme="xishan"],
.playtest-card__poster[data-theme="palace"],
.playtest-card__poster[data-theme="ancient"] {
  background: linear-gradient(135deg, #211711, #7d4f2b 55%, #141217);
}

.playtest-card__poster[data-theme="observatory"],
.playtest-card__poster[data-theme="residual-cat"] {
  background: linear-gradient(135deg, #111428, #30376e 55%, #0b1f25);
}

.playtest-card__poster[data-theme="school"],
.playtest-card__poster[data-theme="roman-bath"],
.playtest-card__poster[data-theme="cat-home"],
.playtest-card__poster[data-theme="home-memory"],
.playtest-card__poster[data-theme="white-goose"] {
  background: linear-gradient(135deg, #24211d, #8b6742 55%, #16161a);
}

.playtest-card__poster[data-theme="school-night"],
.playtest-card__poster[data-theme="hot-spring"],
.playtest-card__poster[data-theme="phantom-chat"],
.playtest-card__poster[data-theme="sealed-corridor"],
.playtest-card__poster[data-theme="mirror-house"],
.playtest-card__poster[data-theme="lightless"],
.playtest-card__poster[data-theme="altered-city"] {
  background: linear-gradient(135deg, #0e1016, #4b1f31 56%, #090a0e);
}

.playtest-card__poster[data-theme="desert-night"],
.playtest-card__poster[data-theme="tideburn"],
.playtest-card__poster[data-theme="orbit"],
.playtest-card__poster[data-theme="orbit-night"],
.playtest-card__poster[data-theme="starflow"],
.playtest-card__poster[data-theme="submerged-light"],
.playtest-card__poster[data-theme="tidal-hall"] {
  background: linear-gradient(135deg, #07131e, #174c61 54%, #11101b);
}

.playtest-card__poster[data-theme="dream-cats"],
.playtest-card__poster[data-theme="mosslight"],
.playtest-card__poster[data-theme="seven-realms"],
.playtest-card__poster[data-theme="cat-planet"],
.playtest-card__poster[data-theme="three-cats"] {
  background: linear-gradient(135deg, #17352e, #67578a 55%, #2b1831);
}

.playtest-card__poster.has-image {
  background-position: center;
  background-size: cover;
}

.playtest-card__poster::before,
.playtest-card__poster::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.playtest-card__poster::before {
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255,255,255,.04), transparent 22%, transparent 70%, rgba(0,0,0,.5));
}

.playtest-card__poster::after {
  inset: 10px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

button.playtest-card__poster:hover .playtest-card__poster-media,
button.playtest-card__poster:focus-visible .playtest-card__poster-media {
  filter: saturate(1) contrast(1.08);
  transform: scale(1.025);
}

button.playtest-card__poster:hover .playtest-card__play,
button.playtest-card__poster:focus-visible .playtest-card__play {
  background: var(--signal);
  color: #fff;
  transform: scale(1.05);
}

button.playtest-card__poster:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 4px;
}

.playtest-card__frame {
  position: absolute;
  inset: 0;
  z-index: 3;
}

.playtest-card__glyph,
.playtest-card__reel-number,
.playtest-card__cue {
  position: absolute;
  font-family: var(--font-mono);
}

.playtest-card__glyph {
  left: 24px;
  bottom: 22px;
  font-size: clamp(2.8rem, 7vw, 5.7rem);
  line-height: 0.8;
  letter-spacing: -0.08em;
  opacity: 0.88;
}

.playtest-card__reel-number {
  top: 22px;
  left: 24px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.playtest-card__cue {
  right: 23px;
  bottom: 23px;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.playtest-card__play {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 50%;
  background: rgba(8,8,11,.62);
  color: #fff;
  font-size: 1rem;
  transform: translate(-50%, -50%);
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.playtest-card__poster.is-queued .playtest-card__play {
  border-style: dashed;
  color: rgba(255,255,255,.6);
}

.playtest-card__content {
  padding: 20px 22px 22px;
}

.playtest-card__metadata {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.playtest-card__metadata time,
.playtest-status,
.playtest-card__version {
  font-family: var(--font-mono);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.playtest-card__metadata time {
  color: var(--muted);
}

.playtest-status {
  padding: 4px 7px;
  border: 1px solid currentColor;
  color: var(--amber);
}

.playtest-status[data-status="prototype"] { color: var(--cyan); }
.playtest-status[data-status="testing"] { color: var(--signal); }
.playtest-status[data-status="visual"] { color: var(--lime); }
.playtest-status[data-status="playable"] { color: var(--amber); }

.playtest-card h2 {
  margin: 18px 0 0;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.playtest-card__version {
  margin: 8px 0 0;
  color: #85817b;
}

.playtest-card__note {
  margin: 22px 0 0;
  color: #d8d3c9;
  font-size: 0.96rem;
  line-height: 1.75;
}

.playtest-card__actions {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.playtest-action {
  min-height: 42px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 3px;
  background: transparent;
  color: #d8d3ca;
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 800;
  text-decoration: none;
}

.playtest-action:hover,
.playtest-action:focus-visible {
  border-color: var(--paper);
  color: #fff;
}

.playtest-action--watch {
  border-color: var(--signal);
  background: var(--signal);
  color: #fff;
}

.playtest-action--timeline {
  border-color: rgba(120, 215, 255, 0.56);
  color: var(--cyan);
}

.playtest-action--queued {
  border-style: dashed;
  color: #817e78;
  cursor: default;
}

.playtest-empty {
  margin: 0 0 84px;
  padding: 36px;
  border: 1px dashed var(--line);
  color: var(--muted);
  text-align: center;
}

.playtest-update-note {
  margin-bottom: 84px;
  padding: clamp(26px, 5vw, 48px);
  display: grid;
  grid-template-columns: 1fr minmax(280px, 0.65fr);
  gap: 32px;
  border: 1px solid var(--line);
  background: var(--paper);
  color: #111116;
}

.playtest-update-note h2 {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 3.4rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.playtest-update-note p {
  margin: 0;
  align-self: end;
  color: #454248;
  line-height: 1.8;
}

.playtest-update-note code {
  padding: 2px 5px;
  background: #d9d1c2;
  font-family: var(--font-mono);
  font-size: 0.82em;
}

.playtest-footer {
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  color: #85817a;
  font-size: 0.72rem;
}

.playtest-footer a {
  color: var(--paper);
  text-decoration: none;
}

.playtest-dialog {
  width: min(880px, calc(100% - 32px));
  max-height: calc(100svh - 32px);
  padding: 0;
  overflow: auto;
  border: 1px solid rgba(242, 236, 223, 0.32);
  border-radius: 5px;
  background: #111116;
  color: var(--paper);
  box-shadow: 0 28px 90px rgba(0,0,0,.72);
}

.playtest-dialog::backdrop {
  background: rgba(4,4,6,.82);
  backdrop-filter: blur(8px);
}

.playtest-dialog__header {
  min-height: 66px;
  padding: 12px 16px 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--line);
}

.playtest-dialog__header h2 {
  margin: 0;
  font-size: 1rem;
}

.playtest-dialog__close {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.playtest-dialog__body {
  min-height: 320px;
  padding: 22px;
  display: grid;
  place-items: center;
}

.playtest-dialog__body video {
  width: 100%;
  max-height: 70svh;
  background: #000;
}

.playtest-dialog__body .twitter-tweet {
  width: min(550px, 100%) !important;
  margin: 0 auto !important;
}

.playtest-dialog__loading {
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 0.75rem;
}

.playtest-dialog__footer {
  padding: 16px 20px;
  border-top: 1px solid var(--line);
  text-align: right;
}

.playtest-dialog__footer a {
  color: var(--cyan);
  font-size: 0.76rem;
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 820px) {
  .playtest-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .playtest-slate {
    width: min(470px, calc(100% - 14px));
  }

  .playtest-intro,
  .playtest-update-note,
  .playtest-timelines__intro {
    grid-template-columns: 1fr;
  }

  .playtest-timeline-list {
    grid-template-columns: 1fr;
  }

  .playtest-filters {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .playtest-shell {
    width: min(100% - 26px, 1220px);
  }

  .playtest-topbar {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px 0;
  }

  .playtest-nav {
    width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .playtest-nav::-webkit-scrollbar {
    display: none;
  }

  .playtest-nav a {
    flex: 0 0 auto;
  }

  .playtest-hero {
    padding: 58px 0 60px;
  }

  .playtest-hero h1 {
    font-size: clamp(3rem, 17vw, 5.3rem);
  }

  .playtest-timelines {
    padding: 64px 0 58px;
  }

  .playtest-timelines__stats {
    gap: 10px 22px;
    flex-wrap: wrap;
  }

  .playtest-timeline__summary {
    min-height: 0;
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 12px;
  }

  .playtest-timeline__toggle {
    min-height: 38px;
    grid-column: 1 / -1;
    border-top: 1px solid var(--line);
    border-left: 0;
    writing-mode: horizontal-tb;
  }

  .playtest-timeline__kicker,
  .playtest-timeline__range {
    font-size: 0.58rem;
  }

  .playtest-timeline__title {
    font-size: 1rem;
  }

  .playtest-timeline__rail {
    margin: 0 13px 13px;
  }

  .playtest-timeline__cut {
    padding: 20px 0 20px 22px;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .playtest-timeline__cut::before {
    top: 27px;
    left: 1px;
  }

  .playtest-timeline__stamp {
    padding: 0;
    display: flex;
    gap: 10px;
    border-right: 0;
  }

  .playtest-timeline__cut-meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .playtest-grid {
    grid-template-columns: 1fr;
  }

  .playtest-card__content {
    padding: 18px 16px 20px;
  }

  .playtest-card__glyph {
    left: 18px;
    bottom: 18px;
  }

  .playtest-card__reel-number {
    top: 18px;
    left: 18px;
  }

  .playtest-card__cue {
    right: 18px;
    bottom: 18px;
  }

  .playtest-update-note {
    margin-bottom: 58px;
  }

  .playtest-footer {
    min-height: 130px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }

  .playtest-dialog__body {
    min-height: 240px;
    padding: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
