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

.visible {
  visibility: visible;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

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

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

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

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

.ms-2 {
  margin-inline-start: 0.5rem;
}

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

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

.block {
  display: block;
}

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-auto {
  height: auto;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-full {
  width: 100%;
}

.flex-grow {
  flex-grow: 1;
}

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

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

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

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

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

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

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

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

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

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

.p-2 {
  padding: 0.5rem;
}

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

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

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

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:root {
  --primary-red: #9b0707;
  --dark-bg: #101010;
  --dark-secondary: #1a1e24;
  --text-light: #e2e8f0;
  --text-gray: #cbd5e0;
  --rtp-green: #48bb78;
  --rtp-yellow: #f59e0b;
  --rtp-red: #ef4444;
  --lime-button: #6ee7b7;
  --lime-button-hover: #4ade80;
  --chart-green-bg: rgba(75, 192, 192, 0.7);
  --chart-green-border: rgba(75, 192, 192, 1);
  --chart-yellow-bg: rgba(255, 206, 86, 0.7);
  --chart-yellow-border: rgba(255, 206, 86, 1);
  --chart-red-bg: rgba(255, 99, 132, 0.7);
  --chart-red-border: rgba(255, 99, 132, 1);
}

.scrollbar-custom::-webkit-scrollbar {
  height: 8px;
}

.scrollbar-custom::-webkit-scrollbar-track {
  background: #2d2d2d;
  border-radius: 10px;
}

.scrollbar-custom::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #5d2c85 8.04%, #2b0144 64.01%, #4b0055 104.64%);
  border-radius: 10px;
  border: 2px solid #2d2d2d;
}

.scrollbar-custom::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.scrollbar-custom {
  scrollbar-width: thin;
  background: linear-gradient(180deg, #5d2c85 8.04%, #2b0144 64.01%, #4b0055 104.64%);
}

body {
  font-family: 'Inter', sans-serif;
  background-color: var(--dark-bg);
  color: var(--text-light);
  line-height: 1.6;
  margin-bottom: 70px;
}

.header-main {
  background-color: var(--dark-secondary);
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  position: sticky;
  top: 0;
  z-index: 100;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 0.75rem;
  margin-top: 1rem;
}

.header-main .site-logo {
  height: 40px;
  margin-right: 1rem;
}

.header-main .site-name {
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
}

.nav-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.nav-buttons .btn {
  padding: 0.75rem 1.5rem;
  border-radius: 0.375rem;
  font-weight: 700;
  cursor: pointer;
  flex-grow: 0;
  width: 100px;
  transition: background-color 0.2s;
  border: none;
  text-align: center;
}

.nav-buttons .btn-login {
  background: linear-gradient(180deg, #5d2c85 8.04%, #2b0144 64.01%, #4b0055 104.64%);
  color: #000000;
}

.nav-buttons .btn-register {
  background: linear-gradient(180deg, #5d2c85 8.04%, #2b0144 64.01%, #4b0055 104.64%);
  color: #000000;
}

.nav-buttons .btn-login:hover {
  background-color: #5a647d;
}

.nav-buttons .btn-register:hover {
  background-color: #c53030;
}

.hero-section {
  padding: 2rem 1rem;
  color: #fff;
  text-align: center;
  max-width: 1200px;
  margin: 1rem auto;
  border-radius: 0.75rem;
  overflow: hidden;
}

.hero-section img {
  border-radius: 0.75rem;
}

.hero-title {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

.hero-subtitle {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}

.hero-cta-button {
  background: linear-gradient(180deg, #5d2c85 8.04%, #2b0144 64.01%, #4b0055 104.64%);
  color: #000000;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  transition: background-color 0.2s;
}

.hero-cta-button:hover {
  background-color: #c53030;
}

.auth-search-section {
  max-width: 1200px;
  margin: 1rem auto;
  padding: 1rem;
  background-color: var(--dark-secondary);
  border-radius: 0.75rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.auth-search-section .btn {
  padding: 0.75rem 1.5rem;
  border-radius: 0.375rem;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  transition: background-color 0.2s;
  border: none;
  text-align: center;
}

.auth-search-section .btn-login {
  background: linear-gradient(180deg, #5f1e94 8.04%, #620c94 64.01%, #45094d 104.64%);
}

.auth-search-section .btn-register {
  background: linear-gradient(180deg, #fffb00 8.04%, #fbf4a0 64.01%, #f7e705b0 104.64%);
  color:purple
}

.auth-search-section .btn-login:hover {
  background-color: #7c00a1;
}

.auth-search-section .btn-register:hover {
  background-color: #4d00a5;
}

.content-section {
  padding: 0rem 1rem;
  max-width: 1200px;
  margin: 0 auto;
}

#category-buttons-container {
  background-color: var(--dark-secondary);
  padding: 1.5rem;
  border-radius: 0.75rem;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(2, min-content);
  gap: 0.75rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 1rem;
  justify-content: start;
}

.category-button {
  background-color: #4a5568;
  color: var(--text-gray);
  padding: 0.75rem 1.25rem;
  border-radius: 0.5rem;
  cursor: pointer;
  font-weight: 600;
  flex-shrink: 0;
  transition: background-color 0.2s, transform 0.2s;
  white-space: nowrap;
}

.category-button:hover:not(.active) {
  background-color: #5a647d;
}

.category-button.active {
  background-color: BLACK;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}

.filter-section {
  background-color: var(--dark-secondary);
  padding: 1.5rem;
  border-radius: 0.75rem;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
  display: grid;
  gap: 1rem;
  margin-bottom: 2rem;
}

.filter-section label {
  color: var(--text-gray);
  font-size: 0.875rem;
}

.search-input-group {
  display: flex;
  flex-grow: 1;
  border-radius: 0.375rem;
  overflow: hidden;
  border: 1px solid #4a5568;
  background-color: #4a5568;
  transition: border-color 0.2s;
}

.search-input-group:focus-within {
  border-color: #63b3ed;
  box-shadow: 0 0 0 2px rgba(99, 179, 237, 0.5);
}

.search-input-group input[type="text"] {
  flex-grow: 1;
  background-color: #4a5568;
  color: #fff;
  padding: 0.5rem 0.75rem;
  border: none;
  outline: none;
}

.search-input-group .search-button {
  background: linear-gradient(180deg, #fffb00 8.04%, #fbf4a0 64.01%, #f7e705b0 104.64%);
  color: #000000;
  padding: 0.5rem 0.75rem;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
}

.search-input-group .search-button:hover {
  background-color: #6a748d;
}

.filter-section select {
  background-color: #4a5568;
  color: #fff;
  border-radius: 0.375rem;
  padding: 0.5rem 0.75rem;
  border: 1px solid #4a5568;
  outline: none;
  transition: border-color 0.2s;
}

.filter-section select:focus {
  border-color: #63b3ed;
  box-shadow: 0 0 0 2px rgba(99, 179, 237, 0.5);
}

.game-card {
  background: linear-gradient(180deg, #5f1e94 8.04%, #620c94 64.01%, #45094d 104.64%);
  background-color: #1f2937;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.2), 0 4px 6px -2px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  border: 1px solid #2d3748;
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
}

.game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 20px -5px rgba(0, 0, 0, 0.3), 0 6px 8px -3px rgba(0, 0, 0, 0.15);
}

.game-image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom: 2px solid #2d3748;
}

.game-title {
  background: linear-gradient(180deg, #fffb00 8.04%, #fbf4a0 64.01%, #f7e705b0 104.64%);
  font-size: 1.125rem;
  font-weight: 700;
  color: #000000;
  padding: 0.75rem 0.5rem;
  text-align: center;
}

.rtp-bar-new {
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  margin: 0.75rem 1rem;
  background-color: #4a5568;
}

.rtp-bar-inner {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  transition: width 0.5s ease-in-out, background-color 0.3s ease-in-out;
  z-index: 0;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  animation: 2s linear infinite move-stripes;
}

.rtp-bar-new span {
  position: relative;
  z-index: 1;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

@keyframes move-stripes {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 40px 0;
  }
}

.rtp-bar-new.rtp-green .rtp-bar-inner {
  background-color: var(--rtp-green);
}

.rtp-bar-new.rtp-yellow .rtp-bar-inner {
  background-color: var(--rtp-yellow);
}

.rtp-bar-new.rtp-red .rtp-bar-inner {
  background-color: var(--rtp-red);
}

.game-time {
  color: #ffffff;
  font-weight: 600;
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  text-align: center;
}

.pattern-container {
  padding: 0 1rem 1rem;
}

.pattern-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.25rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text-gray);
}

.dot {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  margin: 0px 6px;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.dot.green {
  background-color: var(--rtp-green);
}

.dot.red {
  background-color: var(--rtp-red);
}

.pattern-unavailable {
  color: var(--rtp-red);
  font-weight: bold;
  text-align: center;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.modal.visible {
  opacity: 1;
  visibility: visible;
}

.modal-content {
  background-color: var(--dark-secondary);
  padding: 2rem;
  border-radius: 0.75rem;
  max-width: 500px;
  width: 90%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  position: relative;
  transform: translateY(-20px);
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

.modal.visible .modal-content {
  transform: translateY(0);
  opacity: 1;
}

.modal-close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  color: var(--text-gray);
  font-size: 1.5rem;
  cursor: pointer;
  transition: color 0.2s;
}

.modal-close-button:hover {
  color: #fff;
}

.modal-input-group label {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--text-gray);
  font-size: 0.9rem;
}

.modal-input-group input {
  width: 100%;
  padding: 0.75rem;
  border-radius: 0.375rem;
  border: 1px solid #4a5568;
  background-color: #4a5568;
  color: #fff;
  outline: none;
  transition: border-color 0.2s;
}

.modal-input-group input:focus {
  border-color: #63b3ed;
  box-shadow: 0 0 0 2px rgba(99, 179, 237, 0.5);
}

#simulate-button {
  color: #ffffff;
  width: 100%;
  background: linear-gradient(180deg, #5f1e94 8.04%, #620c94 64.01%, #45094d 104.64%);
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 700;
  transition: background-color 0.2s;
  border: none;
  margin-bottom: 1rem;
}

#simulate-button:hover {
  background-color: #e9c837;
}

#simulate-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.chart-container {
  margin-top: 1rem;
  padding-bottom: 5px;
  position: relative;
}

#simulation-results {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #4a5568;
}

#simulation-results p {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.rtp-red-text {
  color: var(--rtp-red);
}

.rtp-yellow-text {
  color: var(--rtp-yellow);
}

.rtp-green-text {
  color: var(--rtp-green);
}

.modal-cta-section {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.cta-button {
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  border: none;
  transition: background-color 0.2s;
}

.cta-button.primary {
  background: linear-gradient(180deg, #5f1e94 8.04%, #620c94 64.01%, #45094d 104.64%);
  color: #ffffff;
}

.cta-button.primary:hover {
  background-color: #c53030;
}

.cta-button.secondary {
  background: linear-gradient(180deg, #fffb00 8.04%, #fbf4a0 64.01%, #f7e705b0 104.64%);
  color: #000000;
}

.cta-button.secondary:hover {
  background-color: #5a647d;
}

#simulate-again-link {
  display: inline-flex;
  align-items: center;
  color: #63b3ed;
  font-weight: 600;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  transition: background-color 0.2s;
  text-decoration: none;
}

#simulate-again-link:hover {
  background-color: rgba(99, 179, 237, 0.1);
  color: #4299e1;
}

#simulate-again-link svg {
  margin-left: 0.5rem;
}

#message-box {
  display: none;
}

#sticky-cta-button {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, #5f1e94 8.04%, #620c94 64.01%, #45094d 104.64%);
  color: #ffffff;
  padding: 0.2rem;
  display: flex
;
  justify-content: center;
  align-items: center;
  z-index: 999;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
  text-align: center;
  transform: translateY(100%);
  transition: transform 0.3s ease-out;
}

#sticky-cta-button.visible {
  transform: translateY(0);
}

#sticky-cta-button button {
  background: linear-gradient(180deg, #fffb00 8.04%, #fbf4a0 64.01%, #f7e705b0 104.64%);
  color: rgb(0, 0, 0);
  padding: 0.6rem 1rem;
  border-radius: 0.5rem;
  font-weight: 700;
  transition: background-color 0.2s;
  border: none;
  margin-left: 1rem;
}

#sticky-cta-button button:hover {
  background-color: #011ea1;
}

