*, ::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;
}
.\!container {
  width: 100% !important;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .\!container {
    max-width: 640px !important;
  }

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

  .\!container {
    max-width: 768px !important;
  }

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

  .\!container {
    max-width: 1024px !important;
  }

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

  .\!container {
    max-width: 1280px !important;
  }

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

  .\!container {
    max-width: 1536px !important;
  }

  .container {
    max-width: 1536px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.-bottom-0\.5 {
  bottom: -0.125rem;
}
.-bottom-1 {
  bottom: -0.25rem;
}
.-bottom-12 {
  bottom: -3rem;
}
.-bottom-16 {
  bottom: -4rem;
}
.-bottom-20 {
  bottom: -5rem;
}
.-left-12 {
  left: -3rem;
}
.-left-16 {
  left: -4rem;
}
.-left-20 {
  left: -5rem;
}
.-right-0\.5 {
  right: -0.125rem;
}
.-right-1 {
  right: -0.25rem;
}
.-right-10 {
  right: -2.5rem;
}
.-right-12 {
  right: -3rem;
}
.-right-16 {
  right: -4rem;
}
.-right-4 {
  right: -1rem;
}
.-right-8 {
  right: -2rem;
}
.-top-1 {
  top: -0.25rem;
}
.-top-10 {
  top: -2.5rem;
}
.-top-12 {
  top: -3rem;
}
.-top-16 {
  top: -4rem;
}
.-top-4 {
  top: -1rem;
}
.-top-8 {
  top: -2rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-12 {
  bottom: 3rem;
}
.bottom-5 {
  bottom: 1.25rem;
}
.bottom-8 {
  bottom: 2rem;
}
.bottom-full {
  bottom: 100%;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-2\.5 {
  left: 0.625rem;
}
.left-3 {
  left: 0.75rem;
}
.left-4 {
  left: 1rem;
}
.left-5 {
  left: 1.25rem;
}
.left-\[18px\] {
  left: 18px;
}
.left-\[26px\] {
  left: 26px;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-2 {
  right: 0.5rem;
}
.right-20 {
  right: 5rem;
}
.right-4 {
  right: 1rem;
}
.right-5 {
  right: 1.25rem;
}
.top-0 {
  top: 0px;
}
.top-0\.5 {
  top: 0.125rem;
}
.top-1 {
  top: 0.25rem;
}
.top-1\/2 {
  top: 50%;
}
.top-12 {
  top: 3rem;
}
.top-2 {
  top: 0.5rem;
}
.top-4 {
  top: 1rem;
}
.top-5 {
  top: 1.25rem;
}
.top-8 {
  top: 2rem;
}
.top-\[80px\] {
  top: 80px;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.z-\[10000\] {
  z-index: 10000;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[5\] {
  z-index: 5;
}
.-m-1 {
  margin: -0.25rem;
}
.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.-my-0\.5 {
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.-ml-2 {
  margin-left: -0.5rem;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.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-10 {
  margin-left: 2.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-7 {
  margin-left: 1.75rem;
}
.ml-9 {
  margin-left: 2.25rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.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;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-1 {
  height: 0.25rem;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-32 {
  height: 8rem;
}
.h-4 {
  height: 1rem;
}
.h-40 {
  height: 10rem;
}
.h-44 {
  height: 11rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-64 {
  height: 16rem;
}
.h-7 {
  height: 1.75rem;
}
.h-72 {
  height: 18rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[120px\] {
  height: 120px;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[38px\] {
  height: 38px;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.max-h-32 {
  max-height: 8rem;
}
.max-h-48 {
  max-height: 12rem;
}
.max-h-64 {
  max-height: 16rem;
}
.max-h-\[70vh\] {
  max-height: 70vh;
}
.max-h-\[80vh\] {
  max-height: 80vh;
}
.max-h-\[85vh\] {
  max-height: 85vh;
}
.max-h-full {
  max-height: 100%;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-\[42px\] {
  min-height: 42px;
}
.min-h-\[48px\] {
  min-height: 48px;
}
.min-h-\[52px\] {
  min-height: 52px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-0\.5 {
  width: 0.125rem;
}
.w-1 {
  width: 0.25rem;
}
.w-1\.5 {
  width: 0.375rem;
}
.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 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-32 {
  width: 8rem;
}
.w-36 {
  width: 9rem;
}
.w-4 {
  width: 1rem;
}
.w-40 {
  width: 10rem;
}
.w-44 {
  width: 11rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-64 {
  width: 16rem;
}
.w-7 {
  width: 1.75rem;
}
.w-72 {
  width: 18rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[22px\] {
  width: 22px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-\[60px\] {
  min-width: 60px;
}
.min-w-fit {
  min-width: -moz-fit-content;
  min-width: fit-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-\[60\%\] {
  max-width: 60%;
}
.max-w-full {
  max-width: 100%;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-none {
  max-width: none;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-\[1_1_220px\] {
  flex: 1 1 220px;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-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-90 {
  --tw-rotate: -90deg;
  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-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-default {
  cursor: default;
}
.cursor-grab {
  cursor: grab;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-text {
  cursor: text;
}
.cursor-zoom-in {
  cursor: zoom-in;
}
.resize-none {
  resize: none;
}
.resize-y {
  resize: vertical;
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.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-4 {
  gap: 1rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.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));
}
.self-center {
  align-self: center;
}
.self-stretch {
  align-self: stretch;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-dashed {
  border-style: dashed;
}
.border-\[\#00C781\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 199 129 / var(--tw-border-opacity, 1));
}
.border-\[\#00C781\]\/20 {
  border-color: rgb(0 199 129 / 0.2);
}
.border-\[\#00C781\]\/30 {
  border-color: rgb(0 199 129 / 0.3);
}
.border-\[\#00C781\]\/40 {
  border-color: rgb(0 199 129 / 0.4);
}
.border-\[\#00E5FF\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 229 255 / var(--tw-border-opacity, 1));
}
.border-\[\#0A0B0D\] {
  --tw-border-opacity: 1;
  border-color: rgb(10 11 13 / var(--tw-border-opacity, 1));
}
.border-\[\#15171B\] {
  --tw-border-opacity: 1;
  border-color: rgb(21 23 27 / var(--tw-border-opacity, 1));
}
.border-\[\#1A1C20\] {
  --tw-border-opacity: 1;
  border-color: rgb(26 28 32 / var(--tw-border-opacity, 1));
}
.border-\[\#2A2E36\] {
  --tw-border-opacity: 1;
  border-color: rgb(42 46 54 / var(--tw-border-opacity, 1));
}
.border-\[\#3A3E48\] {
  --tw-border-opacity: 1;
  border-color: rgb(58 62 72 / var(--tw-border-opacity, 1));
}
.border-\[\#3B82F6\]\/30 {
  border-color: rgb(59 130 246 / 0.3);
}
.border-\[\#3B82F6\]\/40 {
  border-color: rgb(59 130 246 / 0.4);
}
.border-\[\#A855F7\]\/30 {
  border-color: rgb(168 85 247 / 0.3);
}
.border-\[\#E83A2C\] {
  --tw-border-opacity: 1;
  border-color: rgb(232 58 44 / var(--tw-border-opacity, 1));
}
.border-\[\#E83A2C\]\/30 {
  border-color: rgb(232 58 44 / 0.3);
}
.border-\[\#E83A2C\]\/40 {
  border-color: rgb(232 58 44 / 0.4);
}
.border-\[\#E83A2C\]\/60 {
  border-color: rgb(232 58 44 / 0.6);
}
.border-\[\#FF4A3C\]\/30 {
  border-color: rgb(255 74 60 / 0.3);
}
.border-\[\#FFB800\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 184 0 / var(--tw-border-opacity, 1));
}
.border-\[\#FFB800\]\/20 {
  border-color: rgb(255 184 0 / 0.2);
}
.border-\[\#FFB800\]\/30 {
  border-color: rgb(255 184 0 / 0.3);
}
.border-\[\#FFB800\]\/40 {
  border-color: rgb(255 184 0 / 0.4);
}
.border-\[color\:var\(--c\)\] {
  border-color: var(--c);
}
.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}
.border-white\/5 {
  border-color: rgb(255 255 255 / 0.05);
}
.border-l-\[\#E83A2C\] {
  --tw-border-opacity: 1;
  border-left-color: rgb(232 58 44 / var(--tw-border-opacity, 1));
}
.border-l-\[\#FFB800\] {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 184 0 / var(--tw-border-opacity, 1));
}
.border-l-transparent {
  border-left-color: transparent;
}
.bg-\[\#00C781\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 199 129 / var(--tw-bg-opacity, 1));
}
.bg-\[\#00C781\]\/10 {
  background-color: rgb(0 199 129 / 0.1);
}
.bg-\[\#00C781\]\/15 {
  background-color: rgb(0 199 129 / 0.15);
}
.bg-\[\#00C781\]\/20 {
  background-color: rgb(0 199 129 / 0.2);
}
.bg-\[\#00C781\]\/5 {
  background-color: rgb(0 199 129 / 0.05);
}
.bg-\[\#00E5FF\]\/10 {
  background-color: rgb(0 229 255 / 0.1);
}
.bg-\[\#0A0B0D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(10 11 13 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0A0B0D\]\/50 {
  background-color: rgb(10 11 13 / 0.5);
}
.bg-\[\#0A0B0D\]\/60 {
  background-color: rgb(10 11 13 / 0.6);
}
.bg-\[\#0A0B0D\]\/70 {
  background-color: rgb(10 11 13 / 0.7);
}
.bg-\[\#0A0B0D\]\/95 {
  background-color: rgb(10 11 13 / 0.95);
}
.bg-\[\#0A1F12\] {
  --tw-bg-opacity: 1;
  background-color: rgb(10 31 18 / var(--tw-bg-opacity, 1));
}
.bg-\[\#15171B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(21 23 27 / var(--tw-bg-opacity, 1));
}
.bg-\[\#15171B\]\/80 {
  background-color: rgb(21 23 27 / 0.8);
}
.bg-\[\#15171B\]\/90 {
  background-color: rgb(21 23 27 / 0.9);
}
.bg-\[\#1F0A0A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(31 10 10 / var(--tw-bg-opacity, 1));
}
.bg-\[\#2A2E36\] {
  --tw-bg-opacity: 1;
  background-color: rgb(42 46 54 / var(--tw-bg-opacity, 1));
}
.bg-\[\#3B82F6\]\/15 {
  background-color: rgb(59 130 246 / 0.15);
}
.bg-\[\#A855F7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}
.bg-\[\#A855F7\]\/15 {
  background-color: rgb(168 85 247 / 0.15);
}
.bg-\[\#E83A2C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(232 58 44 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E83A2C\]\/10 {
  background-color: rgb(232 58 44 / 0.1);
}
.bg-\[\#E83A2C\]\/15 {
  background-color: rgb(232 58 44 / 0.15);
}
.bg-\[\#E83A2C\]\/20 {
  background-color: rgb(232 58 44 / 0.2);
}
.bg-\[\#FF7849\]\/15 {
  background-color: rgb(255 120 73 / 0.15);
}
.bg-\[\#FFB800\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 184 0 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFB800\]\/10 {
  background-color: rgb(255 184 0 / 0.1);
}
.bg-\[\#FFB800\]\/15 {
  background-color: rgb(255 184 0 / 0.15);
}
.bg-\[\#FFB800\]\/20 {
  background-color: rgb(255 184 0 / 0.2);
}
.bg-\[\#FFB800\]\/5 {
  background-color: rgb(255 184 0 / 0.05);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-black\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-\[\#00C781\] {
  --tw-gradient-from: #00C781 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 199 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#00C781\]\/10 {
  --tw-gradient-from: rgb(0 199 129 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 199 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#00C781\]\/20 {
  --tw-gradient-from: rgb(0 199 129 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 199 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#0A0B0D\] {
  --tw-gradient-from: #0A0B0D var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(10 11 13 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#15171B\] {
  --tw-gradient-from: #15171B var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 23 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#2A2E36\] {
  --tw-gradient-from: #2A2E36 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(42 46 54 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#E83A2C\] {
  --tw-gradient-from: #E83A2C var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 58 44 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#E83A2C\]\/20 {
  --tw-gradient-from: rgb(232 58 44 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 58 44 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#FF7849\] {
  --tw-gradient-from: #FF7849 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 120 73 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#FFB800\] {
  --tw-gradient-from: #FFB800 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 184 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#FFB800\]\/10 {
  --tw-gradient-from: rgb(255 184 0 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 184 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#FFB800\]\/15 {
  --tw-gradient-from: rgb(255 184 0 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 184 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#FFB800\]\/20 {
  --tw-gradient-from: rgb(255 184 0 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 184 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#FFB800\]\/30 {
  --tw-gradient-from: rgb(255 184 0 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 184 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black\/90 {
  --tw-gradient-from: rgb(0 0 0 / 0.9) 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\/10 {
  --tw-gradient-from: rgb(255 255 255 / 0.1) 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\/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);
}
.via-\[\#0A0B0D\] {
  --tw-gradient-to: rgb(10 11 13 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0A0B0D var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#C12818\] {
  --tw-gradient-to: rgb(193 40 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #C12818 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#FFC820\] {
  --tw-gradient-to: rgb(255 200 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #FFC820 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-transparent {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-\[\#005C3D\] {
  --tw-gradient-to: #005C3D var(--tw-gradient-to-position);
}
.to-\[\#00C781\]\/5 {
  --tw-gradient-to: rgb(0 199 129 / 0.05) var(--tw-gradient-to-position);
}
.to-\[\#0F1116\] {
  --tw-gradient-to: #0F1116 var(--tw-gradient-to-position);
}
.to-\[\#8B0F08\] {
  --tw-gradient-to: #8B0F08 var(--tw-gradient-to-position);
}
.to-\[\#A87800\] {
  --tw-gradient-to: #A87800 var(--tw-gradient-to-position);
}
.to-\[\#E83A2C\] {
  --tw-gradient-to: #E83A2C var(--tw-gradient-to-position);
}
.to-\[\#E83A2C\]\/10 {
  --tw-gradient-to: rgb(232 58 44 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#E83A2C\]\/5 {
  --tw-gradient-to: rgb(232 58 44 / 0.05) var(--tw-gradient-to-position);
}
.to-\[\#FF6B5C\] {
  --tw-gradient-to: #FF6B5C var(--tw-gradient-to-position);
}
.to-\[\#FF9500\] {
  --tw-gradient-to: #FF9500 var(--tw-gradient-to-position);
}
.to-\[\#FFB800\] {
  --tw-gradient-to: #FFB800 var(--tw-gradient-to-position);
}
.to-\[\#FFB800\]\/10 {
  --tw-gradient-to: rgb(255 184 0 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#FFB800\]\/5 {
  --tw-gradient-to: rgb(255 184 0 / 0.05) var(--tw-gradient-to-position);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}
.fill-\[\#FFB800\] {
  fill: #FFB800;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.\!p-1 {
  padding: 0.25rem !important;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-12 {
  padding: 3rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-3\.5 {
  padding: 0.875rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.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-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-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;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-32 {
  padding-bottom: 8rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-9 {
  padding-left: 2.25rem;
}
.pr-12 {
  padding-right: 3rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-0\.5 {
  padding-top: 0.125rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.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: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[8px\] {
  font-size: 8px;
}
.text-\[9px\] {
  font-size: 9px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.normal-case {
  text-transform: none;
}
.italic {
  font-style: italic;
}
.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[0\.15em\] {
  letter-spacing: 0.15em;
}
.tracking-\[0\.25em\] {
  letter-spacing: 0.25em;
}
.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}
.tracking-\[0\.35em\] {
  letter-spacing: 0.35em;
}
.tracking-\[0\.3em\] {
  letter-spacing: 0.3em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-\[\#0077FF\] {
  --tw-text-opacity: 1;
  color: rgb(0 119 255 / var(--tw-text-opacity, 1));
}
.text-\[\#00C781\] {
  --tw-text-opacity: 1;
  color: rgb(0 199 129 / var(--tw-text-opacity, 1));
}
.text-\[\#00E5FF\] {
  --tw-text-opacity: 1;
  color: rgb(0 229 255 / var(--tw-text-opacity, 1));
}
.text-\[\#3B82F6\] {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-\[\#A855F7\] {
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity, 1));
}
.text-\[\#E83A2C\] {
  --tw-text-opacity: 1;
  color: rgb(232 58 44 / var(--tw-text-opacity, 1));
}
.text-\[\#E83A2C\]\/60 {
  color: rgb(232 58 44 / 0.6);
}
.text-\[\#E83A2C\]\/70 {
  color: rgb(232 58 44 / 0.7);
}
.text-\[\#F2F2F4\] {
  --tw-text-opacity: 1;
  color: rgb(242 242 244 / var(--tw-text-opacity, 1));
}
.text-\[\#FC3F1D\] {
  --tw-text-opacity: 1;
  color: rgb(252 63 29 / var(--tw-text-opacity, 1));
}
.text-\[\#FF3B30\] {
  --tw-text-opacity: 1;
  color: rgb(255 59 48 / var(--tw-text-opacity, 1));
}
.text-\[\#FF4A3C\] {
  --tw-text-opacity: 1;
  color: rgb(255 74 60 / var(--tw-text-opacity, 1));
}
.text-\[\#FF6B5C\] {
  --tw-text-opacity: 1;
  color: rgb(255 107 92 / var(--tw-text-opacity, 1));
}
.text-\[\#FF7849\] {
  --tw-text-opacity: 1;
  color: rgb(255 120 73 / var(--tw-text-opacity, 1));
}
.text-\[\#FFB800\] {
  --tw-text-opacity: 1;
  color: rgb(255 184 0 / var(--tw-text-opacity, 1));
}
.text-\[\#FFB800\]\/70 {
  color: rgb(255 184 0 / 0.7);
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-red-200 {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}
.text-transparent {
  color: transparent;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.underline {
  text-decoration-line: underline;
}
.line-through {
  text-decoration-line: line-through;
}
.decoration-\[\#00C781\]\/40 {
  text-decoration-color: rgb(0 199 129 / 0.4);
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.placeholder-gray-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(75 85 99 / var(--tw-placeholder-opacity, 1));
}
.placeholder-gray-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(75 85 99 / var(--tw-placeholder-opacity, 1));
}
.placeholder-gray-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(55 65 81 / var(--tw-placeholder-opacity, 1));
}
.placeholder-gray-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(55 65 81 / var(--tw-placeholder-opacity, 1));
}
.opacity-0 {
  opacity: 0;
}
.opacity-10 {
  opacity: 0.1;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.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-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[\#FFB800\]\/20 {
  --tw-shadow-color: rgb(255 184 0 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-\[\#FFB800\]\/30 {
  --tw-shadow-color: rgb(255 184 0 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-\[\#FFB800\]\/40 {
  --tw-ring-color: rgb(255 184 0 / 0.4);
}
.ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}
.ring-white\/10 {
  --tw-ring-color: rgb(255 255 255 / 0.1);
}
.ring-white\/30 {
  --tw-ring-color: rgb(255 255 255 / 0.3);
}
.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);
}
.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);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-filter {
  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-\[width\] {
  transition-property: width;
  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-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-1000 {
  transition-duration: 1000ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.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);
}
  .pt-safe { padding-top: env(safe-area-inset-top); }
  .pt-safe-5 { padding-top: calc(env(safe-area-inset-top, 0px) + 1.25rem); }
  .pl-safe { padding-left: env(safe-area-inset-left); }
  .pr-safe { padding-right: env(safe-area-inset-right); }
  .min-touch { min-width: 44px; min-height: 44px; }

html, body { overscroll-behavior-y: contain; }

@keyframes slideUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes pop-in { 0% { opacity: 0; transform: scale(0.5); } 100% { opacity: 1; transform: scale(1); } }
@keyframes shake-x { 0%,100%{transform:translateX(0)} 25%{transform:translateX(-4px)} 75%{transform:translateX(4px)} }

.slide-up { animation: slideUp 0.25s ease-out; }
.fade-in { animation: fadeIn 0.2s ease-out; }
.pop-in { animation: pop-in 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55); }
.shake-x { animation: shake-x 0.3s; }
.glow-red { box-shadow: 0 0 24px rgba(232, 58, 44, 0.4); }
.hover-lift { transition: transform 0.15s; }
.hover-lift:hover { transform: translateY(-2px); }

.notif-dot {
  position: absolute; top: 2px; right: 6px;
  min-width: 16px; height: 16px; border-radius: 8px;
  background: #E83A2C; color: #fff;
  font-size: 9px; font-weight: 700; font-family: 'JetBrains Mono', monospace;
  display: flex; align-items: center; justify-content: center;
  padding: 0 4px; border: 2px solid #0A0B0D;
}

@supports (padding: env(safe-area-inset-top)) {
  body { background-color: #0A0B0D; }
}

/* ═══════════════════════════════════════════════════════════════
   MAFIA ACADEMY — дизайн-слой v2 (мобильный приоритет)
   Палитра: чернила #0A0B0D · графит #15171B · линия #2A2E36
            кровь #E83A2C · золото #FFB800 · мята #00C781
   ═══════════════════════════════════════════════════════════════ */
:root {
  --ink: #0A0B0D;
  --ink-2: #111317;
  --graphite: #15171B;
  --line: #2A2E36;
  --blood: #E83A2C;
  --gold: #FFB800;
  --mint: #00C781;
  --tabbar-h: 64px;
  --safe-b: env(safe-area-inset-bottom, 0px);
  --safe-t: env(safe-area-inset-top, 0px);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

html { -webkit-text-size-adjust: 100%; -moz-text-size-adjust: 100%; text-size-adjust: 100%; }
body { background: var(--ink); color: #F2F2F4; }
::-moz-selection { background: rgba(255, 184, 0, 0.35); color: #fff; }
::selection { background: rgba(255, 184, 0, 0.35); color: #fff; }

/* Видимый фокус с клавиатуры, без обводок при тапе */
:focus { outline: none; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; border-radius: 10px; }

/* Мелкий моно-текст на телефоне делаем читаемым */
@media (max-width: 640px) {
  .text-\[8px\] { font-size: 10px !important; }
  .text-\[9px\] { font-size: 10.5px !important; }
  .text-\[10px\] { font-size: 11px !important; }
  .tracking-\[0\.3em\] { letter-spacing: 0.18em !important; }
  .font-display.text-6xl { font-size: 3.25rem; }
  .font-display.text-4xl { font-size: 2.15rem; line-height: 1.05; }
  .font-display.text-3xl { font-size: 1.85rem; line-height: 1.08; }
  /* Горизонтальные ряды чипов/табов — прокрутка вместо переноса-каши */
  .overflow-x-auto { scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  .overflow-x-auto::-webkit-scrollbar { display: none; }
}

/* Липкие шапки — стекло с тонкой линией */
.app-header,
.sticky.top-0.backdrop-blur {
  background: linear-gradient(180deg, rgba(10,11,13,0.96) 0%, rgba(10,11,13,0.86) 100%) !important;
  backdrop-filter: blur(16px) saturate(140%);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

/* Поверхности карточек — чуть больше глубины */
.bg-\[\#15171B\].rounded-2xl,
.bg-\[\#15171B\].rounded-xl {
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.03), 0 1px 0 rgba(0,0,0,0.4);
}

.safe-bottom-sm { padding-bottom: max(0.5rem, var(--safe-b)); }

/* ─── Toast ─── */
.app-toast {
  position: fixed; z-index: 9990; left: 50%; transform: translateX(-50%);
  top: calc(var(--safe-t) + 12px); width: -moz-max-content; width: max-content; max-width: calc(100vw - 24px);
  animation: toast-in 0.35s var(--ease-out);
}
@media (max-width: 640px) {
  .app-toast { top: auto; bottom: calc(var(--tabbar-h) + var(--safe-b) + 18px); }
}
.app-toast-inner {
  display: flex; align-items: center; gap: 10px; text-align: left;
  padding: 12px 16px; border-radius: 14px; font-size: 14px; font-weight: 600;
  border: 1px solid; backdrop-filter: blur(14px);
  box-shadow: 0 16px 40px -12px rgba(0,0,0,0.7);
}
.app-toast-inner.is-ok { background: rgba(8, 30, 20, 0.92); border-color: rgba(0,199,129,0.55); color: #4BE3A8; }
.app-toast-inner.is-error { background: rgba(38, 10, 9, 0.94); border-color: rgba(232,58,44,0.7); color: #FF7A6E; }
@keyframes toast-in { from { opacity: 0; transform: translate(-50%, -10px) scale(0.96); } to { opacity: 1; transform: translate(-50%, 0) scale(1); } }

/* ─── Всплывающее уведомление ─── */
.notif-toast {
  position: fixed; z-index: 9980;
  top: calc(var(--safe-t) + 12px); right: 12px; left: 12px;
}
@media (min-width: 640px) { .notif-toast { left: auto; width: 380px; } }
.notif-toast-card {
  display: flex; align-items: flex-start; gap: 12px; padding: 12px 14px;
  background: rgba(21,23,27,0.96); border: 1px solid var(--line); border-radius: 16px;
  box-shadow: 0 20px 50px -16px rgba(0,0,0,0.8), inset 3px 0 0 var(--notif-color, var(--gold)); backdrop-filter: blur(16px);
  transition: border-color 0.15s;
}
.notif-toast-card:hover { border-color: var(--notif-color, var(--gold)); }

/* ─── Панель уведомлений (десктоп — выпадашка, телефон — шторка) ─── */
.sheet-backdrop {
  position: fixed; inset: 0; z-index: 70; background: rgba(0,0,0,0.55);
  animation: fadeIn 0.2s ease-out;
}
.sheet-grip { width: 40px; height: 4px; border-radius: 4px; background: rgba(255,255,255,0.18); margin: 8px auto 0; }
.notif-panel {
  position: absolute; right: 0; top: calc(100% + 8px); z-index: 71;
  width: 400px; max-width: calc(100vw - 24px);
  background: #0F1115; border: 1px solid var(--line); border-radius: 18px;
  box-shadow: 0 30px 60px -20px rgba(0,0,0,0.85);
  display: flex; flex-direction: column; max-height: min(72vh, 620px); overflow: hidden;
  animation: panel-in 0.22s var(--ease-out);
}
.notif-panel-list { overflow-y: auto; overscroll-behavior: contain; flex: 1; min-height: 0; }
@keyframes panel-in { from { opacity: 0; transform: translateY(-6px) scale(0.98); } to { opacity: 1; transform: none; } }
@media (max-width: 639px) {
  .notif-panel {
    position: fixed; left: 0; right: 0; bottom: 0; top: auto; width: 100%; max-width: none;
    border-radius: 22px 22px 0 0; max-height: 82dvh; border-bottom: 0;
    animation: sheet-up 0.3s var(--ease-out);
  }
}
@keyframes sheet-up { from { transform: translateY(100%); } to { transform: none; } }
.notif-row {
  width: 100%; display: flex; align-items: flex-start; gap: 12px; text-align: left;
  padding: 12px 16px; border-bottom: 1px solid rgba(255,255,255,0.04); position: relative;
  transition: background-color 0.15s;
}
.notif-row:hover { background: rgba(255,255,255,0.03); }
.notif-row.is-unread { background: rgba(255,184,0,0.04); }
.notif-row.is-unread::before {
  content: ''; position: absolute; left: 0; top: 14px; bottom: 14px; width: 3px; border-radius: 0 3px 3px 0;
  background: var(--notif-color, var(--gold));
}
.notif-row-icon {
  width: 36px; height: 36px; border-radius: 12px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center; font-size: 17px;
  background: color-mix(in srgb, var(--notif-color, #9B9BA4) 14%, transparent);
}

/* ─── Нижняя панель стажёра со шляпой ─── */
.tabbar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 30;
  padding-bottom: var(--safe-b);
  background: linear-gradient(180deg, rgba(17,19,23,0.9), rgba(10,11,13,0.98)); backdrop-filter: blur(18px) saturate(150%);
  border-top: 1px solid rgba(255,255,255,0.06);
}
.tabbar-inner {
  max-width: 42rem; margin: 0 auto; height: var(--tabbar-h);
  display: grid; grid-template-columns: repeat(5, 1fr); align-items: stretch;
}
.tabbar-item {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px;
  color: #6B6F78; position: relative; min-width: 0;
}
.tabbar-item:hover { color: #D5D7DC; }
.tabbar-item.is-active { color: #fff; }
.tabbar-item.is-active::after {
  content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 26px; height: 2px; border-radius: 0 0 2px 2px; background: var(--blood);
  box-shadow: 0 0 10px rgba(232,58,44,0.8);
}
.tabbar-label { font-size: 11px; font-weight: 600; line-height: 1; letter-spacing: 0.01em; white-space: nowrap; }
.tabbar-badge {
  position: absolute; top: -5px; right: -9px; min-width: 17px; height: 17px; padding: 0 4px;
  border-radius: 9px; background: var(--blood); color: #fff; font-size: 10px; font-weight: 800;
  display: flex; align-items: center; justify-content: center; border: 2px solid var(--ink);
}
.tabbar-hat-slot { display: flex; flex-direction: column; align-items: center; justify-content: flex-end; gap: 4px; padding-bottom: 9px; }
.tabbar-hat-slot .tabbar-label { color: #8A8E97; }
.tabbar-hat {
  width: 60px; height: 60px; margin-top: -26px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #0A0B0D;
  background: radial-gradient(circle at 32% 28%, #FFE08A 0%, #FFB800 42%, #B37F00 100%);
  border: 4px solid var(--ink);
  box-shadow: 0 10px 24px -6px rgba(255,184,0,0.55), 0 0 0 1px rgba(255,184,0,0.35);
  transition: transform 0.2s var(--ease-out), box-shadow 0.2s;
}
.tabbar-hat:hover { transform: translateY(-2px) rotate(-6deg); }
.tabbar-hat:active { transform: scale(0.92) !important; }
.tabbar-hat.is-active { box-shadow: 0 10px 28px -4px rgba(255,184,0,0.8), 0 0 0 1px rgba(255,184,0,0.6); }

/* ─── Кнопки-шляпы ─── */
.hat-btn {
  border-radius: 50%; display: inline-flex; align-items: center; justify-content: center;
  color: #0A0B0D; flex-shrink: 0;
  background: radial-gradient(circle at 32% 28%, #FFE08A 0%, #FFB800 42%, #B37F00 100%);
  box-shadow: 0 12px 28px -8px rgba(255,184,0,0.6), 0 0 0 1px rgba(255,184,0,0.4), inset 0 -2px 0 rgba(0,0,0,0.18);
  transition: transform 0.2s var(--ease-out);
}
.hat-btn:hover { transform: translateY(-2px) rotate(-6deg); }
.hat-btn:active { transform: scale(0.92) !important; }
.hat-btn-sm { width: 44px; height: 44px; }
.hat-btn-sm .hat-btn-svg { width: 26px; height: 26px; }
.hat-btn-md { width: 50px; height: 50px; }
.hat-btn-md .hat-btn-svg { width: 30px; height: 30px; }
.hat-btn-lg { width: 56px; height: 56px; }
.hat-btn-lg .hat-btn-svg { width: 34px; height: 34px; }
.hat-float { position: fixed; z-index: 25; right: 12px; top: calc(var(--safe-t) + 14px); }
.hat-home-inline {
  width: 44px; height: 44px; border-radius: 14px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center; color: #0A0B0D;
  background: radial-gradient(circle at 32% 28%, #FFE08A 0%, #FFB800 45%, #B37F00 100%);
}
.hat-badge {
  width: 52px; height: 52px; border-radius: 16px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center; color: #0A0B0D;
  background: radial-gradient(circle at 32% 28%, #FFE08A 0%, #FFB800 45%, #B37F00 100%);
  box-shadow: 0 10px 24px -8px rgba(255,184,0,0.6);
}
/* Не перекрываем правый край шапок внутренних экранов */
.has-hat-float .sticky.top-0 { padding-right: 68px !important; }

/* ─── Док админа ─── */
.admin-dock {
  position: fixed; z-index: 25; right: 16px; bottom: calc(var(--safe-b) + 16px);
  display: flex; align-items: center; gap: 10px;
  transition: bottom 0.25s var(--ease-out);
}
.admin-dock.is-raised { bottom: calc(var(--safe-b) + 96px); }
.admin-dock-search {
  height: 46px; padding: 0 14px; border-radius: 23px;
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(21,23,27,0.92); color: #D5D7DC; font-size: 14px; font-weight: 600;
  border: 1px solid rgba(255,255,255,0.1); backdrop-filter: blur(14px);
  box-shadow: 0 14px 30px -12px rgba(0,0,0,0.8);
}
.admin-dock-search:hover { border-color: rgba(255,184,0,0.5); color: #fff; }
@media (max-width: 639px) { .admin-dock-search { width: 46px; padding: 0; justify-content: center; } }
.pad-dock { padding-bottom: calc(88px + var(--safe-b)); }

/* ─── Меню и поиск ─── */
.cmd-overlay {
  position: fixed; inset: 0; z-index: 90; background: rgba(4,5,6,0.66); backdrop-filter: blur(4px);
  display: flex; align-items: flex-start; justify-content: center;
  padding: 10vh 16px 16px; animation: fadeIn 0.18s ease-out;
}
.cmd-panel {
  width: 100%; max-width: 560px; max-height: 76vh;
  background: #0F1115; border: 1px solid var(--line); border-radius: 22px;
  box-shadow: 0 40px 80px -24px rgba(0,0,0,0.9), 0 0 0 1px rgba(255,184,0,0.05);
  display: flex; flex-direction: column; overflow: hidden;
  animation: panel-in 0.24s var(--ease-out);
}
@media (max-width: 639px) {
  .cmd-overlay { padding: 0; align-items: flex-end; }
  .cmd-panel {
    max-width: none; max-height: 88dvh; border-radius: 24px 24px 0 0; border-bottom: 0;
    padding-bottom: var(--safe-b); animation: sheet-up 0.32s var(--ease-out);
  }
}
.cmd-search {
  display: flex; align-items: center; gap: 10px; padding: 0 12px; height: 48px;
  background: var(--ink); border: 1px solid var(--line); border-radius: 14px;
}
.cmd-search:focus-within { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(255,184,0,0.12); }
.cmd-input { flex: 1; min-width: 0; background: transparent; border: 0; outline: none; color: #fff; font-size: 16px; }
.cmd-input::-moz-placeholder { color: #5F636C; }
.cmd-input::placeholder { color: #5F636C; }
.cmd-list { overflow-y: auto; overscroll-behavior: contain; padding: 4px 8px 8px; flex: 1; min-height: 0; }
.cmd-group { padding: 12px 10px 6px; font-size: 12px; font-weight: 700; color: #6B6F78; }
.cmd-item {
  width: 100%; display: flex; align-items: center; gap: 12px; padding: 9px 10px; min-height: 52px;
  border-radius: 12px; transition: background-color 0.12s;
}
.cmd-item.is-active { background: rgba(255,255,255,0.05); }
.cmd-item:disabled { opacity: 0.45; cursor: not-allowed; }
.cmd-item-icon {
  width: 34px; height: 34px; border-radius: 10px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  background: var(--graphite); color: var(--gold); border: 1px solid rgba(255,255,255,0.05);
}
.cmd-item.is-active .cmd-item-icon { background: rgba(255,184,0,0.14); border-color: rgba(255,184,0,0.3); }
.cmd-footer {
  display: flex; align-items: center; justify-content: space-between; gap: 8px;
  padding: 6px 12px; border-top: 1px solid rgba(255,255,255,0.05);
}
.kbd {
  align-items: center; padding: 2px 7px; border-radius: 6px; font-size: 11px; font-weight: 600;
  color: #8A8E97; background: var(--graphite); border: 1px solid var(--line);
  font-family: 'JetBrains Mono', ui-monospace, monospace;
}

/* ─── Чаты ─── */
.chat-screen { height: 100vh; height: 100dvh; }
.chat-screen.with-nav { height: calc(100vh - var(--tabbar-h)); height: calc(100dvh - var(--tabbar-h) - var(--safe-b)); }
.chat-bubble {
  max-width: min(80%, 520px); padding: 9px 14px; border-radius: 18px;
  font-size: 15px; line-height: 1.4; word-break: break-word;
  animation: bubble-in 0.2s var(--ease-out);
}
.chat-bubble.is-mine {
  background: linear-gradient(135deg, #E83A2C, #C42A1D); color: #fff; border-bottom-right-radius: 6px;
  box-shadow: 0 6px 16px -8px rgba(232,58,44,0.7);
}
.chat-bubble.is-theirs { background: #1C1F25; color: #E6E7EA; border-bottom-left-radius: 6px; border: 1px solid rgba(255,255,255,0.04); }
@keyframes bubble-in { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: none; } }

/* ─── Видео-редактор ─── */
.video-editor { background: #0F1116; border: 1px solid rgba(232,58,44,0.2); border-radius: 14px; padding: 12px; }
.seg { display: inline-flex; background: var(--ink); border: 1px solid var(--line); border-radius: 11px; padding: 3px; }
.seg button {
  display: inline-flex; align-items: center; gap: 6px; padding: 7px 12px; border-radius: 8px;
  font-size: 13px; font-weight: 600; color: #8A8E97; white-space: nowrap;
}
.seg button.on { background: var(--gold); color: #0A0B0D; }

/* ─── Формы ─── */
.field-hint { font-size: 12px; color: #6B6F78; margin: 6px 2px 12px; line-height: 1.35; }
.field-hint.is-error { color: #FF6B5C; }
.need-field label::after { content: ' — не заполнено'; color: var(--gold); font-size: 12px; }
input[type="date"] { color-scheme: dark; }

/* ─── Поздравления ─── */
.celebrate-stamp {
  display: inline-block; padding: 8px 16px; border-radius: 10px;
  font-family: 'Anton', sans-serif; font-size: 22px; letter-spacing: 0.04em; text-transform: uppercase;
  color: var(--stamp); border: 2px solid var(--stamp);
  background: color-mix(in srgb, var(--stamp) 10%, transparent);
  transform: rotate(-3deg);
  animation: stamp-in 0.55s cubic-bezier(0.2, 1.6, 0.4, 1) 0.15s both;
}
@keyframes stamp-in {
  0% { opacity: 0; transform: rotate(-12deg) scale(2.2); }
  60% { opacity: 1; transform: rotate(-2deg) scale(0.94); }
  100% { opacity: 1; transform: rotate(-3deg) scale(1); }
}
.celebrate-chip {
  display: inline-flex; align-items: center; gap: 6px; padding: 7px 12px; border-radius: 999px;
  font-size: 13px; font-weight: 600; color: #C9CBD0;
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08);
}
.celebrate-chip:hover { color: #fff; border-color: rgba(255,184,0,0.5); }
.hat-drop { width: 64px; animation: hat-drop 1.1s cubic-bezier(0.3, 1.5, 0.5, 1) both; filter: drop-shadow(0 8px 16px rgba(255,184,0,0.5)); }
@keyframes hat-drop {
  0% { opacity: 0; transform: translateY(-120px) rotate(-30deg); }
  60% { opacity: 1; transform: translateY(6px) rotate(8deg); }
  80% { transform: translateY(-4px) rotate(-4deg); }
  100% { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .celebrate-stamp, .hat-drop, .notif-panel, .cmd-panel, .app-toast, .chat-bubble { animation: none !important; }
}

/* Контентные колонки экранов шли в край экрана — задаём единые поля */
.py-5.space-y-5, .py-5.space-y-3 { padding-left: 16px; padding-right: 16px; }
@media (min-width: 640px) { .py-5.space-y-5, .py-5.space-y-3 { padding-left: 20px; padding-right: 20px; } }
/* Шапка с выпадающей панелью уведомлений должна быть выше карточек контента */
.app-header, .sticky.top-0.backdrop-blur { z-index: 35 !important; }
.seg button { flex: 1 1 0; justify-content: center; min-width: 0; }
@media (max-width: 380px) { .seg button { padding: 7px 8px; font-size: 12px; } }
.first\:border-t-0:first-child {
  border-top-width: 0px;
}
.last\:mb-0:last-child {
  margin-bottom: 0px;
}
.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}
.last\:pb-0:last-child {
  padding-bottom: 0px;
}
.hover\:border-\[\#00C781\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 199 129 / var(--tw-border-opacity, 1));
}
.hover\:border-\[\#00C781\]\/60:hover {
  border-color: rgb(0 199 129 / 0.6);
}
.hover\:border-\[\#2A2E36\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(42 46 54 / var(--tw-border-opacity, 1));
}
.hover\:border-\[\#3A3E48\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(58 62 72 / var(--tw-border-opacity, 1));
}
.hover\:border-\[\#E83A2C\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(232 58 44 / var(--tw-border-opacity, 1));
}
.hover\:border-\[\#E83A2C\]\/50:hover {
  border-color: rgb(232 58 44 / 0.5);
}
.hover\:border-\[\#FFB800\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 184 0 / var(--tw-border-opacity, 1));
}
.hover\:border-\[\#FFB800\]\/30:hover {
  border-color: rgb(255 184 0 / 0.3);
}
.hover\:border-\[\#FFB800\]\/40:hover {
  border-color: rgb(255 184 0 / 0.4);
}
.hover\:border-\[\#FFB800\]\/50:hover {
  border-color: rgb(255 184 0 / 0.5);
}
.hover\:border-\[\#FFB800\]\/60:hover {
  border-color: rgb(255 184 0 / 0.6);
}
.hover\:border-\[color\:var\(--cardc\)\]:hover {
  border-color: var(--cardc);
}
.hover\:border-gray-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.hover\:bg-\[\#00C781\]\/10:hover {
  background-color: rgb(0 199 129 / 0.1);
}
.hover\:bg-\[\#00D78F\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 215 143 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#0A0B0D\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(10 11 13 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#15171B\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 23 27 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#1A1C20\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(26 28 32 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#1F0A0A\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 10 10 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#2A2E36\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(42 46 54 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#3B82F6\]\/25:hover {
  background-color: rgb(59 130 246 / 0.25);
}
.hover\:bg-\[\#B567FF\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(181 103 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#E83A2C\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(232 58 44 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#E83A2C\]\/10:hover {
  background-color: rgb(232 58 44 / 0.1);
}
.hover\:bg-\[\#E83A2C\]\/20:hover {
  background-color: rgb(232 58 44 / 0.2);
}
.hover\:bg-\[\#FF4A3C\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 74 60 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#FF4A3C\]\/10:hover {
  background-color: rgb(255 74 60 / 0.1);
}
.hover\:bg-\[\#FFB800\]\/10:hover {
  background-color: rgb(255 184 0 / 0.1);
}
.hover\:bg-\[\#FFB800\]\/25:hover {
  background-color: rgb(255 184 0 / 0.25);
}
.hover\:bg-\[\#FFB800\]\/5:hover {
  background-color: rgb(255 184 0 / 0.05);
}
.hover\:bg-\[\#FFC820\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 200 32 / var(--tw-bg-opacity, 1));
}
.hover\:bg-white\/5:hover {
  background-color: rgb(255 255 255 / 0.05);
}
.hover\:from-\[\#FFC820\]:hover {
  --tw-gradient-from: #FFC820 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 200 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:to-\[\#FFAA00\]:hover {
  --tw-gradient-to: #FFAA00 var(--tw-gradient-to-position);
}
.hover\:text-\[\#00C781\]:hover {
  --tw-text-opacity: 1;
  color: rgb(0 199 129 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#E83A2C\]:hover {
  --tw-text-opacity: 1;
  color: rgb(232 58 44 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#FF4A3C\]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 74 60 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#FFB800\]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 184 0 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#FFC820\]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 200 32 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:opacity-100:hover {
  opacity: 1;
}
.hover\:opacity-80:hover {
  opacity: 0.8;
}
.hover\:ring-1:hover {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.hover\:ring-\[\#FFB800\]\/30:hover {
  --tw-ring-color: rgb(255 184 0 / 0.3);
}
.focus\:border-\[\#A855F7\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}
.focus\:border-\[\#E83A2C\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(232 58 44 / var(--tw-border-opacity, 1));
}
.focus\:border-\[\#FFB800\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 184 0 / var(--tw-border-opacity, 1));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.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-95:active {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.active\:cursor-grabbing:active {
  cursor: grabbing;
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:bg-gray-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.disabled\:text-gray-600:disabled {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.disabled\:opacity-30:disabled {
  opacity: 0.3;
}
.disabled\:opacity-40:disabled {
  opacity: 0.4;
}
.disabled\:opacity-50:disabled {
  opacity: 0.5;
}
.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-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\:rotate-3 {
  --tw-rotate: 3deg;
  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\:rotate-90 {
  --tw-rotate: 90deg;
  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\/img:hover .group-hover\/img\:scale-\[1\.02\] {
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  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\:text-\[\#FFB800\] {
  --tw-text-opacity: 1;
  color: rgb(255 184 0 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-\[color\:var\(--cardc\)\] {
  color: var(--cardc);
}
.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.group\/img:hover .group-hover\/img\:opacity-100 {
  opacity: 1;
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
@media (min-width: 640px) {

  .sm\:block {
    display: block;
  }

  .sm\:inline {
    display: inline;
  }

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

  .sm\:hidden {
    display: none;
  }

  .sm\:w-44 {
    width: 11rem;
  }

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

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

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

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

  .sm\:p-7 {
    padding: 1.75rem;
  }

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .md\:flex {
    display: flex;
  }

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

  .md\:hidden {
    display: none;
  }

  .md\:w-80 {
    width: 20rem;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, 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\:p-8 {
    padding: 2rem;
  }

  .md\:text-\[17px\] {
    font-size: 17px;
  }
}
@media (min-width: 1024px) {

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