html[data-theme="light"] {
  --card-p: 1rem;
  --color-base-100: #ffffff;
  --color-base-100-content: #212529;
  --color-base-200: #f8f9fa;
  --color-base-200-gradient: #f8f9fa;
  --color-base-300: #e9ecef;
  --color-base-300-content: #212529;
  --color-base-content: #212529;
  --color-primary: #0f6cbf;
  --color-primary-content: #ffffff;
  --color-primary-gradient: #0f6cbf;
  --color-secondary: #6c757d;
  --color-secondary-content: #ffffff;
  --color-accent: #343a40;
  --color-accent-content: #ffffff;
  --color-neutral: #343a40;
  --color-neutral-content: #f8f9fa;
  --color-info: oklch(54.615% 0.215 262.88);
  --color-info-content: oklch(90.923% 0.043 262.88);
  --color-success: oklch(62.705% 0.169 149.213);
  --color-success-content: oklch(12.541% 0.033 149.213);
  --color-warning: oklch(66.584% 0.157 58.318);
  --color-warning-content: oklch(13.316% 0.031 58.318);
  --color-error: oklch(65.72% 0.199 27.33);
  --color-error-content: oklch(13.144% 0.039 27.33);
  --radius-selector: 0.5rem;
  --radius-field: 0.375rem;
  --radius-box: 0.5rem;
  --border: 1px;
  --color-primary-rgb: 15, 108, 191;
  --color-secondary-rgb: 108, 117, 125;
  --color-accent-rgb: 52, 58, 64;
  --color-neutral-rgb: 52, 58, 64;
  --color-info-rgb: 37, 99, 235;
  --color-success-rgb: 24, 163, 74;
  --color-warning-rgb: 217, 119, 8;
  --color-error-rgb: 243, 82, 72;
}

html[data-theme="dragonfly"] {
  --card-p: 1.25rem;
  --color-base-100: #ffffff;
  --color-base-100-content: #061F64;
  --color-base-200: oklch(95% 0.008 220);
  --color-base-200-gradient: oklch(93% 0.01 200);
  --color-base-300: oklch(89% 0.012 220);
  --color-base-300-content: #061F64;
  --color-base-content: #061F64;
  --color-primary: #00acef;
  --color-primary-content: #ffffff;
  --color-primary-gradient: #43d9d4;
  --color-secondary: #43d9d4;
  --color-secondary-content: #061F64;
  --color-accent: #071E51;
  --color-accent-content: #ffffff;
  --color-neutral: oklch(25% 0.03 222);
  --color-neutral-content: oklch(90% 0.01 222);
  --color-info: oklch(54.615% 0.215 262.88);
  --color-info-content: oklch(90.923% 0.043 262.88);
  --color-success: oklch(62.705% 0.169 149.213);
  --color-success-content: oklch(12.541% 0.033 149.213);
  --color-warning: oklch(66.584% 0.157 58.318);
  --color-warning-content: oklch(13.316% 0.031 58.318);
  --color-error: oklch(65.72% 0.199 27.33);
  --color-error-content: oklch(13.144% 0.039 27.33);
  --radius-selector: 1rem;
  --radius-field: 2rem;
  --radius-box: 1rem;
  --border: 1px;
  --color-primary-rgb: 0, 172, 239;
  --color-secondary-rgb: 67, 217, 212;
  --color-accent-rgb: 7, 30, 81;
  --color-neutral-rgb: 16, 37, 44;
  --color-info-rgb: 37, 99, 235;
  --color-success-rgb: 24, 163, 74;
  --color-warning-rgb: 217, 119, 8;
  --color-error-rgb: 243, 82, 72;
}

html[data-theme="cobalt"] {
  --card-p: 1rem;
  --color-base-100: oklch(97% 0.01 240);
  --color-base-100-content: oklch(20% 0.03 240);
  --color-base-200: oklch(91% 0.01 240);
  --color-base-200-gradient: oklch(91% 0.01 252);
  --color-base-300: oklch(85% 0.01 240);
  --color-base-300-content: oklch(20% 0.03 240);
  --color-base-content: oklch(20% 0.03 240);
  --color-primary: oklch(52% 0.22 240);
  --color-primary-content: oklch(92% 0.01 240);
  --color-primary-gradient: oklch(52% 0.22 256);
  --color-secondary: oklch(57% 0.18 280);
  --color-secondary-content: oklch(92% 0.01 280);
  --color-accent: oklch(62% 0.20 60);
  --color-accent-content: oklch(15% 0.02 60);
  --color-neutral: oklch(27% 0.03 240);
  --color-neutral-content: oklch(92% 0.01 240);
  --color-info: oklch(54.615% 0.215 262.88);
  --color-info-content: oklch(90.923% 0.043 262.88);
  --color-success: oklch(62.705% 0.169 149.213);
  --color-success-content: oklch(12.541% 0.033 149.213);
  --color-warning: oklch(66.584% 0.157 58.318);
  --color-warning-content: oklch(13.316% 0.031 58.318);
  --color-error: oklch(65.72% 0.199 27.33);
  --color-error-content: oklch(13.144% 0.039 27.33);
  --radius-selector: 0.5rem;
  --radius-field: 0.375rem;
  --radius-box: 0.5rem;
  --border: 1px;
  --color-primary-rgb: 0, 110, 216;
  --color-secondary-rgb: 103, 100, 221;
  --color-accent-rgb: 216, 93, 0;
  --color-neutral-rgb: 25, 40, 52;
  --color-info-rgb: 37, 99, 235;
  --color-success-rgb: 24, 163, 74;
  --color-warning-rgb: 217, 119, 8;
  --color-error-rgb: 243, 82, 72;
}

