/* src/reset.css */
:where(*) {
  box-sizing: border-box;
  font-weight: inherit;
  font-size: inherit;
  text-align: inherit;
  border: 0 solid #666;
  margin: 0;
  padding: 0;
  font-family: inherit;
}

:where(body) {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Arial, sans-serif;
  line-height: 1.5;
}

:where(img:not(.unstyled), picture:not(.unstyled), video:not(.unstyled), canvas:not(.unstyled), svg:not(.unstyled)) {
  display: block;
  max-width: 100%;
}

/* src/colors.css */
:root {
  --slate-50-lch: 98.4% .003 247.858;
  --slate-100-lch: 96.8% .007 247.896;
  --slate-200-lch: 92.9% .013 255.508;
  --slate-300-lch: 86.9% .022 252.894;
  --slate-400-lch: 70.4% .04 256.788;
  --slate-500-lch: 55.4% .046 257.417;
  --slate-600-lch: 44.6% .043 257.281;
  --slate-700-lch: 37.2% .044 257.287;
  --slate-800-lch: 27.9% .041 260.031;
  --slate-900-lch: 20.8% .042 265.755;
  --slate-950-lch: 12.9% .042 264.695;
  --slate-50: oklch(var(--slate-50-lch));
  --slate-100: oklch(var(--slate-100-lch));
  --slate-200: oklch(var(--slate-200-lch));
  --slate-300: oklch(var(--slate-300-lch));
  --slate-400: oklch(var(--slate-400-lch));
  --slate-500: oklch(var(--slate-500-lch));
  --slate-600: oklch(var(--slate-600-lch));
  --slate-700: oklch(var(--slate-700-lch));
  --slate-800: oklch(var(--slate-800-lch));
  --slate-900: oklch(var(--slate-900-lch));
  --slate-950: oklch(var(--slate-950-lch));
  --gray-50-lch: 98.5% .002 247.839;
  --gray-100-lch: 96.7% .003 264.542;
  --gray-200-lch: 92.8% .006 264.531;
  --gray-300-lch: 87.2% .01 258.338;
  --gray-400-lch: 70.7% .022 261.325;
  --gray-500-lch: 55.1% .027 264.364;
  --gray-600-lch: 44.6% .03 256.802;
  --gray-700-lch: 37.3% .034 259.733;
  --gray-800-lch: 27.8% .033 256.848;
  --gray-900-lch: 21% .034 264.665;
  --gray-950-lch: 13% .028 261.692;
  --gray-50: oklch(var(--gray-50-lch));
  --gray-100: oklch(var(--gray-100-lch));
  --gray-200: oklch(var(--gray-200-lch));
  --gray-300: oklch(var(--gray-300-lch));
  --gray-400: oklch(var(--gray-400-lch));
  --gray-500: oklch(var(--gray-500-lch));
  --gray-600: oklch(var(--gray-600-lch));
  --gray-700: oklch(var(--gray-700-lch));
  --gray-800: oklch(var(--gray-800-lch));
  --gray-900: oklch(var(--gray-900-lch));
  --gray-950: oklch(var(--gray-950-lch));
  --zinc-50-lch: 98.5% 0 0;
  --zinc-100-lch: 96.7% .001 286.375;
  --zinc-200-lch: 92% .004 286.32;
  --zinc-300-lch: 87.1% .006 286.286;
  --zinc-400-lch: 70.5% .015 286.067;
  --zinc-500-lch: 55.2% .016 285.938;
  --zinc-600-lch: 44.2% .017 285.786;
  --zinc-700-lch: 37% .013 285.805;
  --zinc-800-lch: 27.4% .006 286.033;
  --zinc-900-lch: 21% .006 285.885;
  --zinc-950-lch: 14.1% .005 285.823;
  --zinc-50: oklch(var(--zinc-50-lch));
  --zinc-100: oklch(var(--zinc-100-lch));
  --zinc-200: oklch(var(--zinc-200-lch));
  --zinc-300: oklch(var(--zinc-300-lch));
  --zinc-400: oklch(var(--zinc-400-lch));
  --zinc-500: oklch(var(--zinc-500-lch));
  --zinc-600: oklch(var(--zinc-600-lch));
  --zinc-700: oklch(var(--zinc-700-lch));
  --zinc-800: oklch(var(--zinc-800-lch));
  --zinc-900: oklch(var(--zinc-900-lch));
  --zinc-950: oklch(var(--zinc-950-lch));
  --neutral-50-lch: 98.5% 0 0;
  --neutral-100-lch: 97% 0 0;
  --neutral-200-lch: 92.2% 0 0;
  --neutral-300-lch: 87% 0 0;
  --neutral-400-lch: 70.8% 0 0;
  --neutral-500-lch: 55.6% 0 0;
  --neutral-600-lch: 43.9% 0 0;
  --neutral-700-lch: 37.1% 0 0;
  --neutral-800-lch: 26.9% 0 0;
  --neutral-900-lch: 20.5% 0 0;
  --neutral-950-lch: 14.5% 0 0;
  --neutral-50: oklch(var(--neutral-50-lch));
  --neutral-100: oklch(var(--neutral-100-lch));
  --neutral-200: oklch(var(--neutral-200-lch));
  --neutral-300: oklch(var(--neutral-300-lch));
  --neutral-400: oklch(var(--neutral-400-lch));
  --neutral-500: oklch(var(--neutral-500-lch));
  --neutral-600: oklch(var(--neutral-600-lch));
  --neutral-700: oklch(var(--neutral-700-lch));
  --neutral-800: oklch(var(--neutral-800-lch));
  --neutral-900: oklch(var(--neutral-900-lch));
  --neutral-950: oklch(var(--neutral-950-lch));
  --stone-50-lch: 98.5% .001 106.423;
  --stone-100-lch: 97% .001 106.424;
  --stone-200-lch: 92.3% .003 48.717;
  --stone-300-lch: 86.9% .005 56.366;
  --stone-400-lch: 70.9% .01 56.259;
  --stone-500-lch: 55.3% .013 58.071;
  --stone-600-lch: 44.4% .011 73.639;
  --stone-700-lch: 37.4% .01 67.558;
  --stone-800-lch: 26.8% .007 34.298;
  --stone-900-lch: 21.6% .006 56.043;
  --stone-950-lch: 14.7% .004 49.25;
  --stone-50: oklch(var(--stone-50-lch));
  --stone-100: oklch(var(--stone-100-lch));
  --stone-200: oklch(var(--stone-200-lch));
  --stone-300: oklch(var(--stone-300-lch));
  --stone-400: oklch(var(--stone-400-lch));
  --stone-500: oklch(var(--stone-500-lch));
  --stone-600: oklch(var(--stone-600-lch));
  --stone-700: oklch(var(--stone-700-lch));
  --stone-800: oklch(var(--stone-800-lch));
  --stone-900: oklch(var(--stone-900-lch));
  --stone-950: oklch(var(--stone-950-lch));
  --red-50-lch: 97.1% .013 17.38;
  --red-100-lch: 93.6% .032 17.717;
  --red-200-lch: 88.5% .062 18.334;
  --red-300-lch: 80.8% .114 19.571;
  --red-400-lch: 70.4% .191 22.216;
  --red-500-lch: 63.7% .237 25.331;
  --red-600-lch: 57.7% .245 27.325;
  --red-700-lch: 50.5% .213 27.518;
  --red-800-lch: 44.4% .177 26.899;
  --red-900-lch: 39.6% .141 25.723;
  --red-950-lch: 25.8% .092 26.042;
  --red-50: oklch(var(--red-50-lch));
  --red-100: oklch(var(--red-100-lch));
  --red-200: oklch(var(--red-200-lch));
  --red-300: oklch(var(--red-300-lch));
  --red-400: oklch(var(--red-400-lch));
  --red-500: oklch(var(--red-500-lch));
  --red-600: oklch(var(--red-600-lch));
  --red-700: oklch(var(--red-700-lch));
  --red-800: oklch(var(--red-800-lch));
  --red-900: oklch(var(--red-900-lch));
  --red-950: oklch(var(--red-950-lch));
  --orange-50-lch: 98% .016 73.684;
  --orange-100-lch: 95.4% .038 75.164;
  --orange-200-lch: 90.1% .076 70.697;
  --orange-300-lch: 83.7% .128 66.29;
  --orange-400-lch: 75% .183 55.934;
  --orange-500-lch: 70.5% .213 47.604;
  --orange-600-lch: 64.6% .222 41.116;
  --orange-700-lch: 55.3% .195 38.402;
  --orange-800-lch: 47% .157 37.304;
  --orange-900-lch: 40.8% .123 38.172;
  --orange-950-lch: 26.6% .079 36.259;
  --orange-50: oklch(var(--orange-50-lch));
  --orange-100: oklch(var(--orange-100-lch));
  --orange-200: oklch(var(--orange-200-lch));
  --orange-300: oklch(var(--orange-300-lch));
  --orange-400: oklch(var(--orange-400-lch));
  --orange-500: oklch(var(--orange-500-lch));
  --orange-600: oklch(var(--orange-600-lch));
  --orange-700: oklch(var(--orange-700-lch));
  --orange-800: oklch(var(--orange-800-lch));
  --orange-900: oklch(var(--orange-900-lch));
  --orange-950: oklch(var(--orange-950-lch));
  --amber-50-lch: 98.7% .022 95.277;
  --amber-100-lch: 96.2% .059 95.617;
  --amber-200-lch: 92.4% .12 95.746;
  --amber-300-lch: 87.9% .169 91.605;
  --amber-400-lch: 82.8% .189 84.429;
  --amber-500-lch: 76.9% .188 70.08;
  --amber-600-lch: 66.6% .179 58.318;
  --amber-700-lch: 55.5% .163 48.998;
  --amber-800-lch: 47.3% .137 46.201;
  --amber-900-lch: 41.4% .112 45.904;
  --amber-950-lch: 27.9% .077 45.635;
  --amber-50: oklch(var(--amber-50-lch));
  --amber-100: oklch(var(--amber-100-lch));
  --amber-200: oklch(var(--amber-200-lch));
  --amber-300: oklch(var(--amber-300-lch));
  --amber-400: oklch(var(--amber-400-lch));
  --amber-500: oklch(var(--amber-500-lch));
  --amber-600: oklch(var(--amber-600-lch));
  --amber-700: oklch(var(--amber-700-lch));
  --amber-800: oklch(var(--amber-800-lch));
  --amber-900: oklch(var(--amber-900-lch));
  --amber-950: oklch(var(--amber-950-lch));
  --yellow-50-lch: 98.7% .026 102.212;
  --yellow-100-lch: 97.3% .071 103.193;
  --yellow-200-lch: 94.5% .129 101.54;
  --yellow-300-lch: 90.5% .182 98.111;
  --yellow-400-lch: 85.2% .199 91.936;
  --yellow-500-lch: 79.5% .184 86.047;
  --yellow-600-lch: 68.1% .162 75.834;
  --yellow-700-lch: 55.4% .135 66.442;
  --yellow-800-lch: 47.6% .114 61.907;
  --yellow-900-lch: 42.1% .095 57.708;
  --yellow-950-lch: 28.6% .066 53.813;
  --yellow-50: oklch(var(--yellow-50-lch));
  --yellow-100: oklch(var(--yellow-100-lch));
  --yellow-200: oklch(var(--yellow-200-lch));
  --yellow-300: oklch(var(--yellow-300-lch));
  --yellow-400: oklch(var(--yellow-400-lch));
  --yellow-500: oklch(var(--yellow-500-lch));
  --yellow-600: oklch(var(--yellow-600-lch));
  --yellow-700: oklch(var(--yellow-700-lch));
  --yellow-800: oklch(var(--yellow-800-lch));
  --yellow-900: oklch(var(--yellow-900-lch));
  --yellow-950: oklch(var(--yellow-950-lch));
  --lime-50-lch: 98.6% .031 120.757;
  --lime-100-lch: 96.7% .067 122.328;
  --lime-200-lch: 93.8% .127 124.321;
  --lime-300-lch: 89.7% .196 126.665;
  --lime-400-lch: 84.1% .238 128.85;
  --lime-500-lch: 76.8% .233 130.85;
  --lime-600-lch: 64.8% .2 131.684;
  --lime-700-lch: 53.2% .157 131.589;
  --lime-800-lch: 45.3% .124 130.933;
  --lime-900-lch: 40.5% .101 131.063;
  --lime-950-lch: 27.4% .072 132.109;
  --lime-50: oklch(var(--lime-50-lch));
  --lime-100: oklch(var(--lime-100-lch));
  --lime-200: oklch(var(--lime-200-lch));
  --lime-300: oklch(var(--lime-300-lch));
  --lime-400: oklch(var(--lime-400-lch));
  --lime-500: oklch(var(--lime-500-lch));
  --lime-600: oklch(var(--lime-600-lch));
  --lime-700: oklch(var(--lime-700-lch));
  --lime-800: oklch(var(--lime-800-lch));
  --lime-900: oklch(var(--lime-900-lch));
  --lime-950: oklch(var(--lime-950-lch));
  --green-50-lch: 98.2% .018 155.826;
  --green-100-lch: 96.2% .044 156.743;
  --green-200-lch: 92.5% .084 155.995;
  --green-300-lch: 87.1% .15 154.449;
  --green-400-lch: 79.2% .209 151.711;
  --green-500-lch: 72.3% .219 149.579;
  --green-600-lch: 62.7% .194 149.214;
  --green-700-lch: 52.7% .154 150.069;
  --green-800-lch: 44.8% .119 151.328;
  --green-900-lch: 39.3% .095 152.535;
  --green-950-lch: 26.6% .065 152.934;
  --green-50: oklch(var(--green-50-lch));
  --green-100: oklch(var(--green-100-lch));
  --green-200: oklch(var(--green-200-lch));
  --green-300: oklch(var(--green-300-lch));
  --green-400: oklch(var(--green-400-lch));
  --green-500: oklch(var(--green-500-lch));
  --green-600: oklch(var(--green-600-lch));
  --green-700: oklch(var(--green-700-lch));
  --green-800: oklch(var(--green-800-lch));
  --green-900: oklch(var(--green-900-lch));
  --green-950: oklch(var(--green-950-lch));
  --emerald-50-lch: 97.9% .021 166.113;
  --emerald-100-lch: 95% .052 163.051;
  --emerald-200-lch: 90.5% .093 164.15;
  --emerald-300-lch: 84.5% .143 164.978;
  --emerald-400-lch: 76.5% .177 163.223;
  --emerald-500-lch: 69.6% .17 162.48;
  --emerald-600-lch: 59.6% .145 163.225;
  --emerald-700-lch: 50.8% .118 165.612;
  --emerald-800-lch: 43.2% .095 166.913;
  --emerald-900-lch: 37.8% .077 168.94;
  --emerald-950-lch: 26.2% .051 172.552;
  --emerald-50: oklch(var(--emerald-50-lch));
  --emerald-100: oklch(var(--emerald-100-lch));
  --emerald-200: oklch(var(--emerald-200-lch));
  --emerald-300: oklch(var(--emerald-300-lch));
  --emerald-400: oklch(var(--emerald-400-lch));
  --emerald-500: oklch(var(--emerald-500-lch));
  --emerald-600: oklch(var(--emerald-600-lch));
  --emerald-700: oklch(var(--emerald-700-lch));
  --emerald-800: oklch(var(--emerald-800-lch));
  --emerald-900: oklch(var(--emerald-900-lch));
  --emerald-950: oklch(var(--emerald-950-lch));
  --teal-50-lch: 98.4% .014 180.72;
  --teal-100-lch: 95.3% .051 180.801;
  --teal-200-lch: 91% .096 180.426;
  --teal-300-lch: 85.5% .138 181.071;
  --teal-400-lch: 77.7% .152 181.912;
  --teal-500-lch: 70.4% .14 182.503;
  --teal-600-lch: 60% .118 184.704;
  --teal-700-lch: 51.1% .096 186.391;
  --teal-800-lch: 43.7% .078 188.216;
  --teal-900-lch: 38.6% .063 188.416;
  --teal-950-lch: 27.7% .046 192.524;
  --teal-50: oklch(var(--teal-50-lch));
  --teal-100: oklch(var(--teal-100-lch));
  --teal-200: oklch(var(--teal-200-lch));
  --teal-300: oklch(var(--teal-300-lch));
  --teal-400: oklch(var(--teal-400-lch));
  --teal-500: oklch(var(--teal-500-lch));
  --teal-600: oklch(var(--teal-600-lch));
  --teal-700: oklch(var(--teal-700-lch));
  --teal-800: oklch(var(--teal-800-lch));
  --teal-900: oklch(var(--teal-900-lch));
  --teal-950: oklch(var(--teal-950-lch));
  --cyan-50-lch: 98.4% .019 200.873;
  --cyan-100-lch: 95.6% .045 203.388;
  --cyan-200-lch: 91.7% .08 205.041;
  --cyan-300-lch: 86.5% .127 207.078;
  --cyan-400-lch: 78.9% .154 211.53;
  --cyan-500-lch: 71.5% .143 215.221;
  --cyan-600-lch: 60.9% .126 221.723;
  --cyan-700-lch: 52% .105 223.128;
  --cyan-800-lch: 45% .085 224.283;
  --cyan-900-lch: 39.8% .07 227.392;
  --cyan-950-lch: 30.2% .056 229.695;
  --cyan-50: oklch(var(--cyan-50-lch));
  --cyan-100: oklch(var(--cyan-100-lch));
  --cyan-200: oklch(var(--cyan-200-lch));
  --cyan-300: oklch(var(--cyan-300-lch));
  --cyan-400: oklch(var(--cyan-400-lch));
  --cyan-500: oklch(var(--cyan-500-lch));
  --cyan-600: oklch(var(--cyan-600-lch));
  --cyan-700: oklch(var(--cyan-700-lch));
  --cyan-800: oklch(var(--cyan-800-lch));
  --cyan-900: oklch(var(--cyan-900-lch));
  --cyan-950: oklch(var(--cyan-950-lch));
  --sky-50-lch: 97.7% .013 236.62;
  --sky-100-lch: 95.1% .026 236.824;
  --sky-200-lch: 90.1% .058 230.902;
  --sky-300-lch: 82.8% .111 230.318;
  --sky-400-lch: 74.6% .16 232.661;
  --sky-500-lch: 68.5% .169 237.323;
  --sky-600-lch: 58.8% .158 241.966;
  --sky-700-lch: 50% .134 242.749;
  --sky-800-lch: 44.3% .11 240.79;
  --sky-900-lch: 39.1% .09 240.876;
  --sky-950-lch: 29.3% .066 243.157;
  --sky-50: oklch(var(--sky-50-lch));
  --sky-100: oklch(var(--sky-100-lch));
  --sky-200: oklch(var(--sky-200-lch));
  --sky-300: oklch(var(--sky-300-lch));
  --sky-400: oklch(var(--sky-400-lch));
  --sky-500: oklch(var(--sky-500-lch));
  --sky-600: oklch(var(--sky-600-lch));
  --sky-700: oklch(var(--sky-700-lch));
  --sky-800: oklch(var(--sky-800-lch));
  --sky-900: oklch(var(--sky-900-lch));
  --sky-950: oklch(var(--sky-950-lch));
  --blue-50-lch: 97% .014 254.604;
  --blue-100-lch: 93.2% .032 255.585;
  --blue-200-lch: 88.2% .059 254.128;
  --blue-300-lch: 80.9% .105 251.813;
  --blue-400-lch: 70.7% .165 254.624;
  --blue-500-lch: 62.3% .214 259.815;
  --blue-600-lch: 54.6% .245 262.881;
  --blue-700-lch: 48.8% .243 264.376;
  --blue-800-lch: 42.4% .199 265.638;
  --blue-900-lch: 37.9% .146 265.522;
  --blue-950-lch: 28.2% .091 267.935;
  --blue-50: oklch(var(--blue-50-lch));
  --blue-100: oklch(var(--blue-100-lch));
  --blue-200: oklch(var(--blue-200-lch));
  --blue-300: oklch(var(--blue-300-lch));
  --blue-400: oklch(var(--blue-400-lch));
  --blue-500: oklch(var(--blue-500-lch));
  --blue-600: oklch(var(--blue-600-lch));
  --blue-700: oklch(var(--blue-700-lch));
  --blue-800: oklch(var(--blue-800-lch));
  --blue-900: oklch(var(--blue-900-lch));
  --blue-950: oklch(var(--blue-950-lch));
  --indigo-50-lch: 96.2% .018 272.314;
  --indigo-100-lch: 93% .034 272.788;
  --indigo-200-lch: 87% .065 274.039;
  --indigo-300-lch: 78.5% .115 274.713;
  --indigo-400-lch: 67.3% .182 276.935;
  --indigo-500-lch: 58.5% .233 277.117;
  --indigo-600-lch: 51.1% .262 276.966;
  --indigo-700-lch: 45.7% .24 277.023;
  --indigo-800-lch: 39.8% .195 277.366;
  --indigo-900-lch: 35.9% .144 278.697;
  --indigo-950-lch: 25.7% .09 281.288;
  --indigo-50: oklch(var(--indigo-50-lch));
  --indigo-100: oklch(var(--indigo-100-lch));
  --indigo-200: oklch(var(--indigo-200-lch));
  --indigo-300: oklch(var(--indigo-300-lch));
  --indigo-400: oklch(var(--indigo-400-lch));
  --indigo-500: oklch(var(--indigo-500-lch));
  --indigo-600: oklch(var(--indigo-600-lch));
  --indigo-700: oklch(var(--indigo-700-lch));
  --indigo-800: oklch(var(--indigo-800-lch));
  --indigo-900: oklch(var(--indigo-900-lch));
  --indigo-950: oklch(var(--indigo-950-lch));
  --violet-50-lch: 96.9% .016 293.756;
  --violet-100-lch: 94.3% .029 294.588;
  --violet-200-lch: 89.4% .057 293.283;
  --violet-300-lch: 81.1% .111 293.571;
  --violet-400-lch: 70.2% .183 293.541;
  --violet-500-lch: 60.6% .25 292.717;
  --violet-600-lch: 54.1% .281 293.009;
  --violet-700-lch: 49.1% .27 292.581;
  --violet-800-lch: 43.2% .232 292.759;
  --violet-900-lch: 38% .189 293.745;
  --violet-950-lch: 28.3% .141 291.089;
  --violet-50: oklch(var(--violet-50-lch));
  --violet-100: oklch(var(--violet-100-lch));
  --violet-200: oklch(var(--violet-200-lch));
  --violet-300: oklch(var(--violet-300-lch));
  --violet-400: oklch(var(--violet-400-lch));
  --violet-500: oklch(var(--violet-500-lch));
  --violet-600: oklch(var(--violet-600-lch));
  --violet-700: oklch(var(--violet-700-lch));
  --violet-800: oklch(var(--violet-800-lch));
  --violet-900: oklch(var(--violet-900-lch));
  --violet-950: oklch(var(--violet-950-lch));
  --purple-50-lch: 97.7% .014 308.299;
  --purple-100-lch: 94.6% .033 307.174;
  --purple-200-lch: 90.2% .063 306.703;
  --purple-300-lch: 82.7% .119 306.383;
  --purple-400-lch: 71.4% .203 305.504;
  --purple-500-lch: 62.7% .265 303.9;
  --purple-600-lch: 55.8% .288 302.321;
  --purple-700-lch: 49.6% .265 301.924;
  --purple-800-lch: 43.8% .218 303.724;
  --purple-900-lch: 38.1% .176 304.987;
  --purple-950-lch: 29.1% .149 302.717;
  --purple-50: oklch(var(--purple-50-lch));
  --purple-100: oklch(var(--purple-100-lch));
  --purple-200: oklch(var(--purple-200-lch));
  --purple-300: oklch(var(--purple-300-lch));
  --purple-400: oklch(var(--purple-400-lch));
  --purple-500: oklch(var(--purple-500-lch));
  --purple-600: oklch(var(--purple-600-lch));
  --purple-700: oklch(var(--purple-700-lch));
  --purple-800: oklch(var(--purple-800-lch));
  --purple-900: oklch(var(--purple-900-lch));
  --purple-950: oklch(var(--purple-950-lch));
  --fuchsia-50-lch: 97.7% .017 320.058;
  --fuchsia-100-lch: 95.2% .037 318.852;
  --fuchsia-200-lch: 90.3% .076 319.62;
  --fuchsia-300-lch: 83.3% .145 321.434;
  --fuchsia-400-lch: 74% .238 322.16;
  --fuchsia-500-lch: 66.7% .295 322.15;
  --fuchsia-600-lch: 59.1% .293 322.896;
  --fuchsia-700-lch: 51.8% .253 323.949;
  --fuchsia-800-lch: 45.2% .211 324.591;
  --fuchsia-900-lch: 40.1% .17 325.612;
  --fuchsia-950-lch: 29.3% .136 325.661;
  --fuchsia-50: oklch(var(--fuchsia-50-lch));
  --fuchsia-100: oklch(var(--fuchsia-100-lch));
  --fuchsia-200: oklch(var(--fuchsia-200-lch));
  --fuchsia-300: oklch(var(--fuchsia-300-lch));
  --fuchsia-400: oklch(var(--fuchsia-400-lch));
  --fuchsia-500: oklch(var(--fuchsia-500-lch));
  --fuchsia-600: oklch(var(--fuchsia-600-lch));
  --fuchsia-700: oklch(var(--fuchsia-700-lch));
  --fuchsia-800: oklch(var(--fuchsia-800-lch));
  --fuchsia-900: oklch(var(--fuchsia-900-lch));
  --fuchsia-950: oklch(var(--fuchsia-950-lch));
  --pink-50-lch: 97.1% .014 343.198;
  --pink-100-lch: 94.8% .028 342.258;
  --pink-200-lch: 89.9% .061 343.231;
  --pink-300-lch: 82.3% .12 346.018;
  --pink-400-lch: 71.8% .202 349.761;
  --pink-500-lch: 65.6% .241 354.308;
  --pink-600-lch: 59.2% .249 .584;
  --pink-700-lch: 52.5% .223 3.958;
  --pink-800-lch: 45.9% .187 3.815;
  --pink-900-lch: 40.8% .153 2.432;
  --pink-950-lch: 28.4% .109 3.907;
  --pink-50: oklch(var(--pink-50-lch));
  --pink-100: oklch(var(--pink-100-lch));
  --pink-200: oklch(var(--pink-200-lch));
  --pink-300: oklch(var(--pink-300-lch));
  --pink-400: oklch(var(--pink-400-lch));
  --pink-500: oklch(var(--pink-500-lch));
  --pink-600: oklch(var(--pink-600-lch));
  --pink-700: oklch(var(--pink-700-lch));
  --pink-800: oklch(var(--pink-800-lch));
  --pink-900: oklch(var(--pink-900-lch));
  --pink-950: oklch(var(--pink-950-lch));
  --rose-50-lch: 96.9% .015 12.422;
  --rose-100-lch: 94.1% .03 12.58;
  --rose-200-lch: 89.2% .058 10.001;
  --rose-300-lch: 81% .117 11.638;
  --rose-400-lch: 71.2% .194 13.428;
  --rose-500-lch: 64.5% .246 16.439;
  --rose-600-lch: 58.6% .253 17.585;
  --rose-700-lch: 51.4% .222 16.935;
  --rose-800-lch: 45.5% .188 13.697;
  --rose-900-lch: 41% .159 10.272;
  --rose-950-lch: 27.1% .105 12.094;
  --rose-50: oklch(var(--rose-50-lch));
  --rose-100: oklch(var(--rose-100-lch));
  --rose-200: oklch(var(--rose-200-lch));
  --rose-300: oklch(var(--rose-300-lch));
  --rose-400: oklch(var(--rose-400-lch));
  --rose-500: oklch(var(--rose-500-lch));
  --rose-600: oklch(var(--rose-600-lch));
  --rose-700: oklch(var(--rose-700-lch));
  --rose-800: oklch(var(--rose-800-lch));
  --rose-900: oklch(var(--rose-900-lch));
  --rose-950: oklch(var(--rose-950-lch));
}

