
/* Dark Mode: เปลี่ยนพื้นหลัง gradient เป็นน้ำเงินเข้มลึก */
[data-theme="dark"] .light-bg.svelte-1l0quee {
	fill: #0a1628;
}
[data-theme="dark"] .light-only.svelte-1l0quee {
	display: none;
}
.dark-only.svelte-1l0quee {
	display: none;
}
[data-theme="dark"] .dark-only.svelte-1l0quee {
	display: inline;
}

/* สีข้อความ kailoei.com ใน SVG โลโก้ — light: น้ำเงินเข้ม, dark: ขาว */
.logo-wrapper.svelte-1l0quee {
	color: #1565c0;
}
[data-theme="dark"] .logo-wrapper.svelte-1l0quee {
	color: #ffffff;
}