html[data-theme="ember"] {
  --card-p: 1rem;
  --color-base-100: oklch(98% 0.01 55);
  --color-base-100-content: oklch(20% 0.03 35);
  --color-base-200: oklch(93% 0.01 55);
  --color-base-200-gradient: oklch(93% 0.01 40);
  --color-base-300: oklch(87% 0.01 55);
  --color-base-300-content: oklch(20% 0.03 35);
  --color-base-content: oklch(20% 0.03 35);
  --color-primary: oklch(58% 0.22 28);
  --color-primary-content: oklch(92% 0.01 28);
  --color-primary-gradient: oklch(62% 0.20 42);
  --color-secondary: oklch(62% 0.18 68);
  --color-secondary-content: oklch(15% 0.02 68);
  --color-accent: oklch(52% 0.18 208);
  --color-accent-content: oklch(92% 0.01 208);
  --color-neutral: oklch(24% 0.04 28);
  --color-neutral-content: oklch(92% 0.01 28);
  --color-info: oklch(54.615% 0.215 262.88);
  --color-info-content: oklch(90.923% 0.043 262.88);
  --color-success: oklch(62.705% 0.169 149.213);
  --color-success-content: oklch(12.541% 0.033 149.213);
  --color-warning: oklch(66.584% 0.157 58.318);
  --color-warning-content: oklch(13.316% 0.031 58.318);
  --color-error: oklch(65.72% 0.199 27.33);
  --color-error-content: oklch(13.144% 0.039 27.33);
  --radius-selector: 0.5rem;
  --radius-field: 0.375rem;
  --radius-box: 0.5rem;
  --border: 1px;
  --color-primary-rgb: 223, 35, 33;
  --color-secondary-rgb: 202, 106, 0;
  --color-accent-rgb: 0, 129, 158;
  --color-neutral-rgb: 48, 23, 20;
  --color-info-rgb: 37, 99, 235;
  --color-success-rgb: 24, 163, 74;
  --color-warning-rgb: 217, 119, 8;
  --color-error-rgb: 243, 82, 72;
}

html[data-theme="meadow"] {
  --card-p: 1rem;
  --color-base-100: oklch(97% 0.01 142);
  --color-base-100-content: oklch(18% 0.03 142);
  --color-base-200: oklch(91% 0.01 142);
  --color-base-200-gradient: oklch(91% 0.01 156);
  --color-base-300: oklch(85% 0.01 142);
  --color-base-300-content: oklch(18% 0.03 142);
  --color-base-content: oklch(18% 0.03 142);
  --color-primary: oklch(54% 0.20 142);
  --color-primary-content: oklch(92% 0.01 142);
  --color-primary-gradient: oklch(54% 0.20 158);
  --color-secondary: oklch(57% 0.16 182);
  --color-secondary-content: oklch(92% 0.01 182);
  --color-accent: oklch(57% 0.22 322);
  --color-accent-content: oklch(92% 0.01 322);
  --color-neutral: oklch(26% 0.04 142);
  --color-neutral-content: oklch(92% 0.01 142);
  --color-info: oklch(54.615% 0.215 262.88);
  --color-info-content: oklch(90.923% 0.043 262.88);
  --color-success: oklch(62.705% 0.169 149.213);
  --color-success-content: oklch(12.541% 0.033 149.213);
  --color-warning: oklch(66.584% 0.157 58.318);
  --color-warning-content: oklch(13.316% 0.031 58.318);
  --color-error: oklch(65.72% 0.199 27.33);
  --color-error-content: oklch(13.144% 0.039 27.33);
  --radius-selector: 0.5rem;
  --radius-field: 0.375rem;
  --radius-box: 0.5rem;
  --border: 1px;
  --color-primary-rgb: 0, 136, 0;
  --color-secondary-rgb: 0, 148, 127;
  --color-accent-rgb: 175, 56, 194;
  --color-neutral-rgb: 24, 41, 23;
  --color-info-rgb: 37, 99, 235;
  --color-success-rgb: 24, 163, 74;
  --color-warning-rgb: 217, 119, 8;
  --color-error-rgb: 243, 82, 72;
}

html[data-theme="rose"] {
  --card-p: 1rem;
  --color-base-100: oklch(98% 0.01 350);
  --color-base-100-content: oklch(20% 0.03 350);
  --color-base-200: oklch(93% 0.01 350);
  --color-base-200-gradient: oklch(93% 0.01 338);
  --color-base-300: oklch(87% 0.01 350);
  --color-base-300-content: oklch(20% 0.03 350);
  --color-base-content: oklch(20% 0.03 350);
  --color-primary: oklch(57% 0.22 350);
  --color-primary-content: oklch(92% 0.01 350);
  --color-primary-gradient: oklch(61% 0.20 10);
  --color-secondary: oklch(62% 0.18 30);
  --color-secondary-content: oklch(15% 0.02 30);
  --color-accent: oklch(52% 0.18 170);
  --color-accent-content: oklch(92% 0.01 170);
  --color-neutral: oklch(27% 0.03 350);
  --color-neutral-content: oklch(92% 0.01 350);
  --color-info: oklch(54.615% 0.215 262.88);
  --color-info-content: oklch(90.923% 0.043 262.88);
  --color-success: oklch(62.705% 0.169 149.213);
  --color-success-content: oklch(12.541% 0.033 149.213);
  --color-warning: oklch(66.584% 0.157 58.318);
  --color-warning-content: oklch(13.316% 0.031 58.318);
  --color-error: oklch(65.72% 0.199 27.33);
  --color-error-content: oklch(13.144% 0.039 27.33);
  --radius-selector: 0.5rem;
  --radius-field: 0.375rem;
  --radius-box: 0.5rem;
  --border: 1px;
  --color-primary-rgb: 205, 33, 137;
  --color-secondary-rgb: 221, 80, 63;
  --color-accent-rgb: 0, 135, 88;
  --color-neutral-rgb: 50, 32, 40;
  --color-info-rgb: 37, 99, 235;
  --color-success-rgb: 24, 163, 74;
  --color-warning-rgb: 217, 119, 8;
  --color-error-rgb: 243, 82, 72;
}

