/**
 * eXthus Cloud shell — design tokens (all tools via body.exthus-shell)
 */
:root.exthus-shell,
body.exthus-shell.sys-app,
.sys-dashboard.sys-app {
  --exthus-lime: #c6ff1e;
  --exthus-lime-neon: #d8ff45;
  --exthus-lime-glow: rgba(198, 255, 42, 0.55);
  --exthus-lime-dim: #a8e600;
  --exthus-hero-muted: #b0bac9;
  --exthus-hero-muted-soft: #9aaab8;
  --exthus-hero-bg: #050607;
  --exthus-hero-line: rgba(255, 255, 255, 0.08);
  --exthus-surface: #eef1f5;
  --exthus-surface-elevated: #ffffff;
  --exthus-text: #0f172a;
  --exthus-muted: #64748b;
  --exthus-line: #e2e8f0;
  --exthus-line-strong: #cbd5e1;
  --exthus-radius-lg: 22px;
  --exthus-radius-md: 16px;
  --exthus-shadow-sm: 0 1px 2px rgba(15, 23, 42, 0.05);
  --exthus-shadow-md: 0 12px 40px rgba(15, 23, 42, 0.08);
  --exthus-shadow-lg: 0 24px 64px rgba(15, 23, 42, 0.1);
  --exthus-page-width: min(1280px, calc(100% - 36px));
  --exthus-page-pad: 18px;
  --exthus-hero-pad-top: 34px;
  --exthus-hero-pad-bottom: 88px;
  --exthus-topbar-pad-top: 16px;
  --exthus-topbar-pad-bottom: 0;
  --exthus-hero-topbar-gap: 22px;
  --exthus-font: "Plus Jakarta Sans", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --exthus-text-base: 15px;
  --exthus-text-sm: 13px;
  --exthus-text-xs: 12px;
  --exthus-heading-weight: 700;
  --exthus-body-weight: 500;
  --exthus-stack-gap: 22px;
}
