/*
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #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] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(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:  ;
}

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.bottom-6 {
  bottom: 1.5rem;
}

.left-1\/2 {
  left: 50%;
}

.right-2 {
  right: 0.5rem;
}

.top-2 {
  top: 0.5rem;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-\[9999\] {
  z-index: 9999;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-4 {
  margin-top: 1rem;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.h-12 {
  height: 3rem;
}

.h-40 {
  height: 10rem;
}

.h-8 {
  height: 2rem;
}

.h-\[90vh\] {
  height: 90vh;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.min-h-\[520px\] {
  min-height: 520px;
}

.w-2 {
  width: 0.5rem;
}

.w-40 {
  width: 10rem;
}

.w-8 {
  width: 2rem;
}

.w-\[90vw\] {
  width: 90vw;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-5xl {
  max-width: 64rem;
}

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

.max-w-xl {
  max-width: 36rem;
}

.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-0 {
  --tw-translate-y: 0px;
  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-10 {
  --tw-translate-y: 2.5rem;
  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-12 {
  --tw-translate-y: 3rem;
  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-8 {
  --tw-translate-y: 2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-95 {
  --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));
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.list-none {
  list-style-type: none;
}

.flex-col {
  flex-direction: column;
}

.items-start {
  align-items: flex-start;
}

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

.justify-center {
  justify-content: center;
}

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

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-8 {
  gap: 2rem;
}

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

.overflow-hidden {
  overflow: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-4 {
  border-width: 4px;
}

.border-t {
  border-top-width: 1px;
}

.border-cyan-900\/30 {
  border-color: rgb(22 78 99 / 0.3);
}

.border-cyan-900\/40 {
  border-color: rgb(22 78 99 / 0.4);
}

.border-gray-700\/40 {
  border-color: rgb(55 65 81 / 0.4);
}

.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity));
}

.border-green-500\/30 {
  border-color: rgb(34 197 94 / 0.3);
}

.border-orange-500 {
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-border-opacity));
}

.bg-\[\#0a0f1f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(10 15 31 / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.bg-gray-900\/90 {
  background-color: rgb(17 24 39 / 0.9);
}

.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity));
}

.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-green-500 {
  --tw-gradient-from: #22c55e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-emerald-400 {
  --tw-gradient-to: rgb(52 211 153 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #34d399 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-cyan-400 {
  --tw-gradient-to: #22d3ee var(--tw-gradient-to-position);
}

.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-2 {
  padding: 0.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

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

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

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

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pl-0 {
  padding-left: 0px;
}

.pl-7 {
  padding-left: 1.75rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.align-bottom {
  vertical-align: bottom;
}

.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-\[1\.08em\] {
  font-size: 1.08em;
}

.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;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-semibold {
  font-weight: 600;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}

.text-cyan-200 {
  --tw-text-opacity: 1;
  color: rgb(165 243 252 / var(--tw-text-opacity));
}

.text-cyan-300 {
  --tw-text-opacity: 1;
  color: rgb(103 232 249 / var(--tw-text-opacity));
}

.text-cyan-400 {
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity));
}

.text-fuchsia-400 {
  --tw-text-opacity: 1;
  color: rgb(232 121 249 / var(--tw-text-opacity));
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-green-300 {
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity));
}

.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity));
}

.text-lime-400 {
  --tw-text-opacity: 1;
  color: rgb(163 230 53 / var(--tw-text-opacity));
}

.text-orange-400 {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity));
}

.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
}

.text-pink-400 {
  --tw-text-opacity: 1;
  color: rgb(244 114 182 / var(--tw-text-opacity));
}

.text-purple-300 {
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity));
}

.text-purple-400 {
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity));
}

.text-sky-300 {
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity));
}

.text-transparent {
  color: transparent;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity));
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.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-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.drop-shadow-\[0_0_16px_\#22d3ee\] {
  --tw-drop-shadow: drop-shadow(0 0 16px #22d3ee);
  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-\[0_0_7px_\#22d3ee\] {
  --tw-drop-shadow: drop-shadow(0 0 7px #22d3ee);
  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-\[0_0_8px_\#34d399\] {
  --tw-drop-shadow: drop-shadow(0 0 8px #34d399);
  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);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.duration-300 {
  transition-duration: 300ms;
}

.duration-700 {
  transition-duration: 700ms;
}

body {
  background: #171b2a;
}

/* Терминальный моноширинный шрифт */

