:root {
  --ink: #130f0b;
  --night: #0d0b09;
  --tolex: #191511;
  --tolex-hi: #2b241c;
  --brass: #c8943c;
  --brass-hi: #f0c66a;
  --brass-dark: #6d4318;
  --cloth: #c7aa72;
  --cloth-dark: #7d623a;
  --paper: #eeddb9;
  --muted: rgba(238, 221, 185, 0.64);
  --green-black: #0b1711;
  --red: #a04733;
  --shadow: rgba(0, 0, 0, 0.48);
}

* {
  box-sizing: border-box;
}

html {
  background: #100c08;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: "Noto Sans SC", "Manrope", sans-serif;
  color: var(--paper);
  background:
    radial-gradient(circle at 18% 16%, rgba(224, 157, 60, 0.2), transparent 24%),
    radial-gradient(circle at 78% 6%, rgba(120, 84, 42, 0.2), transparent 28%),
    linear-gradient(120deg, rgba(255,255,255,0.035), transparent 28%),
    linear-gradient(135deg, #2b1b10 0%, #100e0c 48%, #302012 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.025) 0 1px, transparent 1px 5px),
    radial-gradient(circle at 50% 110%, rgba(0,0,0,0.72), transparent 48%);
  mix-blend-mode: soft-light;
}

button {
  font: inherit;
}

.station-shell {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 48px), 1440px);
  margin: 0 auto;
  padding: 28px 0 72px;
}

.site-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1240px;
  margin: 0 auto 20px;
  color: rgba(238, 221, 185, 0.82);
}

