/**
 * Generated from Solana — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #000000;
  --surface: #13131a;
  --surface-alt: #13131a;
  --text: #ffffff;
  --text-dim: #ffffff;
  --text-faint: #5a5e6a;
  --brand: #c6f432;
  --on-brand: #000000;
  --border: rgba(255, 255, 255, 0.08);
  --border-strong: rgba(255, 255, 255, 0.20);
  --success: #14f195;
  --warning: #ffba33;
  --danger: #ff4757;

  /* full color palette */
  --color-bg: #000000;
  --color-bg-deep: #040407;
  --color-bg-section: #0a0a0e;
  --color-bg-elev: #13131a;
  --color-surface: #0a0a0e;
  --color-surface-strong: #13131a;
  --color-surface-translucent: rgba(0, 0, 0, 0.85);
  --color-brand-magenta: #dc1fff;
  --color-brand-purple: #9945ff;
  --color-brand-cyan: #14f195;
  --color-brand-gradient: linear-gradient(90deg, #dc1fff 0%, #9945ff 50%, #14f195 100%);
  --color-brand-tint: rgba(153, 69, 255, 0.15);
  --color-on-brand: #000000;
  --color-text: #ffffff;
  --color-text-strong: #ffffff;
  --color-text-muted: #a8aab2;
  --color-text-soft: #7a7d88;
  --color-text-faint: #5a5e6a;
  --color-text-on-brand: #000000;
  --color-link: #14f195;
  --color-link-hover: #ffffff;
  --color-selected-bg: rgba(153, 69, 255, 0.15);
  --color-border: rgba(255, 255, 255, 0.08);
  --color-border-strong: rgba(255, 255, 255, 0.20);
  --color-border-brand: #9945ff;
  --color-ecosystem-color-1: #dc1fff;
  --color-ecosystem-color-2: #9945ff;
  --color-ecosystem-color-3: #14f195;
  --color-success: #14f195;
  --color-warning: #ffba33;
  --color-danger: #ff4757;
  --color-info: #9945ff;

  /* type */
  --display-size: 96px;
  --h1-size: 48px;
  --h2-size: 36px;
  --body-size: 15px;
  --label-size: 12px;
  --body-line-height: 1.6;
  --display-tracking: -0.025em;

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

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

  /* fonts */
  --font-display: 'ABC Diatype', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'ABC Diatype', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'ABC Diatype Mono', ui-monospace, monospace;
}