.font-hacker {
  font-family: 'Fira Mono', 'JetBrains Mono', 'Consolas', 'monospace';
}

/* Glow вокруг текста и логотипа */

.glow-green {
  text-shadow: 0 0 8px #34d399, 0 0 16px #059669;
}

/* Терминальный "блок" */

.terminal-bg {
  background: rgba(0,0,0,0.80);
  border: 1px solid #22d3ee;
  box-shadow: 0 0 24px #14b8a6, 0 0 4px #134e4a inset;
}

/* --- Pentest Animated Gradient Background --- */

.animated-gradient {
  background:
    linear-gradient(120deg, #101622 0%, #14233a 100%),
    radial-gradient(ellipse at 80% 20%, rgba(46,213,115,0.09) 0%, transparent 70%),
    radial-gradient(ellipse at 20% 90%, rgba(72,45,211,0.12) 0%, transparent 70%);
  background-blend-mode: lighten;
  background-size: cover;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  width: 100%;
  animation: gradient-move 16s ease-in-out infinite;
}

@keyframes gradient-move {
  0%, 100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

/* --- Hacker Grid Overlay --- */

.hacker-grid::before {
  content: '';
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    repeating-linear-gradient(0deg, transparent 0 29px, rgba(36,211,140,0.06) 30px 30px),
    repeating-linear-gradient(90deg, transparent 0 29px, rgba(72,45,211,0.06) 30px 30px);
  opacity: 0.30;
  mix-blend-mode: lighten;
}

/* --- Scanline Effect --- */

.scanline {
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  z-index: 15;
  background: linear-gradient(90deg, transparent, #27ef7f 45%, #27ef7f 55%, transparent);
  opacity: 0.27;
  animation: scanline-move 3.5s linear infinite;
}

@keyframes scanline-move {
  0% {
    top: 0;
    opacity: 0.18;
  }

  30% {
    opacity: 0.34;
  }

  55% {
    opacity: 0.18;
  }

  100% {
    top: 100%;
    opacity: 0.1;
  }
}

/* --- Animated Blobs --- */

.blob1, .blob2, .blob3 {
  position: absolute;
  border-radius: 50%;
  filter: blur(62px);
  opacity: 0.22;
  mix-blend-mode: lighten;
  pointer-events: none;
}

.blob1 {
  width: 28vw;
  height: 28vw;
  top: 8%;
  left: 4%;
  background: #00ff95;
}

.blob2 {
  width: 28vw;
  height: 28vw;
  bottom: 10%;
  right: 10%;
  background: #2e68f6;
}

.blob3 {
  width: 22vw;
  height: 22vw;
  top: 38%;
  left: 62%;
  background: #d946ef;
}

@keyframes blob-move {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }

  33% {
    transform: translate(30px, -30px) scale(1.09);
  }

  66% {
    transform: translate(-20px, 20px) scale(0.95);
  }
}

.animate-blob {
  animation: blob-move 14s ease-in-out infinite;
}

.animation-delay-2s {
  animation-delay: 2s;
}

.animation-delay-4s {
  animation-delay: 4s;
}

/* --- "Rain" Outlined Circles --- */

.rain-drop {
  position: absolute;
  border-radius: 9999px;
  pointer-events: none;
  border: 2.5px solid;
  background: transparent !important;
  opacity: 0.48;
  animation: drop-fade 1.2s linear forwards;
}

@keyframes drop-fade {
  0%   {
    opacity: 0.6;
    transform: scale(0.65);
  }

  80%  {
    opacity: 0.9;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(1.17);
  }
}

/* --- Глитч-кнопка и эффект терминального курсора (при желании) --- */

.glitch-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  border: 2px solid #22d3ee;
  border-radius: 1.2rem;
  opacity: 0.20;
  pointer-events: none;
}

.term-cursor {
  display: inline-block;
  width: 2px;
  height: 1.5em;
  background: #22ff99;
  vertical-align: middle;
  animation: blink-cursor 1s steps(2, start) infinite;
}

@keyframes blink-cursor {
  to {
    opacity: 0;
  }
}

.term-cursor {
  display: inline-block;
  width: 2px;
  height: 1.5em;
  background: #22ff99;
  vertical-align: middle;
  animation: blink-cursor 1s steps(2, start) infinite;
}

@keyframes blink-cursor {
  to {
    opacity: 0;
  }
}

/*  */

/* 2 */

/*  */

.animated-gradient-tools {
  background-color: #171b2a;
  background:
    linear-gradient(110deg, #171b2a 0%, #232e3c 50%, #201e3e 100%),
    radial-gradient(ellipse at 20% 70%, rgba(42,213,170,0.11) 0%, transparent 70%),
    radial-gradient(ellipse at 80% 20%, rgba(95,61,246,0.09) 0%, transparent 75%);
  background-blend-mode: lighten;
  background-size: 170% 170%;
  animation: gradient-tools-move 15s ease-in-out infinite;
  position: relative;
  overflow: hidden;
}

@keyframes gradient-tools-move {
  0%, 100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 70%;
  }
}

/* Blobs для второго фона */

.tools-blob1, .tools-blob2 {
  position: absolute;
  border-radius: 50%;
  filter: blur(52px);
  opacity: 0.16;
  mix-blend-mode: lighten;
  pointer-events: none;
}

.tools-blob1 {
  width: 22vw;
  height: 22vw;
  top: 16%;
  left: 60%;
  background: #34d399;
  animation: blob-move2 16s ease-in-out infinite;
}

.tools-blob2 {
  width: 30vw;
  height: 30vw;
  bottom: 12%;
  right: 6%;
  background: #7c3aed;
  animation: blob-move2 18s ease-in-out infinite reverse;
}

@keyframes blob-move2 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }

  44% {
    transform: translate(-40px, 28px) scale(1.08);
  }

  77% {
    transform: translate(26px, -32px) scale(0.97);
  }
}

