*, ::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.18 | 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: Figtree, 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;
}

/* Preserve existing font family settings */

body {
  font-family: var(--font-sans);
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.\!container {
  width: 100% !important;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .\!container {
    max-width: 640px !important;
  }

  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .\!container {
    max-width: 768px !important;
  }

  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .\!container {
    max-width: 1024px !important;
  }

  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1200px) {
  .\!container {
    max-width: 1200px !important;
  }

  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1280px) {
  .\!container {
    max-width: 1280px !important;
  }

  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .\!container {
    max-width: 1536px !important;
  }

  .container {
    max-width: 1536px;
  }
}

/* Custom component styles can be added here */

.visible {
  visibility: visible !important;
}

.collapse {
  visibility: collapse !important;
}

.static {
  position: static !important;
}

.fixed {
  position: fixed !important;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.sticky {
  position: sticky !important;
}

.bottom-12 {
  bottom: 3rem !important;
}

.left-0 {
  left: 0px !important;
}

.right-0 {
  right: 0px !important;
}

.top-11 {
  top: 2.75rem !important;
}

.top-12 {
  top: 3rem !important;
}

.z-20 {
  z-index: 20 !important;
}

.z-30 {
  z-index: 30 !important;
}

.z-40 {
  z-index: 40 !important;
}

.z-50 {
  z-index: 50 !important;
}

.float-end {
  float: inline-end !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.m-5 {
  margin: 1.25rem !important;
}

.m-6 {
  margin: 1.5rem !important;
}

.m-8 {
  margin: 2rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

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

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.ml-3 {
  margin-left: 0.75rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.inline {
  display: inline !important;
}

.flex {
  display: flex !important;
}

.inline-flex {
  display: inline-flex !important;
}

.table {
  display: table !important;
}

.table-cell {
  display: table-cell !important;
}

.grid {
  display: grid !important;
}

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

.contents {
  display: contents !important;
}

.\!hidden {
  display: none !important;
}

.hidden {
  display: none !important;
}

.h-10 {
  height: 2.5rem !important;
}

.h-11 {
  height: 2.75rem !important;
}

.h-12 {
  height: 3rem !important;
}

.h-14 {
  height: 3.5rem !important;
}

.h-2 {
  height: 0.5rem !important;
}

.h-20 {
  height: 5rem !important;
}

.h-3 {
  height: 0.75rem !important;
}

.h-3\.5 {
  height: 0.875rem !important;
}

.h-4 {
  height: 1rem !important;
}

.h-5 {
  height: 1.25rem !important;
}

.h-\[80px\] {
  height: 80px !important;
}

.h-full {
  height: 100% !important;
}

.h-screen {
  height: 100vh !important;
}

.max-h-80 {
  max-height: 20rem !important;
}

.w-10 {
  width: 2.5rem !important;
}

.w-11 {
  width: 2.75rem !important;
}

.w-16 {
  width: 4rem !important;
}

.w-2 {
  width: 0.5rem !important;
}

.w-3 {
  width: 0.75rem !important;
}

.w-3\.5 {
  width: 0.875rem !important;
}

.w-4 {
  width: 1rem !important;
}

.w-40 {
  width: 10rem !important;
}

.w-44 {
  width: 11rem !important;
}

.w-5 {
  width: 1.25rem !important;
}

.w-64 {
  width: 16rem !important;
}

.w-auto {
  width: auto !important;
}

.w-full {
  width: 100% !important;
}

.min-w-0 {
  min-width: 0px !important;
}

.min-w-\[130px\] {
  min-width: 130px !important;
}

.min-w-\[140px\] {
  min-width: 140px !important;
}

.min-w-\[320px\] {
  min-width: 320px !important;
}

.max-w-\[320px\] {
  max-width: 320px !important;
}

.max-w-xl {
  max-width: 36rem !important;
}

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

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

.flex-shrink {
  flex-shrink: 1 !important;
}

.shrink {
  flex-shrink: 1 !important;
}

.border-collapse {
  border-collapse: collapse !important;
}

.rotate-180 {
  --tw-rotate: 180deg !important;
  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)) !important;
}

.rotate-90 {
  --tw-rotate: 90deg !important;
  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)) !important;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

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

.cursor-not-allowed {
  cursor: not-allowed !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.resize {
  resize: both !important;
}

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

.flex-wrap {
  flex-wrap: wrap !important;
}

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

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

.justify-between {
  justify-content: space-between !important;
}

.justify-around {
  justify-content: space-around !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 0.75rem !important;
}

.gap-6 {
  gap: 1.5rem !important;
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
}

.divide-border > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(var(--color-border)) !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.break-all {
  word-break: break-all !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

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

.rounded-lg {
  border-radius: 0.5rem !important;
}

.rounded-md {
  border-radius: 0.375rem !important;
}

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

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

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

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

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

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

.border-\[\#5577F3\]\/50 {
  border-color: rgb(85 119 243 / 0.5) !important;
}

.border-border {
  border-color: hsl(var(--color-border)) !important;
}

.border-border\/50 {
  border-color: hsl(var(--color-border) / 0.5) !important;
}

.border-border\/80 {
  border-color: hsl(var(--color-border) / 0.8) !important;
}

.border-gray-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
}

.border-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
}

.border-green-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1)) !important;
}

.border-red-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
}

.border-yellow-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
}

.border-t-blue-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
}

.bg-\[\#5577F3\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(85 119 243 / var(--tw-bg-opacity, 1)) !important;
}

.bg-background {
  background-color: hsl(var(--color-background)) !important;
}

.bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1)) !important;
}

.bg-blue-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1)) !important;
}

.bg-blue-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1)) !important;
}

.bg-gray-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1)) !important;
}

.bg-green-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1)) !important;
}

.bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1)) !important;
}

.bg-purple-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1)) !important;
}

.bg-red-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1)) !important;
}

.bg-red-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1)) !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}

.bg-yellow-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1)) !important;
}

.bg-yellow-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1)) !important;
}

.bg-blue-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1)) !important;
}

.bg-blue-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1)) !important;
}

.bg-gray-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1)) !important;
}

.bg-gray-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity, 1)) !important;
}

.bg-green-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(20 83 45 / var(--tw-bg-opacity, 1)) !important;
}

.bg-red-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1)) !important;
}

.bg-yellow-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(113 63 18 / var(--tw-bg-opacity, 1)) !important;
}

.fill-yellow-400 {
  fill: #facc15 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.p-5 {
  padding: 1.25rem !important;
}

.p-6 {
  padding: 1.5rem !important;
}

.p-8 {
  padding: 2rem !important;
}