html[data-theme="slate"] {
  --card-p: 1rem;
  --color-base-100: oklch(97% 0.005 222);
  --color-base-100-content: oklch(22% 0.02 222);
  --color-base-200: oklch(91% 0.008 222);
  --color-base-200-gradient: oklch(91% 0.008 235);
  --color-base-300: oklch(84% 0.008 222);
  --color-base-300-content: oklch(22% 0.02 222);
  --color-base-content: oklch(22% 0.02 222);
  --color-primary: oklch(47% 0.15 222);
  --color-primary-content: oklch(92% 0.01 222);
  --color-primary-gradient: oklch(47% 0.15 238);
  --color-secondary: oklch(52% 0.12 262);
  --color-secondary-content: oklch(92% 0.01 262);
  --color-accent: oklch(60% 0.18 42);
  --color-accent-content: oklch(15% 0.02 42);
  --color-neutral: oklch(28% 0.02 222);
  --color-neutral-content: oklch(92% 0.01 222);
  --color-info: oklch(54.615% 0.215 262.88);
  --color-info-content: oklch(90.923% 0.043 262.88);
  --color-success: oklch(62.705% 0.169 149.213);
  --color-success-content: oklch(12.541% 0.033 149.213);
  --color-warning: oklch(66.584% 0.157 58.318);
  --color-warning-content: oklch(13.316% 0.031 58.318);
  --color-error: oklch(65.72% 0.199 27.33);
  --color-error-content: oklch(13.144% 0.039 27.33);
  --radius-selector: 0.25rem;
  --radius-field: 0.25rem;
  --radius-box: 0.375rem;
  --border: 1px;
  --color-primary-rgb: 0, 105, 150;
  --color-secondary-rgb: 65, 103, 173;
  --color-accent-rgb: 212, 80, 3;
  --color-neutral-rgb: 30, 43, 48;
  --color-info-rgb: 37, 99, 235;
  --color-success-rgb: 24, 163, 74;
  --color-warning-rgb: 217, 119, 8;
  --color-error-rgb: 243, 82, 72;
}

html[data-theme="amber"] {
  --card-p: 1rem;
  --color-base-100: oklch(98% 0.01 74);
  --color-base-100-content: oklch(18% 0.04 50);
  --color-base-200: oklch(93% 0.01 74);
  --color-base-200-gradient: oklch(93% 0.01 60);
  --color-base-300: oklch(87% 0.01 74);
  --color-base-300-content: oklch(18% 0.04 50);
  --color-base-content: oklch(18% 0.04 50);
  --color-primary: oklch(62% 0.20 74);
  --color-primary-content: oklch(15% 0.03 74);
  --color-primary-gradient: oklch(65% 0.18 60);
  --color-secondary: oklch(57% 0.16 114);
  --color-secondary-content: oklch(15% 0.03 114);
  --color-accent: oklch(52% 0.20 254);
  --color-accent-content: oklch(92% 0.01 254);
  --color-neutral: oklch(24% 0.04 50);
  --color-neutral-content: oklch(92% 0.01 50);
  --color-info: oklch(54.615% 0.215 262.88);
  --color-info-content: oklch(90.923% 0.043 262.88);
  --color-success: oklch(62.705% 0.169 149.213);
  --color-success-content: oklch(12.541% 0.033 149.213);
  --color-warning: oklch(66.584% 0.157 58.318);
  --color-warning-content: oklch(13.316% 0.031 58.318);
  --color-error: oklch(65.72% 0.199 27.33);
  --color-error-content: oklch(13.144% 0.039 27.33);
  --radius-selector: 0.5rem;
  --radius-field: 0.375rem;
  --radius-box: 0.5rem;
  --border: 1px;
  --color-primary-rgb: 202, 107, 0;
  --color-secondary-rgb: 120, 128, 0;
  --color-accent-rgb: 0, 100, 215;
  --color-neutral-rgb: 46, 25, 13;
  --color-info-rgb: 37, 99, 235;
  --color-success-rgb: 24, 163, 74;
  --color-warning-rgb: 217, 119, 8;
  --color-error-rgb: 243, 82, 72;
}

html[data-theme="violet"] {
  --card-p: 1rem;
  --color-base-100: oklch(97% 0.01 292);
  --color-base-100-content: oklch(18% 0.04 292);
  --color-base-200: oklch(91% 0.01 292);
  --color-base-200-gradient: oklch(91% 0.01 306);
  --color-base-300: oklch(85% 0.01 292);
  --color-base-300-content: oklch(18% 0.04 292);
  --color-base-content: oklch(18% 0.04 292);
  --color-primary: oklch(52% 0.24 292);
  --color-primary-content: oklch(92% 0.01 292);
  --color-primary-gradient: oklch(56% 0.22 308);
  --color-secondary: oklch(56% 0.20 332);
  --color-secondary-content: oklch(92% 0.01 332);
  --color-accent: oklch(62% 0.20 112);
  --color-accent-content: oklch(15% 0.03 112);
  --color-neutral: oklch(26% 0.04 292);
  --color-neutral-content: oklch(92% 0.01 292);
  --color-info: oklch(54.615% 0.215 262.88);
  --color-info-content: oklch(90.923% 0.043 262.88);
  --color-success: oklch(62.705% 0.169 149.213);
  --color-success-content: oklch(12.541% 0.033 149.213);
  --color-warning: oklch(66.584% 0.157 58.318);
  --color-warning-content: oklch(13.316% 0.031 58.318);
  --color-error: oklch(65.72% 0.199 27.33);
  --color-error-content: oklch(13.144% 0.039 27.33);
  --radius-selector: 0.5rem;
  --radius-field: 0.375rem;
  --radius-box: 0.75rem;
  --border: 1px;
  --color-primary-rgb: 116, 54, 227;
  --color-secondary-rgb: 179, 56, 167;
  --color-accent-rgb: 140, 143, 0;
  --color-neutral-rgb: 36, 32, 54;
  --color-info-rgb: 37, 99, 235;
  --color-success-rgb: 24, 163, 74;
  --color-warning-rgb: 217, 119, 8;
  --color-error-rgb: 243, 82, 72;
}