/* Дождик для инструментов — ещё слабее, чем в первой секции */

.rain-drop-tools {
  position: absolute;
  border-radius: 9999px;
  pointer-events: none;
  border: 1.6px solid;
  background: transparent !important;
  opacity: 0.27;
  animation: drop-fade-tools 1.25s linear forwards;
}

@keyframes drop-fade-tools {
  0%   {
    opacity: 0.30;
    transform: scale(0.68);
  }

  80%  {
    opacity: 0.18;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(1.14);
  }
}

#tools-section {
  opacity: 0;
  transform: translateY(48px);
  transition: all 1s cubic-bezier(0.25,0.8,0.25,1);
}

#tools-section.opacity-100 {
  opacity: 1;
  transform: translateY(0);
}

/*  */

/* 2/ */

/*  */

/*  */

/* 3 */

/*  */

.animated-gradient-author {
  background:
    linear-gradient(125deg, #131e2a 0%, #232e3c 50%, #1d2638 100%),
    radial-gradient(ellipse at 80% 80%, rgba(61,246,205,0.12) 0%, transparent 75%),
    radial-gradient(ellipse at 10% 20%, rgba(125,61,246,0.14) 0%, transparent 75%);
  background-blend-mode: lighten;
  background-size: 170% 170%;
  animation: author-gradient-move 18s ease-in-out infinite;
  position: relative;
  overflow: hidden;
}

@keyframes author-gradient-move {
  0%, 100% {
    background-position: 0% 80%;
  }

  50% {
    background-position: 100% 30%;
  }
}

.author-blob1, .author-blob2 {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.18;
  mix-blend-mode: lighten;
  pointer-events: none;
}

.author-blob1 {
  width: 20vw;
  height: 20vw;
  top: 7%;
  left: 60%;
  background: #34d399;
  animation: blob-move-author 13s ease-in-out infinite;
}

.author-blob2 {
  width: 22vw;
  height: 22vw;
  bottom: 10%;
  right: 10%;
  background: #7c3aed;
  animation: blob-move-author 17s ease-in-out infinite reverse;
}

@keyframes blob-move-author {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }

  43% {
    transform: translate(-30px, 28px) scale(1.09);
  }

  77% {
    transform: translate(32px, -22px) scale(0.97);
  }
}

.glow-green {
  text-shadow: 0 0 8px #34d399, 0 0 12px #22d3ee99;
}

.hacker-title {
  letter-spacing: 0.03em;
}

.term-cursor {
  display: inline-block;
  width: 2px;
  height: 1.3em;
  background: #22ff99;
  vertical-align: middle;
  animation: blink-cursor 1s steps(2, start) infinite;
}

@keyframes blink-cursor {
  to {
    opacity: 0;
  }
}

