:root{
  --bg: #f6f7f9;
  --surface: #ffffff;
  --text: #0b0b0c;
  --muted: #4b5563;

  --accent: #f5c84c;
  --accent-strong: #eab308;

  --border: #e7e9ee;

  --shadow: 0 10px 30px rgba(0,0,0,.08);
  --radius-lg: 18px;
  --radius-md: 12px;

  --btn-dark: #0b0b0c;
  --btn-dark-hover: #111113;
  --danger: #b42318;
}
