
.public-bg-gradient {
	background: linear-gradient(145deg, #ffffff 0%, #f8fafc 38%, #f0f9ff 72%, #e8f4fc 100%);
}
html[data-theme="dark"] .public-bg-gradient {
	background: linear-gradient(145deg, #060a12 0%, #0c1220 45%, #121c30 100%);
}
.public-bg-orb--a {
	background: rgb(125 211 252 / 0.18);
}
html[data-theme="dark"] .public-bg-orb--a {
	background: rgb(99 102 241 / 0.2);
}
.public-bg-orb--b {
	background: rgb(196 181 253 / 0.22);
}
html[data-theme="dark"] .public-bg-orb--b {
	background: rgb(139 92 246 / 0.1);
}
.public-bg-orb--c {
	background: color-mix(in srgb, var(--color-primary, #1565c0) 7%, transparent);
}
html[data-theme="dark"] .public-bg-orb--c {
	background: color-mix(in srgb, var(--color-primary, #60a5fa) 8%, transparent);
}

.logo-kailoei-text {
	color: #1565c0;
}
html[data-theme="dark"] .logo-kailoei-text,
html.dark .logo-kailoei-text {
	color: #ffffff;
}
