/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com *//*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
	box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
	tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
	margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
	text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
	box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
	display: list-item;
}/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}


/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */
 
:-moz-focusring {
	outline: auto;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

:root,
[data-theme] {
	background-color: var(--fallback-b1,oklch(var(--b1)/1));
	color: var(--fallback-bc,oklch(var(--bc)/1));
}

@supports not (color: oklch(0% 0 0)) {

	:root {
		color-scheme: light;
		--fallback-p: #491eff;
		--fallback-pc: #d4dbff;
		--fallback-s: #ff41c7;
		--fallback-sc: #fff9fc;
		--fallback-a: #00cfbd;
		--fallback-ac: #00100d;
		--fallback-n: #2b3440;
		--fallback-nc: #d7dde4;
		--fallback-b1: #ffffff;
		--fallback-b2: #e5e6e6;
		--fallback-b3: #e5e6e6;
		--fallback-bc: #1f2937;
		--fallback-in: #00b3f0;
		--fallback-inc: #000000;
		--fallback-su: #00ca92;
		--fallback-suc: #000000;
		--fallback-wa: #ffc22d;
		--fallback-wac: #000000;
		--fallback-er: #ff6f70;
		--fallback-erc: #000000;
	}

	@media (prefers-color-scheme: dark) {

		:root {
			color-scheme: dark;
			--fallback-p: #7582ff;
			--fallback-pc: #050617;
			--fallback-s: #ff71cf;
			--fallback-sc: #190211;
			--fallback-a: #00c7b5;
			--fallback-ac: #000e0c;
			--fallback-n: #2a323c;
			--fallback-nc: #a6adbb;
			--fallback-b1: #1d232a;
			--fallback-b2: #191e24;
			--fallback-b3: #15191e;
			--fallback-bc: #a6adbb;
			--fallback-in: #00b3f0;
			--fallback-inc: #000000;
			--fallback-su: #00ca92;
			--fallback-suc: #000000;
			--fallback-wa: #ffc22d;
			--fallback-wac: #000000;
			--fallback-er: #ff6f70;
			--fallback-erc: #000000;
		}
	}
}

html {
	-webkit-tap-highlight-color: transparent;
}

:root {
	color-scheme: dark;
	--in: 72.06% 0.191 231.6;
	--su: 64.8% 0.150 160;
	--wa: 84.71% 0.199 83.87;
	--er: 71.76% 0.221 22.18;
	--pc: 13.138% 0.0392 275.75;
	--sc: 14.96% 0.052 342.55;
	--ac: 14.902% 0.0334 183.61;
	--inc: 0% 0 0;
	--suc: 0% 0 0;
	--wac: 0% 0 0;
	--erc: 0% 0 0;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 65.69% 0.196 275.75;
	--s: 74.8% 0.26 342.55;
	--a: 74.51% 0.167 183.61;
	--n: 31.3815% 0.021108 254.139175;
	--nc: 74.6477% 0.0216 264.435964;
	--b1: 25.3267% 0.015896 252.417568;
	--b2: 23.2607% 0.013807 253.100675;
	--b3: 21.1484% 0.01165 254.087939;
	--bc: 74.6477% 0.0216 264.435964;
}

[data-theme=dark] {
	color-scheme: dark;
	--in: 72.06% 0.191 231.6;
	--su: 64.8% 0.150 160;
	--wa: 84.71% 0.199 83.87;
	--er: 71.76% 0.221 22.18;
	--pc: 13.138% 0.0392 275.75;
	--sc: 14.96% 0.052 342.55;
	--ac: 14.902% 0.0334 183.61;
	--inc: 0% 0 0;
	--suc: 0% 0 0;
	--wac: 0% 0 0;
	--erc: 0% 0 0;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 65.69% 0.196 275.75;
	--s: 74.8% 0.26 342.55;
	--a: 74.51% 0.167 183.61;
	--n: 31.3815% 0.021108 254.139175;
	--nc: 74.6477% 0.0216 264.435964;
	--b1: 25.3267% 0.015896 252.417568;
	--b2: 23.2607% 0.013807 253.100675;
	--b3: 21.1484% 0.01165 254.087939;
	--bc: 74.6477% 0.0216 264.435964;
}

:root:has(input.theme-controller[value=dark]:checked) {
	color-scheme: dark;
	--in: 72.06% 0.191 231.6;
	--su: 64.8% 0.150 160;
	--wa: 84.71% 0.199 83.87;
	--er: 71.76% 0.221 22.18;
	--pc: 13.138% 0.0392 275.75;
	--sc: 14.96% 0.052 342.55;
	--ac: 14.902% 0.0334 183.61;
	--inc: 0% 0 0;
	--suc: 0% 0 0;
	--wac: 0% 0 0;
	--erc: 0% 0 0;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 65.69% 0.196 275.75;
	--s: 74.8% 0.26 342.55;
	--a: 74.51% 0.167 183.61;
	--n: 31.3815% 0.021108 254.139175;
	--nc: 74.6477% 0.0216 264.435964;
	--b1: 25.3267% 0.015896 252.417568;
	--b2: 23.2607% 0.013807 253.100675;
	--b3: 21.1484% 0.01165 254.087939;
	--bc: 74.6477% 0.0216 264.435964;
}

[data-theme=cupcake] {
	color-scheme: light;
	--in: 72.06% 0.191 231.6;
	--su: 64.8% 0.150 160;
	--wa: 84.71% 0.199 83.87;
	--er: 71.76% 0.221 22.18;
	--pc: 15.2344% 0.017892 200.026556;
	--sc: 15.787% 0.020249 356.29965;
	--ac: 15.8762% 0.029206 78.618794;
	--nc: 84.7148% 0.013247 313.189598;
	--inc: 0% 0 0;
	--suc: 0% 0 0;
	--wac: 0% 0 0;
	--erc: 0% 0 0;
	--rounded-box: 1rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--p: 76.172% 0.089459 200.026556;
	--s: 78.9351% 0.101246 356.29965;
	--a: 79.3811% 0.146032 78.618794;
	--n: 23.5742% 0.066235 313.189598;
	--b1: 97.7882% 0.00418 56.375637;
	--b2: 93.9822% 0.007638 61.449292;
	--b3: 91.5861% 0.006811 53.440502;
	--bc: 23.5742% 0.066235 313.189598;
	--rounded-btn: 1.9rem;
	--tab-border: 2px;
	--tab-radius: 0.7rem;
}

:root:has(input.theme-controller[value=cupcake]:checked) {
	color-scheme: light;
	--in: 72.06% 0.191 231.6;
	--su: 64.8% 0.150 160;
	--wa: 84.71% 0.199 83.87;
	--er: 71.76% 0.221 22.18;
	--pc: 15.2344% 0.017892 200.026556;
	--sc: 15.787% 0.020249 356.29965;
	--ac: 15.8762% 0.029206 78.618794;
	--nc: 84.7148% 0.013247 313.189598;
	--inc: 0% 0 0;
	--suc: 0% 0 0;
	--wac: 0% 0 0;
	--erc: 0% 0 0;
	--rounded-box: 1rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--p: 76.172% 0.089459 200.026556;
	--s: 78.9351% 0.101246 356.29965;
	--a: 79.3811% 0.146032 78.618794;
	--n: 23.5742% 0.066235 313.189598;
	--b1: 97.7882% 0.00418 56.375637;
	--b2: 93.9822% 0.007638 61.449292;
	--b3: 91.5861% 0.006811 53.440502;
	--bc: 23.5742% 0.066235 313.189598;
	--rounded-btn: 1.9rem;
	--tab-border: 2px;
	--tab-radius: 0.7rem;
}

[data-theme=light] {
	color-scheme: light;
	--in: 72.06% 0.191 231.6;
	--su: 64.8% 0.150 160;
	--wa: 84.71% 0.199 83.87;
	--er: 71.76% 0.221 22.18;
	--pc: 89.824% 0.06192 275.75;
	--ac: 15.352% 0.0368 183.61;
	--inc: 0% 0 0;
	--suc: 0% 0 0;
	--wac: 0% 0 0;
	--erc: 0% 0 0;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 49.12% 0.3096 275.75;
	--s: 69.71% 0.329 342.55;
	--sc: 98.71% 0.0106 342.55;
	--a: 76.76% 0.184 183.61;
	--n: 32.1785% 0.02476 255.701624;
	--nc: 89.4994% 0.011585 252.096176;
	--b1: 100% 0 0;
	--b2: 96.1151% 0 0;
	--b3: 92.4169% 0.00108 197.137559;
	--bc: 27.8078% 0.029596 256.847952;
}

:root:has(input.theme-controller[value=light]:checked) {
	color-scheme: light;
	--in: 72.06% 0.191 231.6;
	--su: 64.8% 0.150 160;
	--wa: 84.71% 0.199 83.87;
	--er: 71.76% 0.221 22.18;
	--pc: 89.824% 0.06192 275.75;
	--ac: 15.352% 0.0368 183.61;
	--inc: 0% 0 0;
	--suc: 0% 0 0;
	--wac: 0% 0 0;
	--erc: 0% 0 0;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 49.12% 0.3096 275.75;
	--s: 69.71% 0.329 342.55;
	--sc: 98.71% 0.0106 342.55;
	--a: 76.76% 0.184 183.61;
	--n: 32.1785% 0.02476 255.701624;
	--nc: 89.4994% 0.011585 252.096176;
	--b1: 100% 0 0;
	--b2: 96.1151% 0 0;
	--b3: 92.4169% 0.00108 197.137559;
	--bc: 27.8078% 0.029596 256.847952;
}

[data-theme=bumblebee] {
	color-scheme: light;
	--b2: 93% 0 0;
	--b3: 86% 0 0;
	--in: 72.06% 0.191 231.6;
	--su: 64.8% 0.150 160;
	--wa: 84.71% 0.199 83.87;
	--er: 71.76% 0.221 22.18;
	--bc: 20% 0 0;
	--ac: 16.254% 0.0314 56.52;
	--nc: 82.55% 0.015 281.99;
	--inc: 0% 0 0;
	--suc: 0% 0 0;
	--wac: 0% 0 0;
	--erc: 0% 0 0;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 89.51% 0.2132 96.61;
	--pc: 38.92% 0.046 96.61;
	--s: 80.39% 0.194 70.76;
	--sc: 39.38% 0.068 70.76;
	--a: 81.27% 0.157 56.52;
	--n: 12.75% 0.075 281.99;
	--b1: 100% 0 0;
}

:root:has(input.theme-controller[value=bumblebee]:checked) {
	color-scheme: light;
	--b2: 93% 0 0;
	--b3: 86% 0 0;
	--in: 72.06% 0.191 231.6;
	--su: 64.8% 0.150 160;
	--wa: 84.71% 0.199 83.87;
	--er: 71.76% 0.221 22.18;
	--bc: 20% 0 0;
	--ac: 16.254% 0.0314 56.52;
	--nc: 82.55% 0.015 281.99;
	--inc: 0% 0 0;
	--suc: 0% 0 0;
	--wac: 0% 0 0;
	--erc: 0% 0 0;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 89.51% 0.2132 96.61;
	--pc: 38.92% 0.046 96.61;
	--s: 80.39% 0.194 70.76;
	--sc: 39.38% 0.068 70.76;
	--a: 81.27% 0.157 56.52;
	--n: 12.75% 0.075 281.99;
	--b1: 100% 0 0;
}

[data-theme=emerald] {
	color-scheme: light;
	--b2: 93% 0 0;
	--b3: 86% 0 0;
	--in: 72.06% 0.191 231.6;
	--su: 64.8% 0.150 160;
	--wa: 84.71% 0.199 83.87;
	--er: 71.76% 0.221 22.18;
	--inc: 0% 0 0;
	--suc: 0% 0 0;
	--wac: 0% 0 0;
	--erc: 0% 0 0;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 76.6626% 0.135433 153.450024;
	--pc: 33.3872% 0.040618 162.240129;
	--s: 61.3028% 0.202368 261.294233;
	--sc: 100% 0 0;
	--a: 72.7725% 0.149783 33.200363;
	--ac: 0% 0 0;
	--n: 35.5192% 0.032071 262.988584;
	--nc: 98.4625% 0.001706 247.838921;
	--b1: 100% 0 0;
	--bc: 35.5192% 0.032071 262.988584;
	--animation-btn: 0;
	--animation-input: 0;
	--btn-focus-scale: 1;
}

:root:has(input.theme-controller[value=emerald]:checked) {
	color-scheme: light;
	--b2: 93% 0 0;
	--b3: 86% 0 0;
	--in: 72.06% 0.191 231.6;
	--su: 64.8% 0.150 160;
	--wa: 84.71% 0.199 83.87;
	--er: 71.76% 0.221 22.18;
	--inc: 0% 0 0;
	--suc: 0% 0 0;
	--wac: 0% 0 0;
	--erc: 0% 0 0;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 76.6626% 0.135433 153.450024;
	--pc: 33.3872% 0.040618 162.240129;
	--s: 61.3028% 0.202368 261.294233;
	--sc: 100% 0 0;
	--a: 72.7725% 0.149783 33.200363;
	--ac: 0% 0 0;
	--n: 35.5192% 0.032071 262.988584;
	--nc: 98.4625% 0.001706 247.838921;
	--b1: 100% 0 0;
	--bc: 35.5192% 0.032071 262.988584;
	--animation-btn: 0;
	--animation-input: 0;
	--btn-focus-scale: 1;
}

[data-theme=corporate] {
	color-scheme: light;
	--b2: 93% 0 0;
	--b3: 86% 0 0;
	--in: 72.06% 0.191 231.6;
	--su: 64.8% 0.150 160;
	--wa: 84.71% 0.199 83.87;
	--er: 71.76% 0.221 22.18;
	--pc: 12.078% 0.0456 269.1;
	--sc: 13.0739% 0.010951 256.688055;
	--ac: 15.3934% 0.022799 163.57888;
	--inc: 0% 0 0;
	--suc: 0% 0 0;
	--wac: 0% 0 0;
	--erc: 0% 0 0;
	--border-btn: 1px;
	--tab-border: 1px;
	--p: 60.39% 0.228 269.1;
	--s: 65.3694% 0.054756 256.688055;
	--a: 76.9669% 0.113994 163.57888;
	--n: 22.3899% 0.031305 278.07229;
	--nc: 95.8796% 0.008588 247.915135;
	--b1: 100% 0 0;
	--bc: 22.3899% 0.031305 278.07229;
	--rounded-box: 0.25rem;
	--rounded-btn: .125rem;
	--rounded-badge: .125rem;
	--tab-radius: 0.25rem;
	--animation-btn: 0;
	--animation-input: 0;
	--btn-focus-scale: 1;
}

:root:has(input.theme-controller[value=corporate]:checked) {
	color-scheme: light;
	--b2: 93% 0 0;
	--b3: 86% 0 0;
	--in: 72.06% 0.191 231.6;
	--su: 64.8% 0.150 160;
	--wa: 84.71% 0.199 83.87;
	--er: 71.76% 0.221 22.18;
	--pc: 12.078% 0.0456 269.1;
	--sc: 13.0739% 0.010951 256.688055;
	--ac: 15.3934% 0.022799 163.57888;
	--inc: 0% 0 0;
	--suc: 0% 0 0;
	--wac: 0% 0 0;
	--erc: 0% 0 0;
	--border-btn: 1px;
	--tab-border: 1px;
	--p: 60.39% 0.228 269.1;
	--s: 65.3694% 0.054756 256.688055;
	--a: 76.9669% 0.113994 163.57888;
	--n: 22.3899% 0.031305 278.07229;
	--nc: 95.8796% 0.008588 247.915135;
	--b1: 100% 0 0;
	--bc: 22.3899% 0.031305 278.07229;
	--rounded-box: 0.25rem;
	--rounded-btn: .125rem;
	--rounded-badge: .125rem;
	--tab-radius: 0.25rem;
	--animation-btn: 0;
	--animation-input: 0;
	--btn-focus-scale: 1;
}

[data-theme=synthwave] {
	color-scheme: dark;
	--b2: 20.2941% 0.076211 287.835609;
	--b3: 18.7665% 0.070475 287.835609;
	--pc: 14.4421% 0.031903 342.009383;
	--sc: 15.6543% 0.02362 227.382405;
	--ac: 17.608% 0.0412 93.72;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 72.2105% 0.159514 342.009383;
	--s: 78.2714% 0.118101 227.382405;
	--a: 88.04% 0.206 93.72;
	--n: 25.5554% 0.103537 286.507967;
	--nc: 97.9365% 0.00819 301.358346;
	--b1: 21.8216% 0.081948 287.835609;
	--bc: 97.9365% 0.00819 301.358346;
	--in: 76.5197% 0.12273 231.831603;
	--inc: 23.5017% 0.096418 290.329844;
	--su: 86.0572% 0.115038 178.624677;
	--suc: 23.5017% 0.096418 290.329844;
	--wa: 85.531% 0.122117 93.722227;
	--wac: 23.5017% 0.096418 290.329844;
	--er: 73.7005% 0.121339 32.639257;
	--erc: 23.5017% 0.096418 290.329844;
}

:root:has(input.theme-controller[value=synthwave]:checked) {
	color-scheme: dark;
	--b2: 20.2941% 0.076211 287.835609;
	--b3: 18.7665% 0.070475 287.835609;
	--pc: 14.4421% 0.031903 342.009383;
	--sc: 15.6543% 0.02362 227.382405;
	--ac: 17.608% 0.0412 93.72;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 72.2105% 0.159514 342.009383;
	--s: 78.2714% 0.118101 227.382405;
	--a: 88.04% 0.206 93.72;
	--n: 25.5554% 0.103537 286.507967;
	--nc: 97.9365% 0.00819 301.358346;
	--b1: 21.8216% 0.081948 287.835609;
	--bc: 97.9365% 0.00819 301.358346;
	--in: 76.5197% 0.12273 231.831603;
	--inc: 23.5017% 0.096418 290.329844;
	--su: 86.0572% 0.115038 178.624677;
	--suc: 23.5017% 0.096418 290.329844;
	--wa: 85.531% 0.122117 93.722227;
	--wac: 23.5017% 0.096418 290.329844;
	--er: 73.7005% 0.121339 32.639257;
	--erc: 23.5017% 0.096418 290.329844;
}

[data-theme=retro] {
	color-scheme: light;
	--inc: 90.923% 0.043042 262.880917;
	--suc: 12.541% 0.033982 149.213788;
	--wac: 13.3168% 0.031484 58.31834;
	--erc: 13.144% 0.0398 27.33;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--p: 76.8664% 0.104092 22.664655;
	--pc: 26.5104% 0.006243 0.522862;
	--s: 80.7415% 0.052534 159.094608;
	--sc: 26.5104% 0.006243 0.522862;
	--a: 70.3919% 0.125455 52.953428;
	--ac: 26.5104% 0.006243 0.522862;
	--n: 28.4181% 0.009519 355.534017;
	--nc: 92.5604% 0.025113 89.217311;
	--b1: 91.6374% 0.034554 90.51575;
	--b2: 88.2722% 0.049418 91.774344;
	--b3: 84.133% 0.065952 90.856665;
	--bc: 26.5104% 0.006243 0.522862;
	--in: 54.615% 0.215208 262.880917;
	--su: 62.7052% 0.169912 149.213788;
	--wa: 66.584% 0.157422 58.31834;
	--er: 65.72% 0.199 27.33;
	--rounded-box: 0.4rem;
	--rounded-btn: 0.4rem;
	--rounded-badge: 0.4rem;
	--tab-radius: 0.4rem;
}

:root:has(input.theme-controller[value=retro]:checked) {
	color-scheme: light;
	--inc: 90.923% 0.043042 262.880917;
	--suc: 12.541% 0.033982 149.213788;
	--wac: 13.3168% 0.031484 58.31834;
	--erc: 13.144% 0.0398 27.33;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--p: 76.8664% 0.104092 22.664655;
	--pc: 26.5104% 0.006243 0.522862;
	--s: 80.7415% 0.052534 159.094608;
	--sc: 26.5104% 0.006243 0.522862;
	--a: 70.3919% 0.125455 52.953428;
	--ac: 26.5104% 0.006243 0.522862;
	--n: 28.4181% 0.009519 355.534017;
	--nc: 92.5604% 0.025113 89.217311;
	--b1: 91.6374% 0.034554 90.51575;
	--b2: 88.2722% 0.049418 91.774344;
	--b3: 84.133% 0.065952 90.856665;
	--bc: 26.5104% 0.006243 0.522862;
	--in: 54.615% 0.215208 262.880917;
	--su: 62.7052% 0.169912 149.213788;
	--wa: 66.584% 0.157422 58.31834;
	--er: 65.72% 0.199 27.33;
	--rounded-box: 0.4rem;
	--rounded-btn: 0.4rem;
	--rounded-badge: 0.4rem;
	--tab-radius: 0.4rem;
}

[data-theme=cyberpunk] {
	color-scheme: light;
	--b2: 87.8943% 0.16647 104.32;
	--b3: 81.2786% 0.15394 104.32;
	--in: 72.06% 0.191 231.6;
	--su: 64.8% 0.150 160;
	--wa: 84.71% 0.199 83.87;
	--er: 71.76% 0.221 22.18;
	--bc: 18.902% 0.0358 104.32;
	--pc: 14.844% 0.0418 6.35;
	--sc: 16.666% 0.0368 204.72;
	--ac: 14.372% 0.04352 310.43;
	--inc: 0% 0 0;
	--suc: 0% 0 0;
	--wac: 0% 0 0;
	--erc: 0% 0 0;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
	--p: 74.22% 0.209 6.35;
	--s: 83.33% 0.184 204.72;
	--a: 71.86% 0.2176 310.43;
	--n: 23.04% 0.065 269.31;
	--nc: 94.51% 0.179 104.32;
	--b1: 94.51% 0.179 104.32;
	--rounded-box: 0;
	--rounded-btn: 0;
	--rounded-badge: 0;
	--tab-radius: 0;
}

:root:has(input.theme-controller[value=cyberpunk]:checked) {
	color-scheme: light;
	--b2: 87.8943% 0.16647 104.32;
	--b3: 81.2786% 0.15394 104.32;
	--in: 72.06% 0.191 231.6;
	--su: 64.8% 0.150 160;
	--wa: 84.71% 0.199 83.87;
	--er: 71.76% 0.221 22.18;
	--bc: 18.902% 0.0358 104.32;
	--pc: 14.844% 0.0418 6.35;
	--sc: 16.666% 0.0368 204.72;
	--ac: 14.372% 0.04352 310.43;
	--inc: 0% 0 0;
	--suc: 0% 0 0;
	--wac: 0% 0 0;
	--erc: 0% 0 0;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
	--p: 74.22% 0.209 6.35;
	--s: 83.33% 0.184 204.72;
	--a: 71.86% 0.2176 310.43;
	--n: 23.04% 0.065 269.31;
	--nc: 94.51% 0.179 104.32;
	--b1: 94.51% 0.179 104.32;
	--rounded-box: 0;
	--rounded-btn: 0;
	--rounded-badge: 0;
	--tab-radius: 0;
}

[data-theme=valentine] {
	color-scheme: light;
	--b2: 88.0567% 0.024834 337.06289;
	--b3: 81.4288% 0.022964 337.06289;
	--pc: 13.7239% 0.030755 15.066527;
	--sc: 14.3942% 0.029258 293.189609;
	--ac: 14.2537% 0.014961 197.828857;
	--inc: 90.923% 0.043042 262.880917;
	--suc: 12.541% 0.033982 149.213788;
	--wac: 13.3168% 0.031484 58.31834;
	--erc: 14.614% 0.0414 27.33;
	--rounded-box: 1rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--p: 68.6197% 0.153774 15.066527;
	--s: 71.971% 0.14629 293.189609;
	--a: 71.2685% 0.074804 197.828857;
	--n: 54.6053% 0.143342 358.004839;
	--nc: 90.2701% 0.037202 336.955191;
	--b1: 94.6846% 0.026703 337.06289;
	--bc: 37.3085% 0.081131 4.606426;
	--in: 54.615% 0.215208 262.880917;
	--su: 62.7052% 0.169912 149.213788;
	--wa: 66.584% 0.157422 58.31834;
	--er: 73.07% 0.207 27.33;
	--rounded-btn: 1.9rem;
	--tab-radius: 0.7rem;
}

:root:has(input.theme-controller[value=valentine]:checked) {
	color-scheme: light;
	--b2: 88.0567% 0.024834 337.06289;
	--b3: 81.4288% 0.022964 337.06289;
	--pc: 13.7239% 0.030755 15.066527;
	--sc: 14.3942% 0.029258 293.189609;
	--ac: 14.2537% 0.014961 197.828857;
	--inc: 90.923% 0.043042 262.880917;
	--suc: 12.541% 0.033982 149.213788;
	--wac: 13.3168% 0.031484 58.31834;
	--erc: 14.614% 0.0414 27.33;
	--rounded-box: 1rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--p: 68.6197% 0.153774 15.066527;
	--s: 71.971% 0.14629 293.189609;
	--a: 71.2685% 0.074804 197.828857;
	--n: 54.6053% 0.143342 358.004839;
	--nc: 90.2701% 0.037202 336.955191;
	--b1: 94.6846% 0.026703 337.06289;
	--bc: 37.3085% 0.081131 4.606426;
	--in: 54.615% 0.215208 262.880917;
	--su: 62.7052% 0.169912 149.213788;
	--wa: 66.584% 0.157422 58.31834;
	--er: 73.07% 0.207 27.33;
	--rounded-btn: 1.9rem;
	--tab-radius: 0.7rem;
}

[data-theme=halloween] {
	color-scheme: dark;
	--b2: 23.0416% 0 0;
	--b3: 21.3072% 0 0;
	--bc: 84.9552% 0 0;
	--sc: 89.196% 0.0496 305.03;
	--nc: 84.8742% 0.009322 65.681484;
	--inc: 90.923% 0.043042 262.880917;
	--suc: 12.541% 0.033982 149.213788;
	--wac: 13.3168% 0.031484 58.31834;
	--erc: 13.144% 0.0398 27.33;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 77.48% 0.204 60.62;
	--pc: 19.6935% 0.004671 196.779412;
	--s: 45.98% 0.248 305.03;
	--a: 64.8% 0.223 136.073479;
	--ac: 0% 0 0;
	--n: 24.371% 0.046608 65.681484;
	--b1: 24.7759% 0 0;
	--in: 54.615% 0.215208 262.880917;
	--su: 62.7052% 0.169912 149.213788;
	--wa: 66.584% 0.157422 58.31834;
	--er: 65.72% 0.199 27.33;
}

:root:has(input.theme-controller[value=halloween]:checked) {
	color-scheme: dark;
	--b2: 23.0416% 0 0;
	--b3: 21.3072% 0 0;
	--bc: 84.9552% 0 0;
	--sc: 89.196% 0.0496 305.03;
	--nc: 84.8742% 0.009322 65.681484;
	--inc: 90.923% 0.043042 262.880917;
	--suc: 12.541% 0.033982 149.213788;
	--wac: 13.3168% 0.031484 58.31834;
	--erc: 13.144% 0.0398 27.33;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 77.48% 0.204 60.62;
	--pc: 19.6935% 0.004671 196.779412;
	--s: 45.98% 0.248 305.03;
	--a: 64.8% 0.223 136.073479;
	--ac: 0% 0 0;
	--n: 24.371% 0.046608 65.681484;
	--b1: 24.7759% 0 0;
	--in: 54.615% 0.215208 262.880917;
	--su: 62.7052% 0.169912 149.213788;
	--wa: 66.584% 0.157422 58.31834;
	--er: 65.72% 0.199 27.33;
}

[data-theme=garden] {
	color-scheme: light;
	--b2: 86.4453% 0.002011 17.197414;
	--b3: 79.9386% 0.00186 17.197414;
	--in: 72.06% 0.191 231.6;
	--su: 64.8% 0.150 160;
	--wa: 84.71% 0.199 83.87;
	--er: 71.76% 0.221 22.18;
	--sc: 89.699% 0.022197 355.095988;
	--ac: 11.2547% 0.010859 154.390187;
	--inc: 0% 0 0;
	--suc: 0% 0 0;
	--wac: 0% 0 0;
	--erc: 0% 0 0;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 62.45% 0.278 3.83636;
	--pc: 100% 0 0;
	--s: 48.4952% 0.110985 355.095988;
	--a: 56.2735% 0.054297 154.390187;
	--n: 24.1559% 0.049362 89.070594;
	--nc: 92.9519% 0.002163 17.197414;
	--b1: 92.9519% 0.002163 17.197414;
	--bc: 16.9617% 0.001664 17.32068;
}

:root:has(input.theme-controller[value=garden]:checked) {
	color-scheme: light;
	--b2: 86.4453% 0.002011 17.197414;
	--b3: 79.9386% 0.00186 17.197414;
	--in: 72.06% 0.191 231.6;
	--su: 64.8% 0.150 160;
	--wa: 84.71% 0.199 83.87;
	--er: 71.76% 0.221 22.18;
	--sc: 89.699% 0.022197 355.095988;
	--ac: 11.2547% 0.010859 154.390187;
	--inc: 0% 0 0;
	--suc: 0% 0 0;
	--wac: 0% 0 0;
	--erc: 0% 0 0;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 62.45% 0.278 3.83636;
	--pc: 100% 0 0;
	--s: 48.4952% 0.110985 355.095988;
	--a: 56.2735% 0.054297 154.390187;
	--n: 24.1559% 0.049362 89.070594;
	--nc: 92.9519% 0.002163 17.197414;
	--b1: 92.9519% 0.002163 17.197414;
	--bc: 16.9617% 0.001664 17.32068;
}

[data-theme=forest] {
	color-scheme: dark;
	--b2: 17.522% 0.007709 17.911578;
	--b3: 16.2032% 0.007129 17.911578;
	--in: 72.06% 0.191 231.6;
	--su: 64.8% 0.150 160;
	--wa: 84.71% 0.199 83.87;
	--er: 71.76% 0.221 22.18;
	--bc: 83.7682% 0.001658 17.911578;
	--sc: 13.9553% 0.027077 168.327128;
	--ac: 14.1257% 0.02389 185.713193;
	--nc: 86.1397% 0.007806 171.364646;
	--inc: 0% 0 0;
	--suc: 0% 0 0;
	--wac: 0% 0 0;
	--erc: 0% 0 0;
	--rounded-box: 1rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 68.6283% 0.185567 148.958922;
	--pc: 0% 0 0;
	--s: 69.7764% 0.135385 168.327128;
	--a: 70.6285% 0.119451 185.713193;
	--n: 30.6985% 0.039032 171.364646;
	--b1: 18.8409% 0.00829 17.911578;
	--rounded-btn: 1.9rem;
}

:root:has(input.theme-controller[value=forest]:checked) {
	color-scheme: dark;
	--b2: 17.522% 0.007709 17.911578;
	--b3: 16.2032% 0.007129 17.911578;
	--in: 72.06% 0.191 231.6;
	--su: 64.8% 0.150 160;
	--wa: 84.71% 0.199 83.87;
	--er: 71.76% 0.221 22.18;
	--bc: 83.7682% 0.001658 17.911578;
	--sc: 13.9553% 0.027077 168.327128;
	--ac: 14.1257% 0.02389 185.713193;
	--nc: 86.1397% 0.007806 171.364646;
	--inc: 0% 0 0;
	--suc: 0% 0 0;
	--wac: 0% 0 0;
	--erc: 0% 0 0;
	--rounded-box: 1rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 68.6283% 0.185567 148.958922;
	--pc: 0% 0 0;
	--s: 69.7764% 0.135385 168.327128;
	--a: 70.6285% 0.119451 185.713193;
	--n: 30.6985% 0.039032 171.364646;
	--b1: 18.8409% 0.00829 17.911578;
	--rounded-btn: 1.9rem;
}

[data-theme=aqua] {
	color-scheme: dark;
	--b2: 45.3464% 0.118611 261.181672;
	--b3: 41.9333% 0.109683 261.181672;
	--bc: 89.7519% 0.025508 261.181672;
	--sc: 12.1365% 0.02175 309.782946;
	--ac: 18.6854% 0.020445 94.555431;
	--nc: 12.2124% 0.023402 243.760661;
	--inc: 90.923% 0.043042 262.880917;
	--suc: 12.541% 0.033982 149.213788;
	--wac: 13.3168% 0.031484 58.31834;
	--erc: 14.79% 0.038 27.33;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 85.6617% 0.14498 198.6458;
	--pc: 40.1249% 0.068266 197.603872;
	--s: 60.6827% 0.108752 309.782946;
	--a: 93.4269% 0.102225 94.555431;
	--n: 61.0622% 0.117009 243.760661;
	--b1: 48.7596% 0.127539 261.181672;
	--in: 54.615% 0.215208 262.880917;
	--su: 62.7052% 0.169912 149.213788;
	--wa: 66.584% 0.157422 58.31834;
	--er: 73.95% 0.19 27.33;
}

:root:has(input.theme-controller[value=aqua]:checked) {
	color-scheme: dark;
	--b2: 45.3464% 0.118611 261.181672;
	--b3: 41.9333% 0.109683 261.181672;
	--bc: 89.7519% 0.025508 261.181672;
	--sc: 12.1365% 0.02175 309.782946;
	--ac: 18.6854% 0.020445 94.555431;
	--nc: 12.2124% 0.023402 243.760661;
	--inc: 90.923% 0.043042 262.880917;
	--suc: 12.541% 0.033982 149.213788;
	--wac: 13.3168% 0.031484 58.31834;
	--erc: 14.79% 0.038 27.33;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 85.6617% 0.14498 198.6458;
	--pc: 40.1249% 0.068266 197.603872;
	--s: 60.6827% 0.108752 309.782946;
	--a: 93.4269% 0.102225 94.555431;
	--n: 61.0622% 0.117009 243.760661;
	--b1: 48.7596% 0.127539 261.181672;
	--in: 54.615% 0.215208 262.880917;
	--su: 62.7052% 0.169912 149.213788;
	--wa: 66.584% 0.157422 58.31834;
	--er: 73.95% 0.19 27.33;
}

[data-theme=lofi] {
	color-scheme: light;
	--inc: 15.908% 0.0206 205.9;
	--suc: 18.026% 0.0306 164.14;
	--wac: 17.674% 0.027 79.94;
	--erc: 15.732% 0.03 28.47;
	--border-btn: 1px;
	--tab-border: 1px;
	--p: 15.9066% 0 0;
	--pc: 100% 0 0;
	--s: 21.455% 0.001566 17.278957;
	--sc: 100% 0 0;
	--a: 26.8618% 0 0;
	--ac: 100% 0 0;
	--n: 0% 0 0;
	--nc: 100% 0 0;
	--b1: 100% 0 0;
	--b2: 96.1151% 0 0;
	--b3: 92.268% 0.001082 17.17934;
	--bc: 0% 0 0;
	--in: 79.54% 0.103 205.9;
	--su: 90.13% 0.153 164.14;
	--wa: 88.37% 0.135 79.94;
	--er: 78.66% 0.15 28.47;
	--rounded-box: 0.25rem;
	--rounded-btn: 0.125rem;
	--rounded-badge: 0.125rem;
	--tab-radius: 0.125rem;
	--animation-btn: 0;
	--animation-input: 0;
	--btn-focus-scale: 1;
}

:root:has(input.theme-controller[value=lofi]:checked) {
	color-scheme: light;
	--inc: 15.908% 0.0206 205.9;
	--suc: 18.026% 0.0306 164.14;
	--wac: 17.674% 0.027 79.94;
	--erc: 15.732% 0.03 28.47;
	--border-btn: 1px;
	--tab-border: 1px;
	--p: 15.9066% 0 0;
	--pc: 100% 0 0;
	--s: 21.455% 0.001566 17.278957;
	--sc: 100% 0 0;
	--a: 26.8618% 0 0;
	--ac: 100% 0 0;
	--n: 0% 0 0;
	--nc: 100% 0 0;
	--b1: 100% 0 0;
	--b2: 96.1151% 0 0;
	--b3: 92.268% 0.001082 17.17934;
	--bc: 0% 0 0;
	--in: 79.54% 0.103 205.9;
	--su: 90.13% 0.153 164.14;
	--wa: 88.37% 0.135 79.94;
	--er: 78.66% 0.15 28.47;
	--rounded-box: 0.25rem;
	--rounded-btn: 0.125rem;
	--rounded-badge: 0.125rem;
	--tab-radius: 0.125rem;
	--animation-btn: 0;
	--animation-input: 0;
	--btn-focus-scale: 1;
}

[data-theme=pastel] {
	color-scheme: light;
	--in: 72.06% 0.191 231.6;
	--su: 64.8% 0.150 160;
	--wa: 84.71% 0.199 83.87;
	--er: 71.76% 0.221 22.18;
	--bc: 20% 0 0;
	--pc: 16.6166% 0.006979 316.8737;
	--sc: 17.6153% 0.009839 8.688364;
	--ac: 17.8419% 0.012056 170.923263;
	--nc: 14.2681% 0.014702 228.183906;
	--inc: 0% 0 0;
	--suc: 0% 0 0;
	--wac: 0% 0 0;
	--erc: 0% 0 0;
	--rounded-box: 1rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--p: 83.0828% 0.034896 316.8737;
	--s: 88.0763% 0.049197 8.688364;
	--a: 89.2096% 0.06028 170.923263;
	--n: 71.3406% 0.07351 228.183906;
	--b1: 100% 0 0;
	--b2: 98.4625% 0.001706 247.838921;
	--b3: 87.1681% 0.009339 258.338227;
	--rounded-btn: 1.9rem;
	--tab-radius: 0.7rem;
}

:root:has(input.theme-controller[value=pastel]:checked) {
	color-scheme: light;
	--in: 72.06% 0.191 231.6;
	--su: 64.8% 0.150 160;
	--wa: 84.71% 0.199 83.87;
	--er: 71.76% 0.221 22.18;
	--bc: 20% 0 0;
	--pc: 16.6166% 0.006979 316.8737;
	--sc: 17.6153% 0.009839 8.688364;
	--ac: 17.8419% 0.012056 170.923263;
	--nc: 14.2681% 0.014702 228.183906;
	--inc: 0% 0 0;
	--suc: 0% 0 0;
	--wac: 0% 0 0;
	--erc: 0% 0 0;
	--rounded-box: 1rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--p: 83.0828% 0.034896 316.8737;
	--s: 88.0763% 0.049197 8.688364;
	--a: 89.2096% 0.06028 170.923263;
	--n: 71.3406% 0.07351 228.183906;
	--b1: 100% 0 0;
	--b2: 98.4625% 0.001706 247.838921;
	--b3: 87.1681% 0.009339 258.338227;
	--rounded-btn: 1.9rem;
	--tab-radius: 0.7rem;
}

[data-theme=fantasy] {
	color-scheme: light;
	--b2: 93% 0 0;
	--b3: 86% 0 0;
	--in: 72.06% 0.191 231.6;
	--su: 64.8% 0.150 160;
	--wa: 84.71% 0.199 83.87;
	--er: 71.76% 0.221 22.18;
	--pc: 87.49% 0.0378 325.02;
	--sc: 90.784% 0.0324 241.36;
	--ac: 15.196% 0.0408 56.72;
	--nc: 85.5616% 0.005919 256.847952;
	--inc: 0% 0 0;
	--suc: 0% 0 0;
	--wac: 0% 0 0;
	--erc: 0% 0 0;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 37.45% 0.189 325.02;
	--s: 53.92% 0.162 241.36;
	--a: 75.98% 0.204 56.72;
	--n: 27.8078% 0.029596 256.847952;
	--b1: 100% 0 0;
	--bc: 27.8078% 0.029596 256.847952;
}

:root:has(input.theme-controller[value=fantasy]:checked) {
	color-scheme: light;
	--b2: 93% 0 0;
	--b3: 86% 0 0;
	--in: 72.06% 0.191 231.6;
	--su: 64.8% 0.150 160;
	--wa: 84.71% 0.199 83.87;
	--er: 71.76% 0.221 22.18;
	--pc: 87.49% 0.0378 325.02;
	--sc: 90.784% 0.0324 241.36;
	--ac: 15.196% 0.0408 56.72;
	--nc: 85.5616% 0.005919 256.847952;
	--inc: 0% 0 0;
	--suc: 0% 0 0;
	--wac: 0% 0 0;
	--erc: 0% 0 0;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 37.45% 0.189 325.02;
	--s: 53.92% 0.162 241.36;
	--a: 75.98% 0.204 56.72;
	--n: 27.8078% 0.029596 256.847952;
	--b1: 100% 0 0;
	--bc: 27.8078% 0.029596 256.847952;
}

[data-theme=wireframe] {
	color-scheme: light;
	--bc: 20% 0 0;
	--pc: 15.6521% 0 0;
	--sc: 15.6521% 0 0;
	--ac: 15.6521% 0 0;
	--nc: 18.8014% 0 0;
	--inc: 89.0403% 0.062643 264.052021;
	--suc: 90.395% 0.035372 142.495339;
	--wac: 14.1626% 0.019994 108.702381;
	--erc: 12.5591% 0.051537 29.233885;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	font-family: Chalkboard,comic sans ms,'sans-serif';
	--p: 78.2604% 0 0;
	--s: 78.2604% 0 0;
	--a: 78.2604% 0 0;
	--n: 94.007% 0 0;
	--b1: 100% 0 0;
	--b2: 94.9119% 0 0;
	--b3: 89.7547% 0 0;
	--in: 45.2014% 0.313214 264.052021;
	--su: 51.9752% 0.176858 142.495339;
	--wa: 70.8131% 0.099969 108.702381;
	--er: 62.7955% 0.257683 29.233885;
	--rounded-box: 0.2rem;
	--rounded-btn: 0.2rem;
	--rounded-badge: 0.2rem;
	--tab-radius: 0.2rem;
}

:root:has(input.theme-controller[value=wireframe]:checked) {
	color-scheme: light;
	--bc: 20% 0 0;
	--pc: 15.6521% 0 0;
	--sc: 15.6521% 0 0;
	--ac: 15.6521% 0 0;
	--nc: 18.8014% 0 0;
	--inc: 89.0403% 0.062643 264.052021;
	--suc: 90.395% 0.035372 142.495339;
	--wac: 14.1626% 0.019994 108.702381;
	--erc: 12.5591% 0.051537 29.233885;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	font-family: Chalkboard,comic sans ms,'sans-serif';
	--p: 78.2604% 0 0;
	--s: 78.2604% 0 0;
	--a: 78.2604% 0 0;
	--n: 94.007% 0 0;
	--b1: 100% 0 0;
	--b2: 94.9119% 0 0;
	--b3: 89.7547% 0 0;
	--in: 45.2014% 0.313214 264.052021;
	--su: 51.9752% 0.176858 142.495339;
	--wa: 70.8131% 0.099969 108.702381;
	--er: 62.7955% 0.257683 29.233885;
	--rounded-box: 0.2rem;
	--rounded-btn: 0.2rem;
	--rounded-badge: 0.2rem;
	--tab-radius: 0.2rem;
}

[data-theme=black] {
	color-scheme: dark;
	--pc: 86.736% 0 0;
	--sc: 86.736% 0 0;
	--ac: 86.736% 0 0;
	--nc: 86.736% 0 0;
	--inc: 89.0403% 0.062643 264.052021;
	--suc: 90.395% 0.035372 142.495339;
	--wac: 19.3597% 0.042201 109.769232;
	--erc: 12.5591% 0.051537 29.233885;
	--border-btn: 1px;
	--tab-border: 1px;
	--p: 33.6799% 0 0;
	--s: 33.6799% 0 0;
	--a: 33.6799% 0 0;
	--b1: 0% 0 0;
	--b2: 19.1251% 0 0;
	--b3: 26.8618% 0 0;
	--bc: 87.6096% 0 0;
	--n: 33.6799% 0 0;
	--in: 45.2014% 0.313214 264.052021;
	--su: 51.9752% 0.176858 142.495339;
	--wa: 96.7983% 0.211006 109.769232;
	--er: 62.7955% 0.257683 29.233885;
	--rounded-box: 0;
	--rounded-btn: 0;
	--rounded-badge: 0;
	--animation-btn: 0;
	--animation-input: 0;
	--btn-focus-scale: 1;
	--tab-radius: 0;
}

:root:has(input.theme-controller[value=black]:checked) {
	color-scheme: dark;
	--pc: 86.736% 0 0;
	--sc: 86.736% 0 0;
	--ac: 86.736% 0 0;
	--nc: 86.736% 0 0;
	--inc: 89.0403% 0.062643 264.052021;
	--suc: 90.395% 0.035372 142.495339;
	--wac: 19.3597% 0.042201 109.769232;
	--erc: 12.5591% 0.051537 29.233885;
	--border-btn: 1px;
	--tab-border: 1px;
	--p: 33.6799% 0 0;
	--s: 33.6799% 0 0;
	--a: 33.6799% 0 0;
	--b1: 0% 0 0;
	--b2: 19.1251% 0 0;
	--b3: 26.8618% 0 0;
	--bc: 87.6096% 0 0;
	--n: 33.6799% 0 0;
	--in: 45.2014% 0.313214 264.052021;
	--su: 51.9752% 0.176858 142.495339;
	--wa: 96.7983% 0.211006 109.769232;
	--er: 62.7955% 0.257683 29.233885;
	--rounded-box: 0;
	--rounded-btn: 0;
	--rounded-badge: 0;
	--animation-btn: 0;
	--animation-input: 0;
	--btn-focus-scale: 1;
	--tab-radius: 0;
}

[data-theme=luxury] {
	color-scheme: dark;
	--pc: 20% 0 0;
	--sc: 85.5163% 0.012821 261.069149;
	--ac: 87.3349% 0.010348 338.82597;
	--inc: 15.8122% 0.024356 237.133883;
	--suc: 15.6239% 0.038579 132.154381;
	--wac: 17.2255% 0.027305 102.89115;
	--erc: 14.3506% 0.035271 22.568916;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 100% 0 0;
	--s: 27.5815% 0.064106 261.069149;
	--a: 36.6744% 0.051741 338.82597;
	--n: 24.27% 0.057015 59.825019;
	--nc: 93.2033% 0.089631 90.861683;
	--b1: 14.0765% 0.004386 285.822869;
	--b2: 20.2191% 0.004211 308.22937;
	--b3: 29.8961% 0.003818 308.318612;
	--bc: 75.6879% 0.123666 76.890484;
	--in: 79.0612% 0.121778 237.133883;
	--su: 78.1197% 0.192894 132.154381;
	--wa: 86.1274% 0.136524 102.89115;
	--er: 71.7531% 0.176357 22.568916;
}

:root:has(input.theme-controller[value=luxury]:checked) {
	color-scheme: dark;
	--pc: 20% 0 0;
	--sc: 85.5163% 0.012821 261.069149;
	--ac: 87.3349% 0.010348 338.82597;
	--inc: 15.8122% 0.024356 237.133883;
	--suc: 15.6239% 0.038579 132.154381;
	--wac: 17.2255% 0.027305 102.89115;
	--erc: 14.3506% 0.035271 22.568916;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 100% 0 0;
	--s: 27.5815% 0.064106 261.069149;
	--a: 36.6744% 0.051741 338.82597;
	--n: 24.27% 0.057015 59.825019;
	--nc: 93.2033% 0.089631 90.861683;
	--b1: 14.0765% 0.004386 285.822869;
	--b2: 20.2191% 0.004211 308.22937;
	--b3: 29.8961% 0.003818 308.318612;
	--bc: 75.6879% 0.123666 76.890484;
	--in: 79.0612% 0.121778 237.133883;
	--su: 78.1197% 0.192894 132.154381;
	--wa: 86.1274% 0.136524 102.89115;
	--er: 71.7531% 0.176357 22.568916;
}

[data-theme=dracula] {
	color-scheme: dark;
	--b2: 26.8053% 0.020556 277.508664;
	--b3: 24.7877% 0.019009 277.508664;
	--pc: 15.0922% 0.036614 346.812432;
	--sc: 14.8405% 0.029709 301.883095;
	--ac: 16.6785% 0.024826 66.558491;
	--nc: 87.8891% 0.006515 275.524078;
	--inc: 17.6526% 0.018676 212.846491;
	--suc: 17.4199% 0.043903 148.024881;
	--wac: 19.1068% 0.026849 112.757109;
	--erc: 13.6441% 0.041266 24.430965;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 75.4611% 0.18307 346.812432;
	--s: 74.2023% 0.148546 301.883095;
	--a: 83.3927% 0.124132 66.558491;
	--n: 39.4456% 0.032576 275.524078;
	--b1: 28.8229% 0.022103 277.508664;
	--bc: 97.7477% 0.007913 106.545019;
	--in: 88.263% 0.09338 212.846491;
	--su: 87.0995% 0.219516 148.024881;
	--wa: 95.5338% 0.134246 112.757109;
	--er: 68.2204% 0.206328 24.430965;
}

:root:has(input.theme-controller[value=dracula]:checked) {
	color-scheme: dark;
	--b2: 26.8053% 0.020556 277.508664;
	--b3: 24.7877% 0.019009 277.508664;
	--pc: 15.0922% 0.036614 346.812432;
	--sc: 14.8405% 0.029709 301.883095;
	--ac: 16.6785% 0.024826 66.558491;
	--nc: 87.8891% 0.006515 275.524078;
	--inc: 17.6526% 0.018676 212.846491;
	--suc: 17.4199% 0.043903 148.024881;
	--wac: 19.1068% 0.026849 112.757109;
	--erc: 13.6441% 0.041266 24.430965;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 75.4611% 0.18307 346.812432;
	--s: 74.2023% 0.148546 301.883095;
	--a: 83.3927% 0.124132 66.558491;
	--n: 39.4456% 0.032576 275.524078;
	--b1: 28.8229% 0.022103 277.508664;
	--bc: 97.7477% 0.007913 106.545019;
	--in: 88.263% 0.09338 212.846491;
	--su: 87.0995% 0.219516 148.024881;
	--wa: 95.5338% 0.134246 112.757109;
	--er: 68.2204% 0.206328 24.430965;
}

[data-theme=cmyk] {
	color-scheme: light;
	--b2: 93% 0 0;
	--b3: 86% 0 0;
	--bc: 20% 0 0;
	--pc: 14.3544% 0.02666 239.443325;
	--sc: 12.8953% 0.040552 359.339283;
	--ac: 18.8458% 0.037948 105.306968;
	--nc: 84.3557% 0 0;
	--inc: 13.6952% 0.0189 217.284104;
	--suc: 89.3898% 0.032505 321.406278;
	--wac: 14.2473% 0.031969 52.023412;
	--erc: 12.4027% 0.041677 28.717543;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 71.7722% 0.133298 239.443325;
	--s: 64.4766% 0.202758 359.339283;
	--a: 94.2289% 0.189741 105.306968;
	--n: 21.7787% 0 0;
	--b1: 100% 0 0;
	--in: 68.4759% 0.094499 217.284104;
	--su: 46.949% 0.162524 321.406278;
	--wa: 71.2364% 0.159843 52.023412;
	--er: 62.0133% 0.208385 28.717543;
}

:root:has(input.theme-controller[value=cmyk]:checked) {
	color-scheme: light;
	--b2: 93% 0 0;
	--b3: 86% 0 0;
	--bc: 20% 0 0;
	--pc: 14.3544% 0.02666 239.443325;
	--sc: 12.8953% 0.040552 359.339283;
	--ac: 18.8458% 0.037948 105.306968;
	--nc: 84.3557% 0 0;
	--inc: 13.6952% 0.0189 217.284104;
	--suc: 89.3898% 0.032505 321.406278;
	--wac: 14.2473% 0.031969 52.023412;
	--erc: 12.4027% 0.041677 28.717543;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 71.7722% 0.133298 239.443325;
	--s: 64.4766% 0.202758 359.339283;
	--a: 94.2289% 0.189741 105.306968;
	--n: 21.7787% 0 0;
	--b1: 100% 0 0;
	--in: 68.4759% 0.094499 217.284104;
	--su: 46.949% 0.162524 321.406278;
	--wa: 71.2364% 0.159843 52.023412;
	--er: 62.0133% 0.208385 28.717543;
}

[data-theme=autumn] {
	color-scheme: light;
	--b2: 89.1077% 0 0;
	--b3: 82.4006% 0 0;
	--bc: 19.1629% 0 0;
	--pc: 88.1446% 0.032232 17.530175;
	--sc: 12.3353% 0.033821 23.865865;
	--ac: 14.6851% 0.018999 60.729616;
	--nc: 90.8734% 0.007475 51.902819;
	--inc: 13.8449% 0.019596 207.284192;
	--suc: 12.199% 0.016032 174.616213;
	--wac: 14.0163% 0.032982 56.844303;
	--erc: 90.614% 0.0482 24.16;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 40.7232% 0.16116 17.530175;
	--s: 61.6763% 0.169105 23.865865;
	--a: 73.4253% 0.094994 60.729616;
	--n: 54.3672% 0.037374 51.902819;
	--b1: 95.8147% 0 0;
	--in: 69.2245% 0.097979 207.284192;
	--su: 60.9951% 0.080159 174.616213;
	--wa: 70.0817% 0.164909 56.844303;
	--er: 53.07% 0.241 24.16;
}

:root:has(input.theme-controller[value=autumn]:checked) {
	color-scheme: light;
	--b2: 89.1077% 0 0;
	--b3: 82.4006% 0 0;
	--bc: 19.1629% 0 0;
	--pc: 88.1446% 0.032232 17.530175;
	--sc: 12.3353% 0.033821 23.865865;
	--ac: 14.6851% 0.018999 60.729616;
	--nc: 90.8734% 0.007475 51.902819;
	--inc: 13.8449% 0.019596 207.284192;
	--suc: 12.199% 0.016032 174.616213;
	--wac: 14.0163% 0.032982 56.844303;
	--erc: 90.614% 0.0482 24.16;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 40.7232% 0.16116 17.530175;
	--s: 61.6763% 0.169105 23.865865;
	--a: 73.4253% 0.094994 60.729616;
	--n: 54.3672% 0.037374 51.902819;
	--b1: 95.8147% 0 0;
	--in: 69.2245% 0.097979 207.284192;
	--su: 60.9951% 0.080159 174.616213;
	--wa: 70.0817% 0.164909 56.844303;
	--er: 53.07% 0.241 24.16;
}

[data-theme=business] {
	color-scheme: dark;
	--b2: 22.6487% 0 0;
	--b3: 20.944% 0 0;
	--bc: 84.8707% 0 0;
	--pc: 88.3407% 0.019811 251.473931;
	--sc: 12.8185% 0.005481 229.389418;
	--ac: 13.4542% 0.033545 35.791525;
	--nc: 85.4882% 0.00265 253.041249;
	--inc: 12.5233% 0.028702 240.033697;
	--suc: 14.0454% 0.018919 156.59611;
	--wac: 15.4965% 0.023141 81.519177;
	--erc: 90.3221% 0.029356 29.674507;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 41.7036% 0.099057 251.473931;
	--s: 64.0924% 0.027405 229.389418;
	--a: 67.271% 0.167726 35.791525;
	--n: 27.441% 0.01325 253.041249;
	--b1: 24.3535% 0 0;
	--in: 62.6163% 0.143511 240.033697;
	--su: 70.2268% 0.094594 156.59611;
	--wa: 77.4824% 0.115704 81.519177;
	--er: 51.6105% 0.14678 29.674507;
	--rounded-box: 0.25rem;
	--rounded-btn: .125rem;
	--rounded-badge: .125rem;
}

:root:has(input.theme-controller[value=business]:checked) {
	color-scheme: dark;
	--b2: 22.6487% 0 0;
	--b3: 20.944% 0 0;
	--bc: 84.8707% 0 0;
	--pc: 88.3407% 0.019811 251.473931;
	--sc: 12.8185% 0.005481 229.389418;
	--ac: 13.4542% 0.033545 35.791525;
	--nc: 85.4882% 0.00265 253.041249;
	--inc: 12.5233% 0.028702 240.033697;
	--suc: 14.0454% 0.018919 156.59611;
	--wac: 15.4965% 0.023141 81.519177;
	--erc: 90.3221% 0.029356 29.674507;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 41.7036% 0.099057 251.473931;
	--s: 64.0924% 0.027405 229.389418;
	--a: 67.271% 0.167726 35.791525;
	--n: 27.441% 0.01325 253.041249;
	--b1: 24.3535% 0 0;
	--in: 62.6163% 0.143511 240.033697;
	--su: 70.2268% 0.094594 156.59611;
	--wa: 77.4824% 0.115704 81.519177;
	--er: 51.6105% 0.14678 29.674507;
	--rounded-box: 0.25rem;
	--rounded-btn: .125rem;
	--rounded-badge: .125rem;
}

[data-theme=acid] {
	color-scheme: light;
	--b2: 91.6146% 0 0;
	--b3: 84.7189% 0 0;
	--bc: 19.7021% 0 0;
	--pc: 14.38% 0.0714 330.759573;
	--sc: 14.674% 0.0448 48.250878;
	--ac: 18.556% 0.0528 122.962951;
	--nc: 84.262% 0.0256 278.68;
	--inc: 12.144% 0.0454 252.05;
	--suc: 17.144% 0.0532 158.53;
	--wac: 18.202% 0.0424 100.5;
	--erc: 12.968% 0.0586 29.349188;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--p: 71.9% 0.357 330.759573;
	--s: 73.37% 0.224 48.250878;
	--a: 92.78% 0.264 122.962951;
	--n: 21.31% 0.128 278.68;
	--b1: 98.5104% 0 0;
	--in: 60.72% 0.227 252.05;
	--su: 85.72% 0.266 158.53;
	--wa: 91.01% 0.212 100.5;
	--er: 64.84% 0.293 29.349188;
	--rounded-box: 1.25rem;
	--rounded-btn: 1rem;
	--rounded-badge: 1rem;
	--tab-radius: 0.7rem;
}

:root:has(input.theme-controller[value=acid]:checked) {
	color-scheme: light;
	--b2: 91.6146% 0 0;
	--b3: 84.7189% 0 0;
	--bc: 19.7021% 0 0;
	--pc: 14.38% 0.0714 330.759573;
	--sc: 14.674% 0.0448 48.250878;
	--ac: 18.556% 0.0528 122.962951;
	--nc: 84.262% 0.0256 278.68;
	--inc: 12.144% 0.0454 252.05;
	--suc: 17.144% 0.0532 158.53;
	--wac: 18.202% 0.0424 100.5;
	--erc: 12.968% 0.0586 29.349188;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--p: 71.9% 0.357 330.759573;
	--s: 73.37% 0.224 48.250878;
	--a: 92.78% 0.264 122.962951;
	--n: 21.31% 0.128 278.68;
	--b1: 98.5104% 0 0;
	--in: 60.72% 0.227 252.05;
	--su: 85.72% 0.266 158.53;
	--wa: 91.01% 0.212 100.5;
	--er: 64.84% 0.293 29.349188;
	--rounded-box: 1.25rem;
	--rounded-btn: 1rem;
	--rounded-badge: 1rem;
	--tab-radius: 0.7rem;
}

[data-theme=lemonade] {
	color-scheme: light;
	--b2: 91.8003% 0.0186 123.72;
	--b3: 84.8906% 0.0172 123.72;
	--bc: 19.742% 0.004 123.72;
	--pc: 11.784% 0.0398 134.6;
	--sc: 15.55% 0.0392 111.09;
	--ac: 17.078% 0.0402 100.73;
	--nc: 86.196% 0.015 108.6;
	--inc: 17.238% 0.0094 224.14;
	--suc: 17.238% 0.0094 157.85;
	--wac: 17.238% 0.0094 102.15;
	--erc: 17.238% 0.0094 25.85;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 58.92% 0.199 134.6;
	--s: 77.75% 0.196 111.09;
	--a: 85.39% 0.201 100.73;
	--n: 30.98% 0.075 108.6;
	--b1: 98.71% 0.02 123.72;
	--in: 86.19% 0.047 224.14;
	--su: 86.19% 0.047 157.85;
	--wa: 86.19% 0.047 102.15;
	--er: 86.19% 0.047 25.85;
}

:root:has(input.theme-controller[value=lemonade]:checked) {
	color-scheme: light;
	--b2: 91.8003% 0.0186 123.72;
	--b3: 84.8906% 0.0172 123.72;
	--bc: 19.742% 0.004 123.72;
	--pc: 11.784% 0.0398 134.6;
	--sc: 15.55% 0.0392 111.09;
	--ac: 17.078% 0.0402 100.73;
	--nc: 86.196% 0.015 108.6;
	--inc: 17.238% 0.0094 224.14;
	--suc: 17.238% 0.0094 157.85;
	--wac: 17.238% 0.0094 102.15;
	--erc: 17.238% 0.0094 25.85;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 58.92% 0.199 134.6;
	--s: 77.75% 0.196 111.09;
	--a: 85.39% 0.201 100.73;
	--n: 30.98% 0.075 108.6;
	--b1: 98.71% 0.02 123.72;
	--in: 86.19% 0.047 224.14;
	--su: 86.19% 0.047 157.85;
	--wa: 86.19% 0.047 102.15;
	--er: 86.19% 0.047 25.85;
}

[data-theme=night] {
	color-scheme: dark;
	--b2: 19.3144% 0.037037 265.754874;
	--b3: 17.8606% 0.034249 265.754874;
	--bc: 84.1536% 0.007965 265.754874;
	--pc: 15.0703% 0.027798 232.66148;
	--sc: 13.6023% 0.031661 276.934902;
	--ac: 14.4721% 0.035244 350.048739;
	--nc: 85.5899% 0.00737 260.030984;
	--suc: 15.6904% 0.026506 181.911977;
	--wac: 16.6486% 0.027912 82.95003;
	--erc: 14.3572% 0.034051 13.11834;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 75.3513% 0.138989 232.66148;
	--s: 68.0113% 0.158303 276.934902;
	--a: 72.3603% 0.176218 350.048739;
	--n: 27.9495% 0.036848 260.030984;
	--b1: 20.7682% 0.039824 265.754874;
	--in: 68.4553% 0.148062 237.25135;
	--inc: 0% 0 0;
	--su: 78.452% 0.132529 181.911977;
	--wa: 83.2428% 0.139558 82.95003;
	--er: 71.7858% 0.170255 13.11834;
}

:root:has(input.theme-controller[value=night]:checked) {
	color-scheme: dark;
	--b2: 19.3144% 0.037037 265.754874;
	--b3: 17.8606% 0.034249 265.754874;
	--bc: 84.1536% 0.007965 265.754874;
	--pc: 15.0703% 0.027798 232.66148;
	--sc: 13.6023% 0.031661 276.934902;
	--ac: 14.4721% 0.035244 350.048739;
	--nc: 85.5899% 0.00737 260.030984;
	--suc: 15.6904% 0.026506 181.911977;
	--wac: 16.6486% 0.027912 82.95003;
	--erc: 14.3572% 0.034051 13.11834;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 75.3513% 0.138989 232.66148;
	--s: 68.0113% 0.158303 276.934902;
	--a: 72.3603% 0.176218 350.048739;
	--n: 27.9495% 0.036848 260.030984;
	--b1: 20.7682% 0.039824 265.754874;
	--in: 68.4553% 0.148062 237.25135;
	--inc: 0% 0 0;
	--su: 78.452% 0.132529 181.911977;
	--wa: 83.2428% 0.139558 82.95003;
	--er: 71.7858% 0.170255 13.11834;
}

[data-theme=coffee] {
	color-scheme: dark;
	--b2: 20.1585% 0.021457 329.708637;
	--b3: 18.6412% 0.019842 329.708637;
	--pc: 14.3993% 0.024765 62.756393;
	--sc: 86.893% 0.00597 199.19444;
	--ac: 88.5243% 0.014881 224.389184;
	--nc: 83.3022% 0.003149 326.261446;
	--inc: 15.898% 0.012774 184.558367;
	--suc: 14.9445% 0.014491 131.116276;
	--wac: 17.6301% 0.028162 87.722413;
	--erc: 15.4637% 0.025644 31.871922;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 71.9967% 0.123825 62.756393;
	--s: 34.465% 0.029849 199.19444;
	--a: 42.6213% 0.074405 224.389184;
	--n: 16.5109% 0.015743 326.261446;
	--b1: 21.6758% 0.023072 329.708637;
	--bc: 72.3547% 0.092794 79.129387;
	--in: 79.4902% 0.063869 184.558367;
	--su: 74.7224% 0.072456 131.116276;
	--wa: 88.1503% 0.140812 87.722413;
	--er: 77.3187% 0.12822 31.871922;
}

:root:has(input.theme-controller[value=coffee]:checked) {
	color-scheme: dark;
	--b2: 20.1585% 0.021457 329.708637;
	--b3: 18.6412% 0.019842 329.708637;
	--pc: 14.3993% 0.024765 62.756393;
	--sc: 86.893% 0.00597 199.19444;
	--ac: 88.5243% 0.014881 224.389184;
	--nc: 83.3022% 0.003149 326.261446;
	--inc: 15.898% 0.012774 184.558367;
	--suc: 14.9445% 0.014491 131.116276;
	--wac: 17.6301% 0.028162 87.722413;
	--erc: 15.4637% 0.025644 31.871922;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 71.9967% 0.123825 62.756393;
	--s: 34.465% 0.029849 199.19444;
	--a: 42.6213% 0.074405 224.389184;
	--n: 16.5109% 0.015743 326.261446;
	--b1: 21.6758% 0.023072 329.708637;
	--bc: 72.3547% 0.092794 79.129387;
	--in: 79.4902% 0.063869 184.558367;
	--su: 74.7224% 0.072456 131.116276;
	--wa: 88.1503% 0.140812 87.722413;
	--er: 77.3187% 0.12822 31.871922;
}

[data-theme=winter] {
	color-scheme: light;
	--pc: 91.372% 0.051 257.57;
	--sc: 88.5103% 0.03222 282.339433;
	--ac: 11.988% 0.038303 335.171434;
	--nc: 83.9233% 0.012704 257.651965;
	--inc: 17.6255% 0.017178 214.515264;
	--suc: 16.0988% 0.015404 197.823719;
	--wac: 17.8345% 0.009167 71.47031;
	--erc: 14.6185% 0.022037 20.076293;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 56.86% 0.255 257.57;
	--s: 42.5516% 0.161098 282.339433;
	--a: 59.9398% 0.191515 335.171434;
	--n: 19.6166% 0.063518 257.651965;
	--b1: 100% 0 0;
	--b2: 97.4663% 0.011947 259.822565;
	--b3: 93.2686% 0.016223 262.751375;
	--bc: 41.8869% 0.053885 255.824911;
	--in: 88.1275% 0.085888 214.515264;
	--su: 80.4941% 0.077019 197.823719;
	--wa: 89.1725% 0.045833 71.47031;
	--er: 73.0926% 0.110185 20.076293;
}

:root:has(input.theme-controller[value=winter]:checked) {
	color-scheme: light;
	--pc: 91.372% 0.051 257.57;
	--sc: 88.5103% 0.03222 282.339433;
	--ac: 11.988% 0.038303 335.171434;
	--nc: 83.9233% 0.012704 257.651965;
	--inc: 17.6255% 0.017178 214.515264;
	--suc: 16.0988% 0.015404 197.823719;
	--wac: 17.8345% 0.009167 71.47031;
	--erc: 14.6185% 0.022037 20.076293;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 56.86% 0.255 257.57;
	--s: 42.5516% 0.161098 282.339433;
	--a: 59.9398% 0.191515 335.171434;
	--n: 19.6166% 0.063518 257.651965;
	--b1: 100% 0 0;
	--b2: 97.4663% 0.011947 259.822565;
	--b3: 93.2686% 0.016223 262.751375;
	--bc: 41.8869% 0.053885 255.824911;
	--in: 88.1275% 0.085888 214.515264;
	--su: 80.4941% 0.077019 197.823719;
	--wa: 89.1725% 0.045833 71.47031;
	--er: 73.0926% 0.110185 20.076293;
}

[data-theme=dim] {
	color-scheme: dark;
	--pc: 17.2267% 0.028331 139.549991;
	--sc: 14.6752% 0.033181 35.353059;
	--ac: 14.8459% 0.026728 311.37924;
	--inc: 17.2157% 0.028409 206.182959;
	--suc: 17.2343% 0.028437 166.534048;
	--wac: 17.2327% 0.028447 94.818679;
	--erc: 16.4838% 0.019914 33.756357;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 86.1335% 0.141656 139.549991;
	--s: 73.3759% 0.165904 35.353059;
	--a: 74.2296% 0.133641 311.37924;
	--n: 24.7311% 0.020483 264.094728;
	--nc: 82.9011% 0.031335 222.959324;
	--b1: 30.8577% 0.023243 264.149498;
	--b2: 28.0368% 0.01983 264.182074;
	--b3: 26.3469% 0.018403 262.177739;
	--bc: 82.9011% 0.031335 222.959324;
	--in: 86.0785% 0.142046 206.182959;
	--su: 86.1717% 0.142187 166.534048;
	--wa: 86.1634% 0.142236 94.818679;
	--er: 82.4189% 0.09957 33.756357;
}

:root:has(input.theme-controller[value=dim]:checked) {
	color-scheme: dark;
	--pc: 17.2267% 0.028331 139.549991;
	--sc: 14.6752% 0.033181 35.353059;
	--ac: 14.8459% 0.026728 311.37924;
	--inc: 17.2157% 0.028409 206.182959;
	--suc: 17.2343% 0.028437 166.534048;
	--wac: 17.2327% 0.028447 94.818679;
	--erc: 16.4838% 0.019914 33.756357;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 86.1335% 0.141656 139.549991;
	--s: 73.3759% 0.165904 35.353059;
	--a: 74.2296% 0.133641 311.37924;
	--n: 24.7311% 0.020483 264.094728;
	--nc: 82.9011% 0.031335 222.959324;
	--b1: 30.8577% 0.023243 264.149498;
	--b2: 28.0368% 0.01983 264.182074;
	--b3: 26.3469% 0.018403 262.177739;
	--bc: 82.9011% 0.031335 222.959324;
	--in: 86.0785% 0.142046 206.182959;
	--su: 86.1717% 0.142187 166.534048;
	--wa: 86.1634% 0.142236 94.818679;
	--er: 82.4189% 0.09957 33.756357;
}

[data-theme=nord] {
	color-scheme: light;
	--pc: 11.8872% 0.015449 254.027774;
	--sc: 13.9303% 0.011822 248.687186;
	--ac: 15.4929% 0.01245 217.469017;
	--inc: 13.8414% 0.012499 332.664922;
	--suc: 15.3654% 0.01498 131.063061;
	--wac: 17.0972% 0.017847 84.093335;
	--erc: 12.122% 0.024119 15.341883;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--p: 59.4359% 0.077246 254.027774;
	--s: 69.6516% 0.059108 248.687186;
	--a: 77.4643% 0.062249 217.469017;
	--n: 45.229% 0.035214 264.1312;
	--nc: 89.9258% 0.016374 262.749256;
	--b1: 95.1276% 0.007445 260.731539;
	--b2: 93.2996% 0.010389 261.788485;
	--b3: 89.9258% 0.016374 262.749256;
	--bc: 32.4374% 0.022945 264.182036;
	--in: 69.2072% 0.062496 332.664922;
	--su: 76.827% 0.074899 131.063061;
	--wa: 85.4862% 0.089234 84.093335;
	--er: 60.61% 0.120594 15.341883;
	--rounded-box: 0.4rem;
	--rounded-btn: 0.2rem;
	--rounded-badge: 0.4rem;
	--tab-radius: 0.2rem;
}

:root:has(input.theme-controller[value=nord]:checked) {
	color-scheme: light;
	--pc: 11.8872% 0.015449 254.027774;
	--sc: 13.9303% 0.011822 248.687186;
	--ac: 15.4929% 0.01245 217.469017;
	--inc: 13.8414% 0.012499 332.664922;
	--suc: 15.3654% 0.01498 131.063061;
	--wac: 17.0972% 0.017847 84.093335;
	--erc: 12.122% 0.024119 15.341883;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--p: 59.4359% 0.077246 254.027774;
	--s: 69.6516% 0.059108 248.687186;
	--a: 77.4643% 0.062249 217.469017;
	--n: 45.229% 0.035214 264.1312;
	--nc: 89.9258% 0.016374 262.749256;
	--b1: 95.1276% 0.007445 260.731539;
	--b2: 93.2996% 0.010389 261.788485;
	--b3: 89.9258% 0.016374 262.749256;
	--bc: 32.4374% 0.022945 264.182036;
	--in: 69.2072% 0.062496 332.664922;
	--su: 76.827% 0.074899 131.063061;
	--wa: 85.4862% 0.089234 84.093335;
	--er: 60.61% 0.120594 15.341883;
	--rounded-box: 0.4rem;
	--rounded-btn: 0.2rem;
	--rounded-badge: 0.4rem;
	--tab-radius: 0.2rem;
}

[data-theme=sunset] {
	color-scheme: dark;
	--pc: 14.9408% 0.031656 39.94703;
	--sc: 14.5075% 0.035531 2.72034;
	--ac: 14.2589% 0.033336 299.844533;
	--inc: 17.1119% 0.017054 206.015183;
	--suc: 17.1122% 0.017172 144.77874;
	--wac: 17.1139% 0.016961 74.427797;
	--erc: 17.1023% 0.015778 16.886379;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--p: 74.7039% 0.158278 39.94703;
	--s: 72.5375% 0.177654 2.72034;
	--a: 71.2947% 0.166678 299.844533;
	--n: 26% 0.019 237.69;
	--nc: 70% 0.019 237.69;
	--b1: 22% 0.019 237.69;
	--b2: 20% 0.019 237.69;
	--b3: 18% 0.019 237.69;
	--bc: 77.3835% 0.043586 245.096534;
	--in: 85.5596% 0.085271 206.015183;
	--su: 85.5609% 0.08586 144.77874;
	--wa: 85.5695% 0.084806 74.427797;
	--er: 85.5116% 0.07889 16.886379;
	--rounded-box: 1.2rem;
	--rounded-btn: 0.8rem;
	--rounded-badge: 0.4rem;
	--tab-radius: 0.7rem;
}

:root:has(input.theme-controller[value=sunset]:checked) {
	color-scheme: dark;
	--pc: 14.9408% 0.031656 39.94703;
	--sc: 14.5075% 0.035531 2.72034;
	--ac: 14.2589% 0.033336 299.844533;
	--inc: 17.1119% 0.017054 206.015183;
	--suc: 17.1122% 0.017172 144.77874;
	--wac: 17.1139% 0.016961 74.427797;
	--erc: 17.1023% 0.015778 16.886379;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--p: 74.7039% 0.158278 39.94703;
	--s: 72.5375% 0.177654 2.72034;
	--a: 71.2947% 0.166678 299.844533;
	--n: 26% 0.019 237.69;
	--nc: 70% 0.019 237.69;
	--b1: 22% 0.019 237.69;
	--b2: 20% 0.019 237.69;
	--b3: 18% 0.019 237.69;
	--bc: 77.3835% 0.043586 245.096534;
	--in: 85.5596% 0.085271 206.015183;
	--su: 85.5609% 0.08586 144.77874;
	--wa: 85.5695% 0.084806 74.427797;
	--er: 85.5116% 0.07889 16.886379;
	--rounded-box: 1.2rem;
	--rounded-btn: 0.8rem;
	--rounded-badge: 0.4rem;
	--tab-radius: 0.7rem;
}

@media (hover:hover) {

	.label a:hover {
		--tw-text-opacity: 1;
		color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
	}

	.menu li > *:not(ul, .menu-title, details, .btn):active,
.menu li > *:not(ul, .menu-title, details, .btn).active,
.menu li > details > summary:active {
		--tw-bg-opacity: 1;
		background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
		--tw-text-opacity: 1;
		color: var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)));
	}
}

