/* DamnPay Admin Panel — design tokens (light corporate) */
:root {
  /* Brand */
  --brand-50:  #eef4ff;
  --brand-100: #d9e7ff;
  --brand-200: #b7ceff;
  --brand-500: #2c5be0;
  --brand-600: #1f48c4;
  --brand-700: #163a9f;
  --brand-900: #0d2562;

  /* Neutrals */
  --bg:        #f5f7fb;
  --surface:   #ffffff;
  --surface-2: #f9fafc;
  --border:    #e3e8ef;
  --border-strong: #cdd5df;
  --text:      #0f1a2b;
  --text-muted:#5a6779;
  --text-soft: #8896a8;

  /* Status */
  --success-50:  #e8f7ee;
  --success-500: #16a34a;
  --success-700: #15803d;
  --warning-50:  #fff7e6;
  --warning-500: #d97706;
  --warning-700: #b45309;
  --danger-50:   #fdecec;
  --danger-500:  #dc2626;
  --danger-700:  #b91c1c;
  --info-50:     #e6f1fb;
  --info-500:    #0284c7;

  /* Shape */
  --radius-sm: 6px;
  --radius:    10px;
  --radius-lg: 14px;

  /* Shadow */
  --shadow-sm: 0 1px 2px rgba(15,26,43,.05);
  --shadow:    0 4px 12px rgba(15,26,43,.06);
  --shadow-lg: 0 10px 30px rgba(15,26,43,.12);

  /* Layout */
  --sidebar-w: 240px;
  --topbar-h: 56px;

  /* Type */
  --font: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --font-mono: 'SF Mono', Menlo, Consolas, monospace;
}