/* src/misc.css */
:root {
  --focus-outline-color: #3b82f6;
}

:where(:focus-visible) {
  outline: 2px solid var(--focus-outline-color);
  outline-offset: 2px;
}

:where(hr:not(.unstyled)) {
  background: #d4d4d4;
  border: none;
  height: 1px;
}

:where(code:not(.unstyled)) {
  color: #fff;
  background-color: #000;
  padding: 2px 6px;
  font-family: SF Mono, Monaco, Cascadia Code, Roboto Mono, Consolas, Courier New, monospace;
  font-size: .875rem;
}

:where(.ui-code.ui-block) {
  display: block;
  overflow-x: auto;
  color: #fff;
  white-space: pre;
  background-color: #000;
  padding: 8px 16px;
  font-family: SF Mono, Monaco, Cascadia Code, Roboto Mono, Consolas, Courier New, monospace;
  font-size: .875rem;
}

/* src/typography.css */
:where(strong:not(.unstyled)) {
  font-weight: 600;
}

:where(b:not(.unstyled)) {
  font-weight: 600;
}

:where(em:not(.unstyled)) {
  font-style: italic;
}

:where(i:not(.unstyled)) {
  font-style: italic;
}

:where(small:not(.unstyled)) {
  font-size: .875rem;
}

