/* Tema padrão (rose) — corresponde ao que você já usa hoje */
:root[data-theme="tamy"] {
  --bg: #fff8f9;
  --card: #ffffff;
  --text: #3b2d2f;
  --muted: #a88d94;
  --lilas: #d6b4e8;
  --lilas-strong: #c38bde;

  /* usados nas páginas específicas */
  --accent: #f7d6e0; /* index */
  --success: #2e7d32; /* admin */
  --danger: #c62828; /* admin */
  --warning: #ef6c00; /* admin */
  --border: #ead9ef; /* admin */
  --chip: #f6ebff; /* admin + meus-horarios */
  --ocupado: #e5e5e5; /* agendamento */
  --disponivel-bg: #fff6f8; /* agendamento */
  --disponivel-border: #d6b4e8; /* agendamento */
  --agendado-bg: #f0e6ff; /* agendamento */
  --ocup: #e5e5e5; /* meus-horarios */
}

/* 2) blush — rosa framboesa suave */
:root[data-theme="blush"] {
  --bg: #fff7fb;
  --card: #ffffff;
  --text: #37272d;
  --muted: #b3879a;
  --lilas: #f39ac7;
  --lilas-strong: #e06aa8;

  --accent: #ffd6e8;
  --success: #2e7d32;
  --danger: #c62828;
  --warning: #ef6c00;
  --border: #f7cfe3;
  --chip: #fff2f7;
  --ocupado: #e9e2e6;
  --disponivel-bg: #fff1f6;
  --disponivel-border: #f39ac7;
  --agendado-bg: #ffe6f2;
  --ocup: #e9e2e6;
}

/* 3) nude — bege/champagne minimalista */
:root[data-theme="nude"] {
  --bg: #fffaf4;
  --card: #ffffff;
  --text: #3a2e28;
  --muted: #a38778;
  --lilas: #d2a679;
  --lilas-strong: #b8834f;

  --accent: #fde7cf;
  --success: #2e7d32;
  --danger: #c62828;
  --warning: #ef6c00;
  --border: #ecdccc;
  --chip: #fff4e7;
  --ocupado: #ece6df;
  --disponivel-bg: #fff7ee;
  --disponivel-border: #d2a679;
  --agendado-bg: #f7efe6;
  --ocup: #ece6df;
}

/* 4) peach — pêssego/damasco */
:root[data-theme="peach"] {
  --bg: #fff7f0;
  --card: #ffffff;
  --text: #3b2a22;
  --muted: #b48e78;
  --lilas: #ffb27b;
  --lilas-strong: #ff8f45;

  --accent: #ffe0cc;
  --success: #2e7d32;
  --danger: #c62828;
  --warning: #ef6c00;
  --border: #ffd3b5;
  --chip: #fff4ec;
  --ocupado: #eee4dc;
  --disponivel-bg: #fff2e8;
  --disponivel-border: #ffb27b;
  --agendado-bg: #fff1e6;
  --ocup: #eee4dc;
}

/* 5) mint — verde menta spa */
:root[data-theme="mint"] {
  --bg: #f6fffb;
  --card: #ffffff;
  --text: #2a3b37;
  --muted: #6c8f86;
  --lilas: #6ad1b5;
  --lilas-strong: #37b49a;

  --accent: #dff7ee;
  --success: #2e7d32;
  --danger: #c62828;
  --warning: #ef6c00;
  --border: #cfeee4;
  --chip: #f2fff9;
  --ocupado: #e0ece8;
  --disponivel-bg: #eafaf5;
  --disponivel-border: #6ad1b5;
  --agendado-bg: #e9fff6;
  --ocup: #e0ece8;
}

/* 6) ocean — azul aquoso clean */
:root[data-theme="ocean"] {
  --bg: #f4f9ff;
  --card: #ffffff;
  --text: #283444;
  --muted: #8393a7;
  --lilas: #6aa9ff;
  --lilas-strong: #3d8bff;

  --accent: #d9eaff;
  --success: #2e7d32;
  --danger: #c62828;
  --warning: #ef6c00;
  --border: #cfe0f5;
  --chip: #eef5ff;
  --ocupado: #e1e8f2;
  --disponivel-bg: #ebf3ff;
  --disponivel-border: #6aa9ff;
  --agendado-bg: #e6f0ff;
  --ocup: #e1e8f2;
}

/* 7) lavender — lilás pastel (alternativo) */
:root[data-theme="lavender"] {
  --bg: #fbf7ff;
  --card: #ffffff;
  --text: #352a45;
  --muted: #9a8ab1;
  --lilas: #c4a1ff;
  --lilas-strong: #a678ff;

  --accent: #eadfff;
  --success: #2e7d32;
  --danger: #c62828;
  --warning: #ef6c00;
  --border: #e3d6ff;
  --chip: #f6f0ff;
  --ocupado: #e8e3f2;
  --disponivel-bg: #f4eeff;
  --disponivel-border: #c4a1ff;
  --agendado-bg: #efe7ff;
  --ocup: #e8e3f2;
}

