/**
 * Generated from Brilliant — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #0c0e16;
  --surface: #1c1f2c;
  --surface-alt: #1c1f2c;
  --text: #ffffff;
  --text-dim: #ffffff;
  --text-faint: #5a5e6c;
  --brand: #fc6e51;
  --on-brand: #ffffff;
  --border: rgba(255, 255, 255, 0.08);
  --border-strong: rgba(255, 255, 255, 0.16);
  --success: #5ac38a;
  --warning: #ffd44d;
  --danger: #ff5a6d;

  /* full color palette */
  --color-bg: #0c0e16;
  --color-bg-deep: #06070d;
  --color-bg-section: #13151f;
  --color-bg-elev: #1c1f2c;
  --color-surface: #13151f;
  --color-surface-strong: #1f2230;
  --color-brand: #fc6e51;
  --color-brand-hover: #ff8268;
  --color-brand-pressed: #e25738;
  --color-brand-deep: #b8401f;
  --color-brand-tint: rgba(252, 110, 81, 0.15);
  --color-on-brand: #ffffff;
  --color-text: #ffffff;
  --color-text-strong: #ffffff;
  --color-text-muted: #a8acba;
  --color-text-soft: #7a7e8c;
  --color-text-faint: #5a5e6c;
  --color-text-on-brand: #ffffff;
  --color-link: #fc6e51;
  --color-link-hover: #ffffff;
  --color-selected-bg: rgba(252, 110, 81, 0.15);
  --color-border: rgba(255, 255, 255, 0.08);
  --color-border-strong: rgba(255, 255, 255, 0.16);
  --color-border-brand: #fc6e51;
  --color-diagram-coral: #fc6e51;
  --color-diagram-yellow: #ffd44d;
  --color-diagram-cyan: #5ac3e5;
  --color-diagram-purple: #b582ff;
  --color-success: #5ac38a;
  --color-warning: #ffd44d;
  --color-danger: #ff5a6d;
  --color-info: #5ac3e5;

  /* type */
  --display-size: 88px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.6;
  --display-tracking: -0.02em;

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

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

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