/* EUI-MVP 1 · Panel styling */
.mw-editor-panel {
  background: rgba(21,27,35,.96);
  border: 1px solid var(--mw-editor-border);
  border-radius: 14px;
  min-width: 0;
  overflow: hidden;
  box-shadow: 0 18px 60px rgba(0,0,0,.24);
}

.mw-editor-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  padding: .85rem 1rem;
  border-bottom: 1px solid var(--mw-editor-border);
  background: rgba(255,255,255,.035);
}

.mw-editor-panel-body {
  padding: 1rem;
  min-height: 120px;
}

.mw-editor-timeline-panel .mw-editor-panel-body {
  padding: .75rem;
}

.mw-editor-legacy-host {
  background: rgba(0,0,0,.12);
  border-radius: 12px;
  overflow: auto;
}

.mw-editor-library-panel,
.mw-editor-inspector-panel {
  min-height: 620px;
}

.mw-editor-timeline-panel {
  min-height: 620px;
}

.mw-timeline-tools {
  display: flex;
  align-items: center;
  gap: .5rem;
}

.mw-placeholder-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .45rem;
}

.mw-placeholder-grid span,
.mw-strip-badges span,
.mw-mixer-master span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: .35rem .45rem;
  border-radius: .5rem;
  background: rgba(255,255,255,.06);
  color: var(--mw-editor-muted);
  font-size: .78rem;
}

.mw-mixer-skeleton {
  display: grid;
  grid-template-columns: repeat(5, minmax(110px, 1fr)) minmax(160px, 1.2fr);
  gap: .65rem;
  align-items: stretch;
}

.mw-mixer-strip,
.mw-mixer-master {
  background: var(--mw-editor-panel-soft);
  border: 1px solid var(--mw-editor-border);
  border-radius: 12px;
  padding: .75rem;
  display: flex;
  flex-direction: column;
  gap: .55rem;
}

.mw-fader-placeholder {
  height: 58px;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255,207,51,.35), rgba(255,255,255,.06));
  border: 1px solid rgba(255,207,51,.22);
}

.mw-strip-badges {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
}

.mw-editor-shell .nav-link {
  color: var(--mw-editor-muted);
}

.mw-editor-shell .nav-link.active {
  color: #171717;
  background: var(--mw-editor-accent);
  border-color: var(--mw-editor-accent);
}
