    :root {
      --yumi-ink: #071118;
      --yumi-night: #0d1822;
      --yumi-deep: #142533;
      --yumi-line: rgba(160, 189, 207, 0.14);
      --yumi-rose: #ff6689;
      --yumi-coral: #ff9b54;
      --yumi-sky: #4bd7ff;
      --yumi-violet: #6a5cff;
      --yumi-text: #f7fbff;
      --yumi-muted: #9eb2c1;
    }

    [x-cloak] {
      display: none !important;
    }

    body.yumi-bg {
      background:
        radial-gradient(circle at 15% 20%, rgba(255, 102, 137, 0.22), transparent 35%),
        radial-gradient(circle at 85% 25%, rgba(106, 92, 255, 0.18), transparent 35%),
        radial-gradient(circle at 50% 85%, rgba(75, 215, 255, 0.16), transparent 35%),
        linear-gradient(180deg, #050816 0%, #0b1622 45%, #122533 100%);
      color: var(--yumi-text);
      min-height: 100vh;
    }

    .brand-emblem {
      display: grid;
      height: 2.6rem;
      width: 2.6rem;
      place-items: center;
      border-radius: 10px;
      background: linear-gradient(
        135deg,
        var(--yumi-rose) 0%,
        var(--yumi-coral) 45%,
        var(--yumi-violet) 75%,
        var(--yumi-sky) 100%
      );
      color: #051017;
      font-weight: 900;
      box-shadow: 0 14px 28px rgba(0,0,0,.28);
    }

    .nav-chip {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 2.45rem;
      padding: 0 1rem;
      border: 1px solid rgba(255,255,255,.06);
      border-radius: 999px;
      background: rgba(255,255,255,.04);
      color: rgba(247,251,255,.82);
      font-size: .92rem;
      font-weight: 600;
      transition: .2s ease;
    }

    .nav-chip:hover,
    .nav-chip.is-active {
      transform: translateY(-1px);
      border-color: rgba(75,215,255,.2);
      background: rgba(75,215,255,.12);
      color: white;
      text-decoration: none;
    }

    .nav-icon-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 2.85rem;
      height: 2.85rem;
      border-radius: 10px;
      border: 1px solid rgba(255,255,255,.08);
      background: rgba(255,255,255,.05);
      color: rgba(247,251,255,.9);
      transition: .2s ease;
      box-shadow: 0 14px 28px rgba(0,0,0,.18);
    }

    .nav-icon-button:hover {
      border-color: rgba(75,215,255,.24);
      background: rgba(75,215,255,.14);
      color: white;
    }

    .mobile-nav-backdrop {
      position: fixed;
      inset: 0;
      z-index: 60;
      background: rgba(3, 9, 15, .68);
      backdrop-filter: blur(8px);
    }

    .mobile-nav-drawer {
      position: fixed;
      inset: 0 0 0 auto;
      z-index: 70;
      width: min(82vw, 22rem);
      padding: 1rem;
      display: flex;
      flex-direction: column;
      gap: 1rem;
      border-right: 1px solid rgba(255,255,255,.08);
      background:
        linear-gradient(180deg, rgba(255,255,255,.05), transparent 20%),
        rgba(6, 12, 19, .96);
      box-shadow: 0 24px 60px rgba(0,0,0,.42);
      backdrop-filter: blur(22px);
    }

    .mobile-nav-links {
      display: flex;
      flex-direction: column;
      gap: .65rem;
      padding-top: .35rem;
    }

    .mobile-nav-link {
      display: flex;
      align-items: center;
      min-height: 3rem;
      padding: 0 .95rem;
      border-radius: 12px;
      border: 1px solid rgba(255,255,255,.06);
      background: rgba(255,255,255,.04);
      color: rgba(247,251,255,.88);
      font-size: .98rem;
      font-weight: 600;
      transition: .2s ease;
    }

    .mobile-nav-link:hover,
    .mobile-nav-link.is-active {
      border-color: rgba(75,215,255,.22);
      background: rgba(75,215,255,.14);
      color: white;
      text-decoration: none;
      transform: translateX(2px);
    }

    .brand-copy {
      display: flex;
      flex-direction: column;
      gap: .1rem;
    }

    .station-panel {
      border: 1px solid rgba(255,255,255,.06);
      border-radius: 16px;
      background:
        linear-gradient(180deg, rgba(255,255,255,.04), transparent 30%),
        rgba(10,18,28,.85);
      box-shadow:
        0 20px 60px rgba(0,0,0,.45),
        inset 0 1px 0 rgba(255,255,255,.05);
      backdrop-filter: blur(24px);
    }

    .station-panel-body {
      padding: 1.4rem;
    }

    .btn-station {
      border: 0;
      background: linear-gradient(90deg, var(--yumi-rose), var(--yumi-coral), var(--yumi-sky));
      color: #051118;
      font-weight: 700;
    }

    .btn-station:hover {
      filter: brightness(1.08);
    }

    .btn-station-soft {
      border: 1px solid rgba(255,255,255,.08);
      background: rgba(255,255,255,.05);
      color: white;
    }

    .inline-note {
      color: rgba(247,251,255,.64);
    }

    .status-pill {
      display: inline-flex;
      align-items: center;
      gap: .45rem;
      min-height: 2rem;
      padding: 0 .85rem;
      border-radius: 999px;
      font-size: .85rem;
      font-weight: 700;
      border: 1px solid rgba(255,255,255,.08);
      background: rgba(255,255,255,.05);
    }

    .status-pill::before {
      content: "";
      width: .55rem;
      height: .55rem;
      border-radius: 999px;
      background: currentColor;
      box-shadow: 0 0 10px currentColor;
    }

    .status-pill.live {
      color: #70efc9;
      border-color: rgba(112,239,201,.3);
      background: rgba(112,239,201,.12);
    }

    .status-pill.offline {
      color: #9eb2c1;
    }

    .table-wrap {
      overflow-x: auto;
    }

    @media (max-width: 767px) {
      .brand-emblem {
        height: 2.35rem;
        width: 2.35rem;
        border-radius: 9px;
      }

      .nav-chip {
        min-height: 2.3rem;
        padding: 0 .9rem;
      }
    }

    .hero-visual {
  position: relative;
  min-height: 460px;
  display: grid;
  place-items: center;
  isolation: isolate;
}

