
	#gradient.svelte-au5h6o stop:where(.svelte-au5h6o) {
		stop-color: oklch(from currentColor calc(l - 0.1) c h);
	}

	.dark {
		#gradient.svelte-au5h6o stop:where(.svelte-au5h6o) {
			stop-color: color(from currentColor srgb-linear calc(r + 0.15) calc(g + 0.15) calc(b + 0.15));
		}
	}
