/* Музыка (Suno) — экран и форма */
body.screen-music {
  padding-bottom: 0;
  height: var(--app-height, 100vh);
  overflow: hidden;
}
body.screen-music .wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
}
body.screen-music #app {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
body.screen-music .footer-note {
  display: none;
}
body.screen-music .gen-page.music-page {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.music-mode-row {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}
.music-mode-btn {
  flex: 1;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid var(--border, rgba(255, 255, 255, 0.08));
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-muted, #a1a1aa);
  font-family: inherit;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}
.music-mode-btn.active {
  border-color: rgba(168, 85, 247, 0.45);
  background: rgba(168, 85, 247, 0.12);
  color: #fff;
}

.music-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 12px;
  font-size: 0.78rem;
  color: var(--text-muted, #a1a1aa);
}
.music-field > span:first-child {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
}
.music-select,
.music-inp {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid var(--border, rgba(255, 255, 255, 0.1));
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  font-family: inherit;
  font-size: 0.86rem;
}
.music-ta {
  min-height: 88px;
  resize: vertical;
}
.music-row-check {
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.music-row-check input {
  width: 18px;
  height: 18px;
  accent-color: #a855f7;
}

.music-upload-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 12px;
}
.music-up-slot {
  border: 1px dashed rgba(168, 85, 247, 0.35);
  border-radius: 10px;
  padding: 10px;
  font-size: 0.75rem;
  color: var(--text-muted, #a1a1aa);
}
.music-up-slot input[type="file"] {
  margin-top: 8px;
  width: 100%;
  font-size: 0.72rem;
}

.music-cover-hint {
  font-size: 0.8rem;
  color: var(--text-muted, #a1a1aa);
  line-height: 1.45;
  margin: 0 0 10px;
}
.music-up-slot-full {
  flex: 1 1 100%;
  max-width: 100%;
}

.music-url-status {
  font-size: 0.78rem;
  color: rgba(168, 245, 200, 0.85);
  margin-bottom: 10px;
  min-height: 1.2em;
}
.music-hint {
  font-size: 0.78rem;
  color: var(--text-muted, #a1a1aa);
  margin: 0 0 12px;
  line-height: 1.45;
}

body.screen-music .music-gen-mobile-submit {
  flex-direction: column;
  align-items: stretch;
  gap: 6px;
}
body.screen-music .music-gen-mobile-submit .msg:not(:empty) {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0 4px 4px;
  font-size: 0.8rem;
}

.music-mobile-submit {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  width: 100%;
}

.music-submit-full {
  width: 100%;
  box-sizing: border-box;
}

.music-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 8px;
  padding-top: 12px;
  border-top: 1px solid var(--border, rgba(255, 255, 255, 0.06));
}
/* Десктоп: одна кнопка на всю строку */
body.web-mode .gen-input-card .music-submit-desktop--solo {
  justify-content: stretch;
}
body.web-mode .gen-input-card .music-submit-desktop--solo .chat-submit {
  width: 100%;
  flex: 1 1 auto;
}

.music-hist-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(12, 11, 18, 0.85);
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.15s ease, box-shadow 0.18s ease;
}

.music-hist-media {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  flex-shrink: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
}

.music-hist-card .music-hist-cover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  overflow: hidden;
}

.music-hist-card .music-hist-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.music-hist-cover--ph {
  background: linear-gradient(145deg, rgba(88, 28, 135, 0.45) 0%, rgba(30, 27, 46, 1) 48%, rgba(59, 130, 246, 0.2) 100%);
}

.music-hist-cover--ph::after {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(255,255,255,0.35)'%3E%3Cpath d='M12 3v10.55c-.59-.34-1.27-.55-2-.55-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4V7h4V3h-6z'/%3E%3C/svg%3E") center / 42% no-repeat;
}

.music-hist-play-badge {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.45) 0%, transparent 52%);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.music-hist-card:hover .music-hist-play-badge,
.music-hist-card:focus-visible .music-hist-play-badge {
  opacity: 1;
}

.music-hist-play-svg {
  display: block;
  width: clamp(44px, 28%, 56px);
  height: clamp(44px, 28%, 56px);
  padding: 12px;
  box-sizing: border-box;
  border-radius: 50%;
  background: rgba(7, 4, 16, 0.55);
  color: rgba(246, 232, 255, 0.95);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(6px);
}

.music-hist-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 12px 12px 14px;
  flex: 1;
  min-width: 0;
}