html[data-theme="sage"] {
  --card-p: 1rem;
  --color-base-100: oklch(97% 0.008 158);
  --color-base-100-content: oklch(22% 0.02 158);
  --color-base-200: oklch(92% 0.008 158);
  --color-base-200-gradient: oklch(92% 0.008 144);
  --color-base-300: oklch(86% 0.008 158);
  --color-base-300-content: oklch(22% 0.02 158);
  --color-base-content: oklch(22% 0.02 158);
  --color-primary: oklch(50% 0.13 158);
  --color-primary-content: oklch(92% 0.01 158);
  --color-primary-gradient: oklch(50% 0.13 172);
  --color-secondary: oklch(53% 0.11 198);
  --color-secondary-content: oklch(92% 0.01 198);
  --color-accent: oklch(57% 0.18 338);
  --color-accent-content: oklch(92% 0.01 338);
  --color-neutral: oklch(28% 0.03 158);
  --color-neutral-content: oklch(92% 0.01 158);
  --color-info: oklch(54.615% 0.215 262.88);
  --color-info-content: oklch(90.923% 0.043 262.88);
  --color-success: oklch(62.705% 0.169 149.213);
  --color-success-content: oklch(12.541% 0.033 149.213);
  --color-warning: oklch(66.584% 0.157 58.318);
  --color-warning-content: oklch(13.316% 0.031 58.318);
  --color-error: oklch(65.72% 0.199 27.33);
  --color-error-content: oklch(13.144% 0.039 27.33);
  --radius-selector: 0.5rem;
  --radius-field: 0.375rem;
  --radius-box: 0.5rem;
  --border: 1px;
  --color-primary-rgb: 0, 120, 69;
  --color-secondary-rgb: 0, 126, 131;
  --color-accent-rgb: 182, 66, 155;
  --color-neutral-rgb: 28, 45, 35;
  --color-info-rgb: 37, 99, 235;
  --color-success-rgb: 24, 163, 74;
  --color-warning-rgb: 217, 119, 8;
  --color-error-rgb: 243, 82, 72;
}

html[data-theme="coral"] {
  --card-p: 1rem;
  --color-base-100: oklch(98% 0.01 18);
  --color-base-100-content: oklch(20% 0.03 18);
  --color-base-200: oklch(93% 0.01 18);
  --color-base-200-gradient: oklch(93% 0.01 30);
  --color-base-300: oklch(87% 0.01 18);
  --color-base-300-content: oklch(20% 0.03 18);
  --color-base-content: oklch(20% 0.03 18);
  --color-primary: oklch(60% 0.20 18);
  --color-primary-content: oklch(92% 0.01 18);
  --color-primary-gradient: oklch(64% 0.18 30);
  --color-secondary: oklch(64% 0.18 58);
  --color-secondary-content: oklch(15% 0.02 58);
  --color-accent: oklch(52% 0.18 198);
  --color-accent-content: oklch(92% 0.01 198);
  --color-neutral: oklch(25% 0.03 18);
  --color-neutral-content: oklch(92% 0.01 18);
  --color-info: oklch(54.615% 0.215 262.88);
  --color-info-content: oklch(90.923% 0.043 262.88);
  --color-success: oklch(62.705% 0.169 149.213);
  --color-success-content: oklch(12.541% 0.033 149.213);
  --color-warning: oklch(66.584% 0.157 58.318);
  --color-warning-content: oklch(13.316% 0.031 58.318);
  --color-error: oklch(65.72% 0.199 27.33);
  --color-error-content: oklch(13.144% 0.039 27.33);
  --radius-selector: 0.5rem;
  --radius-field: 0.375rem;
  --radius-box: 0.5rem;
  --border: 1px;
  --color-primary-rgb: 222, 57, 81;
  --color-secondary-rgb: 217, 104, 0;
  --color-accent-rgb: 0, 132, 142;
  --color-neutral-rgb: 47, 28, 28;
  --color-info-rgb: 37, 99, 235;
  --color-success-rgb: 24, 163, 74;
  --color-warning-rgb: 217, 119, 8;
  --color-error-rgb: 243, 82, 72;
}

html[data-theme="arctic"] {
  --card-p: 1rem;
  --color-base-100: oklch(98% 0.01 202);
  --color-base-100-content: oklch(18% 0.03 202);
  --color-base-200: oklch(93% 0.01 202);
  --color-base-200-gradient: oklch(93% 0.01 216);
  --color-base-300: oklch(87% 0.01 202);
  --color-base-300-content: oklch(18% 0.03 202);
  --color-base-content: oklch(18% 0.03 202);
  --color-primary: oklch(54% 0.18 202);
  --color-primary-content: oklch(92% 0.01 202);
  --color-primary-gradient: oklch(54% 0.18 218);
  --color-secondary: oklch(56% 0.15 242);
  --color-secondary-content: oklch(92% 0.01 242);
  --color-accent: oklch(62% 0.20 22);
  --color-accent-content: oklch(15% 0.02 22);
  --color-neutral: oklch(24% 0.03 202);
  --color-neutral-content: oklch(92% 0.01 202);
  --color-info: oklch(54.615% 0.215 262.88);
  --color-info-content: oklch(90.923% 0.043 262.88);
  --color-success: oklch(62.705% 0.169 149.213);
  --color-success-content: oklch(12.541% 0.033 149.213);
  --color-warning: oklch(66.584% 0.157 58.318);
  --color-warning-content: oklch(13.316% 0.031 58.318);
  --color-error: oklch(65.72% 0.199 27.33);
  --color-error-content: oklch(13.144% 0.039 27.33);
  --radius-selector: 0.5rem;
  --radius-field: 0.375rem;
  --radius-box: 0.5rem;
  --border: 1px;
  --color-primary-rgb: 0, 137, 155;
  --color-secondary-rgb: 0, 123, 196;
  --color-accent-rgb: 230, 66, 76;
  --color-neutral-rgb: 11, 35, 37;
  --color-info-rgb: 37, 99, 235;
  --color-success-rgb: 24, 163, 74;
  --color-warning-rgb: 217, 119, 8;
  --color-error-rgb: 243, 82, 72;
}