.px-1\.5 {
  padding-left: 0.375rem !important;
  padding-right: 0.375rem !important;
}

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

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

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

.py-0\.5 {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}

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

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

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

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

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

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

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

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.text-left {
  text-align: left !important;
}

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

.text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.text-\[11px\] {
  font-size: 11px !important;
}

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

.text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

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

.text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}

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

.font-semibold {
  font-weight: 600 !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.italic {
  font-style: italic !important;
}

.tracking-wider {
  letter-spacing: 0.05em !important;
}

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

.text-blue-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1)) !important;
}

.text-blue-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1)) !important;
}

.text-blue-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1)) !important;
}

.text-blue-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1)) !important;
}

.text-foreground {
  color: hsl(var(--color-foreground)) !important;
}

.text-green-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(134 239 172 / var(--tw-text-opacity, 1)) !important;
}

.text-green-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1)) !important;
}

.text-green-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1)) !important;
}

.text-red-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1)) !important;
}

.text-red-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1)) !important;
}

.text-red-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1)) !important;
}

.text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.text-yellow-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(253 224 71 / var(--tw-text-opacity, 1)) !important;
}

.text-yellow-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1)) !important;
}

.text-yellow-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1)) !important;
}

.text-gray-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1)) !important;
}

.text-gray-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1)) !important;
}

.underline {
  text-decoration-line: underline !important;
}

.line-through {
  text-decoration-line: line-through !important;
}

.antialiased {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-90 {
  opacity: 0.9 !important;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.outline {
  outline-style: solid !important;
}

.ring-blue-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity, 1)) !important;
}

.ring-blue-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1)) !important;
}

.blur {
  --tw-blur: blur(8px) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.grayscale {
  --tw-grayscale: grayscale(100%) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.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) !important;
}

.backdrop-filter {
  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) !important;
}

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

