/**
 * Generated from Blur — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #000000;
  --surface: #000000;
  --surface-alt: #000000;
  --text: #ffffff;
  --text-dim: #ffffff;
  --text-faint: #ffffff;
  --brand: #ff8700;
  --on-brand: #000000;
  --border: #262626;
  --border-strong: #3d3d3d;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #000000;
  --color-bg-elev-1: #0d0d0d;
  --color-bg-elev-2: #1a1a1a;
  --color-bg-elev-3: #252525;
  --color-surface-card: #0d0d0d;
  --color-surface-row-hover: #1a1a1a;
  --color-text: #ffffff;
  --color-text-body: #cccccc;
  --color-text-muted: #878787;
  --color-text-subtle: #5a5a5a;
  --color-brand: #ff8700;
  --color-brand-hover: #cc6c00;
  --color-brand-active: #a35700;
  --color-brand-soft: #ff87001a;
  --color-brand-glow: rgba(255,135,0,0.40);
  --color-on-brand: #000000;
  --color-border: #262626;
  --color-border-soft: #1a1a1a;
  --color-border-strong: #3d3d3d;
  --color-border-brand: #ff8700;
  --color-semantic-up: #22c55e;
  --color-semantic-up-soft: #22c55e1a;
  --color-semantic-down: #ef4444;
  --color-semantic-down-soft: #ef44441a;
  --color-semantic-warning: #fbbf24;
  --color-semantic-info: #3b82f6;
  --color-bid-pool-orange: #ff8700;
  --color-rare-trait: #ff8700;
  --color-focus-ring: rgba(255,135,0,0.50);
  --color-scrim: rgba(0,0,0,0.80);
  --color-link: #ff8700;
  --color-link-hover: #ffa84d;

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

  /* shape */
  --radius-button: 0px;
  --radius-card: 0px;
  --radius-pill: 0px;

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

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