/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.top-0 {
  top: 0px;
}
.left-1\/2 {
  left: 50%;
}
.top-\[calc\(100\%\+0\.4rem\)\] {
  top: calc(100% + 0.4rem);
}
.z-10 {
  z-index: 10;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[250\] {
  z-index: 250;
}
.z-\[260\] {
  z-index: 260;
}
.z-\[5000\] {
  z-index: 5000;
}
.z-20 {
  z-index: 20;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.ml-auto {
  margin-left: auto;
}
.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;
}
.h-2 {
  height: 0.5rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-5 {
  height: 1.25rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[24rem\] {
  height: 24rem;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[42rem\] {
  height: 42rem;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-1 {
  height: 0.25rem;
}
.h-8 {
  height: 2rem;
}
.h-4 {
  height: 1rem;
}
.max-h-40 {
  max-height: 10rem;
}
.max-h-48 {
  max-height: 12rem;
}
.max-h-52 {
  max-height: 13rem;
}
.max-h-64 {
  max-height: 16rem;
}
.max-h-\[20rem\] {
  max-height: 20rem;
}
.max-h-\[28rem\] {
  max-height: 28rem;
}
.max-h-\[68vh\] {
  max-height: 68vh;
}
.min-h-28 {
  min-height: 7rem;
}
.min-h-screen {
  min-height: 100vh;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-5 {
  width: 1.25rem;
}
.w-\[10\%\] {
  width: 10%;
}
.w-\[17\%\] {
  width: 17%;
}
.w-\[22\%\] {
  width: 22%;
}
.w-\[44\%\] {
  width: 44%;
}
.w-\[7\%\] {
  width: 7%;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-12 {
  width: 3rem;
}
.w-4 {
  width: 1rem;
}
.w-56 {
  width: 14rem;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-52 {
  min-width: 13rem;
}
.min-w-\[1280px\] {
  min-width: 1280px;
}
.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-\[10rem\] {
  max-width: 10rem;
}
.max-w-\[12rem\] {
  max-width: 12rem;
}
.max-w-\[16rem\] {
  max-width: 16rem;
}
.max-w-\[18rem\] {
  max-width: 18rem;
}
.max-w-\[22rem\] {
  max-width: 22rem;
}
.max-w-\[24rem\] {
  max-width: 24rem;
}
.max-w-full {
  max-width: 100%;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.table-fixed {
  table-layout: fixed;
}
.origin-top-left {
  transform-origin: top left;
}
.-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));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.grid-cols-\[minmax\(0\2c 1fr\)_minmax\(0\2c 1fr\)_minmax\(0\2c 88px\)\] {
  grid-template-columns: minmax(0,1fr) minmax(0,1fr) minmax(0,88px);
}
.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;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.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));
}
.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;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.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-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-\[color\:var\(--fd-border\)\] {
  border-color: var(--fd-border);
}
.border-amber-200\/50 {
  border-color: rgb(253 230 138 / 0.5);
}
.border-amber-300\/40 {
  border-color: rgb(252 211 77 / 0.4);
}
.border-amber-300\/60 {
  border-color: rgb(252 211 77 / 0.6);
}
.border-emerald-200 {
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}
.border-emerald-200\/40 {
  border-color: rgb(167 243 208 / 0.4);
}
.border-emerald-200\/50 {
  border-color: rgb(167 243 208 / 0.5);
}
.border-emerald-300 {
  --tw-border-opacity: 1;
  border-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
}
.border-emerald-300\/40 {
  border-color: rgb(110 231 183 / 0.4);
}
.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-red-200\/50 {
  border-color: rgb(254 202 202 / 0.5);
}
.border-red-200\/60 {
  border-color: rgb(254 202 202 / 0.6);
}
.border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}
.border-rose-300\/40 {
  border-color: rgb(253 164 175 / 0.4);
}
.border-sky-200\/40 {
  border-color: rgb(186 230 253 / 0.4);
}
.border-sky-200\/50 {
  border-color: rgb(186 230 253 / 0.5);
}
.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.border-white\/15 {
  border-color: rgb(255 255 255 / 0.15);
}
.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.border-white\/40 {
  border-color: rgb(255 255 255 / 0.4);
}
.border-zinc-200 {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
}
.border-zinc-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
}
.border-amber-200\/40 {
  border-color: rgb(253 230 138 / 0.4);
}
.border-rose-200\/40 {
  border-color: rgb(254 205 211 / 0.4);
}
.border-rose-300\/30 {
  border-color: rgb(253 164 175 / 0.3);
}
.border-rose-300\/60 {
  border-color: rgb(253 164 175 / 0.6);
}
.border-white\/25 {
  border-color: rgb(255 255 255 / 0.25);
}
.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}
.bg-\[color\:var\(--fd-panel\)\] {
  background-color: var(--fd-panel);
}
.bg-\[color\:var\(--fd-panel-solid\)\] {
  background-color: var(--fd-panel-solid);
}
.bg-amber-500\/10 {
  background-color: rgb(245 158 11 / 0.1);
}
.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-black\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-emerald-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}
.bg-emerald-500\/10 {
  background-color: rgb(16 185 129 / 0.1);
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-red-500\/10 {
  background-color: rgb(239 68 68 / 0.1);
}
.bg-sky-500\/10 {
  background-color: rgb(14 165 233 / 0.1);
}
.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\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-white\/\[0\.02\] {
  background-color: rgb(255 255 255 / 0.02);
}
.bg-white\/\[0\.03\] {
  background-color: rgb(255 255 255 / 0.03);
}
.bg-white\/\[0\.04\] {
  background-color: rgb(255 255 255 / 0.04);
}
.bg-white\/\[0\.06\] {
  background-color: rgb(255 255 255 / 0.06);
}
.bg-zinc-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-rose-500\/10 {
  background-color: rgb(244 63 94 / 0.1);
}
.bg-rose-500\/5 {
  background-color: rgb(244 63 94 / 0.05);
}
.bg-black\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-white\/\[0\.08\] {
  background-color: rgb(255 255 255 / 0.08);
}
.p-1\.5 {
  padding: 0.375rem;
}
.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-0\.5 {
  padding: 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-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\.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-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pt-4 {
  padding-top: 1rem;
}
.text-left {
  text-align: left;
}
.align-top {
  vertical-align: top;
}
.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-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-4 {
  line-height: 1rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-none {
  line-height: 1;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.text-\[color\:var\(--fd-muted\)\] {
  color: var(--fd-muted);
}
.text-\[color\:var\(--fd-text\)\] {
  color: var(--fd-text);
}
.text-\[color\:var\(--fd-text-soft\)\] {
  color: var(--fd-text-soft);
}
.text-amber-100 {
  --tw-text-opacity: 1;
  color: rgb(254 243 199 / var(--tw-text-opacity, 1));
}
.text-amber-200 {
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity, 1));
}
.text-emerald-100 {
  --tw-text-opacity: 1;
  color: rgb(209 250 229 / var(--tw-text-opacity, 1));
}
.text-emerald-200 {
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity, 1));
}
.text-emerald-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.text-emerald-800 {
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity, 1));
}
.text-red-100 {
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity, 1));
}
.text-red-200 {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}
.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}
.text-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-rose-200 {
  --tw-text-opacity: 1;
  color: rgb(254 205 211 / var(--tw-text-opacity, 1));
}
.text-sky-100 {
  --tw-text-opacity: 1;
  color: rgb(224 242 254 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-rose-100 {
  --tw-text-opacity: 1;
  color: rgb(255 228 230 / var(--tw-text-opacity, 1));
}
.text-rose-100\/80 {
  color: rgb(255 228 230 / 0.8);
}
.underline {
  text-decoration-line: underline;
}
.decoration-dotted {
  text-decoration-style: dotted;
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.accent-\[color\:var\(--fd-panel-solid\)\] {
  accent-color: var(--fd-panel-solid);
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-80 {
  opacity: 0.8;
}
.shadow-\[0_15px_40px_rgba\(0\2c 0\2c 0\2c 0\.45\)\] {
  --tw-shadow: 0 15px 40px rgba(0,0,0,0.45);
  --tw-shadow-colored: 0 15px 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_70px_rgba\(0\2c 0\2c 0\2c 0\.65\)\] {
  --tw-shadow: 0 20px 70px rgba(0,0,0,0.65);
  --tw-shadow-colored: 0 20px 70px 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-\[inset_0_0_0_1px_rgba\(255\2c 255\2c 255\2c 0\.22\)\] {
  --tw-shadow: inset 0 0 0 1px rgba(255,255,255,0.22);
  --tw-shadow-colored: inset 0 0 0 1px 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);
}
.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-\[2px\] {
  --tw-backdrop-blur: blur(2px);
  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);
  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-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.\[admin-accounts\:create\] {
  admin-accounts: create;
}

:root {
  --fd-bg: #050908;
  --fd-panel: rgba(14, 22, 20, 0.72);
  --fd-panel-solid: #0f1917;
  --fd-green: #2acb96;
  --fd-red: #c13a2e;
  --fd-mist: #172622;
  --fd-text: #e8efe9;
  --fd-text-soft: #becbc2;
  --fd-muted: #9fb0a8;
  --fd-support-good-bg: rgba(61, 191, 136, 0.16);
  --fd-support-good-border: rgba(61, 191, 136, 0.5);
  --fd-support-good-text: #d8f3e6;
  --fd-support-mid-bg: rgba(214, 164, 72, 0.14);
  --fd-support-mid-border: rgba(214, 164, 72, 0.5);
  --fd-support-mid-text: #f1e2be;
  --fd-support-bad-bg: rgba(156, 58, 56, 0.2);
  --fd-support-bad-border: rgba(196, 104, 98, 0.6);
  --fd-support-bad-text: #f0c9c2;

  color-scheme: dark;
}

html,
body {
  height: 100%;
}

body {
  position: relative;
  isolation: isolate;
  overflow-x: hidden;
  color: var(--fd-text);
  background:
    linear-gradient(132deg, #040807 0%, #070d0c 48%, #0b0809 100%),
    var(--fd-bg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  animation: none;
  will-change: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body::before,
body::after {
  content: none;
  position: fixed;
  inset: -24%;
  pointer-events: none;
}

body::before {
  z-index: -2;
  opacity: 0.46;
  background:
    radial-gradient(ellipse 78rem 58rem at 18% 30%, rgba(46, 222, 164, 0.48) 0%, rgba(12, 82, 60, 0.22) 42%, transparent 80%),
    radial-gradient(ellipse 80rem 60rem at 52% 76%, rgba(36, 137, 110, 0.3) 0%, rgba(11, 42, 34, 0.14) 46%, transparent 82%),
    radial-gradient(ellipse 82rem 62rem at 82% 42%, rgba(201, 62, 49, 0.5) 0%, rgba(74, 26, 17, 0.2) 44%, transparent 82%),
    radial-gradient(ellipse 96rem 74rem at 52% 52%, rgba(20, 36, 31, 0.16) 0%, transparent 74%);
  background-repeat: no-repeat;
  background-size: 84% 72%, 86% 74%, 88% 76%, 124% 124%;
  background-position: 12% 24%, 50% 78%, 84% 38%, 50% 50%;
  background-blend-mode: screen, screen, screen, normal;
  filter: blur(30px) saturate(1.14);
  animation: mistDriftA 168s linear infinite;
}

body::after {
  z-index: -1;
  opacity: 0.3;
  background:
    radial-gradient(ellipse 102rem 76rem at 16% 20%, rgba(20, 116, 92, 0.3) 0%, rgba(8, 26, 21, 0.1) 50%, transparent 82%),
    radial-gradient(ellipse 108rem 80rem at 86% 22%, rgba(151, 46, 34, 0.32) 0%, rgba(44, 15, 12, 0.12) 50%, transparent 84%),
    radial-gradient(ellipse 112rem 82rem at 52% 84%, rgba(44, 93, 78, 0.28) 0%, rgba(8, 20, 16, 0.1) 54%, transparent 84%),
    radial-gradient(ellipse 140rem 100rem at 50% 50%, rgba(10, 17, 14, 0.18) 0%, transparent 82%);
  background-repeat: no-repeat;
  background-size: 108% 90%, 106% 92%, 110% 96%, 160% 160%;
  background-position: 18% 22%, 84% 24%, 50% 84%, 50% 50%;
  background-blend-mode: screen, screen, screen, normal;
  filter: blur(38px) saturate(1.1);
  animation: mistDriftB 212s linear infinite;
}

@keyframes bgFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes mistDriftA {
  0% {
    transform: translate3d(-1.1%, -0.8%, 0) rotate(0deg) scale(1.015);
    background-position: 12% 24%, 50% 78%, 84% 38%, 50% 50%;
  }
  20% {
    transform: translate3d(1.1%, 0.9%, 0) rotate(0.25deg) scale(1.02);
    background-position: 16% 22%, 53% 75%, 81% 41%, 49% 51%;
  }
  40% {
    transform: translate3d(0.4%, 1.3%, 0) rotate(0.4deg) scale(1.018);
    background-position: 14% 28%, 48% 81%, 84% 35%, 51% 49%;
  }
  60% {
    transform: translate3d(-0.8%, 1%, 0) rotate(0.2deg) scale(1.02);
    background-position: 11% 29%, 47% 79%, 87% 36%, 50% 50%;
  }
  80% {
    transform: translate3d(-1.3%, -0.5%, 0) rotate(-0.15deg) scale(1.018);
    background-position: 10% 23%, 49% 75%, 88% 40%, 51% 50%;
  }
  100% {
    transform: translate3d(-1.1%, -0.8%, 0) rotate(0deg) scale(1.015);
    background-position: 12% 26%, 49% 79%, 85% 37%, 50% 50%;
  }
}

@keyframes mistDriftB {
  0% {
    transform: translate3d(0.9%, -0.7%, 0) rotate(0deg) scale(1.014);
    background-position: 18% 22%, 84% 24%, 50% 84%, 50% 50%;
    filter: blur(38px) saturate(1.08);
  }
  20% {
    transform: translate3d(0.2%, 1.1%, 0) rotate(-0.2deg) scale(1.02);
    background-position: 21% 20%, 81% 28%, 48% 87%, 49% 51%;
    filter: blur(39px) saturate(1.12);
  }
  40% {
    transform: translate3d(-0.9%, 1%, 0) rotate(-0.35deg) scale(1.02);
    background-position: 14% 27%, 87% 21%, 53% 81%, 51% 49%;
    filter: blur(40px) saturate(1.1);
  }
  60% {
    transform: translate3d(-1.1%, -0.2%, 0) rotate(-0.3deg) scale(1.017);
    background-position: 13% 24%, 88% 23%, 55% 79%, 51% 50%;
    filter: blur(39px) saturate(1.08);
  }
  80% {
    transform: translate3d(0.4%, -0.9%, 0) rotate(-0.1deg) scale(1.015);
    background-position: 19% 21%, 83% 27%, 50% 84%, 50% 50%;
    filter: blur(38px) saturate(1.11);
  }
  100% {
    transform: translate3d(0.9%, -0.7%, 0) rotate(0deg) scale(1.014);
    background-position: 18% 22%, 84% 24%, 50% 84%, 50% 50%;
    filter: blur(38px) saturate(1.08);
  }
}

@keyframes panelDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -5px, 0);
  }
}

@keyframes softTilt {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    transform: translate3d(0.8px, -1px, 0) rotate(0.25deg);
  }
}

@keyframes textLift {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
    text-shadow: 0 0 0 rgba(61, 191, 136, 0.1);
  }
  50% {
    transform: translate3d(0, -1px, 0);
    text-shadow: 0 0 16px rgba(61, 191, 136, 0.1);
  }
}

@keyframes chipPulse {
  0%,
  100% {
    filter: saturate(0.95) brightness(0.98);
  }
  50% {
    filter: saturate(1.1) brightness(1.06);
  }
}

@keyframes sheenRun {
  0% {
    transform: translateX(-130%) skewX(-20deg);
    opacity: 0;
  }
  20% {
    opacity: 0.2;
  }
  100% {
    transform: translateX(180%) skewX(-20deg);
    opacity: 0;
  }
}

@keyframes lineScan {
  0% {
    transform: translateX(-120%);
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  16% {
    opacity: 0.56;
  }
  24% {
    opacity: 0;
  }
  100% {
    transform: translateX(520%);
    opacity: 0;
  }
}

@keyframes borderLineSweep {
  0%,
  12% {
    background-position: 0 0, -420px 0;
    opacity: 0.55;
  }
  100% {
    background-position: 0 0, calc(100% + 420px) 0;
    opacity: 0.55;
  }
}

@keyframes dropdownFloat {
  0% {
    opacity: 0;
    transform: translate3d(0, -8px, 0) scale(0.97);
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
  }
}

@keyframes routeIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0) scale(0.988);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
  }
}

