/**
 * Generated from Astro — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #060913;
  --surface: #11162a;
  --surface-alt: #11162a;
  --text: #f2f6fa;
  --text-dim: #f2f6fa;
  --text-faint: #5a5e72;
  --brand: #ff5d01;
  --on-brand: #ffffff;
  --border: #ffffff14;
  --border-strong: #ffffff26;
  --success: #17c964;
  --warning: #f5a524;
  --danger: #f31260;

  /* full color palette */
  --color-bg: #060913;
  --color-bg-soft: #0d1117;
  --color-bg-deep: #02040a;
  --color-surface: #11162a;
  --color-surface-strong: #1a2040;
  --color-surface-elevated: #222850;
  --color-text: #f2f6fa;
  --color-text-muted: #bfc1c9;
  --color-text-soft: #8a8fa3;
  --color-text-faint: #5a5e72;
  --color-brand: #ff5d01;
  --color-brand-hover: #e54e00;
  --color-brand-deep: #c43f00;
  --color-accent: #a374ff;
  --color-accent-hover: #8e5dff;
  --color-accent-soft: #7611a6;
  --color-accent-deep: #4c0c70;
  --color-gradient-from: #a374ff;
  --color-gradient-to: #ff5d01;
  --color-gradient-mid: #d465a8;
  --color-on-brand: #ffffff;
  --color-link: #bfc1c9;
  --color-link-hover: #ff5d01;
  --color-selected-bg: #1a2040;
  --color-disabled: #5a5e72;
  --color-border: #ffffff14;
  --color-border-strong: #ffffff26;
  --color-border-subtle: #ffffff0a;
  --color-border-brand: rgba(255, 93, 1, 0.40);
  --color-success: #17c964;
  --color-success-bg: rgba(23, 201, 100, 0.12);
  --color-warning: #f5a524;
  --color-warning-bg: rgba(245, 165, 36, 0.14);
  --color-danger: #f31260;
  --color-danger-bg: rgba(243, 18, 96, 0.14);
  --color-info: #a374ff;
  --color-info-bg: rgba(163, 116, 255, 0.14);

  /* type */
  --display-size: 96px;
  --h1-size: 64px;
  --h2-size: 48px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.6;
  --display-tracking: -0.03em;

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

  /* spacing */
  --space-xs: 1px;
  --space-sm: 2px;
  --space-md: 6px;
  --space-lg: 12px;
  --space-xl: 20px;

  /* fonts */
  --font-display: 'Mona Sans', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'IBM Plex Mono', ui-monospace, monospace;
}