.btn {
	display: inline-flex;
	height: 3rem;
	min-height: 3rem;
	flex-shrink: 0;
	cursor: pointer;
	-webkit-user-select: none;
	        user-select: none;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	border-radius: var(--rounded-btn, 0.5rem);
	border-color: transparent;
	border-color: oklch(var(--btn-color, var(--b2)) / var(--tw-border-opacity));
	padding-left: 1rem;
	padding-right: 1rem;
	text-align: center;
	font-size: 0.875rem;
	line-height: 1em;
	gap: 0.5rem;
	font-weight: 600;
	-webkit-text-decoration-line: none;
	        text-decoration-line: none;
	text-decoration-line: none;
	transition-duration: 200ms;
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
	border-width: var(--border-btn, 1px);
	animation: button-pop var(--animation-btn, 0.25s) ease-out;
	transition-property: color, background-color, border-color, opacity, box-shadow, transform;
	--tw-text-opacity: 1;
	color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
	--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
	--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	outline-color: var(--fallback-bc,oklch(var(--bc)/1));
	background-color: oklch(var(--btn-color, var(--b2)) / var(--tw-bg-opacity));
	--tw-bg-opacity: 1;
	--tw-border-opacity: 1;
}

.btn-disabled,
  .btn[disabled],
  .btn:disabled {
	pointer-events: none;
}

