/* TGC Radio: crypt charcoal, aged bone, one red. Edit the tokens to re-skin. */
:root {
  --crypt: #161314;
  --crypt-deep: #110e0f;
  --slab: #1f1a1b;
  --slab-hi: #2a2324;
  --seam: #3b3132;
  --bone: #ebe3d3;
  --dust: #a09488;
  --blood: #c21d2b;
  --blood-hot: #e33342;

  --display: 'Grenze Gotisch', 'Cloister Black', Georgia, serif;
  --body: 'Barlow', 'Segoe UI', system-ui, sans-serif;

  --radius: 6px;
  --side-w: 256px;
  --player-h: 84px;
  --tabbar-h: 0px;
  --pad: clamp(16px, 2.4vw, 32px);
  color-scheme: dark;
}

*, *::before, *::after { box-sizing: border-box; }
html, body { height: 100%; }
body {
  margin: 0;
  background: var(--crypt);
  color: var(--bone);
  font: 400 16px/1.5 var(--body);
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: '';
  position: fixed; inset: 0; z-index: 100;
  pointer-events: none;
  opacity: 0.045;
  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='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

[hidden] { display: none !important; }
img { max-width: 100%; }
button, input, select { font: inherit; color: inherit; }
a { color: inherit; }
:focus-visible { outline: 2px solid var(--blood-hot); outline-offset: 2px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

h1, h2, h3 { font-family: var(--display); font-weight: 700; margin: 0; letter-spacing: 0.01em; line-height: 1.05; }
h3 { font-size: 1.5rem; }

/* ---------- controls ---------- */
input[type='search'], input[type='password'], input:not([type]), select {
  width: 100%;
  min-height: 42px;
  padding: 8px 12px;
  background: var(--crypt-deep);
  border: 1px solid var(--seam);
  border-radius: var(--radius);
}
input::placeholder { color: var(--dust); opacity: 0.8; }
select { cursor: pointer; }
input:focus-visible, select:focus-visible { outline: none; border-color: var(--blood); box-shadow: 0 0 0 3px rgb(194 29 43 / 0.25); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 42px; padding: 8px 16px;
  border: 1px solid transparent; border-radius: var(--radius);
  font-weight: 600; cursor: pointer; white-space: nowrap; text-decoration: none;
}
.btn:disabled { opacity: 0.45; cursor: not-allowed; }
.btn-red { background: var(--blood); color: #fff; }
.btn-red:hover:not(:disabled) { background: var(--blood-hot); }
.btn-quiet { background: transparent; border-color: var(--seam); }
.btn-quiet:hover:not(:disabled) { border-color: var(--dust); }
.btn-block { width: 100%; }
.btn-small { min-height: 32px; padding: 4px 10px; font-size: 0.875rem; }
.link { color: var(--bone); text-decoration-color: var(--blood); text-underline-offset: 3px; }
.link:hover { color: #fff; }

.field-label { display: block; margin-bottom: 6px; font-size: 0.875rem; color: var(--dust); }
.help { margin: 6px 0 0; font-size: 0.9375rem; color: var(--dust); max-width: 65ch; }
.empty { color: var(--dust); margin: 10px 0 0; }
.form-error { min-height: 1.5em; margin: 12px 0 0; color: var(--blood-hot); font-weight: 500; }

input[type='range'] { -webkit-appearance: none; appearance: none; height: 24px; background: transparent; cursor: pointer; }
input[type='range']::-webkit-slider-runnable-track { height: 4px; background: var(--seam); border-radius: 2px; }
input[type='range']::-moz-range-track { height: 4px; background: var(--seam); border-radius: 2px; }
input[type='range']::-moz-range-progress { height: 4px; background: var(--blood); border-radius: 2px; }
input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none;
  width: 16px; height: 16px; margin-top: -6px; border-radius: 50%;
  background: var(--bone); border: 3px solid var(--blood);
}
input[type='range']::-moz-range-thumb { width: 12px; height: 12px; border-radius: 50%; background: var(--bone); border: 3px solid var(--blood); }
input[type='range']:disabled { opacity: 0.4; cursor: not-allowed; }
.slider-field { display: flex; align-items: center; gap: 12px; color: var(--dust); font-size: 0.9375rem; }
.slider-field input { width: 130px; }
.slider-field output { min-width: 3.2em; color: var(--bone); font-variant-numeric: tabular-nums; }

/* ---------- login ---------- */
.login {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 420px);
  align-items: center;
  gap: 24px;
  padding: var(--pad) clamp(24px, 6vw, 96px);
  background: radial-gradient(ellipse at 30% 55%, rgb(194 29 43 / 0.22), transparent 60%), var(--crypt);
}
.login-art img { display: block; width: min(560px, 100%); margin: 0 auto; filter: drop-shadow(0 20px 40px rgb(0 0 0 / 0.6)); }
.login-card {
  padding: 36px 32px;
  background: var(--slab);
  border: 1px solid var(--seam);
  border-top: 3px solid var(--blood);
  border-radius: var(--radius);
}
.login-title { font-size: 3.4rem; font-weight: 800; }
.login-sub { margin: 4px 0 28px; color: var(--dust); }
.login-card input { margin-bottom: 16px; }

.btn-discord { background: #5865f2; color: #fff; }
.btn-discord:hover { background: #4752c4; }
.login-or { margin: 18px 0 14px; color: var(--dust); text-align: center; font-size: 0.875rem; }
.login-card .btn-discord + .form-error { margin-top: 12px; }

/* Watch-only mode: people without the DJ role see the player but none of the controls. */
.readonly .needs-control, .no-upload .needs-upload { display: none !important; }
.readonly .track-actions { display: none; }
.readonly .progress { cursor: default; pointer-events: none; }
.user-chip { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; white-space: nowrap; }
.user-chip img { width: 28px; height: 28px; border-radius: 50%; background: var(--slab-hi); }
.user-chip img:not([src]) { visibility: hidden; }

/* ---------- shell ---------- */
.shell {
  height: 100vh; height: 100dvh;
  display: grid;
  grid-template-columns: var(--side-w) minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr) var(--player-h);
  grid-template-areas: 'side work' 'player player';
}
.sidebar { grid-area: side; }
.workspace { grid-area: work; }
.player { grid-area: player; }

.sidebar {
  display: flex; flex-direction: column; gap: 20px;
  padding: 20px 16px;
  background: var(--crypt-deep);
  border-right: 1px solid var(--seam);
  overflow-y: auto;
}
.brand { display: block; padding: 4px 2px 18px; border-bottom: 1px solid var(--seam); }
.brand img { display: block; width: 100%; height: auto; }

.nav { display: grid; gap: 4px; }
.nav a {
  display: flex; align-items: center; gap: 12px;
  padding: 10px 14px;
  border-radius: var(--radius);
  color: var(--dust);
  font-weight: 600;
  text-decoration: none;
}
.nav svg { width: 20px; height: 20px; flex: none; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.nav a:hover { color: var(--bone); background: var(--slab); }
.nav a[aria-current='page'] { color: var(--bone); background: var(--slab-hi); box-shadow: inset 3px 0 0 var(--blood); }
.nav-count { margin-left: auto; font-size: 0.8125rem; color: var(--bone); background: var(--blood); border-radius: 999px; padding: 0 8px; min-width: 22px; text-align: center; }
.nav-count:empty { display: none; }

.workspace { display: flex; flex-direction: column; min-height: 0; }
.topbar {
  display: flex; align-items: center; gap: 16px;
  min-height: 68px;
  padding: 10px var(--pad);
  border-bottom: 1px solid var(--seam);
}
.topbar-brand { display: none; }
.view-title { font-size: 2rem; font-weight: 800; margin-right: auto; }
.topbar-right { display: flex; align-items: center; gap: 12px; }
.topbar-right select { width: auto; max-width: 220px; min-height: 38px; }
.topbar-right .btn { min-height: 38px; }
.voice-status { display: inline-flex; align-items: center; gap: 8px; color: var(--dust); font-size: 0.9375rem; white-space: nowrap; }
.voice-status::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--seam); }
.voice-status.on { color: var(--bone); }
.voice-status.on::before { background: var(--blood-hot); box-shadow: 0 0 0 3px rgb(227 51 66 / 0.25); }

.main { flex: 1; overflow-y: auto; padding: var(--pad); }
.main > * { max-width: 1120px; margin-left: auto; margin-right: auto; }

.join-bar {
  display: flex; flex-wrap: wrap; align-items: center; gap: 10px 16px;
  margin-bottom: 20px; padding: 12px 16px;
  background: var(--slab-hi);
  border-left: 3px solid var(--blood);
  border-radius: var(--radius);
}
.join-bar label { color: var(--bone); }
.join-bar select { width: auto; min-width: 220px; }

.card { background: var(--slab); border: 1px solid var(--seam); border-radius: var(--radius); padding: 20px; }
.card-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; flex-wrap: wrap; }
.row-actions { display: flex; gap: 8px; }

/* ---------- stage (full on Now playing, mini elsewhere) ---------- */
.stage {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #000;
  border: 1px solid var(--seam);
  border-radius: var(--radius);
  overflow: hidden;
}
.stage-media, .stage-media iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
video.stage-media { object-fit: contain; background: #000; }
.stage-empty, .stage-note {
  position: absolute; inset: 0;
  display: grid; place-content: center; justify-items: center; gap: 4px;
  padding: 24px; text-align: center;
  background: radial-gradient(ellipse at center, rgb(194 29 43 / 0.16) 0%, #000 70%);
}
.stage-empty img { width: clamp(120px, 22%, 220px); margin-bottom: 8px; filter: drop-shadow(0 10px 20px rgb(0 0 0 / 0.8)); }
.stage-empty p { margin: 0; font-family: var(--display); font-size: clamp(1.5rem, 3vw, 2.2rem); }
.stage-empty .stage-hint { font-family: var(--body); font-size: 1rem; color: var(--dust); }
.stage-note img { max-height: 58%; max-width: 80%; object-fit: contain; }
.stage-note p { margin: 12px 0 0; color: var(--dust); max-width: 52ch; }
.unmute {
  position: absolute; left: 14px; bottom: 14px; z-index: 2;
  padding: 8px 14px;
  background: rgb(22 19 20 / 0.88);
  border: 1px solid var(--seam); border-radius: var(--radius);
  cursor: pointer; font-weight: 600;
}
.unmute:hover { border-color: var(--blood); }
.stage-expand { display: none; }
/* keep the title in view on shorter screens */
.stage:not(.mini) {
  width: min(100%, calc((100dvh - var(--player-h) - var(--tabbar-h) - 300px) * 16 / 9));
  min-width: min(100%, 480px);
  margin-left: max(0px, (100% - 1120px) / 2); /* line up with the content column */
}
/* audio-only tracks: cover art as the poster, the mascot behind it if there's none */
video.stage-media.audio-only { background: radial-gradient(ellipse at center, rgb(194 29 43 / 0.18), #000 70%), #000; }
.stage-art {
  position: absolute; inset: 0; margin: auto; z-index: 1;
  height: 70%; width: auto; object-fit: contain;
  filter: drop-shadow(0 10px 24px rgb(0 0 0 / 0.8));
  pointer-events: none;
}

.stage.mini {
  position: fixed; z-index: 20;
  right: 20px; bottom: calc(var(--player-h) + var(--tabbar-h) + 16px);
  width: min(340px, 42vw);
  margin: 0;
  box-shadow: 0 16px 40px rgb(0 0 0 / 0.65);
  border-color: var(--blood);
}
.stage.mini .stage-expand { display: block; position: absolute; inset: 0; z-index: 1; }
.stage.mini .unmute { display: none; }
.stage.mini .stage-note p, .stage.mini .stage-hint { display: none; }
.stage.mini.idle { display: none; }

/* ---------- now playing ---------- */
.np { margin-top: 24px; }
.np-title {
  font-size: clamp(2.4rem, 5.4vw, 4.4rem);
  font-weight: 800;
  line-height: 0.95;
  text-wrap: balance;
  overflow-wrap: anywhere;
}
.np-meta { display: flex; flex-wrap: wrap; gap: 4px 20px; margin: 12px 0 20px; color: var(--dust); }
.np-meta strong { color: var(--bone); font-weight: 600; }
.progress { position: relative; height: 16px; padding: 5px 0; cursor: pointer; touch-action: none; }
.progress::before { content: ''; position: absolute; left: 0; right: 0; top: 6px; height: 4px; background: var(--seam); border-radius: 2px; }
.progress-fill { position: absolute; left: 0; top: 6px; height: 4px; width: 0; background: var(--blood); border-radius: 2px 0 0 2px; }
.progress.live .progress-fill { width: 100% !important; opacity: 0.5; }
.drip { position: absolute; right: -4px; top: -1px; width: 8px; height: 13px; background: var(--blood); border-radius: 50% 50% 50% 50% / 30% 30% 70% 70%; }
.progress:hover .drip, .progress:focus-visible .drip { background: var(--blood-hot); height: 16px; }
.times { display: flex; justify-content: space-between; margin-top: 6px; font-size: 0.875rem; color: var(--dust); font-variant-numeric: tabular-nums; }
.np-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: 20px; margin-top: 28px; }
.np-grid .card h3 { margin-bottom: 8px; }
.np-grid .card-head h3 { margin-bottom: 0; }
.np-grid .btn { margin: 14px 0 10px; }

/* ---------- lists ---------- */
.track-list { list-style: none; margin: 0; padding: 0; }
.track {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  align-items: center; gap: 14px;
  padding: 8px 10px;
  border-radius: var(--radius);
}
.track:hover { background: var(--slab-hi); }
.thumb {
  display: block; flex: none;
  width: 52px; height: 52px;
  object-fit: cover;
  background: var(--slab-hi) url('/favicon.png') center / 30px no-repeat;
  border-radius: 4px;
}
.track-text { min-width: 0; }
.track-title { display: block; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.track-sub { display: block; font-size: 0.875rem; color: var(--dust); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.track-actions { display: flex; gap: 6px; }
.queue .track, #up-next .track { grid-template-columns: 2em 52px minmax(0, 1fr) auto; }
.pos { color: var(--dust); font-variant-numeric: tabular-nums; text-align: right; }
.results { margin-top: 12px; }
.results:not(.with-thumbs) .track, #lib-list .track { grid-template-columns: minmax(0, 1fr) auto; }

/* ---------- search ---------- */
.search-bar { display: flex; gap: 10px; }
.search-bar input { min-height: 54px; font-size: 1.125rem; padding: 10px 16px; }
.search-bar .btn { min-height: 54px; padding: 0 24px; }
.tabs { display: flex; gap: 24px; margin-top: 20px; border-bottom: 1px solid var(--seam); }
.tabs button {
  padding: 10px 0; margin-bottom: -1px;
  background: none; border: 0; border-bottom: 2px solid transparent;
  color: var(--dust); font-weight: 600; cursor: pointer;
}
.tabs button[aria-selected='true'] { color: var(--bone); border-bottom-color: var(--blood); }

/* ---------- library ---------- */
.lib { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 24px; align-items: start; }
.lib-folders { background: var(--slab); border: 1px solid var(--seam); border-radius: var(--radius); padding: 16px; position: sticky; top: 0; }
.folder-list { list-style: none; margin: 0; padding: 0; max-height: 60vh; overflow-y: auto; }
.folder-list button {
  display: flex; justify-content: space-between; gap: 8px; width: 100%;
  padding: 7px 10px;
  background: none; border: 0; border-radius: 4px;
  color: var(--dust); text-align: left; cursor: pointer;
}
.folder-list button span:first-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.folder-list button:hover { color: var(--bone); background: var(--slab-hi); }
.folder-list button[aria-current='true'] { color: var(--bone); background: var(--slab-hi); box-shadow: inset 3px 0 0 var(--blood); }
.folder-list .n { color: var(--dust); font-size: 0.8125rem; font-variant-numeric: tabular-nums; }
.lib-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 12px; }
.lib-head h3 { font-size: 2rem; }
.lib-actions { display: flex; gap: 8px; }

/* ---------- upload ---------- */
.drop {
  position: relative;
  display: grid; gap: 6px; justify-items: center;
  padding: 40px 20px;
  border: 2px dashed var(--seam); border-radius: var(--radius);
  text-align: center; cursor: pointer; color: var(--dust);
  background: radial-gradient(ellipse at center, rgb(194 29 43 / 0.08), transparent 70%);
}
.drop-art { width: 130px; opacity: 0.9; margin-bottom: 6px; }
.drop strong { color: var(--bone); font-weight: 600; font-size: 1.125rem; }
.drop input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.drop:hover, .drop.over { border-color: var(--blood); background-color: rgb(194 29 43 / 0.06); }
.drop:focus-within { outline: 2px solid var(--blood-hot); outline-offset: 2px; }
.upload-opts { display: flex; flex-wrap: wrap; align-items: flex-end; gap: 12px 24px; margin-top: 18px; }
.upload-opts > div { flex: 1 1 260px; max-width: 420px; }
.check { display: flex; align-items: center; gap: 8px; min-height: 42px; cursor: pointer; }
.check input { accent-color: var(--blood); width: 18px; height: 18px; }
.uploads { list-style: none; margin: 20px 0 0; padding: 0; display: grid; gap: 12px; max-width: 720px; }
.upload-item { font-size: 0.9375rem; }
.upload-item .name { display: flex; justify-content: space-between; gap: 8px; }
.upload-item .name span:first-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.upload-item .bar { height: 3px; margin-top: 5px; background: var(--seam); border-radius: 2px; }
.upload-item .bar i { display: block; height: 100%; width: 0; background: var(--blood); border-radius: 2px; }
.upload-item.done .bar i { background: var(--bone); }
.upload-item.failed { color: var(--blood-hot); }

/* ---------- player bar ---------- */
.player {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center; gap: 20px;
  padding: 0 var(--pad);
  background: var(--crypt-deep);
  border-top: 1px solid var(--seam);
}
.player-line { position: absolute; left: 0; right: 0; top: -1px; height: 3px; }
.player-line i { display: block; height: 100%; width: 0; background: var(--blood); }
.player-track { display: flex; align-items: center; gap: 12px; min-width: 0; text-decoration: none; }
.player-text { min-width: 0; display: grid; }
.player-title { font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.player-sub { font-size: 0.875rem; color: var(--dust); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.player-center { display: grid; justify-items: center; gap: 2px; }
.player-times { font-size: 0.8125rem; color: var(--dust); font-variant-numeric: tabular-nums; }
.player-right { display: flex; align-items: center; justify-content: flex-end; gap: 16px; }

.transport { display: flex; align-items: center; gap: 8px; }
.icon-btn {
  position: relative;
  display: grid; place-items: center;
  width: 40px; height: 40px;
  background: transparent; border: 1px solid var(--seam); border-radius: 50%;
  cursor: pointer;
}
.icon-btn svg { width: 18px; height: 18px; }
.icon-btn:hover:not(:disabled) { border-color: var(--dust); }
.icon-btn:disabled { opacity: 0.35; cursor: not-allowed; }
.icon-btn[aria-pressed='true'] { color: var(--blood-hot); border-color: var(--blood); }
.icon-btn-main { width: 52px; height: 52px; background: var(--blood); border-color: var(--blood); color: #fff; }
.icon-btn-main:hover:not(:disabled) { background: var(--blood-hot); border-color: var(--blood-hot); }
.icon-btn-main svg { width: 22px; height: 22px; }
.loop-badge { position: absolute; font-size: 9px; font-weight: 700; transform: translate(8px, 8px); }

/* ---------- toast ---------- */
.toast {
  position: fixed; left: 50%; bottom: calc(var(--player-h) + var(--tabbar-h) + 20px); z-index: 50;
  transform: translate(-50%, 16px);
  max-width: min(520px, calc(100vw - 32px));
  padding: 12px 18px;
  background: var(--slab-hi);
  border: 1px solid var(--seam); border-left: 3px solid var(--bone); border-radius: var(--radius);
  opacity: 0; pointer-events: none;
  transition: opacity 0.2s, transform 0.2s;
}
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.toast.error { border-left-color: var(--blood-hot); }

/* ---------- responsive ---------- */
@media (max-width: 1100px) {
  :root { --side-w: 220px; }
  .np-grid { grid-template-columns: minmax(0, 1fr); }
  .player-right .slider-field span { display: none; }
}

@media (max-width: 860px) {
  :root { --player-h: 68px; --tabbar-h: 62px; }
  .shell {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr) var(--player-h) var(--tabbar-h);
    grid-template-areas: 'work' 'player' 'side';
  }
  .sidebar { padding: 0 4px env(safe-area-inset-bottom, 0); border-right: 0; border-top: 1px solid var(--seam); overflow: visible; }
  .brand { display: none; }
  .nav { grid-auto-flow: column; grid-auto-columns: 1fr; gap: 0; height: 100%; }
  .nav a { flex-direction: column; justify-content: center; gap: 2px; padding: 6px 2px; font-size: 0.6875rem; white-space: nowrap; border-radius: 0; position: relative; }
  .nav a[aria-current='page'] { background: transparent; box-shadow: inset 0 2px 0 var(--blood); }
  .nav-count { position: absolute; top: 4px; left: 55%; margin: 0; font-size: 0.6875rem; padding: 0 5px; min-width: 16px; }

  .topbar { min-height: 60px; gap: 10px; }
  .topbar-brand { display: block; margin-right: auto; }
  .topbar-brand img { display: block; height: 40px; width: auto; }
  .view-title { display: none; }
  .topbar-right select { max-width: 130px; }
  .voice-status { font-size: 0; gap: 0; }
  .user-chip span { display: none; }

  .player { grid-template-columns: minmax(0, 1fr) auto; gap: 12px; }
  .player-right, .player-times, #btn-loop, #btn-stop { display: none; }
  .player .thumb { width: 44px; height: 44px; }
  .icon-btn-main { width: 46px; height: 46px; }

  .lib { grid-template-columns: minmax(0, 1fr); }
  .lib-folders { position: static; }
  .folder-list { max-height: 220px; }
  .stage.mini { width: 46vw; right: 12px; }
  .login { grid-template-columns: minmax(0, 1fr); justify-items: center; align-content: center; }
  .login-art img { width: min(300px, 70vw); }
  .login-card { width: min(420px, 100%); }
}

@media (max-width: 520px) {
  .queue .track, #up-next .track { grid-template-columns: 1.6em minmax(0, 1fr) auto; }
  .queue .thumb, #up-next .thumb { display: none; }
  .search-bar .btn { padding: 0 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .toast { transition: none; }
}
