/**
 * Generated from Roblox — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #191b1f;
  --text-dim: #191b1f;
  --text-faint: #8b96a0;
  --brand: #ed1d24;
  --on-brand: #ffffff;
  --border: #e4e7eb;
  --border-strong: #ed1d24;
  --success: #00b06f;
  --warning: #ff8a00;
  --danger: #ed1d24;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-alt: #f7f8fa;
  --color-bg-deep: #ffffff;
  --color-surface: #ffffff;
  --color-surface-soft: #f7f8fa;
  --color-surface-strong: #eaecf0;
  --color-surface-elevated: #ffffff;
  --color-surface-dark: #191b1f;
  --color-surface-dark-soft: #232529;
  --color-text: #191b1f;
  --color-text-strong: #000000;
  --color-text-soft: #3b4248;
  --color-text-muted: #5c6770;
  --color-text-faint: #8b96a0;
  --color-text-link: #ed1d24;
  --color-text-disabled: #a8b3bd;
  --color-text-on-dark: #ffffff;
  --color-text-on-dark-soft: #cdd2d8;
  --color-text-on-dark-muted: #9ba3ab;
  --color-brand: #ed1d24;
  --color-brand-hover: #d11017;
  --color-brand-active: #a30c11;
  --color-brand-pale: #fcd1d3;
  --color-brand-deep: #7a0a0d;
  --color-on-brand: #ffffff;
  --color-robux-green: #00b06f;
  --color-robux-green-hover: #008f59;
  --color-robux-green-deep: #006d44;
  --color-free-badge-blue: #00a2ff;
  --color-premium-purple: #b08aff;
  --color-premium-purple-deep: #7e5cd6;
  --color-builders-club: #ffd000;
  --color-online-green: #00b06f;
  --color-voice-blue: #00a2ff;
  --color-link-default: #ed1d24;
  --color-link-hover: #d11017;
  --color-link-visited: #ed1d24;
  --color-border: #e4e7eb;
  --color-border-soft: #eaecf0;
  --color-border-strong: #ed1d24;
  --color-border-input: #cdd2d8;
  --color-scrim: rgba(0,0,0,0.6);
  --color-shadow-card: rgba(25,27,31,0.08);
  --color-shadow-elev: rgba(25,27,31,0.16);
  --color-shadow-modal: rgba(25,27,31,0.24);
  --color-experience-thumb-1: #0095da;
  --color-experience-thumb-2: #ff8a00;
  --color-experience-thumb-3: #9b30ff;
  --color-rating-thumbs-up: #00b06f;
  --color-rating-thumbs-down: #5c6770;
  --color-success: #00b06f;
  --color-warning: #ff8a00;
  --color-danger: #ed1d24;
  --color-info: #00a2ff;

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

  /* 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: 'Builder Sans', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Builder Sans', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'Source Code Pro', ui-monospace, monospace;
}