@keyframes routeOut {
  to {
    opacity: 0;
    transform: translate3d(0, -14px, 0) scale(1.01);
    filter: blur(3px);
  }
}

a {
  color: inherit;
}

.fd-motion-scope {
  position: relative;
  z-index: 0;
}

.fd-motion-scope > * {
  position: relative;
  z-index: 1;
}

.fd-panel {
  position: relative;
  overflow: hidden;
  background: var(--fd-panel);
  backdrop-filter: blur(12px);
  animation: panelDrift 8.6s ease-in-out infinite;
}

.fd-control {
  position: relative;
  overflow: hidden;
  transition: none;
  animation: softTilt 9.4s ease-in-out infinite;
}

.fd-control:nth-of-type(2n) {
  animation-duration: 7.8s;
}

.fd-control:nth-of-type(3n) {
  animation-duration: 10.2s;
}

.fd-panel::after,
.fd-control::after {
  content: '';
  position: absolute;
  top: -20%;
  left: -40%;
  width: 42%;
  height: 160%;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.04) 36%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.04) 64%,
    transparent 100%
  );
  animation: sheenRun 5.6s ease-in-out infinite;
}

.fd-motion-scope section,
.fd-motion-scope footer {
  animation: none;
  position: relative;
  overflow: hidden;
}