.font-hacker {
  font-family: 'Fira Mono', 'JetBrains Mono', 'Consolas', 'monospace';
}

#author-terminal-bg {
  min-height: 120px;
}

.author-terminal-line {
  font-family: 'Fira Mono', 'JetBrains Mono', 'Consolas', monospace;
  font-size: 1.05rem;
  color: #53ff9b;
  margin-bottom: 3px;
  padding: 0 0 0 6px;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  display: flex;
  align-items: center;
  line-height: 1.45;
  letter-spacing: 1.2px;
}

.author-terminal-prompt {
  color: #25c6fa;
  font-weight: bold;
  margin-right: 10px;
}

#author-terminal-bg {
  min-height: 60px;
  /* no background, no shadow, transparent */
}

@media (max-width: 768px) {
  #author-terminal-bg {
    left: 50% !important;
    bottom: 12px !important;
    transform: translateX(-50%) !important;
    width: 96vw !important;
    max-width: 98vw !important;
  }
}

/*  */

/* 3/ */

/*  */

/*  */

/* 4 */

/*  */

.animated-gradient-bonus {
  background:
    linear-gradient(120deg, #161c26 0%, #212d3b 50%, #253742 100%),
    radial-gradient(ellipse at 82% 18%, rgba(46,213,115,0.10) 0%, transparent 75%),
    radial-gradient(ellipse at 12% 82%, rgba(245,208,66,0.08) 0%, transparent 70%);
  background-blend-mode: lighten;
  background-size: 170% 170%;
  animation: bonus-gradient-move 19s ease-in-out infinite;
  position: relative;
  overflow: hidden;
}

@keyframes bonus-gradient-move {
  0%, 100% {
    background-position: 0% 40%;
  }

  50% {
    background-position: 100% 60%;
  }
}

.bonus-blob1, .bonus-blob2 {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.16;
  mix-blend-mode: lighten;
  pointer-events: none;
}

.bonus-blob1 {
  width: 17vw;
  height: 17vw;
  top: 10%;
  left: 70%;
  background: #22d3ee;
  animation: blob-move-bonus 13s ease-in-out infinite;
}

.bonus-blob2 {
  width: 21vw;
  height: 21vw;
  bottom: 13%;
  right: 10%;
  background: #a3e635;
  animation: blob-move-bonus 16s ease-in-out infinite reverse;
}

@keyframes blob-move-bonus {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }

  41% {
    transform: translate(-36px, 20px) scale(1.10);
  }

  85% {
    transform: translate(20px, -24px) scale(0.96);
  }
}

@keyframes bounce-slow {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-9px);
  }
}

.animate-bounce-slow {
  animation: bounce-slow 1.7s infinite;
}

/* Терминальный мигающий курсор и glow — если нужно */

.term-cursor {
  display: inline-block;
  width: 2px;
  height: 1.25em;
  background: #22ff99;
  vertical-align: middle;
  animation: blink-cursor 1s steps(2, start) infinite;
}

@keyframes blink-cursor {
  to {
    opacity: 0;
  }
}

/*  */

/* 4/ */

/*  */

/*  */

/* 5 */

/*  */

.animated-gradient-cta {
  background:
    linear-gradient(120deg, #162634 0%, #17243a 50%, #183c4b 100%),
    radial-gradient(ellipse at 80% 70%, rgba(34,211,238,0.09) 0%, transparent 75%),
    radial-gradient(ellipse at 10% 18%, rgba(245,158,11,0.12) 0%, transparent 70%);
  background-blend-mode: lighten;
  background-size: 160% 160%;
  animation: cta-gradient-move 18s ease-in-out infinite;
  position: relative;
  overflow: hidden;
}

@keyframes cta-gradient-move {
  0%, 100% {
    background-position: 0% 70%;
  }

  50% {
    background-position: 100% 20%;
  }
}

.cta-blob1, .cta-blob2 {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.13;
  mix-blend-mode: lighten;
  pointer-events: none;
}

.cta-blob1 {
  width: 18vw;
  height: 18vw;
  top: 10%;
  left: 60%;
  background: #34d399;
  animation: blob-move-cta 17s ease-in-out infinite;
}

.cta-blob2 {
  width: 24vw;
  height: 24vw;
  bottom: 11%;
  right: 7%;
  background: #eab308;
  animation: blob-move-cta 15s ease-in-out infinite reverse;
}

@keyframes blob-move-cta {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }

  44% {
    transform: translate(-26px, 36px) scale(1.07);
  }

  77% {
    transform: translate(21px, -18px) scale(0.96);
  }
}