:where(.btn:is(input[type="checkbox"])),
:where(.btn:is(input[type="radio"])) {
	width: auto;
	-webkit-appearance: none;
	        appearance: none;
}

.btn:is(input[type="checkbox"]):after,
.btn:is(input[type="radio"]):after {
	--tw-content: attr(aria-label);
	content: var(--tw-content);
}

.card {
	position: relative;
	display: flex;
	flex-direction: column;
	border-radius: var(--rounded-box, 1rem);
}

.card:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.card figure {
	display: flex;
	align-items: center;
	justify-content: center;
}

.card.image-full {
	display: grid;
}

.card.image-full:before {
	position: relative;
	content: "";
	z-index: 10;
	border-radius: var(--rounded-box, 1rem);
	--tw-bg-opacity: 1;
	background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
	opacity: 0.75;
}

.card.image-full:before,
    .card.image-full > * {
	grid-column-start: 1;
	grid-row-start: 1;
}

.card.image-full > figure img {
	height: 100%;
	object-fit: cover;
}

.card.image-full > .card-body {
	position: relative;
	z-index: 20;
	--tw-text-opacity: 1;
	color: var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)));
}

.checkbox {
	flex-shrink: 0;
	--chkbg: var(--fallback-bc,oklch(var(--bc)/1));
	--chkfg: var(--fallback-b1,oklch(var(--b1)/1));
	height: 1.5rem;
	width: 1.5rem;
	cursor: pointer;
	-webkit-appearance: none;
	        appearance: none;
	border-radius: var(--rounded-btn, 0.5rem);
	border-width: 1px;
	border-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));
	--tw-border-opacity: 0.2;
}

:root .countdown {
	line-height: 1em;
}

.countdown {
	display: inline-flex;
}

.countdown > * {
	height: 1em;
	display: inline-block;
	overflow-y: hidden;
}

.countdown > *:before {
	position: relative;
	content: "00\A 01\A 02\A 03\A 04\A 05\A 06\A 07\A 08\A 09\A 10\A 11\A 12\A 13\A 14\A 15\A 16\A 17\A 18\A 19\A 20\A 21\A 22\A 23\A 24\A 25\A 26\A 27\A 28\A 29\A 30\A 31\A 32\A 33\A 34\A 35\A 36\A 37\A 38\A 39\A 40\A 41\A 42\A 43\A 44\A 45\A 46\A 47\A 48\A 49\A 50\A 51\A 52\A 53\A 54\A 55\A 56\A 57\A 58\A 59\A 60\A 61\A 62\A 63\A 64\A 65\A 66\A 67\A 68\A 69\A 70\A 71\A 72\A 73\A 74\A 75\A 76\A 77\A 78\A 79\A 80\A 81\A 82\A 83\A 84\A 85\A 86\A 87\A 88\A 89\A 90\A 91\A 92\A 93\A 94\A 95\A 96\A 97\A 98\A 99\A";
	white-space: pre;
	top: calc(var(--value) * -1em);
	text-align: center;
	transition: all 1s cubic-bezier(1, 0, 0, 1);
}

.drawer {
	position: relative;
	display: grid;
	grid-auto-columns: max-content auto;
	width: 100%;
}

@media (hover: hover) {

	.btm-nav > *.disabled:hover,
      .btm-nav > *[disabled]:hover {
		pointer-events: none;
		--tw-border-opacity: 0;
		background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
		--tw-bg-opacity: 0.1;
		color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
		--tw-text-opacity: 0.2;
	}

	.btn:hover {
		--tw-border-opacity: 1;
		border-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-border-opacity)));
		--tw-bg-opacity: 1;
		background-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)));
	}

	@supports (color: color-mix(in oklab, black, black)) {

		.btn:hover {
			background-color: color-mix(
            in oklab,
            oklch(var(--btn-color, var(--b2)) / var(--tw-bg-opacity, 1)) 90%,
            black
          );
			border-color: color-mix(
            in oklab,
            oklch(var(--btn-color, var(--b2)) / var(--tw-border-opacity, 1)) 90%,
            black
          );
		}
	}

	@supports not (color: oklch(0% 0 0)) {

		.btn:hover {
			background-color: var(--btn-color, var(--fallback-b2));
			border-color: var(--btn-color, var(--fallback-b2));
		}
	}

	.btn.glass:hover {
		--glass-opacity: 25%;
		--glass-border-opacity: 15%;
	}

	.btn-outline.btn-primary:hover {
		--tw-text-opacity: 1;
		color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
	}

	@supports (color: color-mix(in oklab, black, black)) {

		.btn-outline.btn-primary:hover {
			background-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
			border-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
		}
	}

	.btn-disabled:hover,
    .btn[disabled]:hover,
    .btn:disabled:hover {
		--tw-border-opacity: 0;
		background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
		--tw-bg-opacity: 0.2;
		color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
		--tw-text-opacity: 0.2;
	}

	@supports (color: color-mix(in oklab, black, black)) {

		.btn:is(input[type="checkbox"]:checked):hover, .btn:is(input[type="radio"]:checked):hover {
			background-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
			border-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
		}
	}

	:where(.menu li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title)):not(.active, .btn):hover, :where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(.active, .btn):hover {
		cursor: pointer;
		outline: 2px solid transparent;
		outline-offset: 2px;
	}

	@supports (color: oklch(0% 0 0)) {

		:where(.menu li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title)):not(.active, .btn):hover, :where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(.active, .btn):hover {
			background-color: var(--fallback-bc,oklch(var(--bc)/0.1));
		}
	}
}