html[data-theme="dark"] {
  --card-p: 1rem;
  --color-base-100: #1d232a;
  --color-base-100-content: #a6adbb;
  --color-base-200: #191e24;
  --color-base-200-gradient: #191e24;
  --color-base-300: #15191e;
  --color-base-300-content: #a6adbb;
  --color-base-content: #a6adbb;
  --color-primary: #641ae6;
  --color-primary-content: #e2d9f3;
  --color-primary-gradient: #641ae6;
  --color-secondary: #d926a9;
  --color-secondary-content: #fce7f6;
  --color-accent: #1fb2a6;
  --color-accent-content: #e0f5f4;
  --color-neutral: #2a323c;
  --color-neutral-content: #a6adbb;
  --color-info: #3abff8;
  --color-info-content: #002b3d;
  --color-success: #36d399;
  --color-success-content: #003320;
  --color-warning: #fbbd23;
  --color-warning-content: #382800;
  --color-error: #f87272;
  --color-error-content: #470000;
  --radius-selector: 0.5rem;
  --radius-field: 0.375rem;
  --radius-box: 0.5rem;
  --border: 1px;
  --color-primary-rgb: 100, 26, 230;
  --color-secondary-rgb: 217, 38, 169;
  --color-accent-rgb: 31, 178, 166;
  --color-neutral-rgb: 42, 50, 60;
  --color-info-rgb: 58, 191, 248;
  --color-success-rgb: 54, 211, 153;
  --color-warning-rgb: 251, 189, 35;
  --color-error-rgb: 248, 114, 114;
}

html[data-theme="midnight"] {
  --card-p: 1rem;
  --color-base-100: oklch(18% 0.03 240);
  --color-base-100-content: oklch(87% 0.02 240);
  --color-base-200: oklch(14% 0.03 240);
  --color-base-200-gradient: oklch(14% 0.03 252);
  --color-base-300: oklch(11% 0.02 240);
  --color-base-300-content: oklch(87% 0.02 240);
  --color-base-content: oklch(87% 0.02 240);
  --color-primary: oklch(68% 0.20 240);
  --color-primary-content: oklch(15% 0.02 240);
  --color-primary-gradient: oklch(68% 0.20 256);
  --color-secondary: oklch(65% 0.16 280);
  --color-secondary-content: oklch(15% 0.02 280);
  --color-accent: oklch(70% 0.18 60);
  --color-accent-content: oklch(15% 0.02 60);
  --color-neutral: oklch(25% 0.02 240);
  --color-neutral-content: oklch(87% 0.02 240);
  --color-info: #3abff8;
  --color-info-content: #002b3d;
  --color-success: #36d399;
  --color-success-content: #003320;
  --color-warning: #fbbd23;
  --color-warning-content: #382800;
  --color-error: #f87272;
  --color-error-content: #470000;
  --radius-selector: 0.5rem;
  --radius-field: 0.375rem;
  --radius-box: 0.5rem;
  --border: 1px;
  --color-primary-rgb: 0, 163, 255;
  --color-secondary-rgb: 126, 128, 238;
  --color-accent-rgb: 236, 125, 0;
  --color-neutral-rgb: 25, 35, 42;
  --color-info-rgb: 58, 191, 248;
  --color-success-rgb: 54, 211, 153;
  --color-warning-rgb: 251, 189, 35;
  --color-error-rgb: 248, 114, 114;
}

html[data-theme="obsidian"] {
  --card-p: 1rem;
  --color-base-100: oklch(16% 0.02 285);
  --color-base-100-content: oklch(88% 0.01 285);
  --color-base-200: oklch(13% 0.02 285);
  --color-base-200-gradient: oklch(13% 0.02 298);
  --color-base-300: oklch(10% 0.01 285);
  --color-base-300-content: oklch(88% 0.01 285);
  --color-base-content: oklch(88% 0.01 285);
  --color-primary: oklch(72% 0.22 285);
  --color-primary-content: oklch(15% 0.02 285);
  --color-primary-gradient: oklch(68% 0.24 300);
  --color-secondary: oklch(68% 0.20 325);
  --color-secondary-content: oklch(15% 0.02 325);
  --color-accent: oklch(72% 0.22 105);
  --color-accent-content: oklch(15% 0.03 105);
  --color-neutral: oklch(22% 0.02 285);
  --color-neutral-content: oklch(88% 0.01 285);
  --color-info: #3abff8;
  --color-info-content: #002b3d;
  --color-success: #36d399;
  --color-success-content: #003320;
  --color-warning: #fbbd23;
  --color-warning-content: #382800;
  --color-error: #f87272;
  --color-error-content: #470000;
  --radius-selector: 0.5rem;
  --radius-field: 0.375rem;
  --radius-box: 0.5rem;
  --border: 1px;
  --color-primary-rgb: 155, 136, 255;
  --color-secondary-rgb: 211, 100, 219;
  --color-accent-rgb: 187, 168, 0;
  --color-neutral-rgb: 25, 25, 36;
  --color-info-rgb: 58, 191, 248;
  --color-success-rgb: 54, 211, 153;
  --color-warning-rgb: 251, 189, 35;
  --color-error-rgb: 248, 114, 114;
}

