@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&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;
}
.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;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  inset: 0px;
}
.left-3{
  left: 0.75rem;
}
.right-4{
  right: 1rem;
}
.top-1\/2{
  top: 50%;
}
.top-4{
  top: 1rem;
}
.z-10{
  z-index: 10;
}
.z-50{
  z-index: 50;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.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;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-8{
  margin-top: 2rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-12{
  height: 3rem;
}
.h-20{
  height: 5rem;
}
.h-3{
  height: 0.75rem;
}
.h-4{
  height: 1rem;
}
.h-48{
  height: 12rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-8{
  height: 2rem;
}
.max-h-96{
  max-height: 24rem;
}
.max-h-\[90vh\]{
  max-height: 90vh;
}
.min-h-screen{
  min-height: 100vh;
}
.w-12{
  width: 3rem;
}
.w-3{
  width: 0.75rem;
}
.w-4{
  width: 1rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-8{
  width: 2rem;
}
.w-full{
  width: 100%;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-sm{
  max-width: 24rem;
}
.flex-1{
  flex: 1 1 0%;
}
.-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));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}
.animate-spin{
  animation: spin 1s linear infinite;
}
.cursor-not-allowed{
  cursor: not-allowed;
}
.cursor-pointer{
  cursor: pointer;
}
.resize-none{
  resize: none;
}
.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-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-6{
  gap: 1.5rem;
}
.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-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));
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-y-auto{
  overflow-y: auto;
}
.rounded-none{
  border-radius: 0px;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-4{
  border-width: 4px;
}
.border-b-4{
  border-bottom-width: 4px;
}
.border-t-2{
  border-top-width: 2px;
}
.border-dashed{
  border-style: dashed;
}
.border-amber-500{
  --tw-border-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
}
.border-blue-500{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-blue-600{
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}
.border-gray-500{
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.border-green-500{
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}
.border-red-400{
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-yellow-500{
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}
.border-t-transparent{
  border-top-color: transparent;
}
.border-opacity-20{
  --tw-border-opacity: 0.2;
}
.border-opacity-30{
  --tw-border-opacity: 0.3;
}
.border-opacity-50{
  --tw-border-opacity: 0.5;
}
.bg-amber-500{
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-yellow-500{
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}
.bg-opacity-10{
  --tw-bg-opacity: 0.1;
}
.bg-opacity-15{
  --tw-bg-opacity: 0.15;
}
.bg-opacity-20{
  --tw-bg-opacity: 0.2;
}
.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-6{
  padding: 1.5rem;
}
.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-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.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-10{
  padding-left: 2.5rem;
}
.pr-4{
  padding-right: 1rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-4{
  padding-top: 1rem;
}
.text-left{
  text-align: left;
}
.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-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;
}
.italic{
  font-style: italic;
}
.text-amber-600{
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}
.text-blue-200{
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity, 1));
}
.text-blue-300{
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}
.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-green-100{
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity, 1));
}
.text-green-200{
  --tw-text-opacity: 1;
  color: rgb(187 247 208 / var(--tw-text-opacity, 1));
}
.text-green-300{
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity, 1));
}
.text-green-400{
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}
.text-red-100{
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity, 1));
}
.text-red-200{
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}
.text-red-300{
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}
.text-red-400{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-yellow-100{
  --tw-text-opacity: 1;
  color: rgb(254 249 195 / var(--tw-text-opacity, 1));
}
.text-yellow-300{
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity, 1));
}
.text-yellow-400{
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}
.text-opacity-70{
  --tw-text-opacity: 0.7;
}
.text-opacity-80{
  --tw-text-opacity: 0.8;
}
.underline{
  text-decoration-line: underline;
}
.placeholder-white::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity, 1));
}
.placeholder-white::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity, 1));
}
.placeholder-opacity-70::-moz-placeholder{
  --tw-placeholder-opacity: 0.7;
}
.placeholder-opacity-70::placeholder{
  --tw-placeholder-opacity: 0.7;
}
.placeholder-opacity-80::-moz-placeholder{
  --tw-placeholder-opacity: 0.8;
}
.placeholder-opacity-80::placeholder{
  --tw-placeholder-opacity: 0.8;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-50{
  opacity: 0.5;
}
.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);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-md{
  --tw-backdrop-blur: blur(12px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-filter{
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: Arial, sans-serif;
  background: linear-gradient(135deg, #0B002B 0%, #1B003C 100%);
  color: #ffffff;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}
#root {
  min-height: 100vh;
  background: linear-gradient(135deg, #0B002B 0%, #1B003C 100%);
  position: relative;
}
/* Pixel font for headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Press Start 2P', monospace;
  text-shadow: 2px 2px 0px rgba(0,0,0,0.3);
}
/* Optimized smooth section transitions */
.section-transition {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform, opacity;
}
.section-transition.transitioning {
  opacity: 0.9;
  transform: translateY(3px);
}
.section-transition.active {
  opacity: 1;
  transform: translateY(0);
}
/* Enhanced meme grid animations with performance optimization */
.meme-grid {
  animation: gridFadeIn 0.15s ease-out;
  will-change: transform, opacity;
  display: grid;
}
/* Consistent grid layout for all sections */
.meme-grid {
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .meme-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .meme-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1280px) {
  .meme-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@keyframes gridFadeIn {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Optimized staggered animation for meme cards */
.meme-card {
  animation: cardSlideIn 0.2s ease-out;
  animation-fill-mode: both;
  will-change: transform, opacity;
}
.meme-card:nth-child(1) { animation-delay: 0.01s; }
.meme-card:nth-child(2) { animation-delay: 0.02s; }
.meme-card:nth-child(3) { animation-delay: 0.03s; }
.meme-card:nth-child(4) { animation-delay: 0.04s; }
.meme-card:nth-child(5) { animation-delay: 0.05s; }
.meme-card:nth-child(6) { animation-delay: 0.06s; }
.meme-card:nth-child(7) { animation-delay: 0.07s; }
.meme-card:nth-child(8) { animation-delay: 0.08s; }
.meme-card:nth-child(9) { animation-delay: 0.09s; }
.meme-card:nth-child(10) { animation-delay: 0.1s; }
.meme-card:nth-child(11) { animation-delay: 0.11s; }
.meme-card:nth-child(12) { animation-delay: 0.12s; }
@keyframes cardSlideIn {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.99);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
/* Board card styling */
.board-card {
  background: rgba(131, 167, 249, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 0;
  position: relative;
  box-shadow: 
    0 0 0 4px rgba(131, 167, 249, 0.3),
    8px 8px 0px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  color: #ffffff;
  will-change: transform;
  cursor: pointer;
}
.board-card::before {
  content: '';
  position: absolute;
  top: -15px;
  left: 20px;
  width: 30px;
  height: 15px;
  background: inherit;
  border: inherit;
  border-bottom: none;
}
.board-card::after {
  content: '';
  position: absolute;
  top: -15px;
  right: 30px;
  width: 20px;
  height: 15px;
  background: inherit;
  border: inherit;
  border-bottom: none;
}
.board-card:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 
    0 0 0 4px rgba(131, 167, 249, 0.4),
    12px 12px 0px rgba(0,0,0,0.15);
}
/* Animated background clouds with enhanced parallax support */
.background-clouds {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  overflow: hidden;
}
.pixel-cloud {
  position: absolute;
  background: rgba(131, 167, 249, 0.2);
  border-radius: 0;
  animation: float 20s infinite linear;
  will-change: transform;
}
.pixel-cloud::before,
.pixel-cloud::after {
  content: '';
  position: absolute;
  background: rgba(131, 167, 249, 0.2);
}
/* Small cloud */
.pixel-cloud.small {
  width: 60px;
  height: 20px;
  box-shadow: 
    0 0 0 4px rgba(131, 167, 249, 0.2),
    -20px -10px 0 0 rgba(131, 167, 249, 0.2),
    20px -10px 0 0 rgba(131, 167, 249, 0.2),
    -10px -20px 0 0 rgba(131, 167, 249, 0.2),
    10px -20px 0 0 rgba(131, 167, 249, 0.2);
}
/* Medium cloud */
.pixel-cloud.medium {
  width: 80px;
  height: 30px;
  box-shadow: 
    0 0 0 4px rgba(131, 167, 249, 0.25),
    -30px -15px 0 0 rgba(131, 167, 249, 0.25),
    30px -15px 0 0 rgba(131, 167, 249, 0.25),
    -15px -30px 0 0 rgba(131, 167, 249, 0.25),
    15px -30px 0 0 rgba(131, 167, 249, 0.25),
    0 -30px 0 0 rgba(131, 167, 249, 0.25);
}
/* Large cloud */
.pixel-cloud.large {
  width: 100px;
  height: 40px;
  box-shadow: 
    0 0 0 4px rgba(131, 167, 249, 0.3),
    -40px -20px 0 0 rgba(131, 167, 249, 0.3),
    40px -20px 0 0 rgba(131, 167, 249, 0.3),
    -20px -40px 0 0 rgba(131, 167, 249, 0.3),
    20px -40px 0 0 rgba(131, 167, 249, 0.3),
    0 -40px 0 0 rgba(131, 167, 249, 0.3),
    -60px 0 0 0 rgba(131, 167, 249, 0.3),
    60px 0 0 0 rgba(131, 167, 249, 0.3);
}
@keyframes float {
  0% {
    transform: translateX(-100px);
  }
  100% {
    transform: translateX(calc(100vw + 100px));
  }
}
/* Optimized pulsing pixel cloud loading animation */
.pixel-cloud-loading {
  position: relative;
  width: 80px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  will-change: transform;
}
.cloud-loading-body {
  position: relative;
  width: 100%;
  height: 100%;
}
.cloud-loading-puff {
  position: absolute;
  background: rgba(131, 167, 249, 0.6);
  border: 2px solid rgba(131, 167, 249, 0.8);
  animation: cloudLoadingPulse 1s infinite ease-in-out;
  will-change: transform, opacity;
}
.cloud-loading-puff-1 {
  width: 30px;
  height: 20px;
  top: 20px;
  left: 25px;
  animation-delay: 0s;
}
.cloud-loading-puff-2 {
  width: 20px;
  height: 15px;
  top: 10px;
  left: 20px;
  animation-delay: 0.1s;
}
.cloud-loading-puff-3 {
  width: 22px;
  height: 17px;
  top: 8px;
  left: 35px;
  animation-delay: 0.2s;
}
.cloud-loading-puff-4 {
  width: 17px;
  height: 12px;
  top: 15px;
  left: 12px;
  animation-delay: 0.3s;
}
.cloud-loading-puff-5 {
  width: 25px;
  height: 15px;
  top: 18px;
  left: 45px;
  animation-delay: 0.4s;
}
@keyframes cloudLoadingPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.9;
  }
}
/* Mobile responsive adjustments for loading cloud */
@media (max-width: 640px) {
  .pixel-cloud-loading {
    width: 60px;
    height: 38px;
  }
  
  .cloud-loading-puff-1 {
    width: 22px;
    height: 15px;
    top: 15px;
    left: 19px;
  }
  
  .cloud-loading-puff-2 {
    width: 15px;
    height: 11px;
    top: 8px;
    left: 15px;
  }
  
  .cloud-loading-puff-3 {
    width: 17px;
    height: 13px;
    top: 6px;
    left: 26px;
  }
  
  .cloud-loading-puff-4 {
    width: 13px;
    height: 9px;
    top: 11px;
    left: 9px;
  }
  
  .cloud-loading-puff-5 {
    width: 19px;
    height: 11px;
    top: 14px;
    left: 34px;
  }
}
/* Refreshing indicator with motion effects */
.refreshing-indicator {
  position: relative;
  overflow: hidden;
  animation: refreshingPulse 1.2s infinite ease-in-out;
}
.refreshing-indicator::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(131, 167, 249, 0.3), transparent);
  animation: refreshingShimmer 1.8s infinite;
}
@keyframes refreshingPulse {
  0%, 100% {
    opacity: 0.8;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.02);
  }
}
@keyframes refreshingShimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
/* Enhanced pixelated cloud-themed scrollbar with animations */
::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
::-webkit-scrollbar-track {
  background: rgba(11, 0, 43, 0.5);
  border: 2px solid rgba(131, 167, 249, 0.3);
  border-radius: 0;
  position: relative;
  overflow: hidden;
}
::-webkit-scrollbar-track::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 30%, rgba(131, 167, 249, 0.2) 2px, transparent 2px),
    radial-gradient(circle at 60% 70%, rgba(131, 167, 249, 0.15) 3px, transparent 3px),
    radial-gradient(circle at 80% 20%, rgba(131, 167, 249, 0.1) 2px, transparent 2px);
  background-size: 8px 8px, 12px 12px, 6px 6px;
  animation: cloudDrift 20s infinite linear;
}
@keyframes cloudDrift {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }
  100% {
    background-position: 8px 8px, 12px 12px, 6px 6px;
  }
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, rgba(131, 167, 249, 0.8) 0%, rgba(131, 167, 249, 0.6) 100%);
  border: 2px solid rgba(131, 167, 249, 1);
  border-radius: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 
    inset 2px 2px 0px rgba(255, 255, 255, 0.3),
    inset -2px -2px 0px rgba(0, 0, 0, 0.1),
    4px 4px 0px rgba(0, 0, 0, 0.1);
  animation: cloudFloat 3s infinite ease-in-out;
}
/* Cloud-like shape for scrollbar thumb using pseudo-elements */
::-webkit-scrollbar-thumb::before {
  content: '';
  position: absolute;
  top: -4px;
  left: 2px;
  width: 6px;
  height: 4px;
  background: rgba(131, 167, 249, 0.9);
  border: 1px solid rgba(131, 167, 249, 1);
  box-shadow: 
    8px 0px 0px rgba(131, 167, 249, 0.8),
    4px -2px 0px rgba(131, 167, 249, 0.7);
}
::-webkit-scrollbar-thumb::after {
  content: '';
  position: absolute;
  top: -4px;
  right: 2px;
  width: 4px;
  height: 4px;
  background: rgba(131, 167, 249, 0.8);
  border: 1px solid rgba(131, 167, 249, 0.9);
  box-shadow: 
    -6px 0px 0px rgba(131, 167, 249, 0.7),
    -3px -2px 0px rgba(131, 167, 249, 0.6);
}
@keyframes cloudFloat {
  0%, 100% {
    transform: translateY(0px);
    box-shadow: 
      inset 2px 2px 0px rgba(255, 255, 255, 0.3),
      inset -2px -2px 0px rgba(0, 0, 0, 0.1),
      4px 4px 0px rgba(0, 0, 0, 0.1);
  }
  50% {
    transform: translateY(-1px);
    box-shadow: 
      inset 2px 2px 0px rgba(255, 255, 255, 0.4),
      inset -2px -2px 0px rgba(0, 0, 0, 0.05),
      5px 5px 0px rgba(0, 0, 0, 0.15);
  }
}
::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, rgba(131, 167, 249, 1) 0%, rgba(131, 167, 249, 0.8) 100%);
  border-color: rgba(131, 167, 249, 1);
  animation: cloudFloatHover 2s infinite ease-in-out;
  box-shadow: 
    inset 2px 2px 0px rgba(255, 255, 255, 0.4),
    inset -2px -2px 0px rgba(0, 0, 0, 0.05),
    6px 6px 0px rgba(0, 0, 0, 0.2);
}
@keyframes cloudFloatHover {
  0%, 100% {
    transform: translateY(0px) scale(1);
  }
  50% {
    transform: translateY(-2px) scale(1.02);
  }
}
::-webkit-scrollbar-thumb:active {
  background: linear-gradient(135deg, rgba(131, 167, 249, 1) 0%, rgba(131, 167, 249, 0.9) 100%);
  box-shadow: 
    inset 2px 2px 0px rgba(255, 255, 255, 0.5),
    inset -2px -2px 0px rgba(0, 0, 0, 0.1),
    2px 2px 0px rgba(0, 0, 0, 0.2);
  transform: translateY(1px);
  animation: none;
}
::-webkit-scrollbar-corner {
  background: rgba(11, 0, 43, 0.5);
  border: 2px solid rgba(131, 167, 249, 0.3);
  position: relative;
}
::-webkit-scrollbar-corner::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background: 
    radial-gradient(circle at 30% 30%, rgba(131, 167, 249, 0.3) 2px, transparent 2px),
    radial-gradient(circle at 70% 70%, rgba(131, 167, 249, 0.2) 3px, transparent 3px);
  background-size: 6px 6px, 8px 8px;
}
/* Firefox scrollbar styling with cloud theme */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(131, 167, 249, 0.8) rgba(11, 0, 43, 0.5);
}
/* Custom button styles with pixel theme */
.btn-primary{
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
  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: 200ms;
}
.btn-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.btn-primary {
  border: 2px solid #83a7f9;
  box-shadow: 4px 4px 0px rgba(0,0,0,0.2);
  font-family: 'Press Start 2P', monospace;
  font-size: 10px;
  will-change: transform;
  background-color: #83a7f9;
  color: #ffffff;
}
.btn-primary:hover {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
  background-color: rgba(131, 167, 249, 0.9);
}
.btn-secondary{
  border-radius: 0px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 500;
  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: 200ms;
  border: 2px solid #83a7f9;
  box-shadow: 4px 4px 0px rgba(0,0,0,0.2);
  font-family: 'Press Start 2P', monospace;
  font-size: 10px;
  will-change: transform;
  background-color: rgba(131, 167, 249, 0.2);
  color: #ffffff;
}
.btn-secondary:hover {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
  background-color: rgba(131, 167, 249, 0.3);
}
/* Mobile button styles */
@media (max-width: 640px) {
  .btn-mobile{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 8px;
  }
}
.btn-danger{
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  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: 200ms;
  color: #ffffff;
}
.btn-danger:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
.btn-danger {
  border: 2px solid #83a7f9;
  box-shadow: 3px 3px 0px rgba(0,0,0,0.2);
  font-family: 'Press Start 2P', monospace;
  font-size: 8px;
  will-change: transform;
}
.btn-danger:hover {
  transform: translate(1px, 1px);
  box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
}
/* Cloud-shaped meme cards */
.meme-card {
  background: rgba(131, 167, 249, 0.15);
  backdrop-filter: blur(10px);
  border: 3px solid rgba(131, 167, 249, 0.3);
  border-radius: 0;
  padding: 20px;
  position: relative;
  box-shadow: 
    0 0 0 4px rgba(131, 167, 249, 0.2),
    8px 8px 0px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  color: #ffffff;
  will-change: transform;
}
.meme-card::before {
  content: '';
  position: absolute;
  top: -15px;
  left: 20px;
  width: 30px;
  height: 15px;
  background: rgba(131, 167, 249, 0.15);
  border: 3px solid rgba(131, 167, 249, 0.3);
  border-bottom: none;
}
.meme-card::after {
  content: '';
  position: absolute;
  top: -15px;
  right: 30px;
  width: 20px;
  height: 15px;
  background: rgba(131, 167, 249, 0.15);
  border: 3px solid rgba(131, 167, 249, 0.3);
  border-bottom: none;
}
.meme-card:hover {
  transform: translateY(-4px);
  box-shadow: 
    0 0 0 4px rgba(131, 167, 249, 0.3),
    12px 12px 0px rgba(0,0,0,0.15);
}
/* Input styles with pixel theme */
.input-field{
  border-radius: 0px;
  border-width: 2px;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.2;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.input-field::-moz-placeholder{
  color: rgb(255 255 255 / var(--tw-placeholder-opacity, 1));
  --tw-placeholder-opacity: 0.7;
}
.input-field::placeholder{
  color: rgb(255 255 255 / var(--tw-placeholder-opacity, 1));
  --tw-placeholder-opacity: 0.7;
}
.input-field {
  color: #ffffff;
}
.input-field:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.input-field {
  border-color: rgba(131, 167, 249, 0.5);
  box-shadow: inset 2px 2px 0px rgba(0,0,0,0.1);
}
.input-field:focus {
  border-color: rgba(131, 167, 249, 0.8);
  box-shadow: inset 2px 2px 0px rgba(0,0,0,0.1), 0 0 0 2px rgba(131, 167, 249, 0.3);
}
.input-field::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.input-field::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
/* Search input styles with pixel theme */
.search-input{
  border-radius: 0px;
  border-width: 2px;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.2;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  color: #ffffff;
}
.search-input:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.search-input {
  border-color: rgba(131, 167, 249, 0.5);
  box-shadow: 
    inset 2px 2px 0px rgba(0,0,0,0.1),
    4px 4px 0px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  font-family: Arial, sans-serif;
  font-size: 14px;
  will-change: transform;
}
.search-input:focus {
  border-color: rgba(131, 167, 249, 0.8);
  box-shadow: 
    inset 2px 2px 0px rgba(0,0,0,0.1), 
    0 0 0 2px rgba(131, 167, 249, 0.3),
    6px 6px 0px rgba(0,0,0,0.15);
  transform: translate(-1px, -1px);
}
.search-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-style: italic;
}
.search-input::placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-style: italic;
}
/* Enhanced navigation styles with optimized transitions */
.nav-tab{
  cursor: pointer;
  border-radius: 0px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 500;
  color: #ffffff;
  border: 2px solid transparent;
  font-family: 'Press Start 2P', monospace;
  font-size: 10px;
  box-shadow: 3px 3px 0px rgba(0,0,0,0.1);
  transition: all 0.08s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  will-change: transform, background-color;
}
.nav-tab.transitioning {
  opacity: 0.7;
  pointer-events: none;
}
.nav-tab::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(131, 167, 249, 0.2), transparent);
  transition: left 0.3s ease;
}
.nav-tab:hover::before {
  left: 100%;
}
.nav-tab.active {
  border: 2px solid #83a7f9;
  transform: translate(1px, 1px);
  box-shadow: 2px 2px 0px rgba(0,0,0,0.1);
  background-color: #83a7f9;
  color: #ffffff;
}
.nav-tab:not(.active) {
  border: 2px solid rgba(131, 167, 249, 0.3);
  background-color: rgba(131, 167, 249, 0.2);
  color: #ffffff;
}
.nav-tab:not(.active):hover:not(.transitioning) {
  transform: translate(1px, 1px);
  box-shadow: 2px 2px 0px rgba(0,0,0,0.1);
  background-color: rgba(131, 167, 249, 0.35);
}
/* Header cloud decorations */
.header-cloud {
  position: absolute;
  background: rgba(131, 167, 249, 0.3);
  animation: headerFloat 15s infinite ease-in-out;
  will-change: transform, opacity;
}
.header-cloud.cloud1 {
  width: 40px;
  height: 15px;
  top: 10px;
  left: 10%;
  box-shadow: 
    -15px -5px 0 0 rgba(131, 167, 249, 0.3),
    15px -5px 0 0 rgba(131, 167, 249, 0.3),
    -8px -12px 0 0 rgba(131, 167, 249, 0.3),
    8px -12px 0 0 rgba(131, 167, 249, 0.3);
  animation-delay: 0s;
}
.header-cloud.cloud2 {
  width: 30px;
  height: 12px;
  top: 20px;
  right: 15%;
  box-shadow: 
    -12px -4px 0 0 rgba(131, 167, 249, 0.3),
    12px -4px 0 0 rgba(131, 167, 249, 0.3),
    -6px -10px 0 0 rgba(131, 167, 249, 0.3),
    6px -10px 0 0 rgba(131, 167, 249, 0.3);
  animation-delay: 5s;
}
.header-cloud.cloud3 {
  width: 35px;
  height: 13px;
  top: 5px;
  left: 60%;
  box-shadow: 
    -13px -4px 0 0 rgba(131, 167, 249, 0.3),
    13px -4px 0 0 rgba(131, 167, 249, 0.3),
    -7px -11px 0 0 rgba(131, 167, 249, 0.3),
    7px -11px 0 0 rgba(131, 167, 249, 0.3);
  animation-delay: 10s;
}
@keyframes headerFloat {
  0%, 100% {
    transform: translateY(0px);
    opacity: 0.3;
  }
  50% {
    transform: translateY(-10px);
    opacity: 0.5;
  }
}
/* Upload Progress Animation Styles */
.upload-progress-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(11, 0, 43, 0.95) 0%, rgba(27, 0, 60, 0.95) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  backdrop-filter: blur(10px);
  animation: fadeIn 0.5s ease-in-out;
}
.upload-progress-overlay.fade-out {
  animation: fadeOut 1s ease-in-out forwards;
}
.upload-progress-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.upload-cloud {
  position: relative;
  width: 200px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cloud-body {
  position: relative;
  width: 100%;
  height: 100%;
}
.cloud-puff {
  position: absolute;
  background: rgba(131, 167, 249, 0.9);
  border: 3px solid rgba(131, 167, 249, 1);
  animation: cloudPulse 2s infinite ease-in-out;
  will-change: transform, opacity;
}
.cloud-puff-1 {
  width: 60px;
  height: 40px;
  top: 40px;
  left: 70px;
  animation-delay: 0s;
}
.cloud-puff-2 {
  width: 40px;
  height: 30px;
  top: 20px;
  left: 50px;
  animation-delay: 0.2s;
}
.cloud-puff-3 {
  width: 45px;
  height: 35px;
  top: 15px;
  left: 90px;
  animation-delay: 0.4s;
}
.cloud-puff-4 {
  width: 35px;
  height: 25px;
  top: 30px;
  left: 30px;
  animation-delay: 0.6s;
}
.cloud-puff-5 {
  width: 50px;
  height: 30px;
  top: 35px;
  left: 120px;
  animation-delay: 0.8s;
}
@keyframes cloudPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.9;
  }
  50% {
    transform: scale(1.05);
    opacity: 1;
  }
}
.progress-bar-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  z-index: 10;
}
.progress-bar-bg {
  width: 100%;
  height: 16px;
  background: rgba(0, 0, 0, 0.3);
  border: 2px solid rgba(131, 167, 249, 0.8);
  position: relative;
  overflow: hidden;
}
.progress-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #83a7f9 0%, #a3c7ff 50%, #c3e7ff 100%);
  transition: width 0.3s ease;
  position: relative;
}
.progress-bar-fill::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.3) 50%, transparent 100%);
  animation: progressShine 1.5s infinite;
}
@keyframes progressShine {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Press Start 2P', monospace;
  font-size: 8px;
  color: #ffffff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  z-index: 11;
}
.upload-status-text {
  font-family: 'Press Start 2P', monospace;
  font-size: 12px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  text-align: center;
  animation: textPulse 2s infinite ease-in-out;
}
@keyframes textPulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}
/* Mobile responsive adjustments for upload progress */
@media (max-width: 640px) {
  .upload-cloud {
    width: 150px;
    height: 90px;
  }
  
  .cloud-puff-1 {
    width: 45px;
    height: 30px;
    top: 30px;
    left: 52px;
  }
  
  .cloud-puff-2 {
    width: 30px;
    height: 22px;
    top: 15px;
    left: 37px;
  }
  
  .cloud-puff-3 {
    width: 34px;
    height: 26px;
    top: 11px;
    left: 67px;
  }
  
  .cloud-puff-4 {
    width: 26px;
    height: 19px;
    top: 22px;
    left: 22px;
  }
  
  .cloud-puff-5 {
    width: 37px;
    height: 22px;
    top: 26px;
    left: 90px;
  }
  
  .progress-bar-container {
    width: 90px;
  }
  
  .progress-bar-bg {
    height: 12px;
  }
  
  .progress-text {
    font-size: 6px;
  }
  
  .upload-status-text {
    font-size: 10px;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* Animation classes */
.fade-in {
  animation: fadeIn 0.2s ease-in-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.pulse-animation {
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}
/* Pixel-style icons */
.pixel-icon {
  image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}
/* Enhanced text visibility styles */
.text-secondary {
  color: #83a7f9 !important;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.text-muted {
  color: #ffffff !important;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}
.text-subtle {
  color: #83a7f9 !important;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
.text-with-bg {
  background: rgba(0, 0, 0, 0.2);
  padding: 2px 6px;
  border-radius: 2px;
  color: #ffffff !important;
}
.hashtag-enhanced {
  background: rgba(131, 167, 249, 0.25);
  border: 1px solid rgba(131, 167, 249, 0.4);
  color: #ffffff !important;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.meta-text {
  color: #83a7f9 !important;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
  background: rgba(0, 0, 0, 0.15);
  padding: 1px 4px;
  border-radius: 2px;
}
.modal-text {
  color: #ffffff !important;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
}
.modal-text-secondary {
  color: #83a7f9 !important;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}
.modal-text-muted {
  color: #ffffff !important;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.comment-text {
  color: #ffffff !important;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}
.comment-meta {
  color: #83a7f9 !important;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
  background: rgba(0, 0, 0, 0.1);
  padding: 1px 3px;
  border-radius: 2px;
}
/* Ensure all text elements are white */
h1, h2, h3, h4, h5, h6, p, span, div, label, button, input, textarea, select {
  color: #ffffff;
}
/* Override any potential color conflicts */
.text-white {
  color: #ffffff !important;
}
/* Form elements styling */
input[type="text"], 
input[type="email"], 
input[type="password"], 
textarea, 
select {
  background-color: rgba(131, 167, 249, 0.2);
  border: 2px solid rgba(131, 167, 249, 0.3);
  color: #ffffff;
  border-radius: 0;
  box-shadow: inset 2px 2px 0px rgba(0,0,0,0.1);
}
input[type="text"]:focus, 
input[type="email"]:focus, 
input[type="password"]:focus, 
textarea:focus, 
select:focus {
  outline: none;
  border-color: rgba(131, 167, 249, 0.8);
  box-shadow: inset 2px 2px 0px rgba(0,0,0,0.1), 0 0 0 2px rgba(131, 167, 249, 0.3);
}
/* Radio buttons and checkboxes */
input[type="radio"], 
input[type="checkbox"] {
  accent-color: #83a7f9;
}
/* Modal backgrounds */
.fixed.inset-0 {
  background: linear-gradient(135deg, rgba(11, 0, 43, 0.9) 0%, rgba(27, 0, 60, 0.9) 100%);
}
/* Loading spinner colors */
.animate-spin {
  border-color: rgba(131, 167, 249, 0.3);
  border-top-color: #83a7f9;
}
/* Ensure all interactive elements maintain white text */
button:not(.btn-primary) {
  color: #ffffff;
}
/* Link styling */
a {
  color: #83a7f9;
}
a:hover {
  color: rgba(131, 167, 249, 0.8);
}
/* Pixel-style loading animation */
.pixel-loading {
  width: 40px;
  height: 40px;
  background: #83a7f9;
  position: relative;
  animation: pixelSpin 1s infinite steps(4);
}
.pixel-loading::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: transparent;
  border: 4px solid #83a7f9;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
@keyframes pixelSpin {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(90deg); }
  50% { transform: rotate(180deg); }
  75% { transform: rotate(270deg); }
  100% { transform: rotate(360deg); }
}
/* Share button styling */
.share-button{
  display: flex;
  align-items: center;
}
.share-button > :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)));
}
.share-button{
  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;
}
.share-button:hover{
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}
.share-button {
  font-family: 'Press Start 2P', monospace;
  font-size: 8px;
}
.share-button:hover {
  transform: translateY(-1px);
  color: #83a7f9 !important;
}
/* Delete button styling */
.delete-button{
  display: flex;
  align-items: center;
}
.delete-button > :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)));
}
.delete-button{
  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;
}
.delete-button:hover{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.delete-button {
  font-family: 'Press Start 2P', monospace;
  font-size: 8px;
}
.delete-button:hover {
  transform: translateY(-1px);
}
/* Mobile responsive share and delete buttons */
@media (max-width: 640px) {
  .share-button {
    font-size: 6px;
  }
  
  .share-button .pixel-icon {
    width: 12px;
    height: 12px;
  }
  
  .delete-button {
    font-size: 6px;
  }
  
  .delete-button .pixel-icon {
    width: 12px;
    height: 12px;
  }
}
/* Lazy loading skeleton animation */
@keyframes shimmer {
  0% {
    background-position: -200px 0;
  }
  100% {
    background-position: calc(200px + 100%) 0;
  }
}
.lazy-skeleton {
  background: linear-gradient(90deg, rgba(131, 167, 249, 0.1) 0px, rgba(131, 167, 249, 0.2) 40px, rgba(131, 167, 249, 0.1) 80px);
  background-size: 200px 100%;
  animation: shimmer 1.5s infinite;
}
/* Smooth transitions for lazy loaded content */
.lazy-fade-in {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.lazy-fade-in.loaded {
  opacity: 1;
}
/* Performance optimizations */
.meme-card,
.nav-tab,
.btn-primary,
.btn-secondary,
.board-card {
  will-change: transform;
}
/* Reduce motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
  .section-transition,
  .meme-grid,
  .meme-card,
  .nav-tab,
  .board-card {
    animation: none;
    transition: none;
  }
  
  .pixel-cloud,
  .header-cloud {
    animation: none;
  }
  
  .refreshing-indicator {
    animation: none;
  }
  
  .refreshing-indicator::before {
    animation: none;
  }
  
  ::-webkit-scrollbar-thumb {
    animation: none;
  }
  
  ::-webkit-scrollbar-track::before {
    animation: none;
  }
  
  * {
    will-change: auto !important;
  }
}
/* Memory optimization for heavy sections */
.leaderboard-optimized {
  contain: layout style paint;
}
.profile-optimized {
  contain: layout style paint;
}
/* Cloud points styling */
.cloud-points {
  color: #83a7f9 !important;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
}
.hover\:border-opacity-70:hover{
  --tw-border-opacity: 0.7;
}
.hover\:bg-blue-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
.hover\:bg-opacity-30:hover{
  --tw-bg-opacity: 0.3;
}
.hover\:text-blue-200:hover{
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-300:hover{
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-400:hover{
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-300:hover{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.hover\:text-red-100:hover{
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity, 1));
}
.hover\:text-red-300:hover{
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}
.hover\:text-red-400:hover{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.disabled\:cursor-not-allowed:disabled{
  cursor: not-allowed;
}
.disabled\:opacity-50:disabled{
  opacity: 0.5;
}
@media (min-width: 640px){
  .sm\:inline{
    display: inline;
  }
  .sm\:flex-row{
    flex-direction: row;
  }
}
@media (min-width: 768px){
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px){
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1280px){
  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