.footer {
	display: grid;
	width: 100%;
	grid-auto-flow: row;
	place-items: start;
	column-gap: 1rem;
	row-gap: 2.5rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.footer > * {
	display: grid;
	place-items: start;
	gap: 0.5rem;
}

.footer-center {
	place-items: center;
	text-align: center;
}

.footer-center > * {
	place-items: center;
}

@media (min-width: 48rem) {

	.footer {
		grid-auto-flow: column;
	}

	.footer-center {
		grid-auto-flow: row dense;
	}
}

.label {
	display: flex;
	-webkit-user-select: none;
	        user-select: none;
	align-items: center;
	justify-content: space-between;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.hero {
	display: grid;
	width: 100%;
	place-items: center;
	background-size: cover;
	background-position: center;
}

.hero > * {
	grid-column-start: 1;
	grid-row-start: 1;
}

.hero-content {
	z-index: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 80rem;
	gap: 1rem;
	padding: 1rem;
}

.input {
	flex-shrink: 1;
	-webkit-appearance: none;
	        appearance: none;
	height: 3rem;
	padding-left: 1rem;
	padding-right: 1rem;
	font-size: 0.875rem;
	font-size: 1rem;
	line-height: 1.25rem;
	line-height: 2;
	line-height: 1.5rem;
	border-radius: var(--rounded-btn, 0.5rem);
	border-width: 1px;
	border-color: transparent;
	--tw-bg-opacity: 1;
	background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
}

.input[type="number"]::-webkit-inner-spin-button,
.input-md[type="number"]::-webkit-inner-spin-button {
	margin-top: -1rem;
	margin-bottom: -1rem;
	margin-inline-end: -1rem;
}

.link {
	cursor: pointer;
	-webkit-text-decoration-line: underline;
	        text-decoration-line: underline;
}

.menu :where(li:not(.menu-title) > *:not(ul, details, .menu-title, .btn)), .menu :where(li:not(.menu-title) > details > summary:not(.menu-title)) {
	display: grid;
	grid-auto-flow: column;
	align-content: flex-start;
	align-items: center;
	gap: 0.5rem;
	grid-auto-columns: minmax(auto, max-content) auto max-content;
	-webkit-user-select: none;
	        user-select: none;
}

.menu li.disabled {
	cursor: not-allowed;
	-webkit-user-select: none;
	        user-select: none;
	color: var(--fallback-bc,oklch(var(--bc)/0.3));
}

.navbar {
	display: flex;
	align-items: center;
	padding: var(--navbar-padding, 0.5rem);
	min-height: 4rem;
	width: 100%;
}

:where(.navbar > *:not(script, style)) {
	display: inline-flex;
	align-items: center;
}

.range {
	height: 1.5rem;
	width: 100%;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	--range-shdw: var(--fallback-bc,oklch(var(--bc)/1));
	overflow: hidden;
	border-radius: var(--rounded-box, 1rem);
	background-color: transparent;
}

.range:focus {
	outline: none;
}

.swap {
	position: relative;
	display: inline-grid;
	-webkit-user-select: none;
	        user-select: none;
	place-content: center;
	cursor: pointer;
}

.swap > * {
	grid-column-start: 1;
	grid-row-start: 1;
	transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
	transition-property: transform, opacity;
}

.swap input {
	-webkit-appearance: none;
	        appearance: none;
}

.swap .swap-on,
.swap .swap-indeterminate,
.swap input:indeterminate ~ .swap-on {
	opacity: 0;
}

.swap input:checked ~ .swap-off,
.swap-active .swap-off,
.swap input:indeterminate ~ .swap-off {
	opacity: 0;
}

.swap input:checked ~ .swap-on,
.swap-active .swap-on,
.swap input:indeterminate ~ .swap-indeterminate {
	opacity: 1;
}

.toast {
	position: fixed;
	display: flex;
	min-width: -moz-fit-content;
	min-width: fit-content;
	flex-direction: column;
	white-space: nowrap;
	gap: 0.5rem;
	padding: 1rem;
}

.toggle {
	flex-shrink: 0;
	--tglbg: var(--fallback-b1,oklch(var(--b1)/1));
	--handleoffset: 1.5rem;
	--handleoffsetcalculator: calc(var(--handleoffset) * -1);
	--togglehandleborder: 0 0;
	height: 1.5rem;
	width: 3rem;
	cursor: pointer;
	-webkit-appearance: none;
	        appearance: none;
	border-radius: var(--rounded-badge, 1.9rem);
	border-width: 1px;
	border-color: currentColor;
	background-color: currentColor;
	color: var(--fallback-bc,oklch(var(--bc)/0.5));
	transition: background,
    box-shadow var(--animation-input, 0.2s) ease-out;
	box-shadow: var(--handleoffsetcalculator) 0 0 2px var(--tglbg) inset,
    0 0 0 2px var(--tglbg) inset,
    var(--togglehandleborder);
}

.btm-nav > *.disabled,
    .btm-nav > *[disabled] {
	pointer-events: none;
	--tw-border-opacity: 0;
	background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
	--tw-bg-opacity: 0.1;
	color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
	--tw-text-opacity: 0.2;
}

.btm-nav > * .label {
	font-size: 1rem;
	line-height: 1.5rem;
}

.btn:active:hover,
  .btn:active:focus {
	animation: button-pop 0s ease-out;
	transform: scale(var(--btn-focus-scale, 0.97));
}

@supports not (color: oklch(0% 0 0)) {

	.btn {
		background-color: var(--btn-color, var(--fallback-b2));
		border-color: var(--btn-color, var(--fallback-b2));
	}

	.btn-primary {
		--btn-color: var(--fallback-p);
	}
}

@supports (color: color-mix(in oklab, black, black)) {

	.btn-outline.btn-primary.btn-active {
		background-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
		border-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
	}
}

.btn:focus-visible {
	outline-style: solid;
	outline-width: 2px;
	outline-offset: 2px;
}

.btn-primary {
	--tw-text-opacity: 1;
	color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
	outline-color: var(--fallback-p,oklch(var(--p)/1));
}

@supports (color: oklch(0% 0 0)) {

	.btn-primary {
		--btn-color: var(--p);
	}
}

.btn.glass {
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	outline-color: currentColor;
}

.btn.glass.btn-active {
	--glass-opacity: 25%;
	--glass-border-opacity: 15%;
}

.btn-outline.btn-primary {
	--tw-text-opacity: 1;
	color: var(--fallback-p,oklch(var(--p)/var(--tw-text-opacity)));
}

.btn-outline.btn-primary.btn-active {
	--tw-text-opacity: 1;
	color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
}

.btn.btn-disabled,
  .btn[disabled],
  .btn:disabled {
	--tw-border-opacity: 0;
	background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
	--tw-bg-opacity: 0.2;
	color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
	--tw-text-opacity: 0.2;
}

.btn:is(input[type="checkbox"]:checked),
.btn:is(input[type="radio"]:checked) {
	--tw-border-opacity: 1;
	border-color: var(--fallback-p,oklch(var(--p)/var(--tw-border-opacity)));
	--tw-bg-opacity: 1;
	background-color: var(--fallback-p,oklch(var(--p)/var(--tw-bg-opacity)));
	--tw-text-opacity: 1;
	color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
}

.btn:is(input[type="checkbox"]:checked):focus-visible, .btn:is(input[type="radio"]:checked):focus-visible {
	outline-color: var(--fallback-p,oklch(var(--p)/1));
}

@keyframes button-pop {

	0% {
		transform: scale(var(--btn-focus-scale, 0.98));
	}

	40% {
		transform: scale(1.02);
	}

	100% {
		transform: scale(1);
	}
}

.card :where(figure:first-child) {
	overflow: hidden;
	border-start-start-radius: inherit;
	border-start-end-radius: inherit;
	border-end-start-radius: unset;
	border-end-end-radius: unset;
}

.card :where(figure:last-child) {
	overflow: hidden;
	border-start-start-radius: unset;
	border-start-end-radius: unset;
	border-end-start-radius: inherit;
	border-end-end-radius: inherit;
}

.card:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.card.bordered {
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
}

.card.compact .card-body {
	padding: 1rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.card.image-full :where(figure) {
	overflow: hidden;
	border-radius: inherit;
}

.checkbox:focus {
	box-shadow: none;
}

.checkbox:focus-visible {
	outline-style: solid;
	outline-width: 2px;
	outline-offset: 2px;
	outline-color: var(--fallback-bc,oklch(var(--bc)/1));
}

.checkbox:checked,
  .checkbox[aria-checked="true"] {
	background-repeat: no-repeat;
	animation: checkmark var(--animation-input, 0.2s) ease-out;
	background-color: var(--chkbg);
	background-image: linear-gradient(-45deg, transparent 65%, var(--chkbg) 65.99%),
      linear-gradient(45deg, transparent 75%, var(--chkbg) 75.99%),
      linear-gradient(-45deg, var(--chkbg) 40%, transparent 40.99%),
      linear-gradient(
        45deg,
        var(--chkbg) 30%,
        var(--chkfg) 30.99%,
        var(--chkfg) 40%,
        transparent 40.99%
      ),
      linear-gradient(-45deg, var(--chkfg) 50%, var(--chkbg) 50.99%);
}

.checkbox:indeterminate {
	--tw-bg-opacity: 1;
	background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
	background-repeat: no-repeat;
	animation: checkmark var(--animation-input, 0.2s) ease-out;
	background-image: linear-gradient(90deg, transparent 80%, var(--chkbg) 80%),
      linear-gradient(-90deg, transparent 80%, var(--chkbg) 80%),
      linear-gradient(0deg, var(--chkbg) 43%, var(--chkfg) 43%, var(--chkfg) 57%, var(--chkbg) 57%);
}

.checkbox:disabled {
	cursor: not-allowed;
	border-color: transparent;
	--tw-bg-opacity: 1;
	background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
	opacity: 0.2;
}

@keyframes checkmark {

	0% {
		background-position-y: 5px;
	}

	50% {
		background-position-y: -2px;
	}

	100% {
		background-position-y: 0;
	}
}

.input input {
	--tw-bg-opacity: 1;
	background-color: var(--fallback-p,oklch(var(--p)/var(--tw-bg-opacity)));
	background-color: transparent;
}

.input input:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.input[list]::-webkit-calendar-picker-indicator {
	line-height: 1em;
}

.input:focus,
  .input:focus-within {
	box-shadow: none;
	border-color: var(--fallback-bc,oklch(var(--bc)/0.2));
	outline-style: solid;
	outline-width: 2px;
	outline-offset: 2px;
	outline-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}

.input-disabled,
  .input:disabled,
  .input[disabled] {
	cursor: not-allowed;
	--tw-border-opacity: 1;
	border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
	--tw-bg-opacity: 1;
	background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
	color: var(--fallback-bc,oklch(var(--bc)/0.4));
}

.input-disabled::placeholder,
  .input:disabled::placeholder,
  .input[disabled]::placeholder {
	color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
	--tw-placeholder-opacity: 0.2;
}

.input::-webkit-date-and-time-value {
	text-align: inherit;
}

.link:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.link:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.menu :where(li:not(.menu-title) > *:not(ul, details, .menu-title, .btn)),
.menu :where(li:not(.menu-title) > details > summary:not(.menu-title)) {
	border-radius: var(--rounded-btn, 0.5rem);
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	text-align: start;
	transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
	transition-duration: 200ms;
	text-wrap: balance;
}

:where(.menu li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title)):not(summary, .active, .btn).focus, :where(.menu li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title)):not(summary, .active, .btn):focus, :where(.menu li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title)):is(summary):not(.active, .btn):focus-visible, :where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(summary, .active, .btn).focus, :where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(summary, .active, .btn):focus, :where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):is(summary):not(.active, .btn):focus-visible {
	cursor: pointer;
	background-color: var(--fallback-bc,oklch(var(--bc)/0.1));
	--tw-text-opacity: 1;
	color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.menu li > *:not(ul, .menu-title, details, .btn):active,
.menu li > *:not(ul, .menu-title, details, .btn).active,
.menu li > details > summary:active {
	--tw-bg-opacity: 1;
	background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
	--tw-text-opacity: 1;
	color: var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)));
}

.mockup-browser .mockup-browser-toolbar .input {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	display: block;
	height: 1.75rem;
	width: 24rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	--tw-bg-opacity: 1;
	background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
	padding-left: 2rem;
	direction: ltr;
}

.mockup-browser .mockup-browser-toolbar .input:before {
	content: "";
	position: absolute;
	left: 0.5rem;
	top: 50%;
	aspect-ratio: 1 / 1;
	height: 0.75rem;
	--tw-translate-y: -50%;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	border-radius: 9999px;
	border-width: 2px;
	border-color: currentColor;
	opacity: 0.6;
}

.mockup-browser .mockup-browser-toolbar .input:after {
	content: "";
	position: absolute;
	left: 1.25rem;
	top: 50%;
	height: 0.5rem;
	--tw-translate-y: 25%;
	--tw-rotate: -45deg;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	border-radius: 9999px;
	border-width: 1px;
	border-color: currentColor;
	opacity: 0.6;
}

@keyframes modal-pop {

	0% {
		opacity: 0;
	}
}

@keyframes progress-loading {

	50% {
		background-position-x: -115%;
	}
}

@keyframes radiomark {

	0% {
		box-shadow: 0 0 0 12px var(--fallback-b1,oklch(var(--b1)/1)) inset,
      0 0 0 12px var(--fallback-b1,oklch(var(--b1)/1)) inset;
	}

	50% {
		box-shadow: 0 0 0 3px var(--fallback-b1,oklch(var(--b1)/1)) inset,
      0 0 0 3px var(--fallback-b1,oklch(var(--b1)/1)) inset;
	}

	100% {
		box-shadow: 0 0 0 4px var(--fallback-b1,oklch(var(--b1)/1)) inset,
      0 0 0 4px var(--fallback-b1,oklch(var(--b1)/1)) inset;
	}
}

.range:focus-visible::-webkit-slider-thumb {
	--focus-shadow: 0 0 0 6px var(--fallback-b1,oklch(var(--b1)/1)) inset, 0 0 0 2rem var(--range-shdw) inset;
}

.range:focus-visible::-moz-range-thumb {
	--focus-shadow: 0 0 0 6px var(--fallback-b1,oklch(var(--b1)/1)) inset, 0 0 0 2rem var(--range-shdw) inset;
}

.range::-webkit-slider-runnable-track {
	height: 0.5rem;
	width: 100%;
	border-radius: var(--rounded-box, 1rem);
	background-color: var(--fallback-bc,oklch(var(--bc)/0.1));
}

.range::-moz-range-track {
	height: 0.5rem;
	width: 100%;
	border-radius: var(--rounded-box, 1rem);
	background-color: var(--fallback-bc,oklch(var(--bc)/0.1));
}

.range::-webkit-slider-thumb {
	position: relative;
	height: 1.5rem;
	width: 1.5rem;
	border-radius: var(--rounded-box, 1rem);
	border-style: none;
	--tw-bg-opacity: 1;
	background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
	appearance: none;
	-webkit-appearance: none;
	top: 50%;
	color: var(--range-shdw);
	transform: translateY(-50%);
	--filler-size: 100rem;
	--filler-offset: 0.6rem;
	box-shadow: 0 0 0 3px var(--range-shdw) inset,
      var(--focus-shadow, 0 0),
      calc(var(--filler-size) * -1 - var(--filler-offset)) 0 0 var(--filler-size);
}

.range::-moz-range-thumb {
	position: relative;
	height: 1.5rem;
	width: 1.5rem;
	border-radius: var(--rounded-box, 1rem);
	border-style: none;
	--tw-bg-opacity: 1;
	background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
	top: 50%;
	color: var(--range-shdw);
	--filler-size: 100rem;
	--filler-offset: 0.5rem;
	box-shadow: 0 0 0 3px var(--range-shdw) inset,
      var(--focus-shadow, 0 0),
      calc(var(--filler-size) * -1 - var(--filler-offset)) 0 0 var(--filler-size);
}

