*, ::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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 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;
}

.container {
  width: 100%;
}

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

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

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

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

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

.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;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.z-10 {
  z-index: 10;
}

.m-1 {
  margin: 0.25rem;
}

.m-4 {
  margin: 1rem;
}

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

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

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

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.size-12 {
  width: 3rem;
  height: 3rem;
}

.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.size-8 {
  width: 2rem;
  height: 2rem;
}

.h-1\/2 {
  height: 50%;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-20 {
  height: 5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-40 {
  height: 10rem;
}

.h-6 {
  height: 1.5rem;
}

.h-60 {
  height: 15rem;
}

.h-8 {
  height: 2rem;
}

.h-full {
  height: 100%;
}

.min-h-full {
  min-height: 100%;
}

.w-1\/2 {
  width: 50%;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-40 {
  width: 10rem;
}

.w-6 {
  width: 1.5rem;
}

.w-60 {
  width: 15rem;
}

.w-72 {
  width: 18rem;
}

.w-8 {
  width: 2rem;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.min-w-60 {
  min-width: 15rem;
}

.max-w-60 {
  max-width: 15rem;
}

.max-w-full {
  max-width: 100%;
}

.max-w-prose {
  max-width: 65ch;
}

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

.grow {
  flex-grow: 1;
}

.grow-0 {
  flex-grow: 0;
}

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

.cursor-pointer {
  cursor: pointer;
}

.list-inside {
  list-style-position: inside;
}

.list-decimal {
  list-style-type: decimal;
}

.list-disc {
  list-style-type: disc;
}

.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-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

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

.items-baseline {
  align-items: baseline;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.self-start {
  align-self: flex-start;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.text-nowrap {
  text-wrap: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-l-xl {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}

.rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

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

.border-x-4 {
  border-left-width: 4px;
  border-right-width: 4px;
}

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

.border-b-4 {
  border-bottom-width: 4px;
}

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

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

.border-\[\#89d643\] {
  --tw-border-opacity: 1;
  border-color: rgb(137 214 67 / var(--tw-border-opacity, 1));
}

.border-\[\#DED83D\] {
  --tw-border-opacity: 1;
  border-color: rgb(222 216 61 / var(--tw-border-opacity, 1));
}

.border-accented\/10 {
  border-color: hsl(var(--twc-accented) / 0.1);
}

.border-accented\/25 {
  border-color: hsl(var(--twc-accented) / 0.25);
}

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

.border-backdrop {
  --tw-border-opacity: 1;
  border-color: hsl(var(--twc-backdrop) / var(--twc-backdrop-opacity, var(--tw-border-opacity)));
}

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

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

.border-card {
  --tw-border-opacity: 1;
  border-color: hsl(var(--twc-card) / var(--twc-card-opacity, var(--tw-border-opacity)));
}

.border-transparent {
  border-color: transparent;
}

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

.border-words {
  --tw-border-opacity: 1;
  border-color: hsl(var(--twc-words) / var(--twc-words-opacity, var(--tw-border-opacity)));
}

.border-words\/20 {
  border-color: hsl(var(--twc-words) / 0.2);
}

.border-words\/25 {
  border-color: hsl(var(--twc-words) / 0.25);
}

.border-words\/40 {
  border-color: hsl(var(--twc-words) / 0.4);
}

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

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

.bg-\[\#e25b37\] {
  --tw-bg-opacity: 1;
  background-color: rgb(226 91 55 / var(--tw-bg-opacity, 1));
}

.bg-\[\#eeee00\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 0 / var(--tw-bg-opacity, 1));
}

.bg-accent {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-accent) / var(--twc-accent-opacity, var(--tw-bg-opacity)));
}

.bg-accent\/40 {
  background-color: hsl(var(--twc-accent) / 0.4);
}

.bg-accent\/80 {
  background-color: hsl(var(--twc-accent) / 0.8);
}

.bg-accented {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-accented) / var(--twc-accented-opacity, var(--tw-bg-opacity)));
}

.bg-backdrop {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-backdrop) / var(--twc-backdrop-opacity, var(--tw-bg-opacity)));
}

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

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

.bg-card {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-card) / var(--twc-card-opacity, var(--tw-bg-opacity)));
}

.bg-card\/25 {
  background-color: hsl(var(--twc-card) / 0.25);
}

.bg-card\/30 {
  background-color: hsl(var(--twc-card) / 0.3);
}

.bg-card\/50 {
  background-color: hsl(var(--twc-card) / 0.5);
}

.bg-card\/70 {
  background-color: hsl(var(--twc-card) / 0.7);
}

