@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&display=swap");
*, ::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*
! tailwindcss v3.4.19 | 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.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  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: Outfit, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
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-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}
/*
Reset default styling for dialogs.
*/
dialog {
  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]:where(:not([hidden="until-found"])) {
  display: none;
}
:root {
        --background: oklch(0.9816 0.0017 247.839);
        --foreground: oklch(0.1649 0.0352 281.8285);
        --card: oklch(1 0 0);
        --card-foreground: oklch(0.1649 0.0352 281.8285);
        --popover: oklch(1 0 0);
        --popover-foreground: oklch(0.1649 0.0352 281.8285);
        --primary: oklch(0.6726 0.2904 341.4084);
        --primary-foreground: oklch(1 0 0);
        --secondary: oklch(0.9595 0.02 286.0164);
        --secondary-foreground: oklch(0.1649 0.0352 281.8285);
        --muted: oklch(0.9595 0.02 286.0164);
        --muted-foreground: oklch(0.1649 0.0352 281.8285);
        --accent: oklch(0.8903 0.1739 171.269);
        --accent-foreground: oklch(0.1649 0.0352 281.8285);
        --destructive: oklch(0.6535 0.2348 34.037);
        --destructive-foreground: oklch(1 0 0);
        --border: oklch(0.9205 0.0086 225.0878);
        --input: oklch(0.9205 0.0086 225.0878);
        --ring: oklch(0.6726 0.2904 341.4084);
        --radius: 0.5rem;
        --chart-1: oklch(0.6726 0.2904 341.4084);
        --chart-2: oklch(0.5488 0.2944 299.0954);
        --chart-3: oklch(0.8442 0.1457 209.2851);
        --chart-4: oklch(0.8903 0.1739 171.269);
        --chart-5: oklch(0.9168 0.1915 101.407);
        --sidebar: oklch(0.9595 0.02 286.0164);
        --sidebar-foreground: oklch(0.1649 0.0352 281.8285);
        --sidebar-primary: oklch(0.6726 0.2904 341.4084);
        --sidebar-primary-foreground: oklch(1 0 0);
        --sidebar-accent: oklch(0.8903 0.1739 171.269);
        --sidebar-accent-foreground: oklch(0.1649 0.0352 281.8285);
        --sidebar-border: oklch(0.9205 0.0086 225.0878);
        --sidebar-ring: oklch(0.6726 0.2904 341.4084);
        --font-sans: Outfit, sans-serif;
        --font-serif:
            ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
        --font-mono: Fira Code, monospace;
        --shadow-color: hsl(0 0% 0%);
        --shadow-opacity: 0.1;
        --shadow-blur: 8px;
        --shadow-spread: -2px;
        --shadow-offset-x: 0px;
        --shadow-offset-y: 4px;
        --letter-spacing: 0em;
        --spacing: 0.25rem;
        --shadow-2xs: 0px 4px 8px -2px hsl(0 0% 0% / 0.05);
        --shadow-xs: 0px 4px 8px -2px hsl(0 0% 0% / 0.05);
        --shadow-sm:
            0px 4px 8px -2px hsl(0 0% 0% / 0.1),
            0px 1px 2px -3px hsl(0 0% 0% / 0.1);
        --shadow:
            0px 4px 8px -2px hsl(0 0% 0% / 0.1),
            0px 1px 2px -3px hsl(0 0% 0% / 0.1);
        --shadow-md:
            0px 4px 8px -2px hsl(0 0% 0% / 0.1),
            0px 2px 4px -3px hsl(0 0% 0% / 0.1);
        --shadow-lg:
            0px 4px 8px -2px hsl(0 0% 0% / 0.1),
            0px 4px 6px -3px hsl(0 0% 0% / 0.1);
        --shadow-xl:
            0px 4px 8px -2px hsl(0 0% 0% / 0.1),
            0px 8px 10px -3px hsl(0 0% 0% / 0.1);
        --shadow-2xl: 0px 4px 8px -2px hsl(0 0% 0% / 0.25);
        --tracking-normal: 0em;
    }
