:root {
  --black: #000000;
  --bg-deep: #020408;
  --bg-dark: #060d14;
  --bg-card: #0a1520;
  --bg-card-hover: #0f1e2e;
  --bg-glass: rgba(6, 13, 20, 0.7);

  --cyan: #00e5ff;
  --cyan-dim: rgba(0, 229, 255, 0.12);
  --cyan-glow: rgba(0, 229, 255, 0.35);
  --cyan-border: rgba(0, 229, 255, 0.2);

  --electric: #0ff;
  --violet: #7b2fff;
  --violet-dim: rgba(123, 47, 255, 0.15);
  --violet-glow: rgba(123, 47, 255, 0.4);

  --green-wa: #25d366;
  --green-ok: #57ffa0;
  --red-dot: #ff5f56;
  --yellow-dot: #ffbd2e;
  --green-dot: #27c93f;
  --type-full: rgba(37, 211, 102, 0.2);
  --type-part: rgba(255, 189, 46, 0.2);

  --white: #ffffff;
  --gray-100: #e8edf2;
  --gray-300: #8a9bb0;
  --gray-500: #3d4f63;
  --gray-700: #1a2535;

  --grad-brand: linear-gradient(135deg, #00e5ff 0%, #7b2fff 100%);
  --grad-hero-bg: radial-gradient(ellipse at 20% 50%, #0a1a2e 0%, #020408 60%);
  --grad-text: linear-gradient(90deg, #00e5ff, #7b2fff);
  --grad-card-border: linear-gradient(135deg, rgba(0, 229, 255, 0.3), rgba(123, 47, 255, 0.3));
  --grad-glow-cyan: radial-gradient(circle, rgba(0, 229, 255, 0.15) 0%, transparent 70%);
  --grad-glow-violet: radial-gradient(circle, rgba(123, 47, 255, 0.15) 0%, transparent 70%);

  --font-display: "Bebas Neue", Impact, sans-serif;
  --font-heading: "Syne", sans-serif;
  --font-body: "DM Sans", sans-serif;
  --font-mono: "JetBrains Mono", monospace;

  --size-hero: clamp(3.5rem, 9vw, 8rem);
  --size-h1: clamp(2.5rem, 5vw, 4.5rem);
  --size-h2: clamp(1.8rem, 3.5vw, 3rem);
  --size-h3: clamp(1.2rem, 2vw, 1.6rem);
  --size-body: 1rem;
  --size-small: 0.85rem;
  --size-label: 0.75rem;

  --weight-black: 900;
  --weight-bold: 700;
  --weight-medium: 500;
  --weight-regular: 400;

  --leading-tight: 1.1;
  --leading-normal: 1.6;
  --leading-loose: 1.8;

  --tracking-wide: 0.08em;
  --tracking-widest: 0.2em;

  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 2rem;
  --space-lg: 4rem;
  --space-xl: 8rem;
  --space-2xl: 12rem;

  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-pill: 100px;
  --radius-circle: 50%;

  --border-subtle: 1px solid rgba(0, 229, 255, 0.1);
  --border-glow: 1px solid rgba(0, 229, 255, 0.35);

  --shadow-card: 0 8px 40px rgba(0, 0, 0, 0.6);
  --glow-cyan-sm: 0 0 15px rgba(0, 229, 255, 0.3);
  --glow-cyan-md: 0 0 40px rgba(0, 229, 255, 0.4);
  --glow-cyan-lg: 0 0 80px rgba(0, 229, 255, 0.25);
  --glow-violet-sm: 0 0 15px rgba(123, 47, 255, 0.3);
  --glow-violet-md: 0 0 40px rgba(123, 47, 255, 0.4);

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-out: cubic-bezier(0.87, 0, 0.13, 1);
  --duration-fast: 0.2s;
  --duration-base: 0.4s;
  --duration-slow: 0.8s;
  --duration-xslow: 1.2s;

  --container-max: 1280px;
  --container-pad: clamp(1.5rem, 5vw, 5rem);
  --nav-height: 80px;

  --z-canvas: 0;
  --z-content: 10;
  --z-card: 20;
  --z-nav: 100;
  --z-cursor: 9999;
  --z-float: 500;

  --cursor-dot-size: 6px;
  --cursor-ring-size: 36px;
  --cursor-ring-hover-size: 56px;
  --cursor-transition-dot: 0.05s;
  --cursor-transition-ring: 0.15s;
  --hero-canvas-opacity: 1;
  --wa-pulse-shadow: rgba(37, 211, 102, 0.45);
  --wa-pulse-shadow-off: rgba(37, 211, 102, 0);
}