.bg-card\/80 {
  background-color: hsl(var(--twc-card) / 0.8);
}

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

.bg-gray-600\/75 {
  background-color: rgb(75 85 99 / 0.75);
}

.bg-gray-950\/70 {
  background-color: rgb(3 7 18 / 0.7);
}

.bg-gray-950\/80 {
  background-color: rgb(3 7 18 / 0.8);
}

.bg-lime-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(190 242 100 / var(--tw-bg-opacity, 1));
}

.bg-lime-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(163 230 53 / var(--tw-bg-opacity, 1));
}

.bg-lime-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity, 1));
}

.bg-lime-500\/80 {
  background-color: rgb(132 204 22 / 0.8);
}

.bg-neutral-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity, 1));
}

.bg-pink-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 207 232 / var(--tw-bg-opacity, 1));
}

.bg-pink-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 168 212 / var(--tw-bg-opacity, 1));
}

.bg-pink-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 114 182 / var(--tw-bg-opacity, 1));
}

.bg-pink-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity, 1));
}

.bg-pink-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity, 1));
}

.bg-pink-800\/70 {
  background-color: rgb(157 23 77 / 0.7);
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

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

.bg-violet-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(196 181 253 / var(--tw-bg-opacity, 1));
}

.bg-violet-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity, 1));
}

.bg-violet-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(109 40 217 / var(--tw-bg-opacity, 1));
}

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

.bg-words {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-words) / var(--twc-words-opacity, var(--tw-bg-opacity)));
}

.fill-words {
  fill: hsl(var(--twc-words) / var(--twc-words-opacity, 1));
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

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

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

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

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

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

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

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

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

.text-right {
  text-align: right;
}

.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.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-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

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

.font-bold {
  font-weight: 700;
}

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

.uppercase {
  text-transform: uppercase;
}

.normal-case {
  text-transform: none;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.text-accent {
  --tw-text-opacity: 1;
  color: hsl(var(--twc-accent) / var(--twc-accent-opacity, var(--tw-text-opacity)));
}

.text-accented {
  --tw-text-opacity: 1;
  color: hsl(var(--twc-accented) / var(--twc-accented-opacity, var(--tw-text-opacity)));
}

.text-backdrop {
  --tw-text-opacity: 1;
  color: hsl(var(--twc-backdrop) / var(--twc-backdrop-opacity, var(--tw-text-opacity)));
}

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

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

.text-card {
  --tw-text-opacity: 1;
  color: hsl(var(--twc-card) / var(--twc-card-opacity, var(--tw-text-opacity)));
}

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

.text-lime-500 {
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity, 1));
}

.text-lime-950 {
  --tw-text-opacity: 1;
  color: rgb(26 46 5 / var(--tw-text-opacity, 1));
}

.text-pink-300 {
  --tw-text-opacity: 1;
  color: rgb(249 168 212 / var(--tw-text-opacity, 1));
}

.text-pink-400 {
  --tw-text-opacity: 1;
  color: rgb(244 114 182 / var(--tw-text-opacity, 1));
}

.text-pink-900 {
  --tw-text-opacity: 1;
  color: rgb(131 24 67 / var(--tw-text-opacity, 1));
}

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

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-violet-100 {
  --tw-text-opacity: 1;
  color: rgb(237 233 254 / var(--tw-text-opacity, 1));
}

.text-violet-800 {
  --tw-text-opacity: 1;
  color: rgb(91 33 182 / var(--tw-text-opacity, 1));
}

.text-violet-900 {
  --tw-text-opacity: 1;
  color: rgb(76 29 149 / var(--tw-text-opacity, 1));
}

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

.text-words {
  --tw-text-opacity: 1;
  color: hsl(var(--twc-words) / var(--twc-words-opacity, var(--tw-text-opacity)));
}

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

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.opacity-70 {
  opacity: 0.7;
}

.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-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-violet-300 {
  --tw-shadow-color: #c4b5fd;
  --tw-shadow: var(--tw-shadow-colored);
}

.outline {
  outline-style: solid;
}

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

.transition-all {
  transition-property: all;
  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;
}

.dark,[data-theme="dark"] {
  --twc-accent: 249.79999999999995 33.8% 28.4%;
  --twc-accented: 250.5 64.9% 77.6%;
  --twc-backdrop: 243.29999999999995 37.5% 9.4%;
  --twc-words: 250.5 31.2% 74.9%;
  --twc-card: 249.10000000000002 33.3% 19.4%;
}

