@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300;400;500;600;700&family=Comfortaa:wght@300;400;500;600;700&family=Nunito:wght@300;400;500;600;700&display=swap');

*, ::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.17 | 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;
}

html {
    font-family: 'Nunito', sans-serif;
  }

body{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    background: linear-gradient(135deg, #0f1b02 0%, #1a2e05 25%, #2d5016 50%, #365f1a 75%, #4a7c59 100%);
    color: #ecfdf5;
    min-height: 100vh;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Fredoka', cursive;
    font-weight: 600;
  }

.subtitle {
    font-family: 'Comfortaa', cursive;
  }

.container{
  width: 100%;
}

@media (min-width: 640px){

  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){

  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){

  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){

  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){

  .container{
    max-width: 1536px;
  }
}

.visible{
  visibility: visible;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.left-3{
  left: 0.75rem;
}

.top-0{
  top: 0px;
}

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

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

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

.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-8{
  margin-bottom: 2rem;
}

.ml-4{
  margin-left: 1rem;
}

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

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

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

.mt-3{
  margin-top: 0.75rem;
}

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

.mt-8{
  margin-top: 2rem;
}

.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.block{
  display: block;
}

.flex{
  display: flex;
}

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

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-10{
  height: 2.5rem;
}

.h-12{
  height: 3rem;
}

.h-20{
  height: 5rem;
}

.h-24{
  height: 6rem;
}

.h-3{
  height: 0.75rem;
}

.h-4{
  height: 1rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-7{
  height: 1.75rem;
}

.h-8{
  height: 2rem;
}

.min-h-screen{
  min-height: 100vh;
}

.w-0\.5{
  width: 0.125rem;
}

.w-10{
  width: 2.5rem;
}

.w-12{
  width: 3rem;
}

.w-16{
  width: 4rem;
}

.w-2\/3{
  width: 66.666667%;
}

.w-20{
  width: 5rem;
}

.w-24{
  width: 6rem;
}

.w-3{
  width: 0.75rem;
}

.w-4{
  width: 1rem;
}

.w-5{
  width: 1.25rem;
}

.w-6{
  width: 1.5rem;
}

.w-64{
  width: 16rem;
}

.w-7{
  width: 1.75rem;
}

.w-8{
  width: 2rem;
}

.w-full{
  width: 100%;
}

.min-w-0{
  min-width: 0px;
}

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

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

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

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

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

.flex-shrink-0{
  flex-shrink: 0;
}

.grow{
  flex-grow: 1;
}

.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

@keyframes pulse{

  50%{
    opacity: .5;
  }
}

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

.cursor-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

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

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

.flex-wrap{
  flex-wrap: wrap;
}

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

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

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

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

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

.gap-1{
  gap: 0.25rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-4{
  gap: 1rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

.space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.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-emerald-700\/30{
  border-color: rgb(4 120 87 / 0.3);
}

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

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

.border-red-700\/30{
  border-color: rgb(185 28 28 / 0.3);
}

.bg-amber-900\/50{
  background-color: rgb(120 53 15 / 0.5);
}

.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.bg-blue-900\/30{
  background-color: rgb(30 58 138 / 0.3);
}

.bg-blue-900\/50{
  background-color: rgb(30 58 138 / 0.5);
}

.bg-emerald-900\/30{
  background-color: rgb(6 78 59 / 0.3);
}

.bg-emerald-900\/50{
  background-color: rgb(6 78 59 / 0.5);
}

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

.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.bg-green-200{
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
}

.bg-purple-900\/30{
  background-color: rgb(88 28 135 / 0.3);
}

.bg-red-900\/30{
  background-color: rgb(127 29 29 / 0.3);
}

.bg-red-900\/50{
  background-color: rgb(127 29 29 / 0.5);
}

.bg-slate-600{
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1));
}

.bg-slate-700\/30{
  background-color: rgb(51 65 85 / 0.3);
}

.bg-slate-700\/50{
  background-color: rgb(51 65 85 / 0.5);
}

.bg-slate-800\/70{
  background-color: rgb(30 41 59 / 0.7);
}

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

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

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

.from-amber-500{
  --tw-gradient-from: #f59e0b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-400{
  --tw-gradient-from: #60a5fa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-500{
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

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

.from-emerald-500{
  --tw-gradient-from: #10b981 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-900\/20{
  --tw-gradient-from: rgb(6 78 59 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-100\/60{
  --tw-gradient-from: rgb(220 252 231 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 252 231 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-400{
  --tw-gradient-from: #4ade80 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-50{
  --tw-gradient-from: #f0fdf4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-400{
  --tw-gradient-from: #fb923c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-500{
  --tw-gradient-from: #f97316 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-400{
  --tw-gradient-from: #f472b6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-500{
  --tw-gradient-from: #ec4899 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-400{
  --tw-gradient-from: #c084fc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-500{
  --tw-gradient-from: #a855f7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-500{
  --tw-gradient-from: #ef4444 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-900\/20{
  --tw-gradient-from: rgb(127 29 29 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-400{
  --tw-gradient-from: #2dd4bf var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

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

.to-blue-500{
  --tw-gradient-to: #3b82f6 var(--tw-gradient-to-position);
}

.to-blue-900\/20{
  --tw-gradient-to: rgb(30 58 138 / 0.2) var(--tw-gradient-to-position);
}

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

.to-cyan-500{
  --tw-gradient-to: #06b6d4 var(--tw-gradient-to-position);
}

.to-emerald-100\/60{
  --tw-gradient-to: rgb(209 250 229 / 0.6) var(--tw-gradient-to-position);
}

.to-emerald-400{
  --tw-gradient-to: #34d399 var(--tw-gradient-to-position);
}

.to-emerald-50{
  --tw-gradient-to: #ecfdf5 var(--tw-gradient-to-position);
}

.to-emerald-500{
  --tw-gradient-to: #10b981 var(--tw-gradient-to-position);
}

.to-emerald-600{
  --tw-gradient-to: #059669 var(--tw-gradient-to-position);
}

.to-green-400{
  --tw-gradient-to: #4ade80 var(--tw-gradient-to-position);
}

.to-green-500{
  --tw-gradient-to: #22c55e var(--tw-gradient-to-position);
}

.to-indigo-400{
  --tw-gradient-to: #818cf8 var(--tw-gradient-to-position);
}

.to-indigo-500{
  --tw-gradient-to: #6366f1 var(--tw-gradient-to-position);
}

.to-pink-500{
  --tw-gradient-to: #ec4899 var(--tw-gradient-to-position);
}

.to-pink-900\/20{
  --tw-gradient-to: rgb(131 24 67 / 0.2) var(--tw-gradient-to-position);
}

.to-purple-500{
  --tw-gradient-to: #a855f7 var(--tw-gradient-to-position);
}

.to-red-400{
  --tw-gradient-to: #f87171 var(--tw-gradient-to-position);
}

.to-red-500{
  --tw-gradient-to: #ef4444 var(--tw-gradient-to-position);
}

.to-rose-400{
  --tw-gradient-to: #fb7185 var(--tw-gradient-to-position);
}

.to-rose-500{
  --tw-gradient-to: #f43f5e var(--tw-gradient-to-position);
}

.to-teal-500{
  --tw-gradient-to: #14b8a6 var(--tw-gradient-to-position);
}

.to-yellow-500{
  --tw-gradient-to: #eab308 var(--tw-gradient-to-position);
}

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

.p-2{
  padding: 0.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

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

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

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

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

.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-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

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

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

.pb-8{
  padding-bottom: 2rem;
}

.pl-10{
  padding-left: 2.5rem;
}

.pr-8{
  padding-right: 2rem;
}

.pt-6{
  padding-top: 1.5rem;
}

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

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

.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-5xl{
  font-size: 3rem;
  line-height: 1;
}

.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}

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

.capitalize{
  text-transform: capitalize;
}

.leading-relaxed{
  line-height: 1.625;
}

.text-amber-300{
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity, 1));
}

.text-blue-300{
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}

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

.text-emerald-300{
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}

.text-emerald-400{
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}

.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

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

.text-red-300{
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}

.text-red-400{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.text-slate-300{
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

.text-slate-400{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

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

.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-30{
  opacity: 0.3;
}

.opacity-70{
  opacity: 0.7;
}

.opacity-80{
  opacity: 0.8;
}

.opacity-90{
  opacity: 0.9;
}

.outline{
  outline-style: solid;
}

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

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

.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

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

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

.bg-primary {
    background: linear-gradient(135deg, #0f1b02 0%, #1a2e05 25%, #2d5016 50%, #365f1a 75%, #4a7c59 100%);
  }

.bg-secondary {
    background: linear-gradient(135deg, #1a2e05 0%, #2d5016 50%, #365f1a 100%);
  }

.bg-accent {
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 50%, #15803d 100%);
  }

.bg-light {
    background: linear-gradient(135deg, #4ade80 0%, #22c55e 50%, #16a34a 100%);
  }

.bg-lightest {
    background: linear-gradient(135deg, #86efac 0%, #4ade80 50%, #22c55e 100%);
  }

.text-primary {
    color: #ecfdf5;
  }

.text-secondary {
    color: #d1fae5;
  }

.text-accent {
    color: #4ade80;
  }

.text-light {
    color: #86efac;
  }

.text-lightest {
    color: #bbf7d0;
  }

.border-primary {
    border-color: #ecfdf5;
  }

.border-secondary {
    border-color: #d1fae5;
  }

.border-accent {
    border-color: #4ade80;
  }

.border-light {
    border-color: #86efac;
  }

.border-lightest {
    border-color: #bbf7d0;
  }

/* Custom scrollbar with darker green theme */

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: linear-gradient(135deg, #0f1b02 0%, #1a2e05 100%);
  border-radius: 20px;
  border: 2px solid rgba(77, 222, 128, 0.3);
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #4ade80 0%, #22c55e 100%);
  border-radius: 20px;
  border: 2px solid rgba(255, 255, 255, 0.15);
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
}

/* Smooth transitions for all interactive elements */

* {
  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: 200ms;
}

/* Enhanced focus styles with darker green theme */

button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px #4ade80, 0 0 0 6px rgba(77, 222, 128, 0.4);
  border-radius: 15px;
}

/* Loading animation */

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
}

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

/* Gradient text */

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

/* Custom button hover effects */

.hover-lift {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.hover-lift:hover {
  transform: translateY(-3px);
}

/* Enhanced greenhouse styles with darker theme */

.greenhouse {
  position: relative;
  background: linear-gradient(135deg, rgba(26, 46, 5, 0.98) 0%, rgba(45, 80, 22, 0.95) 50%, rgba(54, 95, 26, 0.9) 100%);
  border: 4px solid #4ade80;
  border-radius: 25px 25px 0 0;
  padding: 3rem 2rem 2rem;
  margin: 2rem 0;
  box-shadow: 
    0 25px 60px rgba(77, 222, 128, 0.4),
    inset 0 2px 15px rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  overflow: hidden;
}

.greenhouse::before {
  content: '';
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 25px solid #4ade80;
  filter: drop-shadow(0 -5px 15px rgba(77, 222, 128, 0.5));
}

.greenhouse::after {
  content: '🌿';
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 2rem;
  opacity: 0.5;
  animation: float 4s ease-in-out infinite;
}

.greenhouse-floor {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 25px;
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 50%, #15803d 100%);
  border-radius: 0 0 21px 21px;
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.4);
}

.greenhouse-floor::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 10%;
  right: 10%;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, #4ade80 50%, transparent 100%);
  border-radius: 2px;
}

.plant-shelf {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  min-height: 140px;
  padding: 1.5rem 0;
  position: relative;
}

.plant-shelf::before {
  content: '';
  position: absolute;
  bottom: 30px;
  left: 5%;
  right: 5%;
  height: 8px;
  background: linear-gradient(135deg, #a16207 0%, #92400e 100%);
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(161, 98, 7, 0.5);
}

.plant-pot {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  animation: plantGrow 0.8s ease-out;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.plant-pot:hover {
  transform: scale(1.05);
}

.pot {
  width: 45px;
  height: 35px;
  background: linear-gradient(135deg, #a16207 0%, #92400e 50%, #78350f 100%);
  border-radius: 0 0 25px 25px;
  position: relative;
  margin-top: 10px;
  box-shadow: 
    0 4px 15px rgba(161, 98, 7, 0.6),
    inset 0 2px 8px rgba(217, 119, 6, 0.4);
}

.pot::before {
  content: '';
  position: absolute;
  top: -8px;
  left: -4px;
  right: -4px;
  height: 12px;
  background: linear-gradient(135deg, #d97706 0%, #a16207 50%, #92400e 100%);
  border-radius: 15px;
  box-shadow: 0 2px 12px rgba(161, 98, 7, 0.5);
}

.pot::after {
  content: '';
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  background: #78350f;
  border-radius: 50%;
}

.plant-stage {
  font-size: 2.5rem;
  margin-bottom: 8px;
  filter: drop-shadow(0 3px 8px rgba(77, 222, 128, 0.6));
  animation: plantBob 3s ease-in-out infinite;
}

.plant-label {
  font-size: 0.75rem;
  font-weight: 600;
  color: #ecfdf5;
  text-align: center;
  margin-top: 8px;
  font-family: 'Comfortaa', cursive;
  background: rgba(26, 46, 5, 0.95);
  padding: 0.4rem 0.6rem;
  border-radius: 12px;
  border: 2px solid rgba(77, 222, 128, 0.5);
  box-shadow: 0 2px 12px rgba(77, 222, 128, 0.4);
  min-width: 80px;
  max-width: 100px;
  line-height: 1.2;
}

/* Plant bobbing animation */

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

/* Floating animation for decorative elements */

@keyframes float {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  33% {
    transform: translateY(-8px) rotate(2deg);
  }
  66% {
    transform: translateY(-4px) rotate(-1deg);
  }
}

/* Enhanced card styles with darker green theme */

.card {
  background: linear-gradient(135deg, rgba(26, 46, 5, 0.98) 0%, rgba(45, 80, 22, 0.95) 50%, rgba(54, 95, 26, 0.9) 100%);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border: 3px solid rgba(77, 222, 128, 0.5);
  border-radius: 25px;
  padding: 2.5rem;
  box-shadow: 
    0 20px 50px rgba(77, 222, 128, 0.3),
    inset 0 2px 15px rgba(255, 255, 255, 0.15);
  position: relative;
  overflow: hidden;
}

.card::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(77, 222, 128, 0.12) 0%, transparent 70%);
  animation: shimmer 8s ease-in-out infinite;
  pointer-events: none;
}

@keyframes shimmer {
  0%, 100% {
    opacity: 0;
    transform: rotate(0deg);
  }
  50% {
    opacity: 1;
    transform: rotate(180deg);
  }
}

.card:hover {
  border-color: rgba(77, 222, 128, 0.7);
  box-shadow: 
    0 25px 60px rgba(77, 222, 128, 0.4),
    inset 0 2px 15px rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

/* Enhanced hobby card styles */

.hobby-card {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background: linear-gradient(135deg, rgba(26, 46, 5, 0.98) 0%, rgba(45, 80, 22, 0.95) 100%);
  border: 3px solid rgba(77, 222, 128, 0.45);
  border-radius: 25px;
  box-shadow: 
    0 12px 30px rgba(77, 222, 128, 0.2),
    inset 0 1px 8px rgba(255, 255, 255, 0.15);
  position: relative;
  overflow: hidden;
}

.hobby-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(77, 222, 128, 0.2), transparent);
  transition: left 0.6s ease;
}

.hobby-card:hover::before {
  left: 100%;
}

.hobby-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 
    0 25px 50px rgba(77, 222, 128, 0.35),
    inset 0 2px 15px rgba(255, 255, 255, 0.2);
  border-color: rgba(77, 222, 128, 0.6);
}

/* Enhanced button styles */

.btn-primary {
  background: linear-gradient(135deg, #4ade80 0%, #22c55e 50%, #16a34a 100%);
  color: #0f1b02;
  font-weight: 700;
  padding: 1rem 2.5rem;
  border-radius: 30px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  cursor: pointer;
  font-family: 'Comfortaa', cursive;
  box-shadow: 
    0 12px 25px rgba(77, 222, 128, 0.5),
    inset 0 2px 8px rgba(255, 255, 255, 0.25);
  position: relative;
  overflow: hidden;
}

.btn-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  transition: left 0.6s ease;
}

.btn-primary:hover::before {
  left: 100%;
}

.btn-primary:hover {
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 50%, #15803d 100%);
  transform: translateY(-3px);
  box-shadow: 
    0 20px 40px rgba(77, 222, 128, 0.6),
    inset 0 2px 8px rgba(255, 255, 255, 0.35);
}

.btn-secondary {
  background: rgba(26, 46, 5, 0.98);
  color: #ecfdf5;
  border: 3px solid rgba(77, 222, 128, 0.5);
  font-weight: 700;
  padding: 1rem 2.5rem;
  border-radius: 30px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  font-family: 'Comfortaa', cursive;
  box-shadow: 
    0 8px 20px rgba(77, 222, 128, 0.4),
    inset 0 1px 5px rgba(255, 255, 255, 0.15);
}

.btn-secondary:hover {
  background: rgba(77, 222, 128, 0.25);
  border-color: #4ade80;
  transform: translateY(-2px);
  box-shadow: 
    0 15px 35px rgba(77, 222, 128, 0.5),
    inset 0 2px 8px rgba(255, 255, 255, 0.2);
}

/* Enhanced form styles */

.form-input {
  width: 100%;
  padding: 1rem 1.5rem;
  background: rgba(26, 46, 5, 0.98);
  border: 3px solid rgba(77, 222, 128, 0.5);
  border-radius: 20px;
  color: #ecfdf5;
  transition: all 0.3s ease;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  box-shadow: 
    0 6px 20px rgba(77, 222, 128, 0.2),
    inset 0 2px 8px rgba(0, 0, 0, 0.3);
}

.form-input::-moz-placeholder {
  color: rgba(236, 253, 245, 0.6);
  font-family: 'Nunito', sans-serif;
}

.form-input::placeholder {
  color: rgba(236, 253, 245, 0.6);
  font-family: 'Nunito', sans-serif;
}

.form-input:focus {
  outline: none;
  border-color: #4ade80;
  box-shadow: 
    0 0 0 4px rgba(77, 222, 128, 0.4),
    0 12px 30px rgba(77, 222, 128, 0.3),
    inset 0 2px 8px rgba(0, 0, 0, 0.2);
  background: rgba(45, 80, 22, 1);
}

.textarea {
  background: rgba(26, 46, 5, 0.98);
  border: 3px solid rgba(77, 222, 128, 0.5);
  color: #ecfdf5;
  padding: 1rem 1.5rem;
  border-radius: 20px;
  width: 100%;
  resize: none;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  box-shadow: 
    0 6px 20px rgba(77, 222, 128, 0.2),
    inset 0 2px 8px rgba(0, 0, 0, 0.3);
}

.textarea::-moz-placeholder {
  color: rgba(236, 253, 245, 0.6);
  font-family: 'Nunito', sans-serif;
}

.textarea::placeholder {
  color: rgba(236, 253, 245, 0.6);
  font-family: 'Nunito', sans-serif;
}

.textarea:focus {
  outline: none;
  border-color: #4ade80;
  box-shadow: 
    0 0 0 4px rgba(77, 222, 128, 0.4),
    0 12px 30px rgba(77, 222, 128, 0.3),
    inset 0 2px 8px rgba(0, 0, 0, 0.2);
  background: rgba(45, 80, 22, 1);
}

/* Enhanced search input */

.search-input {
  background: rgba(26, 46, 5, 0.98);
  border: 3px solid rgba(77, 222, 128, 0.5);
  color: #ecfdf5;
  padding: 1rem 1.5rem 1rem 3rem;
  border-radius: 20px;
  width: 100%;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  box-shadow: 
    0 6px 20px rgba(77, 222, 128, 0.2),
    inset 0 2px 8px rgba(0, 0, 0, 0.3);
}

.search-input::-moz-placeholder {
  color: rgba(236, 253, 245, 0.6);
  font-family: 'Nunito', sans-serif;
}

.search-input::placeholder {
  color: rgba(236, 253, 245, 0.6);
  font-family: 'Nunito', sans-serif;
}

.search-input:focus {
  outline: none;
  border-color: #4ade80;
  box-shadow: 
    0 0 0 4px rgba(77, 222, 128, 0.4),
    0 12px 30px rgba(77, 222, 128, 0.3),
    inset 0 2px 8px rgba(0, 0, 0, 0.2);
  background: rgba(45, 80, 22, 1);
}

/* Enhanced select styles */

.select {
  background: rgba(26, 46, 5, 0.98);
  border: 3px solid rgba(77, 222, 128, 0.5);
  color: #ecfdf5;
  padding: 1rem 3rem 1rem 1.5rem;
  border-radius: 20px;
  cursor: pointer;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  box-shadow: 
    0 6px 20px rgba(77, 222, 128, 0.2),
    inset 0 2px 8px rgba(0, 0, 0, 0.3);
}

.select:focus {
  outline: none;
  border-color: #4ade80;
  box-shadow: 
    0 0 0 4px rgba(77, 222, 128, 0.4),
    0 12px 30px rgba(77, 222, 128, 0.3),
    inset 0 2px 8px rgba(0, 0, 0, 0.2);
  background: rgba(45, 80, 22, 1);
}

/* Enhanced progress indicators */

.progress-container {
  background: rgba(77, 222, 128, 0.4);
  border-radius: 25px;
  height: 1rem;
  overflow: hidden;
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.4);
}

.progress-fill {
  background: linear-gradient(90deg, #4ade80 0%, #22c55e 50%, #16a34a 100%);
  height: 100%;
  border-radius: 25px;
  transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 
    0 2px 15px rgba(77, 222, 128, 0.6),
    inset 0 1px 5px rgba(255, 255, 255, 0.25);
  position: relative;
}

.progress-fill::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  animation: progressShine 2s ease-in-out infinite;
}

@keyframes progressShine {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

/* Enhanced tag styles with maximum contrast for accessibility */

.tag {
  background: #ffffff;
  color: #0f1b02;
  font-size: 0.85rem;
  font-weight: 800;
  padding: 0.7rem 1.4rem;
  border-radius: 25px;
  border: 3px solid #0f1b02;
  font-family: 'Comfortaa', cursive;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 
    0 8px 25px rgba(0, 0, 0, 0.4),
    inset 0 1px 5px rgba(255, 255, 255, 0.8);
  text-shadow: none;
  position: relative;
  overflow: hidden;
  letter-spacing: 0.5px;
}

.tag::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(77, 222, 128, 0.3), transparent);
  transition: left 0.4s ease;
}

.tag:hover::before {
  left: 100%;
}

.tag.selected {
  background: #4ade80;
  color: #0f1b02;
  border-color: #0f1b02;
  box-shadow: 
    0 12px 35px rgba(77, 222, 128, 0.6),
    inset 0 2px 8px rgba(255, 255, 255, 0.6);
  transform: translateY(-3px) scale(1.05);
  text-shadow: none;
}

.tag:hover {
  background: #22c55e;
  color: #0f1b02;
  border-color: #0f1b02;
  transform: translateY(-2px);
  box-shadow: 
    0 12px 30px rgba(34, 197, 94, 0.5),
    inset 0 2px 8px rgba(255, 255, 255, 0.6);
  text-shadow: none;
}

/* High contrast hobby card tags with maximum readability */

.hobby-card .tag-small {
  background: #ffffff;
  color: #0f1b02;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  border: 2px solid #0f1b02;
  font-family: 'Comfortaa', cursive;
  box-shadow: 
    0 6px 20px rgba(0, 0, 0, 0.4),
    inset 0 1px 3px rgba(255, 255, 255, 0.8);
  text-shadow: none;
  transition: all 0.3s ease;
  letter-spacing: 0.3px;
}

.hobby-card .tag-small:hover {
  background: #4ade80;
  color: #0f1b02;
  transform: translateY(-1px);
  box-shadow: 
    0 8px 25px rgba(77, 222, 128, 0.5),
    inset 0 1px 5px rgba(255, 255, 255, 0.6);
}

/* High contrast category tags with maximum visibility */

.category-tag {
  background: #ffffff;
  color: #0f1b02;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  border: 2px solid #0f1b02;
  font-family: 'Comfortaa', cursive;
  box-shadow: 
    0 6px 20px rgba(0, 0, 0, 0.4),
    inset 0 1px 3px rgba(255, 255, 255, 0.8);
  text-shadow: none;
  letter-spacing: 0.3px;
}

/* High contrast metadata tags in hobby detail with enhanced readability */

.metadata-tag {
  background: #ffffff;
  color: #0f1b02;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 0.6rem 1.2rem;
  border-radius: 20px;
  border: 2px solid #0f1b02;
  font-family: 'Comfortaa', cursive;
  box-shadow: 
    0 6px 20px rgba(0, 0, 0, 0.4),
    inset 0 1px 3px rgba(255, 255, 255, 0.8);
  text-shadow: none;
  display: inline-block;
  letter-spacing: 0.3px;
}

/* Enhanced cost and time indicators with maximum contrast */

.cost-low, .time-low {
  background: #ffffff;
  color: #059669;
  font-family: 'Comfortaa', cursive;
  border-radius: 20px;
  padding: 0.6rem 1.2rem;
  font-weight: 800;
  border: 2px solid #059669;
  box-shadow: 
    0 6px 20px rgba(5, 150, 105, 0.4),
    inset 0 1px 3px rgba(255, 255, 255, 0.8);
  text-shadow: none;
  letter-spacing: 0.3px;
}

.cost-medium, .time-medium {
  background: #ffffff;
  color: #d97706;
  font-family: 'Comfortaa', cursive;
  border-radius: 20px;
  padding: 0.6rem 1.2rem;
  font-weight: 800;
  border: 2px solid #d97706;
  box-shadow: 
    0 6px 20px rgba(217, 119, 6, 0.4),
    inset 0 1px 3px rgba(255, 255, 255, 0.8);
  text-shadow: none;
  letter-spacing: 0.3px;
}

.cost-high, .time-high {
  background: #ffffff;
  color: #dc2626;
  font-family: 'Comfortaa', cursive;
  border-radius: 20px;
  padding: 0.6rem 1.2rem;
  font-weight: 800;
  border: 2px solid #dc2626;
  box-shadow: 
    0 6px 20px rgba(220, 38, 38, 0.4),
    inset 0 1px 3px rgba(255, 255, 255, 0.8);
  text-shadow: none;
  letter-spacing: 0.3px;
}

/* Enhanced header and footer */

.header-bg {
  background: rgba(26, 46, 5, 0.99);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  border-bottom: 3px solid rgba(77, 222, 128, 0.4);
  box-shadow: 0 6px 25px rgba(77, 222, 128, 0.2);
}

.footer-bg {
  background: rgba(26, 46, 5, 0.98);
  border-top: 3px solid rgba(77, 222, 128, 0.4);
  box-shadow: 0 -6px 25px rgba(77, 222, 128, 0.2);
}

/* Enhanced shadows */

.shadow-green {
  box-shadow: 0 20px 35px -5px rgba(77, 222, 128, 0.45), 0 12px 15px -5px rgba(77, 222, 128, 0.35);
}

.shadow-green-lg {
  box-shadow: 0 30px 45px -5px rgba(77, 222, 128, 0.5), 0 20px 20px -5px rgba(77, 222, 128, 0.4);
}

/* Text gradient enhancement */

.text-gradient {
  background: linear-gradient(135deg, #4ade80 0%, #22c55e 50%, #16a34a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

/* Loading spinner enhancement */

.spinner {
  border: 3px solid rgba(77, 222, 128, 0.5);
  border-radius: 50%;
  border-top: 3px solid #4ade80;
  width: 24px;
  height: 24px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Plant growth animation enhancement */

@keyframes plantGrow {
  0% {
    transform: scale(0.7) translateY(15px);
    opacity: 0.5;
  }
  50% {
    transform: scale(0.9) translateY(5px);
    opacity: 0.8;
  }
  100% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}

.plant-grow {
  animation: plantGrow 0.8s ease-out;
}

/* Responsive design enhancements */

@media (max-width: 640px) {
  .mobile-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  .greenhouse {
    padding: 2rem 1.5rem 1.5rem;
    margin: 1.5rem 0;
  }
  
  .plant-shelf {
    flex-wrap: wrap;
    gap: 1.5rem;
    min-height: 120px;
  }
  
  .plant-pot {
    min-width: 80px;
  }
  
  .card {
    padding: 2rem;
  }
  
  .btn-primary, .btn-secondary {
    padding: 0.875rem 2rem;
  }
}

/* Hobby grid responsive enhancement */

.hobby-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 2rem;
}

@media (max-width: 768px) {
  .hobby-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

/* Navigation enhancements */

.nav-link {
  color: #ecfdf5;
  padding: 0.75rem 1.5rem;
  border-radius: 25px;
  transition: all 0.3s ease;
  text-decoration: none;
  font-family: 'Comfortaa', cursive;
  font-weight: 700;
  border: 2px solid transparent;
}

.nav-link:hover {
  background: rgba(77, 222, 128, 0.25);
  color: #4ade80;
  border-color: rgba(77, 222, 128, 0.4);
  transform: translateY(-1px);
}

.nav-link.active {
  background: linear-gradient(135deg, #4ade80, #22c55e);
  color: #0f1b02;
  border-color: #22c55e;
  box-shadow: 0 6px 20px rgba(77, 222, 128, 0.5);
}

/* Whimsical decorative elements */

.decorative-leaf {
  position: absolute;
  color: #4ade80;
  opacity: 0.4;
  animation: float 4s ease-in-out infinite;
  pointer-events: none;
}

/* Sparkle animation for completed tasks */

@keyframes sparkle {
  0%, 100% {
    opacity: 0;
    transform: scale(0) rotate(0deg);
  }
  50% {
    opacity: 1;
    transform: scale(1) rotate(180deg);
  }
}

.sparkle {
  animation: sparkle 1.2s ease-in-out;
}

/* Enhanced glass effect */

.glass-effect {
  background: linear-gradient(135deg, rgba(26, 46, 5, 0.98) 0%, rgba(45, 80, 22, 0.85) 100%);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  border: 3px solid rgba(77, 222, 128, 0.5);
  box-shadow: 
    0 12px 40px rgba(77, 222, 128, 0.3),
    inset 0 2px 15px rgba(255, 255, 255, 0.15);
}

/* Typography consistency enhancements */

p, span, div {
  font-family: 'Nunito', sans-serif;
  line-height: 1.6;
}

label {
  font-family: 'Comfortaa', cursive;
  font-weight: 700;
}

button {
  font-family: 'Comfortaa', cursive;
  font-weight: 700;
}

input, textarea, select {
  font-family: 'Nunito', sans-serif;
}

/* Ensure consistent heading styles */

.card h1, .card h2, .card h3, .card h4, .card h5, .card h6 {
  font-family: 'Fredoka', cursive;
  font-weight: 600;
  line-height: 1.3;
}

.card .subtitle {
  font-family: 'Comfortaa', cursive;
  font-weight: 500;
}

.card p, .card span:not(.subtitle) {
  font-family: 'Nunito', sans-serif;
  line-height: 1.6;
}

/* Enhanced whimsical elements */

.whimsical-border {
  border: 3px solid;
  -o-border-image: linear-gradient(45deg, #4ade80, #22c55e, #4ade80) 1;
     border-image: linear-gradient(45deg, #4ade80, #22c55e, #4ade80) 1;
  border-radius: 25px;
}

.whimsical-shadow {
  box-shadow: 
    0 15px 40px rgba(77, 222, 128, 0.4),
    0 0 0 1px rgba(77, 222, 128, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

/* Celebration animation */

@keyframes celebrate {
  0%, 100% {
    transform: scale(1) rotate(0deg);
  }
  25% {
    transform: scale(1.1) rotate(5deg);
  }
  75% {
    transform: scale(1.1) rotate(-5deg);
  }
}

.celebrate {
  animation: celebrate 0.8s ease-in-out;
}

/* Enhanced focus indicators */

*:focus-visible {
  outline: none;
  box-shadow: 
    0 0 0 3px #4ade80, 
    0 0 0 6px rgba(77, 222, 128, 0.5),
    0 6px 20px rgba(77, 222, 128, 0.4);
  border-radius: 15px;
}

/* Smooth page transitions */

.page-transition {
  animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

.hover\:bg-blue-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-700\/50:hover{
  background-color: rgb(51 65 85 / 0.5);
}

.hover\:text-accent:hover {
    color: #4ade80;
  }

.hover\:text-light:hover {
    color: #86efac;
  }

.hover\:text-lightest:hover {
    color: #bbf7d0;
  }

.hover\:border-accent:hover {
    border-color: #4ade80;
  }

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

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

.group:hover .group-hover\:translate-x-0\.5{
  --tw-translate-x: 0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 768px){

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

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

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

@media (min-width: 1024px){

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

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

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