/* Shared palette themes (same structure, different color tokens) */

body[data-theme="Ocean"] {
  --shell-top: #121a33;
  --shell-bottom: #1f2f58;
  --panel-bg: #d3d7d8;
}

body[data-theme="Sunset"] {
  --shell-top: #2b1313;
  --shell-bottom: #472421;
  --panel-bg: #dbd1cd;
}

body[data-theme="Forest"] {
  --shell-top: #0d1a18;
  --shell-bottom: #1a332f;
  --panel-bg: #d4d9d0;
}

body[data-theme="Lavender"] {
  --shell-top: #1a172c;
  --shell-bottom: #2b2546;
  --panel-bg: #d8d4df;
}

body[data-theme="Rose"] {
  --shell-top: #2a131f;
  --shell-bottom: #442133;
  --panel-bg: #dfd1d8;
}

body[data-theme="Blueprint"] {
  --shell-top: #0e1730;
  --shell-bottom: #233963;
  --panel-bg: #d2d8e1;
}