html[data-theme="forest"] {
  --card-p: 1rem;
  --color-base-100: oklch(17% 0.03 145);
  --color-base-100-content: oklch(87% 0.02 145);
  --color-base-200: oklch(13% 0.03 145);
  --color-base-200-gradient: oklch(13% 0.03 158);
  --color-base-300: oklch(10% 0.02 145);
  --color-base-300-content: oklch(87% 0.02 145);
  --color-base-content: oklch(87% 0.02 145);
  --color-primary: oklch(68% 0.20 145);
  --color-primary-content: oklch(15% 0.03 145);
  --color-primary-gradient: oklch(68% 0.20 158);
  --color-secondary: oklch(65% 0.16 185);
  --color-secondary-content: oklch(15% 0.02 185);
  --color-accent: oklch(70% 0.22 325);
  --color-accent-content: oklch(15% 0.02 325);
  --color-neutral: oklch(24% 0.03 145);
  --color-neutral-content: oklch(87% 0.02 145);
  --color-info: #3abff8;
  --color-info-content: #002b3d;
  --color-success: #36d399;
  --color-success-content: #003320;
  --color-warning: #fbbd23;
  --color-warning-content: #382800;
  --color-error: #f87272;
  --color-error-content: #470000;
  --radius-selector: 0.5rem;
  --radius-field: 0.375rem;
  --radius-box: 0.5rem;
  --border: 1px;
  --color-primary-rgb: 38, 182, 61;
  --color-secondary-rgb: 0, 173, 156;
  --color-accent-rgb: 223, 99, 232;
  --color-neutral-rgb: 22, 35, 22;
  --color-info-rgb: 58, 191, 248;
  --color-success-rgb: 54, 211, 153;
  --color-warning-rgb: 251, 189, 35;
  --color-error-rgb: 248, 114, 114;
}

html[data-theme="wine"] {
  --card-p: 1rem;
  --color-base-100: oklch(17% 0.03 355);
  --color-base-100-content: oklch(88% 0.01 355);
  --color-base-200: oklch(13% 0.03 355);
  --color-base-200-gradient: oklch(13% 0.03 10);
  --color-base-300: oklch(10% 0.02 355);
  --color-base-300-content: oklch(88% 0.01 355);
  --color-base-content: oklch(88% 0.01 355);
  --color-primary: oklch(65% 0.22 355);
  --color-primary-content: oklch(15% 0.02 355);
  --color-primary-gradient: oklch(65% 0.22 10);
  --color-secondary: oklch(62% 0.18 35);
  --color-secondary-content: oklch(15% 0.02 35);
  --color-accent: oklch(68% 0.18 175);
  --color-accent-content: oklch(15% 0.02 175);
  --color-neutral: oklch(24% 0.03 355);
  --color-neutral-content: oklch(88% 0.01 355);
  --color-info: #3abff8;
  --color-info-content: #002b3d;
  --color-success: #36d399;
  --color-success-content: #003320;
  --color-warning: #fbbd23;
  --color-warning-content: #382800;
  --color-error: #f87272;
  --color-error-content: #470000;
  --radius-selector: 0.5rem;
  --radius-field: 0.375rem;
  --radius-box: 0.5rem;
  --border: 1px;
  --color-primary-rgb: 237, 64, 150;
  --color-secondary-rgb: 221, 82, 48;
  --color-accent-rgb: 0, 186, 146;
  --color-neutral-rgb: 43, 25, 32;
  --color-info-rgb: 58, 191, 248;
  --color-success-rgb: 54, 211, 153;
  --color-warning-rgb: 251, 189, 35;
  --color-error-rgb: 248, 114, 114;
}

html[data-theme="carbon"] {
  --card-p: 1rem;
  --color-base-100: oklch(18% 0.01 35);
  --color-base-100-content: oklch(87% 0.01 35);
  --color-base-200: oklch(14% 0.01 35);
  --color-base-200-gradient: oklch(14% 0.01 50);
  --color-base-300: oklch(11% 0.01 35);
  --color-base-300-content: oklch(87% 0.01 35);
  --color-base-content: oklch(87% 0.01 35);
  --color-primary: oklch(70% 0.22 35);
  --color-primary-content: oklch(15% 0.02 35);
  --color-primary-gradient: oklch(70% 0.20 50);
  --color-secondary: oklch(68% 0.18 75);
  --color-secondary-content: oklch(15% 0.02 75);
  --color-accent: oklch(65% 0.18 215);
  --color-accent-content: oklch(15% 0.02 215);
  --color-neutral: oklch(25% 0.01 35);
  --color-neutral-content: oklch(87% 0.01 35);
  --color-info: #3abff8;
  --color-info-content: #002b3d;
  --color-success: #36d399;
  --color-success-content: #003320;
  --color-warning: #fbbd23;
  --color-warning-content: #382800;
  --color-error: #f87272;
  --color-error-content: #470000;
  --radius-selector: 0.5rem;
  --radius-field: 0.375rem;
  --radius-box: 0.5rem;
  --border: 1px;
  --color-primary-rgb: 255, 89, 44;
  --color-secondary-rgb: 215, 131, 0;
  --color-accent-rgb: 0, 167, 211;
  --color-neutral-rgb: 38, 32, 30;
  --color-info-rgb: 58, 191, 248;
  --color-success-rgb: 54, 211, 153;
  --color-warning-rgb: 251, 189, 35;
  --color-error-rgb: 248, 114, 114;
}