.transition-all {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition-opacity {
  transition-property: opacity !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition-transform {
  transition-property: transform !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.duration-150 {
  transition-duration: 150ms !important;
}

.duration-200 {
  transition-duration: 200ms !important;
}

.duration-300 {
  transition-duration: 300ms !important;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}

@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-150 {
  animation-duration: 150ms !important;
}

.duration-200 {
  animation-duration: 200ms !important;
}

.duration-300 {
  animation-duration: 300ms !important;
}

.ease-out {
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}

/* Custom utility classes can be added here */

.\[key\:string\] {
  key: string !important;
}

:root {
  --font-sans: "Figtree", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* Dashboard theme variables */
  --color-background: 0 0% 100%;
  --color-foreground: 0 0% 0%;
  --color-card: 0 0% 100%;
  --color-card-foreground: 0 0% 0%;
  --color-primary: 63 25% 63%;
  --color-primary-foreground: 0 0% 100%;
  --color-secondary: 210 40% 96%;
  --color-secondary-foreground: 222 84% 5%;
  --color-muted: 210 40% 96%;
  --color-muted-foreground: 215 16% 47%;
  --color-accent: 210 40% 96%;
  --color-accent-foreground: 222 84% 5%;
  --color-border: 268 9% 87%;
  --color-input: 268 9% 87%;
  --color-ring: 63 25% 63%;
  --color-destructive: 0 84% 60%;
  --color-destructive-foreground: 210 40% 98%;
  /* Z-index values for proper layering */
  --z-tabs: -1;
  --z-modal: 50;
  --z-dropdown: 10;
  --color-white: oklch(100.0% 0.0000 94.625);
  --color-black: oklch(15.6% 0.0000 94.625);
  /* Brand colors (pk) */
  --color-pk-50: oklch(98.1% 0.0127 306.183);
  --color-pk-100: oklch(93.9% 0.0347 60.788);
  --color-pk-200: oklch(89.1% 0.0643 61.574);
  --color-pk-300: oklch(81.6% 0.1150 61.813);
  --color-pk-400: oklch(71.4% 0.1915 62.388);
  --color-pk-500: oklch(63.1% 0.2481 63.182);
  --color-pk-600: oklch(57.8% 0.2540 63.378);
  --color-pk-700: oklch(49.1% 0.2356 63.503);
  --color-pk-800: oklch(43.4% 0.1989 63.468);
  --color-pk-900: oklch(39.1% 0.1603 63.291);
  --color-pk-950: oklch(25.3% 0.1060 63.093);
  /* Red colors */
  --color-red-50: oklch(97.0% 0.0138 54.853);
  --color-red-100: oklch(93.6% 0.0343 55.144);
  --color-red-200: oklch(88.2% 0.0669 55.663);
  --color-red-300: oklch(80.1% 0.1238 56.733);
  --color-red-400: oklch(69.1% 0.2212 58.476);
  --color-red-500: oklch(61.6% 0.2935 60.537);
  --color-red-600: oklch(55.4% 0.3100 62.295);
  --color-red-700: oklch(48.4% 0.2711 62.315);
  --color-red-800: oklch(42.6% 0.2243 61.339);
  --color-red-900: oklch(38.3% 0.1749 60.705);
  --color-red-950: oklch(24.9% 0.1143 60.781);
  /* Orange colors */
  --color-orange-50: oklch(97.2% 0.0284 78.672);
  --color-orange-100: oklch(93.5% 0.0689 79.392);
  --color-orange-200: oklch(86.5% 0.1370 77.740);
  --color-orange-300: oklch(77.9% 0.2244 76.799);
  --color-orange-400: oklch(68.0% 0.3100 73.651);
  --color-orange-500: oklch(64.6% 0.3183 69.466);
  --color-orange-600: oklch(60.4% 0.3163 66.400);
  --color-orange-700: oklch(51.8% 0.2751 65.790);
  --color-orange-800: oklch(43.8% 0.2288 66.529);
  /* Amber colors */
  --color-amber-50: oklch(97.5% 0.0363 85.099);
  --color-amber-100: oklch(92.9% 0.1001 85.296);
  --color-amber-200: oklch(85.8% 0.2034 85.283);
  --color-amber-300: oklch(78.7% 0.2916 84.015);
  --color-amber-400: oklch(74.2% 0.3067 80.785);
  --color-amber-500: oklch(69.9% 0.3073 76.266);
  --color-amber-600: oklch(61.0% 0.2843 72.579);
  --color-amber-700: oklch(51.4% 0.2515 69.807);
  --color-amber-800: oklch(43.8% 0.2150 69.667);
  /* Yellow colors */
  --color-yellow-50: oklch(97.3% 0.0424 87.445);
  --color-yellow-100: oklch(93.3% 0.1130 87.832);
  --color-yellow-200: oklch(87.3% 0.2104 87.159);
  --color-yellow-300: oklch(80.3% 0.3024 86.084);
  --color-yellow-400: oklch(76.0% 0.3056 83.069);
  --color-yellow-500: oklch(71.3% 0.2930 81.269);
  --color-yellow-600: oklch(61.5% 0.2634 78.036);
  /* Lime colors */
  --color-lime-50: oklch(96.9% 0.0404 95.499);
  --color-lime-100: oklch(93.1% 0.0859 96.233);
  --color-lime-200: oklch(87.0% 0.1560 97.521);
  --color-lime-300: oklch(79.5% 0.2323 99.083);
  --color-lime-400: oklch(72.7% 0.2524 101.144);
  --color-lime-500: oklch(66.1% 0.2273 103.250);
  /* Green colors */
  --color-green-50: oklch(97.5% 0.0105 140.181);
  --color-green-100: oklch(94.6% 0.0247 145.126);
  --color-green-200: oklch(89.5% 0.0491 140.270);
  --color-green-300: oklch(81.5% 0.0906 136.101);
  --color-green-400: oklch(71.0% 0.1354 129.868);
  --color-green-500: oklch(64.1% 0.1527 122.208);
  --color-green-600: oklch(71.0% 0.1354 129.868);
  --color-green-700: oklch(81.5% 0.0906 136.101);
  --color-green-800: oklch(89.5% 0.0491 140.270);
  --color-green-900: oklch(94.6% 0.0247 145.126);
  --color-green-950: oklch(97.5% 0.0105 140.181);
  /* Emerald colors */
  --color-emerald-50: oklch(97.4% 0.0107 173.630);
  --color-emerald-100: oklch(93.4% 0.0267 164.984);
  --color-emerald-200: oklch(87.7% 0.0485 165.809);
  --color-emerald-300: oklch(80.3% 0.0736 170.560);
  --color-emerald-400: oklch(71.6% 0.0883 159.198);
  --color-emerald-500: oklch(65.1% 0.0839 154.147);
  /* Teal colors */
  --color-teal-50: oklch(98.1% 0.0099 213.894);
  --color-teal-100: oklch(94.5% 0.0359 214.559);
  --color-teal-200: oklch(89.6% 0.0662 212.716);
  --color-teal-300: oklch(83.5% 0.0986 215.468);
  --color-teal-400: oklch(76.3% 0.1005 215.113);
  --color-teal-500: oklch(69.3% 0.0916 215.524);
  /* Cyan colors */
  --color-cyan-50: oklch(98.5% 0.0215 237.529);
  --color-cyan-100: oklch(95.9% 0.0539 239.140);
  --color-cyan-200: oklch(92.4% 0.0982 240.028);
  --color-cyan-300: oklch(87.9% 0.1617 241.504);
  --color-cyan-400: oklch(82.0% 0.1940 244.735);
  --color-cyan-500: oklch(75.0% 0.1913 246.876);
  /* Sky colors */
  --color-sky-50: oklch(98.2% 0.0215 253.616);
  --color-sky-100: oklch(96.0% 0.0441 253.213);
  --color-sky-200: oklch(91.9% 0.0961 251.760);
  --color-sky-300: oklch(86.0% 0.1795 251.101);
  --color-sky-400: oklch(80.1% 0.2615 252.537);
  --color-sky-500: oklch(75.5% 0.2791 254.778);
  /* Blue colors */
  --color-blue-50: oklch(97.6% 0.0235 261.175);
  --color-blue-100: oklch(94.2% 0.0510 262.347);
  --color-blue-200: oklch(90.2% 0.0920 261.097);
  --color-blue-300: oklch(83.8% 0.1583 260.553);
  --color-blue-400: oklch(75.9% 0.2432 260.925);
  --color-blue-500: oklch(68.9% 0.3168 261.896);
  /* Indigo colors */
  --color-indigo-50: oklch(97.2% 0.0309 264.158);
  --color-indigo-100: oklch(94.8% 0.0575 264.307);
  --color-indigo-200: oklch(90.4% 0.1095 264.472);
  --color-indigo-300: oklch(84.4% 0.1875 264.841);
  --color-indigo-400: oklch(76.7% 0.2967 265.645);
  --color-indigo-500: oklch(71.1% 0.3867 265.684);
  /* Violet colors */
  --color-violet-50: oklch(97.8% 0.0231 272.038);
  --color-violet-100: oklch(95.9% 0.0404 272.416);
  --color-violet-200: oklch(92.6% 0.0815 271.726);
  --color-violet-300: oklch(86.8% 0.1531 272.211);
  --color-violet-400: oklch(79.6% 0.2518 272.200);
  --color-violet-500: oklch(73.5% 0.3479 272.098);
  /* Purple colors */
  --color-purple-50: oklch(97.7% 0.0242 270.080);
  --color-purple-100: oklch(95.7% 0.0433 270.283);
  --color-purple-200: oklch(92.2% 0.0845 270.027);
  --color-purple-300: oklch(86.2% 0.1567 270.092);
  --color-purple-400: oklch(78.8% 0.2488 269.738);
  --color-purple-500: oklch(71.4% 0.3493 269.022);
  /* Fuchsia colors */
  --color-fuchsia-50: oklch(98.5% 0.0154 290.882);
  --color-fuchsia-100: oklch(96.9% 0.0329 289.499);
  --color-fuchsia-200: oklch(93.8% 0.0682 290.712);
  --color-fuchsia-300: oklch(89.8% 0.1196 293.643);
  --color-fuchsia-400: oklch(84.4% 0.1963 294.190);
  --color-fuchsia-500: oklch(80.0% 0.2485 293.395);
  /* Pink colors */
  --color-pink-50: oklch(97.6% 0.0073 343.486);
  --color-pink-100: oklch(95.7% 0.0144 340.252);
  --color-pink-200: oklch(91.7% 0.0318 344.342);
  --color-pink-300: oklch(85.6% 0.0616 353.782);
  --color-pink-400: oklch(76.7% 0.1083 5.710);
  --color-pink-500: oklch(70.5% 0.1418 19.370);
  /* Rose colors */
  --color-rose-50: oklch(97.0% 0.0144 50.304);
  --color-rose-100: oklch(94.2% 0.0285 50.466);
  --color-rose-200: oklch(89.5% 0.0512 46.585);
  --color-rose-300: oklch(81.1% 0.1049 49.439);
  --color-rose-400: oklch(71.1% 0.1833 50.868);
  --color-rose-500: oklch(64.2% 0.2559 54.118);
  /* Slate colors */
  --color-slate-50: oklch(98.6% 0.0061 256.992);
  --color-slate-100: oklch(97.1% 0.0123 257.004);
  --color-slate-200: oklch(93.5% 0.0227 259.194);
  --color-slate-300: oklch(87.9% 0.0389 258.336);
  --color-slate-400: oklch(72.3% 0.0723 259.620);
  --color-slate-500: oklch(57.7% 0.0827 259.773);
  /* Gray colors */
  --color-gray-50: oklch(98.5% 0.0031 256.986);
  --color-gray-100: oklch(96.8% 0.0051 261.807);
  --color-gray-200: oklch(93.1% 0.0103 261.804);
  --color-gray-300: oklch(87.7% 0.0189 261.002);
  --color-gray-400: oklch(71.8% 0.0400 260.992);
  --color-gray-500: oklch(56.5% 0.0475 261.745);
  --color-gray-600: oklch(71.8% 0.0400 260.992);
  --color-gray-700: oklch(87.7% 0.0189 261.002);
  --color-gray-800: oklch(93.1% 0.0103 261.804);
  --color-gray-900: oklch(96.8% 0.0051 261.807);
  --color-gray-950: oklch(98.5% 0.0031 256.986);
  /* Zinc colors */
  --color-zinc-50: oklch(98.5% 0.0000 94.625);
  --color-zinc-100: oklch(96.8% 0.0021 268.980);
  --color-zinc-200: oklch(92.2% 0.0063 268.959);
  --color-zinc-300: oklch(87.4% 0.0085 268.946);
  --color-zinc-400: oklch(71.4% 0.0225 268.847);
  --color-zinc-500: oklch(56.1% 0.0240 268.794);
  /* Neutral colors */
  --color-neutral-50: oklch(98.5% 0.0000 94.625);
  --color-neutral-100: oklch(97.0% 0.0000 94.625);
  --color-neutral-200: oklch(92.2% 0.0000 94.625);
  --color-neutral-300: oklch(87.0% 0.0000 94.625);
  --color-neutral-400: oklch(70.9% 0.0000 94.625);
  --color-neutral-500: oklch(55.6% 0.0000 94.625);
  --color-neutral-600: oklch(70.9% 0.0000 94.625);
  --color-neutral-700: oklch(87.0% 0.0000 94.625);
  --color-neutral-800: oklch(92.2% 0.0000 94.625);
  --color-neutral-900: oklch(97.0% 0.0000 94.625);
  --color-neutral-950: oklch(98.5% 0.0000 94.625);
  /* Stone colors */
  --color-stone-50: oklch(98.4% 0.0021 89.000);
  --color-stone-100: oklch(96.9% 0.0021 89.001);
  --color-stone-200: oklch(92.2% 0.0042 71.010);
  --color-stone-300: oklch(86.7% 0.0074 73.537);
  --color-stone-400: oklch(70.5% 0.0177 75.425);
  --color-stone-500: oklch(54.9% 0.0236 74.478);
  /* ------------------------------------------------------------------ */
  /* 🌙 DARK MODE PRIMITIVES OVERRIDES */
  /* These swap light colors to dark colors when the '.dark' class is present */
  /* ------------------------------------------------------------------ */
  .dark {
    /* 1. Base Colors: Flip white/black */
    --color-white: var(--color-black);
    --color-black: oklch(98.5% 0.0000 94.625);
    /* Dark mode near-white for high contrast text */
    /* 2. Neutral/Gray Scale Reversal (For backgrounds and low-contrast elements) */
    /* Light Grays become dark grays (e.g., bg-gray-50 -> bg-gray-950 equivalent) */
    --color-gray-50: var(--color-gray-950);
    --color-gray-100: var(--color-gray-900);
    --color-gray-200: var(--color-gray-800);
    --color-gray-300: var(--color-gray-700);
    /* Dark Grays become light grays (e.g., text-gray-900 -> text-gray-100 equivalent) */
    --color-gray-700: var(--color-gray-300);
    --color-gray-800: var(--color-gray-200);
    --color-gray-900: var(--color-gray-100);
    --color-gray-950: var(--color-gray-50);
    /* Applying the same reversal logic to the generic 'Neutral' scale for consistency */
    --color-neutral-50: var(--color-neutral-950);
    --color-neutral-100: var(--color-neutral-900);
    --color-neutral-200: var(--color-neutral-800);
    --color-neutral-300: var(--color-neutral-700);
    --color-neutral-700: var(--color-neutral-300);
    --color-neutral-800: var(--color-neutral-200);
    --color-neutral-900: var(--color-neutral-100);
    --color-neutral-950: var(--color-neutral-50);
    /* 3. Brand Color Adjustment (Optional: Adjusts saturation for better dark mode visibility) */
    --color-pk-500: oklch(70% 0.2000 63.182);
  }
}

/* Collection: primitives - Mode: Dark */

.dark {
  /* Dashboard theme variables - Dark mode overrides */
  --color-background: 222 84% 5%;
  --color-foreground: 210 40% 98%;
  --color-card: 222 84% 5%;
  --color-card-foreground: 210 40% 98%;
  --color-primary: 63 25% 63%;
  --color-primary-foreground: 0 0% 100%;
  --color-secondary: 217 33% 17%;
  --color-secondary-foreground: 210 40% 98%;
  --color-muted: 217 33% 17%;
  --color-muted-foreground: 215 20% 65%;
  --color-accent: 217 33% 17%;
  --color-accent-foreground: 210 40% 98%;
  --color-border: 217 33% 17%;
  --color-input: 217 33% 17%;
  --color-ring: 63 25% 63%;
  --color-destructive: 0 62% 30%;
  --color-destructive-foreground: 210 40% 98%;
  --color-white: oklch(15.6% 0.0000 94.625);
  --color-black: oklch(100.0% 0.0000 94.625);
  --color-pk-50: oklch(25.3% 0.1060 63.093);
  --color-pk-100: oklch(39.1% 0.1603 63.291);
  --color-pk-200: oklch(43.4% 0.1989 63.468);
  --color-pk-300: oklch(49.1% 0.2356 63.503);
  --color-pk-400: oklch(57.8% 0.2540 63.378);
  --color-pk-500: oklch(63.1% 0.2481 63.182);
  --color-pk-600: oklch(71.4% 0.1915 62.388);
  --color-pk-700: oklch(81.6% 0.1150 61.813);
  --color-pk-800: oklch(89.1% 0.0643 61.574);
  --color-pk-900: oklch(93.9% 0.0347 60.788);
  --color-pk-950: oklch(97.2% 0.0143 59.452);
  --color-red-50: oklch(24.9% 0.1143 60.781);
  --color-red-100: oklch(38.3% 0.1749 60.705);
  --color-red-200: oklch(42.6% 0.2243 61.339);
  --color-red-300: oklch(48.4% 0.2711 62.315);
  --color-red-400: oklch(55.4% 0.3100 62.295);
  --color-red-500: oklch(61.6% 0.2935 60.537);
  --color-red-600: oklch(69.1% 0.2212 58.476);
  --color-red-700: oklch(80.1% 0.1238 56.733);
  --color-red-800: oklch(88.2% 0.0669 55.663);
  --color-red-900: oklch(93.6% 0.0343 55.144);
  --color-red-950: oklch(97.0% 0.0138 54.853);
  --color-orange-50: oklch(25.1% 0.1136 65.983);
  --color-orange-100: oklch(38.1% 0.1812 66.905);
  --color-orange-200: oklch(43.8% 0.2288 66.529);
  --color-orange-300: oklch(51.8% 0.2751 65.790);
  --color-orange-400: oklch(60.4% 0.3163 66.400);
  --color-orange-500: oklch(64.6% 0.3183 69.466);
  --color-orange-600: oklch(68.0% 0.3100 73.651);
  --color-orange-700: oklch(77.9% 0.2244 76.799);
  --color-orange-800: oklch(86.5% 0.1370 77.740);
  --color-orange-900: oklch(93.5% 0.0689 79.392);
  --color-orange-950: oklch(97.2% 0.0284 78.672);
  --color-amber-50: oklch(25.8% 0.1232 69.897);
  --color-amber-100: oklch(38.2% 0.1784 70.112);
  --color-amber-200: oklch(43.8% 0.2150 69.667);
  --color-amber-300: oklch(51.4% 0.2515 69.807);
  --color-amber-400: oklch(61.0% 0.2843 72.579);
  --color-amber-500: oklch(69.9% 0.3073 76.266);
  --color-amber-600: oklch(74.2% 0.3067 80.785);
  --color-amber-700: oklch(78.7% 0.2916 84.015);
  --color-amber-800: oklch(85.8% 0.2034 85.283);
  --color-amber-900: oklch(92.9% 0.1001 85.296);
  --color-amber-950: oklch(97.5% 0.0363 85.099);
  --color-yellow-50: oklch(26.4% 0.1126 72.970);
  --color-lime-50: oklch(23.7% 0.0760 103.194);
  --color-lime-100: oklch(35.3% 0.1097 102.020);
  --color-lime-200: oklch(39.0% 0.1347 102.309);
  --color-lime-300: oklch(45.8% 0.1573 103.295);
  --color-lime-400: oklch(55.8% 0.1912 104.046);
  --color-lime-500: oklch(66.1% 0.2273 103.250);
  --color-lime-600: oklch(72.7% 0.2524 101.144);
  --color-lime-700: oklch(79.5% 0.2323 99.083);
  --color-lime-800: oklch(87.0% 0.1560 97.521);
  --color-lime-900: oklch(93.1% 0.0859 96.233);
  --color-lime-950: oklch(96.9% 0.0404 95.499);
  --color-yellow-100: oklch(38.6% 0.1646 74.028);
  --color-yellow-200: oklch(43.4% 0.1951 74.792);
  --color-yellow-300: oklch(50.3% 0.2241 75.424);
  --color-yellow-400: oklch(61.5% 0.2634 78.036);
  --color-yellow-500: oklch(71.3% 0.2930 81.269);
  --color-yellow-600: oklch(76.0% 0.3056 83.069);
  --color-yellow-700: oklch(80.3% 0.3024 86.084);
  --color-yellow-800: oklch(87.3% 0.2104 87.159);
  --color-yellow-900: oklch(93.3% 0.1130 87.832);
  --color-yellow-950: oklch(97.3% 0.0424 87.445);
  --color-green-50: oklch(24.0% 0.0409 132.396);
  --color-green-100: oklch(35.7% 0.0610 131.249);
  --color-green-200: oklch(40.0% 0.0774 129.302);
  --color-green-300: oklch(46.9% 0.1043 124.367);
  --color-green-400: oklch(55.4% 0.1357 121.408);
  --color-green-500: oklch(64.1% 0.1527 122.208);
  --color-green-600: oklch(71.0% 0.1354 129.868);
  --color-green-700: oklch(81.5% 0.0906 136.101);
  --color-green-800: oklch(89.5% 0.0491 140.270);
  --color-green-900: oklch(94.6% 0.0247 145.126);
  --color-green-950: oklch(97.5% 0.0105 140.181);
  --color-emerald-50: oklch(25.0% 0.0287 196.015);
  --color-emerald-100: oklch(36.0% 0.0404 182.475);
  --color-emerald-200: oklch(40.8% 0.0466 172.775);
  --color-emerald-300: oklch(48.0% 0.0569 164.757);
  --color-emerald-400: oklch(56.0% 0.0711 155.749);
  --color-emerald-500: oklch(65.1% 0.0839 154.147);
  --color-emerald-600: oklch(71.6% 0.0883 159.198);
  --color-emerald-700: oklch(80.3% 0.0736 170.560);
  --color-emerald-800: oklch(87.7% 0.0485 165.809);
  --color-emerald-900: oklch(93.4% 0.0267 164.984);
  --color-emerald-950: oklch(97.4% 0.0107 173.630);
  --color-teal-50: oklch(27.5% 0.0439 230.410);
  --color-teal-100: oklch(38.2% 0.0530 224.222);
  --color-teal-200: oklch(43.2% 0.0658 225.933);
  --color-teal-300: oklch(50.6% 0.0728 222.180);
  --color-teal-400: oklch(59.3% 0.0825 219.830);
  --color-teal-500: oklch(69.3% 0.0916 215.524);
  --color-teal-600: oklch(76.3% 0.1005 215.113);
  --color-teal-700: oklch(83.5% 0.0986 215.468);
  --color-teal-800: oklch(89.6% 0.0662 212.716);
  --color-teal-900: oklch(94.5% 0.0359 214.559);
  --color-teal-950: oklch(98.1% 0.0099 213.894);
  --color-cyan-50: oklch(31.9% 0.0933 251.506);
  --color-cyan-100: oklch(41.7% 0.1127 250.471);
  --color-cyan-200: oklch(47.3% 0.1324 249.221);
  --color-cyan-300: oklch(55.1% 0.1580 249.794);
  --color-cyan-400: oklch(64.5% 0.1830 249.539);
  --color-cyan-500: oklch(75.0% 0.1913 246.876);
  --color-cyan-600: oklch(82.0% 0.1940 244.735);
  --color-cyan-700: oklch(87.9% 0.1617 241.504);
  --color-cyan-800: oklch(92.4% 0.0982 240.028);
  --color-cyan-900: oklch(95.9% 0.0539 239.140);
  --color-cyan-950: oklch(98.5% 0.0215 237.529);
  --color-sky-50: oklch(32.0% 0.1162 255.539);
  --color-sky-100: oklch(42.6% 0.1565 254.848);
  --color-sky-200: oklch(48.9% 0.1894 255.504);
  --color-sky-300: oklch(55.8% 0.2279 256.294);
  --color-sky-400: oklch(65.7% 0.2677 256.267);
  --color-sky-500: oklch(75.5% 0.2791 254.778);
  --color-sky-600: oklch(80.1% 0.2615 252.537);
  --color-sky-700: oklch(86.0% 0.1795 251.101);
  --color-sky-800: oklch(91.9% 0.0961 251.760);
  --color-sky-900: oklch(96.0% 0.0441 253.213);
  --color-sky-950: oklch(98.2% 0.0215 253.616);
  --color-blue-50: oklch(32.0% 0.1444 264.400);
  --color-indigo-50: oklch(30.8% 0.1476 267.171);
  --color-indigo-100: oklch(43.8% 0.2382 266.267);
  --color-indigo-200: oklch(50.7% 0.3264 265.768);
  --color-indigo-300: oklch(58.9% 0.4024 265.640);
  --color-indigo-400: oklch(78.2% 0.2498 263.953);
  --color-indigo-500: oklch(71.1% 0.3867 265.684);
  --color-indigo-600: oklch(76.7% 0.2967 265.645);
  --color-indigo-700: oklch(84.4% 0.1875 264.841);
  --color-indigo-800: oklch(90.4% 0.1095 264.472);
  --color-indigo-900: oklch(94.8% 0.0575 264.307);
  --color-indigo-950: oklch(97.2% 0.0309 264.158);
  --color-blue-100: oklch(43.7% 0.2251 263.413);
  --color-blue-200: oklch(50.0% 0.2958 263.324);
  --color-blue-300: oklch(57.5% 0.3613 262.812);
  --color-blue-400: oklch(64.2% 0.3462 262.613);
  --color-blue-500: oklch(68.9% 0.3168 261.896);
  --color-blue-600: oklch(75.9% 0.2432 260.925);
  --color-blue-700: oklch(83.8% 0.1583 260.553);
  --color-blue-800: oklch(90.2% 0.0920 261.097);
  --color-blue-900: oklch(94.2% 0.0510 262.347);
  --color-blue-950: oklch(97.6% 0.0235 261.175);
  --color-violet-50: oklch(36.3% 0.2093 270.961);
  --color-violet-100: oklch(48.5% 0.2718 271.984);
  --color-violet-200: oklch(56.0% 0.3377 271.574);
  --color-violet-300: oklch(64.1% 0.3935 271.509);
  --color-violet-400: oklch(69.6% 0.4084 271.636);
  --color-violet-500: oklch(73.5% 0.3479 272.098);
  --color-violet-600: oklch(79.6% 0.2518 272.200);
  --color-violet-700: oklch(86.8% 0.1531 272.211);
  --color-violet-800: oklch(92.6% 0.0815 271.726);
  --color-violet-900: oklch(95.9% 0.0404 272.416);
  --color-violet-950: oklch(97.8% 0.0231 272.038);
  --color-purple-50: oklch(34.0% 0.1958 269.371);
  --color-purple-100: oklch(46.6% 0.2823 268.845);
  --color-purple-200: oklch(53.5% 0.3382 268.507);
  --color-purple-300: oklch(60.9% 0.3899 268.368);
  --color-purple-400: oklch(66.3% 0.3916 268.884);
  --color-purple-500: oklch(71.4% 0.3493 269.022);
  --color-purple-600: oklch(78.8% 0.2471 269.764);
  --color-purple-700: oklch(86.2% 0.1567 270.092);
  --color-purple-800: oklch(92.2% 0.0832 269.882);
  --color-purple-900: oklch(95.8% 0.0423 270.513);
  --color-purple-950: oklch(97.7% 0.0240 270.394);
  --color-pink-50: oklch(29.7% 0.0826 38.917);
  --color-pink-100: oklch(42.8% 0.1120 36.631);
  --color-pink-200: oklch(48.2% 0.1426 39.729);
  --color-pink-300: oklch(55.5% 0.1677 40.826);
  --color-pink-400: oklch(63.2% 0.1724 35.106);
  --color-pink-500: oklch(70.5% 0.1418 19.370);
  --color-pink-600: oklch(76.7% 0.1083 5.710);
  --color-pink-700: oklch(85.6% 0.0616 353.782);
  --color-pink-800: oklch(91.7% 0.0318 344.342);
  --color-pink-900: oklch(95.7% 0.0144 340.252);
  --color-pink-950: oklch(97.6% 0.0073 343.486);
  --color-rose-50: oklch(27.4% 0.0997 50.176);
  --color-rose-100: oklch(41.9% 0.1435 47.894);
  --color-rose-200: oklch(46.2% 0.1836 52.389);
  --color-rose-300: oklch(51.7% 0.2300 56.021);
  --color-rose-400: oklch(58.8% 0.2669 56.670);
  --color-rose-500: oklch(64.2% 0.2559 54.118);
  --color-rose-600: oklch(71.1% 0.1833 50.868);
  --color-rose-700: oklch(81.1% 0.1049 49.439);
  --color-rose-800: oklch(89.5% 0.0512 46.585);
  --color-rose-900: oklch(94.2% 0.0285 50.466);
  --color-rose-950: oklch(97.0% 0.0144 50.304);
  --color-fuchsia-50: oklch(35.1% 0.1038 298.849);
  --color-fuchsia-100: oklch(47.4% 0.1313 298.150);
  --color-fuchsia-200: oklch(54.3% 0.1657 297.073);
  --color-fuchsia-300: oklch(63.2% 0.1980 295.788);
  --color-fuchsia-400: oklch(72.5% 0.2343 294.299);
  --color-fuchsia-500: oklch(80.0% 0.2485 293.395);
  --color-fuchsia-600: oklch(84.4% 0.1963 294.190);
  --color-fuchsia-700: oklch(89.8% 0.1196 293.643);
  --color-fuchsia-800: oklch(93.8% 0.0682 290.712);
  --color-fuchsia-900: oklch(96.9% 0.0329 289.499);
  --color-fuchsia-950: oklch(34.0% 0.1958 269.371);
  --color-slate-50: oklch(15.2% 0.0754 261.982);
  --color-slate-100: oklch(23.0% 0.0736 262.346);
  --color-slate-200: oklch(30.0% 0.0731 260.580);
  --color-slate-300: oklch(39.4% 0.0808 259.744);
  --color-slate-400: oklch(46.7% 0.0774 259.743);
  --color-slate-500: oklch(57.7% 0.0827 259.773);
  --color-slate-600: oklch(72.3% 0.0723 259.620);
  --color-slate-700: oklch(87.9% 0.0389 258.336);
  --color-slate-800: oklch(93.5% 0.0227 259.194);
  --color-slate-900: oklch(97.1% 0.0123 257.004);
  --color-slate-950: oklch(98.6% 0.0061 256.992);
  --color-gray-50: oklch(14.4% 0.0490 260.975);
  --color-gray-100: oklch(22.8% 0.0608 261.483);
  --color-gray-200: oklch(29.5% 0.0603 259.815);
  --color-gray-300: oklch(39.0% 0.0615 260.534);
  --color-gray-400: oklch(46.1% 0.0536 259.817);
  --color-gray-500: oklch(56.5% 0.0475 261.745);
  --color-gray-600: oklch(71.8% 0.0400 260.992);
  --color-gray-700: oklch(87.7% 0.0189 261.002);
  --color-gray-800: oklch(93.1% 0.0103 261.804);
  --color-gray-900: oklch(96.8% 0.0051 261.807);
  --color-gray-950: oklch(98.5% 0.0031 256.986);
  --color-zinc-50: oklch(14.3% 0.0069 268.770);
  --color-zinc-100: oklch(21.4% 0.0092 268.794);
  --color-zinc-200: oklch(27.7% 0.0086 268.850);
  --color-zinc-300: oklch(37.7% 0.0186 268.764);
  --color-zinc-400: oklch(45.1% 0.0255 268.730);
  --color-zinc-500: oklch(56.1% 0.0240 268.794);
  --color-zinc-600: oklch(71.4% 0.0225 268.847);
  --color-zinc-700: oklch(87.4% 0.0085 268.946);
  --color-zinc-800: oklch(92.2% 0.0063 268.959);
  --color-zinc-900: oklch(96.8% 0.0021 268.980);
  --color-zinc-950: oklch(98.5% 0.0000 94.625);
  --color-neutral-50: oklch(14.5% 0.0000 94.625);
  --color-neutral-100: oklch(20.5% 0.0000 94.625);
  --color-neutral-200: oklch(26.9% 0.0000 94.625);
  --color-neutral-300: oklch(37.1% 0.0000 94.625);
  --color-neutral-400: oklch(43.9% 0.0000 94.625);
  --color-neutral-500: oklch(55.6% 0.0000 94.625);
  --color-neutral-600: oklch(70.9% 0.0000 94.625);
  --color-neutral-700: oklch(87.0% 0.0000 94.625);
  --color-neutral-800: oklch(92.2% 0.0000 94.625);
  --color-neutral-900: oklch(97.0% 0.0000 94.625);
  --color-neutral-950: oklch(98.5% 0.0000 94.625);
  --color-stone-50: oklch(14.6% 0.0068 71.193);
  --color-stone-100: oklch(21.4% 0.0105 73.435);
  --color-stone-200: oklch(26.7% 0.0089 65.243);
  --color-stone-300: oklch(36.9% 0.0180 78.646);
  --color-stone-400: oklch(43.9% 0.0197 79.970);
  --color-stone-500: oklch(54.9% 0.0236 74.478);
  --color-stone-600: oklch(70.5% 0.0177 75.425);
  --color-stone-700: oklch(86.7% 0.0074 73.537);
  --color-stone-800: oklch(92.2% 0.0042 71.010);
  --color-stone-900: oklch(96.9% 0.0021 89.001);
  --color-stone-950: oklch(98.4% 0.0021 89.000);
  --spacing: 0.25rem;
  --breakpoint-sm: 40rem;
  --breakpoint-md: 48rem;
  --breakpoint-lg: 64rem;
  --breakpoint-xl: 80rem;
  --breakpoint-2xl: 96rem;
  --container-3xs: 16rem;
  --container-2xs: 18rem;
  --container-xs: 20rem;
  --container-sm: 24rem;
  --container-md: 28rem;
  --container-lg: 32rem;
  --container-xl: 36rem;
  --container-2xl: 42rem;
  --container-3xl: 48rem;
  --container-4xl: 56rem;
  --container-5xl: 64rem;
  --container-6xl: 72rem;
  --container-7xl: 80rem;
  --text-xs: 0.75rem;
  --text-xs--line-height: calc(1 / 0.75);
  --text-sm: 0.875rem;
  --text-sm--line-height: calc(1.25 / 0.875);
  --text-base: 1rem;
  --text-base--line-height: calc(1.5 / 1);
  --text-lg: 1.125rem;
  --text-lg--line-height: calc(1.75 / 1.125);
  --text-xl: 1.25rem;
  --text-xl--line-height: calc(1.75 / 1.25);
  --text-2xl: 1.5rem;
  --text-2xl--line-height: calc(2 / 1.5);
  --text-3xl: 1.875rem;
  --text-3xl--line-height: calc(2.25 / 1.875);
  --text-4xl: 2.25rem;
  --text-4xl--line-height: calc(2.5 / 2.25);
  --text-5xl: 3rem;
  --text-5xl--line-height: 1;
  --text-6xl: 3.75rem;
  --text-6xl--line-height: 1;
  --text-7xl: 4.5rem;
  --text-7xl--line-height: 1;
  --text-8xl: 6rem;
  --text-8xl--line-height: 1;
  --text-9xl: 8rem;
  --text-9xl--line-height: 1;
  --font-weight-thin: 100;
  --font-weight-extralight: 200;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --font-weight-black: 900;
  --tracking-tighter: -0.05em;
  --tracking-tight: -0.025em;
  --tracking-normal: 0em;
  --tracking-wide: 0.025em;
  --tracking-wider: 0.05em;
  --tracking-widest: 0.1em;
  --leading-tight: 1.25;
  --leading-snug: 1.375;
  --leading-normal: 1.5;
  --leading-relaxed: 1.625;
  --leading-loose: 2;
  --radius-xs: 0.125rem;
  --radius-sm: 0.25rem;
  --radius-md: 0.375rem;
  --radius-lg: 0.5rem;
  --radius-xl: 0.75rem;
  --radius-2xl: 1rem;
  --radius-3xl: 1.5rem;
  --radius-4xl: 2rem;
  --shadow-2xs: 0 1px rgb(0 0 0 / 0.05);
  --shadow-xs: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --inset-shadow-2xs: inset 0 1px rgb(0 0 0 / 0.05);
  --inset-shadow-xs: inset 0 1px 1px rgb(0 0 0 / 0.05);
  --inset-shadow-sm: inset 0 2px 4px rgb(0 0 0 / 0.05);
  --drop-shadow-xs: 0 1px 1px rgb(0 0 0 / 0.05);
  --drop-shadow-sm: 0 1px 2px rgb(0 0 0 / 0.15);
  --drop-shadow-md: 0 3px 3px rgb(0 0 0 / 0.12);
  --drop-shadow-lg: 0 4px 4px rgb(0 0 0 / 0.15);
  --drop-shadow-xl: 0 9px 7px rgb(0 0 0 / 0.1);
  --drop-shadow-2xl: 0 25px 25px rgb(0 0 0 / 0.15);
  --text-shadow-2xs: 0px 1px 0px rgb(0 0 0 / 0.15);
  --text-shadow-xs: 0px 1px 1px rgb(0 0 0 / 0.2);
  --text-shadow-sm: 0px 1px 0px rgb(0 0 0 / 0.075), 0px 1px 1px rgb(0 0 0 / 0.075), 0px 2px 2px rgb(0 0 0 / 0.075);
  --text-shadow-md: 0px 1px 1px rgb(0 0 0 / 0.1), 0px 1px 2px rgb(0 0 0 / 0.1), 0px 2px 4px rgb(0 0 0 / 0.1);
  --text-shadow-lg: 0px 1px 2px rgb(0 0 0 / 0.1), 0px 3px 2px rgb(0 0 0 / 0.1), 0px 4px 8px rgb(0 0 0 / 0.1);
  --blur-xs: 4px;
  --blur-sm: 8px;
  --blur-md: 12px;
  --blur-lg: 16px;
  --blur-xl: 24px;
  --blur-2xl: 40px;
  --blur-3xl: 64px;
  --perspective-dramatic: 100px;
  --perspective-near: 300px;
  --perspective-normal: 500px;
  --perspective-midrange: 800px;
  --perspective-distant: 1200px;
  --aspect-video: 16 / 9;
  --ease-in: cubic-bezier(0.4, 0, 1, 1);
  --ease-out: cubic-bezier(0, 0, 0.2, 1);
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
  --animate-spin: spin 1s linear infinite;
  --animate-ping: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  --animate-bounce: bounce 1s infinite;
  @keyframes spin {
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes ping {
    75%,
    100% {
      transform: scale(2);
      opacity: 0;
    }
  }
  @keyframes pulse {
    50% {
      opacity: 0.5;
    }
  }
  @keyframes bounce {
    0%,
    100% {
      transform: translateY(-25%);
      animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }

    50% {
      transform: none;
      animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
  }
}

.focus-within\:border-\[\#5577F3\]\/50:focus-within {
  border-color: rgb(85 119 243 / 0.5) !important;
}

.focus-within\:ring-2:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within\:ring-\[\#5577F3\]\/30:focus-within {
  --tw-ring-color: rgb(85 119 243 / 0.3) !important;
}

.hover\:bg-\[\#4c6aed\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(76 106 237 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-blue-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:text-foreground:hover {
  color: hsl(var(--color-foreground)) !important;
}

.hover\:opacity-80:hover {
  opacity: 0.8 !important;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:ring-blue-300\/50:focus {
  --tw-ring-color: rgb(147 197 253 / 0.5) !important;
}

.focus\:ring-blue-500\/20:focus {
  --tw-ring-color: rgb(59 130 246 / 0.2) !important;
}

.active\:scale-\[0\.98\]:active {
  --tw-scale-x: 0.98 !important;
  --tw-scale-y: 0.98 !important;
  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)) !important;
}

.active\:scale-\[0\.99\]:active {
  --tw-scale-x: 0.99 !important;
  --tw-scale-y: 0.99 !important;
  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)) !important;
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed !important;
}

.disabled\:opacity-50:disabled {
  opacity: 0.5 !important;
}

.dark\:block:is(.dark *) {
  display: block !important;
}

.dark\:hidden:is(.dark *) {
  display: none !important;
}

.dark\:border-gray-700:is(.dark *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1)) !important;
}