.airi,[data-theme="airi"] {
  --twc-accent: 260.70000000000005 72.5% 15.7%;
  --twc-accented: 0 0% 100%;
  --twc-backdrop: 253.70000000000005 66% 10.4%;
  --twc-words: 329.1 94.4% 85.9%;
  --twc-card: 261.1 78.3% 23.5%;
}

.light,[data-theme="light"] {
  --twc-accent: 253.79999999999995 45.3% 79.2%;
  --twc-accented: 253.89999999999998 41.1% 45.3%;
  --twc-backdrop: 247.10000000000002 48.6% 93.1%;
  --twc-words: 253.89999999999998 41.1% 45.3%;
  --twc-card: 251.29999999999995 44.4% 85.9%;
}

.dod,[data-theme="dod"] {
  --twc-accent: 0 0% 20%;
  --twc-accented: 0 0% 100%;
  --twc-backdrop: 0 0% 0%;
  --twc-words: 119.5 99.2% 50%;
  --twc-card: 0 0% 6.7%;
}

.aog,[data-theme="aog"] {
  --twc-accent: 0 0% 20%;
  --twc-accented: 0 0% 100%;
  --twc-backdrop: 0 0% 0%;
  --twc-words: 0 0% 100%;
  --twc-card: 0 0% 6.7%;
}

.dugly,[data-theme="dugly"] {
  --twc-accent: 185.79999999999995 57.9% 58%;
  --twc-accented: 0 0% 0%;
  --twc-backdrop: 41.5 96.3% 68.2%;
  --twc-words: 0 0% 0%;
  --twc-card: 0 0% 100%;
}

.fish,[data-theme="fish"] {
  --twc-accent: 44.60000000000002 59.8% 66.9%;
  --twc-accented: 38.69999999999999 55.6% 15.9%;
  --twc-backdrop: 185.10000000000002 86.4% 34.5%;
  --twc-words: 0 0% 0%;
  --twc-card: 184.89999999999998 48.7% 61%;
}

.ponko,[data-theme="ponko"] {
  --twc-accent: 69.80000000000001 45.4% 42.4%;
  --twc-accented: 0 0% 0%;
  --twc-backdrop: 12.600000000000023 74.7% 55.1%;
  --twc-words: 0 0% 0%;
  --twc-card: 0 0% 100%;
}

.viking,[data-theme="viking"] {
  --twc-accent: 207.89999999999998 15.9% 65.5%;
  --twc-accented: 222.89999999999998 21.5% 25.5%;
  --twc-backdrop: 220 5.3% 88.8%;
  --twc-words: 0 0% 0%;
  --twc-card: 21.19999999999999 22.5% 55.5%;
}

.monko,[data-theme="monko"] {
  --twc-card: 60 13.5% 20.4%;
  --twc-words: 0 0% 100%;
  --twc-backdrop: 0 0% 11%;
  --twc-accented: 57.80000000000001 70.9% 55.5%;
  --twc-accent: 60 7.2% 13.5%;
}

.tiny,[data-theme="tiny"] {
  --twc-words: 0 0% 20%;
  --twc-accent: 64.80000000000001 99% 62.5%;
  --twc-accented: 0 0% 0%;
  --twc-backdrop: 0 0% 91.8%;
  --twc-card: 0 0% 80%;
}

.mew,[data-theme="mew"] {
  --twc-accent: 14.699999999999989 28.6% 61%;
  --twc-accented: 0 0% 0%;
  --twc-backdrop: 44.5 100% 50%;
  --twc-card: 34.69999999999999 97.6% 83.3%;
  --twc-words: 0 0% 0%;
}

.marcus,[data-theme="marcus"] {
  --twc-accent: 138.60000000000002 100% 29.8%;
  --twc-accented: 0 0% 100%;
  --twc-card: 0 0% 100%;
  --twc-backdrop: 23 71.7% 77.8%;
  --twc-words: 0 0% 0%;
}

.ipt,[data-theme="ipt"] {
  --twc-accent: 205.10000000000002 90.1% 60.4%;
  --twc-accented: 0 0% 0%;
  --twc-card: 0 0% 13.3%;
  --twc-backdrop: 0 0% 20.8%;
  --twc-words: 0 0% 98%;
}

.coop,[data-theme="coop"] {
  --twc-accent: 46.80000000000001 98.7% 70.2%;
  --twc-accented: 0 0% 0%;
  --twc-card: 0 0% 100%;
  --twc-backdrop: 0 0% 91.8%;
  --twc-words: 285 100% 59.2%;
}

