:root {
  --bg: #0b0c0a;
  --ink: #ecebe4;
  --ink-dim: #8f918a;
  --ink-faint: #54564f;
  --lime: #b4e236;
  --lime-hot: #d4ff63;
  --lime-glow: rgba(180, 226, 54, .5);
  --paper: #efeadc;
  --paper-ink: #151612;
  --metal-hi: #3a3c37;
  --metal: #1b1c19;
  --metal-lo: #0f100e;
  --radius: 14px;
  --f-display: "Anton", "Impact", sans-serif;
  --f-text: "Archivo", "Helvetica Neue", sans-serif;
  --f-vfd: "Doto", ui-monospace, monospace;
  color-scheme: dark;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
}

body {
  font-family: var(--f-text);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  background:
    radial-gradient(1200px 700px at 72% -10%, rgba(180, 226, 54, .10), transparent 60%),
    radial-gradient(900px 600px at -10% 110%, rgba(180, 226, 54, .05), transparent 60%),
    var(--bg);
}

/* ziarno jak na okladce - statyczne */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .07;
  z-index: 50;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

button { font: inherit; color: inherit; }
svg { display: block; }

.page {
  max-width: 1360px;
  margin: 0 auto;
  padding: max(28px, env(safe-area-inset-top)) clamp(16px, 4vw, 56px) 40px;
}

/* ---------- naglowek ---------- */

.masthead { margin-bottom: clamp(28px, 4vw, 52px); }

.kicker {
  margin: 0 0 10px;
  font-weight: 700;
  font-stretch: 125%;
  font-size: 13px;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--lime);
}
.kicker span { color: var(--ink-dim); font-weight: 500; }

.title {
  margin: 0;
  font-family: var(--f-display);
  font-weight: 400;
  text-transform: uppercase;
  line-height: .86;
  letter-spacing: -.005em;
  font-size: clamp(60px, 10vw, 158px);
}
.title span { display: block; }
.title em { font-style: normal; color: var(--lime); }

.masthead-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px 24px;
  margin-top: 18px;
}

.meta {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  font-stretch: 112%;
  font-size: 14px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-dim);
}
.meta i { width: 5px; height: 5px; border-radius: 50%; background: var(--ink-faint); }

.yt {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 18px 11px 14px;
  border-radius: 999px;
  border: 1px solid rgba(180, 226, 54, .45);
  color: var(--lime);
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .04em;
  transition: background .2s, color .2s;
}
.yt svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.yt:hover { background: var(--lime); color: var(--paper-ink); }
.yt[hidden] { display: none; }

/* ---------- uklad ---------- */

.stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 400px);
  gap: clamp(28px, 4vw, 64px);
  align-items: start;
}

/* ---------- wieza ---------- */

.deck {
  position: relative;
  border-radius: var(--radius);
  padding: 14px 22px 22px;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, .022) 0 1px, transparent 1px 3px),
    linear-gradient(180deg, #2c2e2a 0, var(--metal) 9%, #151613 70%, var(--metal-lo) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .16),
    inset 0 -2px 0 rgba(0, 0, 0, .6),
    inset 1px 0 0 rgba(255, 255, 255, .05),
    inset -1px 0 0 rgba(255, 255, 255, .05),
    0 40px 60px -30px rgba(0, 0, 0, .9),
    0 2px 0 #050605;
}

.deck-strip {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 2px 2px 12px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, .55);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .05);
  font-size: 10.5px;
  font-weight: 600;
  font-stretch: 125%;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: #9a9c95;
}
.brand {
  font-family: var(--f-display);
  font-size: 19px;
  letter-spacing: .12em;
  color: #cfd1ca;
}
.model b { color: #cfd1ca; font-weight: 700; margin-left: 6px; }
.power { margin-left: auto; display: inline-flex; align-items: center; gap: 8px; }
.led {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 6px var(--lime-glow), 0 0 14px rgba(180, 226, 54, .35);
}

.deck-body {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr) auto;
  gap: 22px;
  align-items: stretch;
}

/* mechanizm z okienkiem */
.mech { display: flex; flex-direction: column; gap: 12px; }