:where(mark:not(.unstyled)) {
  background-color: #ff0;
  padding: 2px 4px;
}

:where(del:not(.unstyled)) {
  text-decoration: line-through;
}

:where(s:not(.unstyled)) {
  text-decoration: line-through;
}

:where(ins:not(.unstyled)) {
  text-decoration: underline;
}

:where(u:not(.unstyled)) {
  text-decoration: underline;
}

:where(sub:not(.unstyled)) {
  vertical-align: sub;
  font-size: .75em;
  line-height: 0;
}

:where(sup:not(.unstyled)) {
  vertical-align: super;
  font-size: .75em;
  line-height: 0;
}

:where(kbd:not(.unstyled)) {
  background-color: #f5f5f5;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  padding: 2px 6px;
  font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
  font-size: .875em;
  box-shadow: 0 1px #0000001a;
}

:where(abbr:not(.unstyled)) {
  text-decoration: underline;
  text-decoration-style: dotted;
  cursor: help;
}

:where(q:not(.unstyled)) {
  quotes: "«" "»" "‹" "›";
}

:where(q:not(.unstyled)):before {
  content: open-quote;
}

:where(q:not(.unstyled)):after {
  content: close-quote;
}

:where(cite:not(.unstyled)) {
  font-style: italic;
}

:where(samp:not(.unstyled)) {
  font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
  font-size: .875em;
}

