:root {
  --bg: #050816;
  --bg-card: #111827;
  --accent: #22c55e;
  --accent-soft: rgba(34, 197, 94, 0.15);
  --accent-strong: rgba(34, 197, 94, 0.4);
  --teal-soft: rgba(15, 118, 110, 0.08);
  --teal-border: rgba(45, 212, 191, 0.3);
  --border-dark: rgba(31, 41, 55, 0.9);
  --border-input: rgba(55, 65, 81, 0.9);
  --text: #e5e7eb;
  --text-muted: #9ca3af;
  --error: #f87171;
  --warning: #fbbf24;
  --shadow-soft: 0 18px 45px rgba(15, 23, 42, 0.8);
  --radius-lg: 18px;
  --radius-md: 11px;
  --radius-pill: 999px;
  --t-fast: 0.15s ease;
  --t-base: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