.window {
  position: relative;
  aspect-ratio: 1.12;
  border-radius: 10px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 50%, #1b1d19 0, #0b0c0a 70%);
  box-shadow:
    inset 0 2px 10px rgba(0, 0, 0, .9),
    inset 0 0 0 1px rgba(0, 0, 0, .8),
    0 1px 0 rgba(255, 255, 255, .08);
}

.tray {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  transition: transform .9s cubic-bezier(.22, .8, .24, 1);
}
.is-open .tray { transform: translateX(-112%); }

.tray-load {
  position: relative;
  width: 86%;
  aspect-ratio: 1;
  animation: tray-in 1.1s cubic-bezier(.22, .8, .24, 1);
}
@keyframes tray-in { from { transform: translateX(-112%); } }

.disc {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  animation: spin 3.2s linear infinite;
  animation-play-state: paused;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .7), 0 0 0 1px rgba(255, 255, 255, .06);
}
.is-playing .disc { animation-play-state: running; }
@keyframes spin { to { transform: rotate(360deg); } }

.disc-art {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #cfd2c9 center / cover no-repeat;
  /* dziura + przezroczysty pierscien piasty */
  -webkit-mask: radial-gradient(circle, transparent 0 7.2%, #000 7.4%);
  mask: radial-gradient(circle, transparent 0 7.2%, #000 7.4%);
}
.disc-art::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background:
    radial-gradient(circle, transparent 0 13.6%, rgba(20, 21, 18, .55) 14%, rgba(20, 21, 18, .55) 15%, transparent 15.4%),
    radial-gradient(circle, rgba(200, 204, 196, .9) 0 7.8%, rgba(160, 164, 157, .55) 8.2% 13.6%, transparent 13.8%),
    radial-gradient(circle, transparent 0 97.4%, rgba(210, 214, 206, .55) 98%, rgba(210, 214, 206, .2) 100%);
}

/* gotowy nadruk (PNG/WebP z przezroczystoscia): plyta zajmuje 96% kadru pliku */
.disc-art.has-print {
  background-color: transparent;
  background-size: 104%;
  background-position: center;
  -webkit-mask: none;
  mask: none;
}
.disc-art.has-print::after { display: none; }

/* odblask swiatla stoi w miejscu, plyta kreci sie pod nim */
.disc-light {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  pointer-events: none;
  -webkit-mask: radial-gradient(circle, transparent 0 7.2%, #000 7.4%);
  mask: radial-gradient(circle, transparent 0 7.2%, #000 7.4%);
  background:
    conic-gradient(from 200deg, transparent 0 8%, rgba(120, 255, 220, .16) 12%, rgba(255, 120, 230, .14) 16%, rgba(255, 230, 120, .14) 20%, transparent 26% 58%, rgba(120, 200, 255, .12) 62%, rgba(255, 140, 200, .12) 66%, transparent 72%),
    linear-gradient(125deg, rgba(255, 255, 255, .22) 0, rgba(255, 255, 255, 0) 38%, rgba(255, 255, 255, 0) 62%, rgba(255, 255, 255, .08) 100%);
  mix-blend-mode: screen;
}
.disc-light::after { /* trzpien */
  content: "";
  position: absolute;
  left: 50%; top: 50%;
  width: 11%; height: 11%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle at 40% 35%, #8b8e87, #2a2c28 70%);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .8);
}

/* przydymiona szyba */
.glass {
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, .10) 0, rgba(255, 255, 255, .02) 34%, transparent 35%),
    rgba(8, 9, 7, .28);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04);
}

/* panel: wyswietlacz + transport */
.panel { display: flex; flex-direction: column; gap: 16px; min-width: 0; }

.vfd {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 14px 18px 16px;
  border-radius: 8px;
  color: var(--lime-hot);
  background:
    linear-gradient(165deg, rgba(255, 255, 255, .07) 0, rgba(255, 255, 255, 0) 30%),
    radial-gradient(rgba(180, 226, 54, .05) 1px, transparent 1.2px) 0 0 / 4px 4px,
    #060806;
  box-shadow:
    inset 0 2px 12px rgba(0, 0, 0, .95),
    inset 0 0 0 1px rgba(0, 0, 0, .9),
    0 1px 0 rgba(255, 255, 255, .08);
  font-family: var(--f-vfd);
  text-shadow: 0 0 6px var(--lime-glow), 0 0 18px rgba(180, 226, 54, .22);
}