:where(var:not(.unstyled)) {
  font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
  font-size: .875em;
  font-style: italic;
}

/* src/links.css */
:where(a, .ui-link):where(:not(.ui-button)) {
  display: inline;
  color: #2563eb;
  text-decoration: underline;
}

:where(a, .ui-link):where(:not(.ui-button))::where(:visited) {
  color: #6d28d9;
}

:where(a, .ui-link):where(:not(.ui-button))::where(:hover) {
  color: #1d4ed8;
}

:where(a, .ui-link):where(:not(.ui-button))::where(:active) {
  color: #7c3aed;
}

:where(a, .ui-link):where(:not(.ui-button)):where(.unstyled) {
  color: inherit;
  text-decoration: none;
}

:where(a, .ui-link):where(:not(.ui-button)):where(.unstyled)::where(:hover) {
  color: inherit;
  text-decoration: none;
}

:where(a, .ui-link):where(:not(.ui-button)):where(.unstyled)::where(:active) {
  color: inherit;
  text-decoration: none;
}

:where(a, .ui-link):where(:not(.ui-button)):where(.unstyled)::where(:visited) {
  color: inherit;
  text-decoration: none;
}

:where(a, .ui-link):where(:not(.ui-button)):where(.inherit) {
  color: inherit;
}

:where(a, .ui-link):where(:not(.ui-button)):where(.inherit):where(:visited) {
  color: inherit;
}