.fd-motion-scope section:nth-of-type(2n),
.fd-motion-scope footer:nth-of-type(2n) {
  animation: none;
}

.fd-motion-scope header {
  animation: none;
  position: relative;
  overflow: visible;
}

.fd-motion-scope h1,
.fd-motion-scope h2,
.fd-motion-scope h3,
.fd-motion-scope p,
.fd-motion-scope li,
.fd-motion-scope label {
  animation: none;
}

.fd-motion-scope h1,
.fd-motion-scope h2,
.fd-motion-scope h3 {
  animation: none;
}

.fd-motion-scope span,
.fd-motion-scope small {
  animation: chipPulse 4.2s ease-in-out infinite;
}

.fd-motion-scope footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: -30%;
  width: 38%;
  height: 2px;
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.18) 26%,
    rgba(255, 255, 255, 0.62) 48%,
    rgba(255, 255, 255, 0.18) 70%,
    transparent 100%
  );
  animation: lineScan 18s ease-in-out infinite;
}

.fd-motion-scope section[class*='border-b'],
.fd-motion-scope section[class*='border-t'] {
  position: relative;
}

.fd-motion-scope section[class*='border-b']::after,
.fd-motion-scope section[class*='border-t']::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  pointer-events: none;
  z-index: 5;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.16)),
    linear-gradient(
      90deg,
      transparent 0%,
      rgba(255, 255, 255, 0.08) 36%,
      rgba(255, 255, 255, 0.72) 50%,
      rgba(255, 255, 255, 0.08) 64%,
      transparent 100%
    );
  background-size: 100% 100%, 260px 100%;
  background-position: 0 0, -420px 0;
  background-repeat: no-repeat;
  animation: borderLineSweep 16s linear infinite;
  will-change: background-position;
}