.vfd-flags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 12px;
  font-family: var(--f-text);
  font-stretch: 125%;
  font-weight: 700;
  font-size: 9.5px;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.vfd-flags span { color: rgba(180, 226, 54, .1); text-shadow: none; }
.vfd-flags span.on { color: var(--lime-hot); text-shadow: 0 0 6px var(--lime-glow); }

.vfd-main { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; }
.vfd-cell { display: flex; flex-direction: column; gap: 2px; }
.vfd-cell small {
  font-family: var(--f-text);
  font-stretch: 125%;
  font-weight: 700;
  font-size: 9px;
  letter-spacing: .22em;
  text-transform: uppercase;
  opacity: .7;
}
.vfd-time { align-items: flex-end; text-align: right; }

.seg {
  position: relative;
  font-size: clamp(38px, 4.4vw, 58px);
  font-weight: 800;
  line-height: .95;
  letter-spacing: .02em;
  font-variant-numeric: tabular-nums;
}
.seg em { /* niezapalone segmenty */
  font-style: normal;
  color: rgba(180, 226, 54, .07);
  text-shadow: none;
}
.seg b { position: absolute; right: 0; top: 0; font-weight: inherit; }
.vfd-cell:first-child .seg b { left: 0; right: auto; }

.vfd-title {
  overflow: hidden;
  white-space: nowrap;
  font-size: clamp(17px, 1.7vw, 22px);
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  min-height: 1.3em;
}
.vfd-title span { display: inline-block; }
.vfd-title.scroll span { animation: marquee var(--dur, 10s) linear infinite; padding-right: 3em; }
@keyframes marquee { 0%, 12% { transform: translateX(0); } 100% { transform: translateX(var(--shift)); } }

.vfd-bar { position: relative; height: 12px; margin-top: auto; }
.vfd-bar::before,
.bar-fill {
  content: "";
  position: absolute;
  left: 0; top: 3px; bottom: 3px;
  background: repeating-linear-gradient(90deg, currentColor 0 7px, transparent 7px 10px);
}
.vfd-bar::before { right: 0; color: rgba(180, 226, 54, .08); }
.bar-fill { width: 0; color: var(--lime-hot); filter: drop-shadow(0 0 4px var(--lime-glow)); }