:where(a, .ui-link):where(:not(.ui-button)):where(.inherit):where(:hover) {
  color: #1d4ed8;
}

:where(a, .ui-link):where(:not(.ui-button)):where(.inherit):where(:active) {
  color: #7c3aed;
}

/* src/headings.css */
:where(.ui-heading, h1, h2, h3, h4, h5, h6):where(:not(.unstyled)) {
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3;
}

:where(.ui-heading, h1, h2, h3, h4, h5, h6):where(:not(.unstyled)):where(.xs) {
  font-size: .75rem;
  line-height: 1.5;
}

:where(.ui-heading, h1, h2, h3, h4, h5, h6):where(:not(.unstyled)):where(.sm) {
  font-size: .875rem;
  line-height: 1.4;
}

:where(.ui-heading, h1, h2, h3, h4, h5, h6):where(:not(.unstyled)):where(.lg) {
  font-size: 1.375rem;
  line-height: 1.25;
}

:where(.ui-heading, h1, h2, h3, h4, h5, h6):where(:not(.unstyled)):where(.xl) {
  font-size: 1.75rem;
  line-height: 1.2;
}

:where(.ui-heading, h1, h2, h3, h4, h5, h6):where(:not(.unstyled)):where(.xxl) {
  font-size: 2.25rem;
  line-height: 1.1;
}

/* src/lists.css */
:where(ul:not(.unstyled), ol:not(.unstyled)) {
  padding-left: 40px;
}

:where(ul.unstyled, ol.unstyled) {
  list-style: none;
  padding: 0;
}

/* src/inputs.css */
:where([class^="input"], input:not([type]):not(.unstyled), input[type="text"]:not(.unstyled), input[type="email"]:not(.unstyled), input[type="password"]:not(.unstyled), input[type="number"]:not(.unstyled), input[type="url"]:not(.unstyled), input[type="tel"]:not(.unstyled), input[type="search"]:not(.unstyled), input[type="date"]:not(.unstyled), input[type="datetime"]:not(.unstyled), input[type="datetime-local"]:not(.unstyled), input[type="month"]:not(.unstyled), input[type="week"]:not(.unstyled), input[type="time"]:not(.unstyled), input[list="datalist"]:not(.unstyled), textarea:not(.unstyled), select:not(.unstyled)) {
  display: inline-block;
  box-sizing: border-box;
  color: #000;
  text-decoration: none;
  background: #fff;
  border: 1px solid #d4d4d4;
  min-width: 0;
  max-width: 100%;
  padding: 14px 16px;
  font-family: inherit;
  font-size: 16px;
}

:where([class^="input"], input:not([type]):not(.unstyled), input[type="text"]:not(.unstyled), input[type="email"]:not(.unstyled), input[type="password"]:not(.unstyled), input[type="number"]:not(.unstyled), input[type="url"]:not(.unstyled), input[type="tel"]:not(.unstyled), input[type="search"]:not(.unstyled), input[type="date"]:not(.unstyled), input[type="datetime"]:not(.unstyled), input[type="datetime-local"]:not(.unstyled), input[type="month"]:not(.unstyled), input[type="week"]:not(.unstyled), input[type="time"]:not(.unstyled), input[list="datalist"]:not(.unstyled), textarea:not(.unstyled), select:not(.unstyled)):hover {
  border-color: #a3a3a3;
}

:where([class^="input"], input:not([type]):not(.unstyled), input[type="text"]:not(.unstyled), input[type="email"]:not(.unstyled), input[type="password"]:not(.unstyled), input[type="number"]:not(.unstyled), input[type="url"]:not(.unstyled), input[type="tel"]:not(.unstyled), input[type="search"]:not(.unstyled), input[type="date"]:not(.unstyled), input[type="datetime"]:not(.unstyled), input[type="datetime-local"]:not(.unstyled), input[type="month"]:not(.unstyled), input[type="week"]:not(.unstyled), input[type="time"]:not(.unstyled), input[list="datalist"]:not(.unstyled), textarea:not(.unstyled), select:not(.unstyled)):focus {
  outline: none;
  border-color: #3b82f6;
}