/* glow behind everything */
.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(106,92,255,0.18), transparent 35%),
    radial-gradient(circle at 20% 30%, rgba(255,102,137,0.14), transparent 40%),
    radial-gradient(circle at 80% 30%, rgba(75,215,255,0.14), transparent 40%);
  filter: blur(40px);
  z-index: 0;
}

.signal-core {
  position: relative;
  z-index: 3;
  width: 118px;
  height: 118px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 1.7rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  color: white;
  background: linear-gradient(
    135deg,
    var(--yumi-rose) 0%,
    var(--yumi-coral) 35%,
    var(--yumi-violet) 70%,
    var(--yumi-sky) 100%
  );
  box-shadow:
    0 0 30px rgba(255, 102, 137, 0.22),
    0 0 60px rgba(75, 215, 255, 0.16);
  animation: pulseCore 3.2s ease-in-out infinite;
}

.signal-ring {
  position: absolute;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 999px;
  animation: pulseRing 4s ease-out infinite;
}

.ring-1 {
  width: 180px;
  height: 180px;
  animation-delay: 0s;
}

.ring-2 {
  width: 280px;
  height: 280px;
  animation-delay: 1s;
}

.ring-3 {
  width: 380px;
  height: 380px;
  animation-delay: 2s;
}

.signal-node {
  position: absolute;
  z-index: 3;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  font-size: 1.7rem;
  background: rgba(10, 18, 28, 0.88);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow:
    0 12px 30px rgba(0,0,0,0.35),
    inset 0 1px 0 rgba(255,255,255,0.04);
  backdrop-filter: blur(14px);
  animation: floatNode 4.6s ease-in-out infinite;
}

.signal-node {
  backdrop-filter: blur(20px);
  background: rgba(10, 18, 28, 0.6);
  border: 1px solid rgba(255,255,255,0.06);
}

.node-video {
  top: 52px;
  left: 72px;
  animation-delay: 0s;
}

.node-radio {
  top: 78px;
  right: 78px;
  animation-delay: 0.8s;
}

.node-commentator {
  bottom: 70px;
  left: 92px;
  animation-delay: 1.4s;
}

.node-switcher {
  bottom: 52px;
  right: 92px;
  animation-delay: 2s;
}

.signal-line {
  position: absolute;
  z-index: 2;
  height: 2px;
  transform-origin: left center;
  background: linear-gradient(90deg, rgba(255,255,255,0.05), rgba(75, 215, 255, 0.35));
  opacity: 0.6;
}

.line-1 {
  width: 120px;
  top: 130px;
  left: 138px;
  transform: rotate(28deg);
}

