/* Skin: classic Wurlitzer — amber on black, chrome trim, warm bubble glow. */
html[data-skin="wurlitzer"] {
  --bg: #100b06;
  --bg-2: #1a1209;
  --panel: rgba(255,186,84,.055);
  --panel-2: rgba(255,186,84,.12);
  --line: rgba(255,186,84,.22);
  --text: #ffe6bd;
  --text-dim: #b18e5f;
  --accent: #ffb43c;
  --accent-ink: #2a1800;
  --danger: #e2603f;
  --radius: 22px;
  --art-radius: 8px;
  --font-display: "Cochin", "Hoefler Text", Georgia, serif;
  --display-spacing: .06em;
  --display-transform: uppercase;
  --shadow: 0 0 0 1px rgba(255,214,150,.16), 0 22px 60px rgba(0,0,0,.7);
  --glow: 0 0 14px rgba(255,180,60,.55);
  --texture:
    radial-gradient(900px 420px at 50% -8%, rgba(255,180,60,.22), transparent 72%),
    repeating-linear-gradient(90deg, rgba(255,214,150,.05) 0 1px, transparent 1px 3px);
  --record-visible: 1;
}
/* Chrome-lipped arch over the now-playing card, like the bubble-tube bonnet. */
html[data-skin="wurlitzer"] .now {
  border-radius: 120px 120px 22px 22px;
  border-top: 2px solid rgba(255,214,150,.5);
  background-image: linear-gradient(180deg, rgba(255,180,60,.12), transparent 42%);
  padding-top: 30px;
}
html[data-skin="wurlitzer"] .panel { border-radius: 22px; }
html[data-skin="wurlitzer"] .q-num::before { content: "A"; opacity: .55; }
