.mbc-shell-panel {
  display: grid;
  gap: 14px;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(124, 95, 255, 0.2);
  background:
    linear-gradient(180deg, rgba(24, 28, 56, 0.92), rgba(12, 16, 34, 0.92)),
    radial-gradient(circle at top, rgba(132, 92, 255, 0.16), transparent 58%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 22px 46px rgba(2, 5, 18, 0.32);
}

.mbc-shell-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.mbc-shell-panel-head strong {
  display: block;
  color: #f6f2ff;
  font-size: 1rem;
}

.mbc-shell-kicker {
  display: inline-flex;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.64rem;
  color: rgba(181, 186, 255, 0.64);
  margin-bottom: 4px;
}

.mbc-shell-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(132, 98, 255, 0.24);
  background: rgba(87, 69, 158, 0.26);
  color: #dcd1ff;
  font-size: 0.72rem;
}

body .mbc-shell-panel,
body .studio-card,
body .studio-dashboard-card,
body .studio-module-card,
body .studio-hub-meta-card,
body .studio-dashboard-loader-card,
body .studio-dashboard-feed-item {
  border-radius: 20px !important;
  border: 1px solid rgba(97, 118, 210, 0.16) !important;
  background: linear-gradient(180deg, rgba(15, 21, 39, 0.96), rgba(10, 15, 29, 0.94)) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.03), 0 20px 44px rgba(2, 7, 18, 0.28) !important;
}

body .studio-dashboard-console,
body .studio-dashboard-loader-grid,
body .studio-hub-actions {
  gap: 12px !important;
}

body button,
body .btn,
body .studio-button,
body .studio-nav-link,
body .studio-dashboard-loader-buttons button,
body .studio-hub-actions button,
body .studio-module-card button {
  min-height: 32px !important;
  width: auto !important;
  padding: 6px 12px !important;
  border-radius: 12px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  font-size: 12px !important;
}

body .studio-dashboard-loader-buttons,
body .studio-hub-actions {
  display: flex !important;
  flex-wrap: wrap !important;
}

.mbc-shell-chip-live {
  border-color: rgba(255, 103, 126, 0.35);
  background: rgba(159, 45, 74, 0.3);
  color: #ffd7de;
}

.mbc-shell-panel-body {
  display: grid;
  gap: 16px;
}

.mbc-shell-panel button,
.mbc-shell-panel .studio-action-button,
.mbc-shell-panel .studio-chip-button {
  min-height: 32px;
  height: 32px;
  padding: 6px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  border-radius: 10px;
}

.btn {
  height: 32px;
  min-height: 32px;
  padding: 6px 12px;
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.mbc-shell-panel .studio-quick-action-row,
.mbc-shell-panel .studio-quick-chip-row,
.mbc-shell-panel .studio-routing-preset-grid,
.mbc-shell-panel .editor-toolbar,
.mbc-shell-panel .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.mbc-shell-panel input,
.mbc-shell-panel select,
.mbc-shell-panel textarea {
  min-height: 34px;
  padding: 6px 10px;
}

.mbc-shell-panel textarea {
  min-height: 72px;
}

.mbc-shell-panel .studio-quick-inputs {
  display: grid;
  gap: 10px;
}

.mbc-shell-panel .studio-quick-inputs label {
  display: grid;
  gap: 6px;
}

.mbc-shell-panel-body > .studio-workspace-panel {
  margin: 0;
  min-width: 0;
  width: 100%;
  grid-column: auto !important;
  grid-row: auto !important;
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.mbc-shell-panel-body > .studio-workspace-panel > .studio-panel-body {
  padding-top: 0;
}

.mbc-workspace [data-workspace-slot="center"],
.mbc-workspace [data-workspace-slot="canvas"] {
  min-height: 540px;
}