.line-2 {
  width: 120px;
  top: 138px;
  right: 144px;
  transform: rotate(-28deg);
}

.line-3 {
  width: 120px;
  bottom: 132px;
  left: 156px;
  transform: rotate(-28deg);
}

.line-4 {
  width: 120px;
  bottom: 122px;
  right: 154px;
  transform: rotate(28deg);
}

@keyframes pulseCore {
  0%, 100% {
    transform: scale(1);
    box-shadow:
      0 0 30px rgba(255, 102, 137, 0.22),
      0 0 60px rgba(75, 215, 255, 0.16);
  }
  50% {
    transform: scale(1.05);
    box-shadow:
      0 0 36px rgba(255, 102, 137, 0.28),
      0 0 80px rgba(75, 215, 255, 0.22);
  }
}

@keyframes pulseRing {
  0% {
    opacity: 0.12;
    transform: scale(0.94);
  }
  70% {
    opacity: 0.35;
  }
  100% {
    opacity: 0;
    transform: scale(1.08);
  }
}

@keyframes floatNode {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes orbit {
  0% { transform: rotate(0deg) translateX(140px) rotate(0deg); }
  100% { transform: rotate(360deg) translateX(140px) rotate(-360deg); }
}

.node-video {
  animation: orbit 18s linear infinite;
}

.node-radio {
  animation: orbit 22s linear infinite reverse;
}

.node-commentator {
  animation: orbit 20s linear infinite;
}

.node-switcher {
  animation: orbit 24s linear infinite reverse;
}

.admin-compact-panel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.9rem 1rem;
}

.admin-section-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.admin-stat-card {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-height: 5.8rem;
  justify-content: center;
}

.admin-stat-label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(247,251,255,.5);
}

.admin-stat-value {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

.admin-toolbar-title {
  font-size: 1rem;
  font-weight: 800;
  white-space: nowrap;
}

.admin-create-form {
  display: flex;
  flex: 1 1 42rem;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
}

.admin-input-grow {
  flex: 1 1 13rem;
}

.admin-select-compact {
  min-width: 10rem;
}

.admin-search-input {
  width: min(18rem, 100%);
}

.admin-user-stack {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.admin-live-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));
  gap: 1rem;
}

.admin-live-card {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 0.9rem;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 16px;
  background: rgba(255,255,255,.02);
}

.admin-user-card {
  display: grid;
  grid-template-columns: minmax(14rem, 18rem) minmax(0, 1fr);
  gap: 1rem;
  padding: 1rem;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 16px;
  background: rgba(255,255,255,.02);
}

.admin-user-meta {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  padding-right: 0.5rem;
}

.admin-user-email {
  font-size: 1rem;
  font-weight: 700;
  word-break: break-word;
}

.admin-user-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.admin-user-keys {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: 0.75rem;
}

.admin-key-card {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding: 0.75rem;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.07);
  background: rgba(0,0,0,.18);
}

.admin-key-preview {
  margin: 0;
}

.admin-key-copy,
.admin-key-link {
  font-size: 0.7rem;
  line-height: 1.35;
  word-break: break-all;
}

.admin-key-layout,
.account-key-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.85rem;
  align-items: start;
}

.admin-key-copy {
  color: rgba(247,251,255,.76);
}

.admin-key-link {
  color: rgba(247,251,255,.52);
}

.fan-watch-stage {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.fan-watch-player {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: min(42svh, 22rem);
  object-fit: contain;
  background: #000;
}

@media (max-width: 1023px) {
  .admin-user-card {
    grid-template-columns: 1fr;
  }

  .admin-user-meta {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .admin-create-form {
    flex-basis: 100%;
  }

  .admin-search-input {
    width: 100%;
  }

  .admin-user-keys {
    grid-template-columns: 1fr;
  }

  .admin-key-layout,
  .account-key-layout {
    grid-template-columns: 1fr;
  }

  .fan-watch-player {
    max-height: min(38svh, 18rem);
  }
}

@media (min-width: 1280px) {
  .fan-watch-stage {
    height: 100vh;
    align-items: center;
  }

  .fan-watch-player {
    aspect-ratio: auto;
    min-height: 100vh;
    max-height: 100vh;
  }
}


/* =========================
   Yumi Switcher add-on only
   ========================= */

:root {
  --yls-panel: #11161e;
  --yls-panel-2: #151b23;
  --yls-monitor: #000000;
  --yls-border: rgba(255,255,255,.08);
  --yls-muted: rgba(255,255,255,.42);
  --yls-pvw: #a3e635;
  --yls-pgm: #f87171;
  --yls-blue: #60a5fa;
}

body:has([x-data="switcherApp()"]) #siteMain {
  max-width: none;
  padding-left: .85rem;
  padding-right: .85rem;
}

#siteMain {
  transition: max-width .2s ease, padding .2s ease;
}

