/**
 * Generated from Coursera — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #1f1f1f;
  --text-dim: #1f1f1f;
  --text-faint: #1f1f1f;
  --brand: #0056d2;
  --on-brand: #ffffff;
  --border: #e0e0e0;
  --border-strong: #c1c7d0;
  --success: #2e7d32;
  --warning: #f5b728;
  --danger: #d52424;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-warm: #fafafa;
  --color-bg-muted: #f5f7f8;
  --color-bg-deep: #1f1f1f;
  --color-bg-promo: #eef0fb;
  --color-surface: #ffffff;
  --color-surface-elevated: #ffffff;
  --color-surface-hover: #f5f7f8;
  --color-surface-soft: #f7f9fc;
  --color-surface-strong: #e7eaf0;
  --color-text: #1f1f1f;
  --color-text-strong: #0a0a0a;
  --color-text-muted: #5e6677;
  --color-text-soft: #6e7480;
  --color-text-disabled: #9aa0ad;
  --color-text-on-brand: #ffffff;
  --color-text-link: #0056d2;
  --color-text-link-hover: #003e9c;
  --color-brand: #0056d2;
  --color-brand-hover: #003e9c;
  --color-brand-active: #002f7a;
  --color-brand-soft: #eef0fb;
  --color-brand-deep: #001e4f;
  --color-accent-yellow: #f5b728;
  --color-accent-orange: #f47e2c;
  --color-accent-green: #2e7d32;
  --color-accent-red: #d52424;
  --color-border: #e0e0e0;
  --color-border-soft: #eaedf2;
  --color-border-strong: #c1c7d0;
  --color-border-focus: #0056d2;
  --color-on-brand: #ffffff;
  --color-rating-star: #f5b728;
  --color-rating-star-empty: #e0e0e0;
  --color-badge-bestseller: #f47e2c;
  --color-badge-new: #0056d2;
  --color-badge-trending: #7c3aed;
  --color-shadow-card: rgba(0,0,0,0.08);
  --color-shadow-modal: rgba(0,0,0,0.20);
  --color-shadow-popover: rgba(0,0,0,0.12);
  --color-success: #2e7d32;
  --color-success-soft: #e6f3e7;
  --color-warning: #f5b728;
  --color-warning-soft: #fff5db;
  --color-danger: #d52424;
  --color-danger-soft: #fbeaea;
  --color-info: #0056d2;
  --color-info-soft: #eef0fb;

  /* type */
  --display-size: 60px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.5;
  --display-tracking: -0.02em;

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

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

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