/* Терминальный курсор */

.term-cursor {
  display: inline-block;
  width: 2px;
  height: 1.25em;
  background: #22ff99;
  vertical-align: middle;
  animation: blink-cursor 1s steps(2, start) infinite;
}

@keyframes blink-cursor {
  to {
    opacity: 0;
  }
}

.font-hacker {
  font-family: 'Fira Mono', 'JetBrains Mono', 'Consolas', 'monospace';
}

.glow-green {
  text-shadow: 0 0 8px #34d399, 0 0 12px #22d3ee99;
}

@keyframes cta-pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 #22d3ee55, 0 0 14px #22d3ee44;
  }

  50% {
    box-shadow: 0 0 0 10px #22d3ee22, 0 0 28px #22d3ee99;
  }
}

.animate-cta-pulse {
  animation: cta-pulse 1.7s infinite;
}

@keyframes wiggle {
  0%, 100% {
    transform: rotate(0);
  }

  15% {
    transform: rotate(-8deg);
  }

  35% {
    transform: rotate(8deg);
  }

  55% {
    transform: rotate(-4deg);
  }

  75% {
    transform: rotate(4deg);
  }

  85% {
    transform: rotate(-2deg);
  }

  95% {
    transform: rotate(2deg);
  }
}

.wiggle {
  animation: wiggle 0.6s cubic-bezier(.36,.07,.19,.97) both;
}

/*  */

/* 5/ */

/*  */

/*  */

/* 6 */

/*  */

.animated-gradient-faq {
  background:
    linear-gradient(100deg, #141b2b 0%, #191f34 60%, #15172a 100%),
    radial-gradient(ellipse at 80% 80%, rgba(64,255,164,0.07) 0%, transparent 75%),
    radial-gradient(ellipse at 20% 0%, rgba(74,108,255,0.09) 0%, transparent 80%);
  background-blend-mode: lighten;
  background-size: 180% 180%;
  animation: gradient-faq-move 16s ease-in-out infinite;
  position: relative;
  overflow: hidden;
}

@keyframes gradient-faq-move {
  0%, 100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 40%;
  }
}

.faq-blob1, .faq-blob2 {
  position: absolute;
  border-radius: 50%;
  filter: blur(48px);
  opacity: 0.13;
  mix-blend-mode: lighten;
  pointer-events: none;
}

.faq-blob1 {
  width: 22vw;
  height: 22vw;
  top: 5%;
  left: 64%;
  background: #34d399;
  animation: blob-move2 13s ease-in-out infinite;
}

.faq-blob2 {
  width: 30vw;
  height: 30vw;
  bottom: 14%;
  right: 8%;
  background: #5eead4;
  animation: blob-move2 17s ease-in-out infinite reverse;
}

@keyframes faq-icon-pulse {
  0%, 100% {
    filter: drop-shadow(0 0 7px #22d3ee);
    transform: scale(1);
  }

  50% {
    filter: drop-shadow(0 0 16px #4ade80);
    transform: scale(1.14);
  }
}

.animate-faq-icon-pulse {
  animation: faq-icon-pulse 2.3s infinite;
}

/*  */

/* 6/ */

/*  */

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:inset-0::before {
  content: var(--tw-content);
  inset: 0px;
}

.before\:rounded-2xl::before {
  content: var(--tw-content);
  border-radius: 1rem;
}

.before\:border-2::before {
  content: var(--tw-content);
  border-width: 2px;
}

.before\:border-green-400::before {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity));
}

.before\:opacity-20::before {
  content: var(--tw-content);
  opacity: 0.2;
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}

.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }

  .md\:bottom-8 {
    bottom: 2rem;
  }

  .md\:left-10 {
    left: 2.5rem;
  }

  .md\:h-48 {
    height: 12rem;
  }

  .md\:w-48 {
    width: 12rem;
  }

  .md\:translate-x-0 {
    --tw-translate-x: 0px;
    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));
  }

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

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

  .md\:bg-black\/60 {
    background-color: rgb(0 0 0 / 0.6);
  }

  .md\:text-left {
    text-align: left;
  }

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

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

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}