.fd-motion-scope section[class*='border-b']::after {
  bottom: -1px;
}

.fd-motion-scope section[class*='border-t']::before {
  top: -1px;
}

.fd-dropdown .fd-dropdown-panel {
  position: relative;
  z-index: 70;
  animation: dropdownFloat 0.34s cubic-bezier(0.2, 0.9, 0.2, 1);
  pointer-events: auto;
}

.fd-dropdown .fd-dropdown-panel::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(130deg, transparent 0%, rgba(255, 255, 255, 0.16) 42%, transparent 58%),
    linear-gradient(90deg, rgba(61, 191, 136, 0.2), rgba(156, 58, 56, 0.2));
  mix-blend-mode: screen;
  opacity: 0.34;
  animation: sheenRun 3.6s ease-in-out infinite;
}

.fd-dropdown .fd-dropdown-panel .fd-control {
  animation: none;
  transform: none;
  position: relative;
  z-index: 71;
  pointer-events: auto;
}

body[data-interacting='1'] .fd-control {
  transition: transform 220ms ease, box-shadow 220ms ease, color 220ms ease, background-color 220ms ease;
}

body[data-interacting='1'] .fd-control:hover,
body[data-interacting='1'] .fd-control:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 0 0 1px rgba(61, 191, 136, 0.28), 0 12px 24px rgba(0, 0, 0, 0.28);
}