.dark {
        --background: oklch(0.1649 0.0352 281.8285);
        --foreground: oklch(0.9513 0.0074 260.7315);
        --card: oklch(0.2542 0.0611 281.1423);
        --card-foreground: oklch(0.9513 0.0074 260.7315);
        --popover: oklch(0.2542 0.0611 281.1423);
        --popover-foreground: oklch(0.9513 0.0074 260.7315);
        --primary: oklch(0.6726 0.2904 341.4084);
        --primary-foreground: oklch(1 0 0);
        --secondary: oklch(0.2542 0.0611 281.1423);
        --secondary-foreground: oklch(0.9513 0.0074 260.7315);
        --muted: oklch(0.2123 0.0522 280.9917);
        --muted-foreground: oklch(0.6245 0.05 278.1046);
        --accent: oklch(0.8903 0.1739 171.269);
        --accent-foreground: oklch(0.1649 0.0352 281.8285);
        --destructive: oklch(0.6535 0.2348 34.037);
        --destructive-foreground: oklch(1 0 0);
        --border: oklch(0.3279 0.0832 280.789);
        --input: oklch(0.3279 0.0832 280.789);
        --ring: oklch(0.6726 0.2904 341.4084);
        --chart-1: oklch(0.6726 0.2904 341.4084);
        --chart-2: oklch(0.5488 0.2944 299.0954);
        --chart-3: oklch(0.8442 0.1457 209.2851);
        --chart-4: oklch(0.8903 0.1739 171.269);
        --chart-5: oklch(0.9168 0.1915 101.407);
        --sidebar: oklch(0.1649 0.0352 281.8285);
        --sidebar-foreground: oklch(0.9513 0.0074 260.7315);
        --sidebar-primary: oklch(0.6726 0.2904 341.4084);
        --sidebar-primary-foreground: oklch(1 0 0);
        --sidebar-accent: oklch(0.8903 0.1739 171.269);
        --sidebar-accent-foreground: oklch(0.1649 0.0352 281.8285);
        --sidebar-border: oklch(0.3279 0.0832 280.789);
        --sidebar-ring: oklch(0.6726 0.2904 341.4084);
        --radius: 0.5rem;
        --font-sans: Outfit, sans-serif;
        --font-serif:
            ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
        --font-mono: Fira Code, monospace;
        --shadow-color: hsl(0 0% 0%);
        --shadow-opacity: 0.1;
        --shadow-blur: 8px;
        --shadow-spread: -2px;
        --shadow-offset-x: 0px;
        --shadow-offset-y: 4px;
        --letter-spacing: 0em;
        --spacing: 0.25rem;
        --shadow-2xs: 0px 4px 8px -2px hsl(0 0% 0% / 0.05);
        --shadow-xs: 0px 4px 8px -2px hsl(0 0% 0% / 0.05);
        --shadow-sm:
            0px 4px 8px -2px hsl(0 0% 0% / 0.1),
            0px 1px 2px -3px hsl(0 0% 0% / 0.1);
        --shadow:
            0px 4px 8px -2px hsl(0 0% 0% / 0.1),
            0px 1px 2px -3px hsl(0 0% 0% / 0.1);
        --shadow-md:
            0px 4px 8px -2px hsl(0 0% 0% / 0.1),
            0px 2px 4px -3px hsl(0 0% 0% / 0.1);
        --shadow-lg:
            0px 4px 8px -2px hsl(0 0% 0% / 0.1),
            0px 4px 6px -3px hsl(0 0% 0% / 0.1);
        --shadow-xl:
            0px 4px 8px -2px hsl(0 0% 0% / 0.1),
            0px 8px 10px -3px hsl(0 0% 0% / 0.1);
        --shadow-2xl: 0px 4px 8px -2px hsl(0 0% 0% / 0.25);
    }
.theme {
        --font-heading: var(--font-sans);
        --font-sans: Outfit, sans-serif;
        --font-mono: Fira Code, monospace;
        --font-serif:
            ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
        --radius: 0.5rem;
        --tracking-tighter: calc(var(--tracking-normal) - 0.05em);
        --tracking-tight: calc(var(--tracking-normal) - 0.025em);
        --tracking-wide: calc(var(--tracking-normal) + 0.025em);
        --tracking-wider: calc(var(--tracking-normal) + 0.05em);
        --tracking-widest: calc(var(--tracking-normal) + 0.1em);
    }
