*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
} /*
! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com
*/ /*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}::before,
::after {
  --tw-content: '';
} /*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, sans-serif; /* 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: JetBrains Mono, SF Mono, Fira Code, 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;
}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;scroll-behavior:smooth;-webkit-tap-highlight-color:rgba(0,0,0,0)}body {
  --tw-bg-opacity: 1;
  background-color: rgb(3 3 4 / var(--tw-bg-opacity, 1));
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(122 122 133 / var(--tw-text-opacity, 1));min-height:100vh;min-height:100dvh;overflow-x:hidden;
}#root{min-height:100vh;min-height:100dvh}*{scrollbar-width:thin;scrollbar-color:#1e1e24 rgba(0,0,0,0)}::-webkit-scrollbar{width:3px}::-webkit-scrollbar-track{background:rgba(0,0,0,0)}::-webkit-scrollbar-thumb{background:#1e1e24;border-radius:3px}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.pb-card {
  border-radius: 16px;
  padding: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;background:#131317;border:1px solid rgba(80,160,255,.08);box-shadow:0 1px 2px rgba(0,0,0,.4),0 0 8px rgba(80,160,255,.02),inset 0 1px 0 hsla(0,0%,100%,.02);
}.pb-card-hover {
  border-radius: 16px;
  padding: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;background:#131317;border:1px solid rgba(80,160,255,.08);box-shadow:0 1px 2px rgba(0,0,0,.4),0 0 8px rgba(80,160,255,.02),inset 0 1px 0 hsla(0,0%,100%,.02);cursor: pointer;
}.pb-card-hover:active {
  --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));
}.pb-card-hover:hover{background:#1a1a1f;border-color:rgba(80,160,255,.15);box-shadow:0 4px 20px rgba(0,0,0,.5),0 0 12px rgba(80,160,255,.04),inset 0 1px 0 hsla(0,0%,100%,.03)}.pb-card-glass {
  border-radius: 16px;
  padding: 1.25rem;background:linear-gradient(160deg, rgba(19, 19, 23, 0.97) 0%, rgba(13, 13, 16, 0.98) 100%);border:1px solid rgba(100,140,255,.08);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 1px 2px rgba(0,0,0,.4),0 0 10px rgba(100,140,255,.02),inset 0 1px 0 hsla(0,0%,100%,.02);
}.pb-input {
  width: 100%;
  border-radius: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-size: 15px;
  --tw-text-opacity: 1;
  color: rgb(237 237 240 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.pb-input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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);
}.pb-input{background:#0e0e12;border:1px solid rgba(80,160,255,.06)}.pb-input::-moz-placeholder{color:hsla(0,0%,100%,.3)}.pb-input::placeholder{color:hsla(0,0%,100%,.3)}.pb-input:focus{border-color:rgba(80,160,255,.25);box-shadow:0 0 0 3px rgba(80,160,255,.05),0 0 12px rgba(80,160,255,.04)}.pb-input-lg {
  width: 100%;
  border-radius: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-size: 15px;
  --tw-text-opacity: 1;
  color: rgb(237 237 240 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.pb-input-lg:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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);
}.pb-input-lg{background:#0e0e12;border:1px solid rgba(80,160,255,.06)}.pb-input-lg::-moz-placeholder{color:hsla(0,0%,100%,.3)}.pb-input-lg::placeholder{color:hsla(0,0%,100%,.3)}.pb-input-lg:focus{border-color:rgba(80,160,255,.25);box-shadow:0 0 0 3px rgba(80,160,255,.05),0 0 12px rgba(80,160,255,.04)}.pb-input-lg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}.pb-btn-primary {
  display: inline-flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  font-weight: 600;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.pb-btn-primary: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));
}.pb-btn-primary {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));background:linear-gradient(135deg, #FFFFFF 0%, #E0E0E4 100%);box-shadow:0 2px 20px hsla(0,0%,100%,.1);
}.pb-btn-primary:hover{box-shadow:0 4px 30px hsla(0,0%,100%,.18);background:#fff}.pb-btn-secondary {
  display: inline-flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  font-weight: 600;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.pb-btn-secondary: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));
}.pb-btn-secondary {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  --tw-text-opacity: 1;
  color: rgb(184 184 194 / var(--tw-text-opacity, 1));background:#151519;border:1px solid rgba(80,160,255,.08);
}.pb-btn-secondary:hover{background:#1c1c22;border-color:rgba(80,160,255,.15);box-shadow:0 0 10px rgba(80,160,255,.04)}.pb-btn-icon {
  display: inline-flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  font-weight: 600;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.pb-btn-icon: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));
}.pb-btn-icon {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 9999px;background:#151519;border:1px solid hsla(0,0%,100%,.06);
}.pb-btn-icon:hover{background:#1c1c22;border-color:hsla(0,0%,100%,.1)}.pb-section-title {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;color:hsla(0,0%,100%,.7);
}.pb-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 0.375rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 10px;
  font-weight: 500;background:#1a1a1f;color:hsla(0,0%,100%,.7);border:1px solid rgba(80,160,255,.08);
}.pb-skeleton {
  border-radius: 0.5rem;background:linear-gradient(90deg, #131317 25%, #1a1a1f 50%, #131317 75%);background-size:200% 100%;animation:shimmer 2s ease-in-out infinite;
}.pointer-events-none {
  pointer-events: none;
}.fixed {
  position: fixed;
}.absolute {
  position: absolute;
}.relative {
  position: relative;
}.sticky {
  position: sticky;
}.-inset-10 {
  inset: -2.5rem;
}.-inset-20 {
  inset: -5rem;
}.-inset-3 {
  inset: -0.75rem;
}.-inset-4 {
  inset: -1rem;
}.inset-0 {
  inset: 0px;
}.inset-12 {
  inset: 3rem;
}.inset-6 {
  inset: 1.5rem;
}.inset-\[-6px\] {
  inset: -6px;
}.inset-x-2 {
  left: 0.5rem;
  right: 0.5rem;
}.-bottom-0\.5 {
  bottom: -0.125rem;
}.-left-0\.5 {
  left: -0.125rem;
}.-right-0\.5 {
  right: -0.125rem;
}.-top-0\.5 {
  top: -0.125rem;
}.bottom-0 {
  bottom: 0px;
}.bottom-1 {
  bottom: 0.25rem;
}.bottom-1\.5 {
  bottom: 0.375rem;
}.bottom-2 {
  bottom: 0.5rem;
}.bottom-20 {
  bottom: 5rem;
}.bottom-3 {
  bottom: 0.75rem;
}.bottom-4 {
  bottom: 1rem;
}.bottom-6 {
  bottom: 1.5rem;
}.bottom-8 {
  bottom: 2rem;
}.bottom-\[10\%\] {
  bottom: 10%;
}.bottom-\[82px\] {
  bottom: 82px;
}.left-0 {
  left: 0px;
}.left-1\/2 {
  left: 50%;
}.left-2 {
  left: 0.5rem;
}.left-3 {
  left: 0.75rem;
}.left-4 {
  left: 1rem;
}.left-6 {
  left: 1.5rem;
}.left-\[-10\%\] {
  left: -10%;
}.left-\[10\%\] {
  left: 10%;
}.left-\[15\%\] {
  left: 15%;
}.left-\[20\%\] {
  left: 20%;
}.left-\[27px\] {
  left: 27px;
}.right-0 {
  right: 0px;
}.right-1\.5 {
  right: 0.375rem;
}.right-3 {
  right: 0.75rem;
}.right-4 {
  right: 1rem;
}.right-5 {
  right: 1.25rem;
}.right-6 {
  right: 1.5rem;
}.right-\[-10\%\] {
  right: -10%;
}.right-\[-15\%\] {
  right: -15%;
}.right-\[-20\%\] {
  right: -20%;
}.right-\[12\%\] {
  right: 12%;
}.right-\[18\%\] {
  right: 18%;
}.right-\[20\%\] {
  right: 20%;
}.right-\[30\%\] {
  right: 30%;
}.top-0 {
  top: 0px;
}.top-1 {
  top: 0.25rem;
}.top-1\.5 {
  top: 0.375rem;
}.top-1\/2 {
  top: 50%;
}.top-2 {
  top: 0.5rem;
}.top-3 {
  top: 0.75rem;
}.top-4 {
  top: 1rem;
}.top-6 {
  top: 1.5rem;
}.top-8 {
  top: 2rem;
}.top-\[-10\%\] {
  top: -10%;
}.top-\[-15\%\] {
  top: -15%;
}.top-\[-20\%\] {
  top: -20%;
}.top-\[15\%\] {
  top: 15%;
}.top-\[25\%\] {
  top: 25%;
}.top-\[30\%\] {
  top: 30%;
}.top-\[60\%\] {
  top: 60%;
}.top-\[70\%\] {
  top: 70%;
}.top-full {
  top: 100%;
}.z-10 {
  z-index: 10;
}.z-20 {
  z-index: 20;
}.z-40 {
  z-index: 40;
}.z-50 {
  z-index: 50;
}.z-\[100\] {
  z-index: 100;
}.z-\[60\] {
  z-index: 60;
}.m-0 {
  margin: 0px;
}.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}.mx-auto {
  margin-left: auto;
  margin-right: auto;
}.-mb-2 {
  margin-bottom: -0.5rem;
}.-mt-10 {
  margin-top: -2.5rem;
}.-mt-16 {
  margin-top: -4rem;
}.-mt-7 {
  margin-top: -1.75rem;
}.mb-0\.5 {
  margin-bottom: 0.125rem;
}.mb-1 {
  margin-bottom: 0.25rem;
}.mb-1\.5 {
  margin-bottom: 0.375rem;
}.mb-10 {
  margin-bottom: 2.5rem;
}.mb-12 {
  margin-bottom: 3rem;
}.mb-2 {
  margin-bottom: 0.5rem;
}.mb-3 {
  margin-bottom: 0.75rem;
}.mb-4 {
  margin-bottom: 1rem;
}.mb-5 {
  margin-bottom: 1.25rem;
}.mb-6 {
  margin-bottom: 1.5rem;
}.mb-8 {
  margin-bottom: 2rem;
}.ml-1 {
  margin-left: 0.25rem;
}.ml-1\.5 {
  margin-left: 0.375rem;
}.ml-3 {
  margin-left: 0.75rem;
}.ml-8 {
  margin-left: 2rem;
}.ml-\[42px\] {
  margin-left: 42px;
}.ml-auto {
  margin-left: auto;
}.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-16 {
  margin-top: 4rem;
}.mt-2 {
  margin-top: 0.5rem;
}.mt-2\.5 {
  margin-top: 0.625rem;
}.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;
}.mt-auto {
  margin-top: auto;
}.block {
  display: block;
}.inline-block {
  display: inline-block;
}.flex {
  display: flex;
}.inline-flex {
  display: inline-flex;
}.grid {
  display: grid;
}.hidden {
  display: none;
}.aspect-\[3\/4\.8\] {
  aspect-ratio: 3/4.8;
}.h-1 {
  height: 0.25rem;
}.h-1\.5 {
  height: 0.375rem;
}.h-10 {
  height: 2.5rem;
}.h-11 {
  height: 2.75rem;
}.h-12 {
  height: 3rem;
}.h-14 {
  height: 3.5rem;
}.h-16 {
  height: 4rem;
}.h-2 {
  height: 0.5rem;
}.h-2\.5 {
  height: 0.625rem;
}.h-20 {
  height: 5rem;
}.h-3 {
  height: 0.75rem;
}.h-3\.5 {
  height: 0.875rem;
}.h-32 {
  height: 8rem;
}.h-4 {
  height: 1rem;
}.h-5 {
  height: 1.25rem;
}.h-6 {
  height: 1.5rem;
}.h-7 {
  height: 1.75rem;
}.h-8 {
  height: 2rem;
}.h-9 {
  height: 2.25rem;
}.h-\[160px\] {
  height: 160px;
}.h-\[180px\] {
  height: 180px;
}.h-\[1px\] {
  height: 1px;
}.h-\[20\%\] {
  height: 20%;
}.h-\[22px\] {
  height: 22px;
}.h-\[300px\] {
  height: 300px;
}.h-\[350px\] {
  height: 350px;
}.h-\[3px\] {
  height: 3px;
}.h-\[400px\] {
  height: 400px;
}.h-\[45\%\] {
  height: 45%;
}.h-\[48px\] {
  height: 48px;
}.h-\[500px\] {
  height: 500px;
}.h-\[52px\] {
  height: 52px;
}.h-\[54px\] {
  height: 54px;
}.h-\[56px\] {
  height: 56px;
}.h-\[58px\] {
  height: 58px;
}.h-\[600px\] {
  height: 600px;
}.h-\[60px\] {
  height: 60px;
}.h-\[66px\] {
  height: 66px;
}.h-\[68px\] {
  height: 68px;
}.h-\[80px\] {
  height: 80px;
}.h-\[env\(safe-area-inset-bottom\)\] {
  height: env(safe-area-inset-bottom);
}.h-full {
  height: 100%;
}.h-px {
  height: 1px;
}.max-h-\[240px\] {
  max-height: 240px;
}.max-h-\[420px\] {
  max-height: 420px;
}.min-h-\[calc\(100vh-6rem\)\] {
  min-height: calc(100vh - 6rem);
}.min-h-screen {
  min-height: 100vh;
}.w-0 {
  width: 0px;
}.w-1 {
  width: 0.25rem;
}.w-1\.5 {
  width: 0.375rem;
}.w-1\/3 {
  width: 33.333333%;
}.w-10 {
  width: 2.5rem;
}.w-11 {
  width: 2.75rem;
}.w-12 {
  width: 3rem;
}.w-14 {
  width: 3.5rem;
}.w-16 {
  width: 4rem;
}.w-2\.5 {
  width: 0.625rem;
}.w-2\/3 {
  width: 66.666667%;
}.w-20 {
  width: 5rem;
}.w-24 {
  width: 6rem;
}.w-28 {
  width: 7rem;
}.w-32 {
  width: 8rem;
}.w-36 {
  width: 9rem;
}.w-4 {
  width: 1rem;
}.w-44 {
  width: 11rem;
}.w-5 {
  width: 1.25rem;
}.w-52 {
  width: 13rem;
}.w-6 {
  width: 1.5rem;
}.w-7 {
  width: 1.75rem;
}.w-8 {
  width: 2rem;
}.w-9 {
  width: 2.25rem;
}.w-\[160px\] {
  width: 160px;
}.w-\[180px\] {
  width: 180px;
}.w-\[22px\] {
  width: 22px;
}.w-\[300px\] {
  width: 300px;
}.w-\[350px\] {
  width: 350px;
}.w-\[400px\] {
  width: 400px;
}.w-\[46px\] {
  width: 46px;
}.w-\[500px\] {
  width: 500px;
}.w-\[50px\] {
  width: 50px;
}.w-\[52px\] {
  width: 52px;
}.w-\[54px\] {
  width: 54px;
}.w-\[58px\] {
  width: 58px;
}.w-\[600px\] {
  width: 600px;
}.w-\[72px\] {
  width: 72px;
}.w-full {
  width: 100%;
}.w-px {
  width: 1px;
}.min-w-0 {
  min-width: 0px;
}.max-w-\[240px\] {
  max-width: 240px;
}.max-w-\[260px\] {
  max-width: 260px;
}.max-w-\[280px\] {
  max-width: 280px;
}.max-w-\[300px\] {
  max-width: 300px;
}.max-w-lg {
  max-width: 32rem;
}.max-w-md {
  max-width: 28rem;
}.flex-1 {
  flex: 1 1 0%;
}.shrink-0 {
  flex-shrink: 0;
}.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.rotate-180 {
  --tw-rotate: 180deg;
  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));
}.rotate-45 {
  --tw-rotate: 45deg;
  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));
}.animate-\[scroll_25s_linear_infinite\] {
  animation: scroll 25s linear infinite;
}@keyframes spin {to {
    transform: rotate(360deg);
  }
}.animate-\[spin_15s_linear_infinite\] {
  animation: spin 15s linear infinite;
}@keyframes spin {to {
    transform: rotate(360deg);
  }
}.animate-\[spin_20s_linear_infinite\] {
  animation: spin 20s linear infinite;
}@keyframes fade-in {0% {
    opacity: 0;
  }100% {
    opacity: 1;
  }
}.animate-fade-in {
  animation: fade-in 0.5s ease-out;
}@keyframes fade-in {0% {
    opacity: 0;
  }100% {
    opacity: 1;
  }
}.animate-fade-in-delay {
  animation: fade-in 0.5s ease-out 0.15s both;
}@keyframes float {0%, 100% {
    transform: translateY(0);
  }50% {
    transform: translateY(-6px);
  }
}.animate-float {
  animation: float 6s ease-in-out infinite;
}@keyframes pulse {50% {
    opacity: .5;
  }
}.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}@keyframes scale-in {0% {
    opacity: 0;
    transform: scale(0.95);
  }100% {
    opacity: 1;
    transform: scale(1);
  }
}.animate-scale-in {
  animation: scale-in 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}@keyframes slide-up {0% {
    opacity: 0;
    transform: translateY(16px);
  }100% {
    opacity: 1;
    transform: translateY(0);
  }
}.animate-slide-up {
  animation: slide-up 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}@keyframes slide-up {0% {
    opacity: 0;
    transform: translateY(16px);
  }100% {
    opacity: 1;
    transform: translateY(0);
  }
}.animate-slide-up-delay {
  animation: slide-up 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.12s both;
}@keyframes spin {to {
    transform: rotate(360deg);
  }
}.animate-spin {
  animation: spin 1s linear infinite;
}.cursor-default {
  cursor: default;
}.cursor-not-allowed {
  cursor: not-allowed;
}.cursor-pointer {
  cursor: pointer;
}.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}.resize-none {
  resize: none;
}.resize {
  resize: both;
}.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.flex-col {
  flex-direction: column;
}.flex-wrap {
  flex-wrap: wrap;
}.items-start {
  align-items: flex-start;
}.items-end {
  align-items: flex-end;
}.items-center {
  align-items: center;
}.items-baseline {
  align-items: baseline;
}.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\.5 {
  gap: 0.125rem;
}.gap-1 {
  gap: 0.25rem;
}.gap-1\.5 {
  gap: 0.375rem;
}.gap-2 {
  gap: 0.5rem;
}.gap-2\.5 {
  gap: 0.625rem;
}.gap-3 {
  gap: 0.75rem;
}.gap-3\.5 {
  gap: 0.875rem;
}.gap-4 {
  gap: 1rem;
}.gap-5 {
  gap: 1.25rem;
}.gap-\[2px\] {
  gap: 2px;
}.-space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
}.-space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
}.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}.space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}.divide-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-white\/\[0\.03\] > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.03);
}.overflow-hidden {
  overflow: hidden;
}.overflow-y-auto {
  overflow-y: auto;
}.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}.whitespace-pre-wrap {
  white-space: pre-wrap;
}.break-all {
  word-break: break-all;
}.rounded {
  border-radius: 0.25rem;
}.rounded-2xl {
  border-radius: 16px;
}.rounded-3xl {
  border-radius: 24px;
}.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;
}.rounded-bl {
  border-bottom-left-radius: 0.25rem;
}.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem;
}.rounded-br {
  border-bottom-right-radius: 0.25rem;
}.rounded-tl {
  border-top-left-radius: 0.25rem;
}.rounded-tr {
  border-top-right-radius: 0.25rem;
}.rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}.border {
  border-width: 1px;
}.border-2 {
  border-width: 2px;
}.border-b {
  border-bottom-width: 1px;
}.border-l {
  border-left-width: 1px;
}.border-r {
  border-right-width: 1px;
}.border-t {
  border-top-width: 1px;
}.border-dashed {
  border-style: dashed;
}.border-amber-400\/\[0\.12\] {
  border-color: rgb(251 191 36 / 0.12);
}.border-amber-400\/\[0\.15\] {
  border-color: rgb(251 191 36 / 0.15);
}.border-amber-400\/\[0\.1\] {
  border-color: rgb(251 191 36 / 0.1);
}.border-amber-500\/30 {
  border-color: rgb(245 158 11 / 0.3);
}.border-amber-500\/\[0\.12\] {
  border-color: rgb(245 158 11 / 0.12);
}.border-amber-500\/\[0\.15\] {
  border-color: rgb(245 158 11 / 0.15);
}.border-black\/20 {
  border-color: rgb(0 0 0 / 0.2);
}.border-black\/\[0\.05\] {
  border-color: rgb(0 0 0 / 0.05);
}.border-blue-300\/\[0\.12\] {
  border-color: rgb(147 197 253 / 0.12);
}.border-blue-400\/\[0\.12\] {
  border-color: rgb(96 165 250 / 0.12);
}.border-blue-400\/\[0\.1\] {
  border-color: rgb(96 165 250 / 0.1);
}.border-blue-500\/30 {
  border-color: rgb(59 130 246 / 0.3);
}.border-emerald-400\/10 {
  border-color: rgb(52 211 153 / 0.1);
}.border-emerald-400\/\[0\.12\] {
  border-color: rgb(52 211 153 / 0.12);
}.border-emerald-400\/\[0\.15\] {
  border-color: rgb(52 211 153 / 0.15);
}.border-emerald-400\/\[0\.1\] {
  border-color: rgb(52 211 153 / 0.1);
}.border-indigo-500\/\[0\.12\] {
  border-color: rgb(99 102 241 / 0.12);
}.border-pb-accent {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}.border-pb-accent\/10 {
  border-color: rgb(255 255 255 / 0.1);
}.border-pb-accent\/15 {
  border-color: rgb(255 255 255 / 0.15);
}.border-pb-accent\/20 {
  border-color: rgb(255 255 255 / 0.2);
}.border-pb-danger\/10 {
  border-color: rgb(248 113 113 / 0.1);
}.border-pb-silver\/30 {
  border-color: rgb(122 122 133 / 0.3);
}.border-pb-success\/10 {
  border-color: rgb(74 222 128 / 0.1);
}.border-pb-success\/15 {
  border-color: rgb(74 222 128 / 0.15);
}.border-pb-success\/20 {
  border-color: rgb(74 222 128 / 0.2);
}.border-pb-warning\/10 {
  border-color: rgb(251 191 36 / 0.1);
}.border-purple-400\/\[0\.12\] {
  border-color: rgb(192 132 252 / 0.12);
}.border-purple-500\/30 {
  border-color: rgb(168 85 247 / 0.3);
}.border-red-400\/\[0\.12\] {
  border-color: rgb(248 113 113 / 0.12);
}.border-red-400\/\[0\.15\] {
  border-color: rgb(248 113 113 / 0.15);
}.border-red-400\/\[0\.1\] {
  border-color: rgb(248 113 113 / 0.1);
}.border-red-500\/30 {
  border-color: rgb(239 68 68 / 0.3);
}.border-sky-400\/\[0\.12\] {
  border-color: rgb(56 189 248 / 0.12);
}.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\/\[0\.015\] {
  border-color: rgb(255 255 255 / 0.015);
}.border-white\/\[0\.025\] {
  border-color: rgb(255 255 255 / 0.025);
}.border-white\/\[0\.02\] {
  border-color: rgb(255 255 255 / 0.02);
}.border-white\/\[0\.03\] {
  border-color: rgb(255 255 255 / 0.03);
}.border-white\/\[0\.04\] {
  border-color: rgb(255 255 255 / 0.04);
}.border-white\/\[0\.05\] {
  border-color: rgb(255 255 255 / 0.05);
}.border-white\/\[0\.06\] {
  border-color: rgb(255 255 255 / 0.06);
}.border-white\/\[0\.08\] {
  border-color: rgb(255 255 255 / 0.08);
}.border-white\/\[0\.1\] {
  border-color: rgb(255 255 255 / 0.1);
}.border-yellow-400\/\[0\.12\] {
  border-color: rgb(250 204 21 / 0.12);
}.border-yellow-500\/30 {
  border-color: rgb(234 179 8 / 0.3);
}.border-t-black {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}.border-t-pb-accent {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}.border-t-white {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}.border-t-white\/60 {
  border-top-color: rgb(255 255 255 / 0.6);
}.bg-\[\#030304\] {
  --tw-bg-opacity: 1;
  background-color: rgb(3 3 4 / var(--tw-bg-opacity, 1));
}.bg-amber-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
}.bg-amber-400\/\[0\.06\] {
  background-color: rgb(251 191 36 / 0.06);
}.bg-amber-400\/\[0\.08\] {
  background-color: rgb(251 191 36 / 0.08);
}.bg-amber-500\/\[0\.1\] {
  background-color: rgb(245 158 11 / 0.1);
}.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}.bg-black\/\[0\.07\] {
  background-color: rgb(0 0 0 / 0.07);
}.bg-black\/\[0\.08\] {
  background-color: rgb(0 0 0 / 0.08);
}.bg-blue-300\/\[0\.06\] {
  background-color: rgb(147 197 253 / 0.06);
}.bg-blue-400\/40 {
  background-color: rgb(96 165 250 / 0.4);
}.bg-blue-400\/\[0\.06\] {
  background-color: rgb(96 165 250 / 0.06);
}.bg-blue-400\/\[0\.08\] {
  background-color: rgb(96 165 250 / 0.08);
}.bg-emerald-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1));
}.bg-emerald-400\/40 {
  background-color: rgb(52 211 153 / 0.4);
}.bg-emerald-400\/\[0\.06\] {
  background-color: rgb(52 211 153 / 0.06);
}.bg-emerald-400\/\[0\.08\] {
  background-color: rgb(52 211 153 / 0.08);
}.bg-emerald-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}.bg-indigo-500\/\[0\.06\] {
  background-color: rgb(99 102 241 / 0.06);
}.bg-orange-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity, 1));
}.bg-orange-400\/40 {
  background-color: rgb(251 146 60 / 0.4);
}.bg-pb-accent\/10 {
  background-color: rgb(255 255 255 / 0.1);
}.bg-pb-accent\/15 {
  background-color: rgb(255 255 255 / 0.15);
}.bg-pb-accent\/\[0\.08\] {
  background-color: rgb(255 255 255 / 0.08);
}.bg-pb-black\/40 {
  background-color: rgb(3 3 4 / 0.4);
}.bg-pb-card-light {
  --tw-bg-opacity: 1;
  background-color: rgb(22 22 25 / var(--tw-bg-opacity, 1));
}.bg-pb-danger\/\[0\.08\] {
  background-color: rgb(248 113 113 / 0.08);
}.bg-pb-success\/10 {
  background-color: rgb(74 222 128 / 0.1);
}.bg-pb-success\/\[0\.08\] {
  background-color: rgb(74 222 128 / 0.08);
}.bg-pb-warning\/\[0\.04\] {
  background-color: rgb(251 191 36 / 0.04);
}.bg-purple-400\/\[0\.06\] {
  background-color: rgb(192 132 252 / 0.06);
}.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}.bg-red-400\/\[0\.06\] {
  background-color: rgb(248 113 113 / 0.06);
}.bg-red-400\/\[0\.08\] {
  background-color: rgb(248 113 113 / 0.08);
}.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}.bg-red-500\/40 {
  background-color: rgb(239 68 68 / 0.4);
}.bg-sky-400\/\[0\.06\] {
  background-color: rgb(56 189 248 / 0.06);
}.bg-transparent {
  background-color: transparent;
}.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\/60 {
  background-color: rgb(255 255 255 / 0.6);
}.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}.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-white\/\[0\.07\] {
  background-color: rgb(255 255 255 / 0.07);
}.bg-white\/\[0\.08\] {
  background-color: rgb(255 255 255 / 0.08);
}.bg-yellow-400\/\[0\.06\] {
  background-color: rgb(250 204 21 / 0.06);
}.bg-gradient-subtle {
  background-image: linear-gradient(135deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.01) 100%);
}.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}.from-indigo-500\/10 {
  --tw-gradient-from: rgb(99 102 241 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.from-white\/20 {
  --tw-gradient-from: rgb(255 255 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.from-white\/\[0\.06\] {
  --tw-gradient-from: rgb(255 255 255 / 0.06) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.from-white\/\[0\.08\] {
  --tw-gradient-from: rgb(255 255 255 / 0.08) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.via-white\/60 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}.via-white\/\[0\.03\] {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.03) var(--tw-gradient-via-position), var(--tw-gradient-to);
}.via-white\/\[0\.04\] {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.04) var(--tw-gradient-via-position), var(--tw-gradient-to);
}.via-white\/\[0\.06\] {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.06) var(--tw-gradient-via-position), var(--tw-gradient-to);
}.via-white\/\[0\.08\] {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.08) var(--tw-gradient-via-position), var(--tw-gradient-to);
}.via-white\/\[0\.12\] {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.12) var(--tw-gradient-via-position), var(--tw-gradient-to);
}.via-white\/\[0\.15\] {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}.via-white\/\[0\.1\] {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}.to-white\/\[0\.06\] {
  --tw-gradient-to: rgb(255 255 255 / 0.06) var(--tw-gradient-to-position);
}.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}.p-0 {
  padding: 0px;
}.p-1\.5 {
  padding: 0.375rem;
}.p-3 {
  padding: 0.75rem;
}.p-4 {
  padding: 1rem;
}.p-5 {
  padding: 1.25rem;
}.p-6 {
  padding: 1.5rem;
}.p-7 {
  padding: 1.75rem;
}.p-8 {
  padding: 2rem;
}.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}.py-0\.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-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}.pb-0 {
  padding-bottom: 0px;
}.pb-10 {
  padding-bottom: 2.5rem;
}.pb-16 {
  padding-bottom: 4rem;
}.pb-2 {
  padding-bottom: 0.5rem;
}.pb-24 {
  padding-bottom: 6rem;
}.pb-4 {
  padding-bottom: 1rem;
}.pb-6 {
  padding-bottom: 1.5rem;
}.pb-8 {
  padding-bottom: 2rem;
}.pl-10 {
  padding-left: 2.5rem;
}.pl-8 {
  padding-left: 2rem;
}.pr-1 {
  padding-right: 0.25rem;
}.pr-11 {
  padding-right: 2.75rem;
}.pr-12 {
  padding-right: 3rem;
}.pr-20 {
  padding-right: 5rem;
}.pt-2 {
  padding-top: 0.5rem;
}.pt-20 {
  padding-top: 5rem;
}.pt-6 {
  padding-top: 1.5rem;
}.pt-8 {
  padding-top: 2rem;
}.text-left {
  text-align: left;
}.text-center {
  text-align: center;
}.text-right {
  text-align: right;
}.font-mono {
  font-family: JetBrains Mono, SF Mono, Fira Code, monospace;
}.font-sans {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}.text-\[10px\] {
  font-size: 10px;
}.text-\[11px\] {
  font-size: 11px;
}.text-\[12px\] {
  font-size: 12px;
}.text-\[13px\] {
  font-size: 13px;
}.text-\[14px\] {
  font-size: 14px;
}.text-\[15px\] {
  font-size: 15px;
}.text-\[16px\] {
  font-size: 16px;
}.text-\[18px\] {
  font-size: 18px;
}.text-\[20px\] {
  font-size: 20px;
}.text-\[22px\] {
  font-size: 22px;
}.text-\[24px\] {
  font-size: 24px;
}.text-\[32px\] {
  font-size: 32px;
}.text-\[38px\] {
  font-size: 38px;
}.text-\[44px\] {
  font-size: 44px;
}.text-\[5px\] {
  font-size: 5px;
}.text-\[7px\] {
  font-size: 7px;
}.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-extrabold {
  font-weight: 800;
}.font-medium {
  font-weight: 500;
}.font-semibold {
  font-weight: 600;
}.uppercase {
  text-transform: uppercase;
}.capitalize {
  text-transform: capitalize;
}.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\.05\] {
  line-height: 1.05;
}.leading-\[1\.6\] {
  line-height: 1.6;
}.leading-none {
  line-height: 1;
}.leading-relaxed {
  line-height: 1.625;
}.leading-tight {
  line-height: 1.25;
}.tracking-\[0\.15em\] {
  letter-spacing: 0.15em;
}.tracking-\[0\.1em\] {
  letter-spacing: 0.1em;
}.tracking-\[0\.25em\] {
  letter-spacing: 0.25em;
}.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}.tracking-\[0\.3em\] {
  letter-spacing: 0.3em;
}.tracking-tight {
  letter-spacing: -0.025em;
}.tracking-wide {
  letter-spacing: 0.025em;
}.tracking-wider {
  letter-spacing: 0.05em;
}.text-\[\#8A8A92\] {
  --tw-text-opacity: 1;
  color: rgb(138 138 146 / var(--tw-text-opacity, 1));
}.text-amber-400 {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}.text-amber-400\/60 {
  color: rgb(251 191 36 / 0.6);
}.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}.text-black\/35 {
  color: rgb(0 0 0 / 0.35);
}.text-black\/40 {
  color: rgb(0 0 0 / 0.4);
}.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}.text-emerald-400 {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}.text-emerald-400\/70 {
  color: rgb(52 211 153 / 0.7);
}.text-emerald-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}.text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}.text-pb-accent {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}.text-pb-danger {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}.text-pb-silver {
  --tw-text-opacity: 1;
  color: rgb(122 122 133 / var(--tw-text-opacity, 1));
}.text-pb-silver\/15 {
  color: rgb(122 122 133 / 0.15);
}.text-pb-silver\/20 {
  color: rgb(122 122 133 / 0.2);
}.text-pb-silver\/35 {
  color: rgb(122 122 133 / 0.35);
}.text-pb-success {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}.text-pb-success\/60 {
  color: rgb(74 222 128 / 0.6);
}.text-pb-warning {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}.text-pb-warning\/80 {
  color: rgb(251 191 36 / 0.8);
}.text-pb-white {
  --tw-text-opacity: 1;
  color: rgb(237 237 240 / var(--tw-text-opacity, 1));
}.text-purple-400 {
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}.text-purple-400\/50 {
  color: rgb(192 132 252 / 0.5);
}.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}.text-red-400\/70 {
  color: rgb(248 113 113 / 0.7);
}.text-red-400\/80 {
  color: rgb(248 113 113 / 0.8);
}.text-sky-400 {
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity, 1));
}.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}.text-white\/15 {
  color: rgb(255 255 255 / 0.15);
}.text-white\/20 {
  color: rgb(255 255 255 / 0.2);
}.text-white\/25 {
  color: rgb(255 255 255 / 0.25);
}.text-white\/35 {
  color: rgb(255 255 255 / 0.35);
}.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}.text-white\/65 {
  color: rgb(255 255 255 / 0.65);
}.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}.text-white\/75 {
  color: rgb(255 255 255 / 0.75);
}.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}.placeholder-white\/30::-moz-placeholder {
  color: rgb(255 255 255 / 0.3);
}.placeholder-white\/30::placeholder {
  color: rgb(255 255 255 / 0.3);
}.opacity-0 {
  opacity: 0;
}.opacity-20 {
  opacity: 0.2;
}.opacity-30 {
  opacity: 0.3;
}.opacity-70 {
  opacity: 0.7;
}.opacity-\[0\.008\] {
  opacity: 0.008;
}.opacity-\[0\.012\] {
  opacity: 0.012;
}.opacity-\[0\.015\] {
  opacity: 0.015;
}.opacity-\[0\.025\] {
  opacity: 0.025;
}.opacity-\[0\.02\] {
  opacity: 0.02;
}.opacity-\[0\.03\] {
  opacity: 0.03;
}.opacity-\[0\.04\] {
  opacity: 0.04;
}.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -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-glow-sm {
  --tw-shadow: 0 0 15px rgba(255,255,255,0.03);
  --tw-shadow-colored: 0 0 15px 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-glow-success {
  --tw-shadow: 0 4px 20px rgba(74,222,128,0.08);
  --tw-shadow-colored: 0 4px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.blur-\[40px\] {
  --tw-blur: blur(40px);
  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);
}.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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-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-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-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.duration-200 {
  transition-duration: 200ms;
}.duration-300 {
  transition-duration: 300ms;
}.duration-500 {
  transition-duration: 500ms;
}.duration-700 {
  transition-duration: 700ms;
}.duration-\[1000ms\] {
  transition-duration: 1000ms;
}.duration-\[1500ms\] {
  transition-duration: 1500ms;
}.duration-\[600ms\] {
  transition-duration: 600ms;
}.duration-\[800ms\] {
  transition-duration: 800ms;
}.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);
}.pb-text-gradient{-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;background-image:linear-gradient(135deg, #FFFFFF 0%, #888890 100%)}.pb-shimmer{background:linear-gradient(110deg, transparent 20%, rgba(255, 255, 255, 0.008) 40%, rgba(255, 255, 255, 0.03) 50%, rgba(255, 255, 255, 0.008) 60%, transparent 80%);background-size:250% 100%;animation:shimmer 3s ease-in-out infinite}@keyframes shimmer{0%{background-position:-200% 0}100%{background-position:200% 0}}.hover\:scale-105:hover {
  --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));
}.hover\:border-amber-500\/\[0\.2\]:hover {
  border-color: rgb(245 158 11 / 0.2);
}.hover\:border-indigo-500\/\[0\.2\]:hover {
  border-color: rgb(99 102 241 / 0.2);
}.hover\:border-white\/20:hover {
  border-color: rgb(255 255 255 / 0.2);
}.hover\:border-white\/\[0\.1\]:hover {
  border-color: rgb(255 255 255 / 0.1);
}.hover\:bg-\[\#1a1a1f\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 31 / var(--tw-bg-opacity, 1));
}.hover\:bg-red-400\/\[0\.03\]:hover {
  background-color: rgb(248 113 113 / 0.03);
}.hover\:bg-white\/\[0\.01\]:hover {
  background-color: rgb(255 255 255 / 0.01);
}.hover\:bg-white\/\[0\.02\]:hover {
  background-color: rgb(255 255 255 / 0.02);
}.hover\:text-white\/60:hover {
  color: rgb(255 255 255 / 0.6);
}.hover\:text-white\/70:hover {
  color: rgb(255 255 255 / 0.7);
}.hover\:text-white\/80:hover {
  color: rgb(255 255 255 / 0.8);
}.hover\:shadow-glow-danger:hover {
  --tw-shadow: 0 4px 20px rgba(248,113,113,0.08);
  --tw-shadow-colored: 0 4px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.hover\:shadow-glow-success:hover {
  --tw-shadow: 0 4px 20px rgba(74,222,128,0.08);
  --tw-shadow-colored: 0 4px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.hover\:brightness-110:hover {
  --tw-brightness: brightness(1.1);
  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);
}.focus\:border-white\/\[0\.12\]:focus {
  border-color: rgb(255 255 255 / 0.12);
}.active\:scale-90:active {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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\:scale-\[0\.98\]:active {
  --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));
}.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}.disabled\:opacity-30:disabled {
  opacity: 0.3;
}.disabled\:shadow-none:disabled {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.group:hover .group-hover\:translate-x-0\.5 {
  --tw-translate-x: 0.125rem;
  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\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.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\:scale-110 {
  --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));
}.group:hover .group-hover\:gap-2 {
  gap: 0.5rem;
}.group:hover .group-hover\:text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}.group:hover .group-hover\:text-white\/65 {
  color: rgb(255 255 255 / 0.65);
}.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}@media (min-width: 640px) {.sm\:items-center {
    align-items: center;
  }.sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}
