/**
 * Generated from MasterClass — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #000000;
  --surface: #171717;
  --surface-alt: #171717;
  --text: #ffffff;
  --text-dim: #ffffff;
  --text-faint: #5e5e5e;
  --brand: #ffffff;
  --on-brand: #000000;
  --border: #2e2e2e;
  --border-strong: #4a4a4a;
  --success: #3da06b;
  --warning: #e6b15c;
  --danger: #e07b5b;

  /* full color palette */
  --color-bg: #000000;
  --color-bg-alt: #0a0a0a;
  --color-bg-elevated: #171717;
  --color-bg-muted: #1f1f1f;
  --color-bg-light: #fafafa;
  --color-bg-cream: #f5efe6;
  --color-surface: #171717;
  --color-surface-elevated: #1f1f1f;
  --color-surface-hover: #2a2a2a;
  --color-surface-soft: #0f0f0f;
  --color-surface-light: #ffffff;
  --color-text: #ffffff;
  --color-text-strong: #ffffff;
  --color-text-muted: #b3b3b3;
  --color-text-soft: #888888;
  --color-text-faint: #5e5e5e;
  --color-text-dark: #1a1a1a;
  --color-text-on-brand: #000000;
  --color-text-link: #ffffff;
  --color-brand: #ffffff;
  --color-brand-accent: #d4af72;
  --color-brand-accent-soft: #e8d3a6;
  --color-brand-accent-deep: #a8854b;
  --color-accent-cream: #f5efe6;
  --color-accent-stone: #3a3a3a;
  --color-border: #2e2e2e;
  --color-border-soft: #1f1f1f;
  --color-border-strong: #4a4a4a;
  --color-border-light: #e8e2d6;
  --color-border-focus: #d4af72;
  --color-on-brand: #000000;
  --color-rating-star: #d4af72;
  --color-shadow-card: rgba(0,0,0,0.5);
  --color-shadow-modal: rgba(0,0,0,0.7);
  --color-shadow-popover: rgba(0,0,0,0.4);
  --color-shadow-instructor: rgba(0,0,0,0.8);
  --color-success: #3da06b;
  --color-success-soft: #0a2014;
  --color-warning: #e6b15c;
  --color-warning-soft: #2a1f0c;
  --color-danger: #e07b5b;
  --color-danger-soft: #2a0f0a;
  --color-info: #ffffff;
  --color-info-soft: #171717;

  /* type */
  --display-size: 72px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.6;
  --display-tracking: -0.03em;

  /* shape */
  --radius-button: 4px;
  --radius-card: 6px;
  --radius-pill: 9999px;

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

  /* fonts */
  --font-display: 'MasterClass Display', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'MasterClass Sans', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'Söhne Mono', ui-monospace, monospace;
}
