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

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

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

.\!container {
  width: 100% !important;
}

.container {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.right-2 {
  right: 0.5rem;
}

.top-2 {
  top: 0.5rem;
}

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

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

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

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

.m-0 {
  margin: 0px;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

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

.mb-0 {
  margin-bottom: 0px;
}

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

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

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

.mb-5 {
  margin-bottom: 1.25rem;
}

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

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

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

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

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

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

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

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

.mt-6 {
  margin-top: 1.5rem;
}

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.\!table {
  display: table !important;
}

.table {
  display: table;
}

.hidden {
  display: none;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

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

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

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

.w-2 {
  width: 0.5rem;
}

.w-32 {
  width: 8rem;
}

.w-full {
  width: 100%;
}

.min-w-full {
  min-width: 100%;
}

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

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

.max-w-4xl {
  max-width: 56rem;
}

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.list-inside {
  list-style-position: inside;
}

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

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

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

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

.justify-start {
  justify-content: flex-start;
}

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-x-auto {
  overflow-x: auto;
}

.break-all {
  word-break: break-all;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

.rounded-md {
  border-radius: 0.375rem;
}

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

.rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-none {
  border-style: none;
}

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

.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}

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

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}

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

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

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

.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

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

.bg-gray-800\/50 {
  background-color: rgb(31 41 55 / 0.5);
}

.bg-gray-800\/60 {
  background-color: rgb(31 41 55 / 0.6);
}

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

.bg-gray-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity));
}

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

.bg-orange-900\/80 {
  background-color: rgb(124 45 18 / 0.8);
}

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

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

.bg-yellow-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity));
}

.bg-yellow-800\/90 {
  background-color: rgb(133 77 14 / 0.9);
}

.bg-yellow-900\/80 {
  background-color: rgb(113 63 18 / 0.8);
}

.bg-gray-800\/80 {
  background-color: rgb(31 41 55 / 0.8);
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}

.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

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

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

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

.from-\[\#f77062\] {
  --tw-gradient-from: #f77062 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 112 98 / 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-gray-900 {
  --tw-gradient-from: #111827 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#fe5196\] {
  --tw-gradient-to: #fe5196 var(--tw-gradient-to-position);
}

.to-black {
  --tw-gradient-to: #000 var(--tw-gradient-to-position);
}

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

.to-white {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}

.bg-cover {
  background-size: cover;
}

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

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.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;
}

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

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

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

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

.pt-4 {
  padding-top: 1rem;
}

.pt-8 {
  padding-top: 2rem;
}

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

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

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

.font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.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-\[1\.1rem\] {
  font-size: 1.1rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

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

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

.font-medium {
  font-weight: 500;
}

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

.uppercase {
  text-transform: uppercase;
}

.leading-normal {
  line-height: 1.5;
}

.text-\[\#bfc8e6\] {
  --tw-text-opacity: 1;
  color: rgb(191 200 230 / var(--tw-text-opacity));
}

.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity));
}

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

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

.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}

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

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

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

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

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

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

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}

.text-orange-300 {
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity));
}

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

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.text-transparent {
  color: transparent;
}

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

.text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity));
}

.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}

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

.no-underline {
  text-decoration-line: none;
}

.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

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

.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 {
  --tw-backdrop-blur: blur(8px);
  -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;
}

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

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

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

.\[hostname\:port\] {
  hostname: port;
}

:root {
  --font-size-xl: 2.5rem;
  --font-size-lg: 1.45rem;
  --font-size-md: 1.25rem;
  --font-size-sm: 1.02rem;
  --font-weight-bold: 700;
  --font-weight-normal: 400;
  --text-high: hsl(0, 0%, 100%);
  --text-med: hsl(220, 20%, 85%);
  --text-low: hsl(220, 20%, 70%);
  --text-accent: hsl(220, 100%, 75%);
  --space-xs: 0.4rem;
  --space-sm: 0.7rem;
  --space-md: 1.2rem;
  --space-lg: 2rem;
  --space-xl: 2.5rem;
}

/* ================= Font Awesome 6 Icon Fix =================== */