html[data-theme="abyss"] {
  --card-p: 1rem;
  --color-base-100: oklch(17% 0.03 195);
  --color-base-100-content: oklch(88% 0.02 195);
  --color-base-200: oklch(13% 0.03 195);
  --color-base-200-gradient: oklch(13% 0.03 208);
  --color-base-300: oklch(10% 0.02 195);
  --color-base-300-content: oklch(88% 0.02 195);
  --color-base-content: oklch(88% 0.02 195);
  --color-primary: oklch(70% 0.18 195);
  --color-primary-content: oklch(15% 0.02 195);
  --color-primary-gradient: oklch(70% 0.18 210);
  --color-secondary: oklch(65% 0.15 235);
  --color-secondary-content: oklch(15% 0.02 235);
  --color-accent: oklch(68% 0.20 15);
  --color-accent-content: oklch(15% 0.02 15);
  --color-neutral: oklch(24% 0.03 195);
  --color-neutral-content: oklch(88% 0.02 195);
  --color-info: #3abff8;
  --color-info-content: #002b3d;
  --color-success: #36d399;
  --color-success-content: #003320;
  --color-warning: #fbbd23;
  --color-warning-content: #382800;
  --color-error: #f87272;
  --color-error-content: #470000;
  --radius-selector: 0.5rem;
  --radius-field: 0.375rem;
  --radius-box: 0.5rem;
  --border: 1px;
  --color-primary-rgb: 0, 190, 193;
  --color-secondary-rgb: 0, 155, 221;
  --color-accent-rgb: 250, 85, 112;
  --color-neutral-rgb: 12, 36, 36;
  --color-info-rgb: 58, 191, 248;
  --color-success-rgb: 54, 211, 153;
  --color-warning-rgb: 251, 189, 35;
  --color-error-rgb: 248, 114, 114;
}

html[data-theme="dusk"] {
  --card-p: 1rem;
  --color-base-100: oklch(17% 0.02 308);
  --color-base-100-content: oklch(88% 0.01 308);
  --color-base-200: oklch(13% 0.02 308);
  --color-base-200-gradient: oklch(13% 0.02 322);
  --color-base-300: oklch(10% 0.02 308);
  --color-base-300-content: oklch(88% 0.01 308);
  --color-base-content: oklch(88% 0.01 308);
  --color-primary: oklch(70% 0.20 308);
  --color-primary-content: oklch(15% 0.02 308);
  --color-primary-gradient: oklch(70% 0.20 322);
  --color-secondary: oklch(68% 0.16 348);
  --color-secondary-content: oklch(15% 0.02 348);
  --color-accent: oklch(68% 0.18 128);
  --color-accent-content: oklch(15% 0.02 128);
  --color-neutral: oklch(24% 0.02 308);
  --color-neutral-content: oklch(88% 0.01 308);
  --color-info: #3abff8;
  --color-info-content: #002b3d;
  --color-success: #36d399;
  --color-success-content: #003320;
  --color-warning: #fbbd23;
  --color-warning-content: #382800;
  --color-error: #f87272;
  --color-error-content: #470000;
  --radius-selector: 0.5rem;
  --radius-field: 0.375rem;
  --radius-box: 0.75rem;
  --border: 1px;
  --color-primary-rgb: 193, 117, 252;
  --color-secondary-rgb: 221, 106, 170;
  --color-accent-rgb: 119, 172, 0;
  --color-neutral-rgb: 34, 29, 39;
  --color-info-rgb: 58, 191, 248;
  --color-success-rgb: 54, 211, 153;
  --color-warning-rgb: 251, 189, 35;
  --color-error-rgb: 248, 114, 114;
}

html[data-theme="volcanic"] {
  --card-p: 1rem;
  --color-base-100: oklch(16% 0.03 15);
  --color-base-100-content: oklch(88% 0.01 15);
  --color-base-200: oklch(12% 0.03 15);
  --color-base-200-gradient: oklch(12% 0.03 28);
  --color-base-300: oklch(9% 0.02 15);
  --color-base-300-content: oklch(88% 0.01 15);
  --color-base-content: oklch(88% 0.01 15);
  --color-primary: oklch(68% 0.24 15);
  --color-primary-content: oklch(15% 0.02 15);
  --color-primary-gradient: oklch(70% 0.22 28);
  --color-secondary: oklch(65% 0.20 50);
  --color-secondary-content: oklch(15% 0.02 50);
  --color-accent: oklch(65% 0.16 195);
  --color-accent-content: oklch(15% 0.02 195);
  --color-neutral: oklch(23% 0.03 15);
  --color-neutral-content: oklch(88% 0.01 15);
  --color-info: #3abff8;
  --color-info-content: #002b3d;
  --color-success: #36d399;
  --color-success-content: #003320;
  --color-warning: #fbbd23;
  --color-warning-content: #382800;
  --color-error: #f87272;
  --color-error-content: #470000;
  --radius-selector: 0.5rem;
  --radius-field: 0.375rem;
  --radius-box: 0.5rem;
  --border: 1px;
  --color-primary-rgb: 255, 57, 103;
  --color-secondary-rgb: 233, 94, 0;
  --color-accent-rgb: 0, 171, 173;
  --color-neutral-rgb: 41, 23, 24;
  --color-info-rgb: 58, 191, 248;
  --color-success-rgb: 54, 211, 153;
  --color-warning-rgb: 251, 189, 35;
  --color-error-rgb: 248, 114, 114;
}