.dreme,[data-theme="dreme"] {
  --twc-accent: 125.39999999999998 100% 43.9%;
  --twc-accented: 0 0% 0%;
  --twc-card: 0 0% 100%;
  --twc-backdrop: 0 0% 91.8%;
  --twc-words: 0 0% 20%;
}

.hodl,[data-theme="hodl"] {
  --twc-accent: 217.10000000000002 63.1% 27.6%;
  --twc-accented: 207.10000000000002 60% 66.7%;
  --twc-backdrop: 223 69.8% 16.9%;
  --twc-words: 183.20000000000005 43.8% 74.9%;
  --twc-card: 221.39999999999998 87.9% 12.9%;
}

.superm,[data-theme="superm"] {
  --twc-accent: 0 100% 30%;
  --twc-accented: 54.10000000000002 100% 68%;
  --twc-backdrop: 239 100% 12.4%;
  --twc-words: 183.20000000000005 43.8% 74.9%;
  --twc-card: 231.79999999999995 85.1% 23.7%;
}

.a200,[data-theme="a200"] {
  --twc-accent: 0 0% 13.3%;
  --twc-accented: 0 0% 99.6%;
  --twc-backdrop: 0 0% 6.7%;
  --twc-words: 0 0% 98%;
  --twc-card: 0 0% 20%;
}

.iga,[data-theme="iga"] {
  --twc-accent: 120 61% 46.3%;
  --twc-accented: 0 0% 0%;
  --twc-backdrop: 0 0% 0%;
  --twc-words: 0 0% 100%;
  --twc-card: 0 0% 42.7%;
}

.cat,[data-theme="cat"] {
  --twc-accent: 243.70000000000005 37.6% 33.9%;
  --twc-accented: 232.5 35.3% 86.7%;
  --twc-backdrop: 246.5 54.4% 26.7%;
  --twc-words: 0 0% 100%;
  --twc-card: 102.69999999999999 66.3% 34.9%;
}

.woop,[data-theme="woop"] {
  --twc-accent: 26.69999999999999 10.8% 67.5%;
  --twc-accented: 20 7.3% 8%;
  --twc-backdrop: 312 5.2% 19%;
  --twc-words: 32.30000000000001 81.3% 93.7%;
  --twc-card: 312 2.2% 44.5%;
}

.drop,[data-theme="drop"] {
  --twc-accent: 205.10000000000002 100% 32.7%;
  --twc-accented: 189.5 99.1% 57.6%;
  --twc-backdrop: 201.29999999999995 90.2% 44.1%;
  --twc-words: 0 0% 100%;
  --twc-card: 201.39999999999998 100% 36.9%;
}

.t69420,[data-theme="t69420"] {
  --twc-accent: 0 0% 80%;
  --twc-accented: 0 0% 20%;
  --twc-backdrop: 0 0% 86.7%;
  --twc-words: 0 0% 0%;
  --twc-card: 0 0% 93.7%;
}

@tailwind grid;

.bg-grid {
  background-image: url('/images/grid.png');
}

.exo-2-normal {
  font-family: 'Exo 2', sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.sans-serif {
  font-family: sans-serif !important;
}

.exo-2-light {
  font-family: 'Exo 2', sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:start-\[2px\]::after {
  content: var(--tw-content);
  inset-inline-start: 2px;
}

.after\:top-\[2px\]::after {
  content: var(--tw-content);
  top: 2px;
}

.after\:h-3::after {
  content: var(--tw-content);
  height: 0.75rem;
}

.after\:w-3::after {
  content: var(--tw-content);
  width: 0.75rem;
}

.after\:rounded-full::after {
  content: var(--tw-content);
  border-radius: 9999px;
}

.after\:border::after {
  content: var(--tw-content);
  border-width: 1px;
}

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

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

.after\:transition-all::after {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

.hover\:bg-accent:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-accent) / var(--twc-accent-opacity, var(--tw-bg-opacity)));
}

.hover\:bg-accent\/80:hover {
  background-color: hsl(var(--twc-accent) / 0.8);
}

.hover\:text-accented:hover {
  --tw-text-opacity: 1;
  color: hsl(var(--twc-accented) / var(--twc-accented-opacity, var(--tw-text-opacity)));
}

.focus\:border-backdrop:focus {
  --tw-border-opacity: 1;
  border-color: hsl(var(--twc-backdrop) / var(--twc-backdrop-opacity, var(--tw-border-opacity)));
}

.focus\:bg-words:focus {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-words) / var(--twc-words-opacity, var(--tw-bg-opacity)));
}