:where([class^="input"], input:not([type]):not(.unstyled), input[type="text"]:not(.unstyled), input[type="email"]:not(.unstyled), input[type="password"]:not(.unstyled), input[type="number"]:not(.unstyled), input[type="url"]:not(.unstyled), input[type="tel"]:not(.unstyled), input[type="search"]:not(.unstyled), input[type="date"]:not(.unstyled), input[type="datetime"]:not(.unstyled), input[type="datetime-local"]:not(.unstyled), input[type="month"]:not(.unstyled), input[type="week"]:not(.unstyled), input[type="time"]:not(.unstyled), input[list="datalist"]:not(.unstyled), textarea:not(.unstyled), select:not(.unstyled)):disabled {
  cursor: not-allowed;
  color: #a3a3a3;
  background: #f5f5f5;
  border-color: #e5e5e5;
}

:where([class^="input"], input:not([type]):not(.unstyled), input[type="text"]:not(.unstyled), input[type="email"]:not(.unstyled), input[type="password"]:not(.unstyled), input[type="number"]:not(.unstyled), input[type="url"]:not(.unstyled), input[type="tel"]:not(.unstyled), input[type="search"]:not(.unstyled), input[type="date"]:not(.unstyled), input[type="datetime"]:not(.unstyled), input[type="datetime-local"]:not(.unstyled), input[type="month"]:not(.unstyled), input[type="week"]:not(.unstyled), input[type="time"]:not(.unstyled), input[list="datalist"]:not(.unstyled), textarea:not(.unstyled), select:not(.unstyled))::placeholder {
  color: #737373;
}

:where([class^="input"], input:not([type]):not(.unstyled), input[type="text"]:not(.unstyled), input[type="email"]:not(.unstyled), input[type="password"]:not(.unstyled), input[type="number"]:not(.unstyled), input[type="url"]:not(.unstyled), input[type="tel"]:not(.unstyled), input[type="search"]:not(.unstyled), input[type="date"]:not(.unstyled), input[type="datetime"]:not(.unstyled), input[type="datetime-local"]:not(.unstyled), input[type="month"]:not(.unstyled), input[type="week"]:not(.unstyled), input[type="time"]:not(.unstyled), input[list="datalist"]:not(.unstyled), textarea:not(.unstyled), select:not(.unstyled)):focus::placeholder {
  color: #a3a3a3;
}

:where([class^="input"], input:not([type]):not(.unstyled), input[type="text"]:not(.unstyled), input[type="email"]:not(.unstyled), input[type="password"]:not(.unstyled), input[type="number"]:not(.unstyled), input[type="url"]:not(.unstyled), input[type="tel"]:not(.unstyled), input[type="search"]:not(.unstyled), input[type="date"]:not(.unstyled), input[type="datetime"]:not(.unstyled), input[type="datetime-local"]:not(.unstyled), input[type="month"]:not(.unstyled), input[type="week"]:not(.unstyled), input[type="time"]:not(.unstyled), input[list="datalist"]:not(.unstyled), textarea:not(.unstyled), select:not(.unstyled)):disabled::placeholder {
  color: #a3a3a3;
}

:where(label:has( > input[type="checkbox"]:not(.unstyled))) {
  display: flex;
  cursor: pointer;
  align-items:  center;
  gap: .5rem;
}

:where(input[type="checkbox"]:not(.unstyled)) {
  display: inline-block;
  position: relative;
  vertical-align: text-bottom;
  appearance: none;
  cursor: pointer;
  user-select: none;
  background: #fff;
  border: 1px solid #d4d4d4;
  width: 20px;
  height: 20px;
}

:where(input[type="checkbox"]:not(.unstyled)):hover {
  border-color: #737373;
}

:where(input[type="checkbox"]:not(.unstyled)):focus {
  outline: none;
  border-color: #3b82f6;
}

:where(input[type="checkbox"]:not(.unstyled)):checked {
  background-color: #404040;
  border-color: #404040;
}

:where(input[type="checkbox"]:not(.unstyled)):indeterminate {
  background-color: #404040;
  border-color: #404040;
}

:where(input[type="checkbox"]:not(.unstyled)):checked:after {
  position: absolute;
  content: "";
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  width: 5px;
  height: 9px;
  top: 50%;
  left: 50%;
  translate: -50% -60%;
  rotate: 45deg;
}

:where(input[type="checkbox"]:not(.unstyled)):indeterminate:after {
  position: absolute;
  content: "";
  border: 0 solid #fff;
  border-bottom-width: 2px;
  width: 10px;
  height: 0;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  rotate: none;
}

:where(input[type="checkbox"]:not(.unstyled)):disabled {
  cursor: not-allowed;
  background-color: #f5f5f5;
  border-color: #e5e5e5;
}

:where(input[type="checkbox"]:not(.unstyled)):disabled:after {
  border-color: #a3a3a3;
}

:where(label:has( > input[type="radio"]:not(.unstyled))) {
  display: flex;
  cursor: pointer;
  align-items:  center;
  gap: .5rem;
}

