/* Greek ID Verification -- Design Tokens */

:root {
  --bg: #f5f6f8;
  --surface: #ffffff;
  --surface-2: #f4f5f7;
  --surface-3: #ebedf0;
  --border: #e1e4e8;
  --border-strong: #d1d5db;
  --text: #24292f;
  --text-2: #57606a;
  --text-3: #8b949e;
  --accent: #0969da;
  --accent-bg: #ddf4ff;
  --accent-hover: #0860c4;
  --green: #1a7f37;
  --green-bg: #dafbe1;
  --green-subtle: #f0fff4;
  --amber: #bf8700;
  --amber-bg: #fff8c5;
  --amber-subtle: #fffdf0;
  --red: #cf222e;
  --red-bg: #ffebe9;
  --red-subtle: #fff5f5;
  --radius: 10px;
  --shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 4px 16px rgba(0, 0, 0, 0.08);
}