.focus\:text-backdrop:focus {
  --tw-text-opacity: 1;
  color: hsl(var(--twc-backdrop) / var(--twc-backdrop-opacity, var(--tw-text-opacity)));
}

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

.focus\:ring:focus {
  --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);
}

.peer:checked ~ .peer-checked\:bg-violet-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity, 1));
}

.peer:checked ~ .peer-checked\:after\:translate-x-full::after {
  content: var(--tw-content);
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.peer:checked ~ .peer-checked\:after\:border-white::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.peer:focus ~ .peer-focus\:outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.peer:focus ~ .peer-focus\: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);
}

.peer:focus ~ .peer-focus\:ring-violet-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(196 181 253 / var(--tw-ring-opacity, 1));
}

.light.light\:inline {
  display: inline;
}

.light.light\:hidden {
  display: none;
}

.light.light\:bg-accent {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-accent) / var(--twc-accent-opacity, var(--tw-bg-opacity)));
}

.light.light\:bg-card {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-card) / var(--twc-card-opacity, var(--tw-bg-opacity)));
}

.light.light\:bg-neutral-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
}

.light.light\:bg-violet-300\/80 {
  background-color: rgb(196 181 253 / 0.8);
}

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

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

.light.light\:text-gray-950 {
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity, 1));
}

.light.light\:text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}

.light.light\:text-violet-500 {
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity, 1));
}

.light.light\:text-violet-900 {
  --tw-text-opacity: 1;
  color: rgb(76 29 149 / var(--tw-text-opacity, 1));
}

.light.light\:text-violet-950 {
  --tw-text-opacity: 1;
  color: rgb(46 16 101 / var(--tw-text-opacity, 1));
}

.light.light\:shadow-violet-500 {
  --tw-shadow-color: #8b5cf6;
  --tw-shadow: var(--tw-shadow-colored);
}

:is(.light > .light\:inline:not([data-theme])) {
  display: inline;
}

:is(.light > .light\:hidden:not([data-theme])) {
  display: none;
}

:is(.light > .light\:bg-accent:not([data-theme])) {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-accent) / var(--twc-accent-opacity, var(--tw-bg-opacity)));
}

:is(.light > .light\:bg-card:not([data-theme])) {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-card) / var(--twc-card-opacity, var(--tw-bg-opacity)));
}

:is(.light > .light\:bg-neutral-900:not([data-theme])) {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
}

:is(.light > .light\:bg-violet-300\/80:not([data-theme])) {
  background-color: rgb(196 181 253 / 0.8);
}

:is(.light > .light\:bg-white:not([data-theme])) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

:is(.light > .light\:text-black:not([data-theme])) {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

:is(.light > .light\:text-gray-950:not([data-theme])) {
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity, 1));
}

:is(.light > .light\:text-orange-500:not([data-theme])) {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}

:is(.light > .light\:text-violet-500:not([data-theme])) {
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity, 1));
}

:is(.light > .light\:text-violet-900:not([data-theme])) {
  --tw-text-opacity: 1;
  color: rgb(76 29 149 / var(--tw-text-opacity, 1));
}

:is(.light > .light\:text-violet-950:not([data-theme])) {
  --tw-text-opacity: 1;
  color: rgb(46 16 101 / var(--tw-text-opacity, 1));
}

:is(.light > .light\:shadow-violet-500:not([data-theme])) {
  --tw-shadow-color: #8b5cf6;
  --tw-shadow: var(--tw-shadow-colored);
}

:is(.light .light\:inline:not(.light [data-theme]:not(.light) * )) {
  display: inline;
}

:is(.light .light\:hidden:not(.light [data-theme]:not(.light) * )) {
  display: none;
}

:is(.light .light\:bg-accent:not(.light [data-theme]:not(.light) * )) {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-accent) / var(--twc-accent-opacity, var(--tw-bg-opacity)));
}

:is(.light .light\:bg-card:not(.light [data-theme]:not(.light) * )) {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-card) / var(--twc-card-opacity, var(--tw-bg-opacity)));
}

:is(.light .light\:bg-neutral-900:not(.light [data-theme]:not(.light) * )) {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
}

:is(.light .light\:bg-violet-300\/80:not(.light [data-theme]:not(.light) * )) {
  background-color: rgb(196 181 253 / 0.8);
}

:is(.light .light\:bg-white:not(.light [data-theme]:not(.light) * )) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

:is(.light .light\:text-black:not(.light [data-theme]:not(.light) * )) {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

:is(.light .light\:text-gray-950:not(.light [data-theme]:not(.light) * )) {
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity, 1));
}

