/* Shared overrides for dashboard pages that still hardcode frosted card treatments. */

:root {
  --panel-bg: rgba(120, 113, 146, 0.78);
  --panel-dark: rgba(11, 18, 34, 0.82);
  --panel-mid: rgba(112, 119, 178, 0.78);
  --panel-soft: rgba(189, 207, 236, 0.72);
  --panel-journal: rgba(99, 123, 160, 0.76);
  --panel-cream: rgba(236, 229, 214, 0.88);
}

.vesper-panel,
.session-panel,
.dreams-panel,
.threads-panel,
.mind-panel,
.tk-panel,
.lib-panel,
.viewer-shell,
.workspace-wrap,
.console-drawer,
.daemon-wrap,
.left-panel,
.right-panel,
.type-btn,
.panel {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.vesper-panel {
  background: rgba(15, 12, 24, 0.88) !important;
}

.session-panel {
  background: rgba(112, 119, 178, 0.90) !important;
}

.dreams-panel {
  background: rgba(81, 74, 66, 0.90) !important;
}

.threads-panel {
  background: rgba(72, 91, 79, 0.88) !important;
}

.mind-panel {
  background: rgba(13, 18, 42, 0.90) !important;
}

.panel-light-green {
  background: rgba(182, 177, 137, 0.78) !important;
}

.panel-bright-green {
  background: rgba(178, 188, 77, 0.78) !important;
}

.panel-deep-green {
  background: rgba(98, 118, 35, 0.82) !important;
}

.panel-moss-green {
  background: rgba(71, 74, 25, 0.82) !important;
}

.lib-panel {
  background: rgba(60, 73, 92, 0.82) !important;
}

.panel-current,
.panel-catalog {
  background: rgba(60, 73, 92, 0.76) !important;
}

.panel-know,
.panel-writings,
.panel-soul {
  background: rgba(56, 40, 21, 0.72) !important;
}

.viewer-shell {
  background: rgba(60, 73, 92, 0.80) !important;
}

.workspace-wrap {
  background: rgba(8, 15, 18, 0.78) !important;
}

.console-drawer {
  background: rgba(5, 8, 10, 0.82) !important;
}

.daemon-wrap {
  background: rgba(80, 108, 85, 0.82) !important;
}

.type-btn {
  background: rgba(21, 4, 40, 0.72) !important;
}

.type-btn:hover,
.type-btn.active {
  background: rgba(120, 113, 146, 0.78) !important;
}

.player-card {
  background: rgba(236, 229, 214, 0.90) !important;
}

.journal-prompt {
  background: rgba(181, 173, 207, 0.58) !important;
}