.site-topbar p {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.32rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.menu-button,
.status-bars {
  width: 46px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: var(--brass-hi);
}

.menu-button {
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.menu-button span {
  width: 20px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
}

.status-bars {
  gap: 4px;
}

.status-bars span {
  width: 4px;
  border-radius: 99px;
  background: var(--brass-hi);
}

.status-bars span:nth-child(1) { height: 12px; opacity: 0.55; }
.status-bars span:nth-child(2) { height: 18px; opacity: 0.76; }
.status-bars span:nth-child(3) { height: 24px; }

.hero-scene {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px;
  min-width: 0;
  gap: 34px;
  align-items: center;
}

.radio-cabinet {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  filter: drop-shadow(34px 42px 34px rgba(0,0,0,0.42));
}

.radio-cabinet::before {
  content: "";
  position: absolute;
  inset: 38px -18px -22px 34px;
  z-index: -1;
  border-radius: 34px;
  background: linear-gradient(135deg, #080706, #261b12 44%, #090706);
}

.cabinet-body {
  position: relative;
  overflow: hidden;
  min-width: 0;
  padding: clamp(20px, 3vw, 34px);
  border: 2px solid #060504;
  border-radius: 34px;
  background:
    radial-gradient(circle at 18% 12%, rgba(255,255,255,0.08), transparent 26%),
    repeating-linear-gradient(45deg, rgba(255,255,255,0.025) 0 1px, transparent 1px 7px),
    linear-gradient(150deg, var(--tolex-hi), var(--tolex) 44%, #0f0d0a);
  box-shadow:
    inset 0 0 0 8px rgba(255,255,255,0.035),
    inset 0 0 0 13px rgba(0,0,0,0.34),
    0 28px 0 #080706,
    0 44px 80px rgba(0,0,0,0.38);
}

.cabinet-body::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(207, 151, 58, 0.28);
  border-radius: 26px;
  pointer-events: none;
}

.cabinet-top {
  display: grid;
  grid-template-columns: 160px minmax(260px, 1fr) minmax(360px, 0.92fr);
  min-width: 0;
  min-height: 235px;
  border: 2px solid rgba(178, 132, 56, 0.46);
  border-radius: 26px 26px 12px 12px;
  overflow: hidden;
  background: #15110d;
}

.brand-badge {
  align-self: center;
  justify-self: center;
  width: 116px;
  height: 116px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 3px solid rgba(213, 160, 68, 0.62);
  border-radius: 999px;
  background:
    radial-gradient(circle at 35% 28%, rgba(255,255,255,0.18), transparent 28%),
    linear-gradient(145deg, #3a2817, #0d0b09);
  box-shadow: inset 0 0 18px rgba(0,0,0,0.5), 0 16px 28px rgba(0,0,0,0.34);
  color: #e9ce91;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.15rem;
  line-height: 0.86;
  letter-spacing: -0.02em;
}

.brand-badge strong {
  font-weight: 700;
}

.speaker-cloth {
  position: relative;
  min-width: 0;
  min-height: 100%;
  border-left: 1px solid rgba(0,0,0,0.5);
  border-right: 1px solid rgba(0,0,0,0.5);
  background:
    radial-gradient(circle at 50% 52%, rgba(23, 18, 13, 0.38) 0 25%, transparent 25%),
    repeating-linear-gradient(0deg, rgba(255,255,255,0.18) 0 1px, transparent 1px 9px),
    repeating-linear-gradient(90deg, rgba(35, 26, 14, 0.54) 0 2px, transparent 2px 12px),
    linear-gradient(135deg, #e2c68a, #9f7f4c);
}

.carrier-window {
  min-width: 0;
  margin: 22px;
  padding: 18px;
  border: 2px solid rgba(215, 169, 86, 0.26);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), transparent 30%),
    linear-gradient(135deg, #11110e, #060706);
  box-shadow: inset 0 0 32px rgba(0,0,0,0.65), 0 18px 24px rgba(0,0,0,0.28);
}

.carrier-copy {
  text-align: center;
}

.carrier-copy h1 {
  margin: 4px 0 6px;
  color: #e8c982;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  line-height: 1;
  letter-spacing: 0.04em;
  overflow-wrap: anywhere;
}

.carrier-copy p {
  margin: 0;
  color: rgba(238, 221, 185, 0.64);
}

.carrier-kicker {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--brass-hi) !important;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.carrier-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--brass-hi);
  box-shadow: 0 0 18px rgba(240, 198, 106, 0.75);
}

.bili-frame-wrap {
  position: relative;
  overflow: hidden;
  margin-top: 18px;
  aspect-ratio: 16 / 7.2;
  border: 1px solid rgba(225, 185, 105, 0.22);
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 40%, rgba(132, 92, 40, 0.22), transparent 42%),
    #050504;
}

.bili-frame-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.empty-player {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  gap: 7px;
  padding: 18px;
  color: rgba(238, 221, 185, 0.72);
  text-align: center;
}

.empty-player span {
  color: var(--brass-hi);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.empty-player strong {
  display: block;
  max-width: 18em;
  margin: 0 auto;
  font-weight: 700;
  line-height: 1.6;
}

.tuning-deck {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr) 116px;
  gap: 26px;
  align-items: center;
  margin-top: 18px;
}

.dial-knob {
  position: relative;
  aspect-ratio: 1;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  background:
    radial-gradient(circle at 34% 28%, rgba(255,255,255,0.42), transparent 18%),
    conic-gradient(from 40deg, #7b4b16, #f0c66a, #8e561a, #d5a149, #6d4318);
  box-shadow: inset 0 0 0 8px rgba(0,0,0,0.18), inset 0 0 18px rgba(0,0,0,0.42), 0 12px 20px rgba(0,0,0,0.34);
  color: #d8a348;
}

.dial-knob::before {
  content: "";
  position: absolute;
  inset: 22%;
  border-radius: 999px;
  background: radial-gradient(circle at 35% 25%, rgba(255,255,255,0.36), transparent 28%), linear-gradient(145deg, #e6b04e, #674015);
}

.dial-knob span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -28px;
  color: var(--brass);
  font-size: 0.82rem;
  font-weight: 800;
}

.frequency-panel {
  min-width: 0;
  padding: 17px 24px 20px;
  border: 2px solid rgba(20, 17, 13, 0.9);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.2), transparent 24%),
    linear-gradient(90deg, #553514, #e4ae4c 48%, #6e4217);
  box-shadow: inset 0 0 28px rgba(0,0,0,0.24), 0 10px 0 rgba(0,0,0,0.23);
}

.frequency-numbers {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  color: #2a1a0b;
  font-size: 0.9rem;
  font-weight: 900;
}

.frequency-track {
  position: relative;
  height: 20px;
  margin-top: 14px;
}

.frequency-track i {
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
  height: 3px;
  background: #241509;
}

.frequency-track::after {
  content: "";
  position: absolute;
  inset: 7px 0 0;
  background: linear-gradient(90deg, #241509 0 2px, transparent 2px 26px) repeat-x;
  background-size: 30px 18px;
}

.frequency-track b {
  position: absolute;
  top: -8px;
  left: 8%;
  width: 4px;
  height: 38px;
  border-radius: 2px;
  background: #fff2c7;
  box-shadow: 0 0 14px rgba(255, 242, 199, 0.86);
  transition: left 360ms ease;
}

.program-deck {
  min-width: 0;
  margin-top: 28px;
  padding: 26px 26px 24px;
  border: 2px solid rgba(0,0,0,0.65);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.04), transparent 26%),
    linear-gradient(135deg, #15130f, #080706);
  box-shadow: inset 0 0 28px rgba(0,0,0,0.54);
}

.deck-heading {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-bottom: 24px;
}

.deck-heading p,
.eyebrow {
  margin: 0;
  color: rgba(238, 221, 185, 0.68);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.deck-heading strong {
  color: var(--brass-hi);
}

.timeline {
  display: grid;
  grid-template-columns: repeat(var(--cue-count, 7), minmax(88px, 1fr));
  align-items: start;
  gap: 12px;
  position: relative;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 5%;
  right: 5%;
  top: 34px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(221, 169, 74, 0.52), transparent);
}

.cue-node {
  position: relative;
  display: grid;
  gap: 6px;
  min-width: 0;
  padding: 0 4px;
  border: 0;
  background: transparent;
  color: rgba(238, 221, 185, 0.62);
  text-align: center;
  cursor: pointer;
}

.cue-time {
  font-size: 0.75rem;
  color: rgba(238, 221, 185, 0.62);
}

.cue-dot {
  position: relative;
  z-index: 1;
  width: 20px;
  height: 20px;
  justify-self: center;
  border: 2px solid rgba(214, 163, 73, 0.54);
  border-radius: 999px;
  background: #17120d;
}

.cue-node strong {
  overflow: hidden;
  color: rgba(238, 221, 185, 0.78);
  font-size: 0.9rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cue-node em {
  overflow: hidden;
  color: rgba(238, 221, 185, 0.48);
  font-size: 0.76rem;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cue-node[data-active="true"] {
  color: var(--brass-hi);
}

.cue-node[data-active="true"] .cue-dot {
  border-color: var(--brass-hi);
  background: radial-gradient(circle, #ffe4a0 0 26%, #b77a24 30% 100%);
  box-shadow: 0 0 18px rgba(232, 180, 84, 0.75);
}

.cue-node[data-active="true"] strong {
  color: var(--brass-hi);
}

.track-rails {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 12px 16px;
  align-items: center;
  margin-top: 28px;
}

.rail-label {
  color: var(--brass);
  font-size: 0.8rem;
  font-weight: 900;
}

.waveform {
  display: flex;
  align-items: center;
  gap: 2px;
  height: 28px;
  overflow: hidden;
}

.waveform span {
  flex: 1;
  min-width: 2px;
  height: calc(4px + var(--wave, 0.4) * 24px);
  border-radius: 999px;
  background: var(--brass);
  opacity: 0.92;
  transition: height 80ms linear;
}

.ghost-wave span {
  background: rgba(238, 221, 185, 0.24);
}

.now-card {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(220px, 1fr);
  gap: 22px;
  align-items: center;
  margin-top: 18px;
  padding: 20px 24px;
  border: 1px solid rgba(217, 164, 75, 0.42);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(18, 33, 24, 0.88), rgba(5, 11, 8, 0.94));
}

.now-card h2 {
  margin: 6px 0 4px;
  color: var(--paper);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3.2vw, 3.3rem);
  line-height: 0.95;
}

.now-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.control-board {
  display: flex;
  gap: 28px;
  justify-content: center;
  margin-top: 22px;
}

.control-button {
  min-width: 150px;
  border: 1px solid rgba(220, 170, 82, 0.48);
  border-radius: 999px;
  padding: 14px 26px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), transparent),
    linear-gradient(180deg, #2c2115, #130f0b);
  color: var(--paper);
  cursor: pointer;
  font-weight: 900;
  letter-spacing: 0.04em;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 10px 18px rgba(0,0,0,0.28);
}

.control-button.primary,
.control-button[aria-pressed="true"] {
  border-color: rgba(255, 213, 121, 0.68);
  background:
    radial-gradient(circle at 32% 22%, rgba(255,255,255,0.34), transparent 24%),
    linear-gradient(180deg, #d99533, #7e421c);
  color: #271509;
}

.radio-cabinet[data-mode="silent"] .carrier-window {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.035), transparent),
    linear-gradient(135deg, #0b0b09, #020302);
}

.radio-cabinet[data-mode="silent"] .bili-frame-wrap {
  max-width: 62%;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.56;
  filter: saturate(0.7) brightness(0.72);
}

.radio-cabinet[data-mode="silent"] .speaker-cloth {
  filter: brightness(1.08);
}

.radio-cabinet[data-nodes="compact"] .timeline {
  display: none;
}

.radio-cabinet.is-pulsing .cabinet-body {
  animation: cabinetPulse 560ms ease;
}

@keyframes cabinetPulse {
  0% { transform: translateY(0); }
  35% { transform: translateY(-2px); }
  100% { transform: translateY(0); }
}

.phone-preview {
  display: flex;
  justify-content: center;
}

.phone-screen {
  width: 278px;
  min-height: 620px;
  padding: 18px 16px;
  border: 8px solid #050505;
  border-radius: 38px;
  background:
    radial-gradient(circle at 50% 0, rgba(255,255,255,0.09), transparent 20%),
    linear-gradient(180deg, #15110d, #060504);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.12), 0 30px 46px rgba(0,0,0,0.44);
}

.phone-status {
  display: flex;
  justify-content: space-between;
  color: rgba(238,221,185,0.84);
  font-size: 0.75rem;
  font-weight: 800;
}

.mini-radio {
  margin-top: 18px;
  padding: 14px;
  border: 1px solid rgba(211, 155, 58, 0.52);
  border-radius: 18px;
  background:
    radial-gradient(circle at 20% 25%, rgba(255,255,255,0.08), transparent 26%),
    linear-gradient(145deg, #2a2118, #0e0c0a);
}

.mini-badge {
  display: inline-grid;
  place-items: center;
  width: 66px;
  height: 66px;
  border: 2px solid rgba(222, 172, 84, 0.6);
  border-radius: 999px;
  color: #e8c982;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.05rem;
  line-height: 0.95;
}

.mini-video {
  margin-top: 12px;
  padding: 16px 12px;
  border-radius: 13px;
  background: #050504;
  text-align: center;
}

.mini-video p {
  margin: 0 0 6px;
  color: var(--brass-hi);
  font-weight: 900;
}

.mini-video span {
  color: var(--muted);
  font-size: 0.76rem;
}

.mini-scale {
  height: 32px;
  margin-top: 12px;
  border-radius: 9px;
  background:
    linear-gradient(90deg, #25180b 0 2px, transparent 2px 16px) repeat-x,
    linear-gradient(180deg, #d49d3d, #5a3514);
  background-size: 18px 100%, 100% 100%;
}

.mini-nodes {
  margin: 20px 0;
}

.mini-node {
  width: 100%;
  display: grid;
  grid-template-columns: 40px 16px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  border: 0;
  padding: 8px 0;
  background: transparent;
  color: rgba(238,221,185,0.62);
  text-align: left;
}

.mini-node span,
.mini-node em {
  font-size: 0.72rem;
  font-style: normal;
}

.mini-node b {
  width: 11px;
  height: 11px;
  border: 1px solid rgba(211,155,58,0.56);
  border-radius: 999px;
}

.mini-node strong {
  overflow: hidden;
  color: rgba(238,221,185,0.82);
  font-size: 0.82rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mini-node em {
  grid-column: 3;
  color: rgba(238,221,185,0.42);
}

.mini-node[data-active="true"] b {
  background: var(--brass-hi);
  box-shadow: 0 0 14px rgba(240, 198, 106, 0.72);
}

.mini-node[data-active="true"] strong {
  color: var(--brass-hi);
}

.mini-controls {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.mini-controls button {
  border: 1px solid rgba(218, 161, 61, 0.38);
  border-radius: 999px;
  padding: 10px 4px;
  background: #17110d;
  color: var(--paper);
  font-size: 0.78rem;
  font-weight: 900;
}

.mini-controls button:first-child {
  background: linear-gradient(180deg, #ce7d35, #612816);
}

.production-panel {
  display: grid;
  grid-template-columns: 0.36fr 1fr;
  gap: 30px;
  margin: 42px auto 0;
  max-width: 1240px;
  padding: 26px;
  border: 1px solid rgba(222, 171, 83, 0.26);
  border-radius: 24px;
  background: rgba(11, 9, 7, 0.58);
}

.production-panel h2 {
  margin: 8px 0 0;
  color: var(--paper);
  font-family: "Cormorant Garamond", serif;
  font-size: 2.4rem;
}

.production-panel ol {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.production-panel li {
  padding: 16px;
  border: 1px solid rgba(238, 221, 185, 0.12);
  border-radius: 16px;
  background: rgba(255,255,255,0.035);
  color: rgba(238, 221, 185, 0.72);
  line-height: 1.7;
}

@media (max-width: 1120px) {
  .hero-scene {
    grid-template-columns: 1fr;
  }

  .phone-preview {
    display: none;
  }

  .cabinet-top {
    grid-template-columns: 140px 1fr;
  }

  .carrier-window {
    grid-column: 1 / -1;
  }

  .production-panel,
  .production-panel ol {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .station-shell {
    width: min(calc(100% - 60px), 430px);
    padding: calc(14px + env(safe-area-inset-top)) 0 calc(44px + env(safe-area-inset-bottom));
  }

  .hero-scene {
    display: block;
    width: 100%;
    overflow: hidden;
  }

  .site-topbar {
    margin-bottom: 14px;
  }

  .site-topbar p {
    font-size: 1rem;
  }

  .radio-cabinet {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    filter: drop-shadow(0 24px 30px rgba(0,0,0,0.46));
  }

  .radio-cabinet::before {
    display: none;
  }

  .cabinet-body {
    width: 100%;
    max-width: 100%;
    padding: 14px;
    border-radius: 24px;
    box-shadow:
      inset 0 0 0 5px rgba(255,255,255,0.035),
      inset 0 0 0 9px rgba(0,0,0,0.34),
      0 18px 0 #080706,
      0 26px 38px rgba(0,0,0,0.4);
  }

  .cabinet-top {
    position: relative;
    display: block;
    min-height: 0;
    border-radius: 20px;
  }

  .brand-badge {
    position: absolute;
    left: 18px;
    top: 24px;
    z-index: 2;
    width: 62px;
    height: 62px;
    font-size: 1.12rem;
  }

  .speaker-cloth {
    width: 100%;
    min-height: 122px;
  }

  .carrier-window {
    grid-column: 1 / -1;
    margin: 10px;
    padding: 12px;
    max-width: calc(100% - 20px);
    border-radius: 16px;
  }

  .carrier-copy h1 {
    font-size: clamp(1.42rem, 8.2vw, 1.8rem);
  }

  .bili-frame-wrap {
    aspect-ratio: 16 / 8.8;
  }

  .radio-cabinet[data-mode="silent"] .bili-frame-wrap {
    max-width: 74%;
  }

  .tuning-deck {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 14px;
  }

  .dial-knob {
    display: none;
  }

  .frequency-panel {
    padding: 12px 16px 16px;
    border-radius: 13px;
  }

  .program-deck {
    margin-top: 16px;
    padding: 18px 14px;
    border-radius: 18px;
  }

  .deck-heading {
    align-items: flex-start;
    margin-bottom: 16px;
  }

  .deck-heading strong {
    display: none;
  }

  .timeline {
    display: block;
  }

  .timeline::before {
    left: 55px;
    right: auto;
    top: 8px;
    bottom: 8px;
    width: 2px;
    height: auto;
    background: linear-gradient(180deg, transparent, rgba(221, 169, 74, 0.52), transparent);
  }

  .cue-node {
    grid-template-columns: 42px 28px minmax(0, 1fr);
    display: grid;
    align-items: center;
    gap: 9px;
    padding: 8px 0;
    text-align: left;
  }

  .cue-time {
    grid-column: 1;
    grid-row: 1 / 3;
  }

  .cue-dot {
    grid-column: 2;
    grid-row: 1 / 3;
  }

  .cue-node strong,
  .cue-node em {
    grid-column: 3;
  }

  .track-rails {
    grid-template-columns: 48px 1fr;
    margin-top: 18px;
  }

  .waveform {
    height: 22px;
  }

  .now-card {
    grid-template-columns: 1fr;
    padding: 16px;
    gap: 12px;
  }

  .control-board {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .control-button {
    min-width: 0;
    width: 100%;
  }

  .production-panel {
    margin-top: 28px;
    padding: 18px;
  }

  .production-panel h2 {
    font-size: 2rem;
  }

  .production-panel li {
    padding: 14px;
  }
}

@media (max-width: 380px) {
  .station-shell {
    width: min(calc(100% - 16px), 430px);
  }

  .cabinet-body {
    padding: 10px;
  }

  .carrier-copy h1 {
    font-size: 1.48rem;
  }
}