:is(.light .light\:text-orange-500:not(.light [data-theme]:not(.light) * )) {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}

:is(.light .light\:text-violet-500:not(.light [data-theme]:not(.light) * )) {
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity, 1));
}

:is(.light .light\:text-violet-900:not(.light [data-theme]:not(.light) * )) {
  --tw-text-opacity: 1;
  color: rgb(76 29 149 / var(--tw-text-opacity, 1));
}

:is(.light .light\:text-violet-950:not(.light [data-theme]:not(.light) * )) {
  --tw-text-opacity: 1;
  color: rgb(46 16 101 / var(--tw-text-opacity, 1));
}

:is(.light .light\:shadow-violet-500:not(.light [data-theme]:not(.light) * )) {
  --tw-shadow-color: #8b5cf6;
  --tw-shadow: var(--tw-shadow-colored);
}

:is(.light:not(:has([data-theme])) .light\:inline:not([data-theme])) {
  display: inline;
}

:is(.light:not(:has([data-theme])) .light\:hidden:not([data-theme])) {
  display: none;
}

:is(.light:not(:has([data-theme])) .light\:bg-accent:not([data-theme])) {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-accent) / var(--twc-accent-opacity, var(--tw-bg-opacity)));
}

:is(.light:not(:has([data-theme])) .light\:bg-card:not([data-theme])) {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-card) / var(--twc-card-opacity, var(--tw-bg-opacity)));
}

:is(.light:not(:has([data-theme])) .light\:bg-neutral-900:not([data-theme])) {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
}

:is(.light:not(:has([data-theme])) .light\:bg-violet-300\/80:not([data-theme])) {
  background-color: rgb(196 181 253 / 0.8);
}

:is(.light:not(:has([data-theme])) .light\:bg-white:not([data-theme])) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

:is(.light:not(:has([data-theme])) .light\:text-black:not([data-theme])) {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

:is(.light:not(:has([data-theme])) .light\:text-gray-950:not([data-theme])) {
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity, 1));
}

:is(.light:not(:has([data-theme])) .light\:text-orange-500:not([data-theme])) {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}

:is(.light:not(:has([data-theme])) .light\:text-violet-500:not([data-theme])) {
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity, 1));
}

:is(.light:not(:has([data-theme])) .light\:text-violet-900:not([data-theme])) {
  --tw-text-opacity: 1;
  color: rgb(76 29 149 / var(--tw-text-opacity, 1));
}

:is(.light:not(:has([data-theme])) .light\:text-violet-950:not([data-theme])) {
  --tw-text-opacity: 1;
  color: rgb(46 16 101 / var(--tw-text-opacity, 1));
}

:is(.light:not(:has([data-theme])) .light\:shadow-violet-500:not([data-theme])) {
  --tw-shadow-color: #8b5cf6;
  --tw-shadow: var(--tw-shadow-colored);
}

[data-theme='light'].light\:inline {
  display: inline;
}

[data-theme='light'].light\:hidden {
  display: none;
}

[data-theme='light'].light\:bg-accent {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-accent) / var(--twc-accent-opacity, var(--tw-bg-opacity)));
}

[data-theme='light'].light\:bg-card {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-card) / var(--twc-card-opacity, var(--tw-bg-opacity)));
}

[data-theme='light'].light\:bg-neutral-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
}

[data-theme='light'].light\:bg-violet-300\/80 {
  background-color: rgb(196 181 253 / 0.8);
}

[data-theme='light'].light\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

[data-theme='light'].light\:text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

[data-theme='light'].light\:text-gray-950 {
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity, 1));
}

[data-theme='light'].light\:text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}

[data-theme='light'].light\:text-violet-500 {
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity, 1));
}

[data-theme='light'].light\:text-violet-900 {
  --tw-text-opacity: 1;
  color: rgb(76 29 149 / var(--tw-text-opacity, 1));
}

[data-theme='light'].light\:text-violet-950 {
  --tw-text-opacity: 1;
  color: rgb(46 16 101 / var(--tw-text-opacity, 1));
}

[data-theme='light'].light\:shadow-violet-500 {
  --tw-shadow-color: #8b5cf6;
  --tw-shadow: var(--tw-shadow-colored);
}

:is([data-theme='light'] > .light\:inline:not([data-theme])) {
  display: inline;
}

:is([data-theme='light'] > .light\:hidden:not([data-theme])) {
  display: none;
}

:is([data-theme='light'] > .light\:bg-accent:not([data-theme])) {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-accent) / var(--twc-accent-opacity, var(--tw-bg-opacity)));
}

