/* ISAICHILLOUT hosted audio repair v5.8.0 */
/* Hide only the legacy SoundCloud element. Never hide or remove its parent card. */
iframe[src*="soundcloud" i],
iframe[src*="w.soundcloud.com" i],
iframe[title*="soundcloud" i],
object[data*="soundcloud" i],
embed[src*="soundcloud" i],
.soundcloud-player,
.soundcloud-embed {
  display: none !important;
}

.ich58-audio-card {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  grid-template-columns: minmax(0, 1fr) !important;
  min-width: 0 !important;
  height: auto !important;
  overflow: visible !important;
}

.ich58-audio-card > * {
  min-width: 0 !important;
}

.ich58-audio-card > .ich58-player,
.ich58-audio-card .ich58-player {
  order: 999 !important;
  width: 100% !important;
  max-width: none !important;
  flex: 0 0 auto !important;
  grid-column: 1 / -1 !important;
  align-self: stretch !important;
}

.ich58-player {
  width: 100%;
  margin-top: 18px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  background:
    radial-gradient(circle at 12% 18%, rgba(228,80,255,.13), transparent 34%),
    linear-gradient(145deg, rgba(25,21,31,.98), rgba(8,8,12,.99));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.035), 0 16px 40px rgba(0,0,0,.18);
  color: #fff;
  overflow: hidden;
  box-sizing: border-box;
}

.ich58-player *,
.ich58-player *::before,
.ich58-player *::after {
  box-sizing: border-box;
}

.ich58-player audio {
  display: none !important;
}

.ich58-layout {
  display: grid;
  grid-template-columns: 96px minmax(0,1fr);
  align-items: stretch;
  gap: 14px;
}

.ich58-art {
  position: relative;
  min-height: 96px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(225,72,255,.18), rgba(5,5,8,.96));
  overflow: hidden;
  display: grid;
  place-items: center;
}

.ich58-art img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.ich58-monogram {
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: .08em;
  color: rgba(255,255,255,.82);
}

.ich58-main,
.ich58-copy {
  min-width: 0;
}

.ich58-top {
  display: grid;
  grid-template-columns: 42px minmax(0,1fr) auto;
  align-items: center;
  gap: 10px;
}

.ich58-play {
  appearance: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(236,116,255,.44);
  border-radius: 50%;
  background: rgba(236,116,255,.12);
  color: #fff;
  font: inherit;
  font-size: .88rem;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.ich58-play:hover,
.ich58-play:focus-visible {
  transform: translateY(-1px);
  background: rgba(236,116,255,.22);
  border-color: rgba(236,116,255,.76);
  outline: none;
}

.ich58-play:disabled {
  opacity: .42;
  cursor: not-allowed;
  transform: none;
}

.ich58-title,
.ich58-subtitle,
.ich58-status {
  margin: 0 !important;
}

.ich58-title {
  color: #fff !important;
  font-size: .96rem !important;
  font-weight: 850 !important;
  line-height: 1.25 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ich58-subtitle {
  margin-top: 3px !important;
  color: rgba(255,255,255,.59) !important;
  font-size: .68rem !important;
  line-height: 1.35 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ich58-time {
  color: rgba(255,255,255,.67);
  font-size: .66rem;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.ich58-wave {
  position: relative;
  width: 100%;
  height: 58px;
  margin-top: 10px;
  border: 1px solid rgba(255,255,255,.075);
  border-radius: 10px;
  background:
    linear-gradient(to right, rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,.025) 1px, transparent 1px),
    rgba(0,0,0,.3);
  background-size: 12.5% 100%, 100% 50%, auto;
  overflow: hidden;
  cursor: pointer;
  touch-action: pan-y;
}

.ich58-wave:focus-visible {
  outline: 2px solid rgba(236,116,255,.72);
  outline-offset: 2px;
}

.ich58-wave canvas {
  width: 100%;
  height: 100%;
  display: block;
}

.ich58-controls {
  display: grid;
  grid-template-columns: auto minmax(0,1fr) auto;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}

.ich58-skip {
  appearance: none;
  min-width: 58px;
  min-height: 34px;
  padding: 0 8px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: rgba(255,255,255,.64);
  font: inherit;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .04em;
  cursor: pointer;
}

.ich58-skip:hover,
.ich58-skip:focus-visible {
  background: rgba(255,255,255,.055);
  color: #fff;
  outline: none;
}

.ich58-status {
  color: rgba(255,255,255,.48) !important;
  font-size: .56rem !important;
  font-weight: 750 !important;
  letter-spacing: .09em !important;
  line-height: 1.25 !important;
  text-align: center;
  text-transform: uppercase;
}

.ich58-player.is-playing {
  border-color: rgba(236,116,255,.31);
}

.ich58-player.has-error {
  border-color: rgba(255,116,130,.36);
}

.ich58-player.has-error .ich58-status {
  color: rgba(255,160,170,.82) !important;
}

@media (max-width: 700px) {
  .ich58-player {
    padding: 11px;
    border-radius: 14px;
  }

  .ich58-layout {
    grid-template-columns: 76px minmax(0,1fr);
    gap: 10px;
  }

  .ich58-art {
    min-height: 76px;
  }

  .ich58-top {
    grid-template-columns: 40px minmax(0,1fr);
    gap: 9px;
  }

  .ich58-play {
    width: 40px;
    height: 40px;
  }

  .ich58-time {
    grid-column: 1 / -1;
    justify-self: end;
    margin-top: -2px;
  }

  .ich58-wave {
    height: 52px;
    margin-top: 7px;
  }

  .ich58-controls {
    gap: 4px;
  }

  .ich58-skip {
    min-width: 50px;
    min-height: 38px;
    padding: 0 4px;
  }
}

@media (max-width: 430px) {
  .ich58-layout {
    grid-template-columns: 62px minmax(0,1fr);
    gap: 9px;
  }

  .ich58-art {
    min-height: 62px;
    border-radius: 10px;
  }

  .ich58-title {
    font-size: .88rem !important;
  }

  .ich58-subtitle {
    font-size: .61rem !important;
  }
}
