/* Enerzee × modern product UI
   Brand: deep forest + lime energy (APN) · Apple-like clarity
   Signature: status-faixa card
*/

:root {
  /* Brand — PDF direction + lime signature */
  --ez-forest-deep: #06281d;
  --ez-forest: #0d4a34;
  --ez-leaf: #1f9b68;
  --ez-lime: #a8e60f;
  --ez-lime-soft: #d4ff3a;
  --ez-mint: #e8f7ef;
  --ez-mint-strong: #c5ebd6;

  /* Surfaces — cooler, more premium neutrals */
  --ez-bg: #eef3f0;
  --ez-bg-glow: radial-gradient(120% 80% at 50% -10%, rgba(168, 230, 15, 0.12), transparent 55%),
    radial-gradient(90% 60% at 100% 0%, rgba(31, 155, 104, 0.1), transparent 45%),
    #eef3f0;
  --ez-surface: rgba(255, 255, 255, 0.86);
  --ez-surface-solid: #ffffff;
  --ez-surface-secondary: #e6eee9;
  --ez-separator: rgba(15, 40, 30, 0.08);
  --ez-separator-strong: rgba(15, 40, 30, 0.14);

  /* Ink */
  --ez-ink: #0f1a15;
  --ez-ink-secondary: #5b6b63;
  --ez-ink-tertiary: #8a9790;
  --ez-ink-on-brand: #ffffff;

  /* Status faixa */
  --ez-faixa-verde: #14965a;
  --ez-faixa-verde-soft: #d5f5e5;
  --ez-faixa-amarelo: #e6a817;
  --ez-faixa-amarelo-soft: #fff4d6;
  --ez-faixa-vermelho: #e03a30;
  --ez-faixa-vermelho-soft: #ffe5e3;

  /* Accents */
  --ez-blue: #0a84ff;
  --ez-orange: #ff9f0a;
  --ez-red: #ff3b30;
  --ez-green: #30d158;
  --ez-purple: #bf5af2;
  --ez-brl: #0d4a34;
  --ez-ecash: #6b4ea3;

  /* Type */
  --font-sans: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display",
    "Segoe UI", system-ui, Roboto, Helvetica, Arial, sans-serif;
  --font-mono: "SF Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;

  --text-xs: 0.6875rem;
  --text-sm: 0.8125rem;
  --text-md: 0.9375rem;
  --text-lg: 1.0625rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.5rem;
  --text-3xl: 1.75rem;
  --text-hero: 2.25rem;

  --weight-regular: 400;
  --weight-medium: 500;
  --weight-semibold: 600;
  --weight-bold: 700;

  /* Space */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;

  /* Radius — slightly larger, more iOS 17+ */
  --radius-sm: 10px;
  --radius-md: 14px;
  --radius-lg: 18px;
  --radius-xl: 26px;
  --radius-pill: 999px;

  /* Shadow */
  --shadow-card: 0 1px 2px rgba(6, 40, 29, 0.04), 0 8px 24px rgba(6, 40, 29, 0.06);
  --shadow-float: 0 12px 40px rgba(6, 40, 29, 0.14);
  --shadow-glow: 0 0 0 1px rgba(168, 230, 15, 0.18), 0 10px 30px rgba(31, 155, 104, 0.18);

  /* Chrome */
  --header-h: 58px;
  --tabbar-h: 62px;
  /* Home indicator inset inside framed phone (desktop has no real safe-area) */
  --safe-bottom: max(18px, env(safe-area-inset-bottom, 0px));
  --safe-top: env(safe-area-inset-top, 0px);
  --app-max: 430px;

  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --dur-fast: 160ms;
  --dur: 280ms;
}
