/**
 * Generated from Suno — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #101012;
  --surface: #1c1c1f;
  --surface-alt: #1c1c1f;
  --text: #f7f4ef;
  --text-dim: #f7f4ef;
  --text-faint: #737373;
  --brand: #fd429c;
  --on-brand: #ffffff;
  --border: rgba(255, 255, 255, 0.10);
  --border-strong: rgba(255, 255, 255, 0.18);
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #101012;
  --color-bg-alt: #1c1c1f;
  --color-surface: #1c1c1f;
  --color-surface-translucent: rgba(28, 28, 31, 0.60);
  --color-surface-soft: rgba(255, 255, 255, 0.05);
  --color-surface-strong: rgba(255, 255, 255, 0.08);
  --color-surface-iced: #fcfbf9;
  --color-surface-paper: #f7f4ef;
  --color-text: #f7f4ef;
  --color-text-strong: #ffffff;
  --color-text-medium: #e0ddd6;
  --color-text-muted: #c2c2c1;
  --color-text-soft: #a3a3a3;
  --color-text-faint: #737373;
  --color-text-paper: #101012;
  --color-brand: #fd429c;
  --color-brand-deep: #e02f8a;
  --color-brand-soft: rgba(253, 66, 156, 0.15);
  --color-on-brand: #ffffff;
  --color-accent-cobalt: #3860be;
  --color-accent-deep: #27455c;
  --color-accent-amber: #f5a623;
  --color-link: #f7f4ef;
  --color-link-hover: #fd429c;
  --color-selected-bg: rgba(253, 66, 156, 0.15);
  --color-disabled: #737373;
  --color-border: rgba(255, 255, 255, 0.10);
  --color-border-strong: rgba(255, 255, 255, 0.18);
  --color-border-subtle: rgba(255, 255, 255, 0.05);
  --color-border-pink: rgba(253, 66, 156, 0.40);
  --color-success-bg: rgba(34, 197, 94, 0.12);
  --color-success-text: #86efac;
  --color-warning-bg: rgba(245, 166, 35, 0.12);
  --color-warning-text: #fcd34d;
  --color-danger-bg: rgba(239, 68, 68, 0.12);
  --color-danger-text: #fca5a5;
  --color-info-bg: rgba(56, 96, 190, 0.15);
  --color-info-text: #93b8ee;

  /* type */
  --display-size: 96px;
  --h1-size: 56px;
  --h2-size: 48px;
  --body-size: 16px;
  --label-size: 12px;
  --body-line-height: 1.5;
  --display-tracking: -0.013em;

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

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

  /* fonts */
  --font-display: 'Neue Montreal', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Neue Montreal', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