@keyframes rating-pop {

	0% {
		transform: translateY(-0.125em);
	}

	40% {
		transform: translateY(-0.125em);
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes skeleton {

	from {
		background-position: 150%;
	}

	to {
		background-position: -50%;
	}
}

.swap-rotate .swap-on,
.swap-rotate .swap-indeterminate,
.swap-rotate input:indeterminate ~ .swap-on {
	--tw-rotate: 45deg;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.swap-rotate input:checked ~ .swap-off,
.swap-active:where(.swap-rotate) .swap-off,
.swap-rotate input:indeterminate ~ .swap-off {
	--tw-rotate: -45deg;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.swap-rotate input:checked ~ .swap-on,
.swap-active:where(.swap-rotate) .swap-on,
.swap-rotate input:indeterminate ~ .swap-indeterminate {
	--tw-rotate: 0deg;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.swap-flip .swap-on,
.swap-flip .swap-indeterminate,
.swap-flip input:indeterminate ~ .swap-on {
	transform: rotateY(180deg);
	backface-visibility: hidden;
	opacity: 1;
}

.swap-flip input:checked ~ .swap-off,
.swap-active:where(.swap-flip) .swap-off,
.swap-flip input:indeterminate ~ .swap-off {
	transform: rotateY(-180deg);
	backface-visibility: hidden;
	opacity: 1;
}

.swap-flip input:checked ~ .swap-on,
.swap-active:where(.swap-flip) .swap-on,
.swap-flip input:indeterminate ~ .swap-indeterminate {
	transform: rotateY(0deg);
}

.toast > * {
	animation: toast-pop 0.25s ease-out;
}

@keyframes toast-pop {

	0% {
		transform: scale(0.9);
		opacity: 0;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

[dir="rtl"] .toggle {
	--handleoffsetcalculator: calc(var(--handleoffset) * 1);
}

.toggle:focus-visible {
	outline-style: solid;
	outline-width: 2px;
	outline-offset: 2px;
	outline-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}

.toggle:hover {
	background-color: currentColor;
}

.toggle:checked,
  .toggle[aria-checked="true"] {
	background-image: none;
	--handleoffsetcalculator: var(--handleoffset);
	--tw-text-opacity: 1;
	color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
}

[dir="rtl"] .toggle:checked, [dir="rtl"] .toggle[aria-checked="true"] {
	--handleoffsetcalculator: calc(var(--handleoffset) * -1);
}

.toggle:indeterminate {
	--tw-text-opacity: 1;
	color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
	box-shadow: calc(var(--handleoffset) / 2) 0 0 2px var(--tglbg) inset,
      calc(var(--handleoffset) / -2) 0 0 2px var(--tglbg) inset,
      0 0 0 2px var(--tglbg) inset;
}

[dir="rtl"] .toggle:indeterminate {
	box-shadow: calc(var(--handleoffset) / 2) 0 0 2px var(--tglbg) inset,
        calc(var(--handleoffset) / -2) 0 0 2px var(--tglbg) inset,
        0 0 0 2px var(--tglbg) inset;
}

.toggle:disabled {
	cursor: not-allowed;
	--tw-border-opacity: 1;
	border-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));
	background-color: transparent;
	opacity: 0.3;
	--togglehandleborder: 0 0 0 3px var(--fallback-bc,oklch(var(--bc)/1)) inset,
      var(--handleoffsetcalculator) 0 0 3px var(--fallback-bc,oklch(var(--bc)/1)) inset;
}

.btn-lg {
	height: 4rem;
	min-height: 4rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	font-size: 1.125rem;
}

.btn-square:where(.btn-lg) {
	height: 4rem;
	width: 4rem;
	padding: 0px;
}

.btn-circle:where(.btn-lg) {
	height: 4rem;
	width: 4rem;
	border-radius: 9999px;
	padding: 0px;
}

:where(.toast) {
	bottom: 0px;
	inset-inline-end: 0px;
	inset-inline-start: auto;
	top: auto;
	--tw-translate-x: 0px;
	--tw-translate-y: 0px;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.toast:where(.toast-start) {
	inset-inline-end: auto;
	inset-inline-start: 0px;
	--tw-translate-x: 0px;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.toast:where(.toast-center) {
	inset-inline-end: 50%;
	inset-inline-start: 50%;
	--tw-translate-x: -50%;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

:is([dir="rtl"] .toast:where(.toast-center)) {
	--tw-translate-x: 50%;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.toast:where(.toast-end) {
	inset-inline-end: 0px;
	inset-inline-start: auto;
	--tw-translate-x: 0px;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.toast:where(.toast-bottom) {
	bottom: 0px;
	top: auto;
	--tw-translate-y: 0px;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.toast:where(.toast-middle) {
	bottom: auto;
	top: 50%;
	--tw-translate-y: -50%;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.toast:where(.toast-top) {
	bottom: auto;
	top: 0px;
	--tw-translate-y: 0px;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.fixed {
	position: fixed;
}

.relative {
	position: relative;
}

.inset-0 {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

.bottom-0 {
	bottom: 0px;
}

.left-0 {
	left: 0px;
}

.right-0 {
	right: 0px;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.my-4 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.ml-4 {
	margin-left: 1rem;
}

.mr-4 {
	margin-right: 1rem;
}

.mt-4 {
	margin-top: 1rem;
}

.mt-6 {
	margin-top: 1.5rem;
}

.mt-24 {
	margin-top: 6rem;
}

.mb-8 {
	margin-bottom: 2rem;
}

.mb-4 {
	margin-bottom: 1rem;
}

.mb-2 {
	margin-bottom: 0.5rem;
}

.mt-10 {
	margin-top: 2.5rem;
}

.inline {
	display: inline;
}

.flex {
	display: flex;
}

.\!flex {
	display: flex !important;
}

.hidden {
	display: none;
}

.h-8 {
	height: 2rem;
}

.h-16 {
	height: 4rem;
}

.h-5 {
	height: 1.25rem;
}

.h-1\.5 {
	height: 0.375rem;
}

.h-1 {
	height: 0.25rem;
}

.w-8 {
	width: 2rem;
}

.w-5 {
	width: 1.25rem;
}

.w-12 {
	width: 3rem;
}

.w-full {
	width: 100%;
}

.max-w-md {
	max-width: 28rem;
}

.max-w-lg {
	max-width: 32rem;
}

.flex-1 {
	flex: 1 1 0%;
}

.flex-none {
	flex: none;
}

.flex-shrink-0 {
	flex-shrink: 0;
}

.transform {
	transform: var(--tw-transform);
}

@keyframes spin {

	to {
		transform: rotate(360deg);
	}
}

.animate-spin {
	animation: spin 1s linear infinite;
}

.cursor-pointer {
	cursor: pointer;
}

.flex-col {
	flex-direction: column;
}

.\!flex-col {
	flex-direction: column !important;
}

.items-center {
	align-items: center;
}

.justify-end {
	justify-content: flex-end;
}

.justify-center {
	justify-content: center;
}

.\!justify-center {
	justify-content: center !important;
}

.rounded-xl {
	border-radius: 0.75rem;
}

.rounded-sm {
	border-radius: 0.125rem;
}

.\!rounded-\[21px\] {
	border-radius: 21px !important;
}

.rounded-3xl {
	border-radius: 1.5rem;
}

.rounded-full {
	border-radius: 9999px;
}

.rounded-2xl {
	border-radius: 1rem;
}

.rounded-t-\[10px\] {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.border {
	border-width: 1px;
}

.\!border {
	border-width: 1px !important;
}

.\!border-2 {
	border-width: 2px !important;
}

.border-2 {
	border-width: 2px;
}

.border-4 {
	border-width: 4px;
}

.border-t {
	border-top-width: 1px;
}

.\!border-solid {
	border-style: solid !important;
}

.border-gray-700 {
	--tw-border-opacity: 1;
	border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}

.\!border-white {
	--tw-border-opacity: 1 !important;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.border-\[\#78909c\] {
	--tw-border-opacity: 1;
	border-color: rgba(120, 144, 156, var(--tw-border-opacity));
}

.border-gray-600 {
	--tw-border-opacity: 1;
	border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

.bg-gray-600\/30 {
	background-color: rgba(75, 85, 99, 0.3);
}

.\!bg-\[\#0DBEF1\] {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(13, 190, 241, var(--tw-bg-opacity)) !important;
}

.bg-black\/40 {
	background-color: rgba(0, 0, 0, 0.4);
}

.bg-gray-300\/80 {
	background-color: rgba(209, 213, 219, 0.8);
}

.bg-black {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.fill-current {
	fill: currentColor;
}

.p-0\.5 {
	padding: 0.125rem;
}

.p-0 {
	padding: 0px;
}

.p-4 {
	padding: 1rem;
}

.px-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.\!px-2 {
	padding-left: 0.5rem !important;
	padding-right: 0.5rem !important;
}

.\!py-2 {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}

.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}

.py-1 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.pl-2 {
	padding-left: 0.5rem;
}

.pr-2 {
	padding-right: 0.5rem;
}

.pt-2 {
	padding-top: 0.5rem;
}

.pt-8 {
	padding-top: 2rem;
}

.text-center {
	text-align: center;
}

.\!text-center {
	text-align: center !important;
}

.font-hfont {
	font-family: CustomFont;
}

.text-4xl {
	font-size: 2.25rem;
	line-height: 2.5rem;
}

.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.\!text-sm {
	font-size: 0.875rem !important;
	line-height: 1.25rem !important;
}

.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}

.font-bold {
	font-weight: 700;
}

.font-light {
	font-weight: 300;
}

.\!font-medium {
	font-weight: 500 !important;
}

.leading-6 {
	line-height: 1.5rem;
}

.text-base-content {
	color: var(--fallback-bc,oklch(var(--bc)/<alpha-value>));
}

.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-black {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.\!text-black {
	--tw-text-opacity: 1 !important;
	color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.text-gray-600 {
	--tw-text-opacity: 1;
	color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.opacity-5 {
	opacity: 0.05;
}

.opacity-75 {
	opacity: 0.75;
}

.opacity-50 {
	opacity: 0.5;
}

.transition {
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.hover\:scale-110:hover {
	--tw-scale-x: 1.1;
	--tw-scale-y: 1.1;
	transform: var(--tw-transform);
}

.active\:scale-90:active {
	--tw-scale-x: .9;
	--tw-scale-y: .9;
	transform: var(--tw-transform);
}

@media (min-width: 640px) {

	.sm\:px-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

@media (min-width: 1024px) {

	.lg\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com *//*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
	box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
	margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
	text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
	box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
	display: list-item;
}/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}


/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */
 
:-moz-focusring {
	outline: auto;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

:root,
[data-theme] {
	background-color: var(--fallback-b1,oklch(var(--b1)/1));
	color: var(--fallback-bc,oklch(var(--bc)/1));
}

@supports not (color: oklch(0% 0 0)) {

	:root {
		color-scheme: light;
		--fallback-p: #491eff;
		--fallback-pc: #d4dbff;
		--fallback-s: #ff41c7;
		--fallback-sc: #fff9fc;
		--fallback-a: #00cfbd;
		--fallback-ac: #00100d;
		--fallback-n: #2b3440;
		--fallback-nc: #d7dde4;
		--fallback-b1: #ffffff;
		--fallback-b2: #e5e6e6;
		--fallback-b3: #e5e6e6;
		--fallback-bc: #1f2937;
		--fallback-in: #00b3f0;
		--fallback-inc: #000000;
		--fallback-su: #00ca92;
		--fallback-suc: #000000;
		--fallback-wa: #ffc22d;
		--fallback-wac: #000000;
		--fallback-er: #ff6f70;
		--fallback-erc: #000000;
	}

	@media (prefers-color-scheme: dark) {

		:root {
			color-scheme: dark;
			--fallback-p: #7582ff;
			--fallback-pc: #050617;
			--fallback-s: #ff71cf;
			--fallback-sc: #190211;
			--fallback-a: #00c7b5;
			--fallback-ac: #000e0c;
			--fallback-n: #2a323c;
			--fallback-nc: #a6adbb;
			--fallback-b1: #1d232a;
			--fallback-b2: #191e24;
			--fallback-b3: #15191e;
			--fallback-bc: #a6adbb;
			--fallback-in: #00b3f0;
			--fallback-inc: #000000;
			--fallback-su: #00ca92;
			--fallback-suc: #000000;
			--fallback-wa: #ffc22d;
			--fallback-wac: #000000;
			--fallback-er: #ff6f70;
			--fallback-erc: #000000;
		}
	}
}

html {
	-webkit-tap-highlight-color: transparent;
}

:root {
	color-scheme: dark;
	--in: 72.06% 0.191 231.6;
	--su: 64.8% 0.150 160;
	--wa: 84.71% 0.199 83.87;
	--er: 71.76% 0.221 22.18;
	--pc: 13.138% 0.0392 275.75;
	--sc: 14.96% 0.052 342.55;
	--ac: 14.902% 0.0334 183.61;
	--inc: 0% 0 0;
	--suc: 0% 0 0;
	--wac: 0% 0 0;
	--erc: 0% 0 0;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 65.69% 0.196 275.75;
	--s: 74.8% 0.26 342.55;
	--a: 74.51% 0.167 183.61;
	--n: 31.3815% 0.021108 254.139175;
	--nc: 74.6477% 0.0216 264.435964;
	--b1: 25.3267% 0.015896 252.417568;
	--b2: 23.2607% 0.013807 253.100675;
	--b3: 21.1484% 0.01165 254.087939;
	--bc: 74.6477% 0.0216 264.435964;
}

[data-theme=dark] {
	color-scheme: dark;
	--in: 72.06% 0.191 231.6;
	--su: 64.8% 0.150 160;
	--wa: 84.71% 0.199 83.87;
	--er: 71.76% 0.221 22.18;
	--pc: 13.138% 0.0392 275.75;
	--sc: 14.96% 0.052 342.55;
	--ac: 14.902% 0.0334 183.61;
	--inc: 0% 0 0;
	--suc: 0% 0 0;
	--wac: 0% 0 0;
	--erc: 0% 0 0;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 65.69% 0.196 275.75;
	--s: 74.8% 0.26 342.55;
	--a: 74.51% 0.167 183.61;
	--n: 31.3815% 0.021108 254.139175;
	--nc: 74.6477% 0.0216 264.435964;
	--b1: 25.3267% 0.015896 252.417568;
	--b2: 23.2607% 0.013807 253.100675;
	--b3: 21.1484% 0.01165 254.087939;
	--bc: 74.6477% 0.0216 264.435964;
}

:root:has(input.theme-controller[value=dark]:checked) {
	color-scheme: dark;
	--in: 72.06% 0.191 231.6;
	--su: 64.8% 0.150 160;
	--wa: 84.71% 0.199 83.87;
	--er: 71.76% 0.221 22.18;
	--pc: 13.138% 0.0392 275.75;
	--sc: 14.96% 0.052 342.55;
	--ac: 14.902% 0.0334 183.61;
	--inc: 0% 0 0;
	--suc: 0% 0 0;
	--wac: 0% 0 0;
	--erc: 0% 0 0;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 65.69% 0.196 275.75;
	--s: 74.8% 0.26 342.55;
	--a: 74.51% 0.167 183.61;
	--n: 31.3815% 0.021108 254.139175;
	--nc: 74.6477% 0.0216 264.435964;
	--b1: 25.3267% 0.015896 252.417568;
	--b2: 23.2607% 0.013807 253.100675;
	--b3: 21.1484% 0.01165 254.087939;
	--bc: 74.6477% 0.0216 264.435964;
}

[data-theme=cupcake] {
	color-scheme: light;
	--in: 72.06% 0.191 231.6;
	--su: 64.8% 0.150 160;
	--wa: 84.71% 0.199 83.87;
	--er: 71.76% 0.221 22.18;
	--pc: 15.2344% 0.017892 200.026556;
	--sc: 15.787% 0.020249 356.29965;
	--ac: 15.8762% 0.029206 78.618794;
	--nc: 84.7148% 0.013247 313.189598;
	--inc: 0% 0 0;
	--suc: 0% 0 0;
	--wac: 0% 0 0;
	--erc: 0% 0 0;
	--rounded-box: 1rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--p: 76.172% 0.089459 200.026556;
	--s: 78.9351% 0.101246 356.29965;
	--a: 79.3811% 0.146032 78.618794;
	--n: 23.5742% 0.066235 313.189598;
	--b1: 97.7882% 0.00418 56.375637;
	--b2: 93.9822% 0.007638 61.449292;
	--b3: 91.5861% 0.006811 53.440502;
	--bc: 23.5742% 0.066235 313.189598;
	--rounded-btn: 1.9rem;
	--tab-border: 2px;
	--tab-radius: 0.7rem;
}

:root:has(input.theme-controller[value=cupcake]:checked) {
	color-scheme: light;
	--in: 72.06% 0.191 231.6;
	--su: 64.8% 0.150 160;
	--wa: 84.71% 0.199 83.87;
	--er: 71.76% 0.221 22.18;
	--pc: 15.2344% 0.017892 200.026556;
	--sc: 15.787% 0.020249 356.29965;
	--ac: 15.8762% 0.029206 78.618794;
	--nc: 84.7148% 0.013247 313.189598;
	--inc: 0% 0 0;
	--suc: 0% 0 0;
	--wac: 0% 0 0;
	--erc: 0% 0 0;
	--rounded-box: 1rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--p: 76.172% 0.089459 200.026556;
	--s: 78.9351% 0.101246 356.29965;
	--a: 79.3811% 0.146032 78.618794;
	--n: 23.5742% 0.066235 313.189598;
	--b1: 97.7882% 0.00418 56.375637;
	--b2: 93.9822% 0.007638 61.449292;
	--b3: 91.5861% 0.006811 53.440502;
	--bc: 23.5742% 0.066235 313.189598;
	--rounded-btn: 1.9rem;
	--tab-border: 2px;
	--tab-radius: 0.7rem;
}

[data-theme=light] {
	color-scheme: light;
	--in: 72.06% 0.191 231.6;
	--su: 64.8% 0.150 160;
	--wa: 84.71% 0.199 83.87;
	--er: 71.76% 0.221 22.18;
	--pc: 89.824% 0.06192 275.75;
	--ac: 15.352% 0.0368 183.61;
	--inc: 0% 0 0;
	--suc: 0% 0 0;
	--wac: 0% 0 0;
	--erc: 0% 0 0;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 49.12% 0.3096 275.75;
	--s: 69.71% 0.329 342.55;
	--sc: 98.71% 0.0106 342.55;
	--a: 76.76% 0.184 183.61;
	--n: 32.1785% 0.02476 255.701624;
	--nc: 89.4994% 0.011585 252.096176;
	--b1: 100% 0 0;
	--b2: 96.1151% 0 0;
	--b3: 92.4169% 0.00108 197.137559;
	--bc: 27.8078% 0.029596 256.847952;
}

:root:has(input.theme-controller[value=light]:checked) {
	color-scheme: light;
	--in: 72.06% 0.191 231.6;
	--su: 64.8% 0.150 160;
	--wa: 84.71% 0.199 83.87;
	--er: 71.76% 0.221 22.18;
	--pc: 89.824% 0.06192 275.75;
	--ac: 15.352% 0.0368 183.61;
	--inc: 0% 0 0;
	--suc: 0% 0 0;
	--wac: 0% 0 0;
	--erc: 0% 0 0;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 49.12% 0.3096 275.75;
	--s: 69.71% 0.329 342.55;
	--sc: 98.71% 0.0106 342.55;
	--a: 76.76% 0.184 183.61;
	--n: 32.1785% 0.02476 255.701624;
	--nc: 89.4994% 0.011585 252.096176;
	--b1: 100% 0 0;
	--b2: 96.1151% 0 0;
	--b3: 92.4169% 0.00108 197.137559;
	--bc: 27.8078% 0.029596 256.847952;
}

[data-theme=bumblebee] {
	color-scheme: light;
	--b2: 93% 0 0;
	--b3: 86% 0 0;
	--in: 72.06% 0.191 231.6;
	--su: 64.8% 0.150 160;
	--wa: 84.71% 0.199 83.87;
	--er: 71.76% 0.221 22.18;
	--bc: 20% 0 0;
	--ac: 16.254% 0.0314 56.52;
	--nc: 82.55% 0.015 281.99;
	--inc: 0% 0 0;
	--suc: 0% 0 0;
	--wac: 0% 0 0;
	--erc: 0% 0 0;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 89.51% 0.2132 96.61;
	--pc: 38.92% 0.046 96.61;
	--s: 80.39% 0.194 70.76;
	--sc: 39.38% 0.068 70.76;
	--a: 81.27% 0.157 56.52;
	--n: 12.75% 0.075 281.99;
	--b1: 100% 0 0;
}

:root:has(input.theme-controller[value=bumblebee]:checked) {
	color-scheme: light;
	--b2: 93% 0 0;
	--b3: 86% 0 0;
	--in: 72.06% 0.191 231.6;
	--su: 64.8% 0.150 160;
	--wa: 84.71% 0.199 83.87;
	--er: 71.76% 0.221 22.18;
	--bc: 20% 0 0;
	--ac: 16.254% 0.0314 56.52;
	--nc: 82.55% 0.015 281.99;
	--inc: 0% 0 0;
	--suc: 0% 0 0;
	--wac: 0% 0 0;
	--erc: 0% 0 0;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 89.51% 0.2132 96.61;
	--pc: 38.92% 0.046 96.61;
	--s: 80.39% 0.194 70.76;
	--sc: 39.38% 0.068 70.76;
	--a: 81.27% 0.157 56.52;
	--n: 12.75% 0.075 281.99;
	--b1: 100% 0 0;
}

[data-theme=emerald] {
	color-scheme: light;
	--b2: 93% 0 0;
	--b3: 86% 0 0;
	--in: 72.06% 0.191 231.6;
	--su: 64.8% 0.150 160;
	--wa: 84.71% 0.199 83.87;
	--er: 71.76% 0.221 22.18;
	--inc: 0% 0 0;
	--suc: 0% 0 0;
	--wac: 0% 0 0;
	--erc: 0% 0 0;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 76.6626% 0.135433 153.450024;
	--pc: 33.3872% 0.040618 162.240129;
	--s: 61.3028% 0.202368 261.294233;
	--sc: 100% 0 0;
	--a: 72.7725% 0.149783 33.200363;
	--ac: 0% 0 0;
	--n: 35.5192% 0.032071 262.988584;
	--nc: 98.4625% 0.001706 247.838921;
	--b1: 100% 0 0;
	--bc: 35.5192% 0.032071 262.988584;
	--animation-btn: 0;
	--animation-input: 0;
	--btn-focus-scale: 1;
}

:root:has(input.theme-controller[value=emerald]:checked) {
	color-scheme: light;
	--b2: 93% 0 0;
	--b3: 86% 0 0;
	--in: 72.06% 0.191 231.6;
	--su: 64.8% 0.150 160;
	--wa: 84.71% 0.199 83.87;
	--er: 71.76% 0.221 22.18;
	--inc: 0% 0 0;
	--suc: 0% 0 0;
	--wac: 0% 0 0;
	--erc: 0% 0 0;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 76.6626% 0.135433 153.450024;
	--pc: 33.3872% 0.040618 162.240129;
	--s: 61.3028% 0.202368 261.294233;
	--sc: 100% 0 0;
	--a: 72.7725% 0.149783 33.200363;
	--ac: 0% 0 0;
	--n: 35.5192% 0.032071 262.988584;
	--nc: 98.4625% 0.001706 247.838921;
	--b1: 100% 0 0;
	--bc: 35.5192% 0.032071 262.988584;
	--animation-btn: 0;
	--animation-input: 0;
	--btn-focus-scale: 1;
}

[data-theme=corporate] {
	color-scheme: light;
	--b2: 93% 0 0;
	--b3: 86% 0 0;
	--in: 72.06% 0.191 231.6;
	--su: 64.8% 0.150 160;
	--wa: 84.71% 0.199 83.87;
	--er: 71.76% 0.221 22.18;
	--pc: 12.078% 0.0456 269.1;
	--sc: 13.0739% 0.010951 256.688055;
	--ac: 15.3934% 0.022799 163.57888;
	--inc: 0% 0 0;
	--suc: 0% 0 0;
	--wac: 0% 0 0;
	--erc: 0% 0 0;
	--border-btn: 1px;
	--tab-border: 1px;
	--p: 60.39% 0.228 269.1;
	--s: 65.3694% 0.054756 256.688055;
	--a: 76.9669% 0.113994 163.57888;
	--n: 22.3899% 0.031305 278.07229;
	--nc: 95.8796% 0.008588 247.915135;
	--b1: 100% 0 0;
	--bc: 22.3899% 0.031305 278.07229;
	--rounded-box: 0.25rem;
	--rounded-btn: .125rem;
	--rounded-badge: .125rem;
	--tab-radius: 0.25rem;
	--animation-btn: 0;
	--animation-input: 0;
	--btn-focus-scale: 1;
}

:root:has(input.theme-controller[value=corporate]:checked) {
	color-scheme: light;
	--b2: 93% 0 0;
	--b3: 86% 0 0;
	--in: 72.06% 0.191 231.6;
	--su: 64.8% 0.150 160;
	--wa: 84.71% 0.199 83.87;
	--er: 71.76% 0.221 22.18;
	--pc: 12.078% 0.0456 269.1;
	--sc: 13.0739% 0.010951 256.688055;
	--ac: 15.3934% 0.022799 163.57888;
	--inc: 0% 0 0;
	--suc: 0% 0 0;
	--wac: 0% 0 0;
	--erc: 0% 0 0;
	--border-btn: 1px;
	--tab-border: 1px;
	--p: 60.39% 0.228 269.1;
	--s: 65.3694% 0.054756 256.688055;
	--a: 76.9669% 0.113994 163.57888;
	--n: 22.3899% 0.031305 278.07229;
	--nc: 95.8796% 0.008588 247.915135;
	--b1: 100% 0 0;
	--bc: 22.3899% 0.031305 278.07229;
	--rounded-box: 0.25rem;
	--rounded-btn: .125rem;
	--rounded-badge: .125rem;
	--tab-radius: 0.25rem;
	--animation-btn: 0;
	--animation-input: 0;
	--btn-focus-scale: 1;
}

[data-theme=synthwave] {
	color-scheme: dark;
	--b2: 20.2941% 0.076211 287.835609;
	--b3: 18.7665% 0.070475 287.835609;
	--pc: 14.4421% 0.031903 342.009383;
	--sc: 15.6543% 0.02362 227.382405;
	--ac: 17.608% 0.0412 93.72;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 72.2105% 0.159514 342.009383;
	--s: 78.2714% 0.118101 227.382405;
	--a: 88.04% 0.206 93.72;
	--n: 25.5554% 0.103537 286.507967;
	--nc: 97.9365% 0.00819 301.358346;
	--b1: 21.8216% 0.081948 287.835609;
	--bc: 97.9365% 0.00819 301.358346;
	--in: 76.5197% 0.12273 231.831603;
	--inc: 23.5017% 0.096418 290.329844;
	--su: 86.0572% 0.115038 178.624677;
	--suc: 23.5017% 0.096418 290.329844;
	--wa: 85.531% 0.122117 93.722227;
	--wac: 23.5017% 0.096418 290.329844;
	--er: 73.7005% 0.121339 32.639257;
	--erc: 23.5017% 0.096418 290.329844;
}

:root:has(input.theme-controller[value=synthwave]:checked) {
	color-scheme: dark;
	--b2: 20.2941% 0.076211 287.835609;
	--b3: 18.7665% 0.070475 287.835609;
	--pc: 14.4421% 0.031903 342.009383;
	--sc: 15.6543% 0.02362 227.382405;
	--ac: 17.608% 0.0412 93.72;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 72.2105% 0.159514 342.009383;
	--s: 78.2714% 0.118101 227.382405;
	--a: 88.04% 0.206 93.72;
	--n: 25.5554% 0.103537 286.507967;
	--nc: 97.9365% 0.00819 301.358346;
	--b1: 21.8216% 0.081948 287.835609;
	--bc: 97.9365% 0.00819 301.358346;
	--in: 76.5197% 0.12273 231.831603;
	--inc: 23.5017% 0.096418 290.329844;
	--su: 86.0572% 0.115038 178.624677;
	--suc: 23.5017% 0.096418 290.329844;
	--wa: 85.531% 0.122117 93.722227;
	--wac: 23.5017% 0.096418 290.329844;
	--er: 73.7005% 0.121339 32.639257;
	--erc: 23.5017% 0.096418 290.329844;
}

[data-theme=retro] {
	color-scheme: light;
	--inc: 90.923% 0.043042 262.880917;
	--suc: 12.541% 0.033982 149.213788;
	--wac: 13.3168% 0.031484 58.31834;
	--erc: 13.144% 0.0398 27.33;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--p: 76.8664% 0.104092 22.664655;
	--pc: 26.5104% 0.006243 0.522862;
	--s: 80.7415% 0.052534 159.094608;
	--sc: 26.5104% 0.006243 0.522862;
	--a: 70.3919% 0.125455 52.953428;
	--ac: 26.5104% 0.006243 0.522862;
	--n: 28.4181% 0.009519 355.534017;
	--nc: 92.5604% 0.025113 89.217311;
	--b1: 91.6374% 0.034554 90.51575;
	--b2: 88.2722% 0.049418 91.774344;
	--b3: 84.133% 0.065952 90.856665;
	--bc: 26.5104% 0.006243 0.522862;
	--in: 54.615% 0.215208 262.880917;
	--su: 62.7052% 0.169912 149.213788;
	--wa: 66.584% 0.157422 58.31834;
	--er: 65.72% 0.199 27.33;
	--rounded-box: 0.4rem;
	--rounded-btn: 0.4rem;
	--rounded-badge: 0.4rem;
	--tab-radius: 0.4rem;
}

:root:has(input.theme-controller[value=retro]:checked) {
	color-scheme: light;
	--inc: 90.923% 0.043042 262.880917;
	--suc: 12.541% 0.033982 149.213788;
	--wac: 13.3168% 0.031484 58.31834;
	--erc: 13.144% 0.0398 27.33;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--p: 76.8664% 0.104092 22.664655;
	--pc: 26.5104% 0.006243 0.522862;
	--s: 80.7415% 0.052534 159.094608;
	--sc: 26.5104% 0.006243 0.522862;
	--a: 70.3919% 0.125455 52.953428;
	--ac: 26.5104% 0.006243 0.522862;
	--n: 28.4181% 0.009519 355.534017;
	--nc: 92.5604% 0.025113 89.217311;
	--b1: 91.6374% 0.034554 90.51575;
	--b2: 88.2722% 0.049418 91.774344;
	--b3: 84.133% 0.065952 90.856665;
	--bc: 26.5104% 0.006243 0.522862;
	--in: 54.615% 0.215208 262.880917;
	--su: 62.7052% 0.169912 149.213788;
	--wa: 66.584% 0.157422 58.31834;
	--er: 65.72% 0.199 27.33;
	--rounded-box: 0.4rem;
	--rounded-btn: 0.4rem;
	--rounded-badge: 0.4rem;
	--tab-radius: 0.4rem;
}

[data-theme=cyberpunk] {
	color-scheme: light;
	--b2: 87.8943% 0.16647 104.32;
	--b3: 81.2786% 0.15394 104.32;
	--in: 72.06% 0.191 231.6;
	--su: 64.8% 0.150 160;
	--wa: 84.71% 0.199 83.87;
	--er: 71.76% 0.221 22.18;
	--bc: 18.902% 0.0358 104.32;
	--pc: 14.844% 0.0418 6.35;
	--sc: 16.666% 0.0368 204.72;
	--ac: 14.372% 0.04352 310.43;
	--inc: 0% 0 0;
	--suc: 0% 0 0;
	--wac: 0% 0 0;
	--erc: 0% 0 0;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
	--p: 74.22% 0.209 6.35;
	--s: 83.33% 0.184 204.72;
	--a: 71.86% 0.2176 310.43;
	--n: 23.04% 0.065 269.31;
	--nc: 94.51% 0.179 104.32;
	--b1: 94.51% 0.179 104.32;
	--rounded-box: 0;
	--rounded-btn: 0;
	--rounded-badge: 0;
	--tab-radius: 0;
}

:root:has(input.theme-controller[value=cyberpunk]:checked) {
	color-scheme: light;
	--b2: 87.8943% 0.16647 104.32;
	--b3: 81.2786% 0.15394 104.32;
	--in: 72.06% 0.191 231.6;
	--su: 64.8% 0.150 160;
	--wa: 84.71% 0.199 83.87;
	--er: 71.76% 0.221 22.18;
	--bc: 18.902% 0.0358 104.32;
	--pc: 14.844% 0.0418 6.35;
	--sc: 16.666% 0.0368 204.72;
	--ac: 14.372% 0.04352 310.43;
	--inc: 0% 0 0;
	--suc: 0% 0 0;
	--wac: 0% 0 0;
	--erc: 0% 0 0;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
	--p: 74.22% 0.209 6.35;
	--s: 83.33% 0.184 204.72;
	--a: 71.86% 0.2176 310.43;
	--n: 23.04% 0.065 269.31;
	--nc: 94.51% 0.179 104.32;
	--b1: 94.51% 0.179 104.32;
	--rounded-box: 0;
	--rounded-btn: 0;
	--rounded-badge: 0;
	--tab-radius: 0;
}

[data-theme=valentine] {
	color-scheme: light;
	--b2: 88.0567% 0.024834 337.06289;
	--b3: 81.4288% 0.022964 337.06289;
	--pc: 13.7239% 0.030755 15.066527;
	--sc: 14.3942% 0.029258 293.189609;
	--ac: 14.2537% 0.014961 197.828857;
	--inc: 90.923% 0.043042 262.880917;
	--suc: 12.541% 0.033982 149.213788;
	--wac: 13.3168% 0.031484 58.31834;
	--erc: 14.614% 0.0414 27.33;
	--rounded-box: 1rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--p: 68.6197% 0.153774 15.066527;
	--s: 71.971% 0.14629 293.189609;
	--a: 71.2685% 0.074804 197.828857;
	--n: 54.6053% 0.143342 358.004839;
	--nc: 90.2701% 0.037202 336.955191;
	--b1: 94.6846% 0.026703 337.06289;
	--bc: 37.3085% 0.081131 4.606426;
	--in: 54.615% 0.215208 262.880917;
	--su: 62.7052% 0.169912 149.213788;
	--wa: 66.584% 0.157422 58.31834;
	--er: 73.07% 0.207 27.33;
	--rounded-btn: 1.9rem;
	--tab-radius: 0.7rem;
}

:root:has(input.theme-controller[value=valentine]:checked) {
	color-scheme: light;
	--b2: 88.0567% 0.024834 337.06289;
	--b3: 81.4288% 0.022964 337.06289;
	--pc: 13.7239% 0.030755 15.066527;
	--sc: 14.3942% 0.029258 293.189609;
	--ac: 14.2537% 0.014961 197.828857;
	--inc: 90.923% 0.043042 262.880917;
	--suc: 12.541% 0.033982 149.213788;
	--wac: 13.3168% 0.031484 58.31834;
	--erc: 14.614% 0.0414 27.33;
	--rounded-box: 1rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--p: 68.6197% 0.153774 15.066527;
	--s: 71.971% 0.14629 293.189609;
	--a: 71.2685% 0.074804 197.828857;
	--n: 54.6053% 0.143342 358.004839;
	--nc: 90.2701% 0.037202 336.955191;
	--b1: 94.6846% 0.026703 337.06289;
	--bc: 37.3085% 0.081131 4.606426;
	--in: 54.615% 0.215208 262.880917;
	--su: 62.7052% 0.169912 149.213788;
	--wa: 66.584% 0.157422 58.31834;
	--er: 73.07% 0.207 27.33;
	--rounded-btn: 1.9rem;
	--tab-radius: 0.7rem;
}

[data-theme=halloween] {
	color-scheme: dark;
	--b2: 23.0416% 0 0;
	--b3: 21.3072% 0 0;
	--bc: 84.9552% 0 0;
	--sc: 89.196% 0.0496 305.03;
	--nc: 84.8742% 0.009322 65.681484;
	--inc: 90.923% 0.043042 262.880917;
	--suc: 12.541% 0.033982 149.213788;
	--wac: 13.3168% 0.031484 58.31834;
	--erc: 13.144% 0.0398 27.33;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 77.48% 0.204 60.62;
	--pc: 19.6935% 0.004671 196.779412;
	--s: 45.98% 0.248 305.03;
	--a: 64.8% 0.223 136.073479;
	--ac: 0% 0 0;
	--n: 24.371% 0.046608 65.681484;
	--b1: 24.7759% 0 0;
	--in: 54.615% 0.215208 262.880917;
	--su: 62.7052% 0.169912 149.213788;
	--wa: 66.584% 0.157422 58.31834;
	--er: 65.72% 0.199 27.33;
}

:root:has(input.theme-controller[value=halloween]:checked) {
	color-scheme: dark;
	--b2: 23.0416% 0 0;
	--b3: 21.3072% 0 0;
	--bc: 84.9552% 0 0;
	--sc: 89.196% 0.0496 305.03;
	--nc: 84.8742% 0.009322 65.681484;
	--inc: 90.923% 0.043042 262.880917;
	--suc: 12.541% 0.033982 149.213788;
	--wac: 13.3168% 0.031484 58.31834;
	--erc: 13.144% 0.0398 27.33;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 77.48% 0.204 60.62;
	--pc: 19.6935% 0.004671 196.779412;
	--s: 45.98% 0.248 305.03;
	--a: 64.8% 0.223 136.073479;
	--ac: 0% 0 0;
	--n: 24.371% 0.046608 65.681484;
	--b1: 24.7759% 0 0;
	--in: 54.615% 0.215208 262.880917;
	--su: 62.7052% 0.169912 149.213788;
	--wa: 66.584% 0.157422 58.31834;
	--er: 65.72% 0.199 27.33;
}

[data-theme=garden] {
	color-scheme: light;
	--b2: 86.4453% 0.002011 17.197414;
	--b3: 79.9386% 0.00186 17.197414;
	--in: 72.06% 0.191 231.6;
	--su: 64.8% 0.150 160;
	--wa: 84.71% 0.199 83.87;
	--er: 71.76% 0.221 22.18;
	--sc: 89.699% 0.022197 355.095988;
	--ac: 11.2547% 0.010859 154.390187;
	--inc: 0% 0 0;
	--suc: 0% 0 0;
	--wac: 0% 0 0;
	--erc: 0% 0 0;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 62.45% 0.278 3.83636;
	--pc: 100% 0 0;
	--s: 48.4952% 0.110985 355.095988;
	--a: 56.2735% 0.054297 154.390187;
	--n: 24.1559% 0.049362 89.070594;
	--nc: 92.9519% 0.002163 17.197414;
	--b1: 92.9519% 0.002163 17.197414;
	--bc: 16.9617% 0.001664 17.32068;
}

:root:has(input.theme-controller[value=garden]:checked) {
	color-scheme: light;
	--b2: 86.4453% 0.002011 17.197414;
	--b3: 79.9386% 0.00186 17.197414;
	--in: 72.06% 0.191 231.6;
	--su: 64.8% 0.150 160;
	--wa: 84.71% 0.199 83.87;
	--er: 71.76% 0.221 22.18;
	--sc: 89.699% 0.022197 355.095988;
	--ac: 11.2547% 0.010859 154.390187;
	--inc: 0% 0 0;
	--suc: 0% 0 0;
	--wac: 0% 0 0;
	--erc: 0% 0 0;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 62.45% 0.278 3.83636;
	--pc: 100% 0 0;
	--s: 48.4952% 0.110985 355.095988;
	--a: 56.2735% 0.054297 154.390187;
	--n: 24.1559% 0.049362 89.070594;
	--nc: 92.9519% 0.002163 17.197414;
	--b1: 92.9519% 0.002163 17.197414;
	--bc: 16.9617% 0.001664 17.32068;
}

[data-theme=forest] {
	color-scheme: dark;
	--b2: 17.522% 0.007709 17.911578;
	--b3: 16.2032% 0.007129 17.911578;
	--in: 72.06% 0.191 231.6;
	--su: 64.8% 0.150 160;
	--wa: 84.71% 0.199 83.87;
	--er: 71.76% 0.221 22.18;
	--bc: 83.7682% 0.001658 17.911578;
	--sc: 13.9553% 0.027077 168.327128;
	--ac: 14.1257% 0.02389 185.713193;
	--nc: 86.1397% 0.007806 171.364646;
	--inc: 0% 0 0;
	--suc: 0% 0 0;
	--wac: 0% 0 0;
	--erc: 0% 0 0;
	--rounded-box: 1rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 68.6283% 0.185567 148.958922;
	--pc: 0% 0 0;
	--s: 69.7764% 0.135385 168.327128;
	--a: 70.6285% 0.119451 185.713193;
	--n: 30.6985% 0.039032 171.364646;
	--b1: 18.8409% 0.00829 17.911578;
	--rounded-btn: 1.9rem;
}

:root:has(input.theme-controller[value=forest]:checked) {
	color-scheme: dark;
	--b2: 17.522% 0.007709 17.911578;
	--b3: 16.2032% 0.007129 17.911578;
	--in: 72.06% 0.191 231.6;
	--su: 64.8% 0.150 160;
	--wa: 84.71% 0.199 83.87;
	--er: 71.76% 0.221 22.18;
	--bc: 83.7682% 0.001658 17.911578;
	--sc: 13.9553% 0.027077 168.327128;
	--ac: 14.1257% 0.02389 185.713193;
	--nc: 86.1397% 0.007806 171.364646;
	--inc: 0% 0 0;
	--suc: 0% 0 0;
	--wac: 0% 0 0;
	--erc: 0% 0 0;
	--rounded-box: 1rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 68.6283% 0.185567 148.958922;
	--pc: 0% 0 0;
	--s: 69.7764% 0.135385 168.327128;
	--a: 70.6285% 0.119451 185.713193;
	--n: 30.6985% 0.039032 171.364646;
	--b1: 18.8409% 0.00829 17.911578;
	--rounded-btn: 1.9rem;
}

[data-theme=aqua] {
	color-scheme: dark;
	--b2: 45.3464% 0.118611 261.181672;
	--b3: 41.9333% 0.109683 261.181672;
	--bc: 89.7519% 0.025508 261.181672;
	--sc: 12.1365% 0.02175 309.782946;
	--ac: 18.6854% 0.020445 94.555431;
	--nc: 12.2124% 0.023402 243.760661;
	--inc: 90.923% 0.043042 262.880917;
	--suc: 12.541% 0.033982 149.213788;
	--wac: 13.3168% 0.031484 58.31834;
	--erc: 14.79% 0.038 27.33;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 85.6617% 0.14498 198.6458;
	--pc: 40.1249% 0.068266 197.603872;
	--s: 60.6827% 0.108752 309.782946;
	--a: 93.4269% 0.102225 94.555431;
	--n: 61.0622% 0.117009 243.760661;
	--b1: 48.7596% 0.127539 261.181672;
	--in: 54.615% 0.215208 262.880917;
	--su: 62.7052% 0.169912 149.213788;
	--wa: 66.584% 0.157422 58.31834;
	--er: 73.95% 0.19 27.33;
}

:root:has(input.theme-controller[value=aqua]:checked) {
	color-scheme: dark;
	--b2: 45.3464% 0.118611 261.181672;
	--b3: 41.9333% 0.109683 261.181672;
	--bc: 89.7519% 0.025508 261.181672;
	--sc: 12.1365% 0.02175 309.782946;
	--ac: 18.6854% 0.020445 94.555431;
	--nc: 12.2124% 0.023402 243.760661;
	--inc: 90.923% 0.043042 262.880917;
	--suc: 12.541% 0.033982 149.213788;
	--wac: 13.3168% 0.031484 58.31834;
	--erc: 14.79% 0.038 27.33;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 85.6617% 0.14498 198.6458;
	--pc: 40.1249% 0.068266 197.603872;
	--s: 60.6827% 0.108752 309.782946;
	--a: 93.4269% 0.102225 94.555431;
	--n: 61.0622% 0.117009 243.760661;
	--b1: 48.7596% 0.127539 261.181672;
	--in: 54.615% 0.215208 262.880917;
	--su: 62.7052% 0.169912 149.213788;
	--wa: 66.584% 0.157422 58.31834;
	--er: 73.95% 0.19 27.33;
}

[data-theme=lofi] {
	color-scheme: light;
	--inc: 15.908% 0.0206 205.9;
	--suc: 18.026% 0.0306 164.14;
	--wac: 17.674% 0.027 79.94;
	--erc: 15.732% 0.03 28.47;
	--border-btn: 1px;
	--tab-border: 1px;
	--p: 15.9066% 0 0;
	--pc: 100% 0 0;
	--s: 21.455% 0.001566 17.278957;
	--sc: 100% 0 0;
	--a: 26.8618% 0 0;
	--ac: 100% 0 0;
	--n: 0% 0 0;
	--nc: 100% 0 0;
	--b1: 100% 0 0;
	--b2: 96.1151% 0 0;
	--b3: 92.268% 0.001082 17.17934;
	--bc: 0% 0 0;
	--in: 79.54% 0.103 205.9;
	--su: 90.13% 0.153 164.14;
	--wa: 88.37% 0.135 79.94;
	--er: 78.66% 0.15 28.47;
	--rounded-box: 0.25rem;
	--rounded-btn: 0.125rem;
	--rounded-badge: 0.125rem;
	--tab-radius: 0.125rem;
	--animation-btn: 0;
	--animation-input: 0;
	--btn-focus-scale: 1;
}

:root:has(input.theme-controller[value=lofi]:checked) {
	color-scheme: light;
	--inc: 15.908% 0.0206 205.9;
	--suc: 18.026% 0.0306 164.14;
	--wac: 17.674% 0.027 79.94;
	--erc: 15.732% 0.03 28.47;
	--border-btn: 1px;
	--tab-border: 1px;
	--p: 15.9066% 0 0;
	--pc: 100% 0 0;
	--s: 21.455% 0.001566 17.278957;
	--sc: 100% 0 0;
	--a: 26.8618% 0 0;
	--ac: 100% 0 0;
	--n: 0% 0 0;
	--nc: 100% 0 0;
	--b1: 100% 0 0;
	--b2: 96.1151% 0 0;
	--b3: 92.268% 0.001082 17.17934;
	--bc: 0% 0 0;
	--in: 79.54% 0.103 205.9;
	--su: 90.13% 0.153 164.14;
	--wa: 88.37% 0.135 79.94;
	--er: 78.66% 0.15 28.47;
	--rounded-box: 0.25rem;
	--rounded-btn: 0.125rem;
	--rounded-badge: 0.125rem;
	--tab-radius: 0.125rem;
	--animation-btn: 0;
	--animation-input: 0;
	--btn-focus-scale: 1;
}

[data-theme=pastel] {
	color-scheme: light;
	--in: 72.06% 0.191 231.6;
	--su: 64.8% 0.150 160;
	--wa: 84.71% 0.199 83.87;
	--er: 71.76% 0.221 22.18;
	--bc: 20% 0 0;
	--pc: 16.6166% 0.006979 316.8737;
	--sc: 17.6153% 0.009839 8.688364;
	--ac: 17.8419% 0.012056 170.923263;
	--nc: 14.2681% 0.014702 228.183906;
	--inc: 0% 0 0;
	--suc: 0% 0 0;
	--wac: 0% 0 0;
	--erc: 0% 0 0;
	--rounded-box: 1rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--p: 83.0828% 0.034896 316.8737;
	--s: 88.0763% 0.049197 8.688364;
	--a: 89.2096% 0.06028 170.923263;
	--n: 71.3406% 0.07351 228.183906;
	--b1: 100% 0 0;
	--b2: 98.4625% 0.001706 247.838921;
	--b3: 87.1681% 0.009339 258.338227;
	--rounded-btn: 1.9rem;
	--tab-radius: 0.7rem;
}

:root:has(input.theme-controller[value=pastel]:checked) {
	color-scheme: light;
	--in: 72.06% 0.191 231.6;
	--su: 64.8% 0.150 160;
	--wa: 84.71% 0.199 83.87;
	--er: 71.76% 0.221 22.18;
	--bc: 20% 0 0;
	--pc: 16.6166% 0.006979 316.8737;
	--sc: 17.6153% 0.009839 8.688364;
	--ac: 17.8419% 0.012056 170.923263;
	--nc: 14.2681% 0.014702 228.183906;
	--inc: 0% 0 0;
	--suc: 0% 0 0;
	--wac: 0% 0 0;
	--erc: 0% 0 0;
	--rounded-box: 1rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--p: 83.0828% 0.034896 316.8737;
	--s: 88.0763% 0.049197 8.688364;
	--a: 89.2096% 0.06028 170.923263;
	--n: 71.3406% 0.07351 228.183906;
	--b1: 100% 0 0;
	--b2: 98.4625% 0.001706 247.838921;
	--b3: 87.1681% 0.009339 258.338227;
	--rounded-btn: 1.9rem;
	--tab-radius: 0.7rem;
}

[data-theme=fantasy] {
	color-scheme: light;
	--b2: 93% 0 0;
	--b3: 86% 0 0;
	--in: 72.06% 0.191 231.6;
	--su: 64.8% 0.150 160;
	--wa: 84.71% 0.199 83.87;
	--er: 71.76% 0.221 22.18;
	--pc: 87.49% 0.0378 325.02;
	--sc: 90.784% 0.0324 241.36;
	--ac: 15.196% 0.0408 56.72;
	--nc: 85.5616% 0.005919 256.847952;
	--inc: 0% 0 0;
	--suc: 0% 0 0;
	--wac: 0% 0 0;
	--erc: 0% 0 0;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 37.45% 0.189 325.02;
	--s: 53.92% 0.162 241.36;
	--a: 75.98% 0.204 56.72;
	--n: 27.8078% 0.029596 256.847952;
	--b1: 100% 0 0;
	--bc: 27.8078% 0.029596 256.847952;
}

:root:has(input.theme-controller[value=fantasy]:checked) {
	color-scheme: light;
	--b2: 93% 0 0;
	--b3: 86% 0 0;
	--in: 72.06% 0.191 231.6;
	--su: 64.8% 0.150 160;
	--wa: 84.71% 0.199 83.87;
	--er: 71.76% 0.221 22.18;
	--pc: 87.49% 0.0378 325.02;
	--sc: 90.784% 0.0324 241.36;
	--ac: 15.196% 0.0408 56.72;
	--nc: 85.5616% 0.005919 256.847952;
	--inc: 0% 0 0;
	--suc: 0% 0 0;
	--wac: 0% 0 0;
	--erc: 0% 0 0;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 37.45% 0.189 325.02;
	--s: 53.92% 0.162 241.36;
	--a: 75.98% 0.204 56.72;
	--n: 27.8078% 0.029596 256.847952;
	--b1: 100% 0 0;
	--bc: 27.8078% 0.029596 256.847952;
}

[data-theme=wireframe] {
	color-scheme: light;
	--bc: 20% 0 0;
	--pc: 15.6521% 0 0;
	--sc: 15.6521% 0 0;
	--ac: 15.6521% 0 0;
	--nc: 18.8014% 0 0;
	--inc: 89.0403% 0.062643 264.052021;
	--suc: 90.395% 0.035372 142.495339;
	--wac: 14.1626% 0.019994 108.702381;
	--erc: 12.5591% 0.051537 29.233885;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	font-family: Chalkboard,comic sans ms,'sans-serif';
	--p: 78.2604% 0 0;
	--s: 78.2604% 0 0;
	--a: 78.2604% 0 0;
	--n: 94.007% 0 0;
	--b1: 100% 0 0;
	--b2: 94.9119% 0 0;
	--b3: 89.7547% 0 0;
	--in: 45.2014% 0.313214 264.052021;
	--su: 51.9752% 0.176858 142.495339;
	--wa: 70.8131% 0.099969 108.702381;
	--er: 62.7955% 0.257683 29.233885;
	--rounded-box: 0.2rem;
	--rounded-btn: 0.2rem;
	--rounded-badge: 0.2rem;
	--tab-radius: 0.2rem;
}

:root:has(input.theme-controller[value=wireframe]:checked) {
	color-scheme: light;
	--bc: 20% 0 0;
	--pc: 15.6521% 0 0;
	--sc: 15.6521% 0 0;
	--ac: 15.6521% 0 0;
	--nc: 18.8014% 0 0;
	--inc: 89.0403% 0.062643 264.052021;
	--suc: 90.395% 0.035372 142.495339;
	--wac: 14.1626% 0.019994 108.702381;
	--erc: 12.5591% 0.051537 29.233885;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	font-family: Chalkboard,comic sans ms,'sans-serif';
	--p: 78.2604% 0 0;
	--s: 78.2604% 0 0;
	--a: 78.2604% 0 0;
	--n: 94.007% 0 0;
	--b1: 100% 0 0;
	--b2: 94.9119% 0 0;
	--b3: 89.7547% 0 0;
	--in: 45.2014% 0.313214 264.052021;
	--su: 51.9752% 0.176858 142.495339;
	--wa: 70.8131% 0.099969 108.702381;
	--er: 62.7955% 0.257683 29.233885;
	--rounded-box: 0.2rem;
	--rounded-btn: 0.2rem;
	--rounded-badge: 0.2rem;
	--tab-radius: 0.2rem;
}

[data-theme=black] {
	color-scheme: dark;
	--pc: 86.736% 0 0;
	--sc: 86.736% 0 0;
	--ac: 86.736% 0 0;
	--nc: 86.736% 0 0;
	--inc: 89.0403% 0.062643 264.052021;
	--suc: 90.395% 0.035372 142.495339;
	--wac: 19.3597% 0.042201 109.769232;
	--erc: 12.5591% 0.051537 29.233885;
	--border-btn: 1px;
	--tab-border: 1px;
	--p: 33.6799% 0 0;
	--s: 33.6799% 0 0;
	--a: 33.6799% 0 0;
	--b1: 0% 0 0;
	--b2: 19.1251% 0 0;
	--b3: 26.8618% 0 0;
	--bc: 87.6096% 0 0;
	--n: 33.6799% 0 0;
	--in: 45.2014% 0.313214 264.052021;
	--su: 51.9752% 0.176858 142.495339;
	--wa: 96.7983% 0.211006 109.769232;
	--er: 62.7955% 0.257683 29.233885;
	--rounded-box: 0;
	--rounded-btn: 0;
	--rounded-badge: 0;
	--animation-btn: 0;
	--animation-input: 0;
	--btn-focus-scale: 1;
	--tab-radius: 0;
}

:root:has(input.theme-controller[value=black]:checked) {
	color-scheme: dark;
	--pc: 86.736% 0 0;
	--sc: 86.736% 0 0;
	--ac: 86.736% 0 0;
	--nc: 86.736% 0 0;
	--inc: 89.0403% 0.062643 264.052021;
	--suc: 90.395% 0.035372 142.495339;
	--wac: 19.3597% 0.042201 109.769232;
	--erc: 12.5591% 0.051537 29.233885;
	--border-btn: 1px;
	--tab-border: 1px;
	--p: 33.6799% 0 0;
	--s: 33.6799% 0 0;
	--a: 33.6799% 0 0;
	--b1: 0% 0 0;
	--b2: 19.1251% 0 0;
	--b3: 26.8618% 0 0;
	--bc: 87.6096% 0 0;
	--n: 33.6799% 0 0;
	--in: 45.2014% 0.313214 264.052021;
	--su: 51.9752% 0.176858 142.495339;
	--wa: 96.7983% 0.211006 109.769232;
	--er: 62.7955% 0.257683 29.233885;
	--rounded-box: 0;
	--rounded-btn: 0;
	--rounded-badge: 0;
	--animation-btn: 0;
	--animation-input: 0;
	--btn-focus-scale: 1;
	--tab-radius: 0;
}

[data-theme=luxury] {
	color-scheme: dark;
	--pc: 20% 0 0;
	--sc: 85.5163% 0.012821 261.069149;
	--ac: 87.3349% 0.010348 338.82597;
	--inc: 15.8122% 0.024356 237.133883;
	--suc: 15.6239% 0.038579 132.154381;
	--wac: 17.2255% 0.027305 102.89115;
	--erc: 14.3506% 0.035271 22.568916;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 100% 0 0;
	--s: 27.5815% 0.064106 261.069149;
	--a: 36.6744% 0.051741 338.82597;
	--n: 24.27% 0.057015 59.825019;
	--nc: 93.2033% 0.089631 90.861683;
	--b1: 14.0765% 0.004386 285.822869;
	--b2: 20.2191% 0.004211 308.22937;
	--b3: 29.8961% 0.003818 308.318612;
	--bc: 75.6879% 0.123666 76.890484;
	--in: 79.0612% 0.121778 237.133883;
	--su: 78.1197% 0.192894 132.154381;
	--wa: 86.1274% 0.136524 102.89115;
	--er: 71.7531% 0.176357 22.568916;
}

:root:has(input.theme-controller[value=luxury]:checked) {
	color-scheme: dark;
	--pc: 20% 0 0;
	--sc: 85.5163% 0.012821 261.069149;
	--ac: 87.3349% 0.010348 338.82597;
	--inc: 15.8122% 0.024356 237.133883;
	--suc: 15.6239% 0.038579 132.154381;
	--wac: 17.2255% 0.027305 102.89115;
	--erc: 14.3506% 0.035271 22.568916;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 100% 0 0;
	--s: 27.5815% 0.064106 261.069149;
	--a: 36.6744% 0.051741 338.82597;
	--n: 24.27% 0.057015 59.825019;
	--nc: 93.2033% 0.089631 90.861683;
	--b1: 14.0765% 0.004386 285.822869;
	--b2: 20.2191% 0.004211 308.22937;
	--b3: 29.8961% 0.003818 308.318612;
	--bc: 75.6879% 0.123666 76.890484;
	--in: 79.0612% 0.121778 237.133883;
	--su: 78.1197% 0.192894 132.154381;
	--wa: 86.1274% 0.136524 102.89115;
	--er: 71.7531% 0.176357 22.568916;
}

[data-theme=dracula] {
	color-scheme: dark;
	--b2: 26.8053% 0.020556 277.508664;
	--b3: 24.7877% 0.019009 277.508664;
	--pc: 15.0922% 0.036614 346.812432;
	--sc: 14.8405% 0.029709 301.883095;
	--ac: 16.6785% 0.024826 66.558491;
	--nc: 87.8891% 0.006515 275.524078;
	--inc: 17.6526% 0.018676 212.846491;
	--suc: 17.4199% 0.043903 148.024881;
	--wac: 19.1068% 0.026849 112.757109;
	--erc: 13.6441% 0.041266 24.430965;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 75.4611% 0.18307 346.812432;
	--s: 74.2023% 0.148546 301.883095;
	--a: 83.3927% 0.124132 66.558491;
	--n: 39.4456% 0.032576 275.524078;
	--b1: 28.8229% 0.022103 277.508664;
	--bc: 97.7477% 0.007913 106.545019;
	--in: 88.263% 0.09338 212.846491;
	--su: 87.0995% 0.219516 148.024881;
	--wa: 95.5338% 0.134246 112.757109;
	--er: 68.2204% 0.206328 24.430965;
}

:root:has(input.theme-controller[value=dracula]:checked) {
	color-scheme: dark;
	--b2: 26.8053% 0.020556 277.508664;
	--b3: 24.7877% 0.019009 277.508664;
	--pc: 15.0922% 0.036614 346.812432;
	--sc: 14.8405% 0.029709 301.883095;
	--ac: 16.6785% 0.024826 66.558491;
	--nc: 87.8891% 0.006515 275.524078;
	--inc: 17.6526% 0.018676 212.846491;
	--suc: 17.4199% 0.043903 148.024881;
	--wac: 19.1068% 0.026849 112.757109;
	--erc: 13.6441% 0.041266 24.430965;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 75.4611% 0.18307 346.812432;
	--s: 74.2023% 0.148546 301.883095;
	--a: 83.3927% 0.124132 66.558491;
	--n: 39.4456% 0.032576 275.524078;
	--b1: 28.8229% 0.022103 277.508664;
	--bc: 97.7477% 0.007913 106.545019;
	--in: 88.263% 0.09338 212.846491;
	--su: 87.0995% 0.219516 148.024881;
	--wa: 95.5338% 0.134246 112.757109;
	--er: 68.2204% 0.206328 24.430965;
}

[data-theme=cmyk] {
	color-scheme: light;
	--b2: 93% 0 0;
	--b3: 86% 0 0;
	--bc: 20% 0 0;
	--pc: 14.3544% 0.02666 239.443325;
	--sc: 12.8953% 0.040552 359.339283;
	--ac: 18.8458% 0.037948 105.306968;
	--nc: 84.3557% 0 0;
	--inc: 13.6952% 0.0189 217.284104;
	--suc: 89.3898% 0.032505 321.406278;
	--wac: 14.2473% 0.031969 52.023412;
	--erc: 12.4027% 0.041677 28.717543;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 71.7722% 0.133298 239.443325;
	--s: 64.4766% 0.202758 359.339283;
	--a: 94.2289% 0.189741 105.306968;
	--n: 21.7787% 0 0;
	--b1: 100% 0 0;
	--in: 68.4759% 0.094499 217.284104;
	--su: 46.949% 0.162524 321.406278;
	--wa: 71.2364% 0.159843 52.023412;
	--er: 62.0133% 0.208385 28.717543;
}

:root:has(input.theme-controller[value=cmyk]:checked) {
	color-scheme: light;
	--b2: 93% 0 0;
	--b3: 86% 0 0;
	--bc: 20% 0 0;
	--pc: 14.3544% 0.02666 239.443325;
	--sc: 12.8953% 0.040552 359.339283;
	--ac: 18.8458% 0.037948 105.306968;
	--nc: 84.3557% 0 0;
	--inc: 13.6952% 0.0189 217.284104;
	--suc: 89.3898% 0.032505 321.406278;
	--wac: 14.2473% 0.031969 52.023412;
	--erc: 12.4027% 0.041677 28.717543;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 71.7722% 0.133298 239.443325;
	--s: 64.4766% 0.202758 359.339283;
	--a: 94.2289% 0.189741 105.306968;
	--n: 21.7787% 0 0;
	--b1: 100% 0 0;
	--in: 68.4759% 0.094499 217.284104;
	--su: 46.949% 0.162524 321.406278;
	--wa: 71.2364% 0.159843 52.023412;
	--er: 62.0133% 0.208385 28.717543;
}

[data-theme=autumn] {
	color-scheme: light;
	--b2: 89.1077% 0 0;
	--b3: 82.4006% 0 0;
	--bc: 19.1629% 0 0;
	--pc: 88.1446% 0.032232 17.530175;
	--sc: 12.3353% 0.033821 23.865865;
	--ac: 14.6851% 0.018999 60.729616;
	--nc: 90.8734% 0.007475 51.902819;
	--inc: 13.8449% 0.019596 207.284192;
	--suc: 12.199% 0.016032 174.616213;
	--wac: 14.0163% 0.032982 56.844303;
	--erc: 90.614% 0.0482 24.16;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 40.7232% 0.16116 17.530175;
	--s: 61.6763% 0.169105 23.865865;
	--a: 73.4253% 0.094994 60.729616;
	--n: 54.3672% 0.037374 51.902819;
	--b1: 95.8147% 0 0;
	--in: 69.2245% 0.097979 207.284192;
	--su: 60.9951% 0.080159 174.616213;
	--wa: 70.0817% 0.164909 56.844303;
	--er: 53.07% 0.241 24.16;
}

:root:has(input.theme-controller[value=autumn]:checked) {
	color-scheme: light;
	--b2: 89.1077% 0 0;
	--b3: 82.4006% 0 0;
	--bc: 19.1629% 0 0;
	--pc: 88.1446% 0.032232 17.530175;
	--sc: 12.3353% 0.033821 23.865865;
	--ac: 14.6851% 0.018999 60.729616;
	--nc: 90.8734% 0.007475 51.902819;
	--inc: 13.8449% 0.019596 207.284192;
	--suc: 12.199% 0.016032 174.616213;
	--wac: 14.0163% 0.032982 56.844303;
	--erc: 90.614% 0.0482 24.16;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 40.7232% 0.16116 17.530175;
	--s: 61.6763% 0.169105 23.865865;
	--a: 73.4253% 0.094994 60.729616;
	--n: 54.3672% 0.037374 51.902819;
	--b1: 95.8147% 0 0;
	--in: 69.2245% 0.097979 207.284192;
	--su: 60.9951% 0.080159 174.616213;
	--wa: 70.0817% 0.164909 56.844303;
	--er: 53.07% 0.241 24.16;
}

[data-theme=business] {
	color-scheme: dark;
	--b2: 22.6487% 0 0;
	--b3: 20.944% 0 0;
	--bc: 84.8707% 0 0;
	--pc: 88.3407% 0.019811 251.473931;
	--sc: 12.8185% 0.005481 229.389418;
	--ac: 13.4542% 0.033545 35.791525;
	--nc: 85.4882% 0.00265 253.041249;
	--inc: 12.5233% 0.028702 240.033697;
	--suc: 14.0454% 0.018919 156.59611;
	--wac: 15.4965% 0.023141 81.519177;
	--erc: 90.3221% 0.029356 29.674507;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 41.7036% 0.099057 251.473931;
	--s: 64.0924% 0.027405 229.389418;
	--a: 67.271% 0.167726 35.791525;
	--n: 27.441% 0.01325 253.041249;
	--b1: 24.3535% 0 0;
	--in: 62.6163% 0.143511 240.033697;
	--su: 70.2268% 0.094594 156.59611;
	--wa: 77.4824% 0.115704 81.519177;
	--er: 51.6105% 0.14678 29.674507;
	--rounded-box: 0.25rem;
	--rounded-btn: .125rem;
	--rounded-badge: .125rem;
}

:root:has(input.theme-controller[value=business]:checked) {
	color-scheme: dark;
	--b2: 22.6487% 0 0;
	--b3: 20.944% 0 0;
	--bc: 84.8707% 0 0;
	--pc: 88.3407% 0.019811 251.473931;
	--sc: 12.8185% 0.005481 229.389418;
	--ac: 13.4542% 0.033545 35.791525;
	--nc: 85.4882% 0.00265 253.041249;
	--inc: 12.5233% 0.028702 240.033697;
	--suc: 14.0454% 0.018919 156.59611;
	--wac: 15.4965% 0.023141 81.519177;
	--erc: 90.3221% 0.029356 29.674507;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 41.7036% 0.099057 251.473931;
	--s: 64.0924% 0.027405 229.389418;
	--a: 67.271% 0.167726 35.791525;
	--n: 27.441% 0.01325 253.041249;
	--b1: 24.3535% 0 0;
	--in: 62.6163% 0.143511 240.033697;
	--su: 70.2268% 0.094594 156.59611;
	--wa: 77.4824% 0.115704 81.519177;
	--er: 51.6105% 0.14678 29.674507;
	--rounded-box: 0.25rem;
	--rounded-btn: .125rem;
	--rounded-badge: .125rem;
}

[data-theme=acid] {
	color-scheme: light;
	--b2: 91.6146% 0 0;
	--b3: 84.7189% 0 0;
	--bc: 19.7021% 0 0;
	--pc: 14.38% 0.0714 330.759573;
	--sc: 14.674% 0.0448 48.250878;
	--ac: 18.556% 0.0528 122.962951;
	--nc: 84.262% 0.0256 278.68;
	--inc: 12.144% 0.0454 252.05;
	--suc: 17.144% 0.0532 158.53;
	--wac: 18.202% 0.0424 100.5;
	--erc: 12.968% 0.0586 29.349188;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--p: 71.9% 0.357 330.759573;
	--s: 73.37% 0.224 48.250878;
	--a: 92.78% 0.264 122.962951;
	--n: 21.31% 0.128 278.68;
	--b1: 98.5104% 0 0;
	--in: 60.72% 0.227 252.05;
	--su: 85.72% 0.266 158.53;
	--wa: 91.01% 0.212 100.5;
	--er: 64.84% 0.293 29.349188;
	--rounded-box: 1.25rem;
	--rounded-btn: 1rem;
	--rounded-badge: 1rem;
	--tab-radius: 0.7rem;
}

:root:has(input.theme-controller[value=acid]:checked) {
	color-scheme: light;
	--b2: 91.6146% 0 0;
	--b3: 84.7189% 0 0;
	--bc: 19.7021% 0 0;
	--pc: 14.38% 0.0714 330.759573;
	--sc: 14.674% 0.0448 48.250878;
	--ac: 18.556% 0.0528 122.962951;
	--nc: 84.262% 0.0256 278.68;
	--inc: 12.144% 0.0454 252.05;
	--suc: 17.144% 0.0532 158.53;
	--wac: 18.202% 0.0424 100.5;
	--erc: 12.968% 0.0586 29.349188;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--p: 71.9% 0.357 330.759573;
	--s: 73.37% 0.224 48.250878;
	--a: 92.78% 0.264 122.962951;
	--n: 21.31% 0.128 278.68;
	--b1: 98.5104% 0 0;
	--in: 60.72% 0.227 252.05;
	--su: 85.72% 0.266 158.53;
	--wa: 91.01% 0.212 100.5;
	--er: 64.84% 0.293 29.349188;
	--rounded-box: 1.25rem;
	--rounded-btn: 1rem;
	--rounded-badge: 1rem;
	--tab-radius: 0.7rem;
}

[data-theme=lemonade] {
	color-scheme: light;
	--b2: 91.8003% 0.0186 123.72;
	--b3: 84.8906% 0.0172 123.72;
	--bc: 19.742% 0.004 123.72;
	--pc: 11.784% 0.0398 134.6;
	--sc: 15.55% 0.0392 111.09;
	--ac: 17.078% 0.0402 100.73;
	--nc: 86.196% 0.015 108.6;
	--inc: 17.238% 0.0094 224.14;
	--suc: 17.238% 0.0094 157.85;
	--wac: 17.238% 0.0094 102.15;
	--erc: 17.238% 0.0094 25.85;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 58.92% 0.199 134.6;
	--s: 77.75% 0.196 111.09;
	--a: 85.39% 0.201 100.73;
	--n: 30.98% 0.075 108.6;
	--b1: 98.71% 0.02 123.72;
	--in: 86.19% 0.047 224.14;
	--su: 86.19% 0.047 157.85;
	--wa: 86.19% 0.047 102.15;
	--er: 86.19% 0.047 25.85;
}

:root:has(input.theme-controller[value=lemonade]:checked) {
	color-scheme: light;
	--b2: 91.8003% 0.0186 123.72;
	--b3: 84.8906% 0.0172 123.72;
	--bc: 19.742% 0.004 123.72;
	--pc: 11.784% 0.0398 134.6;
	--sc: 15.55% 0.0392 111.09;
	--ac: 17.078% 0.0402 100.73;
	--nc: 86.196% 0.015 108.6;
	--inc: 17.238% 0.0094 224.14;
	--suc: 17.238% 0.0094 157.85;
	--wac: 17.238% 0.0094 102.15;
	--erc: 17.238% 0.0094 25.85;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 58.92% 0.199 134.6;
	--s: 77.75% 0.196 111.09;
	--a: 85.39% 0.201 100.73;
	--n: 30.98% 0.075 108.6;
	--b1: 98.71% 0.02 123.72;
	--in: 86.19% 0.047 224.14;
	--su: 86.19% 0.047 157.85;
	--wa: 86.19% 0.047 102.15;
	--er: 86.19% 0.047 25.85;
}

[data-theme=night] {
	color-scheme: dark;
	--b2: 19.3144% 0.037037 265.754874;
	--b3: 17.8606% 0.034249 265.754874;
	--bc: 84.1536% 0.007965 265.754874;
	--pc: 15.0703% 0.027798 232.66148;
	--sc: 13.6023% 0.031661 276.934902;
	--ac: 14.4721% 0.035244 350.048739;
	--nc: 85.5899% 0.00737 260.030984;
	--suc: 15.6904% 0.026506 181.911977;
	--wac: 16.6486% 0.027912 82.95003;
	--erc: 14.3572% 0.034051 13.11834;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 75.3513% 0.138989 232.66148;
	--s: 68.0113% 0.158303 276.934902;
	--a: 72.3603% 0.176218 350.048739;
	--n: 27.9495% 0.036848 260.030984;
	--b1: 20.7682% 0.039824 265.754874;
	--in: 68.4553% 0.148062 237.25135;
	--inc: 0% 0 0;
	--su: 78.452% 0.132529 181.911977;
	--wa: 83.2428% 0.139558 82.95003;
	--er: 71.7858% 0.170255 13.11834;
}

:root:has(input.theme-controller[value=night]:checked) {
	color-scheme: dark;
	--b2: 19.3144% 0.037037 265.754874;
	--b3: 17.8606% 0.034249 265.754874;
	--bc: 84.1536% 0.007965 265.754874;
	--pc: 15.0703% 0.027798 232.66148;
	--sc: 13.6023% 0.031661 276.934902;
	--ac: 14.4721% 0.035244 350.048739;
	--nc: 85.5899% 0.00737 260.030984;
	--suc: 15.6904% 0.026506 181.911977;
	--wac: 16.6486% 0.027912 82.95003;
	--erc: 14.3572% 0.034051 13.11834;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 75.3513% 0.138989 232.66148;
	--s: 68.0113% 0.158303 276.934902;
	--a: 72.3603% 0.176218 350.048739;
	--n: 27.9495% 0.036848 260.030984;
	--b1: 20.7682% 0.039824 265.754874;
	--in: 68.4553% 0.148062 237.25135;
	--inc: 0% 0 0;
	--su: 78.452% 0.132529 181.911977;
	--wa: 83.2428% 0.139558 82.95003;
	--er: 71.7858% 0.170255 13.11834;
}

[data-theme=coffee] {
	color-scheme: dark;
	--b2: 20.1585% 0.021457 329.708637;
	--b3: 18.6412% 0.019842 329.708637;
	--pc: 14.3993% 0.024765 62.756393;
	--sc: 86.893% 0.00597 199.19444;
	--ac: 88.5243% 0.014881 224.389184;
	--nc: 83.3022% 0.003149 326.261446;
	--inc: 15.898% 0.012774 184.558367;
	--suc: 14.9445% 0.014491 131.116276;
	--wac: 17.6301% 0.028162 87.722413;
	--erc: 15.4637% 0.025644 31.871922;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 71.9967% 0.123825 62.756393;
	--s: 34.465% 0.029849 199.19444;
	--a: 42.6213% 0.074405 224.389184;
	--n: 16.5109% 0.015743 326.261446;
	--b1: 21.6758% 0.023072 329.708637;
	--bc: 72.3547% 0.092794 79.129387;
	--in: 79.4902% 0.063869 184.558367;
	--su: 74.7224% 0.072456 131.116276;
	--wa: 88.1503% 0.140812 87.722413;
	--er: 77.3187% 0.12822 31.871922;
}

:root:has(input.theme-controller[value=coffee]:checked) {
	color-scheme: dark;
	--b2: 20.1585% 0.021457 329.708637;
	--b3: 18.6412% 0.019842 329.708637;
	--pc: 14.3993% 0.024765 62.756393;
	--sc: 86.893% 0.00597 199.19444;
	--ac: 88.5243% 0.014881 224.389184;
	--nc: 83.3022% 0.003149 326.261446;
	--inc: 15.898% 0.012774 184.558367;
	--suc: 14.9445% 0.014491 131.116276;
	--wac: 17.6301% 0.028162 87.722413;
	--erc: 15.4637% 0.025644 31.871922;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 71.9967% 0.123825 62.756393;
	--s: 34.465% 0.029849 199.19444;
	--a: 42.6213% 0.074405 224.389184;
	--n: 16.5109% 0.015743 326.261446;
	--b1: 21.6758% 0.023072 329.708637;
	--bc: 72.3547% 0.092794 79.129387;
	--in: 79.4902% 0.063869 184.558367;
	--su: 74.7224% 0.072456 131.116276;
	--wa: 88.1503% 0.140812 87.722413;
	--er: 77.3187% 0.12822 31.871922;
}

[data-theme=winter] {
	color-scheme: light;
	--pc: 91.372% 0.051 257.57;
	--sc: 88.5103% 0.03222 282.339433;
	--ac: 11.988% 0.038303 335.171434;
	--nc: 83.9233% 0.012704 257.651965;
	--inc: 17.6255% 0.017178 214.515264;
	--suc: 16.0988% 0.015404 197.823719;
	--wac: 17.8345% 0.009167 71.47031;
	--erc: 14.6185% 0.022037 20.076293;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 56.86% 0.255 257.57;
	--s: 42.5516% 0.161098 282.339433;
	--a: 59.9398% 0.191515 335.171434;
	--n: 19.6166% 0.063518 257.651965;
	--b1: 100% 0 0;
	--b2: 97.4663% 0.011947 259.822565;
	--b3: 93.2686% 0.016223 262.751375;
	--bc: 41.8869% 0.053885 255.824911;
	--in: 88.1275% 0.085888 214.515264;
	--su: 80.4941% 0.077019 197.823719;
	--wa: 89.1725% 0.045833 71.47031;
	--er: 73.0926% 0.110185 20.076293;
}

:root:has(input.theme-controller[value=winter]:checked) {
	color-scheme: light;
	--pc: 91.372% 0.051 257.57;
	--sc: 88.5103% 0.03222 282.339433;
	--ac: 11.988% 0.038303 335.171434;
	--nc: 83.9233% 0.012704 257.651965;
	--inc: 17.6255% 0.017178 214.515264;
	--suc: 16.0988% 0.015404 197.823719;
	--wac: 17.8345% 0.009167 71.47031;
	--erc: 14.6185% 0.022037 20.076293;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 56.86% 0.255 257.57;
	--s: 42.5516% 0.161098 282.339433;
	--a: 59.9398% 0.191515 335.171434;
	--n: 19.6166% 0.063518 257.651965;
	--b1: 100% 0 0;
	--b2: 97.4663% 0.011947 259.822565;
	--b3: 93.2686% 0.016223 262.751375;
	--bc: 41.8869% 0.053885 255.824911;
	--in: 88.1275% 0.085888 214.515264;
	--su: 80.4941% 0.077019 197.823719;
	--wa: 89.1725% 0.045833 71.47031;
	--er: 73.0926% 0.110185 20.076293;
}

[data-theme=dim] {
	color-scheme: dark;
	--pc: 17.2267% 0.028331 139.549991;
	--sc: 14.6752% 0.033181 35.353059;
	--ac: 14.8459% 0.026728 311.37924;
	--inc: 17.2157% 0.028409 206.182959;
	--suc: 17.2343% 0.028437 166.534048;
	--wac: 17.2327% 0.028447 94.818679;
	--erc: 16.4838% 0.019914 33.756357;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 86.1335% 0.141656 139.549991;
	--s: 73.3759% 0.165904 35.353059;
	--a: 74.2296% 0.133641 311.37924;
	--n: 24.7311% 0.020483 264.094728;
	--nc: 82.9011% 0.031335 222.959324;
	--b1: 30.8577% 0.023243 264.149498;
	--b2: 28.0368% 0.01983 264.182074;
	--b3: 26.3469% 0.018403 262.177739;
	--bc: 82.9011% 0.031335 222.959324;
	--in: 86.0785% 0.142046 206.182959;
	--su: 86.1717% 0.142187 166.534048;
	--wa: 86.1634% 0.142236 94.818679;
	--er: 82.4189% 0.09957 33.756357;
}

:root:has(input.theme-controller[value=dim]:checked) {
	color-scheme: dark;
	--pc: 17.2267% 0.028331 139.549991;
	--sc: 14.6752% 0.033181 35.353059;
	--ac: 14.8459% 0.026728 311.37924;
	--inc: 17.2157% 0.028409 206.182959;
	--suc: 17.2343% 0.028437 166.534048;
	--wac: 17.2327% 0.028447 94.818679;
	--erc: 16.4838% 0.019914 33.756357;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 86.1335% 0.141656 139.549991;
	--s: 73.3759% 0.165904 35.353059;
	--a: 74.2296% 0.133641 311.37924;
	--n: 24.7311% 0.020483 264.094728;
	--nc: 82.9011% 0.031335 222.959324;
	--b1: 30.8577% 0.023243 264.149498;
	--b2: 28.0368% 0.01983 264.182074;
	--b3: 26.3469% 0.018403 262.177739;
	--bc: 82.9011% 0.031335 222.959324;
	--in: 86.0785% 0.142046 206.182959;
	--su: 86.1717% 0.142187 166.534048;
	--wa: 86.1634% 0.142236 94.818679;
	--er: 82.4189% 0.09957 33.756357;
}

[data-theme=nord] {
	color-scheme: light;
	--pc: 11.8872% 0.015449 254.027774;
	--sc: 13.9303% 0.011822 248.687186;
	--ac: 15.4929% 0.01245 217.469017;
	--inc: 13.8414% 0.012499 332.664922;
	--suc: 15.3654% 0.01498 131.063061;
	--wac: 17.0972% 0.017847 84.093335;
	--erc: 12.122% 0.024119 15.341883;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--p: 59.4359% 0.077246 254.027774;
	--s: 69.6516% 0.059108 248.687186;
	--a: 77.4643% 0.062249 217.469017;
	--n: 45.229% 0.035214 264.1312;
	--nc: 89.9258% 0.016374 262.749256;
	--b1: 95.1276% 0.007445 260.731539;
	--b2: 93.2996% 0.010389 261.788485;
	--b3: 89.9258% 0.016374 262.749256;
	--bc: 32.4374% 0.022945 264.182036;
	--in: 69.2072% 0.062496 332.664922;
	--su: 76.827% 0.074899 131.063061;
	--wa: 85.4862% 0.089234 84.093335;
	--er: 60.61% 0.120594 15.341883;
	--rounded-box: 0.4rem;
	--rounded-btn: 0.2rem;
	--rounded-badge: 0.4rem;
	--tab-radius: 0.2rem;
}

:root:has(input.theme-controller[value=nord]:checked) {
	color-scheme: light;
	--pc: 11.8872% 0.015449 254.027774;
	--sc: 13.9303% 0.011822 248.687186;
	--ac: 15.4929% 0.01245 217.469017;
	--inc: 13.8414% 0.012499 332.664922;
	--suc: 15.3654% 0.01498 131.063061;
	--wac: 17.0972% 0.017847 84.093335;
	--erc: 12.122% 0.024119 15.341883;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--p: 59.4359% 0.077246 254.027774;
	--s: 69.6516% 0.059108 248.687186;
	--a: 77.4643% 0.062249 217.469017;
	--n: 45.229% 0.035214 264.1312;
	--nc: 89.9258% 0.016374 262.749256;
	--b1: 95.1276% 0.007445 260.731539;
	--b2: 93.2996% 0.010389 261.788485;
	--b3: 89.9258% 0.016374 262.749256;
	--bc: 32.4374% 0.022945 264.182036;
	--in: 69.2072% 0.062496 332.664922;
	--su: 76.827% 0.074899 131.063061;
	--wa: 85.4862% 0.089234 84.093335;
	--er: 60.61% 0.120594 15.341883;
	--rounded-box: 0.4rem;
	--rounded-btn: 0.2rem;
	--rounded-badge: 0.4rem;
	--tab-radius: 0.2rem;
}

[data-theme=sunset] {
	color-scheme: dark;
	--pc: 14.9408% 0.031656 39.94703;
	--sc: 14.5075% 0.035531 2.72034;
	--ac: 14.2589% 0.033336 299.844533;
	--inc: 17.1119% 0.017054 206.015183;
	--suc: 17.1122% 0.017172 144.77874;
	--wac: 17.1139% 0.016961 74.427797;
	--erc: 17.1023% 0.015778 16.886379;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--p: 74.7039% 0.158278 39.94703;
	--s: 72.5375% 0.177654 2.72034;
	--a: 71.2947% 0.166678 299.844533;
	--n: 26% 0.019 237.69;
	--nc: 70% 0.019 237.69;
	--b1: 22% 0.019 237.69;
	--b2: 20% 0.019 237.69;
	--b3: 18% 0.019 237.69;
	--bc: 77.3835% 0.043586 245.096534;
	--in: 85.5596% 0.085271 206.015183;
	--su: 85.5609% 0.08586 144.77874;
	--wa: 85.5695% 0.084806 74.427797;
	--er: 85.5116% 0.07889 16.886379;
	--rounded-box: 1.2rem;
	--rounded-btn: 0.8rem;
	--rounded-badge: 0.4rem;
	--tab-radius: 0.7rem;
}

:root:has(input.theme-controller[value=sunset]:checked) {
	color-scheme: dark;
	--pc: 14.9408% 0.031656 39.94703;
	--sc: 14.5075% 0.035531 2.72034;
	--ac: 14.2589% 0.033336 299.844533;
	--inc: 17.1119% 0.017054 206.015183;
	--suc: 17.1122% 0.017172 144.77874;
	--wac: 17.1139% 0.016961 74.427797;
	--erc: 17.1023% 0.015778 16.886379;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--p: 74.7039% 0.158278 39.94703;
	--s: 72.5375% 0.177654 2.72034;
	--a: 71.2947% 0.166678 299.844533;
	--n: 26% 0.019 237.69;
	--nc: 70% 0.019 237.69;
	--b1: 22% 0.019 237.69;
	--b2: 20% 0.019 237.69;
	--b3: 18% 0.019 237.69;
	--bc: 77.3835% 0.043586 245.096534;
	--in: 85.5596% 0.085271 206.015183;
	--su: 85.5609% 0.08586 144.77874;
	--wa: 85.5695% 0.084806 74.427797;
	--er: 85.5116% 0.07889 16.886379;
	--rounded-box: 1.2rem;
	--rounded-btn: 0.8rem;
	--rounded-badge: 0.4rem;
	--tab-radius: 0.7rem;
}
@media (hover:hover) {

	.label a:hover {
		--tw-text-opacity: 1;
		color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
	}

	.menu li > *:not(ul, .menu-title, details, .btn):active,
.menu li > *:not(ul, .menu-title, details, .btn).active,
.menu li > details > summary:active {
		--tw-bg-opacity: 1;
		background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
		--tw-text-opacity: 1;
		color: var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)));
	}
}
.btn {
	display: inline-flex;
	height: 3rem;
	min-height: 3rem;
	flex-shrink: 0;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	border-radius: var(--rounded-btn, 0.5rem);
	border-color: transparent;
	border-color: oklch(var(--btn-color, var(--b2)) / var(--tw-border-opacity));
	padding-left: 1rem;
	padding-right: 1rem;
	text-align: center;
	font-size: 0.875rem;
	line-height: 1em;
	gap: 0.5rem;
	font-weight: 600;
	-webkit-text-decoration-line: none;
	        text-decoration-line: none;
	text-decoration-line: none;
	transition-duration: 200ms;
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
	border-width: var(--border-btn, 1px);
	animation: button-pop var(--animation-btn, 0.25s) ease-out;
	transition-property: color, background-color, border-color, opacity, box-shadow, transform;
	--tw-text-opacity: 1;
	color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
	--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
	--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	outline-color: var(--fallback-bc,oklch(var(--bc)/1));
	background-color: oklch(var(--btn-color, var(--b2)) / var(--tw-bg-opacity));
	--tw-bg-opacity: 1;
	--tw-border-opacity: 1;
}
.btn-disabled,
  .btn[disabled],
  .btn:disabled {
	pointer-events: none;
}
:where(.btn:is(input[type="checkbox"])),
:where(.btn:is(input[type="radio"])) {
	width: auto;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}
.btn:is(input[type="checkbox"]):after,
.btn:is(input[type="radio"]):after {
	--tw-content: attr(aria-label);
	content: var(--tw-content);
}
.card {
	position: relative;
	display: flex;
	flex-direction: column;
	border-radius: var(--rounded-box, 1rem);
}
.card:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.card figure {
	display: flex;
	align-items: center;
	justify-content: center;
}
.card.image-full {
	display: grid;
}
.card.image-full:before {
	position: relative;
	content: "";
	z-index: 10;
	border-radius: var(--rounded-box, 1rem);
	--tw-bg-opacity: 1;
	background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
	opacity: 0.75;
}
.card.image-full:before,
    .card.image-full > * {
	grid-column-start: 1;
	grid-row-start: 1;
}
.card.image-full > figure img {
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.card.image-full > .card-body {
	position: relative;
	z-index: 20;
	--tw-text-opacity: 1;
	color: var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)));
}
.checkbox {
	flex-shrink: 0;
	--chkbg: var(--fallback-bc,oklch(var(--bc)/1));
	--chkfg: var(--fallback-b1,oklch(var(--b1)/1));
	height: 1.5rem;
	width: 1.5rem;
	cursor: pointer;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	border-radius: var(--rounded-btn, 0.5rem);
	border-width: 1px;
	border-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));
	--tw-border-opacity: 0.2;
}
:root .countdown {
	line-height: 1em;
}
.countdown {
	display: inline-flex;
}
.countdown > * {
	height: 1em;
	display: inline-block;
	overflow-y: hidden;
}
.countdown > *:before {
	position: relative;
	content: "00\A 01\A 02\A 03\A 04\A 05\A 06\A 07\A 08\A 09\A 10\A 11\A 12\A 13\A 14\A 15\A 16\A 17\A 18\A 19\A 20\A 21\A 22\A 23\A 24\A 25\A 26\A 27\A 28\A 29\A 30\A 31\A 32\A 33\A 34\A 35\A 36\A 37\A 38\A 39\A 40\A 41\A 42\A 43\A 44\A 45\A 46\A 47\A 48\A 49\A 50\A 51\A 52\A 53\A 54\A 55\A 56\A 57\A 58\A 59\A 60\A 61\A 62\A 63\A 64\A 65\A 66\A 67\A 68\A 69\A 70\A 71\A 72\A 73\A 74\A 75\A 76\A 77\A 78\A 79\A 80\A 81\A 82\A 83\A 84\A 85\A 86\A 87\A 88\A 89\A 90\A 91\A 92\A 93\A 94\A 95\A 96\A 97\A 98\A 99\A";
	white-space: pre;
	top: calc(var(--value) * -1em);
	text-align: center;
	transition: all 1s cubic-bezier(1, 0, 0, 1);
}
.drawer {
	position: relative;
	display: grid;
	grid-auto-columns: max-content auto;
	width: 100%;
}
@media (hover: hover) {

	.btm-nav > *.disabled:hover,
      .btm-nav > *[disabled]:hover {
		pointer-events: none;
		--tw-border-opacity: 0;
		background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
		--tw-bg-opacity: 0.1;
		color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
		--tw-text-opacity: 0.2;
	}

	.btn:hover {
		--tw-border-opacity: 1;
		border-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-border-opacity)));
		--tw-bg-opacity: 1;
		background-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)));
	}

	@supports (color: color-mix(in oklab, black, black)) {

		.btn:hover {
			background-color: color-mix(
            in oklab,
            oklch(var(--btn-color, var(--b2)) / var(--tw-bg-opacity, 1)) 90%,
            black
          );
			border-color: color-mix(
            in oklab,
            oklch(var(--btn-color, var(--b2)) / var(--tw-border-opacity, 1)) 90%,
            black
          );
		}
	}

	@supports not (color: oklch(0% 0 0)) {

		.btn:hover {
			background-color: var(--btn-color, var(--fallback-b2));
			border-color: var(--btn-color, var(--fallback-b2));
		}
	}

	.btn.glass:hover {
		--glass-opacity: 25%;
		--glass-border-opacity: 15%;
	}

	.btn-outline.btn-primary:hover {
		--tw-text-opacity: 1;
		color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
	}

	@supports (color: color-mix(in oklab, black, black)) {

		.btn-outline.btn-primary:hover {
			background-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
			border-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
		}
	}

	.btn-disabled:hover,
    .btn[disabled]:hover,
    .btn:disabled:hover {
		--tw-border-opacity: 0;
		background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
		--tw-bg-opacity: 0.2;
		color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
		--tw-text-opacity: 0.2;
	}

	@supports (color: color-mix(in oklab, black, black)) {

		.btn:is(input[type="checkbox"]:checked):hover, .btn:is(input[type="radio"]:checked):hover {
			background-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
			border-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
		}
	}

	:where(.menu li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title)):not(.active, .btn):hover, :where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(.active, .btn):hover {
		cursor: pointer;
		outline: 2px solid transparent;
		outline-offset: 2px;
	}

	@supports (color: oklch(0% 0 0)) {

		:where(.menu li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title)):not(.active, .btn):hover, :where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(.active, .btn):hover {
			background-color: var(--fallback-bc,oklch(var(--bc)/0.1));
		}
	}
}
.footer {
	display: grid;
	width: 100%;
	grid-auto-flow: row;
	place-items: start;
	-moz-column-gap: 1rem;
	     column-gap: 1rem;
	row-gap: 2.5rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.footer > * {
	display: grid;
	place-items: start;
	gap: 0.5rem;
}
.footer-center {
	place-items: center;
	text-align: center;
}
.footer-center > * {
	place-items: center;
}
@media (min-width: 48rem) {

	.footer {
		grid-auto-flow: column;
	}

	.footer-center {
		grid-auto-flow: row dense;
	}
}
.label {
	display: flex;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	align-items: center;
	justify-content: space-between;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.hero {
	display: grid;
	width: 100%;
	place-items: center;
	background-size: cover;
	background-position: center;
}
.hero > * {
	grid-column-start: 1;
	grid-row-start: 1;
}
.hero-content {
	z-index: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 80rem;
	gap: 1rem;
	padding: 1rem;
}
.input {
	flex-shrink: 1;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	height: 3rem;
	padding-left: 1rem;
	padding-right: 1rem;
	font-size: 0.875rem;
	font-size: 1rem;
	line-height: 1.25rem;
	line-height: 2;
	line-height: 1.5rem;
	border-radius: var(--rounded-btn, 0.5rem);
	border-width: 1px;
	border-color: transparent;
	--tw-bg-opacity: 1;
	background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
}
.input[type="number"]::-webkit-inner-spin-button,
.input-md[type="number"]::-webkit-inner-spin-button {
	margin-top: -1rem;
	margin-bottom: -1rem;
	margin-inline-end: -1rem;
}
.link {
	cursor: pointer;
	-webkit-text-decoration-line: underline;
	        text-decoration-line: underline;
}
.menu :where(li:not(.menu-title) > *:not(ul, details, .menu-title, .btn)), .menu :where(li:not(.menu-title) > details > summary:not(.menu-title)) {
	display: grid;
	grid-auto-flow: column;
	align-content: flex-start;
	align-items: center;
	gap: 0.5rem;
	grid-auto-columns: minmax(auto, max-content) auto max-content;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
}
.menu li.disabled {
	cursor: not-allowed;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	color: var(--fallback-bc,oklch(var(--bc)/0.3));
}
.navbar {
	display: flex;
	align-items: center;
	padding: var(--navbar-padding, 0.5rem);
	min-height: 4rem;
	width: 100%;
}
:where(.navbar > *:not(script, style)) {
	display: inline-flex;
	align-items: center;
}
.range {
	height: 1.5rem;
	width: 100%;
	cursor: pointer;
	-moz-appearance: none;
	     appearance: none;
	-webkit-appearance: none;
	--range-shdw: var(--fallback-bc,oklch(var(--bc)/1));
	overflow: hidden;
	border-radius: var(--rounded-box, 1rem);
	background-color: transparent;
}
.range:focus {
	outline: none;
}
.swap {
	position: relative;
	display: inline-grid;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	place-content: center;
	cursor: pointer;
}
.swap > * {
	grid-column-start: 1;
	grid-row-start: 1;
	transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
	transition-property: transform, opacity;
}
.swap input {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}
.swap .swap-on,
.swap .swap-indeterminate,
.swap input:indeterminate ~ .swap-on {
	opacity: 0;
}
.swap input:checked ~ .swap-off,
.swap-active .swap-off,
.swap input:indeterminate ~ .swap-off {
	opacity: 0;
}
.swap input:checked ~ .swap-on,
.swap-active .swap-on,
.swap input:indeterminate ~ .swap-indeterminate {
	opacity: 1;
}
.toast {
	position: fixed;
	display: flex;
	min-width: -moz-fit-content;
	min-width: fit-content;
	flex-direction: column;
	white-space: nowrap;
	gap: 0.5rem;
	padding: 1rem;
}
.toggle {
	flex-shrink: 0;
	--tglbg: var(--fallback-b1,oklch(var(--b1)/1));
	--handleoffset: 1.5rem;
	--handleoffsetcalculator: calc(var(--handleoffset) * -1);
	--togglehandleborder: 0 0;
	height: 1.5rem;
	width: 3rem;
	cursor: pointer;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	border-radius: var(--rounded-badge, 1.9rem);
	border-width: 1px;
	border-color: currentColor;
	background-color: currentColor;
	color: var(--fallback-bc,oklch(var(--bc)/0.5));
	transition: background,
    box-shadow var(--animation-input, 0.2s) ease-out;
	box-shadow: var(--handleoffsetcalculator) 0 0 2px var(--tglbg) inset,
    0 0 0 2px var(--tglbg) inset,
    var(--togglehandleborder);
}
.btm-nav > *.disabled,
    .btm-nav > *[disabled] {
	pointer-events: none;
	--tw-border-opacity: 0;
	background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
	--tw-bg-opacity: 0.1;
	color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
	--tw-text-opacity: 0.2;
}
.btm-nav > * .label {
	font-size: 1rem;
	line-height: 1.5rem;
}
.btn:active:hover,
  .btn:active:focus {
	animation: button-pop 0s ease-out;
	transform: scale(var(--btn-focus-scale, 0.97));
}
@supports not (color: oklch(0% 0 0)) {

	.btn {
		background-color: var(--btn-color, var(--fallback-b2));
		border-color: var(--btn-color, var(--fallback-b2));
	}

	.btn-primary {
		--btn-color: var(--fallback-p);
	}
}
@supports (color: color-mix(in oklab, black, black)) {

	.btn-outline.btn-primary.btn-active {
		background-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
		border-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
	}
}
.btn:focus-visible {
	outline-style: solid;
	outline-width: 2px;
	outline-offset: 2px;
}
.btn-primary {
	--tw-text-opacity: 1;
	color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
	outline-color: var(--fallback-p,oklch(var(--p)/1));
}
@supports (color: oklch(0% 0 0)) {

	.btn-primary {
		--btn-color: var(--p);
	}
}
.btn.glass {
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	outline-color: currentColor;
}
.btn.glass.btn-active {
	--glass-opacity: 25%;
	--glass-border-opacity: 15%;
}
.btn-outline.btn-primary {
	--tw-text-opacity: 1;
	color: var(--fallback-p,oklch(var(--p)/var(--tw-text-opacity)));
}
.btn-outline.btn-primary.btn-active {
	--tw-text-opacity: 1;
	color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
}
.btn.btn-disabled,
  .btn[disabled],
  .btn:disabled {
	--tw-border-opacity: 0;
	background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
	--tw-bg-opacity: 0.2;
	color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
	--tw-text-opacity: 0.2;
}
.btn:is(input[type="checkbox"]:checked),
.btn:is(input[type="radio"]:checked) {
	--tw-border-opacity: 1;
	border-color: var(--fallback-p,oklch(var(--p)/var(--tw-border-opacity)));
	--tw-bg-opacity: 1;
	background-color: var(--fallback-p,oklch(var(--p)/var(--tw-bg-opacity)));
	--tw-text-opacity: 1;
	color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
}
.btn:is(input[type="checkbox"]:checked):focus-visible, .btn:is(input[type="radio"]:checked):focus-visible {
	outline-color: var(--fallback-p,oklch(var(--p)/1));
}
@keyframes button-pop {

	0% {
		transform: scale(var(--btn-focus-scale, 0.98));
	}

	40% {
		transform: scale(1.02);
	}

	100% {
		transform: scale(1);
	}
}
.card :where(figure:first-child) {
	overflow: hidden;
	border-start-start-radius: inherit;
	border-start-end-radius: inherit;
	border-end-start-radius: unset;
	border-end-end-radius: unset;
}
.card :where(figure:last-child) {
	overflow: hidden;
	border-start-start-radius: unset;
	border-start-end-radius: unset;
	border-end-start-radius: inherit;
	border-end-end-radius: inherit;
}
.card:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}
.card.bordered {
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
}
.card.compact .card-body {
	padding: 1rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.card.image-full :where(figure) {
	overflow: hidden;
	border-radius: inherit;
}
.checkbox:focus {
	box-shadow: none;
}
.checkbox:focus-visible {
	outline-style: solid;
	outline-width: 2px;
	outline-offset: 2px;
	outline-color: var(--fallback-bc,oklch(var(--bc)/1));
}
.checkbox:checked,
  .checkbox[aria-checked="true"] {
	background-repeat: no-repeat;
	animation: checkmark var(--animation-input, 0.2s) ease-out;
	background-color: var(--chkbg);
	background-image: linear-gradient(-45deg, transparent 65%, var(--chkbg) 65.99%),
      linear-gradient(45deg, transparent 75%, var(--chkbg) 75.99%),
      linear-gradient(-45deg, var(--chkbg) 40%, transparent 40.99%),
      linear-gradient(
        45deg,
        var(--chkbg) 30%,
        var(--chkfg) 30.99%,
        var(--chkfg) 40%,
        transparent 40.99%
      ),
      linear-gradient(-45deg, var(--chkfg) 50%, var(--chkbg) 50.99%);
}
.checkbox:indeterminate {
	--tw-bg-opacity: 1;
	background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
	background-repeat: no-repeat;
	animation: checkmark var(--animation-input, 0.2s) ease-out;
	background-image: linear-gradient(90deg, transparent 80%, var(--chkbg) 80%),
      linear-gradient(-90deg, transparent 80%, var(--chkbg) 80%),
      linear-gradient(0deg, var(--chkbg) 43%, var(--chkfg) 43%, var(--chkfg) 57%, var(--chkbg) 57%);
}
.checkbox:disabled {
	cursor: not-allowed;
	border-color: transparent;
	--tw-bg-opacity: 1;
	background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
	opacity: 0.2;
}
@keyframes checkmark {

	0% {
		background-position-y: 5px;
	}

	50% {
		background-position-y: -2px;
	}

	100% {
		background-position-y: 0;
	}
}
.input input {
	--tw-bg-opacity: 1;
	background-color: var(--fallback-p,oklch(var(--p)/var(--tw-bg-opacity)));
	background-color: transparent;
}
.input input:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.input[list]::-webkit-calendar-picker-indicator {
	line-height: 1em;
}
.input:focus,
  .input:focus-within {
	box-shadow: none;
	border-color: var(--fallback-bc,oklch(var(--bc)/0.2));
	outline-style: solid;
	outline-width: 2px;
	outline-offset: 2px;
	outline-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}
.input-disabled,
  .input:disabled,
  .input[disabled] {
	cursor: not-allowed;
	--tw-border-opacity: 1;
	border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
	--tw-bg-opacity: 1;
	background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
	color: var(--fallback-bc,oklch(var(--bc)/0.4));
}
.input-disabled::-moz-placeholder, .input:disabled::-moz-placeholder, .input[disabled]::-moz-placeholder {
	color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
	--tw-placeholder-opacity: 0.2;
}
.input-disabled::placeholder,
  .input:disabled::placeholder,
  .input[disabled]::placeholder {
	color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
	--tw-placeholder-opacity: 0.2;
}
.input::-webkit-date-and-time-value {
	text-align: inherit;
}
.link:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.link:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}
.menu :where(li:not(.menu-title) > *:not(ul, details, .menu-title, .btn)),
.menu :where(li:not(.menu-title) > details > summary:not(.menu-title)) {
	border-radius: var(--rounded-btn, 0.5rem);
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	text-align: start;
	transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
	transition-duration: 200ms;
	text-wrap: balance;
}
:where(.menu li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title)):not(summary, .active, .btn).focus, :where(.menu li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title)):not(summary, .active, .btn):focus, :where(.menu li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title)):is(summary):not(.active, .btn):focus-visible, :where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(summary, .active, .btn).focus, :where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(summary, .active, .btn):focus, :where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):is(summary):not(.active, .btn):focus-visible {
	cursor: pointer;
	background-color: var(--fallback-bc,oklch(var(--bc)/0.1));
	--tw-text-opacity: 1;
	color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.menu li > *:not(ul, .menu-title, details, .btn):active,
.menu li > *:not(ul, .menu-title, details, .btn).active,
.menu li > details > summary:active {
	--tw-bg-opacity: 1;
	background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
	--tw-text-opacity: 1;
	color: var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)));
}
.mockup-browser .mockup-browser-toolbar .input {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	display: block;
	height: 1.75rem;
	width: 24rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	--tw-bg-opacity: 1;
	background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
	padding-left: 2rem;
	direction: ltr;
}
.mockup-browser .mockup-browser-toolbar .input:before {
	content: "";
	position: absolute;
	left: 0.5rem;
	top: 50%;
	aspect-ratio: 1 / 1;
	height: 0.75rem;
	--tw-translate-y: -50%;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	border-radius: 9999px;
	border-width: 2px;
	border-color: currentColor;
	opacity: 0.6;
}
.mockup-browser .mockup-browser-toolbar .input:after {
	content: "";
	position: absolute;
	left: 1.25rem;
	top: 50%;
	height: 0.5rem;
	--tw-translate-y: 25%;
	--tw-rotate: -45deg;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	border-radius: 9999px;
	border-width: 1px;
	border-color: currentColor;
	opacity: 0.6;
}
@keyframes modal-pop {

	0% {
		opacity: 0;
	}
}
@keyframes progress-loading {

	50% {
		background-position-x: -115%;
	}
}
@keyframes radiomark {

	0% {
		box-shadow: 0 0 0 12px var(--fallback-b1,oklch(var(--b1)/1)) inset,
      0 0 0 12px var(--fallback-b1,oklch(var(--b1)/1)) inset;
	}

	50% {
		box-shadow: 0 0 0 3px var(--fallback-b1,oklch(var(--b1)/1)) inset,
      0 0 0 3px var(--fallback-b1,oklch(var(--b1)/1)) inset;
	}

	100% {
		box-shadow: 0 0 0 4px var(--fallback-b1,oklch(var(--b1)/1)) inset,
      0 0 0 4px var(--fallback-b1,oklch(var(--b1)/1)) inset;
	}
}
.range:focus-visible::-webkit-slider-thumb {
	--focus-shadow: 0 0 0 6px var(--fallback-b1,oklch(var(--b1)/1)) inset, 0 0 0 2rem var(--range-shdw) inset;
}
.range:focus-visible::-moz-range-thumb {
	--focus-shadow: 0 0 0 6px var(--fallback-b1,oklch(var(--b1)/1)) inset, 0 0 0 2rem var(--range-shdw) inset;
}
.range::-webkit-slider-runnable-track {
	height: 0.5rem;
	width: 100%;
	border-radius: var(--rounded-box, 1rem);
	background-color: var(--fallback-bc,oklch(var(--bc)/0.1));
}
.range::-moz-range-track {
	height: 0.5rem;
	width: 100%;
	border-radius: var(--rounded-box, 1rem);
	background-color: var(--fallback-bc,oklch(var(--bc)/0.1));
}
.range::-webkit-slider-thumb {
	position: relative;
	height: 1.5rem;
	width: 1.5rem;
	border-radius: var(--rounded-box, 1rem);
	border-style: none;
	--tw-bg-opacity: 1;
	background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
	appearance: none;
	-webkit-appearance: none;
	top: 50%;
	color: var(--range-shdw);
	transform: translateY(-50%);
	--filler-size: 100rem;
	--filler-offset: 0.6rem;
	box-shadow: 0 0 0 3px var(--range-shdw) inset,
      var(--focus-shadow, 0 0),
      calc(var(--filler-size) * -1 - var(--filler-offset)) 0 0 var(--filler-size);
}
.range::-moz-range-thumb {
	position: relative;
	height: 1.5rem;
	width: 1.5rem;
	border-radius: var(--rounded-box, 1rem);
	border-style: none;
	--tw-bg-opacity: 1;
	background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
	top: 50%;
	color: var(--range-shdw);
	--filler-size: 100rem;
	--filler-offset: 0.5rem;
	box-shadow: 0 0 0 3px var(--range-shdw) inset,
      var(--focus-shadow, 0 0),
      calc(var(--filler-size) * -1 - var(--filler-offset)) 0 0 var(--filler-size);
}
@keyframes rating-pop {

	0% {
		transform: translateY(-0.125em);
	}

	40% {
		transform: translateY(-0.125em);
	}

	100% {
		transform: translateY(0);
	}
}
@keyframes skeleton {

	from {
		background-position: 150%;
	}

	to {
		background-position: -50%;
	}
}
.swap-rotate .swap-on,
.swap-rotate .swap-indeterminate,
.swap-rotate input:indeterminate ~ .swap-on {
	--tw-rotate: 45deg;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.swap-rotate input:checked ~ .swap-off,
.swap-active:where(.swap-rotate) .swap-off,
.swap-rotate input:indeterminate ~ .swap-off {
	--tw-rotate: -45deg;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.swap-rotate input:checked ~ .swap-on,
.swap-active:where(.swap-rotate) .swap-on,
.swap-rotate input:indeterminate ~ .swap-indeterminate {
	--tw-rotate: 0deg;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.swap-flip .swap-on,
.swap-flip .swap-indeterminate,
.swap-flip input:indeterminate ~ .swap-on {
	transform: rotateY(180deg);
	backface-visibility: hidden;
	opacity: 1;
}
.swap-flip input:checked ~ .swap-off,
.swap-active:where(.swap-flip) .swap-off,
.swap-flip input:indeterminate ~ .swap-off {
	transform: rotateY(-180deg);
	backface-visibility: hidden;
	opacity: 1;
}
.swap-flip input:checked ~ .swap-on,
.swap-active:where(.swap-flip) .swap-on,
.swap-flip input:indeterminate ~ .swap-indeterminate {
	transform: rotateY(0deg);
}
.toast > * {
	animation: toast-pop 0.25s ease-out;
}
@keyframes toast-pop {

	0% {
		transform: scale(0.9);
		opacity: 0;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}
[dir="rtl"] .toggle {
	--handleoffsetcalculator: calc(var(--handleoffset) * 1);
}
.toggle:focus-visible {
	outline-style: solid;
	outline-width: 2px;
	outline-offset: 2px;
	outline-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}
.toggle:hover {
	background-color: currentColor;
}
.toggle:checked,
  .toggle[aria-checked="true"] {
	background-image: none;
	--handleoffsetcalculator: var(--handleoffset);
	--tw-text-opacity: 1;
	color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
}
[dir="rtl"] .toggle:checked, [dir="rtl"] .toggle[aria-checked="true"] {
	--handleoffsetcalculator: calc(var(--handleoffset) * -1);
}
.toggle:indeterminate {
	--tw-text-opacity: 1;
	color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
	box-shadow: calc(var(--handleoffset) / 2) 0 0 2px var(--tglbg) inset,
      calc(var(--handleoffset) / -2) 0 0 2px var(--tglbg) inset,
      0 0 0 2px var(--tglbg) inset;
}
[dir="rtl"] .toggle:indeterminate {
	box-shadow: calc(var(--handleoffset) / 2) 0 0 2px var(--tglbg) inset,
        calc(var(--handleoffset) / -2) 0 0 2px var(--tglbg) inset,
        0 0 0 2px var(--tglbg) inset;
}
.toggle:disabled {
	cursor: not-allowed;
	--tw-border-opacity: 1;
	border-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));
	background-color: transparent;
	opacity: 0.3;
	--togglehandleborder: 0 0 0 3px var(--fallback-bc,oklch(var(--bc)/1)) inset,
      var(--handleoffsetcalculator) 0 0 3px var(--fallback-bc,oklch(var(--bc)/1)) inset;
}
.btn-lg {
	height: 4rem;
	min-height: 4rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	font-size: 1.125rem;
}
.btn-square:where(.btn-lg) {
	height: 4rem;
	width: 4rem;
	padding: 0px;
}
.btn-circle:where(.btn-lg) {
	height: 4rem;
	width: 4rem;
	border-radius: 9999px;
	padding: 0px;
}
:where(.toast) {
	bottom: 0px;
	inset-inline-end: 0px;
	inset-inline-start: auto;
	top: auto;
	--tw-translate-x: 0px;
	--tw-translate-y: 0px;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.toast:where(.toast-start) {
	inset-inline-end: auto;
	inset-inline-start: 0px;
	--tw-translate-x: 0px;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.toast:where(.toast-center) {
	inset-inline-end: 50%;
	inset-inline-start: 50%;
	--tw-translate-x: -50%;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
:is([dir="rtl"] .toast:where(.toast-center)) {
	--tw-translate-x: 50%;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.toast:where(.toast-end) {
	inset-inline-end: 0px;
	inset-inline-start: auto;
	--tw-translate-x: 0px;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.toast:where(.toast-bottom) {
	bottom: 0px;
	top: auto;
	--tw-translate-y: 0px;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.toast:where(.toast-middle) {
	bottom: auto;
	top: 50%;
	--tw-translate-y: -50%;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.toast:where(.toast-top) {
	bottom: auto;
	top: 0px;
	--tw-translate-y: 0px;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.fixed {
	position: fixed;
}
.relative {
	position: relative;
}
.inset-0 {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
.bottom-0 {
	bottom: 0px;
}
.left-0 {
	left: 0px;
}
.right-0 {
	right: 0px;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.my-4 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.ml-4 {
	margin-left: 1rem;
}
.mr-4 {
	margin-right: 1rem;
}
.mt-4 {
	margin-top: 1rem;
}
.mt-6 {
	margin-top: 1.5rem;
}
.mt-24 {
	margin-top: 6rem;
}
.mb-8 {
	margin-bottom: 2rem;
}
.mb-4 {
	margin-bottom: 1rem;
}
.mb-2 {
	margin-bottom: 0.5rem;
}
.mt-10 {
	margin-top: 2.5rem;
}
.inline {
	display: inline;
}
.flex {
	display: flex;
}
.\!flex {
	display: flex !important;
}
.hidden {
	display: none;
}
.h-8 {
	height: 2rem;
}
.h-16 {
	height: 4rem;
}
.h-5 {
	height: 1.25rem;
}
.h-1\.5 {
	height: 0.375rem;
}
.h-1 {
	height: 0.25rem;
}
.w-8 {
	width: 2rem;
}
.w-5 {
	width: 1.25rem;
}
.w-12 {
	width: 3rem;
}
.w-full {
	width: 100%;
}
.max-w-md {
	max-width: 28rem;
}
.max-w-lg {
	max-width: 32rem;
}
.flex-1 {
	flex: 1 1 0%;
}
.flex-none {
	flex: none;
}
.flex-shrink-0 {
	flex-shrink: 0;
}
.transform {
	transform: var(--tw-transform);
}
@keyframes spin {

	to {
		transform: rotate(360deg);
	}
}
.animate-spin {
	animation: spin 1s linear infinite;
}
.cursor-pointer {
	cursor: pointer;
}
.flex-col {
	flex-direction: column;
}
.\!flex-col {
	flex-direction: column !important;
}
.items-center {
	align-items: center;
}
.justify-end {
	justify-content: flex-end;
}
.justify-center {
	justify-content: center;
}
.\!justify-center {
	justify-content: center !important;
}
.rounded-xl {
	border-radius: 0.75rem;
}
.rounded-sm {
	border-radius: 0.125rem;
}
.\!rounded-\[21px\] {
	border-radius: 21px !important;
}
.rounded-3xl {
	border-radius: 1.5rem;
}
.rounded-full {
	border-radius: 9999px;
}
.rounded-2xl {
	border-radius: 1rem;
}
.rounded-t-\[10px\] {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.border {
	border-width: 1px;
}
.\!border {
	border-width: 1px !important;
}
.\!border-2 {
	border-width: 2px !important;
}
.border-2 {
	border-width: 2px;
}
.border-4 {
	border-width: 4px;
}
.border-t {
	border-top-width: 1px;
}
.\!border-solid {
	border-style: solid !important;
}
.border-gray-700 {
	--tw-border-opacity: 1;
	border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}
.\!border-white {
	--tw-border-opacity: 1 !important;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}
.border-\[\#78909c\] {
	--tw-border-opacity: 1;
	border-color: rgba(120, 144, 156, var(--tw-border-opacity));
}
.border-gray-600 {
	--tw-border-opacity: 1;
	border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}
.bg-gray-600\/30 {
	background-color: rgba(75, 85, 99, 0.3);
}
.\!bg-\[\#0DBEF1\] {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(13, 190, 241, var(--tw-bg-opacity)) !important;
}
.bg-black\/40 {
	background-color: rgba(0, 0, 0, 0.4);
}
.bg-gray-300\/80 {
	background-color: rgba(209, 213, 219, 0.8);
}
.bg-black {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.fill-current {
	fill: currentColor;
}
.p-0\.5 {
	padding: 0.125rem;
}
.p-0 {
	padding: 0px;
}
.p-4 {
	padding: 1rem;
}
.px-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.\!px-2 {
	padding-left: 0.5rem !important;
	padding-right: 0.5rem !important;
}
.\!py-2 {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}
.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.py-1 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.pl-2 {
	padding-left: 0.5rem;
}
.pr-2 {
	padding-right: 0.5rem;
}
.pt-2 {
	padding-top: 0.5rem;
}
.pt-8 {
	padding-top: 2rem;
}
.text-center {
	text-align: center;
}
.\!text-center {
	text-align: center !important;
}
.font-hfont {
	font-family: CustomFont;
}
.text-4xl {
	font-size: 2.25rem;
	line-height: 2.5rem;
}
.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.\!text-sm {
	font-size: 0.875rem !important;
	line-height: 1.25rem !important;
}
.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}
.font-bold {
	font-weight: 700;
}
.font-light {
	font-weight: 300;
}
.\!font-medium {
	font-weight: 500 !important;
}
.leading-6 {
	line-height: 1.5rem;
}
.text-base-content {
	color: var(--fallback-bc,oklch(var(--bc)/<alpha-value>));
}
.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-black {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.\!text-black {
	--tw-text-opacity: 1 !important;
	color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}
.text-gray-600 {
	--tw-text-opacity: 1;
	color: rgba(75, 85, 99, var(--tw-text-opacity));
}
.opacity-5 {
	opacity: 0.05;
}
.opacity-75 {
	opacity: 0.75;
}
.opacity-50 {
	opacity: 0.5;
}
.transition {
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

* {
	transition-property: background-color, border-color, color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 500ms;
}

.hover\:scale-110:hover {
	--tw-scale-x: 1.1;
	--tw-scale-y: 1.1;
	transform: var(--tw-transform);
}

.active\:scale-90:active {
	--tw-scale-x: .9;
	--tw-scale-y: .9;
	transform: var(--tw-transform);
}

@media (min-width: 640px) {

	.sm\:px-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

@media (min-width: 1024px) {

	.lg\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

