/* Concept A — glass instrument desk. Ask + Signal stay two chambers. */
.panel {
  border: 1px solid rgb(255 255 255 / 10%) !important;
  background: linear-gradient(180deg, rgb(255 255 255 / 8%), rgb(12 12 14 / 55%)) !important;
  backdrop-filter: blur(22px) saturate(1.4);
  -webkit-backdrop-filter: blur(22px) saturate(1.4);
  border-radius: 22px !important;
  box-shadow:
    0 16px 40px rgb(0 0 0 / 28%),
    inset 0 1px 0 rgb(255 255 255 / 12%) !important;
}
.ask textarea {
  border-color: rgb(255 255 255 / 10%) !important;
  background: rgb(0 0 0 / 28%) !important;
}
.signal-metric {
  border-color: rgb(255 255 255 / 10%) !important;
  background: linear-gradient(180deg, rgb(255 255 255 / 6%), rgb(0 0 0 / 22%)) !important;
}
.prompt-chip,
.icon-btn,
.state,
.signal-mode {
  background: rgb(255 255 255 / 6%) !important;
  border-color: rgb(255 255 255 / 12%) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
