@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or
    ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *,
    :before,
    :after,
    ::backdrop {
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-transition-duration: 0.15s;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(
      --default-mono-font-variation-settings,
      normal
    );
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not ((-webkit-appearance: -apple-pay-button))) or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .resize {
    resize: both;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0
      calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow:
      var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,)
      var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,)
      var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,)
      var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,)
      var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property:
      color,
      background-color,
      border-color,
      outline-color,
      text-decoration-color,
      fill,
      stroke,
      --tw-gradient-from,
      --tw-gradient-via,
      --tw-gradient-to,
      opacity,
      box-shadow,
      transform,
      translate,
      scale,
      rotate,
      filter,
      -webkit-backdrop-filter,
      backdrop-filter,
      display,
      content-visibility,
      overlay,
      pointer-events;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}
:root {
  --canvas: #111417;
  --shell: #181c20;
  --panel: #252a30;
  --panel-dark: #1c2025;
  --panel-light: #343a42;
  --edge-hi: #555d67;
  --edge-mid: #383e46;
  --edge-low: #0b0d0f;
  --screen: #070a0b;
  --screen-edge: #343a3f;
  --text: #d3d7dc;
  --muted: #818890;
  --engraved: #111417;
  --cyan: #a7ecff;
  --cyan-strong: #5ccdf5;
  --green: #81e8b8;
  --amber: #e4b96c;
  --danger: #e68d87;
  --mono: "SFMono-Regular", "Roboto Mono", "Cascadia Mono", Consolas, monospace;
  --sans:
    Inter, Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  background: var(--canvas);
  min-width: 320px;
  min-height: 100%;
}
body {
  min-height: 100%;
  color: var(--text);
  background:
    radial-gradient(circle at 50% -12%, #636e7921, transparent 38%),
    var(--canvas);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  margin: 0;
}
button,
input {
  font: inherit;
}
button {
  -webkit-tap-highlight-color: transparent;
}
.appCanvas {
  min-height: 100dvh;
  padding: clamp(10px, 2vw, 28px);
}
.cockpitShell {
  background:
    linear-gradient(135deg, #ffffff06, #0000 24%),
    linear-gradient(#1d2227, #15191d 72%);
  border: 1px solid #343a40;
  border-radius: 20px;
  width: min(1500px, 100%);
  min-height: calc(100dvh - clamp(20px, 4vw, 56px));
  margin: 0 auto;
  padding: clamp(14px, 1.7vw, 26px);
  position: relative;
  overflow: hidden;
  box-shadow:
    inset 1px 1px #ffffff0f,
    inset -1px -1px #090b0d,
    0 24px 70px #00000085;
}
.topDeck {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: stretch;
  gap: 18px;
  margin-bottom: 18px;
  display: grid;
}
.ciPlacard {
  background:
    linear-gradient(110deg, #ffffff12, #0000 24%, #0000001f 72%),
    linear-gradient(#3a414a, #2a3037 54%, #23282e);
  border: 1px solid #515862;
  border-color: #515862 #121518 #0d0f11 #515862;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 116px;
  padding: 20px 46px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow:
    0 8px 13px #0000008c,
    inset 1px 1px 2px #ffffff1f,
    inset -2px -2px 4px #00000073;
}
.ciPlacard:after {
  content: "";
  pointer-events: none;
  border: 1px solid #080a0c80;
  border-radius: 5px;
  position: absolute;
  inset: 6px;
}
.ciPlacard h1,
.ciPlacard p {
  z-index: 1;
  color: var(--engraved);
  text-align: center;
  text-shadow:
    -1px -1px 1px #000000e6,
    1px 1px 1px #ffffff29;
  margin: 0;
  position: relative;
}
.ciPlacard h1 {
  letter-spacing: 0.08em;
  font-size: clamp(25px, 3.2vw, 46px);
  font-weight: 950;
  line-height: 1;
}
.ciPlacard p {
  font-family: var(--mono);
  letter-spacing: 0.27em;
  margin-top: 11px;
  font-size: clamp(10px, 1.15vw, 15px);
  font-weight: 900;
}
.topControls {
  grid-template-columns: repeat(2, minmax(122px, 150px));
  gap: 12px;
  display: grid;
}
.hardwareButton {
  border: 2px solid;
  border-color: var(--edge-hi) var(--edge-low) var(--edge-low) var(--edge-hi);
  color: #bfc4ca;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background: linear-gradient(145deg, #ffffff09, #0000 42%), #30353c;
  border-radius: 6px;
  min-width: 0;
  transition:
    transform 80ms,
    box-shadow 80ms,
    color 0.12s,
    background 0.12s;
  position: relative;
  box-shadow:
    0 5px #0c0e10,
    0 8px 12px #00000059,
    inset 0 0 0 1px #ffffff06;
}
.hardwareButton:active:not(:disabled),
.hardwareButton.selected {
  color: #f1f4f7;
  background: #252a30;
  border-color: #14171a #4b535c #4b535c #14171a;
  transform: translateY(3px);
  box-shadow:
    0 2px #0b0d0f,
    inset 2px 2px 7px #000000a3,
    inset -1px -1px 1px #ffffff0e;
}
.hardwareButton:focus-visible,
.transportKey:focus-visible,
.playlistRow:focus-visible,
.sourceFooter button:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 3px;
}
.hardwareButton:disabled {
  color: #60666d;
  cursor: not-allowed;
  filter: saturate(0.25);
  opacity: 0.64;
}
.buttonLamp {
  background: #090b0d;
  border: 1px solid #080a0b;
  border-radius: 1px;
  width: 30px;
  height: 4px;
  position: absolute;
  top: 9px;
  left: 50%;
  transform: translate(-50%);
  box-shadow: inset 0 1px 2px #000;
}
.buttonLamp.activeLamp {
  background: var(--cyan);
  border-color: #c8f4ff73;
  box-shadow:
    0 0 5px #5ccdf5f2,
    0 0 12px #5ccdf594,
    inset 0 0 2px #fff;
}
.compactButton {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 116px;
  padding: 34px 16px 16px;
  display: flex;
}
.compactButton strong {
  font-family: var(--mono);
  letter-spacing: 0.08em;
  font-size: clamp(15px, 1.5vw, 19px);
}
.compactButton small,
.genreButton small,
.categoryButton small {
  color: #777f88;
  font-family: var(--mono);
  letter-spacing: 0.13em;
  margin-top: 7px;
  font-size: 9px;
  font-weight: 800;
}
.appDownloadButton strong {
  color: #eef2f5;
}
.systemStrip {
  background: #111519;
  border: 2px solid #41474e;
  border-color: #080a0c #41474e #41474e #080a0c;
  border-radius: 6px;
  grid-template-columns: minmax(150px, 0.85fr) minmax(280px, 1.65fr) minmax(
      170px,
      0.95fr
    ) minmax(130px, 0.7fr);
  gap: 5px;
  margin-bottom: 18px;
  padding: 7px;
  display: grid;
  box-shadow: inset 0 0 18px #000000bf;
}
.displayCell {
  background: linear-gradient(#ffffff04, #0000);
  border-right: 1px solid #30363b;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  min-height: 62px;
  padding: 9px 14px;
  display: flex;
}
.displayCell:last-child {
  border-right: 0;
}
.displayCell small {
  color: #6f7881;
  font-family: var(--mono);
  letter-spacing: 0.14em;
  font-size: 9px;
  font-weight: 800;
}
.displayCell strong {
  min-width: 0;
  color: var(--cyan);
  font-family: var(--mono);
  letter-spacing: 0.065em;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 6px;
  font-size: clamp(13px, 1.35vw, 18px);
  font-weight: 800;
  overflow: hidden;
}
.statusDot {
  background: var(--amber);
  border-radius: 50%;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  display: inline-block;
  box-shadow: 0 0 7px #e4b96c99;
}
.statusDot.live {
  background: var(--green);
  box-shadow: 0 0 7px #81e8b8a6;
}
.statusDot.checking {
  box-shadow: none;
  background: #747b84;
}
.consoleGrid {
  grid-template-columns: minmax(330px, 0.78fr) minmax(600px, 1.42fr);
  align-items: stretch;
  gap: 18px;
  display: grid;
}
.metalPanel {
  background:
    linear-gradient(135deg, #ffffff06, #0000 28%),
    linear-gradient(#292e34, #20252a);
  border: 2px solid #0c0e10;
  border-color: #4c535c #0c0e10 #0c0e10 #4c535c;
  border-radius: 9px;
  min-width: 0;
  padding: 22px;
  position: relative;
  box-shadow:
    0 12px 19px #0000006b,
    inset 1px 1px #ffffff09,
    inset -1px -1px #111417;
}
.metalPanel:after {
  content: "";
  z-index: 0;
  pointer-events: none;
  border: 1px solid #0a0c0e94;
  border-radius: 5px;
  position: absolute;
  inset: 8px;
}
.metalPanel > :not(.screw) {
  z-index: 1;
  position: relative;
}
.screw {
  z-index: 3;
  background: radial-gradient(
    circle at 32% 28%,
    #9299a1 0,
    #545b63 20%,
    #272c31 55%,
    #101214 100%
  );
  border: 1px solid #15181b;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  position: absolute;
  box-shadow:
    1px 2px 3px #000000c7,
    inset -1px -1px 1px #0c0e0f;
}
.screw:after {
  content: "";
  background: #0c0e10b3;
  width: 6px;
  height: 1px;
  position: absolute;
  top: 5px;
  left: 2px;
  transform: rotate(-18deg);
}
.screwTl {
  top: 11px;
  left: 11px;
}
.screwTr {
  top: 11px;
  right: 11px;
}
.screwBl {
  bottom: 11px;
  left: 11px;
}
.screwBr {
  bottom: 11px;
  right: 11px;
}
.panelHeading {
  border-bottom: 1px solid #111519;
  align-items: center;
  gap: 10px;
  margin: 3px 0 15px;
  padding: 0 5px 10px;
  display: flex;
  box-shadow: 0 1px #ffffff09;
}
.panelHeading.compactHeading {
  margin-top: 24px;
}
.panelHeading b,
.assemblyHeader b {
  color: #5c646c;
  font-family: var(--mono);
  letter-spacing: 0.08em;
  font-size: 10px;
}
.panelHeading div,
.assemblyHeader div {
  align-items: baseline;
  gap: 9px;
  display: flex;
}
.panelHeading strong,
.assemblyHeader strong {
  color: #cdd2d7;
  font-family: var(--mono);
  letter-spacing: 0.16em;
  font-size: 13px;
}
.panelHeading small,
.assemblyHeader small {
  color: #747c84;
  font-size: 10px;
  font-weight: 700;
}
.genreGrid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  display: grid;
}
.genreButton {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 75px;
  padding: 27px 14px 9px 44px;
  display: flex;
}
.genreButton .buttonLamp {
  width: 25px;
}
.genreLamp.genreLampOn,
.categoryLamp.categoryLampOn {
  height: 5px;
}
.genreLamp.genreLampOn {
  background: #79c69f;
  border-color: #a8d8bfbd;
  box-shadow:
    0 0 3px #79c69fc7,
    0 0 9px #79c69f75,
    inset 0 0 2px #ffffffd9;
}
.categoryLamp.categoryLampOn {
  background: #79a6c6;
  border-color: #a8c5d8bd;
  box-shadow:
    0 0 3px #79a6c6c7,
    0 0 9px #79a6c675,
    inset 0 0 2px #ffffffd9;
}
.genreButton strong {
  font-family: var(--mono);
  letter-spacing: 0.07em;
  font-size: 15px;
}
.buttonNumber {
  color: #616971;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 800;
  position: absolute;
  bottom: 15px;
  left: 12px;
}
.threeButtonRow {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  display: grid;
}
.categoryButton {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 78px;
  padding: 29px 8px 10px;
  display: flex;
}
.categoryButton strong {
  font-family: var(--mono);
  letter-spacing: 0.04em;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: clamp(12px, 1.1vw, 15px);
  overflow: hidden;
}
.categoryLamp.categoryLampOn {
  inset-inline-start: 50%;
}
.selectionReadout {
  background: var(--screen);
  border: 2px solid #42484f;
  border-color: #0b0d0f #42484f #42484f #0b0d0f;
  border-radius: 5px;
  grid-template-columns: repeat(5, auto);
  place-content: center start;
  gap: 7px;
  min-height: 92px;
  margin-top: 25px;
  padding: 12px 14px;
  display: grid;
  overflow: hidden;
  box-shadow: inset 0 0 15px #000;
}
.selectionReadout > span,
.selectionReadout > small {
  grid-column: 1/-1;
}
.selectionReadout > span {
  color: #69727a;
  font-family: var(--mono);
  letter-spacing: 0.16em;
  font-size: 9px;
  font-weight: 800;
}
.selectionReadout strong,
.selectionReadout i {
  color: var(--cyan);
  font-family: var(--mono);
  letter-spacing: 0.025em;
  white-space: nowrap;
  font-size: clamp(11px, 1.08vw, 14px);
  font-style: normal;
}
.selectionReadout i {
  color: #667079;
}
.selectionReadout small {
  color: #858d95;
  font-size: 10px;
}
.frequencyWindow {
  background: radial-gradient(circle at 50% 30%, #58dbff06, #0000 58%), #050809;
  border: 2px solid #41464c;
  border-color: #080a0b #41464c #41464c #080a0b;
  border-radius: 5px;
  padding: 13px 18px 15px;
  overflow: hidden;
  box-shadow: inset 0 0 24px #000;
}
.frequencyWindow header,
.frequencyWindow footer {
  color: #6d777f;
  font-family: var(--mono);
  letter-spacing: 0.13em;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  font-size: 9px;
  font-weight: 800;
  display: flex;
}
.frequencyWindow footer {
  color: #667078;
  letter-spacing: 0.06em;
  font-size: 9px;
}
.readyText {
  color: var(--green);
}
.pendingText {
  color: var(--amber);
}
.frequencyTitle {
  align-items: center;
  min-height: 67px;
  display: flex;
  overflow: hidden;
}
.frequencyTitle span {
  width: 100%;
  color: var(--cyan);
  font-family: var(--mono);
  letter-spacing: 0.06em;
  text-overflow: ellipsis;
  text-shadow: 0 0 8px #5ccdf529;
  white-space: nowrap;
  font-size: clamp(23px, 3vw, 41px);
  font-weight: 800;
  line-height: 1.1;
  overflow: hidden;
}
.transportPanel {
  grid-template-columns: 72px 100px 72px 78px minmax(120px, 1fr);
  gap: 10px;
  margin-top: 13px;
  display: grid;
}
.transportKey,
.sourceFooter button {
  color: #c9ced3;
  cursor: pointer;
  background: #30353b;
  border: 2px solid #0b0d0f;
  border-color: #4b535b #0b0d0f #0b0d0f #4b535b;
  border-radius: 5px;
  box-shadow:
    0 4px #0b0d0f,
    0 7px 9px #00000052;
}
.transportKey {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  min-height: 64px;
  display: flex;
}
.transportKey small {
  color: #767e86;
  font-family: var(--mono);
  letter-spacing: 0.08em;
  font-size: 8px;
  font-weight: 800;
}
.transportIcon {
  color: #d7dbe0;
  flex: 0 0 25px;
  width: 30px;
  height: 25px;
  display: block;
  position: relative;
}
.transportIcon i {
  display: block;
  position: absolute;
}
.transportIcon .iconTriangle {
  border-top: 9px solid #0000;
  border-bottom: 9px solid #0000;
  width: 0;
  height: 0;
  top: 3px;
}
.prevIcon .iconTriangle {
  border-right: 14px solid;
  left: 7px;
}
.nextIcon .iconTriangle,
.playIcon .iconTriangle {
  border-left: 14px solid;
  left: 8px;
}
.prevIcon .iconBar,
.nextIcon .iconBar {
  background: currentColor;
  border-radius: 1px;
  width: 2px;
  height: 20px;
  top: 2px;
}
.prevIcon .iconBar {
  left: 2px;
}
.nextIcon .iconBar {
  right: 2px;
}
.pauseIcon i {
  background: currentColor;
  border-radius: 1px;
  width: 5px;
  height: 20px;
  top: 2px;
}
.pauseIcon i:first-child {
  left: 7px;
}
.pauseIcon i:last-child {
  right: 7px;
}
.repeatIcon:before {
  content: "";
  border: 2px solid;
  border-left-color: #0000;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 3px;
  left: 5px;
}
.repeatIcon:after {
  content: "";
  border-top: 5px solid #0000;
  border-bottom: 5px solid #0000;
  border-left: 7px solid;
  width: 0;
  height: 0;
  position: absolute;
  top: 1px;
  right: 3px;
  transform: rotate(-22deg);
}
.transportKey:active,
.transportKey.engaged {
  color: var(--cyan);
  background: #252a30;
  border-color: #101316 #485059 #485059 #101316;
  transform: translateY(3px);
  box-shadow:
    0 1px #0b0d0f,
    inset 2px 2px 6px #00000094;
}
.playKey {
  color: #eefdff;
  background: linear-gradient(#3b444b, #30373d);
  border-color: #63727d #111417 #111417 #63727d;
  box-shadow:
    0 4px #0b0d0f,
    0 0 10px #55cfff29,
    0 7px 9px #00000052;
}
.playKey .transportIcon {
  color: #8ee5ff;
  filter: drop-shadow(0 0 5px #55cfffc2);
}
.playKey small {
  color: #a9dbea;
  transform: translateY(-4px);
}
.installDialogBackdrop {
  z-index: 50;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: #030507c7;
  place-items: center;
  padding: 20px;
  display: grid;
  position: fixed;
  inset: 0;
}
.installDialog {
  text-align: center;
  background: linear-gradient(#2c3238, #20252a);
  border: 2px solid #111417;
  border-color: #606a73 #111417 #111417 #606a73;
  border-radius: 8px;
  width: min(440px, 100%);
  padding: 34px 30px 26px;
  position: relative;
  box-shadow:
    0 20px 55px #000000b8,
    inset 1px 1px #ffffff0d;
}
.installDialogLamp {
  background: #70efb2;
  border-radius: 4px;
  width: 42px;
  height: 5px;
  margin: 0 auto 18px;
  display: block;
  box-shadow:
    0 0 8px #70efb2,
    0 0 22px #70efb2cc;
}
.installDialog h2 {
  color: var(--cyan);
  font-family: var(--mono);
  letter-spacing: 0.08em;
  margin: 0;
  font-size: 18px;
}
.installDialog p {
  color: #d5dbe0;
  margin: 18px 0 22px;
  font-size: 14px;
  line-height: 1.65;
}
.installDialog button {
  color: #f2f5f7;
  min-width: 132px;
  min-height: 46px;
  font-family: var(--mono);
  letter-spacing: 0.08em;
  cursor: pointer;
  background: #343b42;
  border: 2px solid #0b0d0f;
  border-color: #59636c #0b0d0f #0b0d0f #59636c;
  border-radius: 5px;
  font-weight: 800;
  box-shadow: 0 4px #0b0d0f;
}
.volumeControl {
  background: #20252a;
  border: 1px solid #131619;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 10px 14px;
  display: flex;
  box-shadow:
    inset 2px 2px 6px #00000080,
    1px 1px #ffffff0a;
}
.volumeControl small {
  color: #707881;
  font-family: var(--mono);
  letter-spacing: 0.12em;
  margin-bottom: 7px;
  font-size: 8px;
  font-weight: 800;
}
input[type="range"] {
  width: 100%;
  height: 4px;
  accent-color: var(--cyan-strong);
  cursor: pointer;
  margin: 0;
}
.progressAssembly {
  background: #1c2025;
  border: 1px solid #14171a;
  border-radius: 4px;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  align-items: center;
  gap: 9px;
  margin-top: 13px;
  padding: 8px 12px;
  display: grid;
}
.progressAssembly span {
  color: #8c949c;
  font-family: var(--mono);
  text-align: center;
  font-size: 10px;
}
.systemMessage {
  border-left: 3px solid var(--amber);
  color: #c8b283;
  background: #14120da6;
  margin-top: 11px;
  padding: 9px 12px;
  font-size: 11px;
  line-height: 1.5;
}
.informationGrid {
  grid-template-columns: minmax(280px, 0.88fr) minmax(330px, 1.12fr);
  gap: 13px;
  margin-top: 17px;
  display: grid;
}
.playlistAssembly,
.storyAssembly {
  background: #1d2227;
  border: 1px solid #101316;
  border-radius: 5px;
  min-width: 0;
  box-shadow:
    inset 1px 1px 5px #0000006b,
    1px 1px #ffffff09;
}
.assemblyHeader {
  background: linear-gradient(#2a2f35, #23282e);
  border-bottom: 1px solid #0d1012;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 10px 13px;
  display: flex;
}
.assemblyHeader > div {
  min-width: 0;
}
.assemblyHeader > span {
  color: var(--cyan);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 800;
}
.playlistRows {
  overscroll-behavior: contain;
  scrollbar-color: #4b555e #111519;
  scrollbar-width: thin;
  height: 318px;
  overflow-y: auto;
}
.playlistRow {
  color: #adb3b9;
  text-align: left;
  cursor: pointer;
  background: #181c20;
  border: 0;
  border-bottom: 1px solid #0f1214;
  grid-template-columns: 8px 24px minmax(0, 1fr) 27px;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-height: 46px;
  padding: 8px 10px;
  display: grid;
}
.playlistRow:hover,
.playlistRow.current {
  color: #f0f3f5;
  background: #252b30;
}
.playlistRow.current {
  box-shadow: inset 3px 0 0 var(--cyan-strong);
}
.sourceLamp {
  background: #67615a;
  border: 1px solid #080a0b;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}
.sourceLamp.online {
  background: var(--green);
  box-shadow: 0 0 6px #81e8b8a6;
}
.listIndex,
.playlistRow small {
  color: #69727a;
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 800;
}
.listTitle {
  font-family: var(--mono);
  letter-spacing: 0.02em;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
  font-weight: 700;
  overflow: hidden;
}
.emptyList {
  color: #737b83;
  font-family: var(--mono);
  padding: 22px;
  font-size: 10px;
  line-height: 1.6;
}
.storyWindow {
  overscroll-behavior: contain;
  color: #b5bac0;
  scrollbar-color: #4b555e #111519;
  scrollbar-width: thin;
  background: #171b1f;
  height: 318px;
  padding: 17px 18px 24px;
  overflow-y: auto;
}
.storyWindow > strong {
  color: var(--cyan);
  font-family: var(--mono);
  letter-spacing: 0.04em;
  margin-bottom: 12px;
  font-size: 14px;
  display: block;
}
.storyWindow p {
  white-space: pre-line;
  word-break: keep-all;
  margin: 0;
  font-size: 13px;
  line-height: 1.76;
}
.storyWindow .storyTeaser {
  color: #d0d4d8;
  border-bottom: 1px solid #30363c;
  margin-bottom: 14px;
  padding-bottom: 13px;
  font-weight: 700;
}
.sourceFooter {
  color: #737c84;
  font-family: var(--mono);
  letter-spacing: 0.08em;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
  margin-top: 13px;
  font-size: 9px;
  font-weight: 800;
  display: flex;
}
.sourceFooter button {
  color: #aab0b6;
  min-height: 32px;
  font-family: var(--mono);
  letter-spacing: 0.08em;
  padding: 7px 12px;
  font-size: 9px;
  font-weight: 800;
}
.copyrightLine {
  color: #111417;
  text-align: center;
  font-family: var(--mono);
  letter-spacing: 0.14em;
  text-shadow:
    -1px -1px 1px #000000d1,
    1px 1px 1px #ffffff1f;
  margin-top: 18px;
  padding: 8px 12px 4px;
  font-size: clamp(8px, 0.8vw, 10px);
  font-weight: 900;
}
audio {
  display: none;
}
@media (max-width: 1120px) {
  .consoleGrid {
    grid-template-columns: minmax(305px, 0.72fr) minmax(510px, 1.28fr);
    gap: 13px;
  }
  .metalPanel {
    padding: 19px;
  }
  .transportPanel {
    grid-template-columns: 62px 88px 62px 68px minmax(105px, 1fr);
    gap: 8px;
  }
  .informationGrid {
    grid-template-columns: minmax(230px, 0.82fr) minmax(280px, 1.18fr);
  }
  .assemblyHeader div {
    gap: 6px;
  }
  .assemblyHeader small {
    display: none;
  }
}
@media (max-width: 900px) {
  .appCanvas {
    padding: 0;
  }
  .cockpitShell {
    border: 0;
    border-radius: 0;
    width: 100%;
    min-height: 100dvh;
    padding: 14px;
  }
  .topDeck {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .topControls {
    grid-template-columns: repeat(2, 1fr);
  }
  .compactButton {
    min-height: 82px;
    padding-top: 29px;
  }
  .systemStrip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .displayCell:nth-child(2) {
    border-right: 0;
  }
  .consoleGrid {
    grid-template-columns: 1fr;
  }
  .informationGrid {
    grid-template-columns: minmax(270px, 0.88fr) minmax(330px, 1.12fr);
  }
}
@media (max-width: 660px) {
  .cockpitShell {
    padding: 10px;
  }
  .ciPlacard {
    min-height: 105px;
    padding-inline: 30px;
  }
  .ciPlacard h1 {
    font-size: clamp(21px, 7vw, 31px);
  }
  .systemStrip {
    gap: 3px;
    padding: 5px;
  }
  .displayCell {
    min-height: 58px;
    padding: 8px 9px;
  }
  .displayCell strong {
    font-size: 11px;
  }
  .wideCell strong {
    letter-spacing: 0;
  }
  .metalPanel {
    padding: 17px 15px;
  }
  .genreGrid,
  .threeButtonRow {
    gap: 8px;
  }
  .genreButton {
    min-height: 70px;
  }
  .categoryButton {
    min-height: 73px;
  }
  .categoryButton strong {
    font-size: 11px;
  }
  .categoryButton small {
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    font-size: 7px;
    overflow: hidden;
  }
  .selectionReadout {
    grid-template-columns: 1fr;
  }
  .selectionReadout i {
    display: none;
  }
  .selectionReadout strong {
    white-space: normal;
  }
  .frequencyWindow {
    padding-inline: 12px;
  }
  .frequencyTitle span {
    letter-spacing: 0.025em;
    font-size: clamp(19px, 6vw, 28px);
  }
  .frequencyWindow footer span:last-child {
    display: none;
  }
  .transportPanel {
    grid-template-columns: 0.9fr 1.2fr 0.9fr 0.9fr;
  }
  .transportKey {
    min-height: 59px;
  }
  .volumeControl {
    grid-column: 1/-1;
  }
  .informationGrid {
    grid-template-columns: 1fr;
  }
  .playlistRows,
  .storyWindow {
    height: 300px;
  }
  .sourceFooter {
    flex-direction: column;
    align-items: flex-start;
  }
  .copyrightLine {
    padding-bottom: max(6px, env(safe-area-inset-bottom));
    letter-spacing: 0.07em;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  :before,
  :after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