.fa-solid,
.fa-regular,
.fa-brands {
  font-family: "Font Awesome 6 Free", "FontAwesome", Arial, sans-serif !important;
  font-weight: 900 !important;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-regular {
  font-weight: 400 !important;
}

.fa-brands {
  font-family: "Font Awesome 6 Brands", "FontAwesome", Arial, sans-serif !important;
  font-weight: 400 !important;
}

/* Prevent global font-family from overriding FA icons in navbar */

.navbar .fa-solid,
.navbar .fa-regular,
.navbar .fa-brands {
  font-family: "Font Awesome 6 Free", "FontAwesome", Arial, sans-serif !important;
  font-weight: 900 !important;
}

.navbar .fa-regular {
  font-weight: 400 !important;
}

.navbar .fa-brands {
  font-family: "Font Awesome 6 Brands", "FontAwesome", Arial, sans-serif !important;
  font-weight: 400 !important;
}

/* Remove any old .fa-gem font overrides */

.fa-solid.fa-gem {
  font-family: "Font Awesome 6 Free", "FontAwesome", Arial, sans-serif !important;
  font-weight: 900 !important;
}

/* Ensure navbar icons are vertically centered */

#navbar__logo .fa-solid,
#navbar__logo .fa-regular,
#navbar__logo .fa-brands {
  vertical-align: middle;
  margin-right: 0.5rem;
  font-size: 1.5em;
}

/* Fix for mobile menu icon */

.navbar__toggle .fa-solid {
  font-size: 2em;
  vertical-align: middle;
}

/* ================= End Font Awesome 6 Icon Fix =================== */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Kumbh Sans", sans-serif;
}

/* Set the page (body) background to black */

body {
  background: linear-gradient(to bottom, #111827, #000000);
  color: #fff;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-bottom: 1px solid rgba(31, 41, 55, 0.5);
  font-family: "Kumbh Sans", sans-serif;
}

/* ==================================================
   Navbar Styles
   ================================================== */

.navbar {
  background-color: #111827;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-bottom: 1px solid rgba(55, 65, 81, 0.3);
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  position: relative;
  z-index: 1000;
}

.navbar__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 50px;
}

#navbar__logo {
  display: flex;
  align-items: center;
  font-size: 2rem;
  text-decoration: none;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.87);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

.fa-gem {
  margin-right: 0.5rem;
}

.navbar__menu {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.navbar__item {
  height: 80px;
}

.navbar__links {
  color: rgba(255, 255, 255, 0.87);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 0 1rem;
  height: 100%;
  white-space: nowrap;
  transition: color 0.3s ease;
}

.navbar__links:hover {
  color: #f77062;
}

.navbar__btn {
  display: flex;
  align-items: center;
  padding: 0 1rem;
}

.button {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 10px 20px;
  border: none;
  border-radius: 0.5rem;
  background: linear-gradient(to right, #3b82f6, #8b5cf6);
  color: #fff;
  transition: background 0.3s ease;
}

.button:hover {
  background: #4837ff;
}

/* hide the hamburger by default */

.navbar__toggle {
  display: none;
}

/* ==================================================
   Mobile (≤960px)
   ================================================== */

@media screen and (max-width: 960px) {
  .navbar__container {
    padding: 0 25px;
  }

  /* show the hamburger toggle */

  .navbar__toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    z-index: 1001;
  }

  .navbar__toggle .bar {
    width: 25px;
    height: 3px;
    margin: 5px auto;
    transition: all 0.2s ease-in-out;
    background: rgba(255, 255, 255, 0.87);
    border-radius: 2px;
  }

  /* hide the menu off-screen */

  .navbar__menu {
    position: absolute;
    top: -1000px;
    left: 0;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    background: linear-gradient(to bottom, #111827, #000000);
    opacity: 0;
    transition: top 0.5s ease, opacity 0.5s ease;
    z-index: 1000;
  }

  /* menu open state */

  .navbar__menu.active {
    top: 80px;
    /* just below the navbar */
    opacity: 1;
    height: calc(100vh - 80px);
    font-size: 1.6rem;
  }

  .navbar__item {
    width: 100%;
  }

  .navbar__links {
    width: 100%;
    padding: 2rem 0;
    text-align: center;
    display: block;
  }

  .navbar__btn {
    justify-content: center;
    padding-bottom: 2rem;
  }

  .button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 80px;
    margin: 0;
  }

  .navbar__toggle .bar {
    display: block;
    cursor: pointer;
  }

  #mobile-menu.is-active .bar:nth-child(2) {
    opacity: 0;
  }

  #mobile-menu.is-active .bar:nth-child(1) {
    transform: translateY(12.5px) rotate(45deg);
  }

  #mobile-menu.is-active .bar:nth-child(3) {
    transform: translateY(-12.5px) rotate(-45deg);
  }
}