:where(input[type="radio"]:not(.unstyled)) {
  display: inline-block;
  position: relative;
  vertical-align: text-bottom;
  appearance: none;
  cursor: pointer;
  user-select: none;
  background: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

:where(input[type="radio"]:not(.unstyled)):hover {
  border-color: #737373;
}

:where(input[type="radio"]:not(.unstyled)):focus {
  outline: none;
  border-color: #3b82f6;
}

:where(input[type="radio"]:not(.unstyled)):checked {
  background-color: #404040;
  border-color: #404040;
}

:where(input[type="radio"]:not(.unstyled)):checked:after {
  position: absolute;
  content: "";
  background: #fff;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

:where(input[type="radio"]:not(.unstyled)):disabled {
  cursor: not-allowed;
  background-color: #f5f5f5;
  border-color: #e5e5e5;
}

:where(input[type="radio"]:not(.unstyled)):disabled:after {
  background-color: #a3a3a3;
}

/* src/accordions.css */
:where(details.ui-accordion:not(.unstyled)) > summary {
  display: inline-block;
  cursor: pointer;
}

:where(details.ui-accordion:not(.unstyled)) > summary:not(.ui-button) {
  font-weight: 600;
}

:where(details.ui-accordion:not(.unstyled)) > summary:after {
  content: "›";
  transition: rotate .2s;
}

:where(details.ui-accordion:not(.unstyled)) > summary:after {
  float: left;
  margin-right: 8px;
}

:where(details.ui-accordion:not(.unstyled))[open] > summary:after {
  rotate: 90deg;
}

/* src/cards.css */
:where(.ui-card:not(.elevated):not(.outlined)) {
  background-color: #f9f9f9;
  padding: 16px 20px;
}

:where(.ui-card:not(.elevated):not(.outlined)):where(:has( > .ui-card-link):hover) {
  background-color: #f3f3f3;
}

:where(.ui-card:not(.elevated):not(.outlined)):where(:has( > .ui-card-link):active) {
  background-color: #eee;
}

:where(.ui-card.outlined) {
  background-color: #0000;
  border: 1px solid #eee;
  padding: 15px 19px;
}

:where(.ui-card.outlined):where(:has( > .ui-card-link):hover) {
  background-color: #0000;
  border-color: #e3e3e3;
}

:where(.ui-card.outlined):where(:has( > .ui-card-link):active) {
  background-color: #0000;
  border-color: #ddd;
}

:where(.ui-card.elevated) {
  padding: 16px 20px;
  box-shadow: 0 4px 8px #ddd;
}

:where(.ui-card.elevated):where(:has( > .ui-card-link):hover) {
  box-shadow: 0 2px 6px #ddd;
}

:where(.ui-card.elevated):where(:has( > .ui-card-link):active) {
  box-shadow: 0 1px 5px #ddd;
}

:where(.ui-card:has( > .ui-card-link)) {
  position: relative;
  cursor: pointer;
  user-select: none;
  text-decoration: none;
}

:where(.ui-card > .ui-card-link) {
  position: absolute;
  z-index: 1;
  color: #0000;
  text-decoration: none;
  inset: 0;
}

/* src/modals.css */
:where(dialog.ui-modal) {
  overflow-y: auto;
  width: 800px;
  max-width: 90vw;
  max-height: 90vh;
  margin: auto;
  padding: 24px;
}

:where(dialog.ui-modal):where(.xs) {
  width: 400px;
  max-width: 90vw;
}

:where(dialog.ui-modal):where(.sm) {
  width: 600px;
  max-width: 90vw;
}

:where(dialog.ui-modal):where(.lg) {
  width: 1200px;
  max-width: 90vw;
}

:where(dialog.ui-modal):where(.xl) {
  width: 1600px;
  max-width: 90vw;
}

:where(dialog.ui-modal):where(.right) {
  height: 100dvh;
  max-height: 100dvh;
  margin: 0 0 0 auto;
  transition: transform .3s ease-in-out;
  transform: translateX(100%);
  box-shadow: -4px 0 20px #0000001a;
}

:where(dialog.ui-modal):where(.right[open]) {
  transform: translateX(0);
}

:where(dialog.ui-modal):where(.left) {
  height: 100dvh;
  max-height: 100dvh;
  margin: auto 0 0;
  transition: transform .3s ease-in-out;
  transform: translateX(-100%);
  box-shadow: 4px 0 20px #0000001a;
}

:where(dialog.ui-modal):where(.left[open]) {
  transform: translateX(0);
}

:where(dialog.ui-modal > header) {
  display: flex;
  justify-content: space-between;
  align-items:  center;
  gap: 16px;
  margin: -24px -24px 16px;
  padding: 16px 24px;
}

:where(dialog.ui-modal > footer) {
  display: flex;
  align-items:  center;
  gap: 8px;
  margin: 16px -24px -24px;
  padding: 16px 24px;
}

/* src/containers.css */
:where(.ui-container) {
  padding-inline-start: max(50cqw - 480px, 24px);
  padding-inline-end: max(50cqw - 480px, 24px);
}

:where(.ui-container.xs) {
  padding-inline-start: max(50cqw - 240px, 24px);
  padding-inline-end: max(50cqw - 240px, 24px);
}

:where(.ui-container.sm) {
  padding-inline-start: max(50cqw - 320px, 24px);
  padding-inline-end: max(50cqw - 320px, 24px);
}

:where(.ui-container.lg) {
  padding-inline-start: max(50cqw - 640px, 24px);
  padding-inline-end: max(50cqw - 640px, 24px);
}

:where(.ui-container.xl) {
  padding-inline-start: max(50cqw - 840px, 24px);
  padding-inline-end: max(50cqw - 840px, 24px);
}

:where(.ui-container.xxl) {
  padding-inline-start: max(50cqw - 960px, 24px);
  padding-inline-end: max(50cqw - 960px, 24px);
}

/* src/buttons.css */
:where(button, input[type="button"], input[type="submit"], input[type="reset"], .ui-button) {
  display: inline-block;
  cursor: pointer;
  color: inherit;
  font: inherit;
  user-select: none;
  text-align: center;
  text-decoration: none;
  background-color: #0000;
}

:where(button, input[type="button"], input[type="submit"], input[type="reset"], .ui-button):where(:not(.unstyled)) {
  user-select: none;
  text-decoration: none;
  min-height: 36px;
  padding: 6px 16px;
  font-size: 1rem;
  font-weight: 500;
}

:where(button, input[type="button"], input[type="submit"], input[type="reset"], .ui-button):where(:not(.unstyled)):where([aria-busy="true"]) {
  position: relative;
  pointer-events: none;
}

:where(button, input[type="button"], input[type="submit"], input[type="reset"], .ui-button):where(:not(.unstyled)):where([aria-busy="true"]):where( >  > *) {
  opacity: 0;
}

:where(button, input[type="button"], input[type="submit"], input[type="reset"], .ui-button):where(:not(.unstyled)):where([aria-busy="true"]):after {
  display: block;
  position: absolute;
  animation: spin 1s linear infinite;
  border: 2px solid #0000;
  aspect-ratio: 1;
  content: "";
  border-left-color: #0000;
  border-right-color: #0000;
  border-radius: 50%;
  height: 50%;
  margin: auto;
  inset: 0;
}

:where(button, input[type="button"], input[type="submit"], input[type="reset"], .ui-button):where(:not(.unstyled)):where(.primary) {
  color: #fff;
  background: #000;
}

:where(button, input[type="button"], input[type="submit"], input[type="reset"], .ui-button):where(:not(.unstyled)):where(.primary):where(:hover) {
  background: #262626;
}

:where(button, input[type="button"], input[type="submit"], input[type="reset"], .ui-button):where(:not(.unstyled)):where(.primary):where(:active) {
  background: #404040;
}

:where(button, input[type="button"], input[type="submit"], input[type="reset"], .ui-button):where(:not(.unstyled)):where(.primary):where(:disabled) {
  color: #737373;
  background: #a3a3a3;
}

:where(button, input[type="button"], input[type="submit"], input[type="reset"], .ui-button):where(:not(.unstyled)):where(.primary):where([aria-busy="true"]) {
  color: #0000;
}

:where(button, input[type="button"], input[type="submit"], input[type="reset"], .ui-button):where(:not(.unstyled)):where(.primary):where([aria-busy="true"]):after {
  border-block-start-color: #fff;
  border-block-end-color: #fff;
}

:where(button, input[type="button"], input[type="submit"], input[type="reset"], .ui-button):where(:not(.unstyled)):where(:not(.primary):not(.tertiary)) {
  color: #000;
  background-color: #eee;
}

:where(button, input[type="button"], input[type="submit"], input[type="reset"], .ui-button):where(:not(.unstyled)):where(:not(.primary):not(.tertiary)):where(:hover) {
  background-color: #e5e5e5;
}

:where(button, input[type="button"], input[type="submit"], input[type="reset"], .ui-button):where(:not(.unstyled)):where(:not(.primary):not(.tertiary)):where(:active) {
  background-color: #d4d4d4;
}

:where(button, input[type="button"], input[type="submit"], input[type="reset"], .ui-button):where(:not(.unstyled)):where(:not(.primary):not(.tertiary)):where(:disabled) {
  color: #a3a3a3;
  background-color: #f5f5f5;
}

:where(button, input[type="button"], input[type="submit"], input[type="reset"], .ui-button):where(:not(.unstyled)):where(:not(.primary):not(.tertiary)):where([aria-busy="true"]) {
  color: #0000;
}

:where(button, input[type="button"], input[type="submit"], input[type="reset"], .ui-button):where(:not(.unstyled)):where(:not(.primary):not(.tertiary)):where([aria-busy="true"]):after {
  border-block-start-color: #000;
  border-block-end-color: #000;
}

:where(button, input[type="button"], input[type="submit"], input[type="reset"], .ui-button):where(:not(.unstyled)):where(.tertiary) {
  color: #262626;
  background-color: #0000;
}

:where(button, input[type="button"], input[type="submit"], input[type="reset"], .ui-button):where(:not(.unstyled)):where(.tertiary):where(:hover) {
  color: #000;
  background: #0000001a;
}

:where(button, input[type="button"], input[type="submit"], input[type="reset"], .ui-button):where(:not(.unstyled)):where(.tertiary):where(:active) {
  color: #404040;
  background: #0003;
}

:where(button, input[type="button"], input[type="submit"], input[type="reset"], .ui-button):where(:not(.unstyled)):where(.tertiary):where(:disabled) {
  color: #a3a3a3;
  background: none;
}

:where(button, input[type="button"], input[type="submit"], input[type="reset"], .ui-button):where(:not(.unstyled)):where(.tertiary):where([aria-busy="true"]) {
  color: #0000;
}

:where(button, input[type="button"], input[type="submit"], input[type="reset"], .ui-button):where(:not(.unstyled)):where(.tertiary):where([aria-busy="true"]):after {
  border-block-start-color: #262626;
  border-block-end-color: #262626;
}

:where(button, input[type="button"], input[type="submit"], input[type="reset"], .ui-button):where(:not(.unstyled)):where(.xs) {
  min-height: 20px;
  padding: 1px 6px;
  font-size: .75rem;
}

:where(button, input[type="button"], input[type="submit"], input[type="reset"], .ui-button):where(:not(.unstyled)):where(.sm) {
  min-height: 24px;
  padding: 2px 8px;
  font-size: .875rem;
}

:where(button, input[type="button"], input[type="submit"], input[type="reset"], .ui-button):where(:not(.unstyled)):where(.md) {
  min-height: 36px;
  padding: 6px 16px;
  font-size: 1rem;
}

:where(button, input[type="button"], input[type="submit"], input[type="reset"], .ui-button):where(:not(.unstyled)):where(.lg) {
  min-height: 48px;
  padding: 8px 24px;
  font-size: 1.125rem;
}

:where(button, input[type="button"], input[type="submit"], input[type="reset"], .ui-button):where(:not(.unstyled)):where(.xl) {
  min-height: 60px;
  padding: 8px 28px;
  font-size: 1.125rem;
}

:where(button, input[type="button"], input[type="submit"], input[type="reset"], .ui-button):where(:not(.unstyled)):where(.wide) {
  padding-left: 32px;
  padding-right: 32px;
}

:where(button, input[type="button"], input[type="submit"], input[type="reset"], .ui-button):where(:not(.unstyled)):where(.wide.xs) {
  padding-left: 16px;
  padding-right: 16px;
}

:where(button, input[type="button"], input[type="submit"], input[type="reset"], .ui-button):where(:not(.unstyled)):where(.wide.sm) {
  padding-left: 20px;
  padding-right: 20px;
}

:where(button, input[type="button"], input[type="submit"], input[type="reset"], .ui-button):where(:not(.unstyled)):where(.wide.md) {
  padding-left: 32px;
  padding-right: 32px;
}

:where(button, input[type="button"], input[type="submit"], input[type="reset"], .ui-button):where(:not(.unstyled)):where(.wide.lg) {
  padding-left: 40px;
  padding-right: 40px;
}

:where(button, input[type="button"], input[type="submit"], input[type="reset"], .ui-button):where(:not(.unstyled)):where(.wide.xl) {
  padding-left: 48px;
  padding-right: 48px;
}

:where(button, input[type="button"], input[type="submit"], input[type="reset"], .ui-button):where(:not(.unstyled)):where(.block) {
  width: 100%;
}

:where(button, input[type="button"], input[type="submit"], input[type="reset"], .ui-button):where(:not(.unstyled)):where(summary) {
  list-style: none;
}

:where(button, input[type="button"], input[type="submit"], input[type="reset"], .ui-button):where(:not(.unstyled)):where(summary)::-webkit-details-marker {
  display: none;
}

:where(button, input[type="button"], input[type="submit"], input[type="reset"], .ui-button):where(:not(.unstyled)):where(summary)::marker {
  display: none;
}

:where(button, input[type="button"], input[type="submit"], input[type="reset"], .ui-button):where(:not(.unstyled)):where(:has(.ui-icon)) {
  display: inline-flex;
  justify-content: center;
  align-items:  center;
  gap: .5rem;
}

:where(.ui-button:has( > input[type="checkbox"]), .ui-button:has( > input[type="radio"])) {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items:  center;
}

:where(.ui-button:has( > input[type="checkbox"]), .ui-button:has( > input[type="radio"])) > input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
  margin: 0;
}

:where(.ui-button:has( > input[type="checkbox"]), .ui-button:has( > input[type="radio"])) > input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
  margin: 0;
}

