/**
 * Generated from OpenSea — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #04111d;
  --surface: #04111d;
  --surface-alt: #04111d;
  --text: #ffffff;
  --text-dim: #ffffff;
  --text-faint: #ffffff;
  --brand: #2081e2;
  --on-brand: #ffffff;
  --border: #1f2937;
  --border-strong: #2c3a4d;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #04111d;
  --color-bg-elev-1: #0d1721;
  --color-bg-elev-2: #1b2730;
  --color-bg-elev-3: #252f3e;
  --color-surface-card: #0d1721;
  --color-surface-card-hover: #1b2730;
  --color-text: #ffffff;
  --color-text-body: #c5cdd6;
  --color-text-muted: #8a939b;
  --color-text-subtle: #707a83;
  --color-text-on-light: #04111d;
  --color-brand: #2081e2;
  --color-brand-hover: #1868b7;
  --color-brand-active: #1259a0;
  --color-brand-soft: #2081e21a;
  --color-brand-glow: rgba(32,129,226,0.40);
  --color-on-brand: #ffffff;
  --color-border: #1f2937;
  --color-border-soft: #151b25;
  --color-border-strong: #2c3a4d;
  --color-semantic-up: #34c77b;
  --color-semantic-up-soft: #34c77b1a;
  --color-semantic-down: #eb5757;
  --color-semantic-down-soft: #eb57571a;
  --color-semantic-warning: #f5a623;
  --color-semantic-info: #2081e2;
  --color-verified-blue: #2081e2;
  --color-category-art: #bf60d5;
  --color-category-gaming: #34c77b;
  --color-category-music: #f5a623;
  --color-rare-gold: #fbbf24;
  --color-focus-ring: rgba(32,129,226,0.40);
  --color-scrim: rgba(4,17,29,0.70);
  --color-link: #2081e2;
  --color-link-hover: #5fa3eb;

  /* 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: 8px;
  --radius-card: 10px;
  --radius-pill: 999px;

  /* spacing */
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --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:    'JetBrains Mono', ui-monospace, monospace;
}