/* 8) gold — dourado/champagne */
:root[data-theme="gold"] {
  --bg: #fffaf0;
  --card: #ffffff;
  --text: #3a2f1f;
  --muted: #9a8663;
  --lilas: #e0b652;
  --lilas-strong: #c9971a;

  --accent: #fff0c9;
  --success: #2e7d32;
  --danger: #c62828;
  --warning: #ef6c00;
  --border: #f1e2b8;
  --chip: #fff7e0;
  --ocupado: #eee6d3;
  --disponivel-bg: #fff5dc;
  --disponivel-border: #e0b652;
  --agendado-bg: #fff4d6;
  --ocup: #eee6d3;
}

/* 9) slate — cinza-azulado elegante */
:root[data-theme="slate"] {
  --bg: #f7f9fb;
  --card: #ffffff;
  --text: #27323a;
  --muted: #7a8b97;
  --lilas: #8aa0b2;
  --lilas-strong: #6e8ca3;

  --accent: #e3eef7;
  --success: #2e7d32;
  --danger: #c62828;
  --warning: #ef6c00;
  --border: #d7e2ec;
  --chip: #eef5fb;
  --ocupado: #e3e8ee;
  --disponivel-bg: #eef4fa;
  --disponivel-border: #8aa0b2;
  --agendado-bg: #e9f3fb;
  --ocup: #e3e8ee;
}

/* 10) espresso — marrom/avelã sofisticado */
:root[data-theme="espresso"] {
  --bg: #fbf7f3;
  --card: #ffffff;
  --text: #2e241e;
  --muted: #9a8577;
  --lilas: #a17957;
  --lilas-strong: #875a39;

  --accent: #f1e0d0;
  --success: #2e7d32;
  --danger: #c62828;
  --warning: #ef6c00;
  --border: #e5d4c4;
  --chip: #f9efe6;
  --ocupado: #e7dfd7;
  --disponivel-bg: #f6ece2;
  --disponivel-border: #a17957;
  --agendado-bg: #f6ece3;
  --ocup: #e7dfd7;
}
/* 11) garage — oficinas mecânicas (aço + laranja segurança) */
:root[data-theme="garage"] {
  --bg: #f6f8fb;
  --card: #ffffff;
  --text: #24303a;
  --muted: #7d8a95;
  --lilas: #ff8a00;
  --lilas-strong: #d96a00;

  --accent: #ffe8d1;
  --success: #2e7d32;
  --danger: #c62828;
  --warning: #ef6c00;
  --border: #d6dde6;
  --chip: #f2f5f9;
  --ocupado: #e6eaee;
  --disponivel-bg: #fff6ee;
  --disponivel-border: #ff8a00;
  --agendado-bg: #e8f1ff;
  --ocup: #e6eaee;
}

/* 12) cyber — tecnologia (azul/neon) */
:root[data-theme="cyber"] {
  --bg: #f6f7ff;
  --card: #ffffff;
  --text: #1f274a;
  --muted: #8086a8;
  --lilas: #7a7dff;
  --lilas-strong: #4b52ff;

  --accent: #e4e6ff;
  --success: #2e7d32;
  --danger: #c62828;
  --warning: #ef6c00;
  --border: #d8dcff;
  --chip: #eef0ff;
  --ocupado: #e7e9f3;
  --disponivel-bg: #eef3ff;
  --disponivel-border: #7a7dff;
  --agendado-bg: #e6fbff;
  --ocup: #e7e9f3;
}

/* 13) kids — educação infantil (lúdico e claro) */
:root[data-theme="kids"] {
  --bg: #fffdf5;
  --card: #ffffff;
  --text: #4a3a2a;
  --muted: #b49a7f;
  --lilas: #6ec5ff;
  --lilas-strong: #2fa8ff;

  --accent: #ffe9a8;
  --success: #2e7d32;
  --danger: #c62828;
  --warning: #ef6c00;
  --border: #f2e4b8;
  --chip: #fff7cc;
  --ocupado: #efe9dd;
  --disponivel-bg: #f0fbff;
  --disponivel-border: #6ec5ff;
  --agendado-bg: #ffe6f2;
  --ocup: #efe9dd;
}

/* 14) clinic — saúde/estética (clean & fresh) */
:root[data-theme="clinic"] {
  --bg: #f6fffe;
  --card: #ffffff;
  --text: #23403f;
  --muted: #6a8a8a;
  --lilas: #36c1b1;
  --lilas-strong: #1aa594;

  --accent: #def7f4;
  --success: #2e7d32;
  --danger: #c62828;
  --warning: #ef6c00;
  --border: #cdebe8;
  --chip: #eafcf9;
  --ocupado: #e0eceb;
  --disponivel-bg: #ecfbf8;
  --disponivel-border: #36c1b1;
  --agendado-bg: #e6f3ff;
  --ocup: #e0eceb;
}

/* 15) barber — barbearia (clássico, toque navy/vermelho) */
:root[data-theme="barber"] {
  --bg: #f8f9fb;
  --card: #ffffff;
  --text: #2b2f3a;
  --muted: #7f8996;
  --lilas: #d84c4c;
  --lilas-strong: #b43434;

  --accent: #e6f0ff;
  --success: #2e7d32;
  --danger: #c62828;
  --warning: #ef6c00;
  --border: #d9e1ee;
  --chip: #f0f4fb;
  --ocupado: #e6e8ed;
  --disponivel-bg: #fff1f1;
  --disponivel-border: #d84c4c;
  --agendado-bg: #eaf1ff;
  --ocup: #e6e8ed;
}
