/* Shared theme variables */
:root{
  --bg:#0A0202;
  --panel:#210906;
  --surface:#44150A;
  --card-bg:#0b1220;
  --text:#FBF4C6;
  --muted:#E4AD44;
  --brand:#D37720;
  --brand2:#E4AD44;
  --highlight:#FBF4C6;
  --danger:#CD220E;
  --accent2:#74220B;
  --btn-bg: linear-gradient(90deg,var(--brand) 0%,var(--brand2) 50%,#F5DB80 100%);
  --btn-danger-bg: linear-gradient(180deg,var(--danger) 0%,var(--accent2) 100%);
  --header-bg: linear-gradient(90deg,var(--panel) 0%,var(--bg) 40%,var(--panel) 100%);
}

body.theme-ember{
  --bg:#0A0202 !important;
  --panel:#210906 !important;
  --surface:#44150A !important;
  --card-bg:#0b1220 !important;
  --text:#FBF4C6 !important;
  --muted:#E4AD44 !important;
  --brand:#D37720 !important;
  --brand2:#E4AD44 !important;
  --highlight:#FBF4C6 !important;
  --danger:#CD220E !important;
  --accent2:#74220B !important;
}

body.theme-slate{
  --bg:#0b1220 !important;
  --panel:#111827 !important;
  --surface:#1f2937 !important;
  --card-bg:#0f172a !important;
  --text:#e2e8f0 !important;
  --muted:#94a3b8 !important;
  --brand:#38bdf8 !important;
  --brand2:#22d3ee !important;
  --highlight:#f8fafc !important;
  --danger:#ef4444 !important;
  --accent2:#334155 !important;
  --btn-bg: linear-gradient(90deg,var(--brand) 0%,var(--brand2) 50%,#c7f9ff 100%) !important;
  --btn-danger-bg: linear-gradient(180deg,var(--danger) 0%,var(--accent2) 100%) !important;
  --header-bg: linear-gradient(90deg,var(--panel) 0%,var(--bg) 40%,var(--panel) 100%) !important;
}

body.theme-dark{
  --bg:#0b0f16 !important;
  --panel:#111827 !important;
  --surface:#1f2937 !important;
  --card-bg:#0f172a !important;
  --text:#f8fafc !important;
  --muted:#cbd5e1 !important;
  --brand:#60a5fa !important;
  --brand2:#93c5fd !important;
  --highlight:#f3f4f6 !important;
  --danger:#f87171 !important;
  --accent2:#374151 !important;
  --btn-bg:#2563eb !important;
  --btn-danger-bg:#ef4444 !important;
  --header-bg:#0f172a !important;
}

body.theme-discord{
  --bg:#1e1f22 !important;
  --panel:#2b2d31 !important;
  --surface:#313338 !important;
  --card-bg:#232428 !important;
  --text:#e6e7ea !important;
  --muted:#c7c9ce !important;
  --brand:#5865f2 !important;
  --brand2:#7289da !important;
  --highlight:#ffffff !important;
  --danger:#f23f43 !important;
  --accent2:#3f4147 !important;
  --btn-bg:#5865f2 !important;
  --btn-danger-bg:#f23f43 !important;
  --header-bg:#2b2d31 !important;
}

body.theme-light{
  --bg:#f7f7fb !important;
  --panel:#ffffff !important;
  --surface:#e5e7eb !important;
  --card-bg:#f3f4f6 !important;
  --text:#0f172a !important;
  --muted:#475569 !important;
  --brand:#2563eb !important;
  --brand2:#3b82f6 !important;
  --highlight:#111827 !important;
  --danger:#dc2626 !important;
  --accent2:#cbd5e1 !important;
  --btn-bg:#2563eb !important;
  --btn-danger-bg:#dc2626 !important;
  --header-bg:#ffffff !important;
}

body.theme-nord{
  --bg:#2e3440 !important;
  --panel:#3b4252 !important;
  --surface:#434c5e !important;
  --card-bg:#3b4252 !important;
  --text:#eceff4 !important;
  --muted:#d8dee9 !important;
  --brand:#88c0d0 !important;
  --brand2:#81a1c1 !important;
  --highlight:#eceff4 !important;
  --danger:#bf616a !important;
  --accent2:#4c566a !important;
  --btn-bg:#88c0d0 !important;
  --btn-danger-bg:#bf616a !important;
  --header-bg:#3b4252 !important;
}

body.theme-dracula{
  --bg:#282a36 !important;
  --panel:#1e1f29 !important;
  --surface:#44475a !important;
  --card-bg:#343746 !important;
  --text:#f8f8f2 !important;
  --muted:#bd93f9 !important;
  --brand:#ff79c6 !important;
  --brand2:#8be9fd !important;
  --highlight:#ffffff !important;
  --danger:#ff5555 !important;
  --accent2:#6272a4 !important;
  --btn-bg:#bd93f9 !important;
  --btn-danger-bg:#ff5555 !important;
  --header-bg:#1e1f29 !important;
}

body.theme-solarized-dark{
  --bg:#002b36 !important;
  --panel:#073642 !important;
  --surface:#0a3c47 !important;
  --card-bg:#073642 !important;
  --text:#eee8d5 !important;
  --muted:#93a1a1 !important;
  --brand:#268bd2 !important;
  --brand2:#2aa198 !important;
  --highlight:#fdf6e3 !important;
  --danger:#dc322f !important;
  --accent2:#586e75 !important;
  --btn-bg:#268bd2 !important;
  --btn-danger-bg:#dc322f !important;
  --header-bg:#073642 !important;
}

body.theme-solarized-light{
  --bg:#fdf6e3 !important;
  --panel:#ffffff !important;
  --surface:#eee8d5 !important;
  --card-bg:#fefcf1 !important;
  --text:#073642 !important;
  --muted:#586e75 !important;
  --brand:#268bd2 !important;
  --brand2:#2aa198 !important;
  --highlight:#002b36 !important;
  --danger:#dc322f !important;
  --accent2:#e0dabf !important;
  --btn-bg:#268bd2 !important;
  --btn-danger-bg:#dc322f !important;
  --header-bg:#ffffff !important;
}

body.theme-github-dark{
  --bg:#0d1117 !important;
  --panel:#161b22 !important;
  --surface:#21262d !important;
  --card-bg:#161b22 !important;
  --text:#e6edf3 !important;
  --muted:#8b949e !important;
  --brand:#2f81f7 !important;
  --brand2:#58a6ff !important;
  --highlight:#ffffff !important;
  --danger:#f85149 !important;
  --accent2:#30363d !important;
  --btn-bg:#2f81f7 !important;
  --btn-danger-bg:#f85149 !important;
  --header-bg:#161b22 !important;
}

body.theme-material-dark{
  --bg:#121212 !important;
  --panel:#1e1e1e !important;
  --surface:#242424 !important;
  --card-bg:#1f1f1f !important;
  --text:#e5e5e5 !important;
  --muted:#9ca3af !important;
  --brand:#3b82f6 !important;
  --brand2:#60a5fa !important;
  --highlight:#ffffff !important;
  --danger:#ef4444 !important;
  --accent2:#2a2a2a !important;
  --btn-bg:#3b82f6 !important;
  --btn-danger-bg:#ef4444 !important;
  --header-bg:#1e1e1e !important;
}