.music-hist-title {
  font-weight: 700;
  font-size: 0.88rem;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.94);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  letter-spacing: -0.02em;
}

.music-hist-dl {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  align-self: flex-start;
  padding: 8px 14px;
  border-radius: 10px;
  font-size: 0.76rem;
  font-weight: 700;
  text-decoration: none;
  color: #faf5ff;
  background: rgba(168, 85, 247, 0.22);
  border: 1px solid rgba(192, 132, 252, 0.35);
  transition: background 0.15s, border-color 0.15s, transform 0.12s;
}

.music-hist-dl-svg {
  flex-shrink: 0;
  opacity: 0.9;
}

.music-hist-dl:hover {
  background: rgba(168, 85, 247, 0.35);
  border-color: rgba(216, 180, 254, 0.5);
  text-decoration: none;
}

.music-hist-dl:active {
  transform: scale(0.97);
}

body.screen-music .gen-history .hist-card.music-hist-card {
  align-items: stretch;
  justify-content: flex-start;
  aspect-ratio: auto;
}

body.screen-music .gen-history .hist-card.music-hist-card:focus-visible {
  outline: 2px solid rgba(167, 139, 250, 0.65);
  outline-offset: 3px;
}

body.screen-music .music-hist-card:hover {
  border-color: rgba(168, 85, 247, 0.3);
}

/* Ошибка — тот же ритм сетки */
body.screen-music .gen-history .hist-card.music-hist-err {
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  text-align: center;
  padding: 20px 14px;
  min-height: 140px;
  gap: 8px;
  background: linear-gradient(160deg, rgba(127, 29, 29, 0.12), rgba(12, 11, 18, 0.9));
  border-color: rgba(248, 113, 113, 0.22);
}

/* Карточка «генерация в процессе» — не попап по центру, а ячейка сетки как у превью */
body.screen-music .gen-history .hist-card.music-hist-pending {
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 10px;
  padding: 14px 16px;
  box-sizing: border-box;
  aspect-ratio: auto;
  min-height: 96px;
}

body.screen-music .gen-history .hist-card.music-hist-pending .gen-progress-pct {
  font-size: 0.8rem;
  color: rgba(196, 181, 253, 0.9);
  text-align: center;
}

body.screen-music .gen-history .hist-card.music-hist-pending .gen-progress-bar {
  width: 100%;
  max-width: none;
  height: 5px;
  border-radius: 3px;
}

body.screen-music .gen-history .hist-card.music-hist-pending .music-hist-pending-label {
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
  line-height: 1.35;
}

.music-lightbox.music-player-lightbox .music-player-popup {
  cursor: default;
}

.music-player-audio-el {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
  clip: rect(0, 0, 0, 0);
  border: 0;
  overflow: hidden;
}

.music-player-popup {
  width: min(400px, 92vw);
  max-width: 100%;
  padding: 28px 24px 26px;
  border-radius: 22px;
  background: linear-gradient(165deg, rgba(26, 22, 38, 0.98) 0%, rgba(14, 12, 22, 0.99) 100%);
  border: 1px solid rgba(168, 85, 247, 0.22);
  box-shadow:
    0 4px 24px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(168, 85, 247, 0.06),
    0 20px 60px rgba(88, 28, 135, 0.15);
  box-sizing: border-box;
}

.music-player-cover-wrap {
  position: relative;
  width: 100%;
  max-width: min(320px, 78vw);
  margin: 0 auto 18px;
  aspect-ratio: 1;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.35);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}

.music-player-cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.music-player-cover--ph {
  position: relative;
  background: linear-gradient(145deg, rgba(88, 28, 135, 0.5), rgba(30, 27, 46, 1) 50%, rgba(59, 130, 246, 0.18));
}

.music-player-cover--ph::after {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.45;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(255,255,255,0.4)'%3E%3Cpath d='M12 3v10.55c-.59-.34-1.27-.55-2-.55-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4V7h4V3h-6z'/%3E%3C/svg%3E") center / 42% no-repeat;
}

