/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: 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;
}
.pointer-events-none {
  pointer-events: none;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.bottom-full {
  bottom: 100%;
}
.left-0 {
  left: 0px;
}
.left-3 {
  left: 0.75rem;
}
.right-0 {
  right: 0px;
}
.right-2 {
  right: 0.5rem;
}
.right-20 {
  right: 5rem;
}
.right-3 {
  right: 0.75rem;
}
.top-1 {
  top: 0.25rem;
}
.top-1\/2 {
  top: 50%;
}
.top-10 {
  top: 2.5rem;
}
.top-11 {
  top: 2.75rem;
}
.top-3 {
  top: 0.75rem;
}
.top-4 {
  top: 1rem;
}
.top-9 {
  top: 2.25rem;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[9999\] {
  z-index: 9999;
}
.z-\[999\] {
  z-index: 999;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.-mt-14 {
  margin-top: -3.5rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-24 {
  height: 6rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-36 {
  height: 9rem;
}
.h-4 {
  height: 1rem;
}
.h-40 {
  height: 10rem;
}
.h-5 {
  height: 1.25rem;
}
.h-7 {
  height: 1.75rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[52px\] {
  height: 52px;
}
.h-\[58px\] {
  height: 58px;
}
.h-\[70vh\] {
  height: 70vh;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-44 {
  max-height: 11rem;
}
.max-h-56 {
  max-height: 14rem;
}
.max-h-\[320px\] {
  max-height: 320px;
}
.max-h-\[360px\] {
  max-height: 360px;
}
.max-h-\[520px\] {
  max-height: 520px;
}
.max-h-\[calc\(100vh-2rem\)\] {
  max-height: calc(100vh - 2rem);
}
.min-h-\[100px\] {
  min-height: 100px;
}
.min-h-\[110px\] {
  min-height: 110px;
}
.min-h-\[120px\] {
  min-height: 120px;
}
.min-h-\[600px\] {
  min-height: 600px;
}
.min-h-\[72px\] {
  min-height: 72px;
}
.min-h-\[85vh\] {
  min-height: 85vh;
}
.min-h-\[90px\] {
  min-height: 90px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-12 {
  width: 3rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-24 {
  width: 6rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-36 {
  width: 9rem;
}
.w-4 {
  width: 1rem;
}
.w-40 {
  width: 10rem;
}
.w-44 {
  width: 11rem;
}
.w-5 {
  width: 1.25rem;
}
.w-7 {
  width: 1.75rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[52px\] {
  width: 52px;
}
.w-\[58px\] {
  width: 58px;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-5 {
  min-width: 1.25rem;
}
.min-w-\[150px\] {
  min-width: 150px;
}
.min-w-\[86px\] {
  min-width: 86px;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-\[1280px\] {
  max-width: 1280px;
}
.max-w-\[240px\] {
  max-width: 240px;
}
.max-w-\[760px\] {
  max-width: 760px;
}
.max-w-\[80\%\] {
  max-width: 80%;
}
.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink-0 {
  flex-shrink: 0;
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-\[140\%\] {
  --tw-translate-y: -140%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0 {
  --tw-translate-y: 0px;
  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;
}
.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}
.resize-none {
  resize: none;
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.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-1\.5 {
  gap: 0.375rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.break-all {
  word-break: break-all;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[16px\] {
  border-radius: 16px;
}
.rounded-\[18px\] {
  border-radius: 18px;
}
.rounded-\[22px\] {
  border-radius: 22px;
}
.rounded-\[24px\] {
  border-radius: 24px;
}
.rounded-\[28px\] {
  border-radius: 28px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-4 {
  border-width: 4px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-\[\#d8b7ff\]\/60 {
  border-color: rgb(216 183 255 / 0.6);
}
.border-\[\#d9c3ea\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 195 234 / var(--tw-border-opacity, 1));
}
.border-red-300\/40 {
  border-color: rgb(252 165 165 / 0.4);
}
.border-starlight\/20 {
  border-color: rgb(248 229 140 / 0.2);
}
.border-starlight\/25 {
  border-color: rgb(248 229 140 / 0.25);
}
.border-starlight\/30 {
  border-color: rgb(248 229 140 / 0.3);
}
.border-starlight\/50 {
  border-color: rgb(248 229 140 / 0.5);
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.border-white\/40 {
  border-color: rgb(255 255 255 / 0.4);
}
.border-white\/60 {
  border-color: rgb(255 255 255 / 0.6);
}
.border-white\/70 {
  border-color: rgb(255 255 255 / 0.7);
}
.border-white\/75 {
  border-color: rgb(255 255 255 / 0.75);
}
.border-white\/80 {
  border-color: rgb(255 255 255 / 0.8);
}
.bg-\[\#130b24\] {
  --tw-bg-opacity: 1;
  background-color: rgb(19 11 36 / var(--tw-bg-opacity, 1));
}
.bg-\[\#211833\] {
  --tw-bg-opacity: 1;
  background-color: rgb(33 24 51 / var(--tw-bg-opacity, 1));
}
.bg-\[\#6a5a78\] {
  --tw-bg-opacity: 1;
  background-color: rgb(106 90 120 / var(--tw-bg-opacity, 1));
}
.bg-\[\#b99ae0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(185 154 224 / var(--tw-bg-opacity, 1));
}
.bg-\[\#d8b7e8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(216 183 232 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f1d5e9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 213 233 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fffafc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 252 / var(--tw-bg-opacity, 1));
}
.bg-\[rgba\(120\2c 98\2c 136\2c 0\.28\)\] {
  background-color: rgba(120,98,136,0.28);
}
.bg-\[rgba\(185\2c 154\2c 224\2c 0\.28\)\] {
  background-color: rgba(185,154,224,0.28);
}
.bg-\[rgba\(228\2c 212\2c 244\2c 0\.92\)\] {
  background-color: rgba(228,212,244,0.92);
}
.bg-\[rgba\(246\2c 236\2c 246\2c 0\.88\)\] {
  background-color: rgba(246,236,246,0.88);
}
.bg-\[rgba\(246\2c 236\2c 246\2c 0\.9\)\] {
  background-color: rgba(246,236,246,0.9);
}
.bg-\[rgba\(255\2c 248\2c 252\2c 0\.96\)\] {
  background-color: rgba(255,248,252,0.96);
}
.bg-\[rgba\(255\2c 248\2c 252\2c 0\.98\)\] {
  background-color: rgba(255,248,252,0.98);
}
.bg-aura {
  --tw-bg-opacity: 1;
  background-color: rgb(106 76 255 / var(--tw-bg-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-black\/35 {
  background-color: rgb(0 0 0 / 0.35);
}
.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
}
.bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}
.bg-red-300\/10 {
  background-color: rgb(252 165 165 / 0.1);
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-starlight\/10 {
  background-color: rgb(248 229 140 / 0.1);
}
.bg-starlight\/15 {
  background-color: rgb(248 229 140 / 0.15);
}
.bg-starlight\/20 {
  background-color: rgb(248 229 140 / 0.2);
}
.bg-starlight\/25 {
  background-color: rgb(248 229 140 / 0.25);
}
.bg-starlight\/30 {
  background-color: rgb(248 229 140 / 0.3);
}
.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-white\/35 {
  background-color: rgb(255 255 255 / 0.35);
}
.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-white\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-white\/\[0\.04\] {
  background-color: rgb(255 255 255 / 0.04);
}
.bg-white\/\[0\.06\] {
  background-color: rgb(255 255 255 / 0.06);
}
.bg-\[linear-gradient\(135deg\2c rgba\(14\2c 10\2c 28\2c 0\.82\)\2c rgba\(36\2c 20\2c 58\2c 0\.65\)\)\] {
  background-image: linear-gradient(135deg,rgba(14,10,28,0.82),rgba(36,20,58,0.65));
}
.bg-\[linear-gradient\(135deg\2c rgba\(177\2c 112\2c 255\2c 0\.22\)\2c rgba\(255\2c 210\2c 255\2c 0\.12\)\)\] {
  background-image: linear-gradient(135deg,rgba(177,112,255,0.22),rgba(255,210,255,0.12));
}
.bg-\[linear-gradient\(135deg\2c rgba\(22\2c 15\2c 42\2c 0\.94\)\2c rgba\(58\2c 36\2c 82\2c 0\.72\)\)\] {
  background-image: linear-gradient(135deg,rgba(22,15,42,0.94),rgba(58,36,82,0.72));
}
.bg-\[radial-gradient\(circle_at_top_left\2c rgba\(177\2c 112\2c 255\2c 0\.18\)\2c transparent_34\%\)\2c linear-gradient\(135deg\2c rgba\(23\2c 16\2c 44\2c 0\.98\)\2c rgba\(55\2c 36\2c 79\2c 0\.92\)\)\] {
  background-image: radial-gradient(circle at top left,rgba(177,112,255,0.18),transparent 34%),linear-gradient(135deg,rgba(23,16,44,0.98),rgba(55,36,79,0.92));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-starlight {
  --tw-gradient-from: #f8e58c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 229 140 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-\[\#c78cff\] {
  --tw-gradient-to: rgb(199 140 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #c78cff var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-\[\#f1d4ff\] {
  --tw-gradient-to: #f1d4ff var(--tw-gradient-to-position);
}
.fill-\[\#b99ae0\] {
  fill: #b99ae0;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-9 {
  padding-left: 2.25rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.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-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.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-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-none {
  line-height: 1;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[0\.14em\] {
  letter-spacing: 0.14em;
}
.tracking-\[0\.15em\] {
  letter-spacing: 0.15em;
}
.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}
.text-\[\#2f2438\] {
  --tw-text-opacity: 1;
  color: rgb(47 36 56 / var(--tw-text-opacity, 1));
}
.text-\[\#3f3348\] {
  --tw-text-opacity: 1;
  color: rgb(63 51 72 / var(--tw-text-opacity, 1));
}
.text-\[\#4b3f57\] {
  --tw-text-opacity: 1;
  color: rgb(75 63 87 / var(--tw-text-opacity, 1));
}
.text-\[\#4b3f5c\] {
  --tw-text-opacity: 1;
  color: rgb(75 63 92 / var(--tw-text-opacity, 1));
}
.text-\[\#5f536b\] {
  --tw-text-opacity: 1;
  color: rgb(95 83 107 / var(--tw-text-opacity, 1));
}
.text-\[\#6a5a78\] {
  --tw-text-opacity: 1;
  color: rgb(106 90 120 / var(--tw-text-opacity, 1));
}
.text-\[\#6f5f7d\] {
  --tw-text-opacity: 1;
  color: rgb(111 95 125 / var(--tw-text-opacity, 1));
}
.text-\[\#6f617c\] {
  --tw-text-opacity: 1;
  color: rgb(111 97 124 / var(--tw-text-opacity, 1));
}
.text-\[\#7a6b86\] {
  --tw-text-opacity: 1;
  color: rgb(122 107 134 / var(--tw-text-opacity, 1));
}
.text-\[\#7c6d89\] {
  --tw-text-opacity: 1;
  color: rgb(124 109 137 / var(--tw-text-opacity, 1));
}
.text-\[\#7c90b8\] {
  --tw-text-opacity: 1;
  color: rgb(124 144 184 / var(--tw-text-opacity, 1));
}
.text-\[\#7e6f8c\] {
  --tw-text-opacity: 1;
  color: rgb(126 111 140 / var(--tw-text-opacity, 1));
}
.text-\[\#7f6aa8\] {
  --tw-text-opacity: 1;
  color: rgb(127 106 168 / var(--tw-text-opacity, 1));
}
.text-\[\#8c769e\] {
  --tw-text-opacity: 1;
  color: rgb(140 118 158 / var(--tw-text-opacity, 1));
}
.text-\[\#8d7c9d\] {
  --tw-text-opacity: 1;
  color: rgb(141 124 157 / var(--tw-text-opacity, 1));
}
.text-\[\#8f4f7a\] {
  --tw-text-opacity: 1;
  color: rgb(143 79 122 / var(--tw-text-opacity, 1));
}
.text-\[\#8f739f\] {
  --tw-text-opacity: 1;
  color: rgb(143 115 159 / var(--tw-text-opacity, 1));
}
.text-\[\#9a4f6a\] {
  --tw-text-opacity: 1;
  color: rgb(154 79 106 / var(--tw-text-opacity, 1));
}
.text-\[\#9a7fae\] {
  --tw-text-opacity: 1;
  color: rgb(154 127 174 / var(--tw-text-opacity, 1));
}
.text-\[\#9a8ba7\] {
  --tw-text-opacity: 1;
  color: rgb(154 139 167 / var(--tw-text-opacity, 1));
}
.text-\[\#b8a9c3\] {
  --tw-text-opacity: 1;
  color: rgb(184 169 195 / var(--tw-text-opacity, 1));
}
.text-\[\#b99ae0\] {
  --tw-text-opacity: 1;
  color: rgb(185 154 224 / var(--tw-text-opacity, 1));
}
.text-\[\#d8bf5a\] {
  --tw-text-opacity: 1;
  color: rgb(216 191 90 / var(--tw-text-opacity, 1));
}
.text-\[\#e9ddf5\] {
  --tw-text-opacity: 1;
  color: rgb(233 221 245 / var(--tw-text-opacity, 1));
}
.text-\[\#ffe58a\] {
  --tw-text-opacity: 1;
  color: rgb(255 229 138 / var(--tw-text-opacity, 1));
}
.text-aura {
  --tw-text-opacity: 1;
  color: rgb(106 76 255 / var(--tw-text-opacity, 1));
}
.text-green-300 {
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity, 1));
}
.text-nebula {
  --tw-text-opacity: 1;
  color: rgb(0 182 255 / var(--tw-text-opacity, 1));
}
.text-quartz {
  --tw-text-opacity: 1;
  color: rgb(199 199 219 / var(--tw-text-opacity, 1));
}
.text-red-200 {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}
.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}
.text-sky-300 {
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity, 1));
}
.text-starlight {
  --tw-text-opacity: 1;
  color: rgb(248 229 140 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}
.underline {
  text-decoration-line: underline;
}
.decoration-white\/20 {
  text-decoration-color: rgb(255 255 255 / 0.2);
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.opacity-80 {
  opacity: 0.8;
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px 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-\[0_0_14px_rgba\(177\2c 112\2c 255\2c 0\.25\)\] {
  --tw-shadow: 0 0 14px rgba(177,112,255,0.25);
  --tw-shadow-colored: 0 0 14px 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-\[0_0_14px_rgba\(199\2c 140\2c 255\2c 0\.65\)\] {
  --tw-shadow: 0 0 14px rgba(199,140,255,0.65);
  --tw-shadow-colored: 0 0 14px 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-\[0_0_18px_rgba\(177\2c 112\2c 255\2c 0\.25\)\] {
  --tw-shadow: 0 0 18px rgba(177,112,255,0.25);
  --tw-shadow-colored: 0 0 18px 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-\[0_0_18px_rgba\(255\2c 229\2c 138\2c 0\.12\)\] {
  --tw-shadow: 0 0 18px rgba(255,229,138,0.12);
  --tw-shadow-colored: 0 0 18px 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-\[0_0_24px_rgba\(177\2c 112\2c 255\2c 0\.10\)\] {
  --tw-shadow: 0 0 24px rgba(177,112,255,0.10);
  --tw-shadow-colored: 0 0 24px 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-\[0_0_28px_rgba\(177\2c 112\2c 255\2c 0\.28\)\] {
  --tw-shadow: 0 0 28px rgba(177,112,255,0.28);
  --tw-shadow-colored: 0 0 28px 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-\[0_0_35px_rgba\(177\2c 112\2c 255\2c 0\.12\)\] {
  --tw-shadow: 0 0 35px rgba(177,112,255,0.12);
  --tw-shadow-colored: 0 0 35px 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-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  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);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}

:root {
  color-scheme: light;
}

html,
body {
  min-height: 100%;
}

body {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image:
    radial-gradient(circle at 15% 12%, rgba(255, 214, 232, 0.75), transparent 22%),
    radial-gradient(circle at 82% 10%, rgba(206, 232, 255, 0.7), transparent 24%),
    radial-gradient(circle at 50% 35%, rgba(243, 220, 255, 0.45), transparent 28%),
    radial-gradient(circle at 22% 78%, rgba(255, 240, 225, 0.65), transparent 20%),
    radial-gradient(circle at 78% 76%, rgba(232, 220, 255, 0.5), transparent 22%),
    linear-gradient(180deg, #fffdfd 0%, #fdf6fb 28%, #f8f4ff 58%, #f5faff 100%);
  background-attachment: fixed;
}

.cosmic-card {
  border-radius: 32px;
  border-width: 1px;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-backdrop-blur: blur(8px);
  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);
  border-color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 248, 252, 0.82);
  box-shadow:
    0 12px 32px rgba(214, 188, 220, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.cosmic-input {
  width: 100%;
  border-radius: 24px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border: 1px solid rgba(214, 193, 225, 0.95);
  background: rgba(247, 238, 246, 0.96);
  color: #6f5f7d;
  box-shadow:
    inset 0 1px 2px rgba(255, 255, 255, 0.72),
    0 2px 8px rgba(221, 204, 230, 0.18);
}

.cosmic-input::-moz-placeholder {
  color: rgba(124, 108, 140, 0.7);
}

.cosmic-input::placeholder {
  color: rgba(124, 108, 140, 0.7);
}

.cosmic-input:focus {
  border-color: rgba(212, 173, 220, 0.95);
  box-shadow:
    0 0 0 4px rgba(236, 205, 240, 0.32),
    inset 0 1px 2px rgba(255, 255, 255, 0.8);
}

.cosmic-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-radius: 999px;
  padding: 0.8rem 1.3rem;
}

.cosmic-button-primary {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-radius: 999px;
  padding: 0.8rem 1.3rem;
  background: linear-gradient(135deg, #e8b8cf 0%, #c9a7ea 52%, #a9c8f4 100%);
  box-shadow: 0 10px 24px rgba(204, 168, 221, 0.28);
}

.cosmic-button-primary:hover {
  filter: brightness(1.03);
  transform: translateY(-1px);
}

.cosmic-button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-radius: 999px;
  padding: 0.8rem 1.3rem;
  color: #7c648d;
  background: rgba(246, 236, 246, 0.94);
  border: 1px solid rgba(217, 198, 228, 0.98);
  box-shadow: 0 8px 20px rgba(220, 204, 228, 0.22);
}

.cosmic-button-secondary:hover {
  background: rgba(255, 255, 255, 0.9);
}

.cosmic-button-muted {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-radius: 999px;
  padding: 0.8rem 1.3rem;
  color: #7c648d;
  background: rgba(244, 234, 244, 0.9);
  border: 1px solid rgba(220, 203, 229, 0.95);
}

.cosmic-button-muted:hover {
  background: rgba(238, 226, 241, 0.98);
}

.starfield {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.3;
  background-image:
    radial-gradient(2px 2px at 18% 22%, rgba(255,255,255,0.8), transparent 60%),
    radial-gradient(2px 2px at 62% 37%, rgba(255,244,250,0.9), transparent 60%),
    radial-gradient(2px 2px at 82% 68%, rgba(255,255,255,0.75), transparent 60%),
    radial-gradient(2px 2px at 42% 74%, rgba(240,230,255,0.75), transparent 60%);
  background-size: 420px 420px, 600px 600px, 520px 520px, 760px 760px;
}

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

.theme-midnight-cosmic {
  color-scheme: dark;
  background-image:
    radial-gradient(circle at 15% 12%, rgba(122, 86, 126, 0.35), transparent 22%),
    radial-gradient(circle at 82% 10%, rgba(87, 118, 162, 0.28), transparent 24%),
    radial-gradient(circle at 50% 35%, rgba(118, 90, 140, 0.22), transparent 28%),
    radial-gradient(circle at 22% 78%, rgba(126, 96, 118, 0.25), transparent 20%),
    radial-gradient(circle at 78% 76%, rgba(98, 100, 156, 0.22), transparent 22%),
    linear-gradient(180deg, #1c1826 0%, #241d33 30%, #201b30 58%, #171622 100%);
}

.theme-midnight-cosmic .cosmic-card {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(46, 38, 61, 0.82);
  box-shadow:
    0 12px 32px rgba(9, 7, 18, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.theme-midnight-cosmic .cosmic-input {
  border: 1px solid rgba(163, 138, 191, 0.28);
  background: rgba(35, 29, 49, 0.92);
  color: #f2eaf8;
  box-shadow:
    inset 0 1px 2px rgba(255, 255, 255, 0.03),
    0 2px 8px rgba(0, 0, 0, 0.18);
}

.theme-midnight-cosmic .cosmic-input::-moz-placeholder {
  color: rgba(216, 201, 228, 0.58);
}

.theme-midnight-cosmic .cosmic-input::placeholder {
  color: rgba(216, 201, 228, 0.58);
}

.theme-midnight-cosmic .cosmic-input:focus {
  border-color: rgba(204, 171, 224, 0.68);
  box-shadow:
    0 0 0 4px rgba(152, 118, 182, 0.22),
    inset 0 1px 2px rgba(255, 255, 255, 0.04);
}

.theme-midnight-cosmic .cosmic-button-secondary {
  color: #f0e6f8;
  background: rgba(55, 45, 74, 0.92);
  border: 1px solid rgba(170, 145, 196, 0.24);
  box-shadow: 0 8px 20px rgba(13, 10, 22, 0.3);
}

.theme-midnight-cosmic .cosmic-button-secondary:hover {
  background: rgba(66, 54, 88, 0.96);
}

.theme-midnight-cosmic .cosmic-button-muted {
  color: #f0e6f8;
  background: rgba(55, 45, 74, 0.86);
  border: 1px solid rgba(170, 145, 196, 0.2);
}

.theme-midnight-cosmic .cosmic-button-muted:hover {
  background: rgba(69, 56, 91, 0.96);
}

.theme-midnight-cosmic .starfield {
  opacity: 0.2;
}

.theme-midnight-cosmic h1,
.theme-midnight-cosmic h2,
.theme-midnight-cosmic h3,
.theme-midnight-cosmic h4,
.theme-midnight-cosmic h5,
.theme-midnight-cosmic h6 {
  color: #f3ebfa !important;
}

.theme-midnight-cosmic p,
.theme-midnight-cosmic label,
.theme-midnight-cosmic span,
.theme-midnight-cosmic div,
.theme-midnight-cosmic a,
.theme-midnight-cosmic button {
  border-color: inherit;
}

.theme-midnight-cosmic .text-quartz {
  color: #d5c8e2 !important;
}

.theme-midnight-cosmic .text-\[\#6a5a78\] {
  color: #f1e8f8 !important;
}

.theme-midnight-cosmic .text-\[\#6f5f7d\] {
  color: #eadff3 !important;
}

.theme-midnight-cosmic .text-\[\#7c6d89\] {
  color: #d9cae5 !important;
}

.theme-midnight-cosmic .text-\[\#7e6f8c\] {
  color: #d9cae5 !important;
}

.theme-midnight-cosmic .text-\[\#8d7c9d\] {
  color: #cdbbdb !important;
}

.theme-midnight-cosmic .text-\[\#9a7fae\] {
  color: #d7b8ef !important;
}

.theme-midnight-cosmic .text-\[\#5f536b\] {
  color: #f0e6f8 !important;
}

.theme-midnight-cosmic .text-\[\#6f617c\] {
  color: #e7dbf1 !important;
}

.theme-midnight-cosmic .bg-\[rgba\(246\,236\,246\,0\.88\)\] {
  background: rgba(55, 45, 74, 0.88) !important;
}

.theme-midnight-cosmic .bg-\[rgba\(246\,236\,246\,0\.9\)\] {
  background: rgba(55, 45, 74, 0.9) !important;
}

.theme-midnight-cosmic .bg-\[rgba\(246\,236\,246\,0\.94\)\] {
  background: rgba(55, 45, 74, 0.94) !important;
}

.theme-midnight-cosmic .bg-\[rgba\(255\,248\,252\,0\.96\)\] {
  background: rgba(39, 33, 52, 0.96) !important;
}

.theme-midnight-cosmic .bg-\[rgba\(255\,248\,252\,0\.82\)\] {
  background: rgba(46, 38, 61, 0.82) !important;
}

.theme-midnight-cosmic .bg-white\/60,
.theme-midnight-cosmic .bg-white\/70,
.theme-midnight-cosmic .bg-white\/90,
.theme-midnight-cosmic .bg-white\/5 {
  background-color: rgba(55, 45, 74, 0.86) !important;
}

.theme-midnight-cosmic .border-white\/70,
.theme-midnight-cosmic .border-white\/75,
.theme-midnight-cosmic .border-white\/80,
.theme-midnight-cosmic .border-white\/10 {
  border-color: rgba(170, 145, 196, 0.2) !important;
}

.file\:mr-4::file-selector-button {
  margin-right: 1rem;
}

.file\:rounded-full::file-selector-button {
  border-radius: 9999px;
}

.file\:border-0::file-selector-button {
  border-width: 0px;
}

.file\:bg-starlight\/20::file-selector-button {
  background-color: rgb(248 229 140 / 0.2);
}

.file\:px-4::file-selector-button {
  padding-left: 1rem;
  padding-right: 1rem;
}

.file\:py-2::file-selector-button {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

.file\:font-semibold::file-selector-button {
  font-weight: 600;
}

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

.placeholder\:text-quartz::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(199 199 219 / var(--tw-text-opacity, 1));
}

.placeholder\:text-quartz::placeholder {
  --tw-text-opacity: 1;
  color: rgb(199 199 219 / var(--tw-text-opacity, 1));
}

.last\:border-r-0:last-child {
  border-right-width: 0px;
}

.hover\:border-starlight\/40:hover {
  border-color: rgb(248 229 140 / 0.4);
}

.hover\:bg-\[\#a884d4\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(168 132 212 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#f1e7f5\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 231 245 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#f3ebf8\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 235 248 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#f7eef8\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 238 248 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-500\/20:hover {
  background-color: rgb(239 68 68 / 0.2);
}

.hover\:bg-starlight\/25:hover {
  background-color: rgb(248 229 140 / 0.25);
}

.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}

.hover\:bg-white\/20:hover {
  background-color: rgb(255 255 255 / 0.2);
}

.hover\:bg-white\/25:hover {
  background-color: rgb(255 255 255 / 0.25);
}

.hover\:bg-white\/40:hover {
  background-color: rgb(255 255 255 / 0.4);
}

.hover\:bg-white\/5:hover {
  background-color: rgb(255 255 255 / 0.05);
}

.hover\:bg-white\/50:hover {
  background-color: rgb(255 255 255 / 0.5);
}

.hover\:bg-white\/55:hover {
  background-color: rgb(255 255 255 / 0.55);
}

.hover\:bg-white\/60:hover {
  background-color: rgb(255 255 255 / 0.6);
}

.hover\:bg-white\/75:hover {
  background-color: rgb(255 255 255 / 0.75);
}

.hover\:bg-white\/80:hover {
  background-color: rgb(255 255 255 / 0.8);
}

.hover\:text-\[\#3f334c\]:hover {
  --tw-text-opacity: 1;
  color: rgb(63 51 76 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#5f536b\]:hover {
  --tw-text-opacity: 1;
  color: rgb(95 83 107 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#6a5a78\]:hover {
  --tw-text-opacity: 1;
  color: rgb(106 90 120 / var(--tw-text-opacity, 1));
}

.hover\:text-sky-200:hover {
  --tw-text-opacity: 1;
  color: rgb(186 230 253 / var(--tw-text-opacity, 1));
}

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

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

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.focus\:border-starlight\/50:focus {
  border-color: rgb(248 229 140 / 0.5);
}

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

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

@media (min-width: 640px) {

  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:flex {
    display: flex;
  }

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

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

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

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

@media (min-width: 768px) {

  .md\:mr-12 {
    margin-right: 3rem;
  }

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

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:w-32 {
    width: 8rem;
  }

  .md\:w-72 {
    width: 18rem;
  }

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

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

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

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

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

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

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

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

  .md\:pr-16 {
    padding-right: 4rem;
  }

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

@media (min-width: 1024px) {

  .lg\:block {
    display: block;
  }

  .lg\:grid-cols-\[240px_minmax\(0\2c 1fr\)\] {
    grid-template-columns: 240px minmax(0,1fr);
  }

  .lg\:grid-cols-\[320px_minmax\(0\2c 1fr\)\] {
    grid-template-columns: 320px minmax(0,1fr);
  }
}