.dark\:border-green-700:is(.dark *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(21 128 61 / var(--tw-border-opacity, 1)) !important;
}

.dark\:border-red-700:is(.dark *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(185 28 28 / var(--tw-border-opacity, 1)) !important;
}

.dark\:border-yellow-700:is(.dark *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(161 98 7 / var(--tw-border-opacity, 1)) !important;
}

.dark\:border-zinc-700:is(.dark *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(63 63 70 / var(--tw-border-opacity, 1)) !important;
}

.dark\:bg-black:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1)) !important;
}

.dark\:bg-blue-500:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1)) !important;
}

.dark\:bg-blue-900\/30:is(.dark *) {
  background-color: rgb(30 58 138 / 0.3) !important;
}

.dark\:bg-gray-900:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1)) !important;
}

.dark\:bg-green-500:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1)) !important;
}

.dark\:bg-green-900\/20:is(.dark *) {
  background-color: rgb(20 83 45 / 0.2) !important;
}

.dark\:bg-red-500:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1)) !important;
}

.dark\:bg-red-900\/20:is(.dark *) {
  background-color: rgb(127 29 29 / 0.2) !important;
}

.dark\:bg-white:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}

.dark\:bg-yellow-900\/20:is(.dark *) {
  background-color: rgb(113 63 18 / 0.2) !important;
}

