/* ================================================================
   databricks-playground.css — shared "SQL Dialect Playground" theme

   Intentionally identical across postgresql-playground.css,
   sqlite-playground.css, mysql-playground.css, mssql-playground.css,
   oracle-playground.css, snowflake-playground.css and
   databricks-playground.css — the whole "SQL Dialect Playgrounds"
   family uses one consistent accent color (cyan/teal) rather than
   each dialect's own brand color, both here and in the
   tools/index.php card icons. If you change this palette, update it
   identically in all seven files.
   ================================================================ */

:root {
    --primary:       #0891b2;
    --primary-dark:  #0e7490;
    --gradient:      linear-gradient(135deg,#0891b2 0%,#22d3ee 100%);

    --dialect-c1:    #67e8f9;
    --dialect-c2:    #22d3ee;
    --dialect-c3:    #0891b2;
}
