/**
 * Generated from Apple Music — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #000000;
  --surface: #2a2a2c;
  --surface-alt: #2a2a2c;
  --text: #ffffff;
  --text-dim: #ffffff;
  --text-faint: rgba(255,255,255,0.56);
  --brand: #fa233b;
  --on-brand: #ffffff;
  --border: rgba(255,255,255,0.10);
  --border-strong: rgba(255,255,255,0.18);
  --success: #3aaa50;
  --warning: #ff9f0a;
  --danger: #ff453a;

  /* full color palette */
  --color-bg: #000000;
  --color-bg-panel: #1d1d1f;
  --color-bg-elev: #2a2a2c;
  --color-bg-soft: #1a1a1c;
  --color-bg-page: #000000;
  --color-surface: #1d1d1f;
  --color-surface-glass: rgba(29,29,31,0.72);
  --color-surface-glass-light: rgba(255,255,255,0.08);
  --color-surface-elev: #2a2a2c;
  --color-brand: #fa233b;
  --color-brand-hover: #e51e34;
  --color-brand-active: #c8172c;
  --color-brand-soft: rgba(250,35,59,0.16);
  --color-brand-glow: rgba(250,35,59,0.40);
  --color-brand-deep: #cc1729;
  --color-brand-gradient-start: #fa233b;
  --color-brand-gradient-end: #ff7b00;
  --color-brand-gradient-radial-end: #ff007a;
  --color-text: #ffffff;
  --color-text-strong: #ffffff;
  --color-text-soft: rgba(255,255,255,0.78);
  --color-text-faint: rgba(255,255,255,0.56);
  --color-text-disabled: rgba(255,255,255,0.32);
  --color-text-on-brand: #ffffff;
  --color-on-brand: #ffffff;
  --color-border: rgba(255,255,255,0.10);
  --color-border-soft: rgba(255,255,255,0.06);
  --color-border-strong: rgba(255,255,255,0.18);
  --color-link: #fa233b;
  --color-link-hover: #ff4d63;
  --color-selected: rgba(250,35,59,0.16);
  --color-scrim: rgba(0,0,0,0.72);
  --color-scrim-light: rgba(0,0,0,0.40);
  --color-shadow-card: rgba(0,0,0,0.40);
  --color-shadow-elev: rgba(0,0,0,0.60);
  --color-shadow-modal: rgba(0,0,0,0.80);
  --color-shadow-album: rgba(0,0,0,0.50);
  --color-success: #3aaa50;
  --color-warning: #ff9f0a;
  --color-danger: #ff453a;
  --color-info: #0a84ff;
  --color-vibrancy-overlay: rgba(255,255,255,0.04);

  /* type */
  --display-size: 80px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 17px;
  --label-size: 13px;
  --body-line-height: 1.5;
  --display-tracking: -0.025em;

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

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

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