.music-player-title {
  margin: 0 0 18px;
  font-size: 1.06rem;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  color: rgba(255, 250, 255, 0.96);
  letter-spacing: -0.03em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.music-player-scrub {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.music-player-time {
  font-size: 0.72rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: rgba(196, 181, 253, 0.75);
  min-width: 2.75rem;
  flex-shrink: 0;
}

.music-player-time-tot {
  text-align: right;
}

.music-player-seek {
  flex: 1;
  min-width: 0;
  height: 6px;
  border-radius: 3px;
  -webkit-appearance: none;
  appearance: none;
  background: rgba(168, 85, 247, 0.12);
  accent-color: #c084fc;
  cursor: pointer;
}

.music-player-seek::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e9d5ff, #a855f7);
  box-shadow: 0 2px 10px rgba(168, 85, 247, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.25);
  margin-top: -5px;
}

.music-player-seek::-webkit-slider-runnable-track {
  height: 6px;
  border-radius: 3px;
  background: rgba(168, 85, 247, 0.12);
}

.music-player-seek::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e9d5ff, #a855f7);
  border: 2px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 2px 10px rgba(168, 85, 247, 0.45);
}

.music-player-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.music-player-play {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: linear-gradient(145deg, rgba(168, 85, 247, 0.95), rgba(126, 34, 206, 0.9));
  color: #fdf4ff;
  box-shadow:
    0 6px 24px rgba(168, 85, 247, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transition: transform 0.12s ease, box-shadow 0.15s ease;
}

.music-player-play:hover {
  box-shadow:
    0 8px 32px rgba(168, 85, 247, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.music-player-play:active {
  transform: scale(0.96);
}

.music-player-dl-btn {
  padding: 10px 20px;
  border-radius: 12px;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  color: #faf5ff;
  background: rgba(168, 85, 247, 0.2);
  border: 1px solid rgba(192, 132, 252, 0.35);
  transition: background 0.15s, border-color 0.15s;
}

.music-player-dl-btn:hover {
  background: rgba(168, 85, 247, 0.32);
  border-color: rgba(216, 180, 254, 0.5);
}

body.web-mode .gen-lightbox.music-player-lightbox {
  cursor: default;
}

body.web-mode .gen-lightbox.music-player-lightbox .music-player-popup {
  cursor: default;
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(168, 85, 247, 0.12),
    0 28px 80px rgba(88, 28, 135, 0.22);
}
body.web-mode.screen-music .gen-toolbar-row.music-toolbar-top {
  flex-wrap: wrap;
  row-gap: 8px;
}
body.screen-music .gen-toolbar-row.music-toolbar-top {
  flex-wrap: wrap;
  row-gap: 8px;
}

.music-toolbar-selects {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.music-toolbar-top .music-select-toolbar,
.gen-params-bar .music-select-toolbar {
  padding: 6px 14px;
  padding-right: 34px;
  border-radius: 20px;
  border: 1px solid rgba(168, 85, 247, 0.25);
  background-color: rgba(15, 15, 18, 0.82);
  color: rgba(252, 250, 255, 0.95);
  font-family: inherit;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  min-height: 36px;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%23c4b5fd' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M3 5.5 7 9l4-3.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
}
.music-toolbar-top .music-select-toolbar:focus,
.gen-params-bar .music-select-toolbar:focus {
  outline: none;
  border-color: rgba(192, 132, 252, 0.45);
  background-color: rgba(22, 20, 32, 0.95);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%23c4b5fd' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M3 5.5 7 9l4-3.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
}
.gen-params-bar .music-toolbar-top {
  flex-wrap: wrap;
}
.music-mash-intro {
  margin: 0 0 10px;
  font-size: 0.82rem;
  color: var(--text-muted, #a1a1aa);
  line-height: 1.45;
}

/* ── Форма: тёмная тема для нативных контролов (select / option / file) ── */
body.screen-music .music-gen-input-card,
body.screen-music .music-mobile-bottom,
body.screen-music .music-gen-input-card select,
body.screen-music .music-mobile-bottom select {
  color-scheme: dark;
}

#music-panel-switch {
  padding: 6px 0 14px;
  border-bottom: 1px solid rgba(168, 85, 247, 0.08);
}

body.web-mode .gen-input-card #music-panel-switch {
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
}

.music-panel-body {
  padding: 12px 0 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.music-custom-fields {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.music-inline-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-start;
}

.music-inline-half {
  flex: 1 1 220px;
  min-width: min(100%, 200px);
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-sizing: border-box;
}

.music-inline-half > span:first-child {
  font-size: 0.74rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.62);
  letter-spacing: 0.02em;
}

/* Текстовые поля и селекты в панелях — как у промпта (тёмный фон, не белые боксы) */
.music-inline-inp,
select.music-inline-inp,
select.music-select-field {
  width: 100%;
  box-sizing: border-box;
  padding: 11px 14px;
  border-radius: 12px;
  border: 1px solid rgba(168, 85, 247, 0.22);
  background: rgba(168, 85, 247, 0.05);
  color: rgba(252, 250, 255, 0.96);
  font-family: inherit;
  font-size: 0.88rem;
  line-height: 1.35;
  min-height: 44px;
  transition: border-color 0.15s, box-shadow 0.15s, background 0.15s;
}

.music-inline-inp::placeholder {
  color: rgba(161, 161, 170, 0.75);
}

.music-inline-inp:hover,
select.music-inline-inp:hover,
select.music-select-field:hover {
  border-color: rgba(192, 132, 252, 0.35);
}

.music-inline-inp:focus,
select.music-inline-inp:focus,
select.music-select-field:focus {
  outline: none;
  border-color: rgba(192, 132, 252, 0.5);
  box-shadow: 0 0 0 3px rgba(168, 85, 247, 0.12);
}

input.music-inline-inp:focus {
  background: rgba(168, 85, 247, 0.08);
}

select.music-inline-inp:focus,
select.music-select-field:focus {
  background-color: rgba(20, 18, 28, 0.95);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%23c4b5fd' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M3 5.5 7 9l4-3.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
}

select.music-inline-inp,
select.music-select-field {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 36px;
  background-color: rgba(15, 15, 18, 0.85);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%23c4b5fd' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M3 5.5 7 9l4-3.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  cursor: pointer;
}

body.screen-music select option {
  background: #17171f;
  color: #f4f4f5;
}

.music-instrumental-row {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 4px 0;
  cursor: pointer;
  font-size: 0.84rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
}

.music-instrumental-row input[type="checkbox"] {
  width: 19px;
  height: 19px;
  margin: 0;
  accent-color: #a855f7;
  border-radius: 5px;
  cursor: pointer;
  flex-shrink: 0;
}

.music-upload-row {
  gap: 12px;
}

.music-up-slot {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 14px;
  border-radius: 14px;
  border: 1px dashed rgba(168, 85, 247, 0.38);
  background: rgba(168, 85, 247, 0.04);
}

.music-up-slot > span {
  font-weight: 700;
  font-size: 0.76rem;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.music-up-slot input[type="file"] {
  margin-top: 0;
  width: 100%;
  padding: 0;
  border: none;
  background: transparent;
  font-size: 0.76rem;
  color: rgba(196, 181, 253, 0.9);
}

.music-up-slot input[type="file"]::file-selector-button {
  margin-right: 12px;
  padding: 9px 16px;
  border-radius: 10px;
  border: 1px solid rgba(168, 85, 247, 0.4);
  background: rgba(168, 85, 247, 0.16);
  color: #faf5ff;
  font-family: inherit;
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
}

.music-up-slot input[type="file"]::file-selector-button:hover {
  background: rgba(168, 85, 247, 0.28);
  border-color: rgba(192, 132, 252, 0.55);
}

.music-up-slot input[type="file"]::-webkit-file-upload-button {
  margin-right: 12px;
  padding: 9px 16px;
  border-radius: 10px;
  border: 1px solid rgba(168, 85, 247, 0.4);
  background: rgba(168, 85, 247, 0.16);
  color: #faf5ff;
  font-family: inherit;
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
}

/* Промпт-блок музыки */
.music-prompt-block {
  padding-top: 4px;
}

.music-prompt-label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.74rem;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.02em;
}

.music-prompt-label:last-child {
  margin-bottom: 0;
}

.music-prompt-label .prompt-wrap {
  margin: 0;
}

body.screen-music .music-gen-input-card .music-prompt-block .chat-prompt,
body.screen-music .music-bottom-chat .music-prompt-block .chat-prompt {
  background: rgba(168, 85, 247, 0.05);
  border: 1px solid rgba(168, 85, 247, 0.2);
  color: rgba(252, 250, 255, 0.96);
}

body.screen-music .music-gen-input-card .music-prompt-block .chat-prompt::placeholder,
body.screen-music .music-bottom-chat .music-prompt-block .chat-prompt::placeholder {
  color: rgba(167, 139, 250, 0.45);
}

.gen-params-bar #music-panel-switch {
  padding-left: 0;
  padding-right: 0;
  border-bottom: none;
}

.gen-params-bar .music-toolbar-top.music-toolbar-top {
  margin-bottom: 2px;
}

@media (max-width: 520px) {
  .music-inline-half {
    flex: 1 1 100%;
    min-width: 100%;
  }
}