#back-to-top-button {
  position: fixed;
  bottom: 80px;
  right: 20px;
  background-color: #1f2937;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

#back-to-top-button:hover {
  background-color: #3182ce;
}

#back-to-top-button.visible {
  opacity: 1;
  visibility: visible;
}

.swal2-popup {
  background-color: var(--dark-secondary) !important;
  color: var(--text-light) !important;
  border-radius: 0.75rem !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3) !important;
}

.swal2-title {
  color: var(--text-light) !important;
}

.swal2-html-container {
  color: var(--text-gray) !important;
}

.swal2-confirm-button-custom {
  background: linear-gradient(180deg, #fffb00 8.04%, #fbf4a0 64.01%, #f7e705b0 104.64%);
  color: #000000 !important;
  font-weight: 700 !important;
  border-radius: 0.5rem !important;
  transition: background-color 0.2s !important;
}

.swal2-confirm-button-custom:hover {
  background-color: #c53030 !important;
}

button.simulation-button.text-white.bg-blue-700.hover\:bg-blue-800.focus\:ring-4.focus\:outline-none.focus\:ring-blue-300.font-medium.rounded-lg.text-sm.px-5.py-2\.5.text-center.inline-flex.items-center.dark\:bg-blue-600.dark\:hover\:bg-blue-700.dark\:focus\:ring-blue-800 {
  align-items: center;
  justify-content: center;
  margin: 0.2rem 0.3rem;
  /* padding: 0.3rem; */
  font-size: inherit;
  overflow: hidden;
}

@media (max-width: 767px) {
  #game-list-container {
    zoom: 60%;
  }

  .header-main {
    padding: 0.75rem;
    max-width: 100%;
    border-radius: 0;
    margin-top: 0;
  }

  .header-main .site-logo {
    height: 32px;
  }

  .header-main .site-name {
    font-size: 1.25rem;
    display: none;
  }

  .hero-section {
    padding: 1.5rem 1rem;
    max-width: 100%;
    margin: 0.5rem auto;
    border-radius: 0;
  }

  .hero-title {
    font-size: 2rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .hero-cta-button {
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
  }

  .nav-buttons {
    display: none;
  }

  .auth-search-section {
    padding: 1rem;
    margin: 0.5rem auto;
    border-radius: 0;
  }

  .auth-search-section .grid {
    gap: 0.75rem;
  }

  .auth-search-section .btn {
    padding: 0.6rem 1rem;
  }

  .search-input-group {
    width: 100%;
  }

  #category-buttons-container {
    padding: 1rem;
    margin-bottom: 1rem;
  }

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

  .filter-section > div {
    grid-column: auto;
  }

  .game-list-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
  }

  .game-image {
    height: auto;
  }

  .game-title {
    font-size: 0.8rem;
    padding: 0.4rem 0.2rem;
  }

  .rtp-bar-new {
    height: 18px;
    font-size: 0.8rem;
    margin: 0.4rem 0.4rem;
    border-radius: 15px;
  }

  .rtp-bar-inner {
    border-radius: 15px;
  }

  .rtp-bar-new span {
    font-size: 0.8rem;
  }

  .game-time, .pattern-row {
    font-size: 0.75rem;
  }

  .dot {
    width: 16px;
    height: 16px;
    margin: 0px 3px;
  }

  .pattern-container {
    padding: 0 0.4rem 0.4rem;
  }

  .pattern-unavailable {
    font-size: 0.7rem;
    padding: 0.4rem 0.8rem;
  }
}

@media (min-width: 768px) {
  #game-list-container {
    zoom: 60%;
  }

  .nav-buttons {
    display: none;
  }

  .auth-search-section .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .filter-section {
    grid-template-columns: 3fr 1fr;
  }

  .filter-section > div {
    grid-column: auto;
  }

  .filter-section .ml-auto {
    margin-left: 0;
  }

  .header-main .site-name {
    display: block;
  }
}

@media (min-width: 992px) {
  .game-list-container {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .game-list-container {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

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

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

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

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

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

.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-4: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(4px + 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-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity, 1));
}

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

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

@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

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

@media (min-width: 1024px) {
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.rtl\:rotate-180:where([dir="rtl"], [dir="rtl"] *) {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (prefers-color-scheme: dark) {
  .dark\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
  }

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

  .dark\:focus\:ring-blue-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity, 1));
  }
}