/**
 * Generated from Binance — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #0b0e11;
  --surface: #1e2329;
  --surface-alt: #1e2329;
  --text: #eaecef;
  --text-dim: #eaecef;
  --text-faint: #eaecef;
  --brand: #fcd535;
  --on-brand: #181a20;
  --border: #2b3139;
  --border-strong: #cdd1d6;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #0b0e11;
  --color-bg-light: #ffffff;
  --color-surface: #1e2329;
  --color-surface-elevated: #2b3139;
  --color-surface-soft-light: #fafafa;
  --color-surface-strong-light: #f5f5f5;
  --color-text: #eaecef;
  --color-text-strong: #ffffff;
  --color-text-on-light: #181a20;
  --color-text-muted: #707a8a;
  --color-text-muted-strong: #929aa5;
  --color-brand: #fcd535;
  --color-brand-active: #f0b90b;
  --color-brand-disabled: #3a3a1f;
  --color-on-brand: #181a20;
  --color-border: #2b3139;
  --color-border-light: #eaecef;
  --color-border-strong: #cdd1d6;
  --color-trading-up: #0ecb81;
  --color-trading-down: #f6465d;
  --color-accent-turquoise: #2dbdb6;
  --color-info: #3b82f6;
  --color-shadow-soft: rgba(0,0,0,0.20);
  --color-focus-ring: rgba(59,130,246,0.50);

  /* type */
  --display-size: 72px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 14px;
  --label-size: 11px;
  --body-line-height: 1.5;
  --display-tracking: -0.025em;

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

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

  /* fonts */
  --font-display: 'BinanceNova', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'BinanceNova', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'BinancePlex', ui-monospace, monospace;
}
