/*
! tailwindcss v3.4.3 | 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: #EEEEEE; /* 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: #BDBDBD; /* 2 */
}input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #BDBDBD; /* 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] {
  display: none;
}*, ::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(137 188 235 / 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(137 188 235 / 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:  ;
}.\!container {
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
}.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}@media (min-width: 640px) {.\!container {
    max-width: 640px !important;
  }.container {
    max-width: 640px;
  }
}@media (min-width: 768px) {.\!container {
    max-width: 768px !important;
  }.container {
    max-width: 768px;
  }
}@media (min-width: 1024px) {.\!container {
    max-width: 1024px !important;
  }.container {
    max-width: 1024px;
  }
}@media (min-width: 1280px) {.\!container {
    max-width: 1280px !important;
  }.container {
    max-width: 1280px;
  }
}@media (min-width: 1536px) {.\!container {
    max-width: 1536px !important;
  }.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;
}.pointer-events-none {
  pointer-events: none;
}.visible {
  visibility: visible;
}.static {
  position: static;
}.fixed {
  position: fixed;
}.absolute {
  position: absolute;
}.relative {
  position: relative;
}.sticky {
  position: sticky;
}.inset-0 {
  inset: 0px;
}.inset-5 {
  inset: 1.25rem;
}.inset-x-10 {
  left: 2.5rem;
  right: 2.5rem;
}.inset-y-0 {
  top: 0px;
  bottom: 0px;
}.-bottom-1 {
  bottom: -0.25rem;
}.-bottom-10 {
  bottom: -2.5rem;
}.-bottom-24 {
  bottom: -6rem;
}.-left-10 {
  left: -2.5rem;
}.-left-24 {
  left: -6rem;
}.-right-1 {
  right: -0.25rem;
}.-right-24 {
  right: -6rem;
}.-right-3 {
  right: -0.75rem;
}.-right-6 {
  right: -1.5rem;
}.-top-24 {
  top: -6rem;
}.-top-3 {
  top: -0.75rem;
}.-top-8 {
  top: -2rem;
}.bottom-0 {
  bottom: 0px;
}.left-0 {
  left: 0px;
}.left-1\/2 {
  left: 50%;
}.left-3 {
  left: 0.75rem;
}.right-0 {
  right: 0px;
}.right-3 {
  right: 0.75rem;
}.right-4 {
  right: 1rem;
}.right-8 {
  right: 2rem;
}.top-0 {
  top: 0px;
}.top-1\/2 {
  top: 50%;
}.top-14 {
  top: 3.5rem;
}.top-4 {
  top: 1rem;
}.top-8 {
  top: 2rem;
}.z-10 {
  z-index: 10;
}.z-20 {
  z-index: 20;
}.z-40 {
  z-index: 40;
}.z-50 {
  z-index: 50;
}.z-\[100000\] {
  z-index: 100000;
}.z-\[9999999\] {
  z-index: 9999999;
}.z-\[99999\] {
  z-index: 99999;
}.col-span-1 {
  grid-column: span 1 / span 1;
}.col-span-2 {
  grid-column: span 2 / span 2;
}.col-span-3 {
  grid-column: span 3 / span 3;
}.row-span-1 {
  grid-row: span 1 / span 1;
}.row-span-2 {
  grid-row: span 2 / span 2;
}.row-span-3 {
  grid-row: span 3 / span 3;
}.-m-1 {
  margin: -0.25rem;
}.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}.mx-auto {
  margin-left: auto;
  margin-right: auto;
}.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}.-mt-px {
  margin-top: -1px;
}.mb-1 {
  margin-bottom: 0.25rem;
}.mb-12 {
  margin-bottom: 3rem;
}.mb-2 {
  margin-bottom: 0.5rem;
}.mb-3 {
  margin-bottom: 0.75rem;
}.mb-4 {
  margin-bottom: 1rem;
}.mb-5 {
  margin-bottom: 1.25rem;
}.mb-6 {
  margin-bottom: 1.5rem;
}.mb-8 {
  margin-bottom: 2rem;
}.ml-0 {
  margin-left: 0px;
}.ml-2 {
  margin-left: 0.5rem;
}.ml-4 {
  margin-left: 1rem;
}.ml-auto {
  margin-left: auto;
}.mr-0 {
  margin-right: 0px;
}.mr-1 {
  margin-right: 0.25rem;
}.mr-12 {
  margin-right: 3rem;
}.mr-2 {
  margin-right: 0.5rem;
}.mr-3 {
  margin-right: 0.75rem;
}.mt-0 {
  margin-top: 0px;
}.mt-0\.5 {
  margin-top: 0.125rem;
}.mt-1 {
  margin-top: 0.25rem;
}.mt-16 {
  margin-top: 4rem;
}.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-auto {
  margin-top: auto;
}.block {
  display: block;
}.inline-block {
  display: inline-block;
}.flex {
  display: flex;
}.inline-flex {
  display: inline-flex;
}.table {
  display: table;
}.grid {
  display: grid;
}.contents {
  display: contents;
}.hidden {
  display: none;
}.h-1 {
  height: 0.25rem;
}.h-1\.5 {
  height: 0.375rem;
}.h-10 {
  height: 2.5rem;
}.h-11 {
  height: 2.75rem;
}.h-12 {
  height: 3rem;
}.h-14 {
  height: 3.5rem;
}.h-16 {
  height: 4rem;
}.h-2 {
  height: 0.5rem;
}.h-2\.5 {
  height: 0.625rem;
}.h-20 {
  height: 5rem;
}.h-24 {
  height: 6rem;
}.h-3 {
  height: 0.75rem;
}.h-3\.5 {
  height: 0.875rem;
}.h-32 {
  height: 8rem;
}.h-4 {
  height: 1rem;
}.h-40 {
  height: 10rem;
}.h-5 {
  height: 1.25rem;
}.h-52 {
  height: 13rem;
}.h-6 {
  height: 1.5rem;
}.h-7 {
  height: 1.75rem;
}.h-8 {
  height: 2rem;
}.h-80 {
  height: 20rem;
}.h-9 {
  height: 2.25rem;
}.h-\[1px\] {
  height: 1px;
}.h-\[2px\] {
  height: 2px;
}.h-auto {
  height: auto;
}.h-full {
  height: 100%;
}.h-px {
  height: 1px;
}.h-screen {
  height: 100vh;
}.max-h-\[80vh\] {
  max-height: 80vh;
}.min-h-10 {
  min-height: 2.5rem;
}.min-h-12 {
  min-height: 3rem;
}.min-h-full {
  min-height: 100%;
}.min-h-screen {
  min-height: 100vh;
}.w-1 {
  width: 0.25rem;
}.w-1\/12 {
  width: 8.333333%;
}.w-1\/2 {
  width: 50%;
}.w-1\/3 {
  width: 33.333333%;
}.w-1\/4 {
  width: 25%;
}.w-1\/5 {
  width: 20%;
}.w-10 {
  width: 2.5rem;
}.w-11 {
  width: 2.75rem;
}.w-14 {
  width: 3.5rem;
}.w-16 {
  width: 4rem;
}.w-2 {
  width: 0.5rem;
}.w-2\.5 {
  width: 0.625rem;
}.w-20 {
  width: 5rem;
}.w-24 {
  width: 6rem;
}.w-3 {
  width: 0.75rem;
}.w-3\.5 {
  width: 0.875rem;
}.w-32 {
  width: 8rem;
}.w-4 {
  width: 1rem;
}.w-40 {
  width: 10rem;
}.w-5 {
  width: 1.25rem;
}.w-52 {
  width: 13rem;
}.w-6 {
  width: 1.5rem;
}.w-64 {
  width: 16rem;
}.w-7 {
  width: 1.75rem;
}.w-8 {
  width: 2rem;
}.w-80 {
  width: 20rem;
}.w-9 {
  width: 2.25rem;
}.w-\[3px\] {
  width: 3px;
}.w-\[min\(92vw\2c 20rem\)\] {
  width: min(92vw,20rem);
}.w-\[min\(92vw\2c 30rem\)\] {
  width: min(92vw,30rem);
}.w-auto {
  width: auto;
}.w-full {
  width: 100%;
}.min-w-64 {
  min-width: 16rem;
}.min-w-\[14rem\] {
  min-width: 14rem;
}.min-w-\[640px\] {
  min-width: 640px;
}.min-w-fit {
  min-width: -moz-fit-content;
  min-width: fit-content;
}.min-w-full {
  min-width: 100%;
}.max-w-3xl {
  max-width: 48rem;
}.max-w-5xl {
  max-width: 64rem;
}.max-w-6xl {
  max-width: 72rem;
}.max-w-7xl {
  max-width: 80rem;
}.max-w-96 {
  max-width: 24rem;
}.max-w-\[380px\] {
  max-width: 380px;
}.max-w-lg {
  max-width: 32rem;
}.max-w-md {
  max-width: 28rem;
}.max-w-xl {
  max-width: 36rem;
}.max-w-xs {
  max-width: 20rem;
}.flex-1 {
  flex: 1 1 0%;
}.flex-shrink {
  flex-shrink: 1;
}.shrink-0 {
  flex-shrink: 0;
}.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.translate-x-1 {
  --tw-translate-x: 0.25rem;
  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-x-5 {
  --tw-translate-x: 1.25rem;
  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));
}.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
}.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));
}@keyframes ping {75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}@keyframes pulse {50% {
    opacity: .5;
  }
}.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}@keyframes spin {to {
    transform: rotate(360deg);
  }
}.animate-spin {
  animation: spin 1s linear infinite;
}.cursor-pointer {
  cursor: pointer;
}.resize-none {
  resize: none;
}.resize {
  resize: both;
}.list-disc {
  list-style-type: disc;
}.list-none {
  list-style-type: none;
}.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.grid-cols-4 {
  grid-template-columns: repeat(4, 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-end {
  align-items: flex-end;
}.items-center {
  align-items: center;
}.items-baseline {
  align-items: baseline;
}.items-stretch {
  align-items: stretch;
}.justify-end {
  justify-content: flex-end;
}.justify-center {
  justify-content: center;
}.justify-between {
  justify-content: space-between;
}.justify-evenly {
  justify-content: space-evenly;
}.gap-1 {
  gap: 0.25rem;
}.gap-1\.5 {
  gap: 0.375rem;
}.gap-2 {
  gap: 0.5rem;
}.gap-3 {
  gap: 0.75rem;
}.gap-4 {
  gap: 1rem;
}.gap-5 {
  gap: 1.25rem;
}.gap-6 {
  gap: 1.5rem;
}.gap-8 {
  gap: 2rem;
}.gap-\[2px\] {
  gap: 2px;
}.gap-\[3px\] {
  gap: 3px;
}.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * 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-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * 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));
}.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}.divide-\[\#0e3a88\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(14 58 136 / var(--tw-divide-opacity));
}.divide-\[\#0e3a88\]\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(14 58 136 / 0.7);
}.divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(157 170 243 / var(--tw-divide-opacity));
}.self-end {
  align-self: flex-end;
}.self-center {
  align-self: center;
}.overflow-auto {
  overflow: auto;
}.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;
}.break-words {
  overflow-wrap: break-word;
}.rounded {
  border-radius: 0.25rem;
}.rounded-2xl {
  border-radius: 1rem;
}.rounded-3xl {
  border-radius: 1.5rem;
}.rounded-full {
  border-radius: 9999px;
}.rounded-lg {
  border-radius: 0.8rem;
}.rounded-md {
  border-radius: 0.6rem;
}.rounded-sm {
  border-radius: 0.2rem;
}.rounded-xl {
  border-radius: 0.75rem;
}.rounded-b-lg {
  border-bottom-right-radius: 0.8rem;
  border-bottom-left-radius: 0.8rem;
}.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}.border {
  border-width: 1px;
}.border-2 {
  border-width: 2px;
}.border-b {
  border-bottom-width: 1px;
}.border-t {
  border-top-width: 1px;
}.border-solid {
  border-style: solid;
}.border-\[\#061637\] {
  --tw-border-opacity: 1;
  border-color: rgb(6 22 55 / var(--tw-border-opacity));
}.border-\[\#0d3a87\]\/70 {
  border-color: rgb(13 58 135 / 0.7);
}.border-\[\#0e3a88\] {
  --tw-border-opacity: 1;
  border-color: rgb(14 58 136 / var(--tw-border-opacity));
}.border-\[\#0e3a88\]\/65 {
  border-color: rgb(14 58 136 / 0.65);
}.border-\[\#0e3a88\]\/70 {
  border-color: rgb(14 58 136 / 0.7);
}.border-\[\#0f3a87\]\/70 {
  border-color: rgb(15 58 135 / 0.7);
}.border-\[\#0f3a87\]\/75 {
  border-color: rgb(15 58 135 / 0.75);
}.border-\[\#2257a8\] {
  --tw-border-opacity: 1;
  border-color: rgb(34 87 168 / var(--tw-border-opacity));
}.border-\[\#2a5fb0\]\/60 {
  border-color: rgb(42 95 176 / 0.6);
}.border-\[\#2b63b8\]\/45 {
  border-color: rgb(43 99 184 / 0.45);
}.border-\[\#2b63b8\]\/55 {
  border-color: rgb(43 99 184 / 0.55);
}.border-\[\#2b63b8\]\/60 {
  border-color: rgb(43 99 184 / 0.6);
}.border-\[\#2b63b8\]\/65 {
  border-color: rgb(43 99 184 / 0.65);
}.border-\[\#2b63b8\]\/70 {
  border-color: rgb(43 99 184 / 0.7);
}.border-\[\#2b63b8\]\/75 {
  border-color: rgb(43 99 184 / 0.75);
}.border-\[\#2b63b8\]\/80 {
  border-color: rgb(43 99 184 / 0.8);
}.border-\[\#2d66bb\] {
  --tw-border-opacity: 1;
  border-color: rgb(45 102 187 / var(--tw-border-opacity));
}.border-\[\#2f6fca\]\/70 {
  border-color: rgb(47 111 202 / 0.7);
}.border-\[\#3d8d63\]\/60 {
  border-color: rgb(61 141 99 / 0.6);
}.border-\[\#CE1126\]\/30 {
  border-color: rgb(206 17 38 / 0.3);
}.border-\[\#CE1126\]\/35 {
  border-color: rgb(206 17 38 / 0.35);
}.border-\[\#CE1126\]\/40 {
  border-color: rgb(206 17 38 / 0.4);
}.border-\[\#CE1126\]\/45 {
  border-color: rgb(206 17 38 / 0.45);
}.border-\[\#CE1126\]\/55 {
  border-color: rgb(206 17 38 / 0.55);
}.border-\[\#CE1126\]\/60 {
  border-color: rgb(206 17 38 / 0.6);
}.border-\[\#CE1126\]\/70 {
  border-color: rgb(206 17 38 / 0.7);
}.border-\[\#F8FBFF\]\/25 {
  border-color: rgb(248 251 255 / 0.25);
}.border-\[\#F8FBFF\]\/30 {
  border-color: rgb(248 251 255 / 0.3);
}.border-\[\#F8FBFF\]\/35 {
  border-color: rgb(248 251 255 / 0.35);
}.border-\[\#F8FBFF\]\/40 {
  border-color: rgb(248 251 255 / 0.4);
}.border-\[\#F8FBFF\]\/45 {
  border-color: rgb(248 251 255 / 0.45);
}.border-\[\#F8FBFF\]\/50 {
  border-color: rgb(248 251 255 / 0.5);
}.border-\[\#F8FBFF\]\/55 {
  border-color: rgb(248 251 255 / 0.55);
}.border-\[\#F8FBFF\]\/60 {
  border-color: rgb(248 251 255 / 0.6);
}.border-\[\#F8FBFF\]\/65 {
  border-color: rgb(248 251 255 / 0.65);
}.border-\[\#F8FBFF\]\/70 {
  border-color: rgb(248 251 255 / 0.7);
}.border-\[\#F8FBFF\]\/75 {
  border-color: rgb(248 251 255 / 0.75);
}.border-\[\#F8FBFF\]\/80 {
  border-color: rgb(248 251 255 / 0.8);
}.border-\[\#ce1126\]\/70 {
  border-color: rgb(206 17 38 / 0.7);
}.border-\[\#ce1126\]\/80 {
  border-color: rgb(206 17 38 / 0.8);
}.border-\[\#e8f1ff\]\/30 {
  border-color: rgb(232 241 255 / 0.3);
}.border-\[\#e8f1ff\]\/40 {
  border-color: rgb(232 241 255 / 0.4);
}.border-\[\#e8f1ff\]\/45 {
  border-color: rgb(232 241 255 / 0.45);
}.border-\[\#e8f1ff\]\/50 {
  border-color: rgb(232 241 255 / 0.5);
}.border-\[\#e8f1ff\]\/70 {
  border-color: rgb(232 241 255 / 0.7);
}.border-\[\#e8f1ff\]\/75 {
  border-color: rgb(232 241 255 / 0.75);
}.border-\[\#e8f1ff\]\/80 {
  border-color: rgb(232 241 255 / 0.8);
}.border-cyan-400\/25 {
  border-color: rgb(154 225 233 / 0.25);
}.border-cyan-500 {
  --tw-border-opacity: 1;
  border-color: rgb(119 214 225 / var(--tw-border-opacity));
}.border-cyan-600\/50 {
  border-color: rgb(87 199 212 / 0.5);
}.border-cyan-700\/40 {
  border-color: rgb(71 184 198 / 0.4);
}.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity));
}.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
}.border-indigo-500 {
  --tw-border-opacity: 1;
  border-color: rgb(136 151 236 / var(--tw-border-opacity));
}.border-indigo-500\/40 {
  border-color: rgb(136 151 236 / 0.4);
}.border-indigo-600\/50 {
  border-color: rgb(103 122 228 / 0.5);
}.border-indigo-700\/40 {
  border-color: rgb(81 102 214 / 0.4);
}.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(250 211 211 / var(--tw-border-opacity));
}.border-red-500\/10 {
  border-color: rgb(250 122 122 / 0.1);
}.border-red-500\/30 {
  border-color: rgb(250 122 122 / 0.3);
}.border-red-500\/35 {
  border-color: rgb(250 122 122 / 0.35);
}.border-red-500\/40 {
  border-color: rgb(250 122 122 / 0.4);
}.border-red-500\/60 {
  border-color: rgb(250 122 122 / 0.6);
}.border-red-500\/70 {
  border-color: rgb(250 122 122 / 0.7);
}.border-red-500\/80 {
  border-color: rgb(250 122 122 / 0.8);
}.border-red-600\/70 {
  border-color: rgb(249 104 104 / 0.7);
}.border-red-700\/60 {
  border-color: rgb(233 89 91 / 0.6);
}.border-red-700\/70 {
  border-color: rgb(233 89 91 / 0.7);
}.border-red-800 {
  --tw-border-opacity: 1;
  border-color: rgb(214 73 75 / var(--tw-border-opacity));
}.border-teal-600\/50 {
  border-color: rgb(58 169 158 / 0.5);
}.border-teal-700\/40 {
  border-color: rgb(38 155 143 / 0.4);
}.border-transparent {
  border-color: transparent;
}.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}.border-yellow-300\/80 {
  border-color: rgb(246 231 169 / 0.8);
}.bg-\[\#04112c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(4 17 44 / var(--tw-bg-opacity));
}.bg-\[\#041430\]\/90 {
  background-color: rgb(4 20 48 / 0.9);
}.bg-\[\#041532\] {
  --tw-bg-opacity: 1;
  background-color: rgb(4 21 50 / var(--tw-bg-opacity));
}.bg-\[\#051633\] {
  --tw-bg-opacity: 1;
  background-color: rgb(5 22 51 / var(--tw-bg-opacity));
}.bg-\[\#061637\] {
  --tw-bg-opacity: 1;
  background-color: rgb(6 22 55 / var(--tw-bg-opacity));
}.bg-\[\#061736\]\/85 {
  background-color: rgb(6 23 54 / 0.85);
}.bg-\[\#061739\]\/70 {
  background-color: rgb(6 23 57 / 0.7);
}.bg-\[\#061739\]\/90 {
  background-color: rgb(6 23 57 / 0.9);
}.bg-\[\#06183d\]\/80 {
  background-color: rgb(6 24 61 / 0.8);
}.bg-\[\#061a42\] {
  --tw-bg-opacity: 1;
  background-color: rgb(6 26 66 / var(--tw-bg-opacity));
}.bg-\[\#061b43\]\/70 {
  background-color: rgb(6 27 67 / 0.7);
}.bg-\[\#07193f\]\/70 {
  background-color: rgb(7 25 63 / 0.7);
}.bg-\[\#07193f\]\/75 {
  background-color: rgb(7 25 63 / 0.75);
}.bg-\[\#071a40\]\/75 {
  background-color: rgb(7 26 64 / 0.75);
}.bg-\[\#071a42\]\/60 {
  background-color: rgb(7 26 66 / 0.6);
}.bg-\[\#071a42\]\/70 {
  background-color: rgb(7 26 66 / 0.7);
}.bg-\[\#071a42\]\/75 {
  background-color: rgb(7 26 66 / 0.75);
}.bg-\[\#071a42\]\/80 {
  background-color: rgb(7 26 66 / 0.8);
}.bg-\[\#071a42\]\/85 {
  background-color: rgb(7 26 66 / 0.85);
}.bg-\[\#071b45\]\/80 {
  background-color: rgb(7 27 69 / 0.8);
}.bg-\[\#071b45\]\/85 {
  background-color: rgb(7 27 69 / 0.85);
}.bg-\[\#07204d\]\/85 {
  background-color: rgb(7 32 77 / 0.85);
}.bg-\[\#07245a\]\/80 {
  background-color: rgb(7 36 90 / 0.8);
}.bg-\[\#07245a\]\/85 {
  background-color: rgb(7 36 90 / 0.85);
}.bg-\[\#081a40\] {
  --tw-bg-opacity: 1;
  background-color: rgb(8 26 64 / var(--tw-bg-opacity));
}.bg-\[\#081d49\] {
  --tw-bg-opacity: 1;
  background-color: rgb(8 29 73 / var(--tw-bg-opacity));
}.bg-\[\#081d49\]\/55 {
  background-color: rgb(8 29 73 / 0.55);
}.bg-\[\#081d49\]\/65 {
  background-color: rgb(8 29 73 / 0.65);
}.bg-\[\#081d49\]\/70 {
  background-color: rgb(8 29 73 / 0.7);
}.bg-\[\#081d49\]\/75 {
  background-color: rgb(8 29 73 / 0.75);
}.bg-\[\#081f4f\]\/70 {
  background-color: rgb(8 31 79 / 0.7);
}.bg-\[\#081f4f\]\/75 {
  background-color: rgb(8 31 79 / 0.75);
}.bg-\[\#081f4f\]\/85 {
  background-color: rgb(8 31 79 / 0.85);
}.bg-\[\#081f4f\]\/90 {
  background-color: rgb(8 31 79 / 0.9);
}.bg-\[\#081f4f\]\/95 {
  background-color: rgb(8 31 79 / 0.95);
}.bg-\[\#08245e\]\/55 {
  background-color: rgb(8 36 94 / 0.55);
}.bg-\[\#08245e\]\/60 {
  background-color: rgb(8 36 94 / 0.6);
}.bg-\[\#08245e\]\/65 {
  background-color: rgb(8 36 94 / 0.65);
}.bg-\[\#08245e\]\/70 {
  background-color: rgb(8 36 94 / 0.7);
}.bg-\[\#08245e\]\/75 {
  background-color: rgb(8 36 94 / 0.75);
}.bg-\[\#09255e\]\/80 {
  background-color: rgb(9 37 94 / 0.8);
}.bg-\[\#0a2458\]\/90 {
  background-color: rgb(10 36 88 / 0.9);
}.bg-\[\#0a2a63\] {
  --tw-bg-opacity: 1;
  background-color: rgb(10 42 99 / var(--tw-bg-opacity));
}.bg-\[\#0a2a63\]\/45 {
  background-color: rgb(10 42 99 / 0.45);
}.bg-\[\#0a2a63\]\/55 {
  background-color: rgb(10 42 99 / 0.55);
}.bg-\[\#0a2a63\]\/65 {
  background-color: rgb(10 42 99 / 0.65);
}.bg-\[\#0a2a63\]\/70 {
  background-color: rgb(10 42 99 / 0.7);
}.bg-\[\#0a2f70\] {
  --tw-bg-opacity: 1;
  background-color: rgb(10 47 112 / var(--tw-bg-opacity));
}.bg-\[\#0a2f70\]\/70 {
  background-color: rgb(10 47 112 / 0.7);
}.bg-\[\#0a2f70\]\/80 {
  background-color: rgb(10 47 112 / 0.8);
}.bg-\[\#0b2c67\] {
  --tw-bg-opacity: 1;
  background-color: rgb(11 44 103 / var(--tw-bg-opacity));
}.bg-\[\#0b2e6b\]\/65 {
  background-color: rgb(11 46 107 / 0.65);
}.bg-\[\#0b2e6b\]\/75 {
  background-color: rgb(11 46 107 / 0.75);
}.bg-\[\#0b2f6f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(11 47 111 / var(--tw-bg-opacity));
}.bg-\[\#0b2f6f\]\/70 {
  background-color: rgb(11 47 111 / 0.7);
}.bg-\[\#0b2f6f\]\/85 {
  background-color: rgb(11 47 111 / 0.85);
}.bg-\[\#0b2f74\]\/60 {
  background-color: rgb(11 47 116 / 0.6);
}.bg-\[\#0f336f\]\/50 {
  background-color: rgb(15 51 111 / 0.5);
}.bg-\[\#2b63b8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(43 99 184 / var(--tw-bg-opacity));
}.bg-\[\#2b63b8\]\/30 {
  background-color: rgb(43 99 184 / 0.3);
}.bg-\[\#2f6fca\] {
  --tw-bg-opacity: 1;
  background-color: rgb(47 111 202 / var(--tw-bg-opacity));
}.bg-\[\#4a101b\]\/65 {
  background-color: rgb(74 16 27 / 0.65);
}.bg-\[\#4b0d19\]\/35 {
  background-color: rgb(75 13 25 / 0.35);
}.bg-\[\#4f420f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(79 66 15 / var(--tw-bg-opacity));
}.bg-\[\#5a0f1a\]\/45 {
  background-color: rgb(90 15 26 / 0.45);
}.bg-\[\#5c1020\]\/65 {
  background-color: rgb(92 16 32 / 0.65);
}.bg-\[\#5c1324\]\/45 {
  background-color: rgb(92 19 36 / 0.45);
}.bg-\[\#63172a\]\/35 {
  background-color: rgb(99 23 42 / 0.35);
}.bg-\[\#6a1021\]\/50 {
  background-color: rgb(106 16 33 / 0.5);
}.bg-\[\#7b0d1a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(123 13 26 / var(--tw-bg-opacity));
}.bg-\[\#8eb7ef\]\/90 {
  background-color: rgb(142 183 239 / 0.9);
}.bg-\[\#CE1126\] {
  --tw-bg-opacity: 1;
  background-color: rgb(206 17 38 / var(--tw-bg-opacity));
}.bg-\[\#CE1126\]\/25 {
  background-color: rgb(206 17 38 / 0.25);
}.bg-\[\#CE1126\]\/75 {
  background-color: rgb(206 17 38 / 0.75);
}.bg-\[\#CE1126\]\/85 {
  background-color: rgb(206 17 38 / 0.85);
}.bg-\[\#F8FBFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 251 255 / var(--tw-bg-opacity));
}.bg-\[\#e8f1ff\]\/35 {
  background-color: rgb(232 241 255 / 0.35);
}.bg-\[\#e8f1ff\]\/80 {
  background-color: rgb(232 241 255 / 0.8);
}.bg-\[\#f7fafc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 250 252 / var(--tw-bg-opacity));
}.bg-\[\#f8fbff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 251 255 / var(--tw-bg-opacity));
}.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(34 41 47 / var(--tw-bg-opacity));
}.bg-black\/60 {
  background-color: rgb(34 41 47 / 0.6);
}.bg-black\/70 {
  background-color: rgb(34 41 47 / 0.7);
}.bg-black\/80 {
  background-color: rgb(34 41 47 / 0.8);
}.bg-black\/90 {
  background-color: rgb(34 41 47 / 0.9);
}.bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(188 216 241 / var(--tw-bg-opacity));
}.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(137 188 235 / var(--tw-bg-opacity));
}.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(78 151 217 / var(--tw-bg-opacity));
}.bg-cyan-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(87 199 212 / var(--tw-bg-opacity));
}.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
}.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(66 66 66 / var(--tw-bg-opacity));
}.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(92 210 157 / var(--tw-bg-opacity));
}.bg-indigo-500\/10 {
  background-color: rgb(136 151 236 / 0.1);
}.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(103 122 228 / var(--tw-bg-opacity));
}.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 176 102 / var(--tw-bg-opacity));
}.bg-pink-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 120 166 / var(--tw-bg-opacity));
}.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(165 138 221 / var(--tw-bg-opacity));
}.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 122 122 / var(--tw-bg-opacity));
}.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 104 104 / var(--tw-bg-opacity));
}.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(233 89 91 / var(--tw-bg-opacity));
}.bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(214 73 75 / var(--tw-bg-opacity));
}.bg-transparent {
  background-color: transparent;
}.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}.bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(246 231 169 / var(--tw-bg-opacity));
}.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 224 131 / var(--tw-bg-opacity));
}.bg-\[linear-gradient\(90deg\2c transparent_0\2c rgba\(248\2c 250\2c 252\2c 0\.1\)_2px\2c transparent_4px\)\] {
  background-image: linear-gradient(90deg,transparent 0,rgba(248,250,252,0.1) 2px,transparent 4px);
}.bg-\[repeating-linear-gradient\(180deg\2c rgba\(248\2c 250\2c 252\2c 0\.18\)_0px\2c rgba\(248\2c 250\2c 252\2c 0\.18\)_1px\2c transparent_1px\2c transparent_3px\)\] {
  background-image: repeating-linear-gradient(180deg,rgba(248,250,252,0.18) 0px,rgba(248,250,252,0.18) 1px,transparent 1px,transparent 3px);
}.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}.from-\[\#002868\] {
  --tw-gradient-from: #002868 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 40 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.from-\[\#040e24\] {
  --tw-gradient-from: #040e24 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 14 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.from-\[\#051a43\]\/95 {
  --tw-gradient-from: rgb(5 26 67 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 26 67 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.from-\[\#07255f\]\/90 {
  --tw-gradient-from: rgb(7 37 95 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(7 37 95 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.from-\[\#2b63b8\] {
  --tw-gradient-from: #2b63b8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(43 99 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.from-\[\#3d8d63\] {
  --tw-gradient-from: #3d8d63 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(61 141 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.from-\[\#7a1020\]\/60 {
  --tw-gradient-from: rgb(122 16 32 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(122 16 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.from-\[\#CE1126\] {
  --tw-gradient-from: #CE1126 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(206 17 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.from-\[\#CE1126\]\/90 {
  --tw-gradient-from: rgb(206 17 38 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(206 17 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.from-\[\#F8FBFF\] {
  --tw-gradient-from: #F8FBFF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 251 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.from-\[\#d9e8ff\] {
  --tw-gradient-from: #d9e8ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.from-\[\#f8fbff\] {
  --tw-gradient-from: #f8fbff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 251 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.from-gray-700 {
  --tw-gradient-from: #616161 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 97 97 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.from-gray-700\/50 {
  --tw-gradient-from: rgb(97 97 97 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 97 97 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.from-red-500 {
  --tw-gradient-from: #FA7A7A var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 122 122 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.via-\[\#002868\]\/95 {
  --tw-gradient-to: rgb(0 40 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 40 104 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}.via-\[\#071a40\] {
  --tw-gradient-to: rgb(7 26 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #071a40 var(--tw-gradient-via-position), var(--tw-gradient-to);
}.via-\[\#08255b\]\/95 {
  --tw-gradient-to: rgb(8 37 91 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(8 37 91 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}.via-\[\#163b79\]\/70 {
  --tw-gradient-to: rgb(22 59 121 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 59 121 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}.via-\[\#2b63b8\] {
  --tw-gradient-to: rgb(43 99 184 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #2b63b8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}.via-\[\#62b98a\] {
  --tw-gradient-to: rgb(98 185 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #62b98a var(--tw-gradient-via-position), var(--tw-gradient-to);
}.via-\[\#6aa2e6\] {
  --tw-gradient-to: rgb(106 162 230 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #6aa2e6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}.via-\[\#CE1126\] {
  --tw-gradient-to: rgb(206 17 38 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #CE1126 var(--tw-gradient-via-position), var(--tw-gradient-to);
}.via-\[\#F8FBFF\] {
  --tw-gradient-to: rgb(248 251 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #F8FBFF var(--tw-gradient-via-position), var(--tw-gradient-to);
}.via-\[\#bcd4f8\] {
  --tw-gradient-to: rgb(188 212 248 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #bcd4f8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}.via-\[\#d94154\] {
  --tw-gradient-to: rgb(217 65 84 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d94154 var(--tw-gradient-via-position), var(--tw-gradient-to);
}.via-black\/80 {
  --tw-gradient-to: rgb(34 41 47 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(34 41 47 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}.via-red-500\/40 {
  --tw-gradient-to: rgb(250 122 122 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 122 122 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}.via-transparent {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
}.via-yellow-300 {
  --tw-gradient-to: rgb(246 231 169 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #F6E7A9 var(--tw-gradient-via-position), var(--tw-gradient-to);
}.to-\[\#002868\] {
  --tw-gradient-to: #002868 var(--tw-gradient-to-position);
}.to-\[\#051a43\]\/95 {
  --tw-gradient-to: rgb(5 26 67 / 0.95) var(--tw-gradient-to-position);
}.to-\[\#060d1f\] {
  --tw-gradient-to: #060d1f var(--tw-gradient-to-position);
}.to-\[\#061942\]\/90 {
  --tw-gradient-to: rgb(6 25 66 / 0.9) var(--tw-gradient-to-position);
}.to-\[\#071837\]\/90 {
  --tw-gradient-to: rgb(7 24 55 / 0.9) var(--tw-gradient-to-position);
}.to-\[\#2f6fca\] {
  --tw-gradient-to: #2f6fca var(--tw-gradient-to-position);
}.to-\[\#7a1020\]\/60 {
  --tw-gradient-to: rgb(122 16 32 / 0.6) var(--tw-gradient-to-position);
}.to-\[\#7fa8e6\] {
  --tw-gradient-to: #7fa8e6 var(--tw-gradient-to-position);
}.to-\[\#CE1126\] {
  --tw-gradient-to: #CE1126 var(--tw-gradient-to-position);
}.to-\[\#CE1126\]\/90 {
  --tw-gradient-to: rgb(206 17 38 / 0.9) var(--tw-gradient-to-position);
}.to-\[\#cfe1ff\] {
  --tw-gradient-to: #cfe1ff var(--tw-gradient-to-position);
}.to-\[\#e8f1ff\] {
  --tw-gradient-to: #e8f1ff var(--tw-gradient-to-position);
}.to-\[\#f8fbff\] {
  --tw-gradient-to: #f8fbff var(--tw-gradient-to-position);
}.to-black\/0 {
  --tw-gradient-to: rgb(34 41 47 / 0) var(--tw-gradient-to-position);
}.to-cyan-400 {
  --tw-gradient-to: #9AE1E9 var(--tw-gradient-to-position);
}.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}.bg-\[length\:6px_100\%\] {
  background-size: 6px 100%;
}.bg-center {
  background-position: center;
}.stroke-gray-400 {
  stroke: #BDBDBD;
}.stroke-gray-600 {
  stroke: #757575;
}.stroke-red-500 {
  stroke: #FA7A7A;
}.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}.p-1 {
  padding: 0.25rem;
}.p-1\.5 {
  padding: 0.375rem;
}.p-10 {
  padding: 2.5rem;
}.p-2 {
  padding: 0.5rem;
}.p-2\.5 {
  padding: 0.625rem;
}.p-3 {
  padding: 0.75rem;
}.p-4 {
  padding: 1rem;
}.p-5 {
  padding: 1.25rem;
}.p-6 {
  padding: 1.5rem;
}.p-\[2px\] {
  padding: 2px;
}.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}.pb-0 {
  padding-bottom: 0px;
}.pb-0\.5 {
  padding-bottom: 0.125rem;
}.pb-16 {
  padding-bottom: 4rem;
}.pb-24 {
  padding-bottom: 6rem;
}.pb-3 {
  padding-bottom: 0.75rem;
}.pb-5 {
  padding-bottom: 1.25rem;
}.pl-4 {
  padding-left: 1rem;
}.pl-7 {
  padding-left: 1.75rem;
}.pr-4 {
  padding-right: 1rem;
}.pr-9 {
  padding-right: 2.25rem;
}.pt-1 {
  padding-top: 0.25rem;
}.pt-2 {
  padding-top: 0.5rem;
}.pt-3 {
  padding-top: 0.75rem;
}.pt-4 {
  padding-top: 1rem;
}.text-left {
  text-align: left;
}.text-center {
  text-align: center;
}.text-right {
  text-align: right;
}.align-top {
  vertical-align: top;
}.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-\[0\.55rem\] {
  font-size: 0.55rem;
}.text-\[0\.56rem\] {
  font-size: 0.56rem;
}.text-\[0\.58rem\] {
  font-size: 0.58rem;
}.text-\[0\.62rem\] {
  font-size: 0.62rem;
}.text-\[0\.64rem\] {
  font-size: 0.64rem;
}.text-\[0\.65rem\] {
  font-size: 0.65rem;
}.text-\[0\.66rem\] {
  font-size: 0.66rem;
}.text-\[0\.68rem\] {
  font-size: 0.68rem;
}.text-\[0\.6rem\] {
  font-size: 0.6rem;
}.text-\[0\.72rem\] {
  font-size: 0.72rem;
}.text-\[0\.75rem\] {
  font-size: 0.75rem;
}.text-\[0\.78rem\] {
  font-size: 0.78rem;
}.text-\[0\.7rem\] {
  font-size: 0.7rem;
}.text-\[0\.82rem\] {
  font-size: 0.82rem;
}.text-\[0\.8rem\] {
  font-size: 0.8rem;
}.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-\[1\.35\] {
  line-height: 1.35;
}.leading-none {
  line-height: 1;
}.leading-normal {
  line-height: 1.5;
}.leading-relaxed {
  line-height: 1.625;
}.leading-snug {
  line-height: 1.375;
}.leading-tight {
  line-height: 1.25;
}.tracking-\[0\.08em\] {
  letter-spacing: 0.08em;
}.tracking-\[0\.12em\] {
  letter-spacing: 0.12em;
}.tracking-\[0\.14em\] {
  letter-spacing: 0.14em;
}.tracking-\[0\.16em\] {
  letter-spacing: 0.16em;
}.tracking-\[0\.18em\] {
  letter-spacing: 0.18em;
}.tracking-\[0\.1em\] {
  letter-spacing: 0.1em;
}.tracking-\[0\.25em\] {
  letter-spacing: 0.25em;
}.tracking-\[0\.28em\] {
  letter-spacing: 0.28em;
}.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}.tracking-tight {
  letter-spacing: -0.025em;
}.tracking-wide {
  letter-spacing: 0.025em;
}.text-\[\#79a7ea\] {
  --tw-text-opacity: 1;
  color: rgb(121 167 234 / var(--tw-text-opacity));
}.text-\[\#7ed0a2\] {
  --tw-text-opacity: 1;
  color: rgb(126 208 162 / var(--tw-text-opacity));
}.text-\[\#8eb7ef\] {
  --tw-text-opacity: 1;
  color: rgb(142 183 239 / var(--tw-text-opacity));
}.text-\[\#8eb7ef\]\/65 {
  color: rgb(142 183 239 / 0.65);
}.text-\[\#9cc0f0\] {
  --tw-text-opacity: 1;
  color: rgb(156 192 240 / var(--tw-text-opacity));
}.text-\[\#9fb6dd\] {
  --tw-text-opacity: 1;
  color: rgb(159 182 221 / var(--tw-text-opacity));
}.text-\[\#CE1126\] {
  --tw-text-opacity: 1;
  color: rgb(206 17 38 / var(--tw-text-opacity));
}.text-\[\#F8FBFF\] {
  --tw-text-opacity: 1;
  color: rgb(248 251 255 / var(--tw-text-opacity));
}.text-\[\#a8e5c0\] {
  --tw-text-opacity: 1;
  color: rgb(168 229 192 / var(--tw-text-opacity));
}.text-\[\#b7cbe9\] {
  --tw-text-opacity: 1;
  color: rgb(183 203 233 / var(--tw-text-opacity));
}.text-\[\#b8cbea\] {
  --tw-text-opacity: 1;
  color: rgb(184 203 234 / var(--tw-text-opacity));
}.text-\[\#c5dbff\]\/85 {
  color: rgb(197 219 255 / 0.85);
}.text-\[\#c7d8f5\]\/85 {
  color: rgb(199 216 245 / 0.85);
}.text-\[\#c7d9f4\] {
  --tw-text-opacity: 1;
  color: rgb(199 217 244 / var(--tw-text-opacity));
}.text-\[\#c9d9f4\] {
  --tw-text-opacity: 1;
  color: rgb(201 217 244 / var(--tw-text-opacity));
}.text-\[\#c9d9f6\]\/85 {
  color: rgb(201 217 246 / 0.85);
}.text-\[\#cddbf5\] {
  --tw-text-opacity: 1;
  color: rgb(205 219 245 / var(--tw-text-opacity));
}.text-\[\#d4e4ff\] {
  --tw-text-opacity: 1;
  color: rgb(212 228 255 / var(--tw-text-opacity));
}.text-\[\#d5e4ff\] {
  --tw-text-opacity: 1;
  color: rgb(213 228 255 / var(--tw-text-opacity));
}.text-\[\#d7e6ff\] {
  --tw-text-opacity: 1;
  color: rgb(215 230 255 / var(--tw-text-opacity));
}.text-\[\#d7e6ff\]\/90 {
  color: rgb(215 230 255 / 0.9);
}.text-\[\#d8e6ff\] {
  --tw-text-opacity: 1;
  color: rgb(216 230 255 / var(--tw-text-opacity));
}.text-\[\#d9e8ff\] {
  --tw-text-opacity: 1;
  color: rgb(217 232 255 / var(--tw-text-opacity));
}.text-\[\#dbe8ff\] {
  --tw-text-opacity: 1;
  color: rgb(219 232 255 / var(--tw-text-opacity));
}.text-\[\#dbe8ff\]\/85 {
  color: rgb(219 232 255 / 0.85);
}.text-\[\#dbe8ff\]\/90 {
  color: rgb(219 232 255 / 0.9);
}.text-\[\#dbe9ff\] {
  --tw-text-opacity: 1;
  color: rgb(219 233 255 / var(--tw-text-opacity));
}.text-\[\#dce9ff\] {
  --tw-text-opacity: 1;
  color: rgb(220 233 255 / var(--tw-text-opacity));
}.text-\[\#dce9ff\]\/85 {
  color: rgb(220 233 255 / 0.85);
}.text-\[\#dce9ff\]\/90 {
  color: rgb(220 233 255 / 0.9);
}.text-\[\#dce9ff\]\/95 {
  color: rgb(220 233 255 / 0.95);
}.text-\[\#e5edff\] {
  --tw-text-opacity: 1;
  color: rgb(229 237 255 / var(--tw-text-opacity));
}.text-\[\#e6eeff\] {
  --tw-text-opacity: 1;
  color: rgb(230 238 255 / var(--tw-text-opacity));
}.text-\[\#e8f0ff\] {
  --tw-text-opacity: 1;
  color: rgb(232 240 255 / var(--tw-text-opacity));
}.text-\[\#e8f1ff\] {
  --tw-text-opacity: 1;
  color: rgb(232 241 255 / var(--tw-text-opacity));
}.text-\[\#ecf3ff\] {
  --tw-text-opacity: 1;
  color: rgb(236 243 255 / var(--tw-text-opacity));
}.text-\[\#f28b99\] {
  --tw-text-opacity: 1;
  color: rgb(242 139 153 / var(--tw-text-opacity));
}.text-\[\#f2f8ff\] {
  --tw-text-opacity: 1;
  color: rgb(242 248 255 / var(--tw-text-opacity));
}.text-\[\#f4c2ca\]\/85 {
  color: rgb(244 194 202 / 0.85);
}.text-\[\#f4c2ca\]\/95 {
  color: rgb(244 194 202 / 0.95);
}.text-\[\#f5f9ff\] {
  --tw-text-opacity: 1;
  color: rgb(245 249 255 / var(--tw-text-opacity));
}.text-\[\#f7bcc6\] {
  --tw-text-opacity: 1;
  color: rgb(247 188 198 / var(--tw-text-opacity));
}.text-\[\#f7f9ff\] {
  --tw-text-opacity: 1;
  color: rgb(247 249 255 / var(--tw-text-opacity));
}.text-\[\#f7fbff\] {
  --tw-text-opacity: 1;
  color: rgb(247 251 255 / var(--tw-text-opacity));
}.text-\[\#f8faff\] {
  --tw-text-opacity: 1;
  color: rgb(248 250 255 / var(--tw-text-opacity));
}.text-\[\#f8fbff\] {
  --tw-text-opacity: 1;
  color: rgb(248 251 255 / var(--tw-text-opacity));
}.text-\[\#fbfdff\] {
  --tw-text-opacity: 1;
  color: rgb(251 253 255 / var(--tw-text-opacity));
}.text-\[\#ffd9de\] {
  --tw-text-opacity: 1;
  color: rgb(255 217 222 / var(--tw-text-opacity));
}.text-\[\#ffdbe0\] {
  --tw-text-opacity: 1;
  color: rgb(255 219 224 / var(--tw-text-opacity));
}.text-\[\#ffdce3\] {
  --tw-text-opacity: 1;
  color: rgb(255 220 227 / var(--tw-text-opacity));
}.text-\[\#ffe2e7\] {
  --tw-text-opacity: 1;
  color: rgb(255 226 231 / var(--tw-text-opacity));
}.text-black {
  --tw-text-opacity: 1;
  color: rgb(34 41 47 / var(--tw-text-opacity));
}.text-blue-100 {
  --tw-text-opacity: 1;
  color: rgb(232 241 248 / var(--tw-text-opacity));
}.text-blue-100\/80 {
  color: rgb(232 241 248 / 0.8);
}.text-blue-100\/90 {
  color: rgb(232 241 248 / 0.9);
}.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgb(213 228 241 / var(--tw-text-opacity));
}.text-blue-200\/70 {
  color: rgb(213 228 241 / 0.7);
}.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(188 216 241 / var(--tw-text-opacity));
}.text-blue-300\/80 {
  color: rgb(188 216 241 / 0.8);
}.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(137 188 235 / var(--tw-text-opacity));
}.text-blue-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(38 50 56 / var(--tw-text-opacity));
}.text-cyan-100 {
  --tw-text-opacity: 1;
  color: rgb(236 249 250 / var(--tw-text-opacity));
}.text-cyan-200 {
  --tw-text-opacity: 1;
  color: rgb(211 239 242 / var(--tw-text-opacity));
}.text-cyan-300\/80 {
  color: rgb(186 234 239 / 0.8);
}.text-cyan-500 {
  --tw-text-opacity: 1;
  color: rgb(119 214 225 / var(--tw-text-opacity));
}.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(158 158 158 / var(--tw-text-opacity));
}.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity));
}.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(97 97 97 / var(--tw-text-opacity));
}.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity));
}.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(92 210 157 / var(--tw-text-opacity));
}.text-indigo-100 {
  --tw-text-opacity: 1;
  color: rgb(237 239 249 / var(--tw-text-opacity));
}.text-indigo-200 {
  --tw-text-opacity: 1;
  color: rgb(218 222 245 / var(--tw-text-opacity));
}.text-indigo-300\/80 {
  color: rgb(188 197 244 / 0.8);
}.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(136 151 236 / var(--tw-text-opacity));
}.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(103 122 228 / var(--tw-text-opacity));
}.text-red-200\/80 {
  color: rgb(250 211 211 / 0.8);
}.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(250 180 180 / var(--tw-text-opacity));
}.text-red-300\/80 {
  color: rgb(250 180 180 / 0.8);
}.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(250 152 152 / var(--tw-text-opacity));
}.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(214 73 75 / var(--tw-text-opacity));
}.text-teal-100 {
  --tw-text-opacity: 1;
  color: rgb(236 253 252 / var(--tw-text-opacity));
}.text-teal-200 {
  --tw-text-opacity: 1;
  color: rgb(205 244 241 / var(--tw-text-opacity));
}.text-teal-200\/80 {
  color: rgb(205 244 241 / 0.8);
}.text-teal-500 {
  --tw-text-opacity: 1;
  color: rgb(86 191 181 / var(--tw-text-opacity));
}.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.text-yellow-300\/80 {
  color: rgb(246 231 169 / 0.8);
}.text-yellow-300\/90 {
  color: rgb(246 231 169 / 0.9);
}.underline {
  text-decoration-line: underline;
}.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}.placeholder-\[\#9db3d8\]::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(157 179 216 / var(--tw-placeholder-opacity));
}.placeholder-\[\#9db3d8\]::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(157 179 216 / var(--tw-placeholder-opacity));
}.placeholder-red-400\/60::-moz-placeholder {
  color: rgb(250 152 152 / 0.6);
}.placeholder-red-400\/60::placeholder {
  color: rgb(250 152 152 / 0.6);
}.opacity-0 {
  opacity: 0;
}.opacity-25 {
  opacity: 0.25;
}.opacity-60 {
  opacity: 0.6;
}.opacity-75 {
  opacity: 0.75;
}.opacity-80 {
  opacity: 0.8;
}.opacity-90 {
  opacity: 0.9;
}.mix-blend-screen {
  mix-blend-mode: screen;
}.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_10px_rgba\(216\2c 233\2c 255\2c 0\.58\)\] {
  --tw-shadow: 0 0 10px rgba(216,233,255,0.58);
  --tw-shadow-colored: 0 0 10px 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_10px_rgba\(234\2c 179\2c 8\2c 0\.9\)\] {
  --tw-shadow: 0 0 10px rgba(234,179,8,0.9);
  --tw-shadow-colored: 0 0 10px 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_10px_rgba\(52\2c 211\2c 153\2c 0\.9\)\] {
  --tw-shadow: 0 0 10px rgba(52,211,153,0.9);
  --tw-shadow-colored: 0 0 10px 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_16px_rgba\(216\2c 233\2c 255\2c 0\.45\)\] {
  --tw-shadow: 0 0 16px rgba(216,233,255,0.45);
  --tw-shadow-colored: 0 0 16px 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_16px_rgba\(248\2c 113\2c 113\2c 0\.8\)\] {
  --tw-shadow: 0 0 16px rgba(248,113,113,0.8);
  --tw-shadow-colored: 0 0 16px 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\(248\2c 113\2c 113\2c 0\.7\)\] {
  --tw-shadow: 0 0 18px rgba(248,113,113,0.7);
  --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\(248\2c 113\2c 113\2c 0\.75\)\] {
  --tw-shadow: 0 0 18px rgba(248,113,113,0.75);
  --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_20px_rgba\(248\2c 113\2c 113\2c 0\.9\)\] {
  --tw-shadow: 0 0 20px rgba(248,113,113,0.9);
  --tw-shadow-colored: 0 0 20px 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_22px_rgba\(0\2c 40\2c 104\2c 0\.55\)\] {
  --tw-shadow: 0 0 22px rgba(0,40,104,0.55);
  --tw-shadow-colored: 0 0 22px 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_22px_rgba\(206\2c 17\2c 38\2c 0\.45\)\] {
  --tw-shadow: 0 0 22px rgba(206,17,38,0.45);
  --tw-shadow-colored: 0 0 22px 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\(206\2c 17\2c 38\2c 0\.45\)\] {
  --tw-shadow: 0 0 24px rgba(206,17,38,0.45);
  --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_40px_rgba\(0\2c 40\2c 104\2c 0\.45\)\] {
  --tw-shadow: 0 0 40px rgba(0,40,104,0.45);
  --tw-shadow-colored: 0 0 40px 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_50px_rgba\(248\2c 113\2c 113\2c 0\.9\)\] {
  --tw-shadow: 0 0 50px rgba(248,113,113,0.9);
  --tw-shadow-colored: 0 0 50px 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_55px_rgba\(248\2c 113\2c 113\2c 0\.75\)\] {
  --tw-shadow: 0 0 55px rgba(248,113,113,0.75);
  --tw-shadow-colored: 0 0 55px 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_12px_26px_rgba\(2\2c 10\2c 28\2c 0\.4\)\] {
  --tw-shadow: 0 12px 26px rgba(2,10,28,0.4);
  --tw-shadow-colored: 0 12px 26px 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_14px_30px_rgba\(2\2c 10\2c 28\2c 0\.38\)\] {
  --tw-shadow: 0 14px 30px rgba(2,10,28,0.38);
  --tw-shadow-colored: 0 14px 30px 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_14px_32px_rgba\(3\2c 16\2c 44\2c 0\.38\)\] {
  --tw-shadow: 0 14px 32px rgba(3,16,44,0.38);
  --tw-shadow-colored: 0 14px 32px 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_18px_40px_rgba\(2\2c 10\2c 28\2c 0\.44\)\] {
  --tw-shadow: 0 18px 40px rgba(2,10,28,0.44);
  --tw-shadow-colored: 0 18px 40px 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_20px_45px_rgba\(2\2c 9\2c 26\2c 0\.7\)\] {
  --tw-shadow: 0 20px 45px rgba(2,9,26,0.7);
  --tw-shadow-colored: 0 20px 45px 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_20px_48px_rgba\(2\2c 10\2c 29\2c 0\.55\)\] {
  --tw-shadow: 0 20px 48px rgba(2,10,29,0.55);
  --tw-shadow-colored: 0 20px 48px 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-inner {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 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);
}.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);
}.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-black\/30 {
  --tw-shadow-color: rgb(34 41 47 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}.shadow-black\/35 {
  --tw-shadow-color: rgb(34 41 47 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}.shadow-black\/40 {
  --tw-shadow-color: rgb(34 41 47 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}.shadow-gray-500\/20 {
  --tw-shadow-color: rgb(158 158 158 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}.outline {
  outline-style: solid;
}.ring {
  --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);
}.ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}.blur {
  --tw-blur: blur(8px);
  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);
}.blur-3xl {
  --tw-blur: blur(64px);
  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);
}.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);
  -webkit-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-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);
  -webkit-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-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-xl {
  --tw-backdrop-blur: blur(24px);
  -webkit-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-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, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.duration-150 {
  transition-duration: 150ms;
}.duration-200 {
  transition-duration: 200ms;
}.duration-300 {
  transition-duration: 300ms;
}.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}.\[-ms-overflow-style\:none\] {
  -ms-overflow-style: none;
}.\[recyclr\:rt\] {
  recyclr: rt;
}.\[scrollbar-width\:none\] {
  scrollbar-width: none;
}:root {
    --lao-red: #ce1126;
    --lao-blue: #002868;
    --lao-gold: #f2f7ff;
    --lao-flag-white: #f8fbff;
    --lao-night-border: rgba(232, 242, 255, 0.48);
    --lao-night-soft: rgba(222, 235, 255, 0.15);
    --lao-paper: #fbfdff;
    --lao-ink: #e5edff;
    --lao-muted: #c9d5ef;
    --lao-day-paper: #f3f8ff;
    --lao-day-surface: #ffffff;
    --lao-day-ink: #0f2649;
    --lao-day-muted: #516b90;
    --lao-day-border: rgba(0, 40, 104, 0.24);
    --lao-day-accent-soft: rgba(206, 17, 38, 0.1);
}.theme-toggle {
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}.theme-toggle .theme-toggle-state {
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}.shell-nav-link,
.shell-menu-summary,
.shell-menu-link,
.shell-menu-panel {
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}.shell-menu-summary::-webkit-details-marker {
    display: none;
}.shell-menu-summary::marker {
    content: "";
}.lao-player-details summary::-webkit-details-marker {
    display: none;
}.lao-player-details summary::marker {
    content: "";
}.shell-menu[open] .shell-menu-summary {
    border-color: rgba(248, 251, 255, 0.74) !important;
    background: rgba(14, 42, 102, 0.9) !important;
}body.lao-theme {
    background:
        linear-gradient(
            180deg,
            rgba(206, 17, 38, 0.3) 0%,
            rgba(206, 17, 38, 0.3) 14%,
            rgba(23, 84, 176, 0.6) 14%,
            rgba(23, 84, 176, 0.6) 74%,
            rgba(206, 17, 38, 0.3) 74%,
            rgba(206, 17, 38, 0.3) 100%
        ),
        radial-gradient(circle at 12% 8%, rgba(206, 17, 38, 0.2), transparent 34%),
        radial-gradient(circle at 84% 11%, rgba(248, 251, 255, 0.16), transparent 30%),
        linear-gradient(180deg, #061637 0%, #081128 50%, #070d1d 100%);
    color: var(--lao-paper);
    min-height: 100%;
}body.lao-theme::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background:
        linear-gradient(
            180deg,
            rgba(248, 251, 255, 0.03) 0%,
            rgba(248, 251, 255, 0.03) 14%,
            rgba(66, 137, 242, 0.25) 14%,
            rgba(66, 137, 242, 0.25) 74%,
            rgba(248, 251, 255, 0.03) 74%,
            rgba(248, 251, 255, 0.03) 100%
        ),
        linear-gradient(120deg, rgba(206, 17, 38, 0.1) 0%, transparent 36%, rgba(0, 40, 104, 0.18) 100%);
}/* Disable legacy visual overlays on Lao theme for readability */body.lao-theme::after {
    content: none !important;
    display: none !important;
}body.lao-theme > .w-full,
body.lao-theme #content {
    position: relative;
    z-index: 1;
}body.lao-theme-day {
    background:
        radial-gradient(circle at 11% 10%, rgba(206, 17, 38, 0.14), transparent 34%),
        radial-gradient(circle at 84% 12%, rgba(0, 40, 104, 0.12), transparent 30%),
        linear-gradient(180deg, #f6faff 0%, #edf4ff 52%, #e6effd 100%);
    color: var(--lao-day-ink);
    min-height: 100%;
}body.lao-theme-day::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background: linear-gradient(120deg, rgba(206, 17, 38, 0.08) 0%, transparent 45%, rgba(0, 40, 104, 0.1) 100%);
}body.lao-theme-day::after {
    content: none !important;
    display: none !important;
}body.lao-theme-day > .w-full,
body.lao-theme-day #content {
    position: relative;
    z-index: 1;
}body.lao-theme-day .theme-toggle {
    border-color: var(--lao-day-border) !important;
    background: rgba(255, 255, 255, 0.92) !important;
    color: var(--lao-day-ink) !important;
}body.lao-theme-day .theme-toggle:hover {
    border-color: rgba(206, 17, 38, 0.4) !important;
    background: rgba(206, 17, 38, 0.08) !important;
}body.lao-theme-day .theme-toggle .theme-toggle-state {
    border-color: rgba(0, 40, 104, 0.24) !important;
    background: rgba(234, 242, 255, 0.92) !important;
    color: var(--lao-day-ink) !important;
}body.lao-theme-day .global-shell-header {
    border-bottom-color: var(--lao-day-border) !important;
    background: rgba(248, 252, 255, 0.93) !important;
    box-shadow: 0 10px 24px rgba(12, 41, 85, 0.1);
}body.lao-theme-day .shell-nav-link {
    border-color: var(--lao-day-border) !important;
    background: rgba(255, 255, 255, 0.94) !important;
    color: var(--lao-day-ink) !important;
}body.lao-theme-day .shell-nav-link:hover {
    border-color: rgba(206, 17, 38, 0.42) !important;
    background: var(--lao-day-accent-soft) !important;
    color: #8b1026 !important;
}body.lao-theme-day .shell-menu-summary {
    border-color: var(--lao-day-border) !important;
    background: rgba(255, 255, 255, 0.94) !important;
    color: var(--lao-day-ink) !important;
}body.lao-theme-day .shell-menu-summary:hover {
    border-color: rgba(206, 17, 38, 0.42) !important;
    background: var(--lao-day-accent-soft) !important;
}body.lao-theme-day .shell-menu[open] .shell-menu-summary {
    border-color: rgba(206, 17, 38, 0.42) !important;
    background: var(--lao-day-accent-soft) !important;
    color: #8b1026 !important;
}body.lao-theme-day .shell-menu-panel {
    border-color: var(--lao-day-border) !important;
    background: rgba(255, 255, 255, 0.98) !important;
    box-shadow: 0 14px 30px rgba(10, 39, 82, 0.14) !important;
}body.lao-theme-day .shell-menu-link {
    border-color: var(--lao-day-border) !important;
    background: rgba(244, 249, 255, 0.95) !important;
    color: var(--lao-day-ink) !important;
}body.lao-theme-day .shell-menu-link:hover {
    border-color: rgba(206, 17, 38, 0.42) !important;
    background: var(--lao-day-accent-soft) !important;
    color: #8b1026 !important;
}.lao-ui {
    background: linear-gradient(180deg, rgba(6, 17, 42, 0.82) 0%, rgba(8, 15, 35, 0.92) 100%);
}.lao-ui header.rounded-2xl,
.lao-ui article.rounded-2xl {
    border-color: rgba(206, 17, 38, 0.54);
    background: linear-gradient(160deg, rgba(7, 33, 86, 0.82) 0%, rgba(11, 24, 54, 0.92) 72%);
    box-shadow: 0 12px 28px rgba(0, 40, 104, 0.3);
}.lao-ui h1,
.lao-ui h2 {
    color: var(--lao-paper);
}.lao-ui p,
.lao-ui li,
.lao-ui label,
.lao-ui td,
.lao-ui th {
    color: var(--lao-ink);
    line-height: 1.55;
}.lao-ui .text-slate-500,
.lao-ui .text-slate-400,
.lao-ui .text-slate-300 {
    color: var(--lao-muted);
}.lao-ui .text-slate-200,
.lao-ui .text-slate-100 {
    color: var(--lao-paper);
}.lao-ui a.rounded-full {
    border-color: var(--lao-night-border);
    background: rgba(206, 17, 38, 0.2);
    color: #dfeaff;
}.lao-ui a.rounded-full:hover {
    border-color: rgba(248, 251, 255, 0.88);
    background: rgba(206, 17, 38, 0.32);
}.lao-ui .rounded-xl.border,
.lao-ui .rounded-lg.border {
    border-color: rgba(0, 40, 104, 0.78);
    background: rgba(8, 20, 50, 0.84);
}.lao-ui input,
.lao-ui textarea,
.lao-ui select {
    border-color: rgba(0, 40, 104, 0.66);
    background: rgba(5, 18, 45, 0.9);
    color: var(--lao-paper);
}.lao-ui input:focus,
.lao-ui textarea:focus,
.lao-ui select:focus {
    border-color: rgba(206, 17, 38, 0.72);
    box-shadow: 0 0 0 2px rgba(206, 17, 38, 0.2);
}.lao-ui button[type="submit"] {
    border-color: rgba(248, 251, 255, 0.56);
    background: linear-gradient(90deg, #002868 0%, #0b3f8f 56%, #ce1126 100%);
    color: #f8fbff;
    box-shadow: 0 8px 20px rgba(0, 40, 104, 0.3);
}.lao-ui button[type="submit"]:hover {
    filter: brightness(1.08);
}body.lao-theme-day .lao-ui {
    background: linear-gradient(180deg, rgba(248, 252, 255, 0.94) 0%, rgba(239, 246, 255, 0.94) 100%);
}body.lao-theme-day .lao-ui header.rounded-2xl,
body.lao-theme-day .lao-ui article.rounded-2xl {
    border-color: var(--lao-day-border) !important;
    background: linear-gradient(152deg, rgba(255, 255, 255, 0.97) 0%, rgba(240, 247, 255, 0.95) 100%) !important;
    box-shadow: 0 12px 24px rgba(11, 45, 97, 0.12) !important;
}body.lao-theme-day .lao-ui [class*="bg-gradient-to-br"] {
    background-image: linear-gradient(155deg, rgba(255, 255, 255, 0.98) 0%, rgba(237, 246, 255, 0.96) 100%) !important;
}body.lao-theme-day .lao-ui [class*="bg-slate-95"],
body.lao-theme-day .lao-ui [class*="bg-slate-9"],
body.lao-theme-day .lao-ui [class*="bg-slate-8"],
body.lao-theme-day .lao-ui [class*="bg-slate-7"],
body.lao-theme-day .lao-ui [class*="bg-[#0"],
body.lao-theme-day .lao-ui [class*="bg-[#1"] {
    background-color: rgba(255, 255, 255, 0.95) !important;
}body.lao-theme-day .lao-ui button[class*="bg-[#CE1126"],
body.lao-theme-day .lao-ui a[class*="bg-[#CE1126"],
body.lao-theme-day .lao-ui button[class*="bg-emerald-"],
body.lao-theme-day .lao-ui button[class*="bg-indigo-"],
body.lao-theme-day .lao-ui button[class*="bg-teal-"],
body.lao-theme-day .lao-ui button[class*="bg-cyan-"],
body.lao-theme-day .lao-ui button[class*="bg-rose-"],
body.lao-theme-day .lao-ui button[class*="bg-amber-"],
body.lao-theme-day .lao-ui button[class*="bg-sky-"] {
    color: #f8fbff !important;
}body.lao-theme-day .lao-ui .rounded-xl.border,
body.lao-theme-day .lao-ui .rounded-lg.border,
body.lao-theme-day .lao-ui .rounded-2xl.border,
body.lao-theme-day .lao-ui .rounded-3xl.border,
body.lao-theme-day .lao-ui [class*="border-slate-7"],
body.lao-theme-day .lao-ui [class*="border-slate-6"],
body.lao-theme-day .lao-ui [class*="border-[#0"],
body.lao-theme-day .lao-ui [class*="border-[#1"] {
    border-color: var(--lao-day-border) !important;
}body.lao-theme-day .lao-ui h1,
body.lao-theme-day .lao-ui h2,
body.lao-theme-day .lao-ui h3,
body.lao-theme-day .lao-ui [class*="text-slate-"],
body.lao-theme-day .lao-ui [class*="text-emerald-"],
body.lao-theme-day .lao-ui [class*="text-teal-"],
body.lao-theme-day .lao-ui [class*="text-cyan-"],
body.lao-theme-day .lao-ui [class*="text-indigo-"],
body.lao-theme-day .lao-ui [class*="text-lime-"],
body.lao-theme-day .lao-ui [class*="text-amber-"],
body.lao-theme-day .lao-ui [class*="text-sky-"],
body.lao-theme-day .lao-ui [class*="text-rose-"],
body.lao-theme-day .lao-ui [class*="text-[#"] {
    color: var(--lao-day-ink) !important;
}body.lao-theme-day .lao-ui p,
body.lao-theme-day .lao-ui li,
body.lao-theme-day .lao-ui label,
body.lao-theme-day .lao-ui td,
body.lao-theme-day .lao-ui th {
    color: var(--lao-day-muted) !important;
}body.lao-theme-day .lao-ui a.rounded-full {
    border-color: var(--lao-day-border) !important;
    background: rgba(255, 255, 255, 0.92) !important;
    color: #123564 !important;
}body.lao-theme-day .lao-ui a.rounded-full:hover {
    border-color: rgba(206, 17, 38, 0.42) !important;
    background: var(--lao-day-accent-soft) !important;
    color: #8b1026 !important;
}body.lao-theme-day .lao-ui input,
body.lao-theme-day .lao-ui textarea,
body.lao-theme-day .lao-ui select {
    border-color: var(--lao-day-border) !important;
    background: var(--lao-day-surface) !important;
    color: var(--lao-day-ink) !important;
}body.lao-theme-day .lao-ui input::-moz-placeholder, body.lao-theme-day .lao-ui textarea::-moz-placeholder {
    color: #6c7f9b !important;
}body.lao-theme-day .lao-ui input::placeholder,
body.lao-theme-day .lao-ui textarea::placeholder {
    color: #6c7f9b !important;
}body.lao-theme-day .lao-ui input:focus,
body.lao-theme-day .lao-ui textarea:focus,
body.lao-theme-day .lao-ui select:focus {
    border-color: rgba(206, 17, 38, 0.52) !important;
    box-shadow: 0 0 0 2px rgba(206, 17, 38, 0.16) !important;
}body.lao-theme-day .lao-ui button[type="submit"] {
    box-shadow: 0 8px 16px rgba(8, 33, 76, 0.14) !important;
}body.lao-theme-day .lao-ui .dashboard-stage-card.is-complete {
    border-color: rgba(16, 185, 129, 0.44) !important;
    background: linear-gradient(155deg, rgba(232, 253, 244, 0.98) 0%, rgba(214, 246, 232, 0.96) 100%) !important;
}body.lao-theme-day .lao-ui .dashboard-stage-card.is-complete p,
body.lao-theme-day .lao-ui .dashboard-stage-card.is-complete [class*="text-"] {
    color: #0f513f !important;
}body.lao-theme-day .lao-ui .dashboard-stage-card .dashboard-stage-link {
    border-color: rgba(0, 40, 104, 0.34) !important;
    background: linear-gradient(90deg, #0b2f6f 0%, #123b84 100%) !important;
    color: #f7fbff !important;
}body.lao-theme-day .lao-ui .dashboard-stage-card .dashboard-stage-link:hover {
    filter: brightness(1.06);
}body.lao-theme-day .lao-map-region {
    fill: #87a8d6 !important;
    stroke: rgba(11, 36, 74, 0.72) !important;
}body.lao-theme-day .lao-map-region:hover {
    fill: #ce1126 !important;
}body.lao-theme-day .lao-map-region.is-active {
    fill: #ce1126 !important;
}body.lao-theme-day .lao-map-picker.is-active {
    border-color: rgba(206, 17, 38, 0.42) !important;
    background: rgba(206, 17, 38, 0.12) !important;
    color: #8b1026 !important;
}body.lao-theme-day .auth-shell {
    background:
        radial-gradient(circle at 14% 12%, rgba(206, 17, 38, 0.12), transparent 35%),
        radial-gradient(circle at 84% 10%, rgba(0, 40, 104, 0.12), transparent 32%),
        linear-gradient(180deg, #f6faff 0%, #edf4ff 54%, #e8f0ff 100%) !important;
    color: var(--lao-day-ink);
}body.lao-theme-day .auth-shell .auth-panel,
body.lao-theme-day .auth-shell .auth-card,
body.lao-theme-day .auth-shell .rounded-3xl {
    border-color: var(--lao-day-border) !important;
    background: linear-gradient(150deg, rgba(255, 255, 255, 0.98) 0%, rgba(241, 248, 255, 0.95) 100%) !important;
    box-shadow: 0 16px 34px rgba(10, 42, 90, 0.14) !important;
}body.lao-theme-day .auth-shell .auth-tab-group {
    border-color: var(--lao-day-border) !important;
    background: rgba(234, 242, 255, 0.92) !important;
}body.lao-theme-day .auth-shell [class*="bg-[#0"],
body.lao-theme-day .auth-shell [class*="bg-[#1"] {
    background-color: rgba(238, 246, 255, 0.92) !important;
}body.lao-theme-day .auth-shell .auth-tab {
    color: #29426a !important;
}body.lao-theme-day .auth-shell .auth-tab[aria-selected="true"] {
    border-color: rgba(0, 40, 104, 0.34) !important;
    background: #ce1126 !important;
    color: #f8fbff !important;
}body.lao-theme-day .auth-shell h1,
body.lao-theme-day .auth-shell h2,
body.lao-theme-day .auth-shell h3,
body.lao-theme-day .auth-shell p,
body.lao-theme-day .auth-shell li,
body.lao-theme-day .auth-shell label,
body.lao-theme-day .auth-shell span,
body.lao-theme-day .auth-shell [class*="text-[#"] {
    color: var(--lao-day-ink) !important;
}body.lao-theme-day .auth-shell .auth-input,
body.lao-theme-day .auth-shell input[type="email"],
body.lao-theme-day .auth-shell input[type="password"] {
    border-color: var(--lao-day-border) !important;
    background: rgba(255, 255, 255, 0.98) !important;
    color: var(--lao-day-ink) !important;
}body.lao-theme-day .auth-shell .auth-input::-moz-placeholder, body.lao-theme-day .auth-shell input[type="email"]::-moz-placeholder, body.lao-theme-day .auth-shell input[type="password"]::-moz-placeholder {
    color: #6c7f9b !important;
}body.lao-theme-day .auth-shell .auth-input::placeholder,
body.lao-theme-day .auth-shell input[type="email"]::placeholder,
body.lao-theme-day .auth-shell input[type="password"]::placeholder {
    color: #6c7f9b !important;
}body.lao-theme-day .auth-shell .auth-checkbox {
    border-color: var(--lao-day-border) !important;
    background: var(--lao-day-surface) !important;
}body.lao-theme-day .auth-shell .rounded-xl.border {
    border-color: rgba(161, 35, 50, 0.34) !important;
    background: rgba(255, 241, 244, 0.95) !important;
}body.lao-theme-day .auth-shell .rounded-lg.border {
    border-color: rgba(161, 35, 50, 0.28) !important;
    background: rgba(255, 245, 247, 0.95) !important;
}body.lao-theme-day .auth-shell .auth-submit {
    border-color: rgba(0, 40, 104, 0.34) !important;
    background: linear-gradient(90deg, #002868 0%, #0e469e 48%, #ce1126 100%) !important;
    color: #f8fbff !important;
}body.lao-theme-day .auth-shell a {
    color: #1f4a84 !important;
}body.lao-theme-day footer {
    border-color: var(--lao-day-border) !important;
    background: rgba(246, 251, 255, 0.95) !important;
    color: var(--lao-day-muted) !important;
}body.lao-theme-day footer p,
body.lao-theme-day footer [class*="text-[#"] {
    color: var(--lao-day-muted) !important;
}.footer-link {
    color: #d5e5ff;
    transition: color 0.18s ease;
}.footer-link:hover {
    color: #f8fbff;
}body.lao-theme .global-shell-header [class*="border-[#F8FBFF"],
body.lao-theme .lao-ui [class*="border-[#F8FBFF"],
body.lao-theme .auth-shell [class*="border-[#F8FBFF"] {
    border-color: rgba(233, 244, 255, 0.48) !important;
}body.lao-theme [class*="border-[#F8FBFF"] {
    border-color: rgba(233, 244, 255, 0.48) !important;
}body.lao-theme .global-shell-header [class*="text-[#DCE9FF"],
body.lao-theme .global-shell-header [class*="text-[#dce9ff"],
body.lao-theme .lao-ui [class*="text-[#DCE9FF"],
body.lao-theme .lao-ui [class*="text-[#dce9ff"],
body.lao-theme .lao-ui [class*="text-[#e8f1ff"],
body.lao-theme .auth-shell [class*="text-[#DCE9FF"],
body.lao-theme .auth-shell [class*="text-[#dce9ff"] {
    color: #d9e7ff !important;
}body.lao-theme [class*="text-[#DCE9FF"],
body.lao-theme [class*="text-[#dce9ff"],
body.lao-theme [class*="text-[#e8f1ff"] {
    color: #d9e7ff !important;
}body.lao-theme .lao-ui [class*="bg-[#F8FBFF"],
body.lao-theme .lao-ui [class*="bg-[#3a2d10"],
body.lao-theme .auth-shell [class*="bg-[#F8FBFF"] {
    background-color: rgba(7, 32, 79, 0.72) !important;
    color: #f8fbff !important;
}body.lao-theme-day .global-shell-header [class*="border-[#F8FBFF"],
body.lao-theme-day .lao-ui [class*="border-[#F8FBFF"],
body.lao-theme-day .auth-shell [class*="border-[#F8FBFF"] {
    border-color: var(--lao-day-border) !important;
}body.lao-theme-day [class*="border-[#F8FBFF"] {
    border-color: var(--lao-day-border) !important;
}body.lao-theme-day .global-shell-header [class*="text-[#DCE9FF"],
body.lao-theme-day .global-shell-header [class*="text-[#dce9ff"],
body.lao-theme-day .lao-ui [class*="text-[#DCE9FF"],
body.lao-theme-day .lao-ui [class*="text-[#dce9ff"],
body.lao-theme-day .auth-shell [class*="text-[#DCE9FF"],
body.lao-theme-day .auth-shell [class*="text-[#dce9ff"] {
    color: #123a6d !important;
}body.lao-theme-day [class*="text-[#DCE9FF"],
body.lao-theme-day [class*="text-[#dce9ff"] {
    color: #123a6d !important;
}body.lao-theme [class*="from-[#F8FBFF"] {
    --tw-gradient-from: #f8fbff var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(248 251 255 / 0) var(--tw-gradient-to-position) !important;
}body.lao-theme [class*="via-[#F8FBFF"] {
    --tw-gradient-via-position: var(--tw-gradient-via-position);
    --tw-gradient-to: rgb(248 251 255 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #f8fbff var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}body.lao-theme [class*="to-[#F8FBFF"] {
    --tw-gradient-to: #f8fbff var(--tw-gradient-to-position) !important;
}body.lao-theme-day [class*="from-[#F8FBFF"] {
    --tw-gradient-from: #f8fbff var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(248 251 255 / 0) var(--tw-gradient-to-position) !important;
}body.lao-theme-day [class*="via-[#F8FBFF"] {
    --tw-gradient-via-position: var(--tw-gradient-via-position);
    --tw-gradient-to: rgb(248 251 255 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #f8fbff var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}body.lao-theme-day [class*="to-[#F8FBFF"] {
    --tw-gradient-to: #f8fbff var(--tw-gradient-to-position) !important;
}body.lao-theme-day .lao-ui [class*="bg-[#3a2d10"] {
    background-color: rgba(232, 241, 255, 0.98) !important;
    color: var(--lao-day-ink) !important;
}body.lao-theme .lao-ui [class*="border-amber-"],
body.lao-theme .auth-shell [class*="border-amber-"],
body.lao-theme [class*="border-amber-"] {
    border-color: rgba(206, 17, 38, 0.5) !important;
}body.lao-theme .lao-ui [class*="bg-amber-"],
body.lao-theme .auth-shell [class*="bg-amber-"],
body.lao-theme [class*="bg-amber-"] {
    background-color: rgba(108, 17, 34, 0.34) !important;
}body.lao-theme .lao-ui [class*="text-amber-"],
body.lao-theme .auth-shell [class*="text-amber-"],
body.lao-theme [class*="text-amber-"] {
    color: #ffe2e8 !important;
}body.lao-theme-day .lao-ui [class*="border-amber-"],
body.lao-theme-day .auth-shell [class*="border-amber-"],
body.lao-theme-day [class*="border-amber-"] {
    border-color: rgba(206, 17, 38, 0.34) !important;
}body.lao-theme-day .lao-ui [class*="bg-amber-"],
body.lao-theme-day .auth-shell [class*="bg-amber-"],
body.lao-theme-day [class*="bg-amber-"] {
    background-color: rgba(255, 234, 240, 0.95) !important;
}body.lao-theme-day .lao-ui [class*="text-amber-"],
body.lao-theme-day .auth-shell [class*="text-amber-"],
body.lao-theme-day [class*="text-amber-"] {
    color: #8b1026 !important;
}body.lao-theme-day .footer-link {
    color: #1f4a84 !important;
}body.lao-theme-day .footer-link:hover {
    border-color: rgba(206, 17, 38, 0.42) !important;
    color: #8b1026 !important;
}/* Improve tiny label legibility across Lao pages */.lao-ui .text-xs {
    font-size: 0.79rem;
    line-height: 1.2rem;
}.lao-ui [class*="text-[0.6rem]"],
.lao-ui [class*="text-[0.62rem]"],
.lao-ui [class*="text-[0.65rem]"] {
    font-size: 0.72rem;
    line-height: 1.08rem;
}.lao-ui [class*="text-[0.7rem]"] {
    font-size: 0.76rem;
    line-height: 1.12rem;
}/* Dark surface legibility guardrails */.lao-ui [class*="bg-slate-9"],
.lao-ui [class*="bg-slate-8"],
.lao-ui [class*="bg-black/"],
.lao-ui [class*="bg-[#0"],
.auth-shell [class*="bg-[#0"] {
    color: #f8fbff !important;
}.lao-ui a[class*="bg-slate-9"],
.lao-ui a[class*="bg-slate-8"],
.lao-ui a[class*="bg-[#0"],
.lao-ui button[class*="bg-slate-9"],
.lao-ui button[class*="bg-slate-8"],
.lao-ui button[class*="bg-[#0"],
.auth-shell a[class*="bg-[#0"],
.auth-shell button[class*="bg-[#0"] {
    color: #f8fbff !important;
}/* Character drill spotlight in player views */.lao-character-spotlight {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    border: 1px solid rgba(245, 250, 255, 0.42);
    background:
        radial-gradient(circle at 50% 42%, rgba(242, 248, 255, 0.2), rgba(242, 248, 255, 0) 62%),
        linear-gradient(165deg, rgba(9, 43, 106, 0.95) 0%, rgba(8, 27, 67, 0.96) 55%, rgba(8, 20, 50, 0.96) 100%);
    box-shadow:
        inset 0 0 0 1px rgba(206, 17, 38, 0.14),
        0 16px 34px rgba(2, 10, 28, 0.45);
    padding: 1rem 0.85rem 1.2rem;
    text-align: center;
}.lao-character-spotlight::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 56%;
    width: min(52vw, 18rem);
    height: min(52vw, 18rem);
    border-radius: 999px;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(206, 17, 38, 0.18) 0%, rgba(206, 17, 38, 0) 70%);
    filter: blur(0.4rem);
    pointer-events: none;
    animation: lao-character-halo 1.9s ease-in-out infinite;
}.lao-character-spotlight__label {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 0.7rem;
    line-height: 1rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 700;
    color: #dce9ff !important;
}.lao-character-spotlight__glyph {
    position: relative;
    z-index: 1;
    margin: 0.35rem 0;
    line-height: 1.14;
    font-weight: 800;
    font-size: clamp(4.5rem, 19vw, 8.2rem);
    padding: 0.08em 0.04em 0.04em;
    color: #f8fbff !important;
    text-shadow:
        0 0 0.35rem rgba(255, 255, 255, 0.26),
        0 0 1.45rem rgba(149, 183, 235, 0.38),
        0 0 2.1rem rgba(206, 17, 38, 0.26);
    animation: lao-character-glyph 1.9s ease-in-out infinite;
}.lao-character-spotlight__instruction {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 0.82rem;
    line-height: 1.25rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 600;
    color: #e8f1ff !important;
}@keyframes lao-character-halo {
    0%,
    100% {
        opacity: 0.42;
        transform: translate(-50%, -50%) scale(0.92);
    }
    50% {
        opacity: 0.82;
        transform: translate(-50%, -50%) scale(1.06);
    }
}@keyframes lao-character-glyph {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.04);
    }
}@media (min-width: 640px) {
    .lao-character-spotlight {
        padding: 1.15rem 1.15rem 1.3rem;
    }

    .lao-character-spotlight__label {
        font-size: 0.74rem;
    }

    .lao-character-spotlight__instruction {
        font-size: 0.85rem;
    }
}body.lao-theme-day .lao-character-spotlight {
    border-color: rgba(15, 38, 73, 0.25) !important;
    background:
        radial-gradient(circle at 50% 38%, rgba(206, 17, 38, 0.15), rgba(206, 17, 38, 0) 64%),
        linear-gradient(165deg, rgba(255, 255, 255, 0.98) 0%, rgba(240, 247, 255, 0.96) 100%) !important;
    box-shadow:
        inset 0 0 0 1px rgba(0, 40, 104, 0.12),
        0 12px 24px rgba(11, 45, 97, 0.14) !important;
}body.lao-theme-day .lao-character-spotlight::after {
    background: radial-gradient(circle, rgba(206, 17, 38, 0.12) 0%, rgba(206, 17, 38, 0) 70%);
}body.lao-theme-day .lao-character-spotlight__label {
    color: #8b1026 !important;
}body.lao-theme-day .lao-character-spotlight__glyph {
    color: #08224b !important;
    text-shadow:
        0 0 0.2rem rgba(255, 255, 255, 0.62),
        0 0 0.95rem rgba(206, 17, 38, 0.18);
}body.lao-theme-day .lao-character-spotlight__instruction {
    color: #163d70 !important;
}/* Score toast styling for study player */.lao-score-toast {
    border: 1px solid rgba(170, 199, 242, 0.56);
    color: #f8fbff;
    background: linear-gradient(155deg, rgba(30, 64, 175, 0.96) 0%, rgba(17, 24, 39, 0.96) 100%);
    box-shadow: 0 14px 28px rgba(2, 10, 28, 0.42);
}.lao-score-toast[data-tier="bad"] {
    border-color: rgba(251, 113, 133, 0.66);
    background: linear-gradient(155deg, rgba(127, 29, 29, 0.96) 0%, rgba(69, 10, 10, 0.96) 100%);
}.lao-score-toast[data-tier="good"] {
    border-color: rgba(96, 165, 250, 0.62);
    background: linear-gradient(155deg, rgba(30, 64, 175, 0.96) 0%, rgba(17, 24, 39, 0.96) 100%);
}.lao-score-toast[data-tier="perfect"] {
    border-color: rgba(52, 211, 153, 0.72);
    background: linear-gradient(155deg, rgba(6, 78, 59, 0.96) 0%, rgba(2, 44, 34, 0.96) 100%);
}.lao-score-toast__eyebrow {
    color: #d5e6ff;
}.lao-score-toast__note {
    color: #ffdce3;
}body.lao-theme-day .lao-score-toast {
    border-color: rgba(0, 40, 104, 0.3);
    color: #0f2649;
    background: linear-gradient(155deg, rgba(242, 248, 255, 0.98) 0%, rgba(232, 241, 255, 0.98) 100%);
    box-shadow: 0 12px 22px rgba(8, 35, 76, 0.16);
}body.lao-theme-day .lao-score-toast[data-tier="bad"] {
    border-color: rgba(190, 24, 45, 0.48);
    color: #611126;
    background: linear-gradient(155deg, rgba(255, 241, 244, 0.98) 0%, rgba(255, 230, 236, 0.98) 100%);
}body.lao-theme-day .lao-score-toast[data-tier="good"] {
    border-color: rgba(37, 99, 235, 0.42);
    color: #123567;
    background: linear-gradient(155deg, rgba(241, 247, 255, 0.98) 0%, rgba(225, 238, 255, 0.98) 100%);
}body.lao-theme-day .lao-score-toast[data-tier="perfect"] {
    border-color: rgba(5, 150, 105, 0.5);
    color: #0f513f;
    background: linear-gradient(155deg, rgba(237, 255, 249, 0.98) 0%, rgba(219, 252, 240, 0.98) 100%);
}body.lao-theme-day .lao-score-toast__eyebrow {
    color: #8b1026;
}body.lao-theme-day .lao-score-toast__note {
    color: #7a2d45;
}/* Study hub layout */.lao-study-hub .lao-study-shell {
    border: 1px solid rgba(16, 58, 135, 0.64);
    background: linear-gradient(160deg, rgba(7, 24, 61, 0.9) 0%, rgba(9, 30, 74, 0.84) 55%, rgba(7, 20, 49, 0.9) 100%);
    box-shadow: 0 14px 32px rgba(2, 10, 28, 0.38);
}.lao-study-hub .lao-study-hero {
    border-color: rgba(248, 251, 255, 0.26);
    background:
        linear-gradient(155deg, rgba(8, 30, 74, 0.94) 0%, rgba(12, 48, 110, 0.88) 54%, rgba(8, 27, 70, 0.92) 100%),
        radial-gradient(circle at 86% 8%, rgba(248, 251, 255, 0.13), transparent 34%),
        radial-gradient(circle at 10% 16%, rgba(206, 17, 38, 0.18), transparent 36%);
}.lao-study-hub .lao-study-eyebrow {
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #dce9ff;
}.lao-study-hub .lao-study-chip {
    border: 1px solid rgba(248, 251, 255, 0.34);
    background: rgba(8, 35, 84, 0.65);
    color: #e6f0ff;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}.lao-study-hub .lao-study-chip:hover {
    border-color: rgba(248, 251, 255, 0.72);
    background: rgba(16, 60, 132, 0.72);
    color: #f8fbff;
}.lao-study-hub .lao-study-kpi {
    border: 1px solid rgba(248, 251, 255, 0.28);
    background: rgba(7, 26, 66, 0.68);
}.lao-study-hub .lao-study-stat {
    min-height: 7.5rem;
}.lao-study-hub .lao-study-track-option {
    transition: border-color 0.16s ease, background-color 0.16s ease, transform 0.16s ease;
}.lao-study-hub .lao-study-track-option:hover {
    border-color: rgba(248, 251, 255, 0.56);
    transform: translateY(-1px);
}.lao-study-hub .lao-study-progress {
    position: relative;
    height: 0.72rem;
    border-radius: 999px;
    border: 1px solid rgba(248, 251, 255, 0.35);
    background: rgba(7, 20, 49, 0.82);
    overflow: hidden;
}.lao-study-hub .lao-study-progress > span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #ce1126 0%, #f8fbff 46%, #2d72cf 100%);
}body.lao-theme-day .lao-study-hub .lao-study-shell {
    border-color: rgba(15, 48, 97, 0.24);
    background: linear-gradient(158deg, rgba(255, 255, 255, 0.98) 0%, rgba(239, 247, 255, 0.96) 100%);
    box-shadow: 0 12px 26px rgba(11, 45, 97, 0.12);
}body.lao-theme-day .lao-study-hub .lao-study-hero {
    border-color: rgba(15, 48, 97, 0.26);
    background:
        linear-gradient(155deg, rgba(255, 255, 255, 0.98) 0%, rgba(239, 247, 255, 0.95) 52%, rgba(228, 239, 255, 0.94) 100%),
        radial-gradient(circle at 14% 12%, rgba(206, 17, 38, 0.12), transparent 32%),
        radial-gradient(circle at 85% 10%, rgba(0, 40, 104, 0.08), transparent 30%);
}body.lao-theme-day .lao-study-hub .lao-study-eyebrow {
    color: #8b1026 !important;
}body.lao-theme-day .lao-study-hub .lao-study-chip {
    border-color: rgba(15, 48, 97, 0.24);
    background: rgba(247, 251, 255, 0.95);
    color: #133b6f;
}body.lao-theme-day .lao-study-hub .lao-study-chip:hover {
    border-color: rgba(206, 17, 38, 0.44);
    background: rgba(255, 238, 242, 0.95);
    color: #8b1026;
}body.lao-theme-day .lao-study-hub .lao-study-kpi {
    border-color: rgba(15, 48, 97, 0.22);
    background: rgba(247, 251, 255, 0.94);
}body.lao-theme-day .lao-study-hub .lao-study-track-option {
    border-color: rgba(15, 48, 97, 0.26) !important;
    background: rgba(247, 251, 255, 0.96) !important;
}body.lao-theme-day .lao-study-hub .lao-study-track-option:hover {
    border-color: rgba(206, 17, 38, 0.44) !important;
}body.lao-theme-day .lao-study-hub .lao-study-progress {
    border-color: rgba(15, 48, 97, 0.2);
    background: rgba(224, 236, 252, 0.8);
}body.lao-theme-day .lao-study-hub .lao-study-progress > span {
    background: linear-gradient(90deg, #ce1126 0%, #f8fbff 46%, #2266c3 100%);
}/* Recyclr form pending state */.gx-btn-spinner {
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 999px;
    border: 2px solid currentColor;
    border-right-color: transparent;
    flex-shrink: 0;
    animation: gx-btn-spin 0.72s linear infinite;
}button[data-gx-pending="1"],
input[type="submit"][data-gx-pending="1"] {
    cursor: wait;
    opacity: 0.84;
}form[data-gx-pending="1"] {
    cursor: progress;
}@keyframes gx-btn-spin {
    to {
        transform: rotate(360deg);
    }
}.selection\:bg-red-500 *::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(250 122 122 / var(--tw-bg-opacity));
}.selection\:bg-red-500 *::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(250 122 122 / var(--tw-bg-opacity));
}.selection\:text-white *::-moz-selection {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.selection\:text-white *::selection {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.selection\:bg-red-500::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(250 122 122 / var(--tw-bg-opacity));
}.selection\:bg-red-500::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(250 122 122 / var(--tw-bg-opacity));
}.selection\:text-white::-moz-selection {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.selection\:text-white::selection {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.hover\:border-\[\#2b63b8\]\/70:hover {
  border-color: rgb(43 99 184 / 0.7);
}.hover\:border-\[\#CE1126\]\/80:hover {
  border-color: rgb(206 17 38 / 0.8);
}.hover\:border-\[\#F8FBFF\]\/70:hover {
  border-color: rgb(248 251 255 / 0.7);
}.hover\:border-\[\#F8FBFF\]\/85:hover {
  border-color: rgb(248 251 255 / 0.85);
}.hover\:border-\[\#F8FBFF\]\/90:hover {
  border-color: rgb(248 251 255 / 0.9);
}.hover\:border-\[\#F8FBFF\]\/95:hover {
  border-color: rgb(248 251 255 / 0.95);
}.hover\:border-\[\#e8f1ff\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(232 241 255 / var(--tw-border-opacity));
}.hover\:border-\[\#e8f1ff\]\/75:hover {
  border-color: rgb(232 241 255 / 0.75);
}.hover\:border-\[\#e8f1ff\]\/85:hover {
  border-color: rgb(232 241 255 / 0.85);
}.hover\:border-\[\#f8fbff\]\/75:hover {
  border-color: rgb(248 251 255 / 0.75);
}.hover\:border-\[\#f8fbff\]\/80:hover {
  border-color: rgb(248 251 255 / 0.8);
}.hover\:border-\[\#f8fbff\]\/85:hover {
  border-color: rgb(248 251 255 / 0.85);
}.hover\:border-\[\#ffdce4\]\/80:hover {
  border-color: rgb(255 220 228 / 0.8);
}.hover\:border-yellow-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(246 231 169 / var(--tw-border-opacity));
}.hover\:border-yellow-300\/70:hover {
  border-color: rgb(246 231 169 / 0.7);
}.hover\:bg-\[\#07245a\]\/45:hover {
  background-color: rgb(7 36 90 / 0.45);
}.hover\:bg-\[\#07245a\]\/50:hover {
  background-color: rgb(7 36 90 / 0.5);
}.hover\:bg-\[\#07245a\]\/80:hover {
  background-color: rgb(7 36 90 / 0.8);
}.hover\:bg-\[\#0a2f72\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(10 47 114 / var(--tw-bg-opacity));
}.hover\:bg-\[\#0a2f72\]\/70:hover {
  background-color: rgb(10 47 114 / 0.7);
}.hover\:bg-\[\#0e2a66\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(14 42 102 / var(--tw-bg-opacity));
}.hover\:bg-\[\#103475\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(16 52 117 / var(--tw-bg-opacity));
}.hover\:bg-\[\#123778\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(18 55 120 / var(--tw-bg-opacity));
}.hover\:bg-\[\#123879\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(18 56 121 / var(--tw-bg-opacity));
}.hover\:bg-\[\#123b84\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(18 59 132 / var(--tw-bg-opacity));
}.hover\:bg-\[\#133473\]\/65:hover {
  background-color: rgb(19 52 115 / 0.65);
}.hover\:bg-\[\#133878\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(19 56 120 / var(--tw-bg-opacity));
}.hover\:bg-\[\#133e89\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(19 62 137 / var(--tw-bg-opacity));
}.hover\:bg-\[\#13408d\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(19 64 141 / var(--tw-bg-opacity));
}.hover\:bg-\[\#655618\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(101 86 24 / var(--tw-bg-opacity));
}.hover\:bg-\[\#6f1730\]\/55:hover {
  background-color: rgb(111 23 48 / 0.55);
}.hover\:bg-\[\#991126\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(153 17 38 / var(--tw-bg-opacity));
}.hover\:bg-\[\#b80f21\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(184 15 33 / var(--tw-bg-opacity));
}.hover\:bg-\[\#b90f22\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 15 34 / var(--tw-bg-opacity));
}.hover\:bg-\[\#f8fbff\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 251 255 / var(--tw-bg-opacity));
}.hover\:bg-blue-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(137 188 235 / var(--tw-bg-opacity));
}.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(98 168 234 / var(--tw-bg-opacity));
}.hover\:bg-cyan-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(119 214 225 / var(--tw-bg-opacity));
}.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
}.hover\:bg-indigo-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(136 151 236 / var(--tw-bg-opacity));
}.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 104 104 / var(--tw-bg-opacity));
}.hover\:bg-red-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(214 73 75 / var(--tw-bg-opacity));
}.hover\:bg-red-800\/60:hover {
  background-color: rgb(214 73 75 / 0.6);
}.hover\:text-\[\#05204d\]:hover {
  --tw-text-opacity: 1;
  color: rgb(5 32 77 / var(--tw-text-opacity));
}.hover\:text-\[\#F8FBFF\]:hover {
  --tw-text-opacity: 1;
  color: rgb(248 251 255 / var(--tw-text-opacity));
}.hover\:text-\[\#dce9ff\]:hover {
  --tw-text-opacity: 1;
  color: rgb(220 233 255 / var(--tw-text-opacity));
}.hover\:text-\[\#e8f1ff\]:hover {
  --tw-text-opacity: 1;
  color: rgb(232 241 255 / var(--tw-text-opacity));
}.hover\:text-\[\#f8fbff\]:hover {
  --tw-text-opacity: 1;
  color: rgb(248 251 255 / var(--tw-text-opacity));
}.hover\:text-\[\#ffdce4\]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 220 228 / var(--tw-text-opacity));
}.hover\:text-\[\#ffffff\]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(34 41 47 / var(--tw-text-opacity));
}.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(98 168 234 / var(--tw-text-opacity));
}.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(97 97 97 / var(--tw-text-opacity));
}.hover\:text-yellow-300:hover {
  --tw-text-opacity: 1;
  color: rgb(246 231 169 / var(--tw-text-opacity));
}.focus\:rounded-sm:focus {
  border-radius: 0.2rem;
}.focus\:border-\[\#F8FBFF\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(248 251 255 / var(--tw-border-opacity));
}.focus\:border-cyan-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(119 214 225 / var(--tw-border-opacity));
}.focus\:border-indigo-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(136 151 236 / var(--tw-border-opacity));
}.focus\:border-yellow-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(248 229 155 / var(--tw-border-opacity));
}.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}.focus\:outline:focus {
  outline-style: solid;
}.focus\:outline-2:focus {
  outline-width: 2px;
}.focus\:outline-red-500:focus {
  outline-color: #FA7A7A;
}.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --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);
}.focus\:ring-\[\#2b63b8\]\/75:focus {
  --tw-ring-color: rgb(43 99 184 / 0.75);
}.focus\:ring-\[\#4f86de\]\/85:focus {
  --tw-ring-color: rgb(79 134 222 / 0.85);
}.focus\:ring-\[\#CE1126\]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(206 17 38 / var(--tw-ring-opacity));
}.focus\:ring-\[\#F8FBFF\]\/35:focus {
  --tw-ring-color: rgb(248 251 255 / 0.35);
}.focus\:ring-\[\#F8FBFF\]\/45:focus {
  --tw-ring-color: rgb(248 251 255 / 0.45);
}.focus\:ring-\[\#ce1126\]\/85:focus {
  --tw-ring-color: rgb(206 17 38 / 0.85);
}.focus\:ring-\[\#e8f1ff\]\/70:focus {
  --tw-ring-color: rgb(232 241 255 / 0.7);
}.focus\:ring-\[\#f8fbff\]\/80:focus {
  --tw-ring-color: rgb(248 251 255 / 0.8);
}.focus\:ring-blue-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(162 202 238 / var(--tw-ring-opacity));
}.focus\:ring-blue-500\/70:focus {
  --tw-ring-color: rgb(137 188 235 / 0.7);
}.focus\:ring-cyan-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(119 214 225 / var(--tw-ring-opacity));
}.focus\:ring-gray-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(189 189 189 / var(--tw-ring-opacity));
}.focus\:ring-indigo-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(136 151 236 / var(--tw-ring-opacity));
}.focus\:ring-red-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 152 152 / var(--tw-ring-opacity));
}.focus\:ring-teal-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(86 191 181 / var(--tw-ring-opacity));
}.focus\:ring-yellow-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 229 155 / var(--tw-ring-opacity));
}.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}.focus\:ring-offset-\[\#061637\]:focus {
  --tw-ring-offset-color: #061637;
}.focus\:ring-offset-black:focus {
  --tw-ring-offset-color: #22292f;
}.group:hover .group-hover\:stroke-gray-600 {
  stroke: #757575;
}@media (prefers-reduced-motion: no-preference) {.motion-safe\:hover\:scale-\[1\.01\]:hover {
    --tw-scale-x: 1.01;
    --tw-scale-y: 1.01;
    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));
  }
}@media (min-width: 640px) {.sm\:fixed {
    position: fixed;
  }.sm\:right-0 {
    right: 0px;
  }.sm\:top-0 {
    top: 0px;
  }.sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }.sm\:col-span-4 {
    grid-column: span 4 / span 4;
  }.sm\:ml-0 {
    margin-left: 0px;
  }.sm\:flex {
    display: flex;
  }.sm\:inline-flex {
    display: inline-flex;
  }.sm\:w-1\/2 {
    width: 50%;
  }.sm\:w-auto {
    width: auto;
  }.sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.sm\:flex-row {
    flex-direction: row;
  }.sm\:items-end {
    align-items: flex-end;
  }.sm\:items-center {
    align-items: center;
  }.sm\:justify-center {
    justify-content: center;
  }.sm\:justify-between {
    justify-content: space-between;
  }.sm\:p-4 {
    padding: 1rem;
  }.sm\:p-5 {
    padding: 1.25rem;
  }.sm\:p-6 {
    padding: 1.5rem;
  }.sm\:p-7 {
    padding: 1.75rem;
  }.sm\:p-8 {
    padding: 2rem;
  }.sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }.sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }.sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }.sm\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }.sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }.sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }.sm\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }.sm\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }.sm\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }.sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }.sm\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }.sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }.sm\:pb-4 {
    padding-bottom: 1rem;
  }.sm\:pb-6 {
    padding-bottom: 1.5rem;
  }.sm\:pb-8 {
    padding-bottom: 2rem;
  }.sm\:pt-3 {
    padding-top: 0.75rem;
  }.sm\:pt-5 {
    padding-top: 1.25rem;
  }.sm\:text-left {
    text-align: left;
  }.sm\:text-right {
    text-align: right;
  }.sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }.sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }.sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }.sm\:text-\[0\.85rem\] {
    font-size: 0.85rem;
  }.sm\:text-\[0\.95rem\] {
    font-size: 0.95rem;
  }.sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }.sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }.sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }.sm\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}@media (min-width: 768px) {.md\:mb-0 {
    margin-bottom: 0px;
  }.md\:ml-4 {
    margin-left: 1rem;
  }.md\:mr-4 {
    margin-right: 1rem;
  }.md\:block {
    display: block;
  }.md\:flex {
    display: flex;
  }.md\:hidden {
    display: none;
  }.md\:w-1\/2 {
    width: 50%;
  }.md\:w-1\/4 {
    width: 25%;
  }.md\:w-3\/4 {
    width: 75%;
  }.md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.md\:grid-cols-\[1\.1fr\2c 0\.9fr\] {
    grid-template-columns: 1.1fr 0.9fr;
  }.md\:flex-row {
    flex-direction: row;
  }
}@media (min-width: 1024px) {.lg\:flex {
    display: flex;
  }.lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.lg\:grid-cols-\[0\.9fr\2c 1\.1fr\] {
    grid-template-columns: 0.9fr 1.1fr;
  }.lg\:grid-cols-\[1\.05fr\2c 0\.95fr\] {
    grid-template-columns: 1.05fr 0.95fr;
  }.lg\:grid-cols-\[1\.1fr\2c 0\.9fr\] {
    grid-template-columns: 1.1fr 0.9fr;
  }.lg\:gap-8 {
    gap: 2rem;
  }.lg\:p-8 {
    padding: 2rem;
  }
}@media (min-width: 1280px) {.xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }.xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }.xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.xl\:grid-cols-\[1\.05fr\2c 0\.95fr\] {
    grid-template-columns: 1.05fr 0.95fr;
  }.xl\:grid-cols-\[1\.15fr\2c 0\.85fr\] {
    grid-template-columns: 1.15fr 0.85fr;
  }.xl\:grid-cols-\[1\.1fr\2c 0\.9fr\] {
    grid-template-columns: 1.1fr 0.9fr;
  }.xl\:grid-cols-\[1\.35fr\2c 0\.65fr\] {
    grid-template-columns: 1.35fr 0.65fr;
  }
}@media (prefers-color-scheme: dark) {.dark\:bg-gray-800\/50 {
    background-color: rgb(66 66 66 / 0.5);
  }.dark\:bg-red-800\/20 {
    background-color: rgb(214 73 75 / 0.2);
  }.dark\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }.dark\:stroke-gray-600 {
    stroke: #757575;
  }.dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(189 189 189 / var(--tw-text-opacity));
  }.dark\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }.dark\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }.dark\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }.dark\:ring-inset {
    --tw-ring-inset: inset;
  }.dark\:ring-white\/5 {
    --tw-ring-color: rgb(255 255 255 / 0.05);
  }.dark\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }.group:hover .dark\:group-hover\:stroke-gray-400 {
    stroke: #BDBDBD;
  }
}.\[\&\:\:-webkit-scrollbar\]\:hidden::-webkit-scrollbar {
  display: none;
}