:is([data-theme='light'] > .light\:bg-card:not([data-theme])) {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-card) / var(--twc-card-opacity, var(--tw-bg-opacity)));
}

:is([data-theme='light'] > .light\:bg-neutral-900:not([data-theme])) {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
}

:is([data-theme='light'] > .light\:bg-violet-300\/80:not([data-theme])) {
  background-color: rgb(196 181 253 / 0.8);
}

:is([data-theme='light'] > .light\:bg-white:not([data-theme])) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

:is([data-theme='light'] > .light\:text-black:not([data-theme])) {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

:is([data-theme='light'] > .light\:text-gray-950:not([data-theme])) {
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity, 1));
}

:is([data-theme='light'] > .light\:text-orange-500:not([data-theme])) {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}

:is([data-theme='light'] > .light\:text-violet-500:not([data-theme])) {
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity, 1));
}

:is([data-theme='light'] > .light\:text-violet-900:not([data-theme])) {
  --tw-text-opacity: 1;
  color: rgb(76 29 149 / var(--tw-text-opacity, 1));
}

:is([data-theme='light'] > .light\:text-violet-950:not([data-theme])) {
  --tw-text-opacity: 1;
  color: rgb(46 16 101 / var(--tw-text-opacity, 1));
}

:is([data-theme='light'] > .light\:shadow-violet-500:not([data-theme])) {
  --tw-shadow-color: #8b5cf6;
  --tw-shadow: var(--tw-shadow-colored);
}

:is([data-theme='light'] .light\:inline:not([data-theme='light'] [data-theme]:not([data-theme='light']) * )) {
  display: inline;
}

:is([data-theme='light'] .light\:hidden:not([data-theme='light'] [data-theme]:not([data-theme='light']) * )) {
  display: none;
}

:is([data-theme='light'] .light\:bg-accent:not([data-theme='light'] [data-theme]:not([data-theme='light']) * )) {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-accent) / var(--twc-accent-opacity, var(--tw-bg-opacity)));
}

:is([data-theme='light'] .light\:bg-card:not([data-theme='light'] [data-theme]:not([data-theme='light']) * )) {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-card) / var(--twc-card-opacity, var(--tw-bg-opacity)));
}

:is([data-theme='light'] .light\:bg-neutral-900:not([data-theme='light'] [data-theme]:not([data-theme='light']) * )) {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
}

:is([data-theme='light'] .light\:bg-violet-300\/80:not([data-theme='light'] [data-theme]:not([data-theme='light']) * )) {
  background-color: rgb(196 181 253 / 0.8);
}

:is([data-theme='light'] .light\:bg-white:not([data-theme='light'] [data-theme]:not([data-theme='light']) * )) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

:is([data-theme='light'] .light\:text-black:not([data-theme='light'] [data-theme]:not([data-theme='light']) * )) {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

:is([data-theme='light'] .light\:text-gray-950:not([data-theme='light'] [data-theme]:not([data-theme='light']) * )) {
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity, 1));
}

:is([data-theme='light'] .light\:text-orange-500:not([data-theme='light'] [data-theme]:not([data-theme='light']) * )) {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}

:is([data-theme='light'] .light\:text-violet-500:not([data-theme='light'] [data-theme]:not([data-theme='light']) * )) {
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity, 1));
}

:is([data-theme='light'] .light\:text-violet-900:not([data-theme='light'] [data-theme]:not([data-theme='light']) * )) {
  --tw-text-opacity: 1;
  color: rgb(76 29 149 / var(--tw-text-opacity, 1));
}

:is([data-theme='light'] .light\:text-violet-950:not([data-theme='light'] [data-theme]:not([data-theme='light']) * )) {
  --tw-text-opacity: 1;
  color: rgb(46 16 101 / var(--tw-text-opacity, 1));
}

:is([data-theme='light'] .light\:shadow-violet-500:not([data-theme='light'] [data-theme]:not([data-theme='light']) * )) {
  --tw-shadow-color: #8b5cf6;
  --tw-shadow: var(--tw-shadow-colored);
}

:is([data-theme='light']:not(:has([data-theme])) .light\:inline:not([data-theme])) {
  display: inline;
}

:is([data-theme='light']:not(:has([data-theme])) .light\:hidden:not([data-theme])) {
  display: none;
}

:is([data-theme='light']:not(:has([data-theme])) .light\:bg-accent:not([data-theme])) {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-accent) / var(--twc-accent-opacity, var(--tw-bg-opacity)));
}

