@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');


/* https://fonts.google.com/specimen/Space+Grotesk */
/* https://fonts.google.com/specimen/Roboto?query=roboto */
:root {
	/* =~= Theme Properties =~= */
	--theme-font-family-base: 'Roboto', sans-serif;
	--theme-font-family-heading: 'Space Grotesk', sans-serif;
	--theme-font-color-base: var(--color-primary-900);
	--theme-font-color-dark: var(--color-primary-100);
	--theme-rounded-base: 0px;
	--theme-rounded-container: 0px;
	--theme-border-base: 0px;
	/* =~= Theme On-X Colors =~= */
	--on-primary: 0 0 0;
	--on-secondary: 255 255 255;
	--on-tertiary: 255 255 255;
	--on-success: 0 0 0;
	--on-warning: 0 0 0;
	--on-error: 255 255 255;
	--on-surface: 255 255 255;
	/* =~= Theme Colors  =~= */
	/* primary | #06b6d4 */
	--color-primary-50: 218 244 249; /* ⬅ #daf4f9 */
	--color-primary-100: 205 240 246; /* ⬅ #cdf0f6 */
	--color-primary-200: 193 237 244; /* ⬅ #c1edf4 */
	--color-primary-300: 155 226 238; /* ⬅ #9be2ee */
	--color-primary-400: 81 204 225; /* ⬅ #51cce1 */
	--color-primary-500: 6 182 212; /* ⬅ #06b6d4 */
	--color-primary-600: 5 164 191; /* ⬅ #05a4bf */
	--color-primary-700: 5 137 159; /* ⬅ #05899f */
	--color-primary-800: 4 109 127; /* ⬅ #046d7f */
	--color-primary-900: 3 89 104; /* ⬅ #035968 */
	/* secondary | #3b82f6 */
	--color-secondary-50: 226 236 254; /* ⬅ #e2ecfe */
	--color-secondary-100: 216 230 253; /* ⬅ #d8e6fd */
	--color-secondary-200: 206 224 253; /* ⬅ #cee0fd */
	--color-secondary-300: 177 205 251; /* ⬅ #b1cdfb */
	--color-secondary-400: 118 168 249; /* ⬅ #76a8f9 */
	--color-secondary-500: 59 130 246; /* ⬅ #3b82f6 */
	--color-secondary-600: 53 117 221; /* ⬅ #3575dd */
	--color-secondary-700: 44 98 185; /* ⬅ #2c62b9 */
	--color-secondary-800: 35 78 148; /* ⬅ #234e94 */
	--color-secondary-900: 29 64 121; /* ⬅ #1d4079 */
	/* tertiary | #a855f7 */
	--color-tertiary-50: 242 230 254; /* ⬅ #f2e6fe */
	--color-tertiary-100: 238 221 253; /* ⬅ #eeddfd */
	--color-tertiary-200: 233 213 253; /* ⬅ #e9d5fd */
	--color-tertiary-300: 220 187 252; /* ⬅ #dcbbfc */
	--color-tertiary-400: 194 136 249; /* ⬅ #c288f9 */
	--color-tertiary-500: 168 85 247; /* ⬅ #a855f7 */
	--color-tertiary-600: 151 77 222; /* ⬅ #974dde */
	--color-tertiary-700: 126 64 185; /* ⬅ #7e40b9 */
	--color-tertiary-800: 101 51 148; /* ⬅ #653394 */
	--color-tertiary-900: 82 42 121; /* ⬅ #522a79 */
	/* success | #4ccb15 */
	--color-success-50: 228 247 220; /* ⬅ #e4f7dc */
	--color-success-100: 219 245 208; /* ⬅ #dbf5d0 */
	--color-success-200: 210 242 197; /* ⬅ #d2f2c5 */
	--color-success-300: 183 234 161; /* ⬅ #b7eaa1 */
	--color-success-400: 130 219 91; /* ⬅ #82db5b */
	--color-success-500: 76 203 21; /* ⬅ #4ccb15 */
	--color-success-600: 68 183 19; /* ⬅ #44b713 */
	--color-success-700: 57 152 16; /* ⬅ #399810 */
	--color-success-800: 46 122 13; /* ⬅ #2e7a0d */
	--color-success-900: 37 99 10; /* ⬅ #25630a */
	/* warning | #f4c12a */
	--color-warning-50: 253 246 223; /* ⬅ #fdf6df */
	--color-warning-100: 253 243 212; /* ⬅ #fdf3d4 */
	--color-warning-200: 252 240 202; /* ⬅ #fcf0ca */
	--color-warning-300: 251 230 170; /* ⬅ #fbe6aa */
	--color-warning-400: 247 212 106; /* ⬅ #f7d46a */
	--color-warning-500: 244 193 42; /* ⬅ #f4c12a */
	--color-warning-600: 220 174 38; /* ⬅ #dcae26 */
	--color-warning-700: 183 145 32; /* ⬅ #b79120 */
	--color-warning-800: 146 116 25; /* ⬅ #927419 */
	--color-warning-900: 120 95 21; /* ⬅ #785f15 */
	/* error | #b52c55 */
	--color-error-50: 244 223 230; /* ⬅ #f4dfe6 */
	--color-error-100: 240 213 221; /* ⬅ #f0d5dd */
	--color-error-200: 237 202 213; /* ⬅ #edcad5 */
	--color-error-300: 225 171 187; /* ⬅ #e1abbb */
	--color-error-400: 203 107 136; /* ⬅ #cb6b88 */
	--color-error-500: 181 44 85; /* ⬅ #b52c55 */
	--color-error-600: 163 40 77; /* ⬅ #a3284d */
	--color-error-700: 136 33 64; /* ⬅ #882140 */
	--color-error-800: 109 26 51; /* ⬅ #6d1a33 */
	--color-error-900: 89 22 42; /* ⬅ #59162a */
	/* surface | #64748b */
	--color-surface-50: 232 234 238; /* ⬅ #e8eaee */
	--color-surface-100: 224 227 232; /* ⬅ #e0e3e8 */
	--color-surface-200: 216 220 226; /* ⬅ #d8dce2 */
	--color-surface-300: 193 199 209; /* ⬅ #c1c7d1 */
	--color-surface-400: 147 158 174; /* ⬅ #939eae */
	--color-surface-500: 100 116 139; /* ⬅ #64748b */
	--color-surface-600: 90 104 125; /* ⬅ #5a687d */
	--color-surface-700: 75 87 104; /* ⬅ #4b5768 */
	--color-surface-800: 60 70 83; /* ⬅ #3c4653 */
	--color-surface-900: 49 57 68; /* ⬅ #313944 */
}
[data-theme='rocket'] h1,
[data-theme='rocket'] h2,
[data-theme='rocket'] h3,
[data-theme='rocket'] h4,
[data-theme='rocket'] h5,
[data-theme='rocket'] h6 {
	font-weight: bold;
}
/* Applied to body with `<body data-theme="rocket">` */
/* Generated via: https://heropatterns.com/ */
[data-theme='rocket'] {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 304 304' width='304' height='304'%3E%3Cpath fill='%23d8dce2' fill-opacity='0.3' d='M44.1 224a5 5 0 1 1 0 2H0v-2h44.1zm160 48a5 5 0 1 1 0 2H82v-2h122.1zm57.8-46a5 5 0 1 1 0-2H304v2h-42.1zm0 16a5 5 0 1 1 0-2H304v2h-42.1zm6.2-114a5 5 0 1 1 0 2h-86.2a5 5 0 1 1 0-2h86.2zm-256-48a5 5 0 1 1 0 2H0v-2h12.1zm185.8 34a5 5 0 1 1 0-2h86.2a5 5 0 1 1 0 2h-86.2zM258 12.1a5 5 0 1 1-2 0V0h2v12.1zm-64 208a5 5 0 1 1-2 0v-54.2a5 5 0 1 1 2 0v54.2zm48-198.2V80h62v2h-64V21.9a5 5 0 1 1 2 0zm16 16V64h46v2h-48V37.9a5 5 0 1 1 2 0zm-128 96V208h16v12.1a5 5 0 1 1-2 0V210h-16v-76.1a5 5 0 1 1 2 0zm-5.9-21.9a5 5 0 1 1 0 2H114v48H85.9a5 5 0 1 1 0-2H112v-48h12.1zm-6.2 130a5 5 0 1 1 0-2H176v-74.1a5 5 0 1 1 2 0V242h-60.1zm-16-64a5 5 0 1 1 0-2H114v48h10.1a5 5 0 1 1 0 2H112v-48h-10.1zM66 284.1a5 5 0 1 1-2 0V274H50v30h-2v-32h18v12.1zM236.1 176a5 5 0 1 1 0 2H226v94h48v32h-2v-30h-48v-98h12.1zm25.8-30a5 5 0 1 1 0-2H274v44.1a5 5 0 1 1-2 0V146h-10.1zm-64 96a5 5 0 1 1 0-2H208v-80h16v-14h-42.1a5 5 0 1 1 0-2H226v18h-16v80h-12.1zm86.2-210a5 5 0 1 1 0 2H272V0h2v32h10.1zM98 101.9V146H53.9a5 5 0 1 1 0-2H96v-42.1a5 5 0 1 1 2 0zM53.9 34a5 5 0 1 1 0-2H80V0h2v34H53.9zm60.1 3.9V66H82v64H69.9a5 5 0 1 1 0-2H80V64h32V37.9a5 5 0 1 1 2 0zM101.9 82a5 5 0 1 1 0-2H128V37.9a5 5 0 1 1 2 0V82h-28.1zm16-64a5 5 0 1 1 0-2H146v44.1a5 5 0 1 1-2 0V18h-26.1zm102.2 270a5 5 0 1 1 0 2H98v14h-2v-16h124.1zM242 149.9V160h16v34h-16v62h48v48h-2v-46h-48v-66h16v-30h-16v-12.1a5 5 0 1 1 2 0zM53.9 18a5 5 0 1 1 0-2H64V2H48V0h18v18H53.9zm112 32a5 5 0 1 1 0-2H192V0h50v2h-48v48h-28.1zm-48-48a5 5 0 0 1-9.8-2h2.07a3 3 0 1 0 5.66 0H178v34h-18V21.9a5 5 0 1 1 2 0V32h14V2h-58.1zm0 96a5 5 0 1 1 0-2H137l32-32h39V21.9a5 5 0 1 1 2 0V66h-40.17l-32 32H117.9zm28.1 90.1a5 5 0 1 1-2 0v-76.51L175.59 80H224V21.9a5 5 0 1 1 2 0V82h-49.59L146 112.41v75.69zm16 32a5 5 0 1 1-2 0v-99.51L184.59 96H300.1a5 5 0 0 1 3.9-3.9v2.07a3 3 0 0 0 0 5.66v2.07a5 5 0 0 1-3.9-3.9H185.41L162 121.41v98.69zm-144-64a5 5 0 1 1-2 0v-3.51l48-48V48h32V0h2v50H66v55.41l-48 48v2.69zM50 53.9v43.51l-48 48V208h26.1a5 5 0 1 1 0 2H0v-65.41l48-48V53.9a5 5 0 1 1 2 0zm-16 16V89.41l-34 34v-2.82l32-32V69.9a5 5 0 1 1 2 0zM12.1 32a5 5 0 1 1 0 2H9.41L0 43.41V40.6L8.59 32h3.51zm265.8 18a5 5 0 1 1 0-2h18.69l7.41-7.41v2.82L297.41 50H277.9zm-16 160a5 5 0 1 1 0-2H288v-71.41l16-16v2.82l-14 14V210h-28.1zm-208 32a5 5 0 1 1 0-2H64v-22.59L40.59 194H21.9a5 5 0 1 1 0-2H41.41L66 216.59V242H53.9zm150.2 14a5 5 0 1 1 0 2H96v-56.6L56.6 162H37.9a5 5 0 1 1 0-2h19.5L98 200.6V256h106.1zm-150.2 2a5 5 0 1 1 0-2H80v-46.59L48.59 178H21.9a5 5 0 1 1 0-2H49.41L82 208.59V258H53.9zM34 39.8v1.61L9.41 66H0v-2h8.59L32 40.59V0h2v39.8zM2 300.1a5 5 0 0 1 3.9 3.9H3.83A3 3 0 0 0 0 302.17V256h18v48h-2v-46H2v42.1zM34 241v63h-2v-62H0v-2h34v1zM17 18H0v-2h16V0h2v18h-1zm273-2h14v2h-16V0h2v16zm-32 273v15h-2v-14h-14v14h-2v-16h18v1zM0 92.1A5.02 5.02 0 0 1 6 97a5 5 0 0 1-6 4.9v-2.07a3 3 0 1 0 0-5.66V92.1zM80 272h2v32h-2v-32zm37.9 32h-2.07a3 3 0 0 0-5.66 0h-2.07a5 5 0 0 1 9.8 0zM5.9 0A5.02 5.02 0 0 1 0 5.9V3.83A3 3 0 0 0 3.83 0H5.9zm294.2 0h2.07A3 3 0 0 0 304 3.83V5.9a5 5 0 0 1-3.9-5.9zm3.9 300.1v2.07a3 3 0 0 0-1.83 1.83h-2.07a5 5 0 0 1 3.9-3.9zM97 100a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-48 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 96a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-144a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM49 36a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM33 68a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 240a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm80-176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm112 176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 180a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 84a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'%3E%3C/path%3E%3C/svg%3E");
}
.dark [data-theme='rocket'] {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 304 304' width='304' height='304'%3E%3Cpath fill='%233c4653' fill-opacity='0.2' d='M44.1 224a5 5 0 1 1 0 2H0v-2h44.1zm160 48a5 5 0 1 1 0 2H82v-2h122.1zm57.8-46a5 5 0 1 1 0-2H304v2h-42.1zm0 16a5 5 0 1 1 0-2H304v2h-42.1zm6.2-114a5 5 0 1 1 0 2h-86.2a5 5 0 1 1 0-2h86.2zm-256-48a5 5 0 1 1 0 2H0v-2h12.1zm185.8 34a5 5 0 1 1 0-2h86.2a5 5 0 1 1 0 2h-86.2zM258 12.1a5 5 0 1 1-2 0V0h2v12.1zm-64 208a5 5 0 1 1-2 0v-54.2a5 5 0 1 1 2 0v54.2zm48-198.2V80h62v2h-64V21.9a5 5 0 1 1 2 0zm16 16V64h46v2h-48V37.9a5 5 0 1 1 2 0zm-128 96V208h16v12.1a5 5 0 1 1-2 0V210h-16v-76.1a5 5 0 1 1 2 0zm-5.9-21.9a5 5 0 1 1 0 2H114v48H85.9a5 5 0 1 1 0-2H112v-48h12.1zm-6.2 130a5 5 0 1 1 0-2H176v-74.1a5 5 0 1 1 2 0V242h-60.1zm-16-64a5 5 0 1 1 0-2H114v48h10.1a5 5 0 1 1 0 2H112v-48h-10.1zM66 284.1a5 5 0 1 1-2 0V274H50v30h-2v-32h18v12.1zM236.1 176a5 5 0 1 1 0 2H226v94h48v32h-2v-30h-48v-98h12.1zm25.8-30a5 5 0 1 1 0-2H274v44.1a5 5 0 1 1-2 0V146h-10.1zm-64 96a5 5 0 1 1 0-2H208v-80h16v-14h-42.1a5 5 0 1 1 0-2H226v18h-16v80h-12.1zm86.2-210a5 5 0 1 1 0 2H272V0h2v32h10.1zM98 101.9V146H53.9a5 5 0 1 1 0-2H96v-42.1a5 5 0 1 1 2 0zM53.9 34a5 5 0 1 1 0-2H80V0h2v34H53.9zm60.1 3.9V66H82v64H69.9a5 5 0 1 1 0-2H80V64h32V37.9a5 5 0 1 1 2 0zM101.9 82a5 5 0 1 1 0-2H128V37.9a5 5 0 1 1 2 0V82h-28.1zm16-64a5 5 0 1 1 0-2H146v44.1a5 5 0 1 1-2 0V18h-26.1zm102.2 270a5 5 0 1 1 0 2H98v14h-2v-16h124.1zM242 149.9V160h16v34h-16v62h48v48h-2v-46h-48v-66h16v-30h-16v-12.1a5 5 0 1 1 2 0zM53.9 18a5 5 0 1 1 0-2H64V2H48V0h18v18H53.9zm112 32a5 5 0 1 1 0-2H192V0h50v2h-48v48h-28.1zm-48-48a5 5 0 0 1-9.8-2h2.07a3 3 0 1 0 5.66 0H178v34h-18V21.9a5 5 0 1 1 2 0V32h14V2h-58.1zm0 96a5 5 0 1 1 0-2H137l32-32h39V21.9a5 5 0 1 1 2 0V66h-40.17l-32 32H117.9zm28.1 90.1a5 5 0 1 1-2 0v-76.51L175.59 80H224V21.9a5 5 0 1 1 2 0V82h-49.59L146 112.41v75.69zm16 32a5 5 0 1 1-2 0v-99.51L184.59 96H300.1a5 5 0 0 1 3.9-3.9v2.07a3 3 0 0 0 0 5.66v2.07a5 5 0 0 1-3.9-3.9H185.41L162 121.41v98.69zm-144-64a5 5 0 1 1-2 0v-3.51l48-48V48h32V0h2v50H66v55.41l-48 48v2.69zM50 53.9v43.51l-48 48V208h26.1a5 5 0 1 1 0 2H0v-65.41l48-48V53.9a5 5 0 1 1 2 0zm-16 16V89.41l-34 34v-2.82l32-32V69.9a5 5 0 1 1 2 0zM12.1 32a5 5 0 1 1 0 2H9.41L0 43.41V40.6L8.59 32h3.51zm265.8 18a5 5 0 1 1 0-2h18.69l7.41-7.41v2.82L297.41 50H277.9zm-16 160a5 5 0 1 1 0-2H288v-71.41l16-16v2.82l-14 14V210h-28.1zm-208 32a5 5 0 1 1 0-2H64v-22.59L40.59 194H21.9a5 5 0 1 1 0-2H41.41L66 216.59V242H53.9zm150.2 14a5 5 0 1 1 0 2H96v-56.6L56.6 162H37.9a5 5 0 1 1 0-2h19.5L98 200.6V256h106.1zm-150.2 2a5 5 0 1 1 0-2H80v-46.59L48.59 178H21.9a5 5 0 1 1 0-2H49.41L82 208.59V258H53.9zM34 39.8v1.61L9.41 66H0v-2h8.59L32 40.59V0h2v39.8zM2 300.1a5 5 0 0 1 3.9 3.9H3.83A3 3 0 0 0 0 302.17V256h18v48h-2v-46H2v42.1zM34 241v63h-2v-62H0v-2h34v1zM17 18H0v-2h16V0h2v18h-1zm273-2h14v2h-16V0h2v16zm-32 273v15h-2v-14h-14v14h-2v-16h18v1zM0 92.1A5.02 5.02 0 0 1 6 97a5 5 0 0 1-6 4.9v-2.07a3 3 0 1 0 0-5.66V92.1zM80 272h2v32h-2v-32zm37.9 32h-2.07a3 3 0 0 0-5.66 0h-2.07a5 5 0 0 1 9.8 0zM5.9 0A5.02 5.02 0 0 1 0 5.9V3.83A3 3 0 0 0 3.83 0H5.9zm294.2 0h2.07A3 3 0 0 0 304 3.83V5.9a5 5 0 0 1-3.9-5.9zm3.9 300.1v2.07a3 3 0 0 0-1.83 1.83h-2.07a5 5 0 0 1 3.9-3.9zM97 100a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-48 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 96a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-144a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM49 36a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM33 68a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 240a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm80-176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm112 176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 180a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 84a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'%3E%3C/path%3E%3C/svg%3E");
}
/* Stylesheet: all.css */
/* Import AFTER your theme, but BEFORE your global stylesheet. */
/* NOTE: The order shown below is required */
/* Tailwind Directives */
/* Stylesheet: tailwind.css */
/* 
https://tailwindcss.com/docs/functions-and-directives

IMPORTANT:
Be sure to remove these directives from your global CSS stylesheet.

Tailwind directives should only be included ONCE per project.
These directives should proceed ALL Skeleton stylesheets.
*/
/* ! tailwindcss v3.2.6 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  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"; /* 4 */
  font-feature-settings: normal; /* 5 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
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)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
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;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}
/*
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)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
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 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
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;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}
input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-date-and-time-value {
  min-height: 1.5em;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}
select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}
[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type='checkbox'] {
  border-radius: 0px;
}
[type='radio'] {
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}
[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
/* === Body Styles === */
body {
  background-color: rgb(var(--color-surface-50));
}
.dark body {
  background-color: rgb(var(--color-surface-900));
}
/* === Selection === */
::-moz-selection {
  background-color: rgb(var(--color-primary-500) / 0.3);
}
::selection {
  background-color: rgb(var(--color-primary-500) / 0.3);
}
/* === Focus === */
/* Outline (do not change) */
/* http://www.outlinenone.com/ */
/* Mobile tap highlight */
/* https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-tap-highlight-color */
html {
		-webkit-tap-highlight-color: rgba(128, 128, 128, 0.5);
	}
