/**
 * Generated from Hyperliquid — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #04060c;
  --surface: #0a0d16;
  --surface-alt: #0a0d16;
  --text: rgba(255, 255, 255, 0.92);
  --text-dim: rgba(255, 255, 255, 0.92);
  --text-faint: rgba(255, 255, 255, 0.92);
  --brand: #97fce4;
  --on-brand: #04060c;
  --border: rgba(255, 255, 255, 0.16);
  --border-strong: rgba(255, 255, 255, 0.28);
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #04060c;
  --color-bg-elev-1: #0a0d16;
  --color-bg-elev-2: #121622;
  --color-bg-elev-3: #1a1f2e;
  --color-surface: #0a0d16;
  --color-surface-row-hover: #121622;
  --color-text: rgba(255, 255, 255, 0.92);
  --color-text-body: rgba(255, 255, 255, 0.78);
  --color-text-muted: rgba(255, 255, 255, 0.60);
  --color-text-subtle: rgba(255, 255, 255, 0.45);
  --color-brand: #97fce4;
  --color-brand-strong: #50d2c1;
  --color-brand-deep: #2fa89a;
  --color-brand-soft: rgba(151, 252, 228, 0.12);
  --color-brand-glow: rgba(151, 252, 228, 0.35);
  --color-on-brand: #04060c;
  --color-border: rgba(255, 255, 255, 0.16);
  --color-border-soft: rgba(255, 255, 255, 0.08);
  --color-border-strong: rgba(255, 255, 255, 0.28);
  --color-border-brand: #97fce4;
  --color-semantic-up: #3fd68b;
  --color-semantic-up-soft: rgba(63, 214, 139, 0.14);
  --color-semantic-down: #ff5470;
  --color-semantic-down-soft: rgba(255, 84, 112, 0.14);
  --color-semantic-warning: #ffd25f;
  --color-semantic-info: #97fce4;
  --color-focus-ring: rgba(151, 252, 228, 0.55);
  --color-scrim: rgba(2, 3, 7, 0.78);
  --color-link: #97fce4;
  --color-link-hover: #50d2c1;

  /* type */
  --display-size: 80px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.55;
  --display-tracking: -0.03em;

  /* shape */
  --radius-button: 8px;
  --radius-card: 12px;
  --radius-pill: 9999px;

  /* spacing */
  --space-xs: 0px;
  --space-sm: 4px;
  --space-md: 12px;
  --space-lg: 32px;
  --space-xl: 64px;

  /* fonts */
  --font-display: 'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