.HowToPlaymain {
  background-image: url("../images/SupercrossBackground.avif");
  background-size: cover;
  /* Ensure the image covers the entire container */
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Prevent the image from repeating */
}

.HowToPlaymain::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  /* 50% black overlay */
  z-index: 0;
  /* Ensure the overlay is behind the content */
}

.HowToPlay__container {
  position: relative;
  /* Ensure the content is positioned relative to the .main element */
  display: flex;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  height: 90vh;
  z-index: 1;
  width: 100%;
  max-width: 900px;
  margin-left: 100px;
  padding-right: 50px;
  padding-left: 50px;
}

.HowToPlay__content {
  color: #fff;
  width: 100%;
}

.HowToPlay__content h1 {
  font-size: 3.9rem;
  background-color: #ff8177;
  background-image: linear-gradient(-20deg, #ffffff 0%, #ffffff 100%);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

.HowToPlay__content h2 {
  font-size: 3rem;
  margin-top: 10px;
  background-color: #ff8177;
  background-image: linear-gradient(-20deg, #b721ff 0%, #21d4fd 100%);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

.HowToPlay__content p {
  margin-top: 1rem;
  font-size: 1.8rem;
  font-weight: 600;
}

/* ==================================================
   Create Pools Page Styles
================================================== */

/* Create Pool Page Styles */

.create-pool-options-container h1 {
  margin-bottom: 20px;
}

.create-pool-container {
  max-width: 600px;
  margin: 0 auto;
  /* Centers container on the page */
  padding: 20px;
  background-color: #121212;
  color: rgba(255, 255, 255, 0.87);
  border-radius: 10px;
  font-family: "Kumbh Sans", sans-serif;
  /* Or your chosen font */
}

.create-pool-container h1 {
  text-align: center;
  margin-bottom: 20px;
}

.feedback-message {
  text-align: center;
  margin-bottom: 20px;
  color: #f77062;
  /* You can change this color as desired */
}

.create-pool-container .form-group {
  margin-bottom: 15px;
}

.create-pool-container .form-group label {
  display: block;
  margin-bottom: 5px;
  font-size: 1rem;
}

.create-pool-container .form-group input,
.create-pool-container .form-group select {
  width: 100%;
  padding: 8px;
  font-size: 1rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
}

.create-pool-container form button {
  width: 100%;
  padding: 10px;
  font-size: 1.1rem;
  background-color: #f77062;
  border: none;
  color: rgba(255, 255, 255, 0.87);
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.create-pool-container form button:hover {
  background-color: #fe5196;
}

/* ==================================================
   Mobile-First Styles for User Pools Page
================================================== */

.pools-container {
  max-width: 800px;
  margin: 30px auto;
  /* Center container with some vertical margin */
  padding: 20px;
  background-color: #121212;
  /* Dark background */
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.87);
  /* Soft white text */
  font-family: "Kumbh Sans", sans-serif;
  text-align: center;
  /* Center text for mobile */
}

.pools-container h1 {
  font-size: 2rem;
  margin-bottom: 20px;
}

/* Container for the list of pools */

.user-pools-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}

/* Each pool row - mobile (default) stacking */

.pool-row {
  background-color: #1e1e1e;
  padding: 15px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Pool information */

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

.pool-info h2 {
  font-size: 1.5rem;
}

.pool-name {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
}

.pool-id {
  margin: 0;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
}

/* Pool entry count */

.pool-entry-count {
  text-align: center;
}

.entry-number {
  font-size: 1.2rem;
  margin: 0;
}

.entry-text {
  font-size: 1rem;
  margin: 0;
}

/* Buttons - stack vertically on mobile */

.pool-buttons a {
  display: block;
  text-decoration: none;
  background-color: #2a2a2a;
  color: rgba(255, 255, 255, 0.87);
  padding: 10px;
  border-radius: 5px;
  margin: 5px auto;
}

.toggle-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

/* Toggle button base style */

.toggle-button {
  background-color: #2a2a2a;
  color: rgba(255, 255, 255, 0.87);
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

/* Hover effect */

.toggle-button:hover {
  background-color: #3a3a3a;
  transform: translateY(-2px);
}

/* Active state */

.toggle-button.active {
  background-color: #4a90e2;
  /* A blue highlight for active state */
  color: #ffffff;
}

/* ==================================================
   Desktop Styles (min-width: 768px)
   Revert to current horizontal layout
================================================== */

@media (min-width: 768px) {
  .pools-container {
    text-align: left;
    margin: 30px auto;
    padding: 20px;
  }

  .pool-row {
    flex-direction: row;
    /* Layout elements in a row */
    align-items: center;
    justify-content: space-between;
  }

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

  .pool-buttons a {
    display: inline-block;
    margin: 0 5px;
  }

  /* Ensure pool entry count remains centered */

  .pool-entry-count {
    text-align: center;
  }

  .toggle-buttons {
    display: flex;
    justify-content: left;
    gap: 10px;
    margin-bottom: 20px;
  }
}

/* ==================================================
    User Admin . PHP
    ================================================== 


.user-admin-container {
  max-width: 800px;
  margin: 30px auto;
  padding: 20px;
  background-color: #121212;
  color: rgba(255, 255, 255, 0.87);
  border-radius: 10px;
  font-family: "Kumbh Sans", sans-serif;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.user-admin-container h1 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.user-admin-container h2 {
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.admin-content {
  padding: 20px;
  background-color: #1e1e1e;
  border-radius: 5px;
  font-size: 1rem;
}

.admin-content h3 {
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.admin-content p {
  margin-bottom: 20px;
}

.invitation-header {
  text-align: center;
  margin-bottom: 5px;
}

.pool-name {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 5px;
}

.invitation-context {
  text-align: center;
  margin-bottom: 50px;
}

.how-to-play h3 {
  text-align: center;
  margin-bottom: 5px;
}

.how-to-play p {
  text-align: center;
  margin-bottom: 30px;
}

.how-to-play li {
  text-align: center;
  margin-bottom: 10px;
  margin-right: 30px;
  margin-left: 30px;
}

.how-to-join h3 {
  text-align: center;
  margin-bottom: 5px;
}

.how-to-join h4 {
  text-align: center;
  margin-bottom: 5px;
}

.how-to-join p {
  text-align: center;
  margin-bottom: 10px;
}

.invite-links {
  max-width: 600px;
  margin: 20px auto;
  padding: 20px;
  background-color: #2e2e2e;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  text-align: left;
}

.invite-links a {
  color: rgba(255, 255, 255, 0.87);
}


.settings-poolname {
  margin: 20px 0;
  padding: 20px;
  height: 150px;
  border: 1px solid #ccc;
  background-color: #121212;
  color: rgba(255, 255, 255, 0.87);
}


.settings-poolname h3 {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.87);
}


.settings-poolname input[type="text"] {
  width: 100%;
  padding: 8px;
  font-size: 16px;
  margin-bottom: 10px;
}

.settings-signupdeadline {
  margin: 20px 0;
  padding: 20px;
  height: 150px;
  border: 1px solid #ccc;
  background-color: #121212;
  color: rgba(255, 255, 255, 0.87);
}


.pool-name-buttons {
  margin-top: 0px;
}


.pool-name-buttons button {
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
}

/* =================================================
    User . PHP
    ================================================== */

.pool-entry-count {
  flex: 1;
  text-align: center;
  font-weight: bold;
}

.pool-entry-count .entry-number {
  font-size: 1.5em;
  margin: 0;
}

.pool-entry-count .entry-text {
  font-size: 1em;
  margin: 0;
}

.admin-button {
  background-color: #f77062;
  color: #fff;
  padding: 10px 15px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1rem;
  transition: background 0.3s ease;
}

.admin-button:hover {
  background-color: #fe5196;
}

/* Professional Entries Table Styling */

/* Dark Mode Sleek Entries Table */

.entries-table {
  width: 100%;
  border: 1px solid #333;
  /* Outer border in dark grey */
  border-radius: 8px;
  /* Rounded corners */
  overflow: hidden;
  /* Ensure rounded corners on child elements */
  border-collapse: separate;
  border-spacing: 0;
  margin-top: 20px;
  background-color: #2a2a2a;
  /* Base background a bit lighter than #1e1e1e */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  /* Subtle depth */
}

.entries-table th,
.entries-table td {
  padding: 12px 15px;
  text-align: left;
}

.entries-table thead th {
  background-color: #3a3a3a;
  /* Lighter header background */
  color: #ddd;
  /* Light grey text for headers */
  font-size: 1.1rem;
  /* Slightly larger for headers */
  font-weight: bold;
}

.entries-table tbody tr:nth-child(odd) {
  background-color: #2a2a2a;
  /* Base row background */
}

.entries-table tbody tr:nth-child(even) {
  background-color: #242424;
  /* Slightly darker alternating rows */
}

.entries-table tbody tr {
  font-size: 1rem;
  color: #ccc;
  /* Soft grey text for rows */
}

/* Container for the Create Pool Options Page */

.create-pool-options-container {
  max-width: 800px;
  margin: 30px auto;
  padding: 20px;
  background-color: #121212;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.87);
  text-align: center;
  font-family: "Kumbh Sans", sans-serif;
}

.pool-option {
  margin-bottom: 20px;
  padding: 15px;
  background-color: #1e1e1e;
  border-radius: 5px;
}

.pool-option h2 {
  margin-top: 0;
}

.pool-option-buttons {
  margin-top: 10px;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  margin: 5px;
  background-color: #f77062;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.3s ease;
}

.btn.learn-more {
  background-color: #313131;
}

.btn:hover {
  background-color: #fe5196;
}

/* ==================================================
   Create Pools Page Styles
================================================== */

.create-pool-container {
  max-width: 600px;
  margin: 30px auto;
  padding: 20px;
  background-color: #121212;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.87);
  font-family: "Kumbh Sans", sans-serif;
}

.create-pool-container h1 {
  text-align: center;
  margin-bottom: 20px;
}

.create-pool-container .form-group {
  margin-bottom: 15px;
}

.create-pool-container .form-group label {
  display: block;
  margin-bottom: 5px;
}

.create-pool-container .form-group input,
.create-pool-container .form-group select {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
}

.create-pool-container form button {
  width: 100%;
  padding: 10px;
  font-size: 1.1rem;
  background-color: #f77062;
  border: none;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.create-pool-container form button:hover {
  background-color: #fe5196;
}

/* ==================================================
   Check Email Page - Login Redirect
================================================== */

/* Check Email Page Styles 
body {
  font-family: Arial, sans-serif;
  background-color: #f5f5f5;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
*/

.redirect-container {
  background: #121212;
  color: rgba(255, 255, 255, 0.87);
  padding: 50px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.redirect-container h1 {
  margin-bottom: 20px;
}

.info-container {
  margin-top: 30px;
  background-color: #262626;
  color: rgba(255, 255, 255, 0.87);
  padding: 20px;
  border-radius: 5px;
}

/* ==================================================
   Join Pool Page CSS
================================================== */

.join-container {
  color: rgba(255, 255, 255, 0.87);
  background-color: #131313;
  width: 100%;
  padding: 70px 10px 160px 10px;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 0px;
}

.join-container h1 {
  text-align: center;
  margin-bottom: 5px;
}

.join-container h2 {
  text-align: center;
  margin-bottom: 20px;
}

.join-details-container {
  background-color: #2a2a2a;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 30px;
  margin-top: 50px;
  text-align: left;
}

.join-details-container h2 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  margin-bottom: 20px;
  text-align: center;
}

.join-details-container .form-group {
  margin: 1rem 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.join-details-container label {
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  margin-bottom: 5px;
}

.join-details-container input {
  width: 100%;
  padding: 0.5rem;
  font-size: 1rem;
  border: 1px solid #444;
  border-radius: 5px;
}

/* Submit and Join Button Styling */

button[type="submit"] {
  margin-top: var(--space-md);
  padding: var(--space-sm) var(--space-lg);
  border: none;
  border-radius: 0.5rem;
  background: linear-gradient(to right, #3b82f6, #8b5cf6);
  color: #fff;
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-bold);
  cursor: pointer;
  transition: background 0.2s;
  align-self: flex-end;
}

button[type="submit"]:hover {
  background-color: #fe5196;
}

#deadline-message {
  text-align: center;
  /* centre inline content (the <p> and <a>) */
  padding: 1.5rem 2rem;
  /* 1.5rem top/bottom, 2rem left/right */
  margin-bottom: 20px;
}

/* Increase space under the paragraph */

#deadline-message p {
  margin-bottom: 1rem;
  font-size: 1.3rem;
  /* keep your desired font size */
}

#deadline-message .view-leaderboard-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.75rem 1.5rem;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
}

/* =============================
   Join/Signup Form Enhancements
   ============================= */

.join-container {
  background: rgba(30, 30, 40, 0.95);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.25);
  border-radius: 18px;
  padding: 2.5rem 2rem 2rem 2rem;
  max-width: 420px;
  margin: 48px auto 0 auto;
  position: relative;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  border: 1.5px solid rgba(80, 80, 120, 0.18);
}

.tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
  gap: 1rem;
}

.tabs button {
  background: none;
  border: none;
  color: #bbb;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 0.7rem 2.2rem;
  border-radius: 6px 6px 0 0;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  letter-spacing: 0.5px;
}

.tabs button.active {
  background: linear-gradient(90deg, #4837ff 0%, #f77062 100%);
  color: #fff;
  box-shadow: 0 2px 8px rgba(72, 55, 255, 0.12);
}

.tab-content {
  animation: fadeIn 0.5s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.join-container .form-group {
  margin-bottom: 1.5rem;
}

.join-container label {
  display: block;
  margin-bottom: 0.5rem;
  color: #e0e0e0;
  font-size: 1.08rem;
}

.join-container input[type="text"],
.join-container input[type="email"],
.join-container input[type="password"] {
  width: 100%;
  padding: 0.7rem 1rem;
  background: #191926;
  border: 1.5px solid #23234a;
  border-radius: 6px;
  color: #fff;
  font-size: 1.08rem;
  transition: border 0.2s, box-shadow 0.2s;
  outline: none;
  box-shadow: 0 1px 4px rgba(72, 55, 255, 0.04);
}

.join-container input:focus {
  border-color: #f77062;
  box-shadow: 0 0 0 2px #4837ff44;
}

.join-container button[type="submit"] {
  width: 100%;
  padding: 0.85rem 0;
  font-size: 1.13rem;
  font-weight: 600;
  background-image: linear-gradient(90deg, #f77062 0%, #4837ff 100%);
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 0.5rem;
  box-shadow: 0 2px 8px rgba(72, 55, 255, 0.1);
  transition: background 0.2s, transform 0.15s;
}

.join-container button[type="submit"]:hover {
  background-image: linear-gradient(90deg, #4837ff 0%, #f77062 100%);
  transform: translateY(-2px) scale(1.03);
}

.form-error {
  background: #2a0d18;
  color: #ff6b81;
  border-left: 4px solid #f77062;
  padding: 0.7rem 1rem;
  border-radius: 5px;
  margin-bottom: 1.2rem;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.2px;
}

#deadline-message {
  background: rgba(40, 20, 20, 0.95);
  color: #fff;
  border-radius: 10px;
  padding: 2rem 1.5rem;
  text-align: center;
  margin: 2rem auto 0 auto;
  max-width: 420px;
  box-shadow: 0 2px 12px rgba(72, 55, 255, 0.1);
}

#deadline-message .button {
  margin-top: 1.2rem;
  background: #4837ff;
  color: #fff;
  border-radius: 5px;
  padding: 0.7rem 1.5rem;
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
  transition: background 0.2s;
}

#deadline-message .button:hover {
  background: #f77062;
}

.odd\:bg-gray-700:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

.even\:bg-gray-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

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

.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}

.hover\:bg-gray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

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

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

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

.hover\:bg-yellow-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity));
}