:is([data-theme='light']:not(:has([data-theme])) .light\:bg-card:not([data-theme])) {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-card) / var(--twc-card-opacity, var(--tw-bg-opacity)));
}

:is([data-theme='light']:not(:has([data-theme])) .light\:bg-neutral-900:not([data-theme])) {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
}

:is([data-theme='light']:not(:has([data-theme])) .light\:bg-violet-300\/80:not([data-theme])) {
  background-color: rgb(196 181 253 / 0.8);
}

:is([data-theme='light']:not(:has([data-theme])) .light\:bg-white:not([data-theme])) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

:is([data-theme='light']:not(:has([data-theme])) .light\:text-black:not([data-theme])) {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

:is([data-theme='light']:not(:has([data-theme])) .light\:text-gray-950:not([data-theme])) {
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity, 1));
}

:is([data-theme='light']:not(:has([data-theme])) .light\:text-orange-500:not([data-theme])) {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}

:is([data-theme='light']:not(:has([data-theme])) .light\:text-violet-500:not([data-theme])) {
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity, 1));
}

:is([data-theme='light']:not(:has([data-theme])) .light\:text-violet-900:not([data-theme])) {
  --tw-text-opacity: 1;
  color: rgb(76 29 149 / var(--tw-text-opacity, 1));
}

:is([data-theme='light']:not(:has([data-theme])) .light\:text-violet-950:not([data-theme])) {
  --tw-text-opacity: 1;
  color: rgb(46 16 101 / var(--tw-text-opacity, 1));
}

:is([data-theme='light']:not(:has([data-theme])) .light\:shadow-violet-500:not([data-theme])) {
  --tw-shadow-color: #8b5cf6;
  --tw-shadow: var(--tw-shadow-colored);
}

.dark\:inline:is(.dark *) {
  display: inline;
}

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

.dark\:bg-card:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--twc-card) / var(--twc-card-opacity, var(--tw-bg-opacity)));
}

.dark\:bg-gray-950:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity, 1));
}

.dark\:bg-gray-950\/50:is(.dark *) {
  background-color: rgb(3 7 18 / 0.5);
}

.dark\:text-\[\#eeee00\]:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(238 238 0 / var(--tw-text-opacity, 1));
}

.dark\:text-violet-100:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(237 233 254 / var(--tw-text-opacity, 1));
}

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

.dark\:shadow-violet-300:is(.dark *) {
  --tw-shadow-color: #c4b5fd;
  --tw-shadow: var(--tw-shadow-colored);
}

.peer:focus ~ .dark\:peer-focus\:ring-violet-800:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(91 33 182 / var(--tw-ring-opacity, 1));
}

@media (min-width: 640px) {
  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:ml-4 {
    margin-left: 1rem;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:size-10 {
    width: 2.5rem;
    height: 2.5rem;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:max-w-lg {
    max-width: 32rem;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:p-0 {
    padding: 0px;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:pb-4 {
    padding-bottom: 1rem;
  }

  .sm\:text-left {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .md\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-48 {
    height: 12rem;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-16 {
    width: 4rem;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-48 {
    width: 12rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:max-w-full {
    max-width: 100%;
  }

  .md\:max-w-prose {
    max-width: 65ch;
  }

  .md\:grow-0 {
    flex-grow: 0;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:p-0 {
    padding: 0px;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:hover\:bg-accented:hover {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-accented) / var(--twc-accented-opacity, var(--tw-bg-opacity)));
  }

  .md\:hover\:text-accent:hover {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-accent) / var(--twc-accent-opacity, var(--tw-text-opacity)));
  }
}

@media (min-width: 1024px) {
  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:max-w-prose {
    max-width: 65ch;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, 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\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-wrap {
    flex-wrap: wrap;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

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

  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:hover\:bg-words:hover {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-words) / var(--twc-words-opacity, var(--tw-bg-opacity)));
  }

  .lg\:hover\:text-backdrop:hover {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-backdrop) / var(--twc-backdrop-opacity, var(--tw-text-opacity)));
  }

  .lg\:hover\:shadow-lg:hover {
    --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);
  }

  .lg\:hover\:shadow-words:hover {
    --tw-shadow-color: hsl(var(--twc-words) / var(--twc-words-opacity, 1));
    --tw-shadow: var(--tw-shadow-colored);
  }
}

@media (min-width: 1280px) {
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.peer:checked ~ .rtl\:peer-checked\:after\:-translate-x-full:where([dir="rtl"], [dir="rtl"] *)::after {
  content: var(--tw-content);
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}