/* === Scrollbars === */
::-webkit-scrollbar {
  width: 0.5rem;
}
::-webkit-scrollbar-track {
  padding-left: 1px;
  padding-right: 1px;
  background-color: rgb(var(--color-surface-50)) !important;
}
.dark ::-webkit-scrollbar-track {
  background-color: rgb(var(--color-surface-900)) !important;
}
::-webkit-scrollbar-thumb {
  background-color: rgb(var(--color-surface-400));
}
.dark ::-webkit-scrollbar-thumb {
  background-color: rgb(var(--color-surface-500));
}
::-webkit-scrollbar-thumb {
  border-radius: var(--theme-rounded-base);
}
/* Firefox */
/* https://developer.mozilla.org/en-US/docs/Web/CSS/scrollbar-color#browser_compatibility */
html {
		scrollbar-color: rgba(0, 0, 0, 0.2) rgba(255, 255, 255, 0.05);
	}
html.dark {
		scrollbar-color: rgba(255, 255, 255, 0.1) rgba(0, 0, 0, 0.05);
	}
/* Hide Scrollbars */
/* === Horizontal Rules === */
hr:not(.divider) {
  display: block;
  border-top-width: 1px;
  border-style: solid;
  border-color: rgb(var(--color-surface-300));
}
.dark hr:not(.divider) {
  border-color: rgb(var(--color-surface-600));
}
body {
  font-family: var(--theme-font-family-base);
  color: rgba(var(--theme-font-color-base));
}
.dark body {
  color: rgba(var(--theme-font-color-dark));
}
/* === Headings === */
h1:not(.unstyled):is(:not(.prose *)) {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-family: var(--theme-font-family-heading);
}
@media (min-width: 768px) {
  h1:not(.unstyled):is(:not(.prose *)) {
    font-size: 3rem;
    line-height: 1;
  }
}
h2:not(.unstyled):is(:not(.prose *)) {
  font-size: 1.5rem;
  line-height: 2rem;
  font-family: var(--theme-font-family-heading);
}
@media (min-width: 768px) {
  h2:not(.unstyled):is(:not(.prose *)) {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
h3:not(.unstyled):is(:not(.prose *)) {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-family: var(--theme-font-family-heading);
}
@media (min-width: 768px) {
  h3:not(.unstyled):is(:not(.prose *)) {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
h4:not(.unstyled):is(:not(.prose *)) {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-family: var(--theme-font-family-heading);
}
@media (min-width: 768px) {
  h4:not(.unstyled):is(:not(.prose *)) {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
h5:not(.unstyled):is(:not(.prose *)) {
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: var(--theme-font-family-heading);
}
@media (min-width: 768px) {
  h5:not(.unstyled):is(:not(.prose *)) {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
h6:not(.unstyled):is(:not(.prose *)) {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: var(--theme-font-family-heading);
}
@media (min-width: 768px) {
  h6:not(.unstyled):is(:not(.prose *)) {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
/* === Elements === */
p:not(.unstyled):is(:not(.prose *)) {
		/* NOTE: do not hardcode a text color style here. It makes color overrides difficult. */
		font-size: 1rem;
		line-height: 1.5rem;
	}
a:not(.unstyled):is(:not(.prose *)):not(.btn):not(.btn-icon):not(.app-bar a):not(.logo-item):not(a.card):not(.list-nav a) {
  --tw-text-opacity: 1;
  color: rgb(var(--color-primary-700) / var(--tw-text-opacity));
  text-decoration-line: underline;
}
a:not(.unstyled):is(:not(.prose *)):not(.btn):not(.btn-icon):not(.app-bar a):not(.logo-item):not(a.card):not(.list-nav a):hover {
  --tw-brightness: brightness(1.1);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.dark a:not(.unstyled):is(:not(.prose *)):not(.btn):not(.btn-icon):not(.app-bar a):not(.logo-item):not(a.card):not(.list-nav a) {
  --tw-text-opacity: 1;
  color: rgb(var(--color-primary-500) / var(--tw-text-opacity));
}
blockquote:not(.unstyled):is(:not(.prose *)) {
  border-left-width: 8px;
  --tw-border-opacity: 1;
  border-left-color: rgb(var(--color-secondary-500) / var(--tw-border-opacity));
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-style: italic;
  color: rgba(var(--theme-font-color-base));
}
.dark blockquote:not(.unstyled):is(:not(.prose *)) {
  color: rgba(var(--theme-font-color-dark));
}
/* Keyboard */
kbd:not(.unstyled):is(:not(.prose *)) {
  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";
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  border-radius: 0.25rem;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: rgb(var(--color-surface-300));
}
.dark kbd:not(.unstyled):is(:not(.prose *)) {
  background-color: rgb(var(--color-surface-600));
}
kbd:not(.unstyled):is(:not(.prose *)) {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-inset: inset;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-surface-900) / var(--tw-ring-opacity));
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-surface-900) / var(--tw-border-opacity));
}
/* === Code Blocks === */
/* For use outside of Skeleton's CodeBlock component */
pre:not(.unstyled):not(.code-block pre):is(:not(.prose *)) {
  overflow-x: auto;
  white-space: pre-wrap;
  --tw-bg-opacity: 1;
  background-color: rgb(20 21 23 / var(--tw-bg-opacity));
  padding: 1rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-radius: var(--theme-rounded-container);
}
code:not(.unstyled):is(:not(.prose *)):is(:not(pre *)) {
  white-space: nowrap;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(var(--color-primary-700) / var(--tw-text-opacity));
}
.dark code:not(.unstyled):is(:not(.prose *)):is(:not(pre *)) {
  --tw-text-opacity: 1;
  color: rgb(var(--color-primary-400) / var(--tw-text-opacity));
}
code:not(.unstyled):is(:not(.prose *)):is(:not(pre *)) {
  background-color: rgb(var(--color-primary-500) / 0.3);
}
.dark code:not(.unstyled):is(:not(.prose *)):is(:not(pre *)) {
  background-color: rgb(var(--color-primary-500) / 0.2);
}
code:not(.unstyled):is(:not(.prose *)):is(:not(pre *)) {
  border-radius: 0.25rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
/* === Insertions / Deletions  ==== */
/* https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ins */
/* https://developer.mozilla.org/en-US/docs/Web/HTML/Element/del */
ins,
	del {
  position: relative;
  display: block;
  padding: 0.125rem;
  padding-left: 1.25rem;
		text-decoration: none;
}
ins::before,
	del::before {
  position: absolute;
  left: 0.25rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
ins::before {
		content: '+';
	}
del::before {
		content: '−';
	}
ins {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-error-500) / var(--tw-bg-opacity));
  color: rgb(var(--on-error));
}
del {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-success-500) / var(--tw-bg-opacity));
  color: rgb(var(--on-success));
}
/* === Date/Time === */
/* Useful for displaying timestamps */
time:not(.unstyled):is(:not(.prose *)) {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(var(--color-surface-500) / var(--tw-text-opacity));
}
.dark time:not(.unstyled):is(:not(.prose *)) {
  --tw-text-opacity: 1;
  color: rgb(var(--color-surface-400) / var(--tw-text-opacity));
}
/* === Resets === */
fieldset,
	legend,
	label {
  display: block;
}
/* Placeholders */
::-moz-placeholder {
  color: rgb(var(--color-surface-500));
}
.dark ::-moz-placeholder {
  color: rgb(var(--color-surface-400));
}
::-moz-placeholder {
  color: rgb(var(--color-surface-500));
}
::placeholder {
  color: rgb(var(--color-surface-500));
}
.dark ::-moz-placeholder {
  color: rgb(var(--color-surface-400));
}
.dark ::placeholder {
  color: rgb(var(--color-surface-400));
}
/* Date Calendar Picker (Webkit) */
.dark ::-webkit-calendar-picker-indicator {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
/* Progress Bar */
progress {
		webkit-appearance: none;
		-moz-appearance: none;
		-webkit-appearance: none;
		        appearance: none;
		height: 0.5rem;
		width: 100%;
		overflow: hidden;
		border-radius: var(--theme-rounded-base);
		background-color: rgb(var(--color-surface-400));
	}
.dark progress {
  background-color: rgb(var(--color-surface-500));
}
progress::-webkit-progress-bar {
  background-color: rgb(var(--color-surface-400));
}
.dark progress::-webkit-progress-bar {
  background-color: rgb(var(--color-surface-500));
}
progress::-webkit-progress-value {
  background-color: rgb(var(--color-surface-900));
}
.dark progress::-webkit-progress-value {
  background-color: rgb(var(--color-surface-50));
}
::-moz-progress-bar {
  background-color: rgb(var(--color-surface-900));
}
.dark ::-moz-progress-bar {
  background-color: rgb(var(--color-surface-50));
}
:indeterminate::-moz-progress-bar {
		width: 0;
	}
/* Range Input */
/* https://developer.mozilla.org/en-US/docs/Web/CSS/accent-color */
[type='range'] {
  width: 100%;
  accent-color: rgb(var(--color-surface-900) / 1);
}
.dark [type='range'] {
  accent-color: rgb(var(--color-surface-50) / 1);
}
/* === Text Labeling === */
.\!legend {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-family: var(--theme-font-family-heading);
}
@media (min-width: 768px) {
  .\!legend {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.legend {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-family: var(--theme-font-family-heading);
}
@media (min-width: 768px) {
  .legend {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.label > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
/* === Core Styles === */
.input,
	.textarea,
	.select,
	.input-group {
  width: 100%;
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, outline-color, text-decoration-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: 200ms;
		/* Background */
		background-color: rgb(var(--color-surface-200));
}
.dark .input,.dark 
	.textarea,.dark 
	.select,.dark 
	.input-group {
  background-color: rgb(var(--color-surface-700));
}
.input:hover,
	.textarea:hover,
	.select:hover,
	.input-group:hover {
  --tw-brightness: brightness(1.05);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.input:focus,
	.textarea:focus,
	.select:focus,
	.input-group:focus {
  --tw-brightness: brightness(1.05);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.input,
	.textarea,
	.select,
	.input-group {
		/* Ring */
		--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
		--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
		box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
		/* Border */
		border-width: var(--theme-border-base);
		border-color: rgb(var(--color-surface-400));
	}
.dark .input,.dark 
	.textarea,.dark 
	.select,.dark 
	.input-group {
  border-color: rgb(var(--color-surface-500));
}
.input:focus,
	.textarea:focus,
	.select:focus,
	.input-group:focus {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-primary-500) / var(--tw-border-opacity));
}
/* Base Inputs */
.input,
	.input-group {
  border-radius: var(--theme-rounded-base);
}
/* Container Inputs */
.textarea,
	.select {
  border-radius: var(--theme-rounded-container);
}
/* Select (size/multiple) */
.select > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.select {
  padding: 0.5rem;
}
.select[size] {
  background-image: none;
}
.select optgroup > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.select optgroup {
  font-weight: 700;
}
.select optgroup option {
  margin-left: 0px;
  padding-left: 0px;
}
.select optgroup option:first-of-type {
  margin-top: 0.75rem;
}
.select optgroup option:last-child {
  margin-bottom: 0.75rem !important;
}
.select option {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: var(--theme-rounded-base);
}
.select option:checked {
		/* https://stackoverflow.com/questions/50618602/change-color-of-selected-option-in-select-multiple */
		background: rgb(var(--color-surface-900)) linear-gradient(0deg, rgb(var(--color-surface-900)) 0%, rgb(var(--color-surface-900)) 100%);
		color: rgb(var(--color-surface-50));
	}
.dark .select option:checked {
  color: rgb(var(--color-surface-900));
		/* https://stackoverflow.com/questions/50618602/change-color-of-selected-option-in-select-multiple */
		background: rgb(var(--color-surface-50)) linear-gradient(0deg, rgb(var(--color-surface-50)) 0%, rgb(var(--color-surface-50)) 100%);
}
/* Checkbox & Radio */
.checkbox,
	.radio {
  height: 1.25rem;
  width: 1.25rem;
  cursor: pointer;
  border-radius: 0.25rem;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
		/* Background */
		background-color: rgb(var(--color-surface-200));
}
.dark .checkbox,.dark 
	.radio {
  background-color: rgb(var(--color-surface-700));
}
.checkbox:hover,
	.radio:hover {
  --tw-brightness: brightness(1.05);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.checkbox:focus,
	.radio:focus {
  --tw-brightness: brightness(1.05);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.checkbox,
	.radio {
		/* Border */
		border-width: var(--theme-border-base);
		border-color: rgb(var(--color-surface-400));
	}
.dark .checkbox,.dark 
	.radio {
  border-color: rgb(var(--color-surface-500));
}
.checkbox:focus,
	.radio:focus {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-primary-500) / var(--tw-border-opacity));
}
.checkbox:checked,
	.radio:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-primary-500) / var(--tw-bg-opacity));
}
.checkbox:checked:hover,
	.radio:checked:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-primary-500) / var(--tw-bg-opacity));
}
.checkbox:checked:focus,
	.radio:checked:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-primary-500) / var(--tw-bg-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.radio {
  border-radius: var(--theme-rounded-base);
}
/* === Specialized === */
/* File Inputs */
.input[type='file'] {
  padding: 0.25rem;
}
/* Color Picker */
/* https://stackoverflow.com/questions/11167281/webkit-css-to-control-the-box-around-the-color-in-an-inputtype-color */
.input[type='color'] {
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
  overflow: hidden;
  border-style: none;
  border-radius: var(--theme-rounded-base);
		-webkit-appearance: none; /* WebKit Only */
}
.input[type='color']::-webkit-color-swatch-wrapper {
  padding: 0px;
}
.input[type='color']::-webkit-color-swatch {
  border-style: none;
}
.input[type='color']::-webkit-color-swatch:hover {
  --tw-brightness: brightness(1.1);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.input[type='color']::-moz-color-swatch {
  border-style: none;
}
/* === States === */
.input:disabled,
	.textarea:disabled,
	.select:disabled {
  cursor: not-allowed !important;
  opacity: 0.5 !important;
}
.input:disabled:hover,
	.textarea:disabled:hover,
	.select:disabled:hover {
  --tw-brightness: brightness(1) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.input[readonly],
	.textarea[readonly],
	.select[readonly] {
  cursor: not-allowed !important;
  border-width: 0px !important;
}
.input[readonly]:hover,
	.textarea[readonly]:hover,
	.select[readonly]:hover {
  --tw-brightness: brightness(1) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
/* === Input Groups === */
/* === Variants === */
/* success */
/* warning */
/* error */
.input-error {
  --tw-border-opacity: 1 !important;
  border-color: rgb(var(--color-error-500) / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--color-error-200) / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(var(--color-error-500) / var(--tw-text-opacity)) !important;
}
.input-error::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(var(--color-error-500) / var(--tw-text-opacity));
}
.input-error::placeholder {
  --tw-text-opacity: 1;
  color: rgb(var(--color-error-500) / var(--tw-text-opacity));
}
/* === Variants === */
/* Material */
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.alert {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.alert > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.alert {
  padding: 1rem;
}
@media (min-width: 1024px) {
  .alert {
    flex-direction: row;
    align-items: center;
  }
  .alert > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
}
.alert {
		/* Text */
		color: rgb(var(--color-surface-900));
	}
.dark .alert {
  color: rgb(var(--color-surface-50));
}
.alert {
		/* Rounded */
		border-radius: var(--theme-rounded-container);
	}
.badge {
		/* Core */
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}
.badge > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.badge {
  white-space: nowrap;
		/* Text */
		font-size: 0.75rem;
		line-height: 1rem;
		font-weight: 600;
		/* Padding */
		padding-left: 0.5rem;
		padding-right: 0.5rem;
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
		/* Theme: Rounded */
		border-radius: var(--theme-rounded-base);
}
/* === Variants === */
/* Glass */
/* === Auto-Responsive === */
/* === States === */
button:disabled {
  cursor: not-allowed !important;
  opacity: 0.5 !important;
}
button:disabled:hover {
  --tw-brightness: brightness(1);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
button:disabled:active {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
}
/* === Button === */
/* Standard button/anchor tag elements. */
.btn {
		/* Size (match base)  */
		padding-left: 1.25rem;
		padding-right: 1.25rem;
		padding-top: 9px;
		padding-bottom: 9px;
		font-size: 1rem;
		line-height: 1.5rem;
		/* Core */
		white-space: nowrap;
		text-align: center;
		/* Flex Columns */
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}
.btn > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.btn {
		/* States */
	}
.btn:hover {
  --tw-brightness: brightness(1.15);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.btn {
		/* Transitions */
		transition-property: all;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transition-duration: 150ms;
		border-radius: var(--theme-rounded-base);
	}
.btn:active {
  --tw-scale-x: 95%;
  --tw-scale-y: 95%;
  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));
  --tw-brightness: brightness(.9);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
/* Button: Sizes */
/* Note: Default values are built into `.btn` */
.btn-sm {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
/* === Icon Button === */
/* A circular button meant for housing icons. */
.btn-icon {
		/* Extend Base Button Clases */
		/* Size (match base)  */
		padding-left: 1.25rem;
		padding-right: 1.25rem;
		padding-top: 9px;
		padding-bottom: 9px;
		font-size: 1rem;
		line-height: 1.5rem;
		/* Core */
		white-space: nowrap;
		text-align: center;
		/* Flex Columns */
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}
.btn-icon > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.btn-icon {
		/* States */
	}
.btn-icon:hover {
  --tw-brightness: brightness(1.15);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.btn-icon {
		/* Transitions */
		transition-property: all;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transition-duration: 150ms;
		border-radius: var(--theme-rounded-base);
	}
.btn-icon:active {
  --tw-scale-x: 95%;
  --tw-scale-y: 95%;
  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));
  --tw-brightness: brightness(.9);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.btn-icon {
		/* Size (match base) */
		aspect-ratio: 1 / 1;
		width: 43px;
		font-size: 1rem;
		line-height: 1.5rem;
		/* Rounded */
		border-radius: 9999px;
	}
/* Icon Button: Size */
.btn-icon-lg {
  aspect-ratio: 1 / 1;
  width: 53px;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
/* File Input Button */
input[type='file']:not(.file-dropzone-input)::file-selector-button {
		/* Size (match base)  */
		padding-left: 1.25rem;
		padding-right: 1.25rem;
		padding-top: 9px;
		padding-bottom: 9px;
		font-size: 1rem;
		line-height: 1.5rem;
		/* Core */
		white-space: nowrap;
		text-align: center;
		/* Flex Columns */
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}
input[type='file']:not(.file-dropzone-input)::file-selector-button > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
input[type='file']:not(.file-dropzone-input)::file-selector-button {
		/* States */
	}
input[type='file']:not(.file-dropzone-input)::file-selector-button:hover {
  --tw-brightness: brightness(1.15);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
input[type='file']:not(.file-dropzone-input)::file-selector-button {
		/* Transitions */
		transition-property: all;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transition-duration: 150ms;
		border-radius: var(--theme-rounded-base);
	}
input[type='file']:not(.file-dropzone-input)::file-selector-button:active {
  --tw-scale-x: 95%;
  --tw-scale-y: 95%;
  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));
  --tw-brightness: brightness(.9);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
input[type='file']:not(.file-dropzone-input)::file-selector-button {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  background-color: rgb(var(--color-surface-900));
}
.dark input[type='file']:not(.file-dropzone-input)::file-selector-button {
  background-color: rgb(var(--color-surface-50));
}
input[type='file']:not(.file-dropzone-input)::file-selector-button {
  color: rgb(var(--color-surface-50));
}
.dark input[type='file']:not(.file-dropzone-input)::file-selector-button {
  color: rgb(var(--color-surface-900));
}
input[type='file']:not(.file-dropzone-input)::file-selector-button {
  margin-right: 0.5rem;
  border-width: 0px;
}
/* === Button Groups === */
/* Button / Anchors */
/* Set Neutral Divider */
.card {
		/* background */
		background-color: rgb(var(--color-surface-100));
	}
.dark .card {
  background-color: rgb(var(--color-surface-800));
}
.card {
		/* Ring */
		--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
		--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
		box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
		--tw-ring-inset: inset;
		--tw-ring-color: rgb(23 23 23 / 0.05);;
	}
.dark .card {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-inset: inset;
  --tw-ring-color: rgb(250 250 250 / 0.05);
}
.card {
		/* Theme: Rounded */
		border-radius: var(--theme-rounded-container);
	}
/* === Regions === */
.card-header {
  padding: 1rem;
  padding-bottom: 0px;
}
.card-footer {
  padding: 1rem;
  padding-top: 0px;
}
/* === States === */
a.card {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
a.card:hover {
  --tw-brightness: brightness(1.05);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.card-hover {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.card-hover:hover {
  --tw-scale-x: 101%;
  --tw-scale-y: 101%;
  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));
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.chip {
  cursor: pointer;
  white-space: nowrap;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
		/* Text */
		text-align: center;
		font-size: 0.75rem;
		line-height: 1rem;
		/* Rounded */
		border-radius: 0.25rem;
		/* Flex Columns */
		display: inline-flex;
		align-items: center;
		justify-content: center;
}
.chip > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.chip {
		/* States */
	}
.chip:hover {
  --tw-brightness: brightness(1.15);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.chip {
		/* Transitions */
		transition-property: all;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transition-duration: 150ms;
	}
.chip-disabled,
	.chip:disabled {
  cursor: not-allowed !important;
  opacity: 0.5 !important;
}
.chip-disabled:active,
	.chip:disabled:active {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
}
/* === Lists (Parents) === */
.list,
	.list-dl,
	.list-nav ul {
		/* List Style */
		list-style-type: none;
		/* Spacing */
	}
.list > :not([hidden]) ~ :not([hidden]),
	.list-dl > :not([hidden]) ~ :not([hidden]),
	.list-nav ul > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
/* === List Items (Children) === */
.list li {
		/* @apply bg-red-500; */
		display: flex;
		align-items: center;
	}
.list li > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.list li {
  white-space: nowrap;
		/* Padding */
		padding: 0.5rem;
		/* Theme: Rounded */
		border-radius: var(--theme-rounded-base);
}
.list-nav a,
	.list-nav button,
	.list-option {
  display: flex;
  align-items: center;
}
.list-nav a > :not([hidden]) ~ :not([hidden]),
	.list-nav button > :not([hidden]) ~ :not([hidden]),
	.list-option > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.list-nav a,
	.list-nav button,
	.list-option {
  white-space: nowrap;
		/* Padding */
		padding-left: 1rem;
		padding-right: 1rem;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		/* Hover */
}
.list-nav a:hover,
	.list-nav button:hover,
	.list-option:hover {
  background-color: rgb(var(--color-primary-500) / 0.1);
}
.list-nav a,
	.list-nav button,
	.list-option {
		/* Cursor */
		cursor: pointer;
		/* Theme: Rounded */
		border-radius: var(--theme-rounded-base);
	}
/* === Logo Item (Child) === */
/* === States === */
/* === Base === */
.placeholder {
  height: 1.25rem;
  background-color: rgb(var(--color-surface-300));
}
.dark .placeholder {
  background-color: rgb(var(--color-surface-600));
}
.placeholder {
		/* Theme: Rounded */
		border-radius: var(--theme-rounded-base);
	}
/* === Shapes === */
.table-container {
  width: 100%;
  overflow-x: auto;
  border-radius: var(--theme-rounded-container);
}
.table {
  width: 100%;
  table-layout: auto;
  overflow: hidden;
		/* background */
		background-color: rgb(var(--color-surface-100));
}
.dark .table {
  background-color: rgb(var(--color-surface-800));
}
.table {
		/* Theme: Rounded */
		border-radius: var(--theme-rounded-container);
	}
/* === Hover Styles ==== */
.table-interactive tbody tr {
  cursor: pointer;
}
.table-interactive tbody tr:hover:hover {
  background-color: rgb(var(--color-primary-500) / 0.1);
}
.table-interactive tbody tr:hover:nth-child(even):hover {
  background-color: rgb(var(--color-primary-500) / 0.1);
}
/* === Sort Styles ==== */
[data-sort] {
  cursor: pointer;
}
[data-sort]:hover:hover {
  background-color: rgb(var(--color-primary-500) / 0.1);
}
[data-sort] {
		/* Sort Icon - invisible by default */
	}
[data-sort]::after {
  margin-left: 0.5rem !important;
  opacity: 0;
  --tw-content: '↓' !important;
  content: var(--tw-content) !important;
}
.table-sort-asc::after {
  opacity: 0.5;
  --tw-content: '↓' !important;
  content: var(--tw-content) !important;
}
.table-sort-dsc::after {
  opacity: 0.5;
  --tw-content: '↑' !important;
  content: var(--tw-content) !important;
}
/* === Table Head === */
.table thead {
  border-bottom-width: 1px;
  border-color: rgb(var(--color-surface-500) / 0.2);
  background-color: rgb(var(--color-surface-200));
}
.dark .table thead {
  background-color: rgb(var(--color-surface-700));
}
.table thead tr {
  text-align: left;
  text-transform: capitalize;
}
.table thead th {
  padding: 1rem;
  font-weight: 700;
}
/* === Table Body === */
.table tbody tr {
  border-bottom-width: 1px;
  border-color: rgb(var(--color-surface-500) / 0.2);
}
.table tbody tr:nth-child(even) {
  background-color: rgb(var(--color-surface-500) / 0.05);
}
.table tbody td {
  white-space: nowrap;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 768px) {
  .table tbody td {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .table tbody td {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
/* === Table Foot === */
.table tfoot {
  background-color: rgb(var(--color-surface-100));
}
.dark .table tfoot {
  background-color: rgb(var(--color-surface-800));
}
.table tfoot tr {
  text-align: left;
  text-transform: capitalize;
}
.table tfoot th,
	.table tfoot td {
  padding: 1rem;
}
/* === Rows Specific === */
/* === Cells Specific === */
/* Source: https://stackoverflow.com/questions/11267154/fit-cell-width-to-content */
/* === Origins === */
.menu-tl {
  left: 0px;
  margin-top: var(--menu-offset);
  transform-origin: top left;
}
.menu-tr {
  right: 0px;
  margin-top: var(--menu-offset);
  transform-origin: top right;
}
.menu-bl {
  top: 0px;
  left: 0px;
  transform-origin: bottom left;
  --tw-translate-y: calc(calc(100% + var(--menu-offset)) * -1);
  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));
}
.menu-br {
  top: 0px;
  right: 0px;
  transform-origin: bottom right;
  --tw-translate-y: calc(calc(100% + var(--menu-offset)) * -1);
  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));
}
/* Outline -- supports ringed and host variants */
/* ------------------------ */
/* Filled */
.variant-filled {
  background-color: rgb(var(--color-surface-900));
}
.dark .variant-filled {
  background-color: rgb(var(--color-surface-50));
}
.variant-filled {
  color: rgb(var(--color-surface-50));
}
.dark .variant-filled {
  color: rgb(var(--color-surface-900));
}
.variant-filled-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-primary-500) / var(--tw-bg-opacity));
  color: rgb(var(--on-primary));
}
.dark .variant-filled-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-primary-500) / var(--tw-bg-opacity));
  color: rgb(var(--on-primary));
}
.variant-filled-surface {
  background-color: rgb(var(--color-surface-400));
}
.dark .variant-filled-surface {
  background-color: rgb(var(--color-surface-500));
}
.variant-filled-surface {
  color: rgb(var(--on-surface));
}
.dark .variant-filled-surface {
  color: rgb(var(--on-surface));
}
/* Ringed */
/* Ghost */
.variant-ghost,
	.variant-ghost-surface {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-inset: inset;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-surface-500) / var(--tw-ring-opacity));
}
.dark .variant-ghost,.dark 
	.variant-ghost-surface {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-surface-500) / var(--tw-ring-opacity));
}
.variant-ghost,
	.variant-ghost-surface {
  background-color: rgb(var(--color-surface-500) / 0.2);
}
.dark .variant-ghost,.dark 
	.variant-ghost-surface {
  background-color: rgb(var(--color-surface-500) / 0.2);
}
/* Soft */
/* Glass */
.variant-glass,
	.variant-glass-surface {
  background-color: rgb(var(--color-surface-500) / 0.2);
  --tw-backdrop-blur: blur(16px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.dark .variant-glass,.dark 
	.variant-glass-surface {
  background-color: rgb(var(--color-surface-500) / 0.2);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.-right-4 {
  right: -1rem;
}
.-top-4 {
  top: -1rem;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.right-0 {
  right: 0px;
}
.right-4 {
  right: 1rem;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-1\/4 {
  top: 25%;
}
.top-4 {
  top: 1rem;
}
.top-\[35px\] {
  top: 35px;
}
.isolate {
  isolation: isolate;
}
.z-10 {
  z-index: 10;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[-1\] {
  z-index: -1;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[888\] {
  z-index: 888;
}
.z-\[999\] {
  z-index: 999;
}
.float-left {
  float: left;
}
.m-2 {
  margin: 0.5rem;
}
.m-4 {
  margin: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.\!mt-0 {
  margin-top: 0px !important;
}
.-mr-\[18px\] {
  margin-right: -18px;
}
.-mt-\[15px\] {
  margin-top: -15px;
}
.mb-4 {
  margin-bottom: 1rem;
}
.ml-12 {
  margin-left: 3rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-9 {
  margin-left: 2.25rem;
}
.ml-\[5px\] {
  margin-left: 5px;
}
.ml-auto {
  margin-left: auto;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-\[15px\] {
  margin-top: 15px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-0 {
  height: 0px;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-2 {
  height: 0.5rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-64 {
  height: 16rem;
}
.h-8 {
  height: 2rem;
}
.h-\[40\%\] {
  height: 40%;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-\[200px\] {
  max-height: 200px;
}
.max-h-full {
  max-height: 100%;
}
.w-0 {
  width: 0px;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-20 {
  width: 5rem;
}
.w-3 {
  width: 0.75rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-64 {
  width: 16rem;
}
.w-\[100vw\] {
  width: 100vw;
}
.w-\[240px\] {
  width: 240px;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[70px\] {
  width: 70px;
}
.w-\[90\%\] {
  width: 90%;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.min-w-\[150px\] {
  min-width: 150px;
}
.max-w-\[640px\] {
  max-width: 640px;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-prose {
  max-width: 65ch;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-none {
  flex: none;
}
.grow {
  flex-grow: 1;
}
.origin-\[50\%_50\%\] {
  transform-origin: 50% 50%;
}
.-translate-x-1\/2 {
  --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));
}
.-translate-x-4 {
  --tw-translate-x: -1rem;
  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));
}
.-translate-y-1\/2 {
  --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));
}
.-translate-y-3\/4 {
  --tw-translate-y: -75%;
  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));
}
.translate-x-0 {
  --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));
}
.translate-x-full {
  --tw-translate-x: 100%;
  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));
}
.-rotate-90 {
  --tw-rotate: -90deg;
  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));
}
.rotate-180 {
  --tw-rotate: 180deg;
  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));
}
.scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
}
.scale-\[0\.8\] {
  --tw-scale-x: 0.8;
  --tw-scale-y: 0.8;
  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));
}
.transform {
  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));
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-none {
  list-style-type: none;
}
.grid-cols-\[auto_1fr_auto\] {
  grid-template-columns: auto 1fr auto;
}
.grid-cols-fluid {
  grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));
}
.grid-rows-\[auto_1fr_auto\] {
  grid-template-rows: auto 1fr auto;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-content-center {
  place-content: center;
}
.place-items-center {
  place-items: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-0 {
  gap: 0px;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.justify-self-center {
  justify-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.text-clip {
  text-overflow: clip;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.break-all {
  word-break: break-all;
}
.\!rounded-lg {
  border-radius: 0.5rem !important;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.\!border {
  border-width: 1px !important;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-dashed {
  border-style: dashed;
}
.border-surface-500 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-surface-500) / var(--tw-border-opacity));
}
.\!bg-error-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--color-error-500) / var(--tw-bg-opacity)) !important;
}
.\!bg-primary-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--color-primary-500) / var(--tw-bg-opacity)) !important;
}
.\!bg-secondary-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--color-secondary-500) / var(--tw-bg-opacity)) !important;
}
.\!bg-success-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--color-success-500) / var(--tw-bg-opacity)) !important;
}
.\!bg-tertiary-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--color-tertiary-500) / var(--tw-bg-opacity)) !important;
}
.\!bg-warning-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--color-warning-500) / var(--tw-bg-opacity)) !important;
}
.bg-\[\#141517\] {
  --tw-bg-opacity: 1;
  background-color: rgb(20 21 23 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-secondary-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-secondary-500) / var(--tw-bg-opacity));
}
.bg-surface-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-surface-400) / var(--tw-bg-opacity));
}
.bg-surface-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-surface-900) / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-white\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.fill-black {
  fill: #000;
}
.fill-transparent {
  fill: transparent;
}
.fill-white {
  fill: #fff;
}
.stroke-surface-500\/30 {
  stroke: rgb(var(--color-surface-500) / 0.3);
}
.stroke-surface-900 {
  stroke: rgb(var(--color-surface-900) / 1);
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.\!text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.\!font-thin {
  font-weight: 100 !important;
}
.font-bold {
  font-weight: 700;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}
.text-surface-50 {
  --tw-text-opacity: 1;
  color: rgb(var(--color-surface-50) / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}
.decoration-transparent {
  text-decoration-color: transparent;
}
.accent-secondary-500 {
  accent-color: rgb(var(--color-secondary-500) / 1);
}
.\!opacity-100 {
  opacity: 1 !important;
}
.opacity-0 {
  opacity: 0;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-75 {
  opacity: 0.75;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px 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-offset-\[3px\] {
  outline-offset: -3px;
}
.\!ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
.ring-\[1px\] {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-inset {
  --tw-ring-inset: inset;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-\[50px\] {
  --tw-blur: blur(50px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, outline-color, text-decoration-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-\[stroke-dashoffset\] {
  transition-property: stroke-dashoffset;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-100 {
  transition-duration: 100ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-\[100ms\] {
  transition-duration: 100ms;
}
.duration-\[200ms\] {
  transition-duration: 200ms;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.dark .bg-primary-backdrop-token {
  background-color: rgb(var(--color-primary-900) / 0.7);
}
.bg-primary-hover-token:hover {
  background-color: rgb(var(--color-primary-500) / 0.1);
}
.bg-primary-active-token {
  background-color: rgb(var(--color-primary-500)) !important;
  color: rgb(var(--on-primary));
  fill: rgb(var(--on-primary));
}
.dark .bg-primary-50-900-token {
  background-color: rgb(var(--color-primary-900));
}
.dark .bg-primary-100-800-token {
  background-color: rgb(var(--color-primary-800));
}
.dark .bg-primary-200-700-token {
  background-color: rgb(var(--color-primary-700));
}
.dark .bg-primary-300-600-token {
  background-color: rgb(var(--color-primary-600));
}
.dark .bg-primary-400-500-token {
  background-color: rgb(var(--color-primary-500));
}
.dark .bg-primary-900-50-token {
  background-color: rgb(var(--color-primary-50));
}
.dark .bg-primary-800-100-token {
  background-color: rgb(var(--color-primary-100));
}
.dark .bg-primary-700-200-token {
  background-color: rgb(var(--color-primary-200));
}
.dark .bg-primary-600-300-token {
  background-color: rgb(var(--color-primary-300));
}
.dark .bg-primary-500-400-token {
  background-color: rgb(var(--color-primary-400));
}
.dark .bg-secondary-backdrop-token {
  background-color: rgb(var(--color-secondary-900) / 0.7);
}
.dark .bg-secondary-50-900-token {
  background-color: rgb(var(--color-secondary-900));
}
.dark .bg-secondary-100-800-token {
  background-color: rgb(var(--color-secondary-800));
}
.dark .bg-secondary-200-700-token {
  background-color: rgb(var(--color-secondary-700));
}
.dark .bg-secondary-300-600-token {
  background-color: rgb(var(--color-secondary-600));
}
.dark .bg-secondary-400-500-token {
  background-color: rgb(var(--color-secondary-500));
}
.dark .bg-secondary-900-50-token {
  background-color: rgb(var(--color-secondary-50));
}
.dark .bg-secondary-800-100-token {
  background-color: rgb(var(--color-secondary-100));
}
.dark .bg-secondary-700-200-token {
  background-color: rgb(var(--color-secondary-200));
}
.dark .bg-secondary-600-300-token {
  background-color: rgb(var(--color-secondary-300));
}
.dark .bg-secondary-500-400-token {
  background-color: rgb(var(--color-secondary-400));
}
.dark .bg-tertiary-backdrop-token {
  background-color: rgb(var(--color-tertiary-900) / 0.7);
}
.dark .bg-tertiary-50-900-token {
  background-color: rgb(var(--color-tertiary-900));
}
.dark .bg-tertiary-100-800-token {
  background-color: rgb(var(--color-tertiary-800));
}
.dark .bg-tertiary-200-700-token {
  background-color: rgb(var(--color-tertiary-700));
}
.dark .bg-tertiary-300-600-token {
  background-color: rgb(var(--color-tertiary-600));
}
.dark .bg-tertiary-400-500-token {
  background-color: rgb(var(--color-tertiary-500));
}
.dark .bg-tertiary-900-50-token {
  background-color: rgb(var(--color-tertiary-50));
}
.dark .bg-tertiary-800-100-token {
  background-color: rgb(var(--color-tertiary-100));
}
.dark .bg-tertiary-700-200-token {
  background-color: rgb(var(--color-tertiary-200));
}
.dark .bg-tertiary-600-300-token {
  background-color: rgb(var(--color-tertiary-300));
}
.dark .bg-tertiary-500-400-token {
  background-color: rgb(var(--color-tertiary-400));
}
.dark .bg-success-backdrop-token {
  background-color: rgb(var(--color-success-900) / 0.7);
}
.dark .bg-success-50-900-token {
  background-color: rgb(var(--color-success-900));
}
.dark .bg-success-100-800-token {
  background-color: rgb(var(--color-success-800));
}
.dark .bg-success-200-700-token {
  background-color: rgb(var(--color-success-700));
}
.dark .bg-success-300-600-token {
  background-color: rgb(var(--color-success-600));
}
.dark .bg-success-400-500-token {
  background-color: rgb(var(--color-success-500));
}
.dark .bg-success-900-50-token {
  background-color: rgb(var(--color-success-50));
}
.dark .bg-success-800-100-token {
  background-color: rgb(var(--color-success-100));
}
.dark .bg-success-700-200-token {
  background-color: rgb(var(--color-success-200));
}
.dark .bg-success-600-300-token {
  background-color: rgb(var(--color-success-300));
}
.dark .bg-success-500-400-token {
  background-color: rgb(var(--color-success-400));
}
.dark .bg-warning-backdrop-token {
  background-color: rgb(var(--color-warning-900) / 0.7);
}
.dark .bg-warning-50-900-token {
  background-color: rgb(var(--color-warning-900));
}
.dark .bg-warning-100-800-token {
  background-color: rgb(var(--color-warning-800));
}
.dark .bg-warning-200-700-token {
  background-color: rgb(var(--color-warning-700));
}
.dark .bg-warning-300-600-token {
  background-color: rgb(var(--color-warning-600));
}
.dark .bg-warning-400-500-token {
  background-color: rgb(var(--color-warning-500));
}
.dark .bg-warning-900-50-token {
  background-color: rgb(var(--color-warning-50));
}
.dark .bg-warning-800-100-token {
  background-color: rgb(var(--color-warning-100));
}
.dark .bg-warning-700-200-token {
  background-color: rgb(var(--color-warning-200));
}
.dark .bg-warning-600-300-token {
  background-color: rgb(var(--color-warning-300));
}
.dark .bg-warning-500-400-token {
  background-color: rgb(var(--color-warning-400));
}
.dark .bg-error-backdrop-token {
  background-color: rgb(var(--color-error-900) / 0.7);
}
.dark .bg-error-50-900-token {
  background-color: rgb(var(--color-error-900));
}
.dark .bg-error-100-800-token {
  background-color: rgb(var(--color-error-800));
}
.dark .bg-error-200-700-token {
  background-color: rgb(var(--color-error-700));
}
.dark .bg-error-300-600-token {
  background-color: rgb(var(--color-error-600));
}
.dark .bg-error-400-500-token {
  background-color: rgb(var(--color-error-500));
}
.dark .bg-error-900-50-token {
  background-color: rgb(var(--color-error-50));
}
.dark .bg-error-800-100-token {
  background-color: rgb(var(--color-error-100));
}
.dark .bg-error-700-200-token {
  background-color: rgb(var(--color-error-200));
}
.dark .bg-error-600-300-token {
  background-color: rgb(var(--color-error-300));
}
.dark .bg-error-500-400-token {
  background-color: rgb(var(--color-error-400));
}
.bg-surface-backdrop-token {
  background-color: rgb(var(--color-surface-400) / 0.7);
}
.dark .bg-surface-backdrop-token {
  background-color: rgb(var(--color-surface-900) / 0.7);
}
.dark .bg-surface-50-900-token {
  background-color: rgb(var(--color-surface-900));
}
.bg-surface-100-800-token {
  background-color: rgb(var(--color-surface-100));
}
.dark .bg-surface-100-800-token {
  background-color: rgb(var(--color-surface-800));
}
.bg-surface-200-700-token {
  background-color: rgb(var(--color-surface-200));
}
.dark .bg-surface-200-700-token {
  background-color: rgb(var(--color-surface-700));
}
.dark .bg-surface-300-600-token {
  background-color: rgb(var(--color-surface-600));
}
.bg-surface-400-500-token {
  background-color: rgb(var(--color-surface-400));
}
.dark .bg-surface-400-500-token {
  background-color: rgb(var(--color-surface-500));
}
.bg-surface-900-50-token {
  background-color: rgb(var(--color-surface-900));
}
.dark .bg-surface-900-50-token {
  background-color: rgb(var(--color-surface-50));
}
.dark .bg-surface-800-100-token {
  background-color: rgb(var(--color-surface-100));
}
.dark .bg-surface-700-200-token {
  background-color: rgb(var(--color-surface-200));
}
.dark .bg-surface-600-300-token {
  background-color: rgb(var(--color-surface-300));
}
.dark .bg-surface-500-400-token {
  background-color: rgb(var(--color-surface-400));
}
.border-token {
  border-width: var(--theme-border-base);
}
.dark .border-primary-50-900-token {
  border-color: rgb(var(--color-primary-900));
}
.dark .border-primary-100-800-token {
  border-color: rgb(var(--color-primary-800));
}
.dark .border-primary-200-700-token {
  border-color: rgb(var(--color-primary-700));
}
.dark .border-primary-300-600-token {
  border-color: rgb(var(--color-primary-600));
}
.dark .border-primary-400-500-token {
  border-color: rgb(var(--color-primary-500));
}
.dark .border-primary-900-50-token {
  border-color: rgb(var(--color-primary-50));
}
.dark .border-primary-800-100-token {
  border-color: rgb(var(--color-primary-100));
}
.dark .border-primary-700-200-token {
  border-color: rgb(var(--color-primary-200));
}
.dark .border-primary-600-300-token {
  border-color: rgb(var(--color-primary-300));
}
.dark .border-primary-500-400-token {
  border-color: rgb(var(--color-primary-400));
}
.dark .border-secondary-50-900-token {
  border-color: rgb(var(--color-secondary-900));
}
.dark .border-secondary-100-800-token {
  border-color: rgb(var(--color-secondary-800));
}
.dark .border-secondary-200-700-token {
  border-color: rgb(var(--color-secondary-700));
}
.dark .border-secondary-300-600-token {
  border-color: rgb(var(--color-secondary-600));
}
.dark .border-secondary-400-500-token {
  border-color: rgb(var(--color-secondary-500));
}
.dark .border-secondary-900-50-token {
  border-color: rgb(var(--color-secondary-50));
}
.dark .border-secondary-800-100-token {
  border-color: rgb(var(--color-secondary-100));
}
.dark .border-secondary-700-200-token {
  border-color: rgb(var(--color-secondary-200));
}
.dark .border-secondary-600-300-token {
  border-color: rgb(var(--color-secondary-300));
}
.dark .border-secondary-500-400-token {
  border-color: rgb(var(--color-secondary-400));
}
.dark .border-tertiary-50-900-token {
  border-color: rgb(var(--color-tertiary-900));
}
.dark .border-tertiary-100-800-token {
  border-color: rgb(var(--color-tertiary-800));
}
.dark .border-tertiary-200-700-token {
  border-color: rgb(var(--color-tertiary-700));
}
.dark .border-tertiary-300-600-token {
  border-color: rgb(var(--color-tertiary-600));
}
.dark .border-tertiary-400-500-token {
  border-color: rgb(var(--color-tertiary-500));
}
.dark .border-tertiary-900-50-token {
  border-color: rgb(var(--color-tertiary-50));
}
.dark .border-tertiary-800-100-token {
  border-color: rgb(var(--color-tertiary-100));
}
.dark .border-tertiary-700-200-token {
  border-color: rgb(var(--color-tertiary-200));
}
.dark .border-tertiary-600-300-token {
  border-color: rgb(var(--color-tertiary-300));
}
.dark .border-tertiary-500-400-token {
  border-color: rgb(var(--color-tertiary-400));
}
.dark .border-success-50-900-token {
  border-color: rgb(var(--color-success-900));
}
.dark .border-success-100-800-token {
  border-color: rgb(var(--color-success-800));
}
.dark .border-success-200-700-token {
  border-color: rgb(var(--color-success-700));
}
.dark .border-success-300-600-token {
  border-color: rgb(var(--color-success-600));
}
.dark .border-success-400-500-token {
  border-color: rgb(var(--color-success-500));
}
.dark .border-success-900-50-token {
  border-color: rgb(var(--color-success-50));
}
.dark .border-success-800-100-token {
  border-color: rgb(var(--color-success-100));
}
.dark .border-success-700-200-token {
  border-color: rgb(var(--color-success-200));
}
.dark .border-success-600-300-token {
  border-color: rgb(var(--color-success-300));
}
.dark .border-success-500-400-token {
  border-color: rgb(var(--color-success-400));
}
.dark .border-warning-50-900-token {
  border-color: rgb(var(--color-warning-900));
}
.dark .border-warning-100-800-token {
  border-color: rgb(var(--color-warning-800));
}
.dark .border-warning-200-700-token {
  border-color: rgb(var(--color-warning-700));
}
.dark .border-warning-300-600-token {
  border-color: rgb(var(--color-warning-600));
}
.dark .border-warning-400-500-token {
  border-color: rgb(var(--color-warning-500));
}
.dark .border-warning-900-50-token {
  border-color: rgb(var(--color-warning-50));
}
.dark .border-warning-800-100-token {
  border-color: rgb(var(--color-warning-100));
}
.dark .border-warning-700-200-token {
  border-color: rgb(var(--color-warning-200));
}
.dark .border-warning-600-300-token {
  border-color: rgb(var(--color-warning-300));
}
.dark .border-warning-500-400-token {
  border-color: rgb(var(--color-warning-400));
}
.dark .border-error-50-900-token {
  border-color: rgb(var(--color-error-900));
}
.dark .border-error-100-800-token {
  border-color: rgb(var(--color-error-800));
}
.dark .border-error-200-700-token {
  border-color: rgb(var(--color-error-700));
}
.dark .border-error-300-600-token {
  border-color: rgb(var(--color-error-600));
}
.dark .border-error-400-500-token {
  border-color: rgb(var(--color-error-500));
}
.dark .border-error-900-50-token {
  border-color: rgb(var(--color-error-50));
}
.dark .border-error-800-100-token {
  border-color: rgb(var(--color-error-100));
}
.dark .border-error-700-200-token {
  border-color: rgb(var(--color-error-200));
}
.dark .border-error-600-300-token {
  border-color: rgb(var(--color-error-300));
}
.dark .border-error-500-400-token {
  border-color: rgb(var(--color-error-400));
}
.dark .border-surface-50-900-token {
  border-color: rgb(var(--color-surface-900));
}
.dark .border-surface-100-800-token {
  border-color: rgb(var(--color-surface-800));
}
.dark .border-surface-200-700-token {
  border-color: rgb(var(--color-surface-700));
}
.dark .border-surface-300-600-token {
  border-color: rgb(var(--color-surface-600));
}
.border-surface-400-500-token {
  border-color: rgb(var(--color-surface-400));
}
.dark .border-surface-400-500-token {
  border-color: rgb(var(--color-surface-500));
}
.border-surface-900-50-token {
  border-color: rgb(var(--color-surface-900));
}
.dark .border-surface-900-50-token {
  border-color: rgb(var(--color-surface-50));
}
.dark .border-surface-800-100-token {
  border-color: rgb(var(--color-surface-100));
}
.dark .border-surface-700-200-token {
  border-color: rgb(var(--color-surface-200));
}
.dark .border-surface-600-300-token {
  border-color: rgb(var(--color-surface-300));
}
.dark .border-surface-500-400-token {
  border-color: rgb(var(--color-surface-400));
}
.rounded-token {
  border-radius: var(--theme-rounded-base);
}
.rounded-container-token {
  border-radius: var(--theme-rounded-container);
}
.rounded-tl-container-token {
  border-top-left-radius: var(--theme-rounded-container);
}
.rounded-tr-container-token {
  border-top-right-radius: var(--theme-rounded-container);
}
.fill-token {
  fill: rgba(var(--theme-font-color-base));
}
.dark .fill-token {
  fill: rgba(var(--theme-font-color-dark));
}
.\!text-base-token {
  color: rgba(var(--theme-font-color-base)) !important;
}
.text-token {
  color: rgba(var(--theme-font-color-base));
}
.dark .text-token {
  color: rgba(var(--theme-font-color-dark));
}
.\!text-on-primary-token {
  color: rgb(var(--on-primary)) !important;
}
.text-on-primary-token {
  color: rgb(var(--on-primary));
}
.dark .text-primary-50-900-token {
  color: rgb(var(--color-primary-900));
}
.dark .text-primary-100-800-token {
  color: rgb(var(--color-primary-800));
}
.dark .text-primary-200-700-token {
  color: rgb(var(--color-primary-700));
}
.dark .text-primary-300-600-token {
  color: rgb(var(--color-primary-600));
}
.dark .text-primary-400-500-token {
  color: rgb(var(--color-primary-500));
}
.dark .text-primary-900-50-token {
  color: rgb(var(--color-primary-50));
}
.dark .text-primary-800-100-token {
  color: rgb(var(--color-primary-100));
}
.dark .text-primary-700-200-token {
  color: rgb(var(--color-primary-200));
}
.dark .text-primary-600-300-token {
  color: rgb(var(--color-primary-300));
}
.dark .text-primary-500-400-token {
  color: rgb(var(--color-primary-400));
}
.text-on-secondary-token {
  color: rgb(var(--on-secondary));
}
.dark .text-secondary-50-900-token {
  color: rgb(var(--color-secondary-900));
}
.dark .text-secondary-100-800-token {
  color: rgb(var(--color-secondary-800));
}
.dark .text-secondary-200-700-token {
  color: rgb(var(--color-secondary-700));
}
.dark .text-secondary-300-600-token {
  color: rgb(var(--color-secondary-600));
}
.dark .text-secondary-400-500-token {
  color: rgb(var(--color-secondary-500));
}
.dark .text-secondary-900-50-token {
  color: rgb(var(--color-secondary-50));
}
.dark .text-secondary-800-100-token {
  color: rgb(var(--color-secondary-100));
}
.dark .text-secondary-700-200-token {
  color: rgb(var(--color-secondary-200));
}
.dark .text-secondary-600-300-token {
  color: rgb(var(--color-secondary-300));
}
.dark .text-secondary-500-400-token {
  color: rgb(var(--color-secondary-400));
}
.text-on-tertiary-token {
  color: rgb(var(--on-tertiary));
}
.dark .text-tertiary-50-900-token {
  color: rgb(var(--color-tertiary-900));
}
.dark .text-tertiary-100-800-token {
  color: rgb(var(--color-tertiary-800));
}
.dark .text-tertiary-200-700-token {
  color: rgb(var(--color-tertiary-700));
}
.dark .text-tertiary-300-600-token {
  color: rgb(var(--color-tertiary-600));
}
.dark .text-tertiary-400-500-token {
  color: rgb(var(--color-tertiary-500));
}
.dark .text-tertiary-900-50-token {
  color: rgb(var(--color-tertiary-50));
}
.dark .text-tertiary-800-100-token {
  color: rgb(var(--color-tertiary-100));
}
.dark .text-tertiary-700-200-token {
  color: rgb(var(--color-tertiary-200));
}
.dark .text-tertiary-600-300-token {
  color: rgb(var(--color-tertiary-300));
}
.dark .text-tertiary-500-400-token {
  color: rgb(var(--color-tertiary-400));
}
.text-on-success-token {
  color: rgb(var(--on-success));
}
.dark .text-success-50-900-token {
  color: rgb(var(--color-success-900));
}
.dark .text-success-100-800-token {
  color: rgb(var(--color-success-800));
}
.dark .text-success-200-700-token {
  color: rgb(var(--color-success-700));
}
.dark .text-success-300-600-token {
  color: rgb(var(--color-success-600));
}
.dark .text-success-400-500-token {
  color: rgb(var(--color-success-500));
}
.dark .text-success-900-50-token {
  color: rgb(var(--color-success-50));
}
.dark .text-success-800-100-token {
  color: rgb(var(--color-success-100));
}
.dark .text-success-700-200-token {
  color: rgb(var(--color-success-200));
}
.dark .text-success-600-300-token {
  color: rgb(var(--color-success-300));
}
.dark .text-success-500-400-token {
  color: rgb(var(--color-success-400));
}
.text-on-warning-token {
  color: rgb(var(--on-warning));
}
.dark .text-warning-50-900-token {
  color: rgb(var(--color-warning-900));
}
.dark .text-warning-100-800-token {
  color: rgb(var(--color-warning-800));
}
.dark .text-warning-200-700-token {
  color: rgb(var(--color-warning-700));
}
.dark .text-warning-300-600-token {
  color: rgb(var(--color-warning-600));
}
.dark .text-warning-400-500-token {
  color: rgb(var(--color-warning-500));
}
.dark .text-warning-900-50-token {
  color: rgb(var(--color-warning-50));
}
.dark .text-warning-800-100-token {
  color: rgb(var(--color-warning-100));
}
.dark .text-warning-700-200-token {
  color: rgb(var(--color-warning-200));
}
.dark .text-warning-600-300-token {
  color: rgb(var(--color-warning-300));
}
.dark .text-warning-500-400-token {
  color: rgb(var(--color-warning-400));
}
.text-on-error-token {
  color: rgb(var(--on-error));
}
.dark .text-error-50-900-token {
  color: rgb(var(--color-error-900));
}
.dark .text-error-100-800-token {
  color: rgb(var(--color-error-800));
}
.dark .text-error-200-700-token {
  color: rgb(var(--color-error-700));
}
.dark .text-error-300-600-token {
  color: rgb(var(--color-error-600));
}
.dark .text-error-400-500-token {
  color: rgb(var(--color-error-500));
}
.dark .text-error-900-50-token {
  color: rgb(var(--color-error-50));
}
.dark .text-error-800-100-token {
  color: rgb(var(--color-error-100));
}
.dark .text-error-700-200-token {
  color: rgb(var(--color-error-200));
}
.dark .text-error-600-300-token {
  color: rgb(var(--color-error-300));
}
.dark .text-error-500-400-token {
  color: rgb(var(--color-error-400));
}
.dark .text-surface-50-900-token {
  color: rgb(var(--color-surface-900));
}
.dark .text-surface-100-800-token {
  color: rgb(var(--color-surface-800));
}
.dark .text-surface-200-700-token {
  color: rgb(var(--color-surface-700));
}
.dark .text-surface-300-600-token {
  color: rgb(var(--color-surface-600));
}
.dark .text-surface-400-500-token {
  color: rgb(var(--color-surface-500));
}
.dark .text-surface-900-50-token {
  color: rgb(var(--color-surface-50));
}
.dark .text-surface-800-100-token {
  color: rgb(var(--color-surface-100));
}
.dark .text-surface-700-200-token {
  color: rgb(var(--color-surface-200));
}
.text-surface-600-300-token {
  color: rgb(var(--color-surface-600));
}
.dark .text-surface-600-300-token {
  color: rgb(var(--color-surface-300));
}
.dark .text-surface-500-400-token {
  color: rgb(var(--color-surface-400));
}
.dark .ring-outline-token {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-inset: inset;
  --tw-ring-color: rgb(250 250 250 / 0.05);
}
.dark .ring-primary-50-900-token {
  --tw-ring-color: rgb(var(--color-primary-900) / 1);
}
.dark .ring-primary-100-800-token {
  --tw-ring-color: rgb(var(--color-primary-800) / 1);
}
.dark .ring-primary-200-700-token {
  --tw-ring-color: rgb(var(--color-primary-700) / 1);
}
.dark .ring-primary-300-600-token {
  --tw-ring-color: rgb(var(--color-primary-600) / 1);
}
.dark .ring-primary-400-500-token {
  --tw-ring-color: rgb(var(--color-primary-500) / 1);
}
.dark .ring-primary-900-50-token {
  --tw-ring-color: rgb(var(--color-primary-50) / 1);
}
.dark .ring-primary-800-100-token {
  --tw-ring-color: rgb(var(--color-primary-100) / 1);
}
.dark .ring-primary-700-200-token {
  --tw-ring-color: rgb(var(--color-primary-200) / 1);
}
.dark .ring-primary-600-300-token {
  --tw-ring-color: rgb(var(--color-primary-300) / 1);
}
.dark .ring-primary-500-400-token {
  --tw-ring-color: rgb(var(--color-primary-400) / 1);
}
.dark .ring-secondary-50-900-token {
  --tw-ring-color: rgb(var(--color-secondary-900) / 1);
}
.dark .ring-secondary-100-800-token {
  --tw-ring-color: rgb(var(--color-secondary-800) / 1);
}
.dark .ring-secondary-200-700-token {
  --tw-ring-color: rgb(var(--color-secondary-700) / 1);
}
.dark .ring-secondary-300-600-token {
  --tw-ring-color: rgb(var(--color-secondary-600) / 1);
}
.dark .ring-secondary-400-500-token {
  --tw-ring-color: rgb(var(--color-secondary-500) / 1);
}
.dark .ring-secondary-900-50-token {
  --tw-ring-color: rgb(var(--color-secondary-50) / 1);
}
.dark .ring-secondary-800-100-token {
  --tw-ring-color: rgb(var(--color-secondary-100) / 1);
}
.dark .ring-secondary-700-200-token {
  --tw-ring-color: rgb(var(--color-secondary-200) / 1);
}
.dark .ring-secondary-600-300-token {
  --tw-ring-color: rgb(var(--color-secondary-300) / 1);
}
.dark .ring-secondary-500-400-token {
  --tw-ring-color: rgb(var(--color-secondary-400) / 1);
}
.dark .ring-tertiary-50-900-token {
  --tw-ring-color: rgb(var(--color-tertiary-900) / 1);
}
.dark .ring-tertiary-100-800-token {
  --tw-ring-color: rgb(var(--color-tertiary-800) / 1);
}
.dark .ring-tertiary-200-700-token {
  --tw-ring-color: rgb(var(--color-tertiary-700) / 1);
}
.dark .ring-tertiary-300-600-token {
  --tw-ring-color: rgb(var(--color-tertiary-600) / 1);
}
.dark .ring-tertiary-400-500-token {
  --tw-ring-color: rgb(var(--color-tertiary-500) / 1);
}
.dark .ring-tertiary-900-50-token {
  --tw-ring-color: rgb(var(--color-tertiary-50) / 1);
}
.dark .ring-tertiary-800-100-token {
  --tw-ring-color: rgb(var(--color-tertiary-100) / 1);
}
.dark .ring-tertiary-700-200-token {
  --tw-ring-color: rgb(var(--color-tertiary-200) / 1);
}
.dark .ring-tertiary-600-300-token {
  --tw-ring-color: rgb(var(--color-tertiary-300) / 1);
}
.dark .ring-tertiary-500-400-token {
  --tw-ring-color: rgb(var(--color-tertiary-400) / 1);
}
.dark .ring-success-50-900-token {
  --tw-ring-color: rgb(var(--color-success-900) / 1);
}
.dark .ring-success-100-800-token {
  --tw-ring-color: rgb(var(--color-success-800) / 1);
}
.dark .ring-success-200-700-token {
  --tw-ring-color: rgb(var(--color-success-700) / 1);
}
.dark .ring-success-300-600-token {
  --tw-ring-color: rgb(var(--color-success-600) / 1);
}
.dark .ring-success-400-500-token {
  --tw-ring-color: rgb(var(--color-success-500) / 1);
}
.dark .ring-success-900-50-token {
  --tw-ring-color: rgb(var(--color-success-50) / 1);
}
.dark .ring-success-800-100-token {
  --tw-ring-color: rgb(var(--color-success-100) / 1);
}
.dark .ring-success-700-200-token {
  --tw-ring-color: rgb(var(--color-success-200) / 1);
}
.dark .ring-success-600-300-token {
  --tw-ring-color: rgb(var(--color-success-300) / 1);
}
.dark .ring-success-500-400-token {
  --tw-ring-color: rgb(var(--color-success-400) / 1);
}
.dark .ring-warning-50-900-token {
  --tw-ring-color: rgb(var(--color-warning-900) / 1);
}
.dark .ring-warning-100-800-token {
  --tw-ring-color: rgb(var(--color-warning-800) / 1);
}
.dark .ring-warning-200-700-token {
  --tw-ring-color: rgb(var(--color-warning-700) / 1);
}
.dark .ring-warning-300-600-token {
  --tw-ring-color: rgb(var(--color-warning-600) / 1);
}
.dark .ring-warning-400-500-token {
  --tw-ring-color: rgb(var(--color-warning-500) / 1);
}
.dark .ring-warning-900-50-token {
  --tw-ring-color: rgb(var(--color-warning-50) / 1);
}
.dark .ring-warning-800-100-token {
  --tw-ring-color: rgb(var(--color-warning-100) / 1);
}
.dark .ring-warning-700-200-token {
  --tw-ring-color: rgb(var(--color-warning-200) / 1);
}
.dark .ring-warning-600-300-token {
  --tw-ring-color: rgb(var(--color-warning-300) / 1);
}
.dark .ring-warning-500-400-token {
  --tw-ring-color: rgb(var(--color-warning-400) / 1);
}
.dark .ring-error-50-900-token {
  --tw-ring-color: rgb(var(--color-error-900) / 1);
}
.dark .ring-error-100-800-token {
  --tw-ring-color: rgb(var(--color-error-800) / 1);
}
.dark .ring-error-200-700-token {
  --tw-ring-color: rgb(var(--color-error-700) / 1);
}
.dark .ring-error-300-600-token {
  --tw-ring-color: rgb(var(--color-error-600) / 1);
}
.dark .ring-error-400-500-token {
  --tw-ring-color: rgb(var(--color-error-500) / 1);
}
.dark .ring-error-900-50-token {
  --tw-ring-color: rgb(var(--color-error-50) / 1);
}
.dark .ring-error-800-100-token {
  --tw-ring-color: rgb(var(--color-error-100) / 1);
}
.dark .ring-error-700-200-token {
  --tw-ring-color: rgb(var(--color-error-200) / 1);
}
.dark .ring-error-600-300-token {
  --tw-ring-color: rgb(var(--color-error-300) / 1);
}
.dark .ring-error-500-400-token {
  --tw-ring-color: rgb(var(--color-error-400) / 1);
}
.dark .ring-surface-50-900-token {
  --tw-ring-color: rgb(var(--color-surface-900) / 1);
}
.dark .ring-surface-100-800-token {
  --tw-ring-color: rgb(var(--color-surface-800) / 1);
}
.dark .ring-surface-200-700-token {
  --tw-ring-color: rgb(var(--color-surface-700) / 1);
}
.ring-surface-300-600-token {
  --tw-ring-color: rgb(var(--color-surface-300) / 1);
}
.dark .ring-surface-300-600-token {
  --tw-ring-color: rgb(var(--color-surface-600) / 1);
}
.dark .ring-surface-400-500-token {
  --tw-ring-color: rgb(var(--color-surface-500) / 1);
}
.dark .ring-surface-900-50-token {
  --tw-ring-color: rgb(var(--color-surface-50) / 1);
}
.dark .ring-surface-800-100-token {
  --tw-ring-color: rgb(var(--color-surface-100) / 1);
}
.dark .ring-surface-700-200-token {
  --tw-ring-color: rgb(var(--color-surface-200) / 1);
}
.dark .ring-surface-600-300-token {
  --tw-ring-color: rgb(var(--color-surface-300) / 1);
}
.dark .ring-surface-500-400-token {
  --tw-ring-color: rgb(var(--color-surface-400) / 1);
}
.hover\:variant-soft:hover {
  background-color: rgb(var(--color-surface-400) / 0.2);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  color: rgb(var(--color-surface-700));
}
.dark .hover\:variant-soft:hover {
  color: rgb(var(--color-surface-200));
  background-color: rgb(var(--color-surface-500) / 0.2);
}
.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}
.hover\:brightness-\[105\%\]:hover {
  --tw-brightness: brightness(105%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.hover\:bg-primary-hover-token:hover:hover {
  background-color: rgb(var(--color-primary-500) / 0.1);
}
.disabled\:\!opacity-0:disabled {
  opacity: 0 !important;
}
.dark .dark\:border-transparent {
  border-color: transparent;
}
.dark .dark\:bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.dark .dark\:bg-surface-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-surface-300) / var(--tw-bg-opacity));
}
.dark .dark\:bg-surface-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-surface-700) / var(--tw-bg-opacity));
}
.dark .dark\:fill-black {
  fill: #000;
}
.dark .dark\:stroke-surface-50 {
  stroke: rgb(var(--color-surface-50) / 1);
}
.dark .dark\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.dark .dark\:\!text-dark-token {
  color: rgba(var(--theme-font-color-dark)) !important;
}
.dark .dark\:hover\:brightness-110:hover {
  --tw-brightness: brightness(1.1);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
@media (min-width: 640px) {
  .sm\:w-20 {
    width: 5rem;
  }
}
@media (min-width: 768px) {
  .md\:block {
    display: block;
  }
  .md\:hidden {
    display: none;
  }
  .md\:w-80 {
    width: 20rem;
  }
  .md\:w-auto {
    width: auto;
  }
  .md\:max-w-md {
    max-width: 28rem;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:justify-center {
    justify-content: center;
  }
  .md\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
}
/* Global Styles */
/* Stylesheet: core.css */
/* Typographical Settings */
/* Stylesheet: typography.css */
/* Imports all Tailwind Elements */
/* Stylesheet: elements.css */
/* Import AFTER your theme, but BEFORE your global stylesheet. */
/* Recommended as the LAST stylesheet in the set */
/* Tailwind Elements: alerts.css */
/* Tailwind Elements: badges.css */
/* Tailwind Elements: breadcrumbs.css */
/* Tailwind Elements: button.css */
/* Tailwind Elements: cards.css */
/* Tailwind Elements: chips.css */
/* Stylesheet: forms.css */
/* Tailwind Elements: button.css */
/* Tailwind Elements: logo-clouds.css */
/* Tailwind Elements: placeholders.css */
/* Elements: tables.css */
/* Utilities */
/* Tailwind Elements: menus.css */
[data-menu] {
  position: absolute;
  z-index: 20;
  display: none;
}
[data-menu] a:focus-visible {
  background-color: rgb(var(--color-primary-500) / 0.1);
}
:root {
	--menu-offset: 8px;
}
/* Tailwind Elements: tooltips.css */
/* FIXME: adding @layer components causes visual strobing effect bug */
:root {
	--tooltip-offset: 8px;
}
.tooltip {
  position: absolute;
  z-index: 45;
  transform-origin: center;
  text-align: center;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
	/* Base Design */
	width: 12rem;
	--tw-bg-opacity: 1;
	background-color: rgb(var(--color-primary-500) / var(--tw-bg-opacity));
	padding: 0.5rem;
	--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	/* Theme: Rounded */
	border-radius: var(--theme-rounded-container);
}
/* === Positions === */
/* Set based on the action param 'position' */
.tooltip-top {
  top: 0px;
	/* Center Horz */
	left: 50%;
	--tw-translate-x: -50%;
	/* Offset Y */
	--tw-translate-y: calc(calc(100% + var(--tooltip-offset)) * -1);
	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));
}
.tooltip-bottom {
  bottom: 0px;
	/* Center Horz */
	left: 50%;
	--tw-translate-x: -50%;
	/* Offset Y */
	--tw-translate-y: calc(100% + var(--tooltip-offset));
	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));
}
.tooltip-left {
  left: 0px;
	/* Center Vert */
	top: 50%;
	--tw-translate-y: -50%;
	/* Offset X */
	--tw-translate-x: calc(calc(100% + var(--tooltip-offset)) * -1);
	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));
}
.tooltip-right {
  right: 0px;
	/* Center Vert */
	top: 50%;
	--tw-translate-y: -50%;
	/* Offset X */
	--tw-translate-x: calc(100% + var(--tooltip-offset));
	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));
}
/* === Arrow === */
/* Set based on the action param 'position' */
.tooltip-arrow {
  position: absolute;
  height: 0.5rem;
  width: 0.5rem;
  transform-origin: center;
  --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));
	/* Base Design */
	--tw-bg-opacity: 1;
	background-color: rgb(var(--color-primary-500) / var(--tw-bg-opacity));
}
.tooltip-arrow-top {
  position: absolute;
  height: 0.5rem;
  width: 0.5rem;
  transform-origin: center;
  --tw-rotate: -45deg;
	/* Base Design */
	--tw-bg-opacity: 1;
	background-color: rgb(var(--color-primary-500) / var(--tw-bg-opacity));
	/* Bottom side, center horz */
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	--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));
}
.tooltip-arrow-bottom {
  position: absolute;
  height: 0.5rem;
  width: 0.5rem;
  transform-origin: center;
  --tw-rotate: -45deg;
	/* Base Design */
	--tw-bg-opacity: 1;
	background-color: rgb(var(--color-primary-500) / var(--tw-bg-opacity));
	/* Top side, centered horz */
	top: 0px;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	--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));
}
.tooltip-arrow-left {
  position: absolute;
  height: 0.5rem;
  width: 0.5rem;
  transform-origin: center;
  --tw-rotate: -45deg;
	/* Base Design */
	--tw-bg-opacity: 1;
	background-color: rgb(var(--color-primary-500) / var(--tw-bg-opacity));
	/* Right size, centered vert */
	top: 0px;
	bottom: 0px;
	right: 0px;
	margin-top: auto;
	margin-bottom: auto;
	--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));
}
.tooltip-arrow-right {
  position: absolute;
  height: 0.5rem;
  width: 0.5rem;
  transform-origin: center;
  --tw-rotate: -45deg;
	/* Base Design */
	--tw-bg-opacity: 1;
	background-color: rgb(var(--color-primary-500) / var(--tw-bg-opacity));
	/* Left size, centered vert */
	top: 0px;
	bottom: 0px;
	left: 0px;
	margin-top: auto;
	margin-bottom: auto;
	--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));
}
/* Imports all Variant Styles */
/* === Variants === */
/* A canned set of reusabled variant styles. */
/*place global styles here */
html,
body {
    height: 100%;
    overflow: hidden
}



    .sizes {
    border-width: 2px;
    border-style: dashed
}



    @media (min-width: 640px) {
    .sizes {
        --tw-border-opacity: 1;
        border-color: rgb(185 28 28 / var(--tw-border-opacity))
    }
}



    @media (min-width: 768px) {
    .sizes {
        --tw-border-opacity: 1;
        border-color: rgb(29 78 216 / var(--tw-border-opacity))
    }
}



    @media (min-width: 1024px) {
    .sizes {
        --tw-border-opacity: 1;
        border-color: rgb(22 101 52 / var(--tw-border-opacity))
    }
}



    @media (min-width: 1280px) {
    .sizes {
        border-style: solid;
        --tw-border-opacity: 1;
        border-color: rgb(248 113 113 / var(--tw-border-opacity))
    }
}