.hover\:bg-yellow-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity));
}

.hover\:from-blue-600:hover {
  --tw-gradient-from: #2563eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:to-purple-600:hover {
  --tw-gradient-to: #9333ea var(--tw-gradient-to-position);
}

.hover\:text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

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

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

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

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

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

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

.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}

@media (min-width: 640px) {
  .sm\:inline {
    display: inline;
  }

  .sm\:hidden {
    display: none;
  }

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

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

@media (min-width: 768px) {
  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

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

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:w-\[24rem\] {
    width: 24rem;
  }

  .md\:w-\[50rem\] {
    width: 50rem;
  }

  .md\:max-w-\[24rem\] {
    max-width: 24rem;
  }

  .md\:max-w-\[50rem\] {
    max-width: 50rem;
  }

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

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

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

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

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

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

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

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

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

@media (min-width: 1024px) {
  .lg\:h-\[85vh\] {
    height: 85vh;
  }

  .lg\:min-h-\[95vh\] {
    min-height: 95vh;
  }

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

  .lg\:text-\[1\.8rem\] {
    font-size: 1.8rem;
  }

  .lg\:text-\[3\.9rem\] {
    font-size: 3.9rem;
  }

  .lg\:leading-\[1\.2\] {
    line-height: 1.2;
  }
}
