@charset "utf-8";

/* ==========================================================================
   DASHBOARD GLOBAL VARIABLES - V1 Design Language (Teal/Green Theme)
   ========================================================================== */

:root {
  /* Brand Colors */
  --dash-primary: #0BAB8B;
  --dash-primary-hover: #08976d;
  --dash-accent: #2CC6A7;

  /* Backgrounds */
  --dash-bg: #F2F3F4;
  --dash-card-bg: #ffffff;
  --dash-header-bg: #ffffff;

  /* Typography */
  --dash-text-main: #242A30;
  --dash-text-sub: #666666;
  --dash-text-muted: #999999;

  /* Borders & Operations */
  --dash-border: #E7E7E9;
  --dash-radius: 8px;
  /* Consistent 8px radius */
  --dash-gap: 20px;

  /* Functional Colors */
  --dash-success: #10b981;
  --dash-warning: #f59e0b;
  --dash-danger: #ef4444;
  --dash-info: #3b82f6;

  /* Shadows */
  --dash-shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.05);
  --dash-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  --dash-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}