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

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

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

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

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

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
  body {
  background-color: var(--t-bg);
  color: var(--t-text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    transition: background-color 0.4s ease, color 0.3s ease;
}

  * {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  *::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }
.container {
  width: 100%;
}
@media (min-width: 640px) {

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.-bottom-1 {
  bottom: -0.25rem;
}
.-right-0\.5 {
  right: -0.125rem;
}
.-right-1 {
  right: -0.25rem;
}
.-top-0\.5 {
  top: -0.125rem;
}
.-top-1 {
  top: -0.25rem;
}
.-top-2 {
  top: -0.5rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-0\.5 {
  bottom: 0.125rem;
}
.bottom-1 {
  bottom: 0.25rem;
}
.bottom-2 {
  bottom: 0.5rem;
}
.bottom-3 {
  bottom: 0.75rem;
}
.bottom-4 {
  bottom: 1rem;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-2 {
  left: 0.5rem;
}
.left-3 {
  left: 0.75rem;
}
.left-4 {
  left: 1rem;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-2 {
  right: 0.5rem;
}
.right-3 {
  right: 0.75rem;
}
.right-4 {
  right: 1rem;
}
.top-0 {
  top: 0px;
}
.top-0\.5 {
  top: 0.125rem;
}
.top-1\/2 {
  top: 50%;
}
.top-16 {
  top: 4rem;
}
.top-2 {
  top: 0.5rem;
}
.top-3 {
  top: 0.75rem;
}
.top-4 {
  top: 1rem;
}
.top-\[calc\(100\%\+0\.5rem\)\] {
  top: calc(100% + 0.5rem);
}
.top-auto {
  top: auto;
}
.top-full {
  top: 100%;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[9999\] {
  z-index: 9999;
}
.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.-mb-px {
  margin-bottom: -1px;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.-mt-8 {
  margin-top: -2rem;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-0\.5 {
  margin-left: 0.125rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-7 {
  margin-left: 1.75rem;
}
.ml-8 {
  margin-left: 2rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-0\.5 {
  margin-right: 0.125rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-0 {
  height: 0px;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-28 {
  height: 7rem;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-32 {
  height: 8rem;
}
.h-36 {
  height: 9rem;
}
.h-4 {
  height: 1rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-96 {
  height: 24rem;
}
.h-\[11px\] {
  height: 11px;
}
.h-\[29px\] {
  height: 29px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[3px\] {
  height: 3px;
}
.h-\[40vh\] {
  height: 40vh;
}
.h-\[70px\] {
  height: 70px;
}
.h-\[9px\] {
  height: 9px;
}
.h-\[calc\(100vh-4rem\)\] {
  height: calc(100vh - 4rem);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-40 {
  max-height: 10rem;
}
.max-h-44 {
  max-height: 11rem;
}
.max-h-48 {
  max-height: 12rem;
}
.max-h-64 {
  max-height: 16rem;
}
.max-h-80 {
  max-height: 20rem;
}
.max-h-96 {
  max-height: 24rem;
}
.max-h-\[220px\] {
  max-height: 220px;
}
.max-h-\[40vh\] {
  max-height: 40vh;
}
.max-h-\[75vh\] {
  max-height: 75vh;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-\[250px\] {
  min-height: 250px;
}
.min-h-\[60px\] {
  min-height: 60px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1\.5 {
  width: 0.375rem;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/4 {
  width: 25%;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.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-3\/4 {
  width: 75%;
}
.w-32 {
  width: 8rem;
}
.w-36 {
  width: 9rem;
}
.w-4 {
  width: 1rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-56 {
  width: 14rem;
}
.w-6 {
  width: 1.5rem;
}
.w-64 {
  width: 16rem;
}
.w-7 {
  width: 1.75rem;
}
.w-72 {
  width: 18rem;
}
.w-8 {
  width: 2rem;
}
.w-80 {
  width: 20rem;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[11px\] {
  width: 11px;
}
.w-\[29px\] {
  width: 29px;
}
.w-\[9px\] {
  width: 9px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-px {
  width: 1px;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[120px\] {
  min-width: 120px;
}
.min-w-\[16px\] {
  min-width: 16px;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-\[220px\] {
  min-width: 220px;
}
.min-w-\[24px\] {
  min-width: 24px;
}
.min-w-\[48px\] {
  min-width: 48px;
}
.min-w-\[60px\] {
  min-width: 60px;
}
.min-w-fit {
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-96 {
  max-width: 24rem;
}
.max-w-\[180px\] {
  max-width: 180px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[90vw\] {
  max-width: 90vw;
}
.max-w-\[92vw\] {
  max-width: 92vw;
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-sm {
  max-width: 24rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.origin-bottom {
  transform-origin: bottom;
}
.origin-top {
  transform-origin: top;
}
.-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));
}
.scale-\[0\.98\] {
  --tw-scale-x: 0.98;
  --tw-scale-y: 0.98;
  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 pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-default {
  cursor: default;
}
.cursor-grab {
  cursor: grab;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.touch-none {
  touch-action: none;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize-none {
  resize: none;
}
.resize-y {
  resize: vertical;
}
.resize {
  resize: both;
}
.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));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.gap-0 {
  gap: 0px;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-px {
  gap: 1px;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-y-0\.5 {
  row-gap: 0.125rem;
}
.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-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.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-t-border > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--t-border);
}
.divide-t-divider > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--t-divider);
}
.self-start {
  align-self: flex-start;
}
.self-stretch {
  align-self: stretch;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l {
  border-left-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-dashed {
  border-style: dashed;
}
.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.border-emerald-600 {
  --tw-border-opacity: 1;
  border-color: rgb(5 150 105 / var(--tw-border-opacity, 1));
}
.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}
.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}
.border-sky-blue {
  --tw-border-opacity: 1;
  border-color: rgb(79 195 247 / var(--tw-border-opacity, 1));
}
.border-sky-blue\/30 {
  border-color: rgb(79 195 247 / 0.3);
}
.border-sky-darkblue {
  --tw-border-opacity: 1;
  border-color: rgb(26 35 126 / var(--tw-border-opacity, 1));
}
.border-sky-orange {
  --tw-border-opacity: 1;
  border-color: rgb(255 152 0 / var(--tw-border-opacity, 1));
}
.border-sky-orange\/60 {
  border-color: rgb(255 152 0 / 0.6);
}
.border-sky-red {
  --tw-border-opacity: 1;
  border-color: rgb(229 57 53 / var(--tw-border-opacity, 1));
}
.border-sky-red\/30 {
  border-color: rgb(229 57 53 / 0.3);
}
.border-sky-yellow {
  --tw-border-opacity: 1;
  border-color: rgb(253 216 53 / var(--tw-border-opacity, 1));
}
.border-t-accent {
  border-color: var(--t-accent);
}
.border-t-border {
  border-color: var(--t-border);
}
.border-t-divider {
  border-color: var(--t-divider);
}
.border-t-outline-border {
  border-color: var(--t-outline-border);
}
.border-t-subtle {
  border-color: var(--t-subtle);
}
.border-transparent {
  border-color: transparent;
}
.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.border-white\/40 {
  border-color: rgb(255 255 255 / 0.4);
}
.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-emerald-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.bg-emerald-500\/20 {
  background-color: rgb(16 185 129 / 0.2);
}
.bg-emerald-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}
.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-sky-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(79 195 247 / var(--tw-bg-opacity, 1));
}
.bg-sky-blue\/10 {
  background-color: rgb(79 195 247 / 0.1);
}
.bg-sky-blue\/15 {
  background-color: rgb(79 195 247 / 0.15);
}
.bg-sky-blue\/20 {
  background-color: rgb(79 195 247 / 0.2);
}
.bg-sky-blue\/40 {
  background-color: rgb(79 195 247 / 0.4);
}
.bg-sky-blue\/5 {
  background-color: rgb(79 195 247 / 0.05);
}
.bg-sky-blue\/80 {
  background-color: rgb(79 195 247 / 0.8);
}
.bg-sky-darkblue {
  --tw-bg-opacity: 1;
  background-color: rgb(26 35 126 / var(--tw-bg-opacity, 1));
}
.bg-sky-darkblue\/10 {
  background-color: rgb(26 35 126 / 0.1);
}
.bg-sky-darkblue\/50 {
  background-color: rgb(26 35 126 / 0.5);
}
.bg-sky-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(255 152 0 / var(--tw-bg-opacity, 1));
}
.bg-sky-orange\/10 {
  background-color: rgb(255 152 0 / 0.1);
}
.bg-sky-orange\/15 {
  background-color: rgb(255 152 0 / 0.15);
}
.bg-sky-orange\/20 {
  background-color: rgb(255 152 0 / 0.2);
}
.bg-sky-red {
  --tw-bg-opacity: 1;
  background-color: rgb(229 57 53 / var(--tw-bg-opacity, 1));
}
.bg-sky-red\/10 {
  background-color: rgb(229 57 53 / 0.1);
}
.bg-sky-red\/15 {
  background-color: rgb(229 57 53 / 0.15);
}
.bg-sky-red\/20 {
  background-color: rgb(229 57 53 / 0.2);
}
.bg-sky-red\/5 {
  background-color: rgb(229 57 53 / 0.05);
}
.bg-sky-red\/80 {
  background-color: rgb(229 57 53 / 0.8);
}
.bg-sky-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(253 216 53 / var(--tw-bg-opacity, 1));
}
.bg-sky-yellow\/10 {
  background-color: rgb(253 216 53 / 0.1);
}
.bg-sky-yellow\/20 {
  background-color: rgb(253 216 53 / 0.2);
}
.bg-sky-yellow\/80 {
  background-color: rgb(253 216 53 / 0.8);
}
.bg-t-accent {
  background-color: var(--t-accent);
}
.bg-t-badge-bg {
  background-color: var(--t-badge-bg);
}
.bg-t-badge-p-bg {
  background-color: var(--t-badge-p-bg);
}
.bg-t-bg {
  background-color: var(--t-bg);
}
.bg-t-border {
  background-color: var(--t-border);
}
.bg-t-danger {
  background-color: var(--t-danger);
}
.bg-t-faint {
  background-color: var(--t-faint);
}
.bg-t-header {
  background-color: var(--t-header);
}
.bg-t-header-x {
  background-color: var(--t-header-x);
}
.bg-t-hover {
  background-color: var(--t-hover);
}
.bg-t-outline-bg {
  background-color: var(--t-outline-bg);
}
.bg-t-outline-hover {
  background-color: var(--t-outline-hover);
}
.bg-t-primary {
  background-color: var(--t-primary);
}
.bg-t-primary-x {
  background-color: var(--t-primary-x);
}
.bg-t-secondary {
  background-color: var(--t-secondary);
}
.bg-t-secondary-x {
  background-color: var(--t-secondary-x);
}
.bg-t-sidebar {
  background-color: var(--t-sidebar);
}
.bg-t-subtle {
  background-color: var(--t-subtle);
}
.bg-t-surface {
  background-color: var(--t-surface);
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/15 {
  background-color: rgb(255 255 255 / 0.15);
}
.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-black\/60 {
  --tw-gradient-from: rgb(0 0 0 / 0.6) 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-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);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.fill-current {
  fill: currentColor;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-3\.5 {
  padding: 0.875rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.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-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.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;
}
.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-px {
  padding-bottom: 1px;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-9 {
  padding-left: 2.25rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-8 {
  padding-right: 2rem;
}
.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;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-px {
  padding-top: 1px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.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-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[8px\] {
  font-size: 8px;
}
.text-\[9px\] {
  font-size: 9px;
}
.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;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.leading-\[1\.15\] {
  line-height: 1.15;
}
.leading-\[11px\] {
  line-height: 11px;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[0\.04em\] {
  letter-spacing: 0.04em;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.text-emerald-500 {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}
.text-emerald-600 {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.text-sky-black {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity, 1));
}
.text-sky-blue {
  --tw-text-opacity: 1;
  color: rgb(79 195 247 / var(--tw-text-opacity, 1));
}
.text-sky-blue\/80 {
  color: rgb(79 195 247 / 0.8);
}
.text-sky-darkblue {
  --tw-text-opacity: 1;
  color: rgb(26 35 126 / var(--tw-text-opacity, 1));
}
.text-sky-orange {
  --tw-text-opacity: 1;
  color: rgb(255 152 0 / var(--tw-text-opacity, 1));
}
.text-sky-orange-dark {
  --tw-text-opacity: 1;
  color: rgb(230 81 0 / var(--tw-text-opacity, 1));
}
.text-sky-red {
  --tw-text-opacity: 1;
  color: rgb(229 57 53 / var(--tw-text-opacity, 1));
}
.text-sky-yellow {
  --tw-text-opacity: 1;
  color: rgb(253 216 53 / var(--tw-text-opacity, 1));
}
.text-t-accent {
  color: var(--t-accent);
}
.text-t-badge-p-text {
  color: var(--t-badge-p-text);
}
.text-t-badge-text {
  color: var(--t-badge-text);
}
.text-t-danger {
  color: var(--t-danger);
}
.text-t-faint {
  color: var(--t-faint);
}
.text-t-hero-accent {
  color: var(--t-hero-accent);
}
.text-t-icon {
  color: var(--t-icon);
}
.text-t-muted {
  color: var(--t-muted);
}
.text-t-primary {
  color: var(--t-primary);
}
.text-t-sub {
  color: var(--t-sub);
}
.text-t-success {
  color: var(--t-success);
}
.text-t-text {
  color: var(--t-text);
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-white\/95 {
  color: rgb(255 255 255 / 0.95);
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.placeholder-white\/40::-moz-placeholder {
  color: rgb(255 255 255 / 0.4);
}
.placeholder-white\/40::placeholder {
  color: rgb(255 255 255 / 0.4);
}
.accent-sky-blue {
  accent-color: #4fc3f7;
}
.accent-t-primary {
  accent-color: var(--t-primary);
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-90 {
  opacity: 0.9;
}
.shadow-\[0_0_0_2px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow: 0 0 0 2px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0 0 0 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-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);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-sky-blue {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(79 195 247 / var(--tw-ring-opacity, 1));
}
.ring-sky-darkblue {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(26 35 126 / var(--tw-ring-opacity, 1));
}
.ring-sky-orange {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 152 0 / var(--tw-ring-opacity, 1));
}
.ring-offset-1 {
  --tw-ring-offset-width: 1px;
}
.ring-offset-t-surface {
  --tw-ring-offset-color: var(--t-surface);
}
.drop-shadow-sm {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  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-lg {
  --tw-backdrop-blur: blur(16px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[max-height\] {
  transition-property: max-height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-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);
}
.gradient-hero {
    background: var(--t-hero);
  }
.scrollbar-hidden {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
.scrollbar-hidden::-webkit-scrollbar {
    display: none;
  }
.\[-\:T\] {
  -: T;
}

/* ================================================================
   THEME: DAY (default) — clear blue sky, bright and clean
   ================================================================ */
:root,
[data-theme="day"] {
  --t-bg: #ffffff;
  --t-surface: #ffffff;
  --t-subtle: rgba(26, 35, 126, 0.05);
  --t-hover: rgba(79, 195, 247, 0.06);
  --t-border: rgba(26, 35, 126, 0.1);
  --t-divider: rgba(26, 35, 126, 0.05);
  --t-text: #0a0a0a;
  --t-sub: rgba(26, 35, 126, 0.6);
  --t-muted: rgba(26, 35, 126, 0.4);
  --t-faint: rgba(26, 35, 126, 0.25);
  --t-icon: #1a237e;
  --t-header: #1a237e;
  --t-header-x: #283593;
  --t-sidebar: #0d1642;
  --t-accent: #ff9800;
  --t-accent-x: #e68600;
  --t-link: #0288d1;
  --t-link-x: #e65100;
  --t-focus: #4fc3f7;
  --t-primary: #1a237e;
  --t-primary-x: #283593;
  --t-secondary: rgba(79, 195, 247, 0.1);
  --t-secondary-x: rgba(79, 195, 247, 0.18);
  --t-outline-bg: #ffffff;
  --t-outline-hover: rgba(79, 195, 247, 0.06);
  --t-outline-border: rgba(26, 35, 126, 0.2);
  --t-badge-bg: rgba(26, 35, 126, 0.06);
  --t-badge-text: #283593;
  --t-badge-p-bg: rgba(79, 195, 247, 0.15);
  --t-badge-p-text: #1a237e;
  --t-success: #0288d1;
  --t-danger: #e53935;
  --t-hero: linear-gradient(180deg, #0d1642 0%, #1a237e 30%, #0288d1 70%, #4fc3f7 100%);
  --t-hero-accent: #ff9800;
}

/* ================================================================
   THEME: DAWN — first light, purple-indigo horizon, rose gold glow
   ================================================================ */
[data-theme="dawn"] {
  --t-bg: #f8f2ec;
  --t-surface: #fefcf8;
  --t-subtle: rgba(120, 70, 40, 0.06);
  --t-hover: rgba(180, 120, 60, 0.06);
  --t-border: rgba(100, 60, 35, 0.12);
  --t-divider: rgba(100, 60, 35, 0.06);
  --t-text: #2c1810;
  --t-sub: rgba(70, 35, 18, 0.7);
  --t-muted: rgba(70, 35, 18, 0.45);
  --t-faint: rgba(70, 35, 18, 0.3);
  --t-icon: #7b4a2a;
  --t-header: #1a1040;
  --t-header-x: #261560;
  --t-sidebar: #120830;
  --t-accent: #d4870e;
  --t-accent-x: #b8740a;
  --t-link: #a0422e;
  --t-link-x: #7a3020;
  --t-focus: #d4870e;
  --t-primary: #6b2fa0;
  --t-primary-x: #7e3db5;
  --t-secondary: rgba(212, 135, 14, 0.12);
  --t-secondary-x: rgba(212, 135, 14, 0.2);
  --t-outline-bg: #fefcf8;
  --t-outline-hover: rgba(180, 120, 60, 0.08);
  --t-outline-border: rgba(100, 60, 35, 0.2);
  --t-badge-bg: rgba(120, 70, 40, 0.08);
  --t-badge-text: #7b4a2a;
  --t-badge-p-bg: rgba(212, 135, 14, 0.15);
  --t-badge-p-text: #5c3000;
  --t-success: #8b6914;
  --t-danger: #c0392b;
  --t-hero: linear-gradient(135deg, #1a1040 0%, #4a1a6e 20%, #8e3060 40%, #c0603a 60%, #d4870e 80%, #fdd835 100%);
  --t-hero-accent: #fdd835;
}

/* ================================================================
   THEME: SUNSET — warm reds and oranges flooding the sky
   ================================================================ */
[data-theme="sunset"] {
  --t-bg: #fdf2ed;
  --t-surface: #ffffff;
  --t-subtle: rgba(180, 50, 15, 0.05);
  --t-hover: rgba(230, 81, 0, 0.06);
  --t-border: rgba(130, 40, 15, 0.12);
  --t-divider: rgba(130, 40, 15, 0.06);
  --t-text: #1a0800;
  --t-sub: rgba(90, 25, 8, 0.65);
  --t-muted: rgba(90, 25, 8, 0.4);
  --t-faint: rgba(90, 25, 8, 0.25);
  --t-icon: #bf360c;
  --t-header: #4a0e0e;
  --t-header-x: #5c1414;
  --t-sidebar: #320a0a;
  --t-accent: #e65100;
  --t-accent-x: #cc4700;
  --t-link: #c62828;
  --t-link-x: #a01c1c;
  --t-focus: #ff9800;
  --t-primary: #bf360c;
  --t-primary-x: #d84315;
  --t-secondary: rgba(230, 81, 0, 0.1);
  --t-secondary-x: rgba(230, 81, 0, 0.18);
  --t-outline-bg: #ffffff;
  --t-outline-hover: rgba(230, 81, 0, 0.06);
  --t-outline-border: rgba(130, 40, 15, 0.2);
  --t-badge-bg: rgba(180, 50, 15, 0.07);
  --t-badge-text: #bf360c;
  --t-badge-p-bg: rgba(255, 152, 0, 0.15);
  --t-badge-p-text: #7f3000;
  --t-success: #d84315;
  --t-danger: #b71c1c;
  --t-hero: linear-gradient(135deg, #0d1642 0%, #4a0e3a 15%, #c62828 35%, #e65100 55%, #ff9800 75%, #fdd835 100%);
  --t-hero-accent: #fdd835;
}

/* ================================================================
   THEME: NIGHT — deep darkness, starlight, cool cyan glow
   ================================================================ */
[data-theme="night"] {
  --t-bg: #08081a;
  --t-surface: #12122a;
  --t-subtle: rgba(255, 255, 255, 0.04);
  --t-hover: rgba(255, 255, 255, 0.06);
  --t-border: rgba(255, 255, 255, 0.08);
  --t-divider: rgba(255, 255, 255, 0.05);
  --t-text: #e0e0f0;
  --t-sub: #9a9ab8;
  --t-muted: #6e6e90;
  --t-faint: #505068;
  --t-icon: #7986cb;
  --t-header: #050510;
  --t-header-x: #0a0a20;
  --t-sidebar: #04040a;
  --t-accent: #4fc3f7;
  --t-accent-x: #3aacde;
  --t-link: #80d8ff;
  --t-link-x: #b3e5fc;
  --t-focus: #4fc3f7;
  --t-primary: #283593;
  --t-primary-x: #3949ab;
  --t-secondary: rgba(79, 195, 247, 0.1);
  --t-secondary-x: rgba(79, 195, 247, 0.18);
  --t-outline-bg: #12122a;
  --t-outline-hover: rgba(255, 255, 255, 0.06);
  --t-outline-border: rgba(255, 255, 255, 0.15);
  --t-badge-bg: rgba(255, 255, 255, 0.06);
  --t-badge-text: #b0b0d0;
  --t-badge-p-bg: rgba(79, 195, 247, 0.15);
  --t-badge-p-text: #80d8ff;
  --t-success: #4fc3f7;
  --t-danger: #ef5350;
  --t-hero: linear-gradient(180deg, #000005 0%, #050518 25%, #0a0a30 50%, #0d1642 75%, #1a237e 100%);
  --t-hero-accent: #4fc3f7;
}

/* ================================================================
   THEME: SNOWY — crisp white, icy blue, cold and clean
   ================================================================ */
[data-theme="snowy"] {
  --t-bg: #f3f6fc;
  --t-surface: #ffffff;
  --t-subtle: rgba(60, 120, 200, 0.06);
  --t-hover: rgba(60, 120, 200, 0.06);
  --t-border: rgba(40, 80, 150, 0.1);
  --t-divider: rgba(40, 80, 150, 0.05);
  --t-text: #1a2a3a;
  --t-sub: rgba(30, 58, 95, 0.65);
  --t-muted: rgba(30, 58, 95, 0.4);
  --t-faint: rgba(30, 58, 95, 0.28);
  --t-icon: #1565c0;
  --t-header: #1e3a5f;
  --t-header-x: #264a72;
  --t-sidebar: #152a45;
  --t-accent: #2196f3;
  --t-accent-x: #1a7fd6;
  --t-link: #1565c0;
  --t-link-x: #0d47a1;
  --t-focus: #42a5f5;
  --t-primary: #1565c0;
  --t-primary-x: #1976d2;
  --t-secondary: rgba(33, 150, 243, 0.1);
  --t-secondary-x: rgba(33, 150, 243, 0.18);
  --t-outline-bg: #ffffff;
  --t-outline-hover: rgba(60, 120, 200, 0.06);
  --t-outline-border: rgba(40, 80, 150, 0.18);
  --t-badge-bg: rgba(40, 80, 150, 0.07);
  --t-badge-text: #1e3a5f;
  --t-badge-p-bg: rgba(33, 150, 243, 0.15);
  --t-badge-p-text: #0d47a1;
  --t-success: #1565c0;
  --t-danger: #c62828;
  --t-hero: linear-gradient(180deg, #1e3a5f 0%, #2a60a0 30%, #64b5f6 65%, #e3f2fd 100%);
  --t-hero-accent: #fdd835;
}

/* ================================================================
   THEME: RAINY — moody charcoal, muted gray-blue atmosphere
   ================================================================ */
[data-theme="rainy"] {
  --t-bg: #181c22;
  --t-surface: #1e232c;
  --t-subtle: rgba(255, 255, 255, 0.03);
  --t-hover: rgba(255, 255, 255, 0.05);
  --t-border: rgba(255, 255, 255, 0.07);
  --t-divider: rgba(255, 255, 255, 0.04);
  --t-text: #c0c8d4;
  --t-sub: #8898aa;
  --t-muted: #607080;
  --t-faint: #485868;
  --t-icon: #5c8ab4;
  --t-header: #0e1218;
  --t-header-x: #141a22;
  --t-sidebar: #0a0e14;
  --t-accent: #5c8ab4;
  --t-accent-x: #4a78a0;
  --t-link: #7ab0d8;
  --t-link-x: #9ec8e8;
  --t-focus: #5c8ab4;
  --t-primary: #37536e;
  --t-primary-x: #456a88;
  --t-secondary: rgba(92, 138, 180, 0.12);
  --t-secondary-x: rgba(92, 138, 180, 0.2);
  --t-outline-bg: #1e232c;
  --t-outline-hover: rgba(255, 255, 255, 0.05);
  --t-outline-border: rgba(255, 255, 255, 0.12);
  --t-badge-bg: rgba(255, 255, 255, 0.05);
  --t-badge-text: #8898aa;
  --t-badge-p-bg: rgba(92, 138, 180, 0.15);
  --t-badge-p-text: #7ab0d8;
  --t-success: #5c8ab4;
  --t-danger: #e57373;
  --t-hero: linear-gradient(180deg, #0a0e14 0%, #1a2430 30%, #2a3a4e 60%, #3a506a 100%);
  --t-hero-accent: #7ab0d8;
}

/* ================================================================
   THEME: WINDY — fresh teal-mint, dynamic and breezy
   ================================================================ */
[data-theme="windy"] {
  --t-bg: #eef7f5;
  --t-surface: #ffffff;
  --t-subtle: rgba(0, 105, 92, 0.05);
  --t-hover: rgba(0, 137, 123, 0.06);
  --t-border: rgba(0, 80, 70, 0.1);
  --t-divider: rgba(0, 80, 70, 0.05);
  --t-text: #0a1e1e;
  --t-sub: rgba(10, 45, 40, 0.65);
  --t-muted: rgba(10, 45, 40, 0.4);
  --t-faint: rgba(10, 45, 40, 0.28);
  --t-icon: #00695c;
  --t-header: #0e3a3a;
  --t-header-x: #144848;
  --t-sidebar: #082828;
  --t-accent: #00897b;
  --t-accent-x: #007368;
  --t-link: #00695c;
  --t-link-x: #004d40;
  --t-focus: #26a69a;
  --t-primary: #00695c;
  --t-primary-x: #00897b;
  --t-secondary: rgba(0, 137, 123, 0.1);
  --t-secondary-x: rgba(0, 137, 123, 0.18);
  --t-outline-bg: #ffffff;
  --t-outline-hover: rgba(0, 137, 123, 0.06);
  --t-outline-border: rgba(0, 80, 70, 0.18);
  --t-badge-bg: rgba(0, 105, 92, 0.06);
  --t-badge-text: #00695c;
  --t-badge-p-bg: rgba(0, 137, 123, 0.12);
  --t-badge-p-text: #004d40;
  --t-success: #00897b;
  --t-danger: #c62828;
  --t-hero: linear-gradient(135deg, #0e3a3a 0%, #006050 30%, #26a69a 65%, #80cbc4 100%);
  --t-hero-accent: #fdd835;
}

/* ================================================================
   Base layer
   ================================================================ */

/* ================================================================
   Gradient hero utility
   ================================================================ */

/* ================================================================
   Popover animation
   ================================================================ */
@keyframes popoverFadeIn {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes popoverFadeInAbove {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ================================================================
   Weather effect animations
   ================================================================ */
@keyframes snowfall {
  0% {
    transform: translateY(-5vh) translateX(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  50% {
    transform: translateY(50vh) translateX(15px);
  }
  100% {
    transform: translateY(105vh) translateX(-5px);
    opacity: 0.6;
  }
}

@keyframes rainfall {
  0% {
    transform: translateY(-5vh) translateX(0);
    opacity: 0;
  }
  5% {
    opacity: 0.7;
  }
  100% {
    transform: translateY(105vh) translateX(-20px);
    opacity: 0.2;
  }
}

@keyframes windstreak {
  0% {
    transform: translateX(-10vw) scaleX(0.4);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
    transform: translateX(105vw) scaleX(1);
    opacity: 0;
  }
}

.weather-particle-snow {
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  animation: snowfall linear infinite;
}

.weather-particle-rain {
  position: absolute;
  top: 0;
  background: rgba(160, 190, 220, 0.45);
  border-radius: 1px;
  animation: rainfall linear infinite;
}

.weather-particle-wind {
  position: absolute;
  left: 0;
  background: rgba(0, 137, 123, 0.12);
  border-radius: 2px;
  height: 1px !important;
  animation: windstreak linear infinite;
}

/* ================================================================
   Elevation profile: crisp color-band boundaries
   ================================================================ */
.recharts-area-area {
  shape-rendering: crispEdges;
}

/* ================================================================
   MapLibre: simpler fullscreen icons (corner brackets)
   ================================================================ */
.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='%23333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='7,3 3,3 3,7'/%3E%3Cpolyline points='13,3 17,3 17,7'/%3E%3Cpolyline points='7,17 3,17 3,13'/%3E%3Cpolyline points='13,17 17,17 17,13'/%3E%3C/svg%3E") !important;
}
.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='%23333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='3,7 7,7 7,3'/%3E%3Cpolyline points='17,7 13,7 13,3'/%3E%3Cpolyline points='3,13 7,13 7,17'/%3E%3Cpolyline points='17,13 13,13 13,17'/%3E%3C/svg%3E") !important;
}

/* ================================================================
   RICH TEXT EDITOR (TipTap)
   ================================================================ */
.rte-editor p.is-editor-empty:first-child::before {
  content: attr(data-placeholder);
  float: left;
  color: var(--t-muted);
  pointer-events: none;
  height: 0;
}
.rte-content .ProseMirror { outline: none; }
.rte-content p   { margin: 0 0 0.3em; }
.rte-content p:last-child { margin-bottom: 0; }
.rte-content strong { font-weight: 600; }
.rte-content em  { font-style: italic; }
.rte-content ul  { list-style: disc;    padding-left: 1.3em; margin: 0.2em 0; }
.rte-content ol  { list-style: decimal; padding-left: 1.3em; margin: 0.2em 0; }
.rte-content li  { margin: 0.1em 0; }

/* Review content display */
.review-content p   { margin: 0 0 0.3em; }
.review-content p:last-child { margin-bottom: 0; }
.review-content strong { font-weight: 600; }
.review-content em  { font-style: italic; }
.review-content ul  { list-style: disc;    padding-left: 1.3em; margin: 0.2em 0; }
.review-content ol  { list-style: decimal; padding-left: 1.3em; margin: 0.2em 0; }
.review-content li  { margin: 0.1em 0; }
.placeholder\:text-t-faint::-moz-placeholder {
  color: var(--t-faint);
}
.placeholder\:text-t-faint::placeholder {
  color: var(--t-faint);
}
.placeholder\:text-t-muted::-moz-placeholder {
  color: var(--t-muted);
}
.placeholder\:text-t-muted::placeholder {
  color: var(--t-muted);
}
.focus-within\:border-sky-blue\/50:focus-within {
  border-color: rgb(79 195 247 / 0.5);
}
.hover\:border-sky-blue:hover {
  --tw-border-opacity: 1;
  border-color: rgb(79 195 247 / var(--tw-border-opacity, 1));
}
.hover\:border-sky-blue\/30:hover {
  border-color: rgb(79 195 247 / 0.3);
}
.hover\:border-sky-blue\/40:hover {
  border-color: rgb(79 195 247 / 0.4);
}
.hover\:border-sky-blue\/50:hover {
  border-color: rgb(79 195 247 / 0.5);
}
.hover\:border-t-accent:hover {
  border-color: var(--t-accent);
}
.hover\:border-t-border:hover {
  border-color: var(--t-border);
}
.hover\:border-t-muted:hover {
  border-color: var(--t-muted);
}
.hover\:bg-black\/20:hover {
  background-color: rgb(0 0 0 / 0.2);
}
.hover\:bg-black\/70:hover {
  background-color: rgb(0 0 0 / 0.7);
}
.hover\:bg-emerald-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.hover\:bg-sky-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(79 195 247 / var(--tw-bg-opacity, 1));
}
.hover\:bg-sky-blue\/10:hover {
  background-color: rgb(79 195 247 / 0.1);
}
.hover\:bg-sky-blue\/25:hover {
  background-color: rgb(79 195 247 / 0.25);
}
.hover\:bg-sky-darkblue\/80:hover {
  background-color: rgb(26 35 126 / 0.8);
}
.hover\:bg-sky-darkblue\/90:hover {
  background-color: rgb(26 35 126 / 0.9);
}
.hover\:bg-sky-orange\/20:hover {
  background-color: rgb(255 152 0 / 0.2);
}
.hover\:bg-sky-red:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 57 53 / var(--tw-bg-opacity, 1));
}
.hover\:bg-sky-red\/10:hover {
  background-color: rgb(229 57 53 / 0.1);
}
.hover\:bg-sky-red\/20:hover {
  background-color: rgb(229 57 53 / 0.2);
}
.hover\:bg-sky-red\/80:hover {
  background-color: rgb(229 57 53 / 0.8);
}
.hover\:bg-sky-yellow:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 216 53 / var(--tw-bg-opacity, 1));
}
.hover\:bg-sky-yellow\/10:hover {
  background-color: rgb(253 216 53 / 0.1);
}
.hover\:bg-t-accent-x:hover {
  background-color: var(--t-accent-x);
}
.hover\:bg-t-hover:hover {
  background-color: var(--t-hover);
}
.hover\:bg-t-outline-hover:hover {
  background-color: var(--t-outline-hover);
}
.hover\:bg-t-primary-x:hover {
  background-color: var(--t-primary-x);
}
.hover\:bg-t-secondary-x:hover {
  background-color: var(--t-secondary-x);
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}
.hover\:bg-white\/20:hover {
  background-color: rgb(255 255 255 / 0.2);
}
.hover\:bg-white\/5:hover {
  background-color: rgb(255 255 255 / 0.05);
}
.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.hover\:text-sky-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(79 195 247 / var(--tw-text-opacity, 1));
}
.hover\:text-sky-blue\/80:hover {
  color: rgb(79 195 247 / 0.8);
}
.hover\:text-sky-orange:hover {
  --tw-text-opacity: 1;
  color: rgb(255 152 0 / var(--tw-text-opacity, 1));
}
.hover\:text-sky-red:hover {
  --tw-text-opacity: 1;
  color: rgb(229 57 53 / var(--tw-text-opacity, 1));
}
.hover\:text-sky-red\/70:hover {
  color: rgb(229 57 53 / 0.7);
}
.hover\:text-sky-yellow:hover {
  --tw-text-opacity: 1;
  color: rgb(253 216 53 / var(--tw-text-opacity, 1));
}
.hover\:text-t-accent-x:hover {
  color: var(--t-accent-x);
}
.hover\:text-t-link:hover {
  color: var(--t-link);
}
.hover\:text-t-text:hover {
  color: var(--t-text);
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:opacity-80:hover {
  opacity: 0.8;
}
.hover\:opacity-90:hover {
  opacity: 0.9;
}
.hover\:shadow-md:hover {
  --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);
}
.hover\:ring-1:hover {
  --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);
}
.hover\:ring-t-border:hover {
  --tw-ring-color: var(--t-border);
}
.focus\:border-sky-blue:focus {
  --tw-border-opacity: 1;
  border-color: rgb(79 195 247 / var(--tw-border-opacity, 1));
}
.focus\:border-sky-blue\/50:focus {
  border-color: rgb(79 195 247 / 0.5);
}
.focus\:border-t-focus:focus {
  border-color: var(--t-focus);
}
.focus\:border-t-primary:focus {
  border-color: var(--t-primary);
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-1: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(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);
}
.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-inset:focus {
  --tw-ring-inset: inset;
}
.focus\:ring-sky-blue:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(79 195 247 / var(--tw-ring-opacity, 1));
}
.focus\:ring-sky-blue\/50:focus {
  --tw-ring-color: rgb(79 195 247 / 0.5);
}
.focus\:ring-t-focus:focus {
  --tw-ring-color: var(--t-focus);
}
.active\:scale-110:active {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.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));
}
.active\:scale-\[0\.97\]:active {
  --tw-scale-x: 0.97;
  --tw-scale-y: 0.97;
  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));
}
.active\:cursor-grabbing:active {
  cursor: grabbing;
}
.active\:text-t-text:active {
  color: var(--t-text);
}
.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}
.disabled\:opacity-50:disabled {
  opacity: 0.5;
}
.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}
.group:hover .group-hover\:text-t-link {
  color: var(--t-link);
}
.group:hover .group-hover\:text-t-muted {
  color: var(--t-muted);
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
@media (min-width: 640px) {

  .sm\:absolute {
    position: absolute;
  }

  .sm\:left-auto {
    left: auto;
  }

  .sm\:right-0 {
    right: 0px;
  }

  .sm\:top-full {
    top: 100%;
  }

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

  .sm\:inline {
    display: inline;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-32 {
    height: 8rem;
  }

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

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

  .sm\:w-96 {
    width: 24rem;
  }

  .sm\:w-\[120px\] {
    width: 120px;
  }

  .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-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

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

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

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

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

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 768px) {

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[calc\(100vh-260px\)\] {
    height: calc(100vh - 260px);
  }

  .md\:w-\[40\%\] {
    width: 40%;
  }

  .md\:w-\[60\%\] {
    width: 60%;
  }

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

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

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

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 1024px) {

  .lg\:pointer-events-none {
    pointer-events: none;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:inset-0 {
    inset: 0px;
  }

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

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:block {
    display: block;
  }

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

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:max-h-\[600px\] {
    max-height: 600px;
  }

  .lg\:max-h-none {
    max-height: none;
  }

  .lg\:min-h-0 {
    min-height: 0px;
  }

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

  .lg\:max-w-6xl {
    max-width: 72rem;
  }

  .lg\:max-w-md {
    max-width: 28rem;
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

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

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

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

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

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

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

  .lg\:gap-3 {
    gap: 0.75rem;
  }

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

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

  .lg\:overflow-hidden {
    overflow: hidden;
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

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

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

  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:pr-1 {
    padding-right: 0.25rem;
  }

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

  .lg\:opacity-0 {
    opacity: 0;
  }

  .lg\:opacity-100 {
    opacity: 1;
  }

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

  .lg\:duration-200 {
    transition-duration: 200ms;
  }

  .lg\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

