:root {
  
  --bg: #05060c;
  --bg-2: #080b16;
  --panel: rgba(255, 255, 255, 0.028);
  --panel-2: rgba(255, 255, 255, 0.05);
  --line: rgba(255, 255, 255, 0.085);
  --line-2: rgba(255, 255, 255, 0.14);

  
  --text: #e9edf6;
  --text-dim: #aab3c6;
  --muted: #6f7a91;

  
  --cyan: #ffffff;
  --cyan-soft: rgba(255, 255, 255, 0.55);
  --blue: #3b82f6;
  --blue-deep: #2563eb;
  --glow-cyan: rgba(255, 255, 255, 0.08);
  --glow-blue: rgba(59, 130, 246, 0.5);
  --color-green-300: lab(86.9953% -47.2691 25.0054);

  
  --layer-app: #FF59EC;
  --layer-sys: #FFBA52;
  --layer-phy: #22D3EE;

  
  --font-display: 'Stack Sans Headline', system-ui, sans-serif;
  --font-body: 'Stack Sans Text', system-ui, sans-serif;
  --font-mono: 'IBM Plex Mono', ui-monospace, monospace;

  

  --text-xs: 0.75rem;
  
  --text-sm: 0.875rem;
  
  --text-base: 1rem;
  
  --text-lg: 1.125rem;
  
  --text-xl: 1.25rem;
  
  --text-2xl: 1.5rem;
  
  --text-3xl: 1.875rem;
  
  --text-4xl: 2.25rem;
  
  --text-5xl: 3rem;
  
  --text-7xl: 4.5rem;
  

  
  --font-normal: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;
  --font-extrabold: 800;

  

  --container-max: 1280px;
  
  --container-padding: clamp(1rem, 4vw, 2rem);
  
  --section-py: 4rem;
  
  --section-py-lg: 5rem;
  
  --card-p: 1.5rem;
  
  --card-p-lg: 2.5rem;
  
  --card-p-xl: 3.5rem;
  
  --gap-sm: 0.75rem;
  
  --gap-md: 1rem;
  
  --gap-base: 1.5rem;
  
  --gap-lg: 2.5rem;
  
  --gap-xl: 4rem;
  

  
  --radius-sm: 0.5rem;
  --radius-md: 0.75rem;
  --radius-lg: 1rem;
  --radius-full: 9999px;

  
  --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.3);
  --shadow-card: 0 1px 3px 0 rgb(0 0 0 / 0.4), 0 1px 2px -1px rgb(0 0 0 / 0.4);
  --shadow-hover: 0 4px 6px -1px rgb(0 0 0 / 0.5), 0 2px 4px -2px rgb(0 0 0 / 0.3);

  
  --transition: all 150ms ease-in-out;
  --transition-color: color 150ms ease-in-out, background-color 150ms ease-in-out, border-color 150ms ease-in-out;
  --transition-shadow: box-shadow 150ms ease-in-out;

  
  --z-header: 50;
  --z-dropdown: 60;
  --z-overlay: 40;
  
  --menu-height:76px;
}