.dark\:bg-zinc-900:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity, 1)) !important;
}

.dark\:text-blue-100:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(219 234 254 / var(--tw-text-opacity, 1)) !important;
}

.dark\:text-blue-300:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1)) !important;
}

.dark\:text-blue-400:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1)) !important;
}

.dark\:text-gray-100:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1)) !important;
}

.dark\:text-green-300:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(134 239 172 / var(--tw-text-opacity, 1)) !important;
}

.dark\:text-red-300:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1)) !important;
}

.dark\:text-white:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.dark\:text-yellow-300:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(253 224 71 / var(--tw-text-opacity, 1)) !important;
}

.dark\:hover\:bg-blue-800\/50:hover:is(.dark *) {
  background-color: rgb(30 64 175 / 0.5) !important;
}

@media (min-width: 640px) {
  .sm\:inline-flex {
    display: inline-flex !important;
  }

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

@media (min-width: 768px) {
  .md\:block {
    display: block !important;
  }

  .md\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

@media (min-width: 1024px) {
  .lg\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

@media (min-width: 1200px) {
  .desktop\:block {
    display: block !important;
  }

  .desktop\:hidden {
    display: none !important;
  }

  .desktop\:h-\[80px\] {
    height: 80px !important;
  }

  .desktop\:max-w-xl {
    max-width: 36rem !important;
  }
}