.switcher-topbar {
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(10,15,22,.92);
  box-shadow: 0 18px 40px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.03);
}

.switcher-surface {
  box-shadow: 0 18px 40px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.03);
}

.switcher-panel {
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(21,27,35,.94);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.03), 0 10px 26px rgba(0,0,0,.30);
}
.switcher-column {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: .75rem;
  height: 100%;
}

.switcher-frame {
  border-radius: 20px;
  background: radial-gradient(circle at 50% 18%, rgba(255,255,255,.04), transparent 40%), linear-gradient(180deg, #050608 0%, #000 100%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.04), inset 0 -35px 60px rgba(0,0,0,.24);
}

.switcher-frame.program { border: 1px solid rgba(248,113,113,.18); }
.switcher-frame.preview { border: 1px solid rgba(163,230,53,.18); }

/* Legacy guard: old renders placed Program/Preview labels above the monitor. */
.switcher-frame.program > .flex.items-center:first-child,
.switcher-frame.preview > .flex.items-center:first-child {
  display: none;
}

.switcher-tile {
  border-radius: 22px;
  background: rgba(22,27,34,.92);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.03), 0 10px 24px rgba(0,0,0,.28);
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease, background .16s ease;
}
.switcher-tile:hover { transform: translateY(-1px); }
.switcher-tile.is-preview {
  border-color: rgba(163,230,53,.65) !important;
  box-shadow: 0 0 0 1px rgba(163,230,53,.22), 0 0 20px rgba(163,230,53,.10), inset 0 1px 0 rgba(255,255,255,.03);
}
.switcher-tile.is-program {
  border-color: rgba(248,113,113,.68) !important;
  box-shadow: 0 0 0 1px rgba(248,113,113,.22), 0 0 22px rgba(248,113,113,.12), inset 0 1px 0 rgba(255,255,255,.03);
}
.switcher-tally-rail {
  position: absolute; inset: 0 0 auto 0; height: 6px; border-radius: 999px 999px 0 0;
}
.switcher-tally-rail.preview { background: var(--yls-pvw); box-shadow: 0 0 14px rgba(163,230,53,.85); }
.switcher-tally-rail.program { background: var(--yls-pgm); box-shadow: 0 0 14px rgba(248,113,113,.9); }
.switcher-tally-rail.mic { background: var(--yls-blue); box-shadow: 0 0 14px rgba(96,165,250,.85); }
.switcher-monitor {
  background: radial-gradient(circle at 50% 18%, rgba(255,255,255,.04), transparent 38%), linear-gradient(180deg, #050608 0%, #000 100%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.04), inset 0 -30px 60px rgba(0,0,0,.24);
}
.switcher-video {
  opacity: 0;
  transition: opacity .18s ease;
}
.switcher-video[data-live-state="playing"],
.switcher-video[data-live-state="hls-fallback"] {
  opacity: 1;
}
.switcher-tile.is-audio {
  background: linear-gradient(180deg, rgba(17,24,39,.96), rgba(12,17,25,.96));
}
.switcher-tile.is-mic-mix {
  border-color: rgba(96,165,250,.72) !important;
  box-shadow: 0 0 0 1px rgba(96,165,250,.24), 0 0 22px rgba(96,165,250,.13), inset 0 1px 0 rgba(255,255,255,.03);
}
.switcher-mic-monitor {
  padding: .85rem;
  background: radial-gradient(circle at 25% 20%, rgba(96,165,250,.14), transparent 42%), linear-gradient(135deg, rgba(15,23,42,.78), rgba(2,6,23,.94));
}
.switcher-vu {
  display: flex;
  align-items: flex-end;
  gap: 3px;
  height: 3.2rem;
  min-width: 5.6rem;
  padding: .35rem;
  border-radius: 12px;
  background: rgba(0,0,0,.28);
  border: 1px solid rgba(255,255,255,.07);
}
.switcher-vu-bar {
  display: block;
  width: 6px;
  height: 16%;
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  transition: height .08s ease, background .08s ease, opacity .08s ease;
}
.switcher-vu-bar:nth-child(2) { height: 22%; }
.switcher-vu-bar:nth-child(3) { height: 29%; }
.switcher-vu-bar:nth-child(4) { height: 36%; }
.switcher-vu-bar:nth-child(5) { height: 43%; }
.switcher-vu-bar:nth-child(6) { height: 50%; }
.switcher-vu-bar:nth-child(7) { height: 58%; }
.switcher-vu-bar:nth-child(8) { height: 66%; }
.switcher-vu-bar:nth-child(9) { height: 75%; }
.switcher-vu-bar:nth-child(10) { height: 84%; }
.switcher-vu-bar:nth-child(11) { height: 92%; }
.switcher-vu-bar:nth-child(12) { height: 100%; }
.switcher-vu-bar.is-on { background: #34d399; box-shadow: 0 0 7px rgba(52,211,153,.45); }
.switcher-vu-bar.is-warn { background: #fde047; box-shadow: 0 0 7px rgba(253,224,71,.45); }
.switcher-vu-bar.is-hot { background: #fb7185; box-shadow: 0 0 7px rgba(251,113,133,.52); }
.switcher-mix-btn {
  min-width: 4.2rem;
  border: 1px solid rgba(96,165,250,.32);
  background: rgba(96,165,250,.10);
  color: rgba(219,234,254,.88);
}
.switcher-mix-btn.is-on {
  background: linear-gradient(180deg, #bfdbfe, #60a5fa);
  color: #07111f;
  border-color: rgba(147,197,253,.7);
}
.switcher-bus {
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(17,22,30,.95);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.03), 0 10px 24px rgba(0,0,0,.24);
  min-height: 5.3rem;
  display: flex;
  align-items: center;
}
.switcher-bus > .grid {
  width: 100%;
}
.switcher-bus-btn {
  min-height: 4rem;
  border-radius: 18px;
  font-weight: 900;
  letter-spacing: .02em;
  transition: transform .15s ease, filter .15s ease;
}
.switcher-bus-btn:hover { transform: translateY(-1px); }
.switcher-bus-btn.is-preview {
  background: linear-gradient(180deg, #d8f99b, #a3e635);
  border-color: rgba(163,230,53,.4);
  color: #1e2b0b;
  box-shadow: 0 0 14px rgba(163,230,53,.16);
}
.switcher-bus-btn.is-program {
  background: linear-gradient(180deg, #ffb2b2, #f87171);
  border-color: rgba(248,113,113,.4);
  color: #3b1111;
  box-shadow: 0 0 14px rgba(248,113,113,.16);
}
.switcher-bus-btn.is-idle {
  background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.82));
  border-color: rgba(255,255,255,.16);
  color: #16202d;
}
.switcher-onair-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: .85rem;
  min-height: 5.3rem;
}
.switcher-onair-copy {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  min-width: 0;
}
.switcher-onair-label {
  flex: 0 0 auto;
  font-size: .76rem;
  line-height: 1;
  color: rgba(255,255,255,.45);
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.switcher-onair-name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: clamp(1.45rem, 2vw, 2.1rem);
  line-height: 1;
  font-weight: 950;
}
.switcher-onair-actions {
  display: flex;
  align-items: center;
  gap: .7rem;
}
.switcher-action-btn { min-width: 7rem; border-radius: 18px; font-weight: 800; }
.switcher-fullscreen-box { border-radius: 24px; overflow: hidden; }
body:has([x-data="switcherApp()"]) .modal-box { border-radius: 24px; }
body:has([x-data="switcherApp()"]) .toast .alert { border-radius: 16px; border: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(12px); }

@media (max-width: 1180px) {
  body:has([x-data="switcherApp()"]) #siteMain { padding-left: .7rem; padding-right: .7rem; }
}
@media (max-width: 1024px) {
  .switcher-bus-btn { min-height: 3.5rem; font-size: 1rem; }
}
@media (max-width: 768px) {
  .switcher-bus-btn { min-height: 3.25rem; border-radius: 16px; }
  .switcher-topbar { border-radius: 20px; }
  .switcher-panel, .switcher-tile, .switcher-bus { border-radius: 18px; }
  .switcher-column { grid-template-rows: auto auto; }
  .switcher-onair-panel { grid-template-columns: 1fr; align-items: stretch; }
  .switcher-onair-copy { justify-content: space-between; }
  .switcher-onair-actions .switcher-action-btn { flex: 1 1 0; }
}