*{
  border-color: var(--border);
        outline-color: oklch(var(--ring) / 0.5);
}
body{
  background-color: var(--background);
  color: var(--foreground);
        letter-spacing: var(--tracking-normal);
}
html{
  font-family: Outfit, sans-serif;
}
*{
  border-color: var(--border);
}
body{
  background-color: var(--background);
  color: var(--foreground);
}
.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;
}
.invisible{
  visibility: hidden;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.inset-x-0{
  left: 0px;
  right: 0px;
}
.-right-3{
  right: -0.75rem;
}
.bottom-0{
  bottom: 0px;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-3{
  left: 0.75rem;
}
.right-0{
  right: 0px;
}
.right-2{
  right: 0.5rem;
}
.right-3{
  right: 0.75rem;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-2{
  top: 0.5rem;
}
.top-20{
  top: 5rem;
}
.top-3{
  top: 0.75rem;
}
.isolate{
  isolation: isolate;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-30{
  z-index: 30;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.col-start-2{
  grid-column-start: 2;
}
.row-span-2{
  grid-row: span 2 / span 2;
}
.row-start-1{
  grid-row-start: 1;
}
.-mx-1{
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.-mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-0\.5{
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}
.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.-mb-4{
  margin-bottom: -1rem;
}
.mb-1\.5{
  margin-bottom: 0.375rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-2{
  margin-right: 0.5rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-auto{
  margin-top: auto;
}
.block{
  display: block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.table-caption{
  display: table-caption;
}
.table-cell{
  display: table-cell;
}
.table-row{
  display: table-row;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.aspect-auto{
  aspect-ratio: auto;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.aspect-video{
  aspect-ratio: 16 / 9;
}
.size-2\.5{
  width: 0.625rem;
  height: 0.625rem;
}
.size-3{
  width: 0.75rem;
  height: 0.75rem;
}
.size-3\.5{
  width: 0.875rem;
  height: 0.875rem;
}
.size-4{
  width: 1rem;
  height: 1rem;
}
.size-6{
  width: 1.5rem;
  height: 1.5rem;
}
.size-7{
  width: 1.75rem;
  height: 1.75rem;
}
.size-8{
  width: 2rem;
  height: 2rem;
}
.size-9{
  width: 2.25rem;
  height: 2.25rem;
}
.size-\[var\(--cell-size\)\]{
  width: var(--cell-size);
  height: var(--cell-size);
}
.size-auto{
  width: auto;
  height: auto;
}
.size-full{
  width: 100%;
  height: 100%;
}
.h-1{
  height: 0.25rem;
}
.h-10{
  height: 2.5rem;
}
.h-12{
  height: 3rem;
}
.h-14{
  height: 3.5rem;
}
.h-16{
  height: 4rem;
}
.h-2{
  height: 0.5rem;
}
.h-2\.5{
  height: 0.625rem;
}
.h-20{
  height: 5rem;
}
.h-24{
  height: 6rem;
}
.h-3{
  height: 0.75rem;
}
.h-3\.5{
  height: 0.875rem;
}
.h-32{
  height: 8rem;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-64{
  height: 16rem;
}
.h-7{
  height: 1.75rem;
}
.h-8{
  height: 2rem;
}
.h-9{
  height: 2.25rem;
}
.h-96{
  height: 24rem;
}
.h-\[300px\]{
  height: 300px;
}
.h-\[350px\]{
  height: 350px;
}
.h-\[400px\]{
  height: 400px;
}
.h-\[calc\(100\%-1px\)\]{
  height: calc(100% - 1px);
}
.h-\[var\(--cell-size\)\]{
  height: var(--cell-size);
}
.h-full{
  height: 100%;
}
.h-px{
  height: 1px;
}
.h-screen{
  height: 100vh;
}
.max-h-72{
  max-height: 18rem;
}
.min-h-screen{
  min-height: 100vh;
}
.w-0{
  width: 0px;
}
.w-1{
  width: 0.25rem;
}
.w-12{
  width: 3rem;
}
.w-14{
  width: 3.5rem;
}
.w-2{
  width: 0.5rem;
}
.w-2\.5{
  width: 0.625rem;
}
.w-20{
  width: 5rem;
}
.w-24{
  width: 6rem;
}
.w-3{
  width: 0.75rem;
}
.w-3\.5{
  width: 0.875rem;
}
.w-32{
  width: 8rem;
}
.w-4{
  width: 1rem;
}
.w-48{
  width: 12rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-7{
  width: 1.75rem;
}
.w-8{
  width: 2rem;
}
.w-80{
  width: 20rem;
}
.w-9{
  width: 2.25rem;
}
.w-\[140px\]{
  width: 140px;
}
.w-\[160px\]{
  width: 160px;
}
.w-\[180px\]{
  width: 180px;
}
.w-\[280px\]{
  width: 280px;
}
.w-\[80px\]{
  width: 80px;
}
.w-\[var\(--cell-size\)\]{
  width: var(--cell-size);
}
.w-auto{
  width: auto;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.min-w-0{
  min-width: 0px;
}
.min-w-32{
  min-width: 8rem;
}
.min-w-36{
  min-width: 9rem;
}
.min-w-40{
  min-width: 10rem;
}
.min-w-\[96px\]{
  min-width: 96px;
}
.min-w-\[var\(--cell-size\)\]{
  min-width: var(--cell-size);
}
.max-w-\[calc\(100\%-2rem\)\]{
  max-width: calc(100% - 2rem);
}
.max-w-md{
  max-width: 28rem;
}
.max-w-xs{
  max-width: 20rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.caption-bottom{
  caption-side: bottom;
}
.border-collapse{
  border-collapse: collapse;
}
.-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-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-\[calc\(-50\%-2px\)\]{
  --tw-translate-y: calc(-50% - 2px);
  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-45{
  --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));
}
@keyframes pulse{
  50%{
    opacity: .5;
  }
}
.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}
.animate-spin{
  animation: spin 1s linear infinite;
}
.cursor-default{
  cursor: default;
}
.cursor-pointer{
  cursor: pointer;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.scroll-my-1{
  scroll-margin-top: 0.25rem;
  scroll-margin-bottom: 0.25rem;
}
.auto-rows-min{
  grid-auto-rows: min-content;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-stretch{
  align-items: stretch;
}
.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\.5{
  gap: 0.125rem;
}
.gap-1{
  gap: 0.25rem;
}
.gap-1\.5{
  gap: 0.375rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-y-1{
  row-gap: 0.25rem;
}
.-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-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));
}
.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-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-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * 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));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.self-start{
  align-self: flex-start;
}
.justify-self-end{
  justify-self: end;
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.text-balance{
  text-wrap: balance;
}
.rounded-\[2px\]{
  border-radius: 2px;
}
.rounded-\[min\(var\(--radius-md\)\2c 10px\)\]{
  border-radius: min(var(--radius-md), 10px);
}
.rounded-\[min\(var\(--radius-md\)\2c 12px\)\]{
  border-radius: min(var(--radius-md), 12px);
}
.rounded-\[var\(--cell-radius\)\]{
  border-radius: var(--cell-radius);
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: var(--radius);
}
.rounded-md{
  border-radius: calc(var(--radius) - 2px);
}
.rounded-none{
  border-radius: 0px;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-b-xl{
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded-l-\[var\(--cell-radius\)\]{
  border-top-left-radius: var(--cell-radius);
  border-bottom-left-radius: var(--cell-radius);
}
.rounded-r-\[var\(--cell-radius\)\]{
  border-top-right-radius: var(--cell-radius);
  border-bottom-right-radius: var(--cell-radius);
}
.rounded-t-xl{
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-2{
  border-width: 2px;
}
.border-\[1\.5px\]{
  border-width: 1.5px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-r{
  border-right-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-dashed{
  border-style: dashed;
}
.border-border{
  border-color: var(--border);
}
.border-input{
  border-color: var(--input);
}
.border-primary{
  border-color: var(--primary);
}
.border-transparent{
  border-color: transparent;
}
.bg-background{
  background-color: var(--background);
}
.bg-black\/10{
  background-color: rgb(0 0 0 / 0.1);
}
.bg-border{
  background-color: var(--border);
}
.bg-card{
  background-color: var(--card);
}
.bg-foreground{
  background-color: var(--foreground);
}
.bg-muted{
  background-color: var(--muted);
}
.bg-popover{
  background-color: var(--popover);
}
.bg-primary{
  background-color: var(--primary);
}
.bg-secondary{
  background-color: var(--secondary);
}
.bg-transparent{
  background-color: transparent;
}
.bg-clip-padding{
  background-clip: padding-box;
}
.fill-foreground{
  fill: var(--foreground);
}
.fill-popover{
  fill: var(--popover);
}
.stroke-border{
  stroke: var(--border);
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0{
  padding: 0px;
}
.p-1{
  padding: 0.25rem;
}
.p-10{
  padding: 2.5rem;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-6{
  padding: 1.5rem;
}
.p-\[3px\]{
  padding: 3px;
}
.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-\[var\(--cell-size\)\]{
  padding-left: var(--cell-size);
  padding-right: var(--cell-size);
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pl-1\.5{
  padding-left: 0.375rem;
}
.pl-2\.5{
  padding-left: 0.625rem;
}
.pl-9{
  padding-left: 2.25rem;
}
.pr-1{
  padding-right: 0.25rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-8{
  padding-right: 2rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.align-middle{
  vertical-align: middle;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[0\.8rem\]{
  font-size: 0.8rem;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.tabular-nums{
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.leading-none{
  line-height: 1;
}
.leading-snug{
  line-height: 1.375;
}
.tracking-tight{
  letter-spacing: -0.025em;
}
.tracking-widest{
  letter-spacing: 0.1em;
}
.text-background{
  color: var(--background);
}
.text-card-foreground{
  color: var(--card-foreground);
}
.text-destructive{
  color: var(--destructive);
}
.text-foreground{
  color: var(--foreground);
}
.text-muted-foreground{
  color: var(--muted-foreground);
}
.text-popover-foreground{
  color: var(--popover-foreground);
}
.text-primary{
  color: var(--primary);
}
.text-primary-foreground{
  color: var(--primary-foreground);
}
.text-secondary-foreground{
  color: var(--secondary-foreground);
}
.underline{
  text-decoration-line: underline;
}
.decoration-dotted{
  text-decoration-style: dotted;
}
.underline-offset-2{
  text-underline-offset: 2px;
}
.underline-offset-4{
  text-underline-offset: 4px;
}
.opacity-0{
  opacity: 0;
}
.opacity-50{
  opacity: 0.5;
}
.bg-blend-color{
  background-blend-mode: color;
}
.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-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline{
  outline-style: solid;
}
.ring-0{
  --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);
}
.ring-1{
  --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-2{
  --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, 0 0 #0000);
}
.ring-background{
  --tw-ring-color: var(--background);
}
.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);
}
.backdrop-blur-md{
  --tw-backdrop-blur: blur(12px);
  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);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  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, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  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-150{
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes enter{
  from{
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}
@keyframes exit{
  to{
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}
.duration-100{
  animation-duration: 100ms;
}
.duration-150{
  animation-duration: 150ms;
}
.duration-200{
  animation-duration: 200ms;
}
.duration-300{
  animation-duration: 300ms;
}
.ease-in-out{
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.\[--card-spacing\:--spacing\(4\)\]{
  --card-spacing: var(--spacing(4));
}
.\[--cell-radius\:var\(--radius-md\)\]{
  --cell-radius: var(--radius-md);
}
.\[--cell-size\:1\.75rem\]{
  --cell-size: 1.75rem;
}
.\*\:\[svg\:not\(\[class\*\=\'size-\'\]\)\] > *{
  svg: not([class*='size-']);
}
.file\:inline-flex::file-selector-button{
  display: inline-flex;
}
.file\:h-6::file-selector-button{
  height: 1.5rem;
}
.file\:border-0::file-selector-button{
  border-width: 0px;
}
.file\:bg-transparent::file-selector-button{
  background-color: transparent;
}
.file\:text-sm::file-selector-button{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.file\:font-medium::file-selector-button{
  font-weight: 500;
}
.file\:text-foreground::file-selector-button{
  color: var(--foreground);
}
.placeholder\:text-muted-foreground::-moz-placeholder{
  color: var(--muted-foreground);
}
.placeholder\:text-muted-foreground::placeholder{
  color: var(--muted-foreground);
}
.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}
.after\:inset-0::after{
  content: var(--tw-content);
  inset: 0px;
}
.after\:-inset-x-3::after{
  content: var(--tw-content);
  left: -0.75rem;
  right: -0.75rem;
}
.after\:-inset-y-2::after{
  content: var(--tw-content);
  top: -0.5rem;
  bottom: -0.5rem;
}
.after\:inset-y-0::after{
  content: var(--tw-content);
  top: 0px;
  bottom: 0px;
}
.after\:left-0::after{
  content: var(--tw-content);
  left: 0px;
}
.after\:right-0::after{
  content: var(--tw-content);
  right: 0px;
}
.after\:w-4::after{
  content: var(--tw-content);
  width: 1rem;
}
.after\:rounded-full::after{
  content: var(--tw-content);
  border-radius: 9999px;
}
.after\:border::after{
  content: var(--tw-content);
  border-width: 1px;
}
.after\:border-border::after{
  content: var(--tw-content);
  border-color: var(--border);
}
.after\:bg-foreground::after{
  content: var(--tw-content);
  background-color: var(--foreground);
}
.after\:bg-muted::after{
  content: var(--tw-content);
  background-color: var(--muted);
}
.after\:opacity-0::after{
  content: var(--tw-content);
  opacity: 0;
}
.after\:mix-blend-darken::after{
  content: var(--tw-content);
  mix-blend-mode: darken;
}
.after\:transition-opacity::after{
  content: var(--tw-content);
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.hover\:bg-\[color-mix\(in_oklch\2c var\(--secondary\)\2c var\(--foreground\)_5\%\)\]:hover{
  background-color: color-mix(in oklch,var(--secondary),var(--foreground) 5%);
}
.hover\:bg-accent:hover{
  background-color: var(--accent);
}
.hover\:bg-muted:hover{
  background-color: var(--muted);
}
.hover\:text-accent-foreground:hover{
  color: var(--accent-foreground);
}
.hover\:text-foreground:hover{
  color: var(--foreground);
}
.hover\:text-muted-foreground:hover{
  color: var(--muted-foreground);
}
.hover\:text-primary:hover{
  color: var(--primary);
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.hover\:opacity-75:hover{
  opacity: 0.75;
}
.focus\:bg-accent:focus{
  background-color: var(--accent);
}
.focus\:text-accent-foreground:focus{
  color: var(--accent-foreground);
}
.focus-visible\:border-ring:focus-visible{
  border-color: var(--ring);
}
.focus-visible\:outline-1:focus-visible{
  outline-width: 1px;
}
.focus-visible\:outline-ring:focus-visible{
  outline-color: var(--ring);
}
.focus-visible\:ring-\[3px\]:focus-visible{
  --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(3px + 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);
}
.disabled\:pointer-events-none:disabled{
  pointer-events: none;
}
.disabled\:cursor-not-allowed:disabled{
  cursor: not-allowed;
}
.disabled\:opacity-50:disabled{
  opacity: 0.5;
}
.group\/dropdown-menu-item:focus .group-focus\/dropdown-menu-item\:text-accent-foreground{
  color: var(--accent-foreground);
}
.peer:disabled ~ .peer-disabled\:cursor-not-allowed{
  cursor: not-allowed;
}
.peer:disabled ~ .peer-disabled\:opacity-50{
  opacity: 0.5;
}
.has-\[\>svg\]\:grid-cols-\[auto_1fr\]:has(>svg){
  grid-template-columns: auto 1fr;
}
.has-\[\>svg\]\:gap-x-2:has(>svg){
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.has-\[\>img\:first-child\]\:pt-0:has(>img:first-child){
  padding-top: 0px;
}
.group\/alert:has(>svg) .group-has-\[\>svg\]\/alert\:col-start-2{
  grid-column-start: 2;
}
.aria-disabled\:pointer-events-none[aria-disabled="true"]{
  pointer-events: none;
}
.aria-disabled\:opacity-50[aria-disabled="true"]{
  opacity: 0.5;
}
.aria-expanded\:bg-muted[aria-expanded="true"]{
  background-color: var(--muted);
}
.aria-expanded\:bg-secondary[aria-expanded="true"]{
  background-color: var(--secondary);
}
.aria-expanded\:text-foreground[aria-expanded="true"]{
  color: var(--foreground);
}
.aria-expanded\:text-secondary-foreground[aria-expanded="true"]{
  color: var(--secondary-foreground);
}
.aria-selected\:text-muted-foreground[aria-selected="true"]{
  color: var(--muted-foreground);
}
.data-\[side\=bottom\]\:inset-x-0[data-side="bottom"]{
  left: 0px;
  right: 0px;
}
.data-\[side\=left\]\:inset-y-0[data-side="left"]{
  top: 0px;
  bottom: 0px;
}
.data-\[side\=right\]\:inset-y-0[data-side="right"]{
  top: 0px;
  bottom: 0px;
}
.data-\[side\=top\]\:inset-x-0[data-side="top"]{
  left: 0px;
  right: 0px;
}
.data-\[side\=bottom\]\:bottom-0[data-side="bottom"]{
  bottom: 0px;
}
.data-\[side\=bottom\]\:top-1[data-side="bottom"]{
  top: 0.25rem;
}
.data-\[side\=inline-end\]\:-left-1[data-side="inline-end"]{
  left: -0.25rem;
}
.data-\[side\=inline-start\]\:-right-1[data-side="inline-start"]{
  right: -0.25rem;
}
.data-\[side\=left\]\:-right-1[data-side="left"]{
  right: -0.25rem;
}
.data-\[side\=left\]\:left-0[data-side="left"]{
  left: 0px;
}
.data-\[side\=right\]\:-left-1[data-side="right"]{
  left: -0.25rem;
}
.data-\[side\=right\]\:right-0[data-side="right"]{
  right: 0px;
}
.data-\[side\=top\]\:-bottom-2\.5[data-side="top"]{
  bottom: -0.625rem;
}
.data-\[side\=top\]\:top-0[data-side="top"]{
  top: 0px;
}
.data-\[size\=lg\]\:size-10[data-size="lg"]{
  width: 2.5rem;
  height: 2.5rem;
}
.data-\[size\=sm\]\:size-6[data-size="sm"]{
  width: 1.5rem;
  height: 1.5rem;
}
.data-\[side\=bottom\]\:h-auto[data-side="bottom"]{
  height: auto;
}
.data-\[side\=left\]\:h-full[data-side="left"]{
  height: 100%;
}
.data-\[side\=right\]\:h-full[data-side="right"]{
  height: 100%;
}
.data-\[side\=top\]\:h-auto[data-side="top"]{
  height: auto;
}
.data-\[size\=default\]\:h-8[data-size="default"]{
  height: 2rem;
}
.data-\[size\=default\]\:h-\[18\.4px\][data-size="default"]{
  height: 18.4px;
}
.data-\[size\=sm\]\:h-7[data-size="sm"]{
  height: 1.75rem;
}
.data-\[size\=sm\]\:h-\[14px\][data-size="sm"]{
  height: 14px;
}
.data-\[side\=left\]\:w-3\/4[data-side="left"]{
  width: 75%;
}
.data-\[side\=right\]\:w-3\/4[data-side="right"]{
  width: 75%;
}
.data-\[size\=default\]\:w-\[32px\][data-size="default"]{
  width: 32px;
}
.data-\[size\=sm\]\:w-\[24px\][data-size="sm"]{
  width: 24px;
}
.data-\[side\=inline-end\]\:-translate-y-1\/2[data-side="inline-end"]{
  --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));
}
.data-\[side\=inline-start\]\:-translate-y-1\/2[data-side="inline-start"]{
  --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));
}
.data-\[side\=left\]\:-translate-y-1\/2[data-side="left"]{
  --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));
}
.data-\[side\=right\]\:-translate-y-1\/2[data-side="right"]{
  --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));
}
.data-\[align-trigger\=true\]\:animate-none[data-align-trigger="true"]{
  animation: none;
}
.data-\[range-end\=true\]\:rounded-\[var\(--cell-radius\)\][data-range-end="true"]{
  border-radius: var(--cell-radius);
}
.data-\[range-middle\=true\]\:rounded-none[data-range-middle="true"]{
  border-radius: 0px;
}
.data-\[range-start\=true\]\:rounded-\[var\(--cell-radius\)\][data-range-start="true"]{
  border-radius: var(--cell-radius);
}
.data-\[selected\=true\]\:rounded-none[data-selected="true"]{
  border-radius: 0px;
}
.data-\[size\=sm\]\:rounded-\[min\(var\(--radius-md\)\2c 10px\)\][data-size="sm"]{
  border-radius: min(var(--radius-md), 10px);
}
.data-\[variant\=line\]\:rounded-none[data-variant="line"]{
  border-radius: 0px;
}
.data-\[range-end\=true\]\:rounded-r-\[var\(--cell-radius\)\][data-range-end="true"]{
  border-top-right-radius: var(--cell-radius);
  border-bottom-right-radius: var(--cell-radius);
}
.data-\[range-start\=true\]\:rounded-l-\[var\(--cell-radius\)\][data-range-start="true"]{
  border-top-left-radius: var(--cell-radius);
  border-bottom-left-radius: var(--cell-radius);
}
.data-\[side\=bottom\]\:border-t[data-side="bottom"]{
  border-top-width: 1px;
}
.data-\[side\=left\]\:border-r[data-side="left"]{
  border-right-width: 1px;
}
.data-\[side\=right\]\:border-l[data-side="right"]{
  border-left-width: 1px;
}
.data-\[side\=top\]\:border-b[data-side="top"]{
  border-bottom-width: 1px;
}
.data-\[range-end\=true\]\:bg-primary[data-range-end="true"]{
  background-color: var(--primary);
}
.data-\[range-middle\=true\]\:bg-muted[data-range-middle="true"]{
  background-color: var(--muted);
}
.data-\[range-start\=true\]\:bg-primary[data-range-start="true"]{
  background-color: var(--primary);
}
.data-\[selected-single\=true\]\:bg-primary[data-selected-single="true"]{
  background-color: var(--primary);
}
.data-\[state\=selected\]\:bg-muted[data-state="selected"]{
  background-color: var(--muted);
}
.data-\[range-end\=true\]\:text-primary-foreground[data-range-end="true"]{
  color: var(--primary-foreground);
}
.data-\[range-middle\=true\]\:text-foreground[data-range-middle="true"]{
  color: var(--foreground);
}
.data-\[range-start\=true\]\:text-primary-foreground[data-range-start="true"]{
  color: var(--primary-foreground);
}
.data-\[selected-single\=true\]\:text-primary-foreground[data-selected-single="true"]{
  color: var(--primary-foreground);
}
.data-\[variant\=destructive\]\:text-destructive[data-variant="destructive"]{
  color: var(--destructive);
}
.data-\[state\=delayed-open\]\:animate-in[data-state="delayed-open"]{
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}
.data-\[state\=open\]\:animate-in[data-state="open"]{
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}
.data-\[state\=closed\]\:animate-out[data-state="closed"]{
  animation-name: exit;
  animation-duration: 150ms;
  --tw-exit-opacity: initial;
  --tw-exit-scale: initial;
  --tw-exit-rotate: initial;
  --tw-exit-translate-x: initial;
  --tw-exit-translate-y: initial;
}
.data-\[state\=closed\]\:fade-out-0[data-state="closed"]{
  --tw-exit-opacity: 0;
}
.data-\[state\=delayed-open\]\:fade-in-0[data-state="delayed-open"]{
  --tw-enter-opacity: 0;
}
.data-\[state\=open\]\:fade-in-0[data-state="open"]{
  --tw-enter-opacity: 0;
}
.data-\[state\=closed\]\:zoom-out-95[data-state="closed"]{
  --tw-exit-scale: .95;
}
.data-\[state\=delayed-open\]\:zoom-in-95[data-state="delayed-open"]{
  --tw-enter-scale: .95;
}
.data-\[state\=open\]\:zoom-in-95[data-state="open"]{
  --tw-enter-scale: .95;
}
.data-\[side\=bottom\]\:slide-in-from-top-2[data-side="bottom"]{
  --tw-enter-translate-y: -0.5rem;
}
.data-\[side\=inline-end\]\:slide-in-from-left-2[data-side="inline-end"]{
  --tw-enter-translate-x: -0.5rem;
}
.data-\[side\=inline-start\]\:slide-in-from-right-2[data-side="inline-start"]{
  --tw-enter-translate-x: 0.5rem;
}
.data-\[side\=left\]\:slide-in-from-right-2[data-side="left"]{
  --tw-enter-translate-x: 0.5rem;
}
.data-\[side\=right\]\:slide-in-from-left-2[data-side="right"]{
  --tw-enter-translate-x: -0.5rem;
}
.data-\[side\=top\]\:slide-in-from-bottom-2[data-side="top"]{
  --tw-enter-translate-y: 0.5rem;
}
.data-\[size\=sm\]\:\[--card-spacing\:--spacing\(3\)\][data-size="sm"]{
  --card-spacing: var(--spacing(3));
}
.\*\:data-\[slot\=select-value\]\:line-clamp-1[data-slot="select-value"] > *{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.\*\:data-\[slot\=select-value\]\:flex[data-slot="select-value"] > *{
  display: flex;
}
.\*\:data-\[slot\=select-value\]\:items-center[data-slot="select-value"] > *{
  align-items: center;
}
.\*\:data-\[slot\=select-value\]\:gap-1\.5[data-slot="select-value"] > *{
  gap: 0.375rem;
}
.\*\:data-\[slot\=avatar\]\:ring-2[data-slot="avatar"] > *{
  --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, 0 0 #0000);
}
.\*\:data-\[slot\=avatar\]\:ring-background[data-slot="avatar"] > *{
  --tw-ring-color: var(--background);
}
.data-\[variant\=destructive\]\:focus\:text-destructive:focus[data-variant="destructive"]{
  color: var(--destructive);
}
.group[data-disabled="true"] .group-data-\[disabled\=true\]\:pointer-events-none{
  pointer-events: none;
}
.group\/day[data-focused="true"] .group-data-\[focused\=true\]\/day\:relative{
  position: relative;
}
.group\/day[data-focused="true"] .group-data-\[focused\=true\]\/day\:z-10{
  z-index: 10;
}
.group\/avatar[data-size="default"] .group-data-\[size\=default\]\/avatar\:size-2\.5{
  width: 0.625rem;
  height: 0.625rem;
}
.group\/switch[data-size="default"] .group-data-\[size\=default\]\/switch\:size-4{
  width: 1rem;
  height: 1rem;
}
.group\/avatar[data-size="lg"] .group-data-\[size\=lg\]\/avatar\:size-3{
  width: 0.75rem;
  height: 0.75rem;
}
.group\/avatar[data-size="sm"] .group-data-\[size\=sm\]\/avatar\:size-2{
  width: 0.5rem;
  height: 0.5rem;
}
.group\/switch[data-size="sm"] .group-data-\[size\=sm\]\/switch\:size-3{
  width: 0.75rem;
  height: 0.75rem;
}
.group\/day[data-focused="true"] .group-data-\[focused\=true\]\/day\:border-ring{
  border-color: var(--ring);
}
.group\/tabs-list[data-variant="line"] .group-data-\[variant\=line\]\/tabs-list\:bg-transparent{
  background-color: transparent;
}
.group\/avatar[data-size="sm"] .group-data-\[size\=sm\]\/avatar\:text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.group\/card[data-size="sm"] .group-data-\[size\=sm\]\/card\:text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.group[data-disabled="true"] .group-data-\[disabled\=true\]\:opacity-50{
  opacity: 0.5;
}
.group\/day[data-focused="true"] .group-data-\[focused\=true\]\/day\:ring-\[3px\]{
  --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(3px + 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);
}
.dark\:border-input:is(.dark *){
  border-color: var(--input);
}
.dark\:text-muted-foreground:is(.dark *){
  color: var(--muted-foreground);
}
.dark\:after\:mix-blend-lighten:is(.dark *)::after{
  content: var(--tw-content);
  mix-blend-mode: lighten;
}
.dark\:hover\:text-foreground:hover:is(.dark *){
  color: var(--foreground);
}
@media (min-width: 640px){
  .sm\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .sm\:w-\[200px\]{
    width: 200px;
  }
  .sm\:max-w-md{
    max-width: 28rem;
  }
  .sm\:max-w-sm{
    max-width: 24rem;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:items-end{
    align-items: flex-end;
  }
  .sm\:items-center{
    align-items: center;
  }
  .sm\:justify-end{
    justify-content: flex-end;
  }
  .sm\:justify-between{
    justify-content: space-between;
  }
  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .data-\[side\=left\]\:sm\:max-w-sm[data-side="left"]{
    max-width: 24rem;
  }
  .data-\[side\=right\]\:sm\:max-w-sm[data-side="right"]{
    max-width: 24rem;
  }
}
@media (min-width: 768px){
  .md\:block{
    display: block;
  }
  .md\:inline-block{
    display: inline-block;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:text-pretty{
    text-wrap: pretty;
  }
  .md\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 1024px){
  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .lg\:col-span-12{
    grid-column: span 12 / span 12;
  }
  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .lg\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .lg\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .lg\:col-span-7{
    grid-column: span 7 / span 7;
  }
  .lg\:ml-\[280px\]{
    margin-left: 280px;
  }
  .lg\:ml-\[80px\]{
    margin-left: 80px;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:justify-start{
    justify-content: flex-start;
  }
  .lg\:p-8{
    padding: 2rem;
  }
  .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1280px){
  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.\[\&\:first-child\[data-selected\=true\]_button\]\:rounded-l-\[var\(--cell-radius\)\]:first-child[data-selected=true] button{
  border-top-left-radius: var(--cell-radius);
  border-bottom-left-radius: var(--cell-radius);
}
.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){
  padding-right: 0px;
}
.\[\&\:last-child\[data-selected\=true\]_button\]\:rounded-r-\[var\(--cell-radius\)\]:last-child[data-selected=true] button{
  border-top-right-radius: var(--cell-radius);
  border-bottom-right-radius: var(--cell-radius);
}
.\[\&\:nth-child\(2\)\[data-selected\=true\]_button\]\:rounded-l-\[var\(--cell-radius\)\]:nth-child(2)[data-selected=true] button{
  border-top-left-radius: var(--cell-radius);
  border-bottom-left-radius: var(--cell-radius);
}
.\[\&\>span\]\:text-xs>span{
  font-size: 0.75rem;
  line-height: 1rem;
}
.\[\&\>span\]\:opacity-70>span{
  opacity: 0.7;
}
.\[\&\>svg\]\:pointer-events-none>svg{
  pointer-events: none;
}
.\[\&\>svg\]\:size-3\.5>svg{
  width: 0.875rem;
  height: 0.875rem;
}
.\[\&\>svg\]\:size-4>svg{
  width: 1rem;
  height: 1rem;
}
.\[\&\>svg\]\:h-2\.5>svg{
  height: 0.625rem;
}
.\[\&\>svg\]\:h-3>svg{
  height: 0.75rem;
}
.\[\&\>svg\]\:w-2\.5>svg{
  width: 0.625rem;
}
.\[\&\>svg\]\:w-3>svg{
  width: 0.75rem;
}
.\[\&\>svg\]\:text-muted-foreground>svg{
  color: var(--muted-foreground);
}
.group\/avatar[data-size="sm"] .group-data-\[size\=sm\]\/avatar\:\[\&\>svg\]\:hidden>svg{
  display: none;
}
.group\/avatar[data-size="default"] .group-data-\[size\=default\]\/avatar\:\[\&\>svg\]\:size-2>svg{
  width: 0.5rem;
  height: 0.5rem;
}
.group\/avatar[data-size="lg"] .group-data-\[size\=lg\]\/avatar\:\[\&\>svg\]\:size-2>svg{
  width: 0.5rem;
  height: 0.5rem;
}
.\[\&\>tr\]\:last\:border-b-0:last-child>tr{
  border-bottom-width: 0px;
}
.\[\&_\.recharts-cartesian-axis-tick_text\]\:fill-muted-foreground .recharts-cartesian-axis-tick text{
  fill: var(--muted-foreground);
}
.\[\&_\.recharts-curve\.recharts-tooltip-cursor\]\:stroke-border .recharts-curve.recharts-tooltip-cursor{
  stroke: var(--border);
}
.\[\&_\.recharts-dot\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-dot[stroke='#fff']{
  stroke: transparent;
}
.\[\&_\.recharts-polar-grid_\[stroke\=\'\#ccc\'\]\]\:stroke-border .recharts-polar-grid [stroke='#ccc']{
  stroke: var(--border);
}
.\[\&_\.recharts-radial-bar-background-sector\]\:fill-muted .recharts-radial-bar-background-sector{
  fill: var(--muted);
}
.\[\&_\.recharts-rectangle\.recharts-tooltip-cursor\]\:fill-muted .recharts-rectangle.recharts-tooltip-cursor{
  fill: var(--muted);
}
.\[\&_\.recharts-reference-line_\[stroke\=\'\#ccc\'\]\]\:stroke-border .recharts-reference-line [stroke='#ccc']{
  stroke: var(--border);
}
.\[\&_\.recharts-sector\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-sector[stroke='#fff']{
  stroke: transparent;
}
.\[\&_a\]\:underline a{
  text-decoration-line: underline;
}
.\[\&_a\]\:hover\:text-foreground:hover a{
  color: var(--foreground);
}
.\[\&_p\:not\(\:last-child\)\]\:mb-4 p:not(:last-child){
  margin-bottom: 1rem;
}
.\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-3 svg:not([class*='size-']){
  width: 0.75rem;
  height: 0.75rem;
}
.\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-3\.5 svg:not([class*='size-']){
  width: 0.875rem;
  height: 0.875rem;
}
.\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 svg:not([class*='size-']){
  width: 1rem;
  height: 1rem;
}
.\[\&_svg\]\:pointer-events-none svg{
  pointer-events: none;
}
.\[\&_svg\]\:shrink-0 svg{
  flex-shrink: 0;
}
.\[\&_tr\:last-child\]\:border-0 tr:last-child{
  border-width: 0px;
}
.\[\&_tr\]\:border-b tr{
  border-bottom-width: 1px;
}
