/**
 * Generated from PlayStation — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #000000;
  --surface: #1f1f1f;
  --surface-alt: #1f1f1f;
  --text: #ffffff;
  --text-dim: #ffffff;
  --text-faint: #5a5a5a;
  --brand: #0070d1;
  --on-brand: #ffffff;
  --border: rgba(255, 255, 255, 0.10);
  --border-strong: rgba(255, 255, 255, 0.20);
  --success: #00b890;
  --warning: #ffa61a;
  --danger: #ff5252;

  /* full color palette */
  --color-bg: #000000;
  --color-bg-deep: #0c0c0c;
  --color-bg-section: #181818;
  --color-bg-elev: #1f1f1f;
  --color-surface: #181818;
  --color-surface-strong: #252525;
  --color-surface-translucent: rgba(0, 0, 0, 0.78);
  --color-brand: #0070d1;
  --color-brand-hover: #1a85e0;
  --color-brand-pressed: #005ba8;
  --color-brand-deep: #003d75;
  --color-brand-tint: rgba(0, 112, 209, 0.16);
  --color-on-brand: #ffffff;
  --color-text: #ffffff;
  --color-text-strong: #ffffff;
  --color-text-muted: #a8a8a8;
  --color-text-soft: #787878;
  --color-text-faint: #5a5a5a;
  --color-text-on-brand: #ffffff;
  --color-link: #1a85e0;
  --color-link-hover: #ffffff;
  --color-selected-bg: rgba(0, 112, 209, 0.16);
  --color-border: rgba(255, 255, 255, 0.10);
  --color-border-strong: rgba(255, 255, 255, 0.20);
  --color-border-brand: #0070d1;
  --color-success: #00b890;
  --color-warning: #ffa61a;
  --color-danger: #ff5252;
  --color-info: #0070d1;
  --color-ps-yellow: #ffd71a;
  --color-ps-green: #00b890;

  /* type */
  --display-size: 96px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 15px;
  --label-size: 13px;
  --body-line-height: 1.6;
  --display-tracking: -0.02em;

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

  /* spacing */
  --space-xs: 0px;
  --space-sm: 4px;
  --space-md: 12px;
  --space-lg: 24px;
  --space-xl: 40px;

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