.seek {
  position: absolute;
  inset: -8px 0;
  width: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.transport { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }

.key {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 12px 6px 10px;
  border: 0;
  border-radius: 7px;
  cursor: pointer;
  color: #d9dbd4;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, .025) 0 1px, transparent 1px 3px),
    linear-gradient(180deg, #43453f, #2a2c27 55%, #22241f);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .18),
    inset 0 -1px 0 rgba(0, 0, 0, .5),
    0 0 0 1px #070806,
    0 3px 0 #070806,
    0 6px 10px rgba(0, 0, 0, .45);
  transition: transform .06s, box-shadow .06s;
  -webkit-tap-highlight-color: transparent;
}
.key svg { width: 18px; height: 18px; fill: currentColor; stroke: currentColor; stroke-width: 2; stroke-linejoin: round; stroke-linecap: round; }
.key span {
  font-size: 9px;
  font-weight: 700;
  font-stretch: 125%;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #9fa19a;
  white-space: nowrap;
}
.key:hover { color: #fff; }
.key:active {
  transform: translateY(2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .1),
    inset 0 2px 4px rgba(0, 0, 0, .4),
    0 0 0 1px #070806,
    0 1px 0 #070806,
    0 2px 4px rgba(0, 0, 0, .4);
}
.key:focus-visible, .knob:focus-visible, .track:focus-visible, .lyrics:focus-visible, .yt:focus-visible {
  outline: 2px solid var(--lime);
  outline-offset: 3px;
}
.key-play .i-pause { display: none; }
.is-playing .key-play .i-play { display: none; }
.is-playing .key-play .i-pause { display: block; }
.key-play::after { /* dioda na klawiszu */
  content: "";
  position: absolute;
  top: 8px; right: 9px;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: #30332c;
}
.is-playing .key-play::after { background: var(--lime); box-shadow: 0 0 6px var(--lime-glow); }
.key-wide { flex-direction: row; gap: 10px; padding: 11px 12px; }
.key-wide span { font-size: 9.5px; }

/* pokretlo glosnosci */
.vol {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 4px 0 6px;
  border-left: 1px solid rgba(0, 0, 0, .55);
  box-shadow: -1px 0 0 rgba(255, 255, 255, .05);
  padding-left: 22px;
}
.vol[hidden] { display: none; }

.knob {
  --a: 95deg;
  position: relative;
  width: 118px;
  aspect-ratio: 1;
  border-radius: 50%;
  cursor: grab;
  touch-action: none;
  background: repeating-conic-gradient(#30322d 0 4deg, #151613 4deg 8deg);
  box-shadow:
    0 0 0 1px #060705,
    0 14px 22px rgba(0, 0, 0, .7),
    inset 0 1px 0 rgba(255, 255, 255, .12);
}
.knob::before { /* podzialka */
  content: "";
  position: absolute;
  inset: -12px;
  border-radius: 50%;
  background: repeating-conic-gradient(from -135deg, #6b6d66 0 1.2deg, transparent 1.2deg 27deg);
  -webkit-mask: radial-gradient(circle, transparent 0 62%, #000 62.5% 68%, transparent 68.5%), conic-gradient(from -135deg, #000 0 271deg, transparent 271deg);
  -webkit-mask-composite: source-in;
  mask: radial-gradient(circle, transparent 0 62%, #000 62.5% 68%, transparent 68.5%), conic-gradient(from -135deg, #000 0 271deg, transparent 271deg);
  mask-composite: intersect;
  pointer-events: none;
}
.knob:active { cursor: grabbing; }
.knob-cap {
  position: absolute;
  inset: 11px;
  border-radius: 50%;
  transform: rotate(var(--a));
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, .0) 0 30%, rgba(0, 0, 0, .25) 100%),
    conic-gradient(#8e918a, #d6d9d1, #7f827b, #c9ccc4, #8e918a, #d3d6ce, #80837c, #cdd0c8, #8e918a);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, .5), inset 0 -2px 3px rgba(0, 0, 0, .45), 0 2px 4px rgba(0, 0, 0, .6);
}
.knob-cap i {
  position: absolute;
  left: 50%; top: 9%;
  width: 6px; height: 14px;
  margin-left: -3px;
  border-radius: 3px;
  background: var(--lime);
  box-shadow: 0 0 6px var(--lime-glow);
}
.vol-label {
  font-size: 9.5px;
  font-weight: 700;
  font-stretch: 125%;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #9a9c95;
}

.feet { display: flex; justify-content: space-between; padding: 0 9%; }
.feet i {
  width: 70px; height: 7px;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(#141512, #0a0b09);
}

/* ---------- lista utworow ---------- */

.tracklist {
  list-style: none;
  margin: 34px 0 0;
  padding: 0;
  border-top: 1px solid #262824;
}
.track {
  width: 100%;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  align-items: baseline;
  gap: 12px;
  padding: 15px 6px;
  border: 0;
  border-bottom: 1px solid #262824;
  background: none;
  text-align: left;
  cursor: pointer;
  transition: background .15s;
}
.track:hover { background: rgba(255, 255, 255, .025); }
.track .no {
  font-family: var(--f-vfd);
  font-weight: 800;
  font-size: 20px;
  color: var(--ink-faint);
}
.track .name { font-size: 18px; font-weight: 600; letter-spacing: -.005em; }
.track .name small {
  display: inline-block;
  margin-left: 10px;
  font-size: 10px;
  font-weight: 700;
  font-stretch: 125%;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--ink-faint);
  vertical-align: 2px;
}
.track .len { font-variant-numeric: tabular-nums; color: var(--ink-dim); font-size: 15px; }
.track.is-current .no,
.track.is-current .name,
.track.is-current .len { color: var(--lime); }
.track.is-current .no { text-shadow: 0 0 8px var(--lime-glow); }

/* ---------- ksiazeczka z tekstem ---------- */

.booklet {
  position: sticky;
  top: 24px;
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 48px);
  padding: 26px 26px 0 32px;
  color: var(--paper-ink);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .14) 0, rgba(0, 0, 0, 0) 14px),
    var(--paper);
  border-radius: 3px;
  transform: rotate(1.2deg);
  box-shadow: 0 30px 50px -18px rgba(0, 0, 0, .85), 0 2px 4px rgba(0, 0, 0, .5);
}
.booklet::before { /* ziarno papieru */
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.booklet-head {
  display: flex;
  gap: 16px;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 2px solid var(--paper-ink);
}
.booklet-head img { width: 64px; height: 64px; flex: none; box-shadow: 0 2px 6px rgba(0, 0, 0, .3); }
.booklet-head > div { flex: 1; min-width: 0; }
.booklet-kicker {
  margin: 0 0 4px;
  font-size: 10.5px;
  font-weight: 700;
  font-stretch: 125%;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #6d6f64;
}
.booklet h2 {
  margin: 0;
  font-family: var(--f-display);
  font-weight: 400;
  font-size: 32px;
  line-height: 1;
  text-transform: uppercase;
  overflow-wrap: break-word;
}

.lyrics {
  position: relative;
  overflow-y: auto;
  padding: 20px 4px 30px 0;
  font-size: 15.5px;
  line-height: 1.62;
  scrollbar-width: thin;
  scrollbar-color: #b9b4a4 transparent;
}
.lyrics p { margin: 0 0 1.1em; }
.lyrics .empty { color: #7a7c71; font-style: italic; }

/* ---------- stopka ---------- */

.foot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 24px;
  margin-top: 64px;
  padding-top: 20px;
  border-top: 1px solid #1f211d;
  font-size: 13px;
  color: var(--ink-faint);
}
.foot p { margin: 0; }

/* ---------- mniejsze ekrany ---------- */

@media (max-width: 1300px) {
  .stage { grid-template-columns: minmax(0, 1fr); }
  .booklet { position: relative; top: 0; max-height: none; transform: none; }
  .lyrics { overflow: visible; }
}

@media (max-width: 760px) {
  .deck { padding: 12px 14px 16px; }
  .deck-strip { gap: 12px; letter-spacing: .18em; font-size: 9px; }
  .model { display: none; }
  .deck-body { grid-template-columns: minmax(0, 1fr) auto; gap: 16px; }
  .mech { grid-column: 1 / -1; }
  .window { aspect-ratio: 1.35; }
  .tray-load { width: 66%; }
  .panel { grid-column: 1 / 2; }
  .vol { grid-column: 2 / 3; padding-left: 14px; }
  .knob { width: 84px; }
  .knob::before { inset: -9px; }
  .knob-cap { inset: 8px; }
  .transport { gap: 7px; }
  .key { padding: 11px 4px 9px; }
  .key span { font-size: 7.5px; letter-spacing: .12em; }
  .vfd { padding: 12px 13px 13px; }
  .booklet { padding: 22px 20px 4px 24px; }
}

@media (max-width: 460px) {
  .deck-body { grid-template-columns: minmax(0, 1fr); }
  .vol { grid-column: 1; flex-direction: row; border-left: 0; box-shadow: none; padding: 4px 0 0; justify-content: flex-start; }
  .track { grid-template-columns: 40px minmax(0, 1fr) auto; }
  .track .name { font-size: 16px; }
  .track .name small { display: none; }
  .booklet h2 { font-size: 26px; }
}

@media (max-width: 360px) {
  .track { gap: 8px; }
  .track .name { font-size: 14.5px; }
}

@media (prefers-reduced-motion: reduce) {
  .tray-load { animation: none; }
  .tray { transition: none; }
  .disc { animation: none; }
  .vfd-title.scroll span { animation: none; }
}