body[data-interacting='1'] .fd-control.fd-warm:hover,
body[data-interacting='1'] .fd-control.fd-warm:focus-visible {
  box-shadow: 0 0 0 1px rgba(156, 58, 56, 0.38), 0 12px 24px rgba(0, 0, 0, 0.28);
}

.prose-lite h2 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.prose-lite p,
.prose-lite li {
  color: var(--fd-text-soft);
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.prose-lite ul {
  list-style-type: disc;
  padding-left: 1.25rem;
}

.fd-support {
  border-color: var(--fd-support-mid-border);
  background: var(--fd-support-mid-bg);
  color: var(--fd-support-mid-text);
}

.fd-support--good {
  border-color: var(--fd-support-good-border);
  background: var(--fd-support-good-bg);
  color: var(--fd-support-good-text);
}

.fd-support--mid {
  border-color: var(--fd-support-mid-border);
  background: var(--fd-support-mid-bg);
  color: var(--fd-support-mid-text);
}

.fd-support--bad {
  border-color: var(--fd-support-bad-border);
  background: var(--fd-support-bad-bg);
  color: var(--fd-support-bad-text);
}

@view-transition {
  navigation: auto;
}

.fd-route-stage {
  animation: routeIn 420ms cubic-bezier(0.2, 0.9, 0.2, 1);
}

::view-transition-old(root) {
  animation: routeOut 280ms ease-in forwards;
}

::view-transition-new(root) {
  animation: routeIn 420ms cubic-bezier(0.2, 0.9, 0.2, 1) both;
}

textarea:not([data-autogrow='off']) {
  min-height: 56px;
  max-height: 75vh;
  overflow-y: auto;
  resize: vertical;
}

@media (prefers-reduced-motion: reduce) {
  body:not([data-force-motion='1']) *,
  body:not([data-force-motion='1']) *::before,
  body:not([data-force-motion='1']) *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

.focus-within\:bg-white\/\[0\.03\]:focus-within {
  background-color: rgb(255 255 255 / 0.03);
}

.hover\:bg-\[color\:var\(--fd-mist\)\]:hover {
  background-color: var(--fd-mist);
}

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

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

.hover\:bg-rose-500\/10:hover {
  background-color: rgb(244 63 94 / 0.1);
}

.hover\:bg-white\/\[0\.03\]:hover {
  background-color: rgb(255 255 255 / 0.03);
}

.hover\:bg-white\/\[0\.04\]:hover {
  background-color: rgb(255 255 255 / 0.04);
}

.hover\:bg-white\/\[0\.05\]:hover {
  background-color: rgb(255 255 255 / 0.05);
}

.hover\:bg-zinc-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

.hover\:bg-zinc-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white\/\[0\.06\]:hover {
  background-color: rgb(255 255 255 / 0.06);
}

.hover\:text-\[color\:var\(--fd-text\)\]:hover {
  color: var(--fd-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-90:hover {
  opacity: 0.9;
}

.focus-visible\:outline:focus-visible {
  outline-style: solid;
}

.focus-visible\:outline-2:focus-visible {
  outline-width: 2px;
}

.focus-visible\:outline-offset-1:focus-visible {
  outline-offset: 1px;
}

.focus-visible\:outline-white\/40:focus-visible {
  outline-color: rgb(255 255 255 / 0.4);
}

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

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

.disabled\:opacity-60:disabled {
  opacity: 0.6;
}

@media (min-width: 768px) {

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

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

  .md\:grid-cols-\[1fr\2c auto\2c auto\2c auto\2c auto\] {
    grid-template-columns: 1fr auto auto auto auto;
  }

  .md\:grid-cols-\[1fr_auto\] {
    grid-template-columns: 1fr auto;
  }

  .md\:grid-cols-\[2fr\2c 1fr\2c 1fr\2c 1fr\2c 1fr\2c 1fr\2c auto\] {
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr auto;
  }

  .md\:grid-cols-\[2fr\2c 1fr\2c 1fr\2c 1fr\2c auto\2c auto\] {
    grid-template-columns: 2fr 1fr 1fr 1fr auto auto;
  }

  .md\:grid-cols-\[minmax\(0\2c 1fr\)_auto_auto\] {
    grid-template-columns: minmax(0,1fr) auto auto;
  }

  .md\:grid-cols-\[1fr\2c 1fr\2c auto\2c auto\2c auto\2c auto\] {
    grid-template-columns: 1fr 1fr auto auto auto auto;
  }

  .md\:grid-cols-\[1fr\2c 1fr\2c 120px\2c auto\] {
    grid-template-columns: 1fr 1fr 120px auto;
  }

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

  .md\:items-end {
    align-items: flex-end;
  }

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

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

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

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

@media (min-width: 1024px) {

  .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-\[minmax\(0\2c 1fr\)_minmax\(0\2c 2fr\)\] {
    grid-template-columns: minmax(0,1fr) minmax(0,2fr);
  }
}

@media (min-width: 1280px) {

  .xl\:col-span-12 {
    grid-column: span 12 / span 12;
  }

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

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

  .xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }

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

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

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

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

  .xl\:grid-cols-\[20rem\2c minmax\(0\2c 1fr\)\] {
    grid-template-columns: 20rem minmax(0,1fr);
  }

  .xl\:grid-cols-\[minmax\(0\2c 2fr\)\2c minmax\(0\2c 1fr\)\2c minmax\(0\2c 1fr\)\2c minmax\(0\2c 1fr\)\2c minmax\(0\2c 1fr\)\2c minmax\(0\2c 1fr\)\2c minmax\(0\2c 1fr\)\2c auto\2c auto\] {
    grid-template-columns: minmax(0,2fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) auto auto;
  }

  .xl\:grid-cols-\[minmax\(0\2c 2fr\)\2c minmax\(0\2c 1fr\)\2c minmax\(0\2c 1fr\)\2c minmax\(0\2c 1fr\)\2c minmax\(0\2c 1fr\)\2c minmax\(0\2c 1fr\)\2c minmax\(0\2c 1fr\)\2c minmax\(0\2c 1fr\)\2c auto\] {
    grid-template-columns: minmax(0,2fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) auto;
  }
}

/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!../../packages/ui-kit/theme.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
:root{
  --fd-bg: #050908;
  --fd-bg-base: #050908;
  --fd-panel: rgba(14, 22, 20, 0.72);
  --fd-panel-solid: #0f1917;
  --fd-green: #3dbf88;
  --fd-green-strong: #57dca5;
  --fd-red: #9c3a38;
  --fd-red-strong: #cb5c56;
  --fd-mist: #1c2725;
  --fd-text: #e8efe9;
  --fd-text-soft: #becbc2;
  --fd-muted: #7f9389;
  --fd-smoke-green: color-mix(in srgb, var(--fd-green-strong) 76%, transparent);
  --fd-smoke-gray: color-mix(in srgb, #d2ddd7 34%, transparent);
  --fd-smoke-red: color-mix(in srgb, var(--fd-red-strong) 78%, transparent);
  --fd-smoke-blur: 132px;
  --fd-smoke-opacity: 0.5;
  --fd-border: rgba(255,255,255,0.10);
  --fd-shadow: 0 10px 30px rgba(0,0,0,0.35);
  color-scheme: dark;
}

html, body{
  background: var(--fd-bg-base);
  color: var(--fd-text);
}

.fd-panel{
  background: var(--fd-panel);
  border: 1px solid var(--fd-border);
  border-radius: 16px;
  box-shadow: var(--fd-shadow);
}

.fd-smoke-bg{
  position: fixed;
  inset: -14%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
  isolation: isolate;
}

.fd-smoke-bg::before{
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(120% 95% at 22% 36%, rgba(68, 125, 103, 0.075) 0%, rgba(36, 70, 59, 0.025) 42%, transparent 72%),
    radial-gradient(118% 92% at 78% 62%, rgba(122, 60, 56, 0.068) 0%, rgba(58, 27, 24, 0.022) 44%, transparent 74%),
    radial-gradient(96% 86% at 52% 54%, rgba(170, 185, 178, 0.028) 0%, transparent 66%);
  opacity: 0.3;
  mix-blend-mode: screen;
}

.fd-smoke-bg::after{
  content: '';
  position: absolute;
  inset: -2%;
  background-image: radial-gradient(rgba(216, 226, 221, 0.2) 0.7px, transparent 1px);
  background-size: 3px 3px;
  opacity: 0.06;
  mix-blend-mode: soft-light;
  filter: blur(0.22px);
  animation: fdSmokeGrainShift 28s steps(7, end) infinite;
}

.fd-smoke-bg--default{
  --fd-smoke-opacity: 0.46;
}

.fd-smoke-bg--strong{
  --fd-smoke-opacity: 0.56;
}

.fd-smoke-blob{
  position: absolute;
  border-radius: 9999px;
  pointer-events: none;
  filter: blur(var(--fd-smoke-blur));
  opacity: var(--fd-smoke-opacity);
  will-change: transform, opacity, border-radius, background-position;
  mix-blend-mode: screen;
}

.fd-smoke-blob--green{
  left: -14%;
  top: -10%;
  width: 64vw;
  height: 64vw;
  max-width: 1080px;
  max-height: 1080px;
  border-radius: 57% 43% 61% 39% / 45% 55% 47% 53%;
  background:
    conic-gradient(
      from 236deg at 52% 48%,
      transparent 0deg,
      color-mix(in srgb, var(--fd-smoke-green) 24%, transparent) 56deg,
      transparent 126deg,
      color-mix(in srgb, var(--fd-smoke-green) 18%, transparent) 208deg,
      transparent 312deg,
      color-mix(in srgb, var(--fd-smoke-green) 12%, transparent) 360deg
    ),
    radial-gradient(ellipse 68% 60% at 34% 46%, color-mix(in srgb, var(--fd-smoke-green) 74%, #e5fff3 4%) 0%, color-mix(in srgb, var(--fd-smoke-green) 48%, transparent) 42%, transparent 78%),
    radial-gradient(ellipse 54% 48% at 68% 34%, color-mix(in srgb, var(--fd-smoke-green) 46%, transparent) 0%, transparent 74%),
    radial-gradient(ellipse 84% 80% at 50% 54%, color-mix(in srgb, var(--fd-smoke-green) 32%, transparent) 0%, transparent 86%);
  background-repeat: no-repeat;
  background-size: 100% 100%, 132% 128%, 118% 122%, 100% 100%;
  background-position: 50% 50%, 16% 22%, 74% 58%, 50% 50%;
  opacity: calc(var(--fd-smoke-opacity) * 1.02);
  animation: fdSmokeOrbitGreen 236s ease-in-out infinite, fdSmokeSwirlGreen 84s ease-in-out infinite alternate;
}

.fd-smoke-blob--gray{
  left: 23%;
  top: 18%;
  width: 48vw;
  height: 48vw;
  max-width: 860px;
  max-height: 860px;
  border-radius: 49% 51% 44% 56% / 58% 42% 53% 47%;
  background:
    conic-gradient(
      from 170deg at 50% 52%,
      transparent 0deg,
      color-mix(in srgb, var(--fd-smoke-gray) 14%, transparent) 60deg,
      transparent 144deg,
      color-mix(in srgb, var(--fd-smoke-gray) 11%, transparent) 232deg,
      transparent 360deg
    ),
    radial-gradient(ellipse 62% 54% at 42% 38%, color-mix(in srgb, var(--fd-smoke-gray) 52%, #f4f8f6 3%) 0%, color-mix(in srgb, var(--fd-smoke-gray) 36%, transparent) 44%, transparent 80%),
    radial-gradient(ellipse 52% 46% at 70% 64%, color-mix(in srgb, var(--fd-smoke-gray) 34%, transparent) 0%, transparent 74%),
    radial-gradient(ellipse 80% 72% at 52% 50%, color-mix(in srgb, var(--fd-smoke-gray) 24%, transparent) 0%, transparent 86%);
  background-repeat: no-repeat;
  background-size: 100% 100%, 126% 124%, 116% 118%, 100% 100%;
  background-position: 50% 50%, 18% 28%, 70% 62%, 50% 50%;
  opacity: calc(var(--fd-smoke-opacity) * 0.42);
  animation: fdSmokeOrbitGray 282s ease-in-out infinite, fdSmokeSwirlGray 96s ease-in-out infinite alternate;
}

.fd-smoke-blob--red{
  right: -16%;
  bottom: -26%;
  width: 68vw;
  height: 68vw;
  max-width: 1120px;
  max-height: 1120px;
  border-radius: 61% 39% 48% 52% / 42% 58% 46% 54%;
  background:
    conic-gradient(
      from 28deg at 50% 52%,
      transparent 0deg,
      color-mix(in srgb, var(--fd-smoke-red) 24%, transparent) 62deg,
      transparent 150deg,
      color-mix(in srgb, var(--fd-smoke-red) 18%, transparent) 238deg,
      transparent 360deg
    ),
    radial-gradient(ellipse 66% 60% at 58% 52%, color-mix(in srgb, var(--fd-smoke-red) 76%, #ffe8e6 3%) 0%, color-mix(in srgb, var(--fd-smoke-red) 50%, transparent) 42%, transparent 78%),
    radial-gradient(ellipse 54% 48% at 30% 64%, color-mix(in srgb, var(--fd-smoke-red) 46%, transparent) 0%, transparent 76%),
    radial-gradient(ellipse 84% 76% at 50% 52%, color-mix(in srgb, var(--fd-smoke-red) 32%, transparent) 0%, transparent 86%);
  background-repeat: no-repeat;
  background-size: 100% 100%, 130% 126%, 120% 118%, 100% 100%;
  background-position: 50% 50%, 60% 26%, 26% 68%, 50% 50%;
  opacity: calc(var(--fd-smoke-opacity) * 0.98);
  animation: fdSmokeOrbitRed 248s ease-in-out infinite, fdSmokeSwirlRed 88s ease-in-out infinite alternate;
}

@keyframes fdSmokeOrbitGreen{
  0% { transform: translate3d(-1.3%, -1.1%, 0) scale(1.01) rotate(-0.08deg); }
  25% { transform: translate3d(1.8%, -0.2%, 0) scale(1.04) rotate(0.12deg); }
  50% { transform: translate3d(2.4%, 1.6%, 0) scale(1.06) rotate(0.18deg); }
  75% { transform: translate3d(-0.2%, 2.3%, 0) scale(1.04) rotate(0.06deg); }
  100% { transform: translate3d(-1.4%, -1.2%, 0) scale(1.01) rotate(-0.08deg); }
}

@keyframes fdSmokeOrbitGray{
  0% { transform: translate3d(-0.9%, 0.8%, 0) scale(1.01) rotate(0deg); }
  25% { transform: translate3d(1.4%, -0.9%, 0) scale(1.04) rotate(-0.12deg); }
  50% { transform: translate3d(2.1%, -0.1%, 0) scale(1.05) rotate(-0.2deg); }
  75% { transform: translate3d(0.3%, 1.6%, 0) scale(1.03) rotate(-0.08deg); }
  100% { transform: translate3d(-1%, 0.9%, 0) scale(1.01) rotate(0deg); }
}

@keyframes fdSmokeOrbitRed{
  0% { transform: translate3d(1.2%, 1.6%, 0) scale(1.02) rotate(0.06deg); }
  25% { transform: translate3d(-1.2%, 1.1%, 0) scale(1.05) rotate(-0.08deg); }
  50% { transform: translate3d(-2.4%, -0.9%, 0) scale(1.07) rotate(-0.18deg); }
  75% { transform: translate3d(0.4%, -1.8%, 0) scale(1.05) rotate(-0.06deg); }
  100% { transform: translate3d(1.3%, 1.7%, 0) scale(1.02) rotate(0.06deg); }
}

@keyframes fdSmokeSwirlGreen{
  0% {
    border-radius: 57% 43% 61% 39% / 45% 55% 47% 53%;
    background-position: 12% 24%, 20% 22%, 70% 58%, 50% 50%;
    filter: blur(calc(var(--fd-smoke-blur) * 1.02)) saturate(0.96);
  }
  50% {
    border-radius: 51% 49% 56% 44% / 58% 42% 54% 46%;
    background-position: 20% 26%, 24% 18%, 66% 52%, 48% 52%;
    filter: blur(calc(var(--fd-smoke-blur) * 0.98)) saturate(1);
  }
  100% {
    border-radius: 60% 40% 47% 53% / 43% 57% 46% 54%;
    background-position: 15% 30%, 18% 26%, 74% 61%, 52% 49%;
    filter: blur(calc(var(--fd-smoke-blur) * 1.04)) saturate(0.95);
  }
}

@keyframes fdSmokeSwirlGray{
  0% {
    border-radius: 49% 51% 44% 56% / 58% 42% 53% 47%;
    background-position: 16% 20%, 18% 28%, 70% 62%, 50% 50%;
    filter: blur(calc(var(--fd-smoke-blur) * 1.05)) saturate(0.86);
    opacity: calc(var(--fd-smoke-opacity) * 0.33);
  }
  50% {
    border-radius: 56% 44% 50% 50% / 44% 56% 46% 54%;
    background-position: 20% 26%, 24% 24%, 64% 66%, 48% 53%;
    filter: blur(calc(var(--fd-smoke-blur) * 0.99)) saturate(0.9);
    opacity: calc(var(--fd-smoke-opacity) * 0.4);
  }
  100% {
    border-radius: 46% 54% 42% 58% / 57% 43% 55% 45%;
    background-position: 12% 24%, 15% 31%, 71% 59%, 52% 48%;
    filter: blur(calc(var(--fd-smoke-blur) * 1.06)) saturate(0.84);
    opacity: calc(var(--fd-smoke-opacity) * 0.34);
  }
}

@keyframes fdSmokeSwirlRed{
  0% {
    border-radius: 61% 39% 48% 52% / 42% 58% 46% 54%;
    background-position: 62% 28%, 58% 26%, 26% 68%, 50% 50%;
    filter: blur(calc(var(--fd-smoke-blur) * 1.01)) saturate(0.98);
  }
  50% {
    border-radius: 53% 47% 58% 42% / 51% 49% 43% 57%;
    background-position: 56% 24%, 55% 30%, 32% 63%, 52% 48%;
    filter: blur(calc(var(--fd-smoke-blur) * 0.97)) saturate(1.02);
  }
  100% {
    border-radius: 58% 42% 45% 55% / 40% 60% 52% 48%;
    background-position: 66% 30%, 63% 24%, 24% 71%, 49% 51%;
    filter: blur(calc(var(--fd-smoke-blur) * 1.03)) saturate(0.96);
  }
}

@keyframes fdSmokeGrainShift{
  0% { transform: translate3d(0, 0, 0); }
  25% { transform: translate3d(-0.35%, 0.2%, 0); }
  50% { transform: translate3d(0.3%, -0.25%, 0); }
  75% { transform: translate3d(-0.2%, -0.15%, 0); }
  100% { transform: translate3d(0, 0, 0); }
}

@media (max-width: 900px){
  .fd-smoke-bg{
    inset: -20%;
  }

  .fd-smoke-blob--green{
    width: 82vw;
    height: 82vw;
  }

  .fd-smoke-blob--gray{
    width: 70vw;
    height: 70vw;
    left: 12%;
    top: 24%;
  }

  .fd-smoke-blob--red{
    width: 84vw;
    height: 84vw;
  }
}

@media (prefers-reduced-motion: reduce){
  .fd-smoke-blob{
    animation: none;
    opacity: calc(var(--fd-smoke-opacity) * 0.7);
    transform: translate3d(0, 0, 0) scale(1.02);
  }
}

