:root{
  --bg:#eef3f9;
  --text:#111827;
  --muted:#4b5563;
  --glass:#ffffff;
  --glass-strong:#f8fbff;
  --line:#dbe5f0;
  --accent:#2563eb;
  --accent-strong:#1d4ed8;
  --accent-soft:#edf4ff;
  --success:#16a34a;
  --warning:#ca8a04;
  --danger:#dc2626;
  --shadow:0 18px 44px rgba(15,23,42,.08);
  --shadow-soft:0 8px 20px rgba(15,23,42,.06);
  --frame:#cad8ea;
  --surface:#eef4fb;
  --surface-2:#f8fbff;
}