html[data-theme="deep-sea"] {
  --card-p: 1rem;
  --color-base-100: oklch(17% 0.03 212);
  --color-base-100-content: oklch(88% 0.02 212);
  --color-base-200: oklch(13% 0.03 212);
  --color-base-200-gradient: oklch(13% 0.03 226);
  --color-base-300: oklch(10% 0.02 212);
  --color-base-300-content: oklch(88% 0.02 212);
  --color-base-content: oklch(88% 0.02 212);
  --color-primary: oklch(68% 0.18 212);
  --color-primary-content: oklch(15% 0.02 212);
  --color-primary-gradient: oklch(68% 0.18 228);
  --color-secondary: oklch(62% 0.15 252);
  --color-secondary-content: oklch(15% 0.02 252);
  --color-accent: oklch(70% 0.20 35);
  --color-accent-content: oklch(15% 0.02 35);
  --color-neutral: oklch(24% 0.03 212);
  --color-neutral-content: oklch(88% 0.02 212);
  --color-info: #3abff8;
  --color-info-content: #002b3d;
  --color-success: #36d399;
  --color-success-content: #003320;
  --color-warning: #fbbd23;
  --color-warning-content: #382800;
  --color-error: #f87272;
  --color-error-content: #470000;
  --radius-selector: 0.5rem;
  --radius-field: 0.375rem;
  --radius-box: 0.5rem;
  --border: 1px;
  --color-primary-rgb: 0, 178, 216;
  --color-secondary-rgb: 54, 137, 221;
  --color-accent-rgb: 255, 100, 61;
  --color-neutral-rgb: 12, 35, 40;
  --color-info-rgb: 58, 191, 248;
  --color-success-rgb: 54, 211, 153;
  --color-warning-rgb: 251, 189, 35;
  --color-error-rgb: 248, 114, 114;
}

html[data-theme="charcoal"] {
  --card-p: 1rem;
  --color-base-100: oklch(18% 0.01 228);
  --color-base-100-content: oklch(87% 0.01 228);
  --color-base-200: oklch(14% 0.01 228);
  --color-base-200-gradient: oklch(14% 0.01 242);
  --color-base-300: oklch(11% 0.01 228);
  --color-base-300-content: oklch(87% 0.01 228);
  --color-base-content: oklch(87% 0.01 228);
  --color-primary: oklch(65% 0.18 228);
  --color-primary-content: oklch(15% 0.02 228);
  --color-primary-gradient: oklch(65% 0.18 244);
  --color-secondary: oklch(62% 0.16 268);
  --color-secondary-content: oklch(15% 0.02 268);
  --color-accent: oklch(70% 0.18 48);
  --color-accent-content: oklch(15% 0.02 48);
  --color-neutral: oklch(26% 0.01 228);
  --color-neutral-content: oklch(87% 0.01 228);
  --color-info: #3abff8;
  --color-info-content: #002b3d;
  --color-success: #36d399;
  --color-success-content: #003320;
  --color-warning: #fbbd23;
  --color-warning-content: #382800;
  --color-error: #f87272;
  --color-error-content: #470000;
  --radius-selector: 0.5rem;
  --radius-field: 0.375rem;
  --radius-box: 0.5rem;
  --border: 1px;
  --color-primary-rgb: 0, 160, 228;
  --color-secondary-rgb: 93, 126, 230;
  --color-accent-rgb: 244, 116, 30;
  --color-neutral-rgb: 31, 37, 40;
  --color-info-rgb: 58, 191, 248;
  --color-success-rgb: 54, 211, 153;
  --color-warning-rgb: 251, 189, 35;
  --color-error-rgb: 248, 114, 114;
}

html[data-theme="moodle"] {
  --card-p: 1rem;
  --color-base-100: var(--mds-bg-surface-default, #ffffff);
  --color-base-100-content: var(--mds-text-default, #212529);
  --color-base-200: var(--mds-bg-surface-subtle, #f8f9fa);
  --color-base-200-gradient: var(--mds-bg-surface-subtle, #f8f9fa);
  --color-base-300: var(--mds-bg-surface-strong, #e9ecef);
  --color-base-300-content: var(--mds-text-default, #212529);
  --color-base-content: var(--mds-text-default, #212529);
  --color-primary: var(--mds-bg-interactive-primary-default, #0f6cbf);
  --color-primary-content: var(--mds-color-gray-white, #ffffff);
  --color-primary-gradient: var(--mds-bg-interactive-primary-hover, #0c5699);
  --color-secondary: var(--mds-text-muted, #6c757d);
  --color-secondary-content: var(--mds-color-gray-white, #ffffff);
  --color-accent: var(--mds-color-gray-800, #343a40);
  --color-accent-content: var(--mds-color-gray-white, #ffffff);
  --color-neutral: var(--mds-color-gray-800, #343a40);
  --color-neutral-content: var(--mds-color-gray-100, #f8f9fa);
  --color-info: var(--mds-bg-feedback-info-default, oklch(54.615% 0.215 262.88));
  --color-info-content: oklch(90.923% 0.043 262.88);
  --color-success: var(--mds-bg-feedback-success-default, oklch(62.705% 0.169 149.213));
  --color-success-content: oklch(12.541% 0.033 149.213);
  --color-warning: var(--mds-bg-feedback-warning-default, oklch(66.584% 0.157 58.318));
  --color-warning-content: oklch(13.316% 0.031 58.318);
  --color-error: var(--mds-bg-feedback-danger-default, oklch(65.72% 0.199 27.33));
  --color-error-content: oklch(13.144% 0.039 27.33);
  --radius-selector: var(--mds-border-radius-md, 0.5rem);
  --radius-field: var(--mds-border-radius-sm, 0.375rem);
  --radius-box: var(--mds-border-radius-lg, 0.5rem);
  --border: var(--mds-stroke-weight-sm, 1px);
  --color-primary-rgb: 15, 108, 191;
  --color-secondary-rgb: 108, 117, 125;
  --color-accent-rgb: 52, 58, 64;
  --color-neutral-rgb: 52, 58, 64;
  --color-info-rgb: 37, 99, 235;
  --color-success-rgb: 24, 163, 74;
  --color-warning-rgb: 217, 119, 8;
  --color-error-rgb: 243, 82, 72;
}