:where(.ui-button:has( > input[type="checkbox"]), .ui-button:has( > input[type="radio"])):has(input:checked).primary {
  color: #fff;
  background: #1a1a1a;
}

:where(.ui-button:has( > input[type="checkbox"]), .ui-button:has( > input[type="radio"])):has(input:checked):not(.primary):not(.tertiary) {
  color: #000;
  background-color: #d4d4d4;
}

:where(.ui-button:has( > input[type="checkbox"]), .ui-button:has( > input[type="radio"])):has(input:checked).tertiary {
  color: #000;
  background: #00000026;
}

:where(.ui-button:has( > input[type="checkbox"]), .ui-button:has( > input[type="radio"])):has(input:disabled) {
  opacity: .6;
  cursor: not-allowed;
  pointer-events: none;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* src/button-groups.css */
:where(.ui-button-group) {
  display: inline-flex;
  background-color: #0000;
}

:where(.ui-button-group) > * {
  border: none;
  border-radius: 0;
  margin: 0;
}

:where(.ui-button-group) > *:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

:where(.ui-button-group) > *:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

:where(.ui-button-group) > *:first-child:last-child {
  border-radius: 4px;
}

:where(.ui-button-group) > *:not(:first-child) {
  border-left: none;
}

:where(.ui-button-group) > label {
  display: inline-flex;
  cursor: pointer;
  justify-content: center;
  align-items:  center;
}

:where(.ui-button-group) > label > input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
  margin: 0;
}

:where(.ui-button-group) > label > input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
  margin: 0;
}

:where(.ui-button-group) > label:has(input:checked) {
  background-color: #e0e0e0;
}

:where(.ui-button-group) > label:has(input:disabled) {
  opacity: .6;
  cursor: not-allowed;
  pointer-events: none;
  color: #a3a3a3;
  background-color: #0000;
}

:where(.ui-button-group) > input[type="radio"] {
  appearance: none;
  cursor: pointer;
}

:where(.ui-button-group) > input[type="radio"]:where(:checked) {
  background-color: #e0e0e0;
}

:where(.ui-button-group) > input[type="radio"]:before {
  display: none;
}

:where(.ui-button-group) > input[type="radio"]:after {
  display: none;
}

:where(.ui-button-group) > input[type="checkbox"] {
  appearance: none;
  cursor: pointer;
}

:where(.ui-button-group) > input[type="checkbox"]:where(:checked) {
  background-color: #e0e0e0;
}

:where(.ui-button-group) > input[type="checkbox"]:before {
  display: none;
}

:where(.ui-button-group) > input[type="checkbox"]:after {
  display: none;
}

:where(.ui-button-group):where(.block) {
  display: flex;
  width: 100%;
}

:where(.ui-button-group):where(.block) > * {
  flex: 1;
}

/* src/main.css */

