
:root {
  --pmd-bg: #050b14;
  --pmd-sidebar: #060e19;
  --pmd-panel: #0a1422;
  --pmd-panel-alt: #08111f;
  --pmd-panel-soft: #0e1b2d;
  --pmd-border: #1b2f49;
  --pmd-border-strong: #2f67a7;
  --pmd-text: #e9eef7;
  --pmd-text-muted: #8c9aaf;
  --pmd-accent: #f28a00;
  --pmd-accent-hover: #f59e0b;
  --pmd-accent-dark: #7a3f00;
  --pmd-blue: #3478f6;
  --pmd-blue-hover: #14365c;
  --pmd-danger: #f04c3e;
  --pmd-success: #36d46b;
  --pmd-radius: 8px;
  --pmd-radius-small: 4px;
  --pmd-shadow: 0 14px 36px rgb(0 0 0 / 35%);
}
