*, ::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;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.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;
}
.left-0 {
  left: 0px;
}
.left-2 {
  left: 0.5rem;
}
.left-3 {
  left: 0.75rem;
}
.left-4 {
  left: 1rem;
}
.right-0 {
  right: 0px;
}
.right-2 {
  right: 0.5rem;
}
.top-0 {
  top: 0px;
}
.top-16 {
  top: 4rem;
}
.top-2 {
  top: 0.5rem;
}
.top-3 {
  top: 0.75rem;
}
.top-4 {
  top: 1rem;
}
.top-full {
  top: 100%;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-16 {
  height: 4rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-3 {
  height: 0.75rem;
}
.h-32 {
  height: 8rem;
}
.h-4 {
  height: 1rem;
}
.h-40 {
  height: 10rem;
}
.h-5 {
  height: 1.25rem;
}
.h-8 {
  height: 2rem;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[240px\] {
  height: 240px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[calc\(100vh-4rem\)\] {
  height: calc(100vh - 4rem);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-\[400px\] {
  max-height: 400px;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1\/2 {
  width: 50%;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\/4 {
  width: 75%;
}
.w-32 {
  width: 8rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-60 {
  width: 15rem;
}
.w-8 {
  width: 2rem;
}
.w-\[35\%\] {
  width: 35%;
}
.w-\[65\%\] {
  width: 65%;
}
.w-full {
  width: 100%;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-md {
  max-width: 28rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink {
  flex-shrink: 1;
}
.border-collapse {
  border-collapse: collapse;
}
.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.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;
}
.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-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.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-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-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-x-auto {
  overflow-x: auto;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-r-2 {
  border-right-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.bg-\[\#1a1a1a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / 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-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / 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-700\/30 {
  background-color: rgb(55 65 81 / 0.3);
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.bg-gray-800\/40 {
  background-color: rgb(31 41 55 / 0.4);
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}
.bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}
.bg-purple-600\/20 {
  background-color: rgb(147 51 234 / 0.2);
}
.bg-purple-600\/30 {
  background-color: rgb(147 51 234 / 0.3);
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / 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-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}
.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}
.bg-yellow-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
}
.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}
.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-purple-600 {
  --tw-gradient-from: #9333ea var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-600\/20 {
  --tw-gradient-from: rgb(147 51 234 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-blue-600 {
  --tw-gradient-to: #2563eb var(--tw-gradient-to-position);
}
.to-blue-600\/20 {
  --tw-gradient-to: rgb(37 99 235 / 0.2) var(--tw-gradient-to-position);
}
.to-purple-700 {
  --tw-gradient-to: #7e22ce var(--tw-gradient-to-position);
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.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-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.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;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pt-16 {
  padding-top: 4rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.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-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.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-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-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}
.text-purple-400 {
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}
.text-purple-500 {
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity, 1));
}
.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}
.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0;
}
.opacity-50 {
  opacity: 0.5;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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-sm {
  --tw-backdrop-blur: blur(4px);
  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;
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.hover\:scale-\[1\.02\]:hover {
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  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));
}
.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-700\/30:hover {
  background-color: rgb(55 65 81 / 0.3);
}
.hover\:bg-gray-700\/50:hover {
  background-color: rgb(55 65 81 / 0.5);
}
.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / 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-red-900\/20:hover {
  background-color: rgb(127 29 29 / 0.2);
}
.hover\:bg-yellow-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity, 1));
}
.hover\:bg-opacity-100:hover {
  --tw-bg-opacity: 1;
}
.hover\:from-purple-700:hover {
  --tw-gradient-from: #7e22ce var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:to-purple-800:hover {
  --tw-gradient-to: #6b21a8 var(--tw-gradient-to-position);
}
.hover\:text-blue-700:hover {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.hover\:text-purple-300:hover {
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / 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-700:hover {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:opacity-80:hover {
  opacity: 0.8;
}
.hover\:shadow-lg:hover {
  --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);
}
.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.focus\:border-transparent:focus {
  border-color: transparent;
}
.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-purple-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity, 1));
}
.active\:scale-\[0\.98\]:active {
  --tw-scale-x: 0.98;
  --tw-scale-y: 0.98;
  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));
}
.disabled\:transform-none:disabled {
  transform: none;
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:bg-gray-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.disabled\:opacity-50:disabled {
  opacity: 0.5;
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
.group:hover .group-hover\:shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 768px) {

  .md\:fixed {
    position: fixed;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-40 {
    height: 10rem;
  }

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

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

  .md\:flex-row {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {

  .lg\:ml-60 {
    margin-left: 15rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

.toast-container[data-v-9fd9c69d] {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 12px;
  pointer-events: none;
}
.toast[data-v-9fd9c69d] {
  display: flex;
  align-items: center;
  min-width: 300px;
  max-width: 500px;
  padding: 16px;
  background: #1a1a1a;
  border-radius: 12px;
  border-left: 4px solid;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  pointer-events: all;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}
.toast[data-v-9fd9c69d]:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}
.toast-success[data-v-9fd9c69d] {
  border-left-color: #22c55e;
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.1), rgba(34, 197, 94, 0.05));
}
.toast-error[data-v-9fd9c69d] {
  border-left-color: #ef4444;
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.1), rgba(239, 68, 68, 0.05));
}
.toast-warning[data-v-9fd9c69d] {
  border-left-color: #f59e0b;
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.1), rgba(245, 158, 11, 0.05));
}
.toast-info[data-v-9fd9c69d] {
  border-left-color: #3b82f6;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(59, 130, 246, 0.05));
}
.toast-icon[data-v-9fd9c69d] {
  font-size: 1.5rem;
  margin-right: 12px;
  flex-shrink: 0;
}
.toast-success .toast-icon[data-v-9fd9c69d] { color: #22c55e;
}
.toast-error .toast-icon[data-v-9fd9c69d] { color: #ef4444;
}
.toast-warning .toast-icon[data-v-9fd9c69d] { color: #f59e0b;
}
.toast-info .toast-icon[data-v-9fd9c69d] { color: #3b82f6;
}
.toast-content[data-v-9fd9c69d] {
  flex: 1;
  min-width: 0;
}
.toast-title[data-v-9fd9c69d] {
  font-weight: 600;
  font-size: 0.95rem;
  color: #ffffff;
  margin-bottom: 4px;
}
.toast-message[data-v-9fd9c69d] {
  font-size: 0.9rem;
  color: #e5e7eb;
  line-height: 1.4;
  word-wrap: break-word;
}
.toast-close[data-v-9fd9c69d] {
  background: none;
  border: none;
  color: #9ca3af;
  font-size: 1.2rem;
  cursor: pointer;
  padding: 4px;
  border-radius: 4px;
  transition: all 0.3s ease;
  flex-shrink: 0;
  margin-left: 8px;
}
.toast-close[data-v-9fd9c69d]:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

/* Animations */
.toast-enter-active[data-v-9fd9c69d] {
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.toast-leave-active[data-v-9fd9c69d] {
  transition: all 0.3s ease-in;
}
.toast-enter-from[data-v-9fd9c69d] {
  transform: translateX(100%) scale(0.8);
  opacity: 0;
}
.toast-leave-to[data-v-9fd9c69d] {
  transform: translateX(100%) scale(0.8);
  opacity: 0;
}
.toast-move[data-v-9fd9c69d] {
  transition: transform 0.3s ease;
}

/* Responsive */
@media (max-width: 768px) {
.toast-container[data-v-9fd9c69d] {
    top: 10px;
    right: 10px;
    left: 10px;
}
.toast[data-v-9fd9c69d] {
    min-width: unset;
    max-width: unset;
}
}

.modal-overlay[data-v-f0d74a92] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  animation: fadeIn-f0d74a92 0.3s;
}
@keyframes fadeIn-f0d74a92 {
from { opacity: 0;
}
to { opacity: 1;
}
}
.modal-container[data-v-f0d74a92] {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 20px;
  padding: 2px;
  max-width: 600px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  animation: slideUp-f0d74a92 0.3s;
}
@keyframes slideUp-f0d74a92 {
from {
    transform: translateY(50px);
    opacity: 0;
}
to {
    transform: translateY(0);
    opacity: 1;
}
}
.modal-header[data-v-f0d74a92] {
  background: #1a1a2e;
  padding: 20px;
  border-radius: 18px 18px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-header h2[data-v-f0d74a92] {
  color: #fff;
  margin: 0;
  font-size: 24px;
}
.close-btn[data-v-f0d74a92] {
  background: none;
  border: none;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.3s;
}
.close-btn[data-v-f0d74a92]:hover {
  opacity: 1;
}
.modal-body[data-v-f0d74a92] {
  background: #1a1a2e;
  padding: 20px;
  border-radius: 0 0 18px 18px;
}
.deposit-info[data-v-f0d74a92] {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 15px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
}
.modal-body > p[data-v-f0d74a92] {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.bonus-options[data-v-f0d74a92] {
  display: grid;
  gap: 15px;
  margin-bottom: 20px;
}
.bonus-card[data-v-f0d74a92] {
  background: linear-gradient(135deg, #2a2a3e 0%, #3a3a4e 100%);
  border: 2px solid transparent;
  border-radius: 15px;
  padding: 20px;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
}
.bonus-card[data-v-f0d74a92]:hover {
  border-color: #667eea;
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}
.bonus-icon[data-v-f0d74a92] {
  font-size: 40px;
  margin-bottom: 10px;
}
.bonus-card h3[data-v-f0d74a92] {
  color: #fff;
  margin: 10px 0;
  font-size: 20px;
}
.bonus-amount[data-v-f0d74a92] {
  color: #4ade80;
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0;
}
.bonus-description[data-v-f0d74a92] {
  color: #b8b8c8;
  font-size: 14px;
  margin: 10px 0;
}
.select-btn[data-v-f0d74a92] {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  border: none;
  padding: 10px 30px;
  border-radius: 25px;
  font-size: 16px;
  cursor: pointer;
  transition: transform 0.3s;
  margin-top: 10px;
}
.select-btn[data-v-f0d74a92]:hover {
  transform: scale(1.05);
}
.decline-btn[data-v-f0d74a92] {
  background: #3a3a4e;
  color: #fff;
  border: 1px solid #555;
  padding: 12px 30px;
  border-radius: 25px;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  transition: background 0.3s;
}
.decline-btn[data-v-f0d74a92]:hover {
  background: #4a4a5e;
}

/* CSS Variables - Site temasına göre dinamik değişecek */
:root {
  --primary-color: #dc2626;
  --secondary-color: #1f2937;
  --accent-color: #fbbf24;
  --header-bg: #111827;
  --footer-bg: #030712;
  --button-color: #dc2626;
  --button-hover: #b91c1c;
}

/* Global Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, body {
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

/* Sadece input ve textarea'da seçime izin ver */
input, textarea {
  -webkit-user-select: text;
  -moz-user-select: text;
       user-select: text;
}

/* MOBILE HEADER BUTON FIX */
@media (max-width: 768px) {
header .flex > button,
  header .flex > a,
  header .flex > div > button,
  header .flex > div > a,
  header .flex > .flex-1 {
    height: 52px !important;
    min-height: 52px !important;
    max-height: 52px !important;
}
header a[href*="/auth/login"],
  header a[href*="/auth/register"] {
    height: 52px !important;
    min-height: 52px !important;
    max-height: 52px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
header .bg-blue-600,
  header .bg-green-600,
  header .bg-gray-600 {
    height: 52px !important;
    min-height: 52px !important;
    max-height: 52px !important;
}
header > div > div > div.flex > * {
    height: 52px !important;
    min-height: 52px !important;
    max-height: 52px !important;
}
}

/* Root elements - Siyah arka plan */
html {
  background-color: #1a1a1a;
  min-height: 100vh;
  overflow-x: hidden;
}
body {
  background-color: #1a1a1a;
  min-height: 100vh;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: none;
}
#app {
  min-height: 100vh;
  background-color: #1a1a1a;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  padding-bottom: 60px;
}

/* iOS Bounce Scroll Fix */
@media (max-width: 768px) {
body::before {
    content: "";
    position: fixed;
    top: -100px;
    left: 0;
    right: 0;
    height: 100px;
    background: #1a1a1a;
    z-index: -1;
}
body::after {
    content: "";
    position: fixed;
    bottom: -100px;
    left: 0;
    right: 0;
    height: 100px;
    background: #1a1a1a;
    z-index: -1;
}
}

/* Mobile Specific */
@media (max-width: 768px) {
.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}
.mx-auto {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.px-4, .px-6, .px-8 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}
section {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
main {
    padding-left: 0 !important;
    padding-right: 0 !important;
    background-color: #1a1a1a !important;
}
#app {
    padding-bottom: calc(60px + env(safe-area-inset-bottom, 0px));
}
}

/* Preloader Styles */
.global-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  overflow: hidden;
}
.preloader-content {
  text-align: center;
  color: white;
  position: relative;
}
.spinner {
  width: 45px;
  height: 45px;
  border: 3px solid rgba(102, 126, 234, 0.2);
  border-top: 3px solid var(--primary-color);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin: 0 auto;
}

/* Mobile için özel preloader düzeltmesi */
@media (max-width: 768px) {
.global-preloader {
    position: fixed;
    top: -100px;
    left: 0;
    right: 0;
    bottom: -100px;
    padding-top: 100px;
    padding-bottom: 100px;
    height: calc(100vh + 200px);
}
}
@keyframes spin {
0% { transform: rotate(0deg);
}
100% { transform: rotate(360deg);
}
}

/* Fade transition */
.fade-enter-active, .fade-leave-active {
  transition: opacity 0.3s ease;
}
.fade-enter-from, .fade-leave-to {
  opacity: 0;
}

/* Dinamik renkler için utility classes */
.bg-primary {
  background-color: var(--primary-color) !important;
}
.bg-primary-hover:hover {
  background-color: var(--button-hover) !important;
}
.text-primary {
  color: var(--primary-color) !important;
}
.border-primary {
  border-color: var(--primary-color) !important;
}
.bg-secondary {
  background-color: var(--secondary-color) !important;
}
.text-accent {
  color: var(--accent-color) !important;
}

.logo-desktop[data-v-554a9c1b] {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-mobile[data-v-554a9c1b] {
  height: 50px;
  display: flex;
  align-items: center;
}
.logo-desktop img[data-v-554a9c1b],
.logo-mobile img[data-v-554a9c1b] {
  height: 100% !important;
  width: auto !important;
  max-width: none !important;
  max-height: none !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.fallback-logo[data-v-554a9c1b] {
  height: 100%;
  width: auto;
  padding: 10px;
}

.group:hover .group-hover\:scale-105[data-v-649bf88c] {
  transform: scale(1.05);
}

/* Mobil header butonları için sabit boyut */
.mobile-header-btn[data-v-649bf88c] {
  height: 52px !important;
  padding: 12px 16px !important;
}

/* Dropdown animasyonu */
.dropdown-enter-active[data-v-649bf88c] {
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.dropdown-leave-active[data-v-649bf88c] {
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.dropdown-enter-from[data-v-649bf88c] {
  opacity: 0;
  transform: translateY(-10px) scale(0.95);
}
.dropdown-leave-to[data-v-649bf88c] {
  opacity: 0;
  transform: translateY(-5px) scale(0.95);
}

/* Chevron animasyonu için */
.transition-transform[data-v-649bf88c] {
  transition: transform 0.3s ease;
}

/* Mobile için özel stiller */
@media (max-width: 768px) {
button[data-v-649bf88c]:active {
    transform: scale(0.98);
}
.absolute[data-v-649bf88c] {
    max-height: 70vh;
    overflow-y: auto;
}
.truncate[data-v-649bf88c] {
    max-width: 100px;
}
}

/* Çok küçük ekranlar için */
@media (max-width: 360px) {
.mobile-header-btn[data-v-649bf88c] {
    height: 48px !important;
    font-size: 0.875rem;
}
.px-4[data-v-649bf88c] {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.text-sm[data-v-649bf88c] {
    font-size: 0.75rem;
}
}

/* Bakiye ve profil butonlarının tutarlı boyutları için */
.flex > .flex-1[data-v-649bf88c] {
  min-height: 48px;
}

/* Scroll bar stilleri (dropdown için) */
.absolute[data-v-649bf88c]::-webkit-scrollbar {
  width: 6px;
}
.absolute[data-v-649bf88c]::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.absolute[data-v-649bf88c]::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
.absolute[data-v-649bf88c]::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Mobile Menu Button */
.mobile-menu-btn[data-v-196baa2b] {
  display: none;
}

/* Mobile Transform Fix */
@media (max-width: 1023px) {
.translate-x-0[data-v-196baa2b] {
    transform: translateX(0) !important;
}
.-translate-x-full[data-v-196baa2b] {
    transform: translateX(-100%) !important;
}
}
/* Sidebar Container */
.sidebar-container[data-v-196baa2b] {
  width: 240px;
  background: linear-gradient(180deg, #1a1a2e 0%, #0f0f1a 100%);
  min-height: 100vh;
  color: #ffffff;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 45;
  transition: transform 0.3s ease-in-out;
}

/* Desktop styles */
@media (min-width: 1024px) {
.sidebar-container[data-v-196baa2b] {
    top: 64px;  /* 65px yerine 64px (tailwind'in top-16 değeri) */
    height: calc(100vh - 64px);  /* 65px yerine 64px */
    padding-top: 0;  /* 15px yerine 0 - beyaz boşluğu kaldırır */
}
}

/* Mobile styles */
@media (max-width: 1023px) {
.sidebar-container[data-v-196baa2b] {
    width: 280px;
    padding-top: 0;
    box-shadow: 4px 0 15px rgba(0, 0, 0, 0.5);
}
}

/* Scrollbar */
.sidebar-container[data-v-196baa2b]::-webkit-scrollbar {
  width: 6px;
}
.sidebar-container[data-v-196baa2b]::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.02);
}
.sidebar-container[data-v-196baa2b]::-webkit-scrollbar-thumb {
  background: rgba(147, 51, 234, 0.3);
  border-radius: 3px;
}
.sidebar-container[data-v-196baa2b]::-webkit-scrollbar-thumb:hover {
  background: rgba(147, 51, 234, 0.5);
}

/* User Section */
.user-section[data-v-196baa2b] {
  padding: 20px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.user-card[data-v-196baa2b] {
  background: rgba(255, 255, 255, 0.02);
  border-radius: 12px;
  padding: 15px;
  border: 1px solid rgba(147, 51, 234, 0.2);
}
.user-info[data-v-196baa2b] {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.user-avatar[data-v-196baa2b] {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #9333ea 0%, #c026d3 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-details[data-v-196baa2b] {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.username[data-v-196baa2b] {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}
.balance[data-v-196baa2b] {
  font-size: 16px;
  font-weight: 700;
  color: #22c55e;
}
.hide-btn[data-v-196baa2b] {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  padding: 5px;
}
.user-actions[data-v-196baa2b] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 10px;
}
.action-btn[data-v-196baa2b] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 8px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s;
}
.action-btn.deposit[data-v-196baa2b] {
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  color: white;
}
.action-btn.deposit[data-v-196baa2b]:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(34, 197, 94, 0.3);
}
.action-btn.withdraw[data-v-196baa2b] {
  background: rgba(251, 146, 60, 0.1);
  color: #fb923c;
  border: 1px solid rgba(251, 146, 60, 0.3);
}
.action-btn.withdraw[data-v-196baa2b]:hover {
  background: rgba(251, 146, 60, 0.2);
}
.quick-links[data-v-196baa2b] {
  display: flex;
  gap: 5px;
}
.quick-link[data-v-196baa2b] {
  flex: 1;
  padding: 8px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
}
.quick-link[data-v-196baa2b]:hover {
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.8);
}
.quick-link.logout[data-v-196baa2b]:hover {
  background: rgba(239, 68, 68, 0.1);
  color: #ef4444;
  border-color: rgba(239, 68, 68, 0.3);
}

/* Auth Section */
.auth-section[data-v-196baa2b] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.auth-btn[data-v-196baa2b] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.2s;
}
.auth-btn.login[data-v-196baa2b] {
  background: linear-gradient(135deg, #9333ea 0%, #c026d3 100%);
  color: white;
}
.auth-btn.login[data-v-196baa2b]:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(147, 51, 234, 0.4);
}
.auth-btn.register[data-v-196baa2b] {
  background: rgba(147, 51, 234, 0.1);
  color: #9333ea;
  border: 1px solid rgba(147, 51, 234, 0.3);
}
.auth-btn.register[data-v-196baa2b]:hover {
  background: rgba(147, 51, 234, 0.15);
  border-color: rgba(147, 51, 234, 0.5);
}

/* Menu Header */
.menu-header[data-v-196baa2b] {
  padding: 15px 20px 10px;
  font-size: 11px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 1px;
}

/* Main Menu */
.main-menu[data-v-196baa2b] {
  padding: 0 10px 20px;
}

/* Special Items */
.special-items[data-v-196baa2b] {
  margin-bottom: 20px;
  padding: 0 5px;
}
.special-item[data-v-196baa2b] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  margin-bottom: 8px;
  border-radius: 8px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.2s;
  position: relative;
}
.special-item.promo[data-v-196baa2b] {
  background: linear-gradient(135deg, rgba(251, 191, 36, 0.1) 0%, rgba(245, 158, 11, 0.1) 100%);
  border: 1px solid rgba(251, 191, 36, 0.2);
}
.special-item.promo[data-v-196baa2b]:hover {
  background: linear-gradient(135deg, rgba(251, 191, 36, 0.15) 0%, rgba(245, 158, 11, 0.15) 100%);
}
.special-item.support[data-v-196baa2b] {
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.1) 0%, rgba(16, 163, 74, 0.1) 100%);
  border: 1px solid rgba(34, 197, 94, 0.2);
}
.special-item.support[data-v-196baa2b]:hover {
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.15) 0%, rgba(16, 163, 74, 0.15) 100%);
}
.special-item.affiliate[data-v-196baa2b] {
  background: linear-gradient(135deg, rgba(147, 51, 234, 0.1) 0%, rgba(192, 38, 211, 0.1) 100%);
  border: 1px solid rgba(147, 51, 234, 0.2);
}
.special-item.affiliate[data-v-196baa2b]:hover {
  background: linear-gradient(135deg, rgba(147, 51, 234, 0.15) 0%, rgba(192, 38, 211, 0.15) 100%);
}
.status-dot[data-v-196baa2b] {
  width: 6px;
  height: 6px;
  background: #22c55e;
  border-radius: 50%;
  margin-left: auto;
  animation: pulse-196baa2b 2s infinite;
}

/* Menu Category */
.menu-category[data-v-196baa2b] {
  margin-bottom: 20px;
}
.category-title[data-v-196baa2b] {
  padding: 10px 10px 8px;
  font-size: 10px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 0.5px;
}

/* Menu Items */
.menu-item[data-v-196baa2b] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  margin-bottom: 2px;
  border-radius: 8px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s;
  position: relative;
}
.menu-item[data-v-196baa2b]:hover {
  background: rgba(255, 255, 255, 0.03);
  color: white;
  padding-left: 16px;
}
.menu-item.active[data-v-196baa2b] {
  background: rgba(147, 51, 234, 0.1);
  color: #9333ea;
  border-left: 3px solid #9333ea;
}
.menu-item i[data-v-196baa2b] {
  width: 20px;
  text-align: center;
  font-size: 16px;
}
.menu-item span[data-v-196baa2b]:first-of-type {
  flex: 1;
}

/* Special Games */
.menu-item.special-game[data-v-196baa2b] {
  background: rgba(251, 191, 36, 0.05);
  border: 1px solid rgba(251, 191, 36, 0.1);
}
.menu-item.special-game[data-v-196baa2b]:hover {
  background: rgba(251, 191, 36, 0.08);
  border-color: rgba(251, 191, 36, 0.2);
}

/* Badges */
.badge[data-v-196baa2b] {
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 600;
  margin-left: auto;
}
.badge.new[data-v-196baa2b] {
  background: linear-gradient(135deg, #9333ea 0%, #c026d3 100%);
  color: white;
}
.badge.hot[data-v-196baa2b] {
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
  color: white;
}
.multiplier[data-v-196baa2b] {
  padding: 2px 6px;
  background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
  color: #000;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  margin-left: auto;
}
.live-dot[data-v-196baa2b] {
  width: 6px;
  height: 6px;
  background: #ef4444;
  border-radius: 50%;
  margin-left: auto;
  animation: pulse-196baa2b 1.5s infinite;
}
@keyframes pulse-196baa2b {
0% {
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7);
}
70% {
    box-shadow: 0 0 0 6px rgba(239, 68, 68, 0);
}
100% {
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0);
}
}

.bottom-nav[data-v-fd076c9c] {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1a1a1a; /* Düz siyah arka plan */
  border-top: 1px solid rgba(147, 51, 234, 0.3);
  z-index: 50;
  padding-bottom: env(safe-area-inset-bottom, 0px);
}

/* Bottom safe area için ek stil */
@supports (padding-bottom: env(safe-area-inset-bottom)) {
.bottom-nav[data-v-fd076c9c] {
    background: #1a1a1a;
    padding-bottom: env(safe-area-inset-bottom);
}
}
.nav-container[data-v-fd076c9c] {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  height: 60px;
}
.nav-item[data-v-fd076c9c] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  position: relative;
  transition: all 0.2s;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}
.nav-item i[data-v-fd076c9c] {
  font-size: 20px;
  margin-bottom: 4px;
}
.nav-item span[data-v-fd076c9c] {
  font-size: 10px;
  font-weight: 500;
}
.nav-item.active[data-v-fd076c9c] {
  color: #22c55e;
}
.nav-item[data-v-fd076c9c]:active {
  transform: scale(0.95);
}

/* Ortadaki büyük buton */
.center-item[data-v-fd076c9c] {
  position: relative;
}
.center-button[data-v-fd076c9c] {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(34, 197, 94, 0.4);
}
.center-button i[data-v-fd076c9c] {
  font-size: 24px;
  color: white;
  margin: 0;
}
.center-item span[data-v-fd076c9c] {
  position: absolute;
  bottom: 5px;
  font-weight: 600;
  color: #22c55e;
}

/* Menü Modal */
.menu-modal[data-v-fd076c9c] {
  position: fixed;
  inset: 0;
  z-index: 100;
}
.modal-overlay[data-v-fd076c9c] {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.modal-content[data-v-fd076c9c] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, #1a1a2e 0%, #0f0f1a 100%);
  border-radius: 20px 20px 0 0;
  padding: 20px;
  max-height: 70vh;
  overflow-y: auto;
}
.modal-header[data-v-fd076c9c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.modal-header h3[data-v-fd076c9c] {
  color: white;
  font-size: 18px;
  font-weight: 600;
}
.close-btn[data-v-fd076c9c] {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
  cursor: pointer;
}
.menu-grid[data-v-fd076c9c] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.menu-card[data-v-fd076c9c] {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 16px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.2s;
}
.menu-card i[data-v-fd076c9c] {
  font-size: 24px;
}
.menu-card span[data-v-fd076c9c] {
  font-size: 12px;
  font-weight: 500;
}
.menu-card.special[data-v-fd076c9c] {
  background: linear-gradient(135deg, rgba(251, 191, 36, 0.1) 0%, rgba(245, 158, 11, 0.1) 100%);
  border-color: rgba(251, 191, 36, 0.3);
}
.menu-card[data-v-fd076c9c]:active {
  transform: scale(0.95);
}

/* Animasyonlar */
.slide-up-enter-active[data-v-fd076c9c],
.slide-up-leave-active[data-v-fd076c9c] {
  transition: all 0.3s ease;
}
.slide-up-enter-from .modal-content[data-v-fd076c9c],
.slide-up-leave-to .modal-content[data-v-fd076c9c] {
  transform: translateY(100%);
}
.slide-up-enter-from .modal-overlay[data-v-fd076c9c],
.slide-up-leave-to .modal-overlay[data-v-fd076c9c] {
  opacity: 0;
}

/* Content Loader Overlay */
.content-loader-overlay[data-v-d807bdda] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(26, 26, 26, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 30;
  min-height: calc(100vh - 64px);
}
.content-loader[data-v-d807bdda] {
  text-align: center;
}
.loader-spinner[data-v-d807bdda] {
  width: 40px;
  height: 40px;
  border: 3px solid #374151;
  border-top: 3px solid #667eea;
  border-radius: 50%;
  animation: spin-d807bdda 0.8s linear infinite;
  margin: 0 auto 15px;
}
@keyframes spin-d807bdda {
0% { transform: rotate(0deg);
}
100% { transform: rotate(360deg);
}
}
.content-loader p[data-v-d807bdda] {
  color: #9ca3af;
  font-size: 0.95rem;
}

/* Fade transition */
.fade-enter-active[data-v-d807bdda], .fade-leave-active[data-v-d807bdda] {
  transition: opacity 0.2s ease;
}
.fade-enter-from[data-v-d807bdda], .fade-leave-to[data-v-d807bdda] {
  opacity: 0;
}

/* Router link active state */
.router-link-active[data-v-d807bdda] {
  border-right-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(147 51 234 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(37 99 235 / 0.2) var(--tw-gradient-to-position);
}
@media (max-width: 1023px) {
main[data-v-d807bdda] {
    padding-bottom: 80px;
}
}

/* TEMEL STILLER */
.dashboard-page[data-v-3543f003] {
  min-height: 100vh;
  background-color: var(--dashboard-bg, #1a1a1a);
  padding-top: 20px;
}
.container[data-v-3543f003] {
  max-width: 1400px;
}
.rounded-20[data-v-3543f003] {
  border-radius: 20px;
}

/* BANNER STİLLERİ */
.banner-container[data-v-3543f003] {
  position: relative;
}
.banner-indicators[data-v-3543f003] {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}
.indicator[data-v-3543f003] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: all 0.3s ease;
}
.indicator.active[data-v-3543f003] {
  background: #667eea;
  width: 24px;
  border-radius: 5px;
}

/* SECTION HEADERS */
.section-header[data-v-3543f003] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.section-title[data-v-3543f003] {
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff;
}
.view-all-btn[data-v-3543f003] {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #667eea;
  font-weight: 600;
  font-size: 1rem;
  transition: color 0.3s ease;
}
.view-all-btn[data-v-3543f003]:hover {
  color: #5a6fd8;
}

/* PROMOSYON CAROUSEL - TEMİZLENMİŞ VE DÜZELTİLMİŞ */
.promotions-carousel-wrapper[data-v-3543f003] {
  position: relative;
  padding: 20px 0;
  overflow: visible;
  margin: 0 -16px;
}
.promotions-carousel[data-v-3543f003] {
  display: flex;
  gap: 20px;
  padding: 0 16px;
  overflow-x: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  animation: smoothScroll-3543f003 40s linear infinite;
  width: -moz-fit-content;
  width: fit-content;
}
.promotions-carousel[data-v-3543f003]::-webkit-scrollbar {
  display: none;
}
.promotions-carousel[data-v-3543f003]:hover {
  animation-play-state: paused;
}
@keyframes smoothScroll-3543f003 {
0% {
    transform: translateX(0);
}
100% {
    transform: translateX(calc(-50% - 10px));
}
}
.promotion-slide[data-v-3543f003] {
  flex: 0 0 auto;
  width: 250px;
  cursor: pointer;
}
.promotion-image-container[data-v-3543f003] {
  position: relative;
  width: 100%;
  height: 150px;
  border-radius: 16px;
  overflow: hidden;
  background: #2d2d2d;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  transform-origin: center bottom;
  will-change: transform;
}
.promotion-slide:hover .promotion-image-container[data-v-3543f003] {
  transform: translateY(-8px);
}
.promotion-image[data-v-3543f003] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.promotion-slide:hover .promotion-image[data-v-3543f003] {
  transform: scale(1.08);
}

/* Hover'da görünen detaylar butonu */
.promotion-hover-overlay[data-v-3543f003] {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.promotion-slide:hover .promotion-hover-overlay[data-v-3543f003] {
  opacity: 1;
}
.promotion-details-btn[data-v-3543f003] {
  background: linear-gradient(135deg, #667eea, #764ba2);
  border: none;
  color: white;
  padding: 12px 28px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: translateY(10px);
}
.promotion-slide:hover .promotion-details-btn[data-v-3543f003] {
  transform: translateY(0);
}
.promotion-details-btn[data-v-3543f003]:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.5);
}
.promotion-skeleton[data-v-3543f003] {
  width: 100%;
  height: 150px;
  background: #2d2d2d;
  border-radius: 16px;
  animation: pulse-3543f003 1.5s ease-in-out infinite;
}

/* PROMOTION MODAL */
.promo-modal-overlay[data-v-3543f003] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 20px;
  animation: fadeIn-3543f003 0.3s ease;
}
.promo-modal-content[data-v-3543f003] {
  background: #2d2d2d;
  border-radius: 20px;
  max-width: 500px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  animation: slideUp-3543f003 0.3s ease;
}
.promo-modal-close[data-v-3543f003] {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}
.promo-modal-close[data-v-3543f003]:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: scale(1.1);
}
.promo-modal-body[data-v-3543f003] {
  padding: 0;
}
.promo-modal-image[data-v-3543f003] {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 20px 0 0;
}
.promo-modal-title[data-v-3543f003] {
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  margin: 20px 20px 10px;
}
.promo-modal-description[data-v-3543f003] {
  color: #9ca3af;
  margin: 0 20px 20px;
  line-height: 1.5;
}
.promo-modal-details[data-v-3543f003] {
  background: rgba(0, 0, 0, 0.3);
  padding: 20px;
  margin: 0 20px 20px;
  border-radius: 12px;
}
.promo-detail-item[data-v-3543f003] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.promo-detail-item[data-v-3543f003]:last-child {
  border-bottom: none;
}
.promo-detail-label[data-v-3543f003] {
  color: #9ca3af;
  font-size: 0.9rem;
}
.promo-detail-value[data-v-3543f003] {
  color: #667eea;
  font-weight: 600;
  font-size: 1rem;
}
.promo-modal-info[data-v-3543f003] {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: rgba(102, 126, 234, 0.1);
  padding: 15px 20px;
  margin: 0 20px 20px;
  border-radius: 12px;
  border: 1px solid rgba(102, 126, 234, 0.3);
}
.promo-modal-info i[data-v-3543f003] {
  color: #667eea;
  font-size: 1.2rem;
  margin-top: 2px;
}
.promo-modal-info p[data-v-3543f003] {
  color: #9ca3af;
  font-size: 0.85rem;
  line-height: 1.4;
  margin: 0;
}

/* OYUNLAR GRID */
.games-grid[data-v-3543f003] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 24px;
  margin-bottom: 20px;
}
.game-card[data-v-3543f003] {
  background: #2d2d2d;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid #3d3d3d;
}
.game-card[data-v-3543f003]:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.4);
  border-color: #667eea;
}
.game-image-wrapper[data-v-3543f003] {
  position: relative;
  overflow: hidden;
  height: 140px;
}
.game-image-container[data-v-3543f003] {
  position: relative;
  width: 100%;
  height: 100%;
}
.game-image-img[data-v-3543f003] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.game-card:hover .game-image-img[data-v-3543f003] {
  transform: scale(1.05);
}
.game-overlay[data-v-3543f003] {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.game-card:hover .game-overlay[data-v-3543f003] {
  opacity: 1;
}
.play-btn[data-v-3543f003] {
  background: linear-gradient(135deg, #667eea, #764ba2);
  border: none;
  padding: 12px 20px;
  border-radius: 25px;
  color: white;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 6px;
}
.play-btn[data-v-3543f003]:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}
.game-info[data-v-3543f003] {
  padding: 16px;
}
.game-name[data-v-3543f003] {
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 4px;
  line-height: 1.3;
}
.game-provider[data-v-3543f003] {
  font-size: 0.85rem;
  color: #9ca3af;
  font-weight: 500;
}

/* KATEGORİLER GRID */
.categories-container[data-v-3543f003] {
  display: flex;
  justify-content: center;
  width: 100%;
}
.categories-grid[data-v-3543f003] {
  display: grid;
  grid-template-columns: repeat(4, 180px);
  gap: 20px;
  justify-content: center;
}
.category-card[data-v-3543f003] {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 240px;
  width: 180px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #2d2d2d;
  border: 1px solid #3d3d3d;
}
.category-card[data-v-3543f003]:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(102, 126, 234, 0.4);
  border-color: #667eea;
}
.category-image-wrapper[data-v-3543f003] {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.category-image[data-v-3543f003] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.category-card:hover .category-image[data-v-3543f003] {
  transform: scale(1.1);
}
.category-gradient[data-v-3543f003] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.category-icon-display[data-v-3543f003] {
  font-size: 4rem;
  z-index: 2;
  margin-bottom: 10px;
}
.category-overlay[data-v-3543f003] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  min-height: 80px;
}
.category-icon-overlay[data-v-3543f003] {
  font-size: 2rem;
  margin-bottom: 8px;
  opacity: 0.8;
}
.category-title-overlay[data-v-3543f003] {
  color: white;
  font-size: 1.1rem;
  font-weight: 600;
  text-shadow: 0 2px 4px rgba(0,0,0,0.8);
  text-align: center;
  line-height: 1.2;
}

/* ANİMASYONLAR */
@keyframes fadeIn-3543f003 {
from { opacity: 0;
}
to { opacity: 1;
}
}
@keyframes slideUp-3543f003 {
from {
    opacity: 0;
    transform: translateY(30px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes pulse-3543f003 {
0%, 100% { opacity: 1;
}
50% { opacity: 0.5;
}
}

/* MOBİL RESPONSIVE */
@media (max-width: 768px) {
.dashboard-page[data-v-3543f003] {
    padding-top: 16px;
    background-color: #1a1a1a !important;
}
.container[data-v-3543f003] {
    padding: 0 16px;
    margin: 0 !important;
}
.section-title[data-v-3543f003] {
    font-size: 1.4rem;
}

  /* Promosyonlar Mobile */
.promotions-carousel[data-v-3543f003] {
    animation-duration: 25s;
}
.promotion-slide[data-v-3543f003] {
    width: 220px;
}
.promotion-image-container[data-v-3543f003] {
    height: 130px;
}

  /* Modal Mobile */
.promo-modal-content[data-v-3543f003] {
    margin: 20px;
    max-height: 80vh;
}
.promo-modal-image[data-v-3543f003] {
    height: 200px;
}

  /* Games Mobile */
.games-grid[data-v-3543f003] {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 16px;
}
.game-image-wrapper[data-v-3543f003] {
    height: 120px;
}

  /* Categories Mobile */
.categories-grid[data-v-3543f003] {
    grid-template-columns: repeat(2, 150px);
    gap: 12px;
}
.category-card[data-v-3543f003] {
    height: 180px;
    width: 150px;
}
.category-icon-display[data-v-3543f003] {
    font-size: 3rem;
}
}
@media (max-width: 400px) {
.categories-grid[data-v-3543f003] {
    grid-template-columns: repeat(2, 140px);
}
.category-card[data-v-3543f003] {
    width: 140px;
    height: 170px;
}
.promotion-slide[data-v-3543f003] {
    width: 200px;
}
}

/* Desktop için promosyon ayarlamaları */
@media (min-width: 768px) {
.promotion-slide[data-v-3543f003] {
    width: 300px;
}
.promotion-image-container[data-v-3543f003] {
    height: 200px;
}
}

/* Fade slide animasyonu */
.fade-slide-enter-active[data-v-3543f003],
.fade-slide-leave-active[data-v-3543f003] {
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.fade-slide-enter-from[data-v-3543f003] {
  opacity: 0;
  transform: translateX(30px);
}
.fade-slide-leave-to[data-v-3543f003] {
  opacity: 0;
  transform: translateX(-30px);
}

.promotions-page[data-v-7ba27386] {
  min-height: 100vh;
  background-color: #1a1a1a;
}
.spinner[data-v-7ba27386] {
  width: 50px;
  height: 50px;
  border: 3px solid rgba(255, 255, 255, 0.1);
  border-top-color: var(--primary-color, #8b5cf6);
  border-radius: 50%;
  animation: spin-7ba27386 1s linear infinite;
}
@keyframes spin-7ba27386 {
to { transform: rotate(360deg);
}
}
.bg-primary[data-v-7ba27386] {
  background-color: var(--primary-color, #8b5cf6);
}
.bg-primary-hover[data-v-7ba27386]:hover {
  background-color: var(--button-hover, #7c3aed);
}

.request-call-page[data-v-09c1c168] {
  min-height: 100vh;
  background-color: #1a1a1a;
  padding-top: 20px;
  display: flex;
  align-items: center;
}
.container[data-v-09c1c168] {
  max-width: 600px;
}
.form-wrapper[data-v-09c1c168] {
  background: #2d2d2d;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.4);
  border: 1px solid #3d3d3d;
}
.form-header[data-v-09c1c168] {
  text-align: center;
  margin-bottom: 30px;
}
.form-title[data-v-09c1c168] {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
}
.form-subtitle[data-v-09c1c168] {
  font-size: 0.95rem;
  color: #9ca3af;
}
.call-form[data-v-09c1c168] {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.input-group[data-v-09c1c168] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.input-label[data-v-09c1c168] {
  font-size: 0.9rem;
  font-weight: 600;
  color: #ffffff;
}
.form-input[data-v-09c1c168],
.form-textarea[data-v-09c1c168] {
  background: #1a1a1a;
  border: 2px solid #3d3d3d;
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 1rem;
  color: #ffffff;
  transition: all 0.3s ease;
  font-family: inherit;
}
.form-input[data-v-09c1c168]:focus,
.form-textarea[data-v-09c1c168]:focus {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
  background: #262626;
}
.form-input[data-v-09c1c168]::-moz-placeholder, .form-textarea[data-v-09c1c168]::-moz-placeholder {
  color: #6b7280;
}
.form-input[data-v-09c1c168]::placeholder,
.form-textarea[data-v-09c1c168]::placeholder {
  color: #6b7280;
}
.form-textarea[data-v-09c1c168] {
  resize: none;
}
.character-counter[data-v-09c1c168] {
  font-size: 0.75rem;
  color: #9ca3af;
  text-align: right;
  margin-top: 4px;
}
.submit-wrapper[data-v-09c1c168] {
  margin-top: 10px;
}
.submit-button[data-v-09c1c168] {
  width: 100%;
  background: linear-gradient(135deg, #667eea, #764ba2);
  border: none;
  padding: 14px 24px;
  border-radius: 10px;
  color: white;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}
.submit-button[data-v-09c1c168]:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}
.submit-button[data-v-09c1c168]:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}
.submit-button i[data-v-09c1c168] {
  margin-right: 8px;
}
.spin[data-v-09c1c168] {
  animation: spin-09c1c168 1s linear infinite;
}
@keyframes spin-09c1c168 {
0% { transform: rotate(0deg);
}
100% { transform: rotate(360deg);
}
}
.alert[data-v-09c1c168] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 10px;
  margin-top: 20px;
  font-size: 0.95rem;
}
.alert-success[data-v-09c1c168] {
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(34, 197, 94, 0.3);
  color: #22c55e;
}
.alert-error[data-v-09c1c168] {
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.3);
  color: #ef4444;
}

/* Recent Requests Section */
.recent-requests[data-v-09c1c168] {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #3d3d3d;
}
.recent-title[data-v-09c1c168] {
  font-size: 1.1rem;
  color: #ffffff;
  margin-bottom: 15px;
  font-weight: 600;
}
.request-list[data-v-09c1c168] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.request-item[data-v-09c1c168] {
  background: #1a1a1a;
  border: 1px solid #3d3d3d;
  border-radius: 8px;
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.request-info[data-v-09c1c168] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.request-date[data-v-09c1c168] {
  font-size: 0.85rem;
  color: #9ca3af;
}
.request-phone[data-v-09c1c168] {
  font-size: 0.95rem;
  color: #ffffff;
}
.request-status[data-v-09c1c168] {
  padding: 4px 12px;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 600;
}
.status-pending[data-v-09c1c168] {
  background: rgba(250, 204, 21, 0.1);
  color: #facc15;
  border: 1px solid rgba(250, 204, 21, 0.3);
}
.status-done[data-v-09c1c168] {
  background: rgba(34, 197, 94, 0.1);
  color: #22c55e;
  border: 1px solid rgba(34, 197, 94, 0.3);
}
.status-rejected[data-v-09c1c168] {
  background: rgba(239, 68, 68, 0.1);
  color: #ef4444;
  border: 1px solid rgba(239, 68, 68, 0.3);
}

/* Mobile Responsive */
@media (max-width: 768px) {
.form-wrapper[data-v-09c1c168] {
    padding: 20px;
    margin: 0 12px;
}
.form-header[data-v-09c1c168] {
    margin-bottom: 20px;
}
.form-title[data-v-09c1c168] {
    font-size: 1.5rem;
}
}

.affiliate-page[data-v-b7e64034] {
  min-height: 100vh;
  background: linear-gradient(180deg, #1a1d29 0%, #252836 100%);
  padding: 40px 0;
}
.container[data-v-b7e64034] {
  max-width: 900px;
}
.form-wrapper[data-v-b7e64034] {
  width: 100%;
}

/* Başlık Bölümü */
.form-header[data-v-b7e64034] {
  text-align: center;
  margin-bottom: 40px;
}
.main-title[data-v-b7e64034] {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.subtitle[data-v-b7e64034] {
  font-size: 1rem;
  color: #a0a0a0;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Form Container */
.form-container[data-v-b7e64034] {
  background: #2d3142;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.5);
}
.form-title[data-v-b7e64034] {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
}

/* Form Stilleri */
.affiliate-form[data-v-b7e64034] {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.form-row[data-v-b7e64034] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.input-group[data-v-b7e64034] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.input-label[data-v-b7e64034] {
  font-size: 0.875rem;
  font-weight: 500;
  color: #a0a0a0;
}
.form-input[data-v-b7e64034] {
  background: #1a1d29;
  border: 1px solid #3a3f51;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 0.95rem;
  color: #ffffff;
  transition: all 0.3s ease;
}
.form-input[data-v-b7e64034]:focus {
  outline: none;
  border-color: #22c55e;
  background: #1f2230;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.1);
}
.form-input[data-v-b7e64034]::-moz-placeholder {
  color: #6b7280;
  opacity: 0.7;
}
.form-input[data-v-b7e64034]::placeholder {
  color: #6b7280;
  opacity: 0.7;
}

/* Submit Button */
.submit-button[data-v-b7e64034] {
  background: #22c55e;
  border: none;
  padding: 14px 32px;
  border-radius: 10px;
  color: white;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.submit-button[data-v-b7e64034]:hover:not(:disabled) {
  background: #1ea14b;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(34, 197, 94, 0.4);
}
.submit-button[data-v-b7e64034]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.spin[data-v-b7e64034] {
  animation: spin-b7e64034 1s linear infinite;
}
@keyframes spin-b7e64034 {
0% { transform: rotate(0deg);
}
100% { transform: rotate(360deg);
}
}

/* Form Footer */
.form-footer[data-v-b7e64034] {
  text-align: center;
  color: #a0a0a0;
  font-size: 0.875rem;
  margin-top: 16px;
}
.link[data-v-b7e64034] {
  color: #22c55e;
  text-decoration: none;
  font-weight: 500;
}
.link[data-v-b7e64034]:hover {
  text-decoration: underline;
}

/* Alert Messages */
.alert[data-v-b7e64034] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border-radius: 10px;
  margin-top: 24px;
  font-weight: 500;
}
.alert-success[data-v-b7e64034] {
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(34, 197, 94, 0.3);
  color: #22c55e;
}
.alert-error[data-v-b7e64034] {
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.3);
  color: #ef4444;
}

/* Mobile Responsive */
@media (max-width: 768px) {
.main-title[data-v-b7e64034] {
    font-size: 2rem;
}
.form-container[data-v-b7e64034] {
    padding: 24px;
}
.form-row[data-v-b7e64034] {
    grid-template-columns: 1fr;
}
.submit-button[data-v-b7e64034] {
    width: 100%;
}
}

.fade-slide-enter-active[data-v-47a0bbef],
.fade-slide-leave-active[data-v-47a0bbef] {
  transition: all 0.8s ease;
}
.fade-slide-enter-from[data-v-47a0bbef] {
  opacity: 0;
  transform: translateX(20px);
}
.fade-slide-leave-to[data-v-47a0bbef] {
  opacity: 0;
  transform: translateX(-20px);
}

.fade-slide-enter-active[data-v-328a47f4],
.fade-slide-leave-active[data-v-328a47f4] {
  transition: all 0.8s ease;
}
.fade-slide-enter-from[data-v-328a47f4] {
  opacity: 0;
  transform: translateX(20px);
}
.fade-slide-leave-to[data-v-328a47f4] {
  opacity: 0;
  transform: translateX(-20px);
}

/* Scrollbar styling */
.overflow-x-auto[data-v-328a47f4]::-webkit-scrollbar {
  height: 6px;
}
.overflow-x-auto[data-v-328a47f4]::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.overflow-x-auto[data-v-328a47f4]::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
.overflow-x-auto[data-v-328a47f4]::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Özel animasyonlar için */
@keyframes fadeIn-95e233f4 {
from {
    opacity: 0;
    transform: translateY(-10px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
.min-h-screen > div[data-v-95e233f4] {
  animation: fadeIn-95e233f4 0.5s ease-out;
}

/* Özel animasyonlar için */
@keyframes fadeIn-582970f4 {
from {
    opacity: 0;
    transform: translateY(-10px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
.min-h-screen > div[data-v-582970f4] {
  animation: fadeIn-582970f4 0.5s ease-out;
}

.cms-page[data-v-0468a653] {
  min-height: 100vh;
  background-color: #1a1a1a;
}
.loading-container[data-v-0468a653],
.error-container[data-v-0468a653] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  text-align: center;
  color: #9ca3af;
}
.loading-spinner[data-v-0468a653] {
  width: 40px;
  height: 40px;
  border: 4px solid #374151;
  border-top: 4px solid #667eea;
  border-radius: 50%;
  animation: spin-0468a653 1s linear infinite;
  margin-bottom: 16px;
}
@keyframes spin-0468a653 {
0% { transform: rotate(0deg);
}
100% { transform: rotate(360deg);
}
}
.error-content[data-v-0468a653] {
  max-width: 400px;
}
.error-icon[data-v-0468a653] {
  font-size: 4rem;
  color: #ef4444;
  margin-bottom: 20px;
}
.error-content h2[data-v-0468a653] {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 12px;
}
.back-button[data-v-0468a653] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #667eea, #764ba2);
  color: white;
  padding: 12px 20px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 20px;
  transition: all 0.3s ease;
}
.back-button[data-v-0468a653]:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}
.page-container[data-v-0468a653] {
  color: #ffffff;
}
.breadcrumb[data-v-0468a653] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  font-size: 0.9rem;
}
.breadcrumb-item[data-v-0468a653] {
  color: #9ca3af;
  text-decoration: none;
  transition: color 0.3s ease;
}
.breadcrumb-item[data-v-0468a653]:hover {
  color: #667eea;
}
.breadcrumb-separator[data-v-0468a653] {
  color: #6b7280;
}
.breadcrumb-current[data-v-0468a653] {
  color: #667eea;
  font-weight: 500;
}
.page-header[data-v-0468a653] {
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 2px solid #374151;
}
.page-title[data-v-0468a653] {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
  line-height: 1.2;
}
.page-meta[data-v-0468a653] {
  color: #9ca3af;
  font-size: 0.9rem;
}
.update-date[data-v-0468a653] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.page-content[data-v-0468a653] {
  max-width: 800px;
}
.content-html[data-v-0468a653] {
  line-height: 1.7;
  color: #e5e7eb;
  font-size: 1.05rem;
}
.content-html h1[data-v-0468a653],
.content-html h2[data-v-0468a653],
.content-html h3[data-v-0468a653],
.content-html h4[data-v-0468a653],
.content-html h5[data-v-0468a653],
.content-html h6[data-v-0468a653] {
  color: #ffffff;
  font-weight: 600;
  margin-top: 32px;
  margin-bottom: 16px;
}
.content-html h1[data-v-0468a653] { font-size: 2rem;
}
.content-html h2[data-v-0468a653] { font-size: 1.75rem;
}
.content-html h3[data-v-0468a653] { font-size: 1.5rem;
}
.content-html h4[data-v-0468a653] { font-size: 1.25rem;
}
.content-html p[data-v-0468a653] {
  margin-bottom: 16px;
}
.content-html ul[data-v-0468a653],
.content-html ol[data-v-0468a653] {
  margin-bottom: 16px;
  padding-left: 24px;
}
.content-html li[data-v-0468a653] {
  margin-bottom: 8px;
}
.content-html a[data-v-0468a653] {
  color: #667eea;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.content-html a[data-v-0468a653]:hover {
  color: #5a6fd8;
}
.content-html blockquote[data-v-0468a653] {
  background: #374151;
  border-left: 4px solid #667eea;
  padding: 16px 20px;
  margin: 20px 0;
  border-radius: 0 8px 8px 0;
}
.content-html strong[data-v-0468a653] {
  color: #ffffff;
  font-weight: 600;
}
.page-footer[data-v-0468a653] {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid #374151;
}
.footer-link[data-v-0468a653] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #9ca3af;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}
.footer-link[data-v-0468a653]:hover {
  color: #667eea;
}

/* Mobile Responsive */
@media (max-width: 768px) {
.page-title[data-v-0468a653] {
    font-size: 2rem;
}
.content-html[data-v-0468a653] {
    font-size: 1rem;
}
.content-html h1[data-v-0468a653] { font-size: 1.75rem;
}
.content-html h2[data-v-0468a653] { font-size: 1.5rem;
}
.content-html h3[data-v-0468a653] { font-size: 1.25rem;
}
}

/* Scrollbar gizleme */
.hide-scrollbar[data-v-57a2fd38] {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.hide-scrollbar[data-v-57a2fd38]::-webkit-scrollbar {
  display: none;
}

/* Mobile menu animasyonu */
.slide-down-enter-active[data-v-57a2fd38],
.slide-down-leave-active[data-v-57a2fd38] {
  transition: all 0.3s ease;
}
.slide-down-enter-from[data-v-57a2fd38] {
  opacity: 0;
  transform: translateY(-10px);
}
.slide-down-leave-to[data-v-57a2fd38] {
  opacity: 0;
  transform: translateY(-10px);
}

/* Aktif tab için glow efekti */
.shadow-lg[data-v-57a2fd38] {
  box-shadow: 0 10px 25px -5px rgba(147, 51, 234, 0.15);
}
.shadow-md[data-v-57a2fd38] {
  box-shadow: 0 4px 15px -3px rgba(147, 51, 234, 0.12);
}

/* Responsive padding ayarları */
@media (max-width: 640px) {
.account-tabs-container[data-v-57a2fd38] {
    padding: 0 0.5rem;
}
}

/* Tab Menu */
.tab-menu[data-v-b99526cb] {
  display: flex;
  background: #252525;
  border-bottom: 2px solid #3d3d3d;
  flex-wrap: wrap;
}
.tab-button[data-v-b99526cb] {
  flex: 1;
  min-width: 150px;
  padding: 18px;
  background: transparent;
  border: none;
  color: #9ca3af;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
}
.tab-button[data-v-b99526cb]:hover {
  background: rgba(102, 126, 234, 0.1);
  color: #ffffff;
}
.tab-button.active[data-v-b99526cb] {
  color: #667eea;
  background: rgba(102, 126, 234, 0.15);
}
.tab-button.active[data-v-b99526cb]::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #667eea, #764ba2);
}

/* Tab Content */
.tab-content[data-v-b99526cb] {
  padding: 30px;
}
.content-header[data-v-b99526cb] {
  text-align: center;
  margin-bottom: 30px;
}
.content-title[data-v-b99526cb] {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
}
.content-subtitle[data-v-b99526cb] {
  font-size: 1rem;
  color: #9ca3af;
}

/* Profile Grid */
.profile-grid[data-v-b99526cb] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.info-field[data-v-b99526cb] {
  background: #1a1a1a;
  border: 1px solid #3d3d3d;
  border-radius: 10px;
  padding: 14px;
}
.info-label[data-v-b99526cb] {
  font-size: 0.75rem;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
  display: block;
}
.info-value[data-v-b99526cb] {
  font-size: 1rem;
  color: #ffffff;
  font-weight: 500;
}

/* Password Form */
.password-form[data-v-b99526cb] {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Form Elements */
.input-group[data-v-b99526cb] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.input-label[data-v-b99526cb] {
  font-size: 0.85rem;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.form-input[data-v-b99526cb] {
  background: #1a1a1a;
  border: 2px solid #3d3d3d;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 0.95rem;
  color: #ffffff;
  transition: all 0.3s ease;
}
.form-input[data-v-b99526cb]:focus {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
  background: #262626;
}
.input-hint[data-v-b99526cb] {
  font-size: 0.75rem;
  color: #9ca3af;
}

/* Upload Grid */
.upload-grid[data-v-b99526cb] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 25px;
}
.upload-box[data-v-b99526cb] {
  background: #1a1a1a;
  border: 2px dashed #3d3d3d;
  border-radius: 12px;
  transition: all 0.3s ease;
}
.upload-box[data-v-b99526cb]:hover {
  border-color: #667eea;
  background: #262626;
}
.upload-label[data-v-b99526cb] {
  cursor: pointer;
  display: block;
}
.upload-content[data-v-b99526cb] {
  padding: 30px 20px;
  text-align: center;
}
.upload-content i[data-v-b99526cb] {
  font-size: 2.5rem;
  color: #667eea;
  margin-bottom: 12px;
}
.upload-content h4[data-v-b99526cb] {
  font-size: 0.95rem;
  color: #ffffff;
  margin-bottom: 6px;
}
.upload-content p[data-v-b99526cb] {
  font-size: 0.85rem;
  color: #9ca3af;
}

/* Security Options */
.security-options[data-v-b99526cb] {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.security-card[data-v-b99526cb] {
  background: #1a1a1a;
  border: 1px solid #3d3d3d;
  border-radius: 12px;
  padding: 20px;
}
.security-header[data-v-b99526cb] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.security-header h3[data-v-b99526cb] {
  font-size: 1.1rem;
  color: #ffffff;
  margin-bottom: 6px;
}
.security-header p[data-v-b99526cb] {
  font-size: 0.85rem;
  color: #9ca3af;
}
.toggle-button[data-v-b99526cb] {
  padding: 8px 20px;
  border-radius: 20px;
  border: 2px solid #3d3d3d;
  background: transparent;
  color: #9ca3af;
  font-weight: 600;
  font-size: 0.85rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.toggle-button.active[data-v-b99526cb] {
  background: linear-gradient(135deg, #22c55e, #16a34a);
  border-color: transparent;
  color: white;
}
.login-history[data-v-b99526cb] {
  background: #1a1a1a;
  border: 1px solid #3d3d3d;
  border-radius: 12px;
  padding: 20px;
}
.login-history h3[data-v-b99526cb] {
  font-size: 1.1rem;
  color: #ffffff;
  margin-bottom: 16px;
}
.history-list[data-v-b99526cb] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.history-item[data-v-b99526cb] {
  display: flex;
  justify-content: space-between;
  padding: 12px;
  background: #252525;
  border-radius: 8px;
  font-size: 0.9rem;
}
.history-item .ip[data-v-b99526cb] {
  color: #ffffff;
  font-weight: 500;
}
.history-item .location[data-v-b99526cb] {
  color: #9ca3af;
  margin-left: 12px;
}
.history-item .date[data-v-b99526cb] {
  color: #9ca3af;
  font-size: 0.85rem;
}

/* Info Boxes */
.info-box[data-v-b99526cb] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px;
  border-radius: 10px;
  font-size: 0.9rem;
}
.info-box.info-yellow[data-v-b99526cb] {
  background: rgba(251, 191, 36, 0.1);
  border: 1px solid rgba(251, 191, 36, 0.3);
  color: #fbbf24;
}
.info-box.info-blue[data-v-b99526cb] {
  background: rgba(59, 130, 246, 0.1);
  border: 1px solid rgba(59, 130, 246, 0.3);
  color: #60a5fa;
}

/* Success Box */
.success-box[data-v-b99526cb] {
  text-align: center;
  padding: 60px 20px;
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.1), rgba(16, 163, 74, 0.1));
  border: 1px solid rgba(34, 197, 94, 0.3);
  border-radius: 12px;
}
.success-box i[data-v-b99526cb] {
  font-size: 4rem;
  color: #22c55e;
  margin-bottom: 20px;
}
.success-box h3[data-v-b99526cb] {
  font-size: 1.5rem;
  color: #ffffff;
  margin-bottom: 10px;
}
.success-box p[data-v-b99526cb] {
  color: #9ca3af;
}

/* Submit Buttons */
.submit-button[data-v-b99526cb] {
  padding: 14px 24px;
  border: none;
  border-radius: 10px;
  color: white;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
}
.submit-button.submit-purple[data-v-b99526cb] {
  background: linear-gradient(135deg, #667eea, #764ba2);
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}
.submit-button.submit-green[data-v-b99526cb] {
  background: linear-gradient(135deg, #22c55e, #16a34a);
  box-shadow: 0 4px 15px rgba(34, 197, 94, 0.3);
}
.submit-button[data-v-b99526cb]:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}
.submit-button[data-v-b99526cb]:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

/* Empty State */
.empty-state[data-v-b99526cb] {
  text-align: center;
  padding: 30px;
  color: #9ca3af;
}

/* Animations */
.spin[data-v-b99526cb] {
  animation: spin-b99526cb 1s linear infinite;
}
@keyframes spin-b99526cb {
0% { transform: rotate(0deg);
}
100% { transform: rotate(360deg);
}
}

/* Responsive */
@media (max-width: 768px) {
.profile-grid[data-v-b99526cb] {
    grid-template-columns: 1fr;
}
.upload-grid[data-v-b99526cb] {
    grid-template-columns: 1fr;
}
.tab-button[data-v-b99526cb] {
    font-size: 0.8rem;
    padding: 14px 10px;
}
.security-header[data-v-b99526cb] {
    flex-direction: column;
    gap: 12px;
}
.toggle-button[data-v-b99526cb] {
    width: 100%;
}
}

.tab-menu[data-v-b964fd16] {
  display: flex;
  background: #232338;
  border-bottom: 1px solid #3a3a52;
}
.tab-button[data-v-b964fd16] {
  flex: 1;
  padding: 16px;
  background: transparent;
  border: none;
  color: #8b8b9e;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.tab-button[data-v-b964fd16]:hover {
  background: rgba(255,255,255,0.05);
}
.tab-button.active[data-v-b964fd16] {
  color: #fff;
  background: #2d2d44;
  border-bottom: 2px solid #7c3aed;
}
.tab-content[data-v-b964fd16] {
  padding: 32px;
}
.content-header[data-v-b964fd16] {
  text-align: center;
  margin-bottom: 32px;
}
.content-title[data-v-b964fd16] {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}
.content-subtitle[data-v-b964fd16] {
  color: #8b8b9e;
  font-size: 14px;
}
.balance-box[data-v-b964fd16] {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 24px;
  border-radius: 12px;
  text-align: center;
  margin-bottom: 24px;
}
.balance-label[data-v-b964fd16] {
  color: rgba(255,255,255,0.8);
  font-size: 14px;
  margin-bottom: 8px;
}
.balance-amount[data-v-b964fd16] {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
}
.wallet-form[data-v-b964fd16] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.form-row[data-v-b964fd16] {
  display: flex;
  gap: 16px;
}
.form-row.two-columns[data-v-b964fd16] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.input-group[data-v-b964fd16] {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.input-label[data-v-b964fd16] {
  color: #e4e4e7;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}
.form-input[data-v-b964fd16],
.form-select[data-v-b964fd16] {
  background: #1a1a2e;
  border: 1px solid #3a3a52;
  border-radius: 8px;
  padding: 12px;
  color: #fff;
  font-size: 14px;
  transition: all 0.3s;
}
.form-input[data-v-b964fd16]:focus,
.form-select[data-v-b964fd16]:focus {
  outline: none;
  border-color: #7c3aed;
  background: #232338;
}
.input-hint[data-v-b964fd16] {
  color: #8b8b9e;
  font-size: 12px;
  margin-top: 4px;
}
.checkbox-label[data-v-b964fd16] {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #e4e4e7;
  font-size: 14px;
  cursor: pointer;
}
.checkbox-input[data-v-b964fd16] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.submit-button[data-v-b964fd16] {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  margin-top: 16px;
}
.submit-button[data-v-b964fd16]:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}
.submit-button[data-v-b964fd16]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}
.success-message[data-v-b964fd16] {
  background: #10b981;
  color: #fff;
  padding: 12px;
  border-radius: 8px;
  margin-top: 16px;
  text-align: center;
}
.error-message[data-v-b964fd16] {
  background: #ef4444;
  color: #fff;
  padding: 12px;
  border-radius: 8px;
  margin-top: 16px;
  text-align: center;
}
.transaction-list[data-v-b964fd16] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.transaction-item[data-v-b964fd16] {
  background: #1a1a2e;
  padding: 16px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.transaction-type[data-v-b964fd16] {
  color: #fff;
  font-weight: 500;
  margin-bottom: 4px;
}
.transaction-date[data-v-b964fd16] {
  color: #8b8b9e;
  font-size: 12px;
}
.transaction-amount[data-v-b964fd16] {
  font-weight: 600;
  font-size: 16px;
  text-align: right;
  margin-bottom: 4px;
}
.transaction-amount.deposit[data-v-b964fd16] {
  color: #10b981;
}
.transaction-amount.withdraw[data-v-b964fd16] {
  color: #ef4444;
}
.transaction-status[data-v-b964fd16] {
  font-size: 12px;
  text-align: right;
}
.transaction-status.pending[data-v-b964fd16] {
  color: #f59e0b;
}
.transaction-status.approved[data-v-b964fd16],
.transaction-status.done[data-v-b964fd16] {
  color: #10b981;
}
.transaction-status.rejected[data-v-b964fd16],
.transaction-status.cancel[data-v-b964fd16] {
  color: #ef4444;
}
.empty-state[data-v-b964fd16] {
  text-align: center;
  padding: 48px;
  color: #8b8b9e;
}
@media (max-width: 640px) {
.form-row.two-columns[data-v-b964fd16] {
    grid-template-columns: 1fr;
}
.tab-button[data-v-b964fd16] {
    font-size: 12px;
    padding: 12px 8px;
}
.content-title[data-v-b964fd16] {
    font-size: 20px;
}
.balance-amount[data-v-b964fd16] {
    font-size: 24px;
}
}

/* Tab Menu */
.tab-menu[data-v-94f692e9] {
  display: flex;
  background: #252525;
  border-bottom: 2px solid #3d3d3d;
}
.tab-button[data-v-94f692e9] {
  flex: 1;
  padding: 18px;
  background: transparent;
  border: none;
  color: #9ca3af;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
}
.tab-button[data-v-94f692e9]:hover {
  background: rgba(102, 126, 234, 0.1);
  color: #ffffff;
}
.tab-button.active[data-v-94f692e9] {
  color: #667eea;
  background: rgba(102, 126, 234, 0.15);
}
.tab-button.active[data-v-94f692e9]::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #667eea, #764ba2);
}

/* Content - STANDARDIZED */
.tab-content[data-v-94f692e9] {
  padding: 30px;
}
.content-header[data-v-94f692e9] {
  text-align: center;
  margin-bottom: 30px;
}
.content-title[data-v-94f692e9] {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
}
.content-subtitle[data-v-94f692e9] {
  font-size: 1rem;
  color: #9ca3af;
}

/* Cashback - BASİTLEŞTİRİLDİ */
.cashback-container[data-v-94f692e9] {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
}
.cashback-card[data-v-94f692e9] {
  background: #1a1a1a;
  border: 2px solid #3d3d3d;
  border-radius: 20px;
  padding: 40px;
  max-width: 500px;
  width: 100%;
  text-align: center;
}
.cashback-card.eligible[data-v-94f692e9] {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.05), rgba(5, 150, 105, 0.05));
  border-color: rgba(16, 185, 129, 0.3);
}
.cashback-card.not-eligible[data-v-94f692e9] {
  background: linear-gradient(135deg, rgba(107, 114, 128, 0.05), rgba(75, 85, 99, 0.05));
  border-color: rgba(107, 114, 128, 0.3);
}
.cashback-icon-wrapper[data-v-94f692e9] {
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
  background: linear-gradient(135deg, #10b981, #059669);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cashback-icon-wrapper.disabled[data-v-94f692e9] {
  background: linear-gradient(135deg, #4b5563, #374151);
}
.cashback-icon-wrapper i[data-v-94f692e9] {
  font-size: 2.5rem;
  color: white;
}
.cashback-amount[data-v-94f692e9] {
  font-size: 3rem;
  font-weight: 700;
  color: #10b981;
  margin-bottom: 8px;
}
.cashback-text[data-v-94f692e9] {
  font-size: 1.2rem;
  color: #9ca3af;
  margin-bottom: 32px;
}
.claim-cashback-button[data-v-94f692e9] {
  width: 100%;
  padding: 16px;
  background: linear-gradient(135deg, #10b981, #059669);
  border: none;
  border-radius: 12px;
  color: white;
  font-weight: 700;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.claim-cashback-button[data-v-94f692e9]:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(16, 185, 129, 0.4);
}
.claim-cashback-button[data-v-94f692e9]:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.not-eligible-title[data-v-94f692e9] {
  font-size: 1.5rem;
  font-weight: 700;
  color: #6b7280;
  margin-bottom: 16px;
}
.not-eligible-reason[data-v-94f692e9] {
  background: rgba(107, 114, 128, 0.1);
  border: 1px solid rgba(107, 114, 128, 0.2);
  border-radius: 12px;
  padding: 16px;
}
.not-eligible-reason p[data-v-94f692e9] {
  color: #9ca3af;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
}

/* Aktif Bonuslar */
.bonus-cards[data-v-94f692e9] {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.bonus-card[data-v-94f692e9] {
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.1), rgba(118, 75, 162, 0.1));
  border: 1px solid rgba(102, 126, 234, 0.2);
  border-radius: 15px;
  padding: 24px;
}
.card-header[data-v-94f692e9] {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 20px;
}
.card-title[data-v-94f692e9] {
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 4px;
}
.card-subtitle[data-v-94f692e9] {
  font-size: 0.9rem;
  color: #9ca3af;
}
.status-badge[data-v-94f692e9] {
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}
.status-badge.active[data-v-94f692e9] {
  background: rgba(34, 197, 94, 0.2);
  color: #22c55e;
  border: 1px solid rgba(34, 197, 94, 0.3);
}
.stats-grid[data-v-94f692e9] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 20px;
}
.stat-item[data-v-94f692e9] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.stat-label[data-v-94f692e9] {
  font-size: 0.75rem;
  color: #9ca3af;
  text-transform: uppercase;
}
.stat-value[data-v-94f692e9] {
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
}
.stat-value.text-yellow[data-v-94f692e9] { color: #fbbf24;
}
.stat-value.text-orange[data-v-94f692e9] { color: #fb923c;
}
.progress-section[data-v-94f692e9] {
  margin-bottom: 20px;
}
.progress-header[data-v-94f692e9] {
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
  color: #9ca3af;
  margin-bottom: 8px;
}
.progress-bar[data-v-94f692e9] {
  width: 100%;
  height: 12px;
  background: #1a1a1a;
  border-radius: 20px;
  overflow: hidden;
}
.progress-fill[data-v-94f692e9] {
  height: 100%;
  background: linear-gradient(90deg, #667eea, #764ba2);
  border-radius: 20px;
  transition: width 0.5s ease;
}
.card-footer[data-v-94f692e9] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.expire-text[data-v-94f692e9] {
  font-size: 0.85rem;
  color: #9ca3af;
  display: flex;
  align-items: center;
  gap: 6px;
}
.cancel-button[data-v-94f692e9] {
  padding: 6px 16px;
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.3);
  color: #ef4444;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.cancel-button[data-v-94f692e9]:hover {
  background: rgba(239, 68, 68, 0.2);
}

/* History Table */
.history-table[data-v-94f692e9] {
  background: #1a1a1a;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #3d3d3d;
}
.history-table table[data-v-94f692e9] {
  width: 100%;
  border-collapse: collapse;
}
.history-table th[data-v-94f692e9] {
  background: #252525;
  padding: 14px;
  text-align: left;
  font-size: 0.85rem;
  font-weight: 600;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.history-table td[data-v-94f692e9] {
  padding: 14px;
  border-bottom: 1px solid #3d3d3d;
}
.bonus-info[data-v-94f692e9] {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.bonus-name[data-v-94f692e9] {
  color: #ffffff;
  font-weight: 500;
}
.bonus-type[data-v-94f692e9] {
  font-size: 0.75rem;
  color: #9ca3af;
}
.amount-cell[data-v-94f692e9] {
  color: #fbbf24;
  font-weight: 700;
}
.date-cell[data-v-94f692e9] {
  color: #9ca3af;
  font-size: 0.85rem;
}
.status-badge.completed[data-v-94f692e9] {
  background: rgba(34, 197, 94, 0.2);
  color: #22c55e;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
}
.status-badge.cancelled[data-v-94f692e9] {
  background: rgba(239, 68, 68, 0.2);
  color: #ef4444;
}
.status-badge.expired[data-v-94f692e9] {
  background: rgba(156, 163, 175, 0.2);
  color: #9ca3af;
}
.status-badge.pending[data-v-94f692e9] {
  background: rgba(251, 191, 36, 0.2);
  color: #fbbf24;
}

/* Empty State */
.empty-state[data-v-94f692e9], .loading-state[data-v-94f692e9] {
  text-align: center;
  padding: 60px 20px;
  color: #9ca3af;
}
.empty-state i[data-v-94f692e9], .loading-state i[data-v-94f692e9] {
  font-size: 4rem;
  margin-bottom: 16px;
  opacity: 0.5;
}
.loading-state i[data-v-94f692e9] {
  animation: spin-94f692e9 2s linear infinite;
}
@keyframes spin-94f692e9 {
from { transform: rotate(0deg);
}
to { transform: rotate(360deg);
}
}
.pagination[data-v-94f692e9] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}
.page-button[data-v-94f692e9] {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1a1a1a;
  border: 1px solid #3d3d3d;
  border-radius: 8px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
}
.page-button[data-v-94f692e9]:hover:not(:disabled) {
  background: #3d3d3d;
}
.page-button[data-v-94f692e9]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.page-info[data-v-94f692e9] {
  color: #9ca3af;
  font-size: 0.9rem;
}

/* Responsive */
@media (max-width: 768px) {
.stats-grid[data-v-94f692e9] {
    grid-template-columns: repeat(2, 1fr);
}
.history-table[data-v-94f692e9] {
    overflow-x: auto;
}
.history-table table[data-v-94f692e9] {
    min-width: 500px;
}
.cashback-card[data-v-94f692e9] {
    padding: 30px 20px;
}
}

.content-header[data-v-ff68e282] {
  text-align: center;
  margin-bottom: 30px;
}
.content-title[data-v-ff68e282] {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
}
.content-subtitle[data-v-ff68e282] {
  font-size: 1rem;
  color: #9ca3af;
}

/* Tabs */
.transaction-tabs[data-v-ff68e282] {
  display: flex;
  gap: 4px;
  margin-bottom: 24px;
  background: #1a1a1a;
  border-radius: 12px;
  padding: 8px;
  border: 1px solid #3d3d3d;
  overflow-x: auto;
}
.tab-button[data-v-ff68e282] {
  flex: 1;
  min-width: 150px;
  padding: 12px 16px;
  background: transparent;
  border: none;
  border-radius: 8px;
  color: #9ca3af;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
}
.tab-button[data-v-ff68e282]:hover {
  background: #2d2d2d;
  color: #ffffff;
}
.tab-button.active[data-v-ff68e282] {
  background: linear-gradient(135deg, #667eea, #764ba2);
  color: white;
  transform: translateY(-1px);
}

/* Filters */
.filters-section[data-v-ff68e282] {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
  padding: 20px;
  background: #1a1a1a;
  border-radius: 12px;
  border: 1px solid #3d3d3d;
  align-items: end;
  flex-wrap: wrap;
}
.filter-group[data-v-ff68e282] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 150px;
}
.filter-group label[data-v-ff68e282] {
  font-size: 0.85rem;
  color: #9ca3af;
  font-weight: 600;
  text-transform: uppercase;
}
.filter-select[data-v-ff68e282],
.filter-input[data-v-ff68e282] {
  padding: 12px 14px;
  background: #2d2d2d;
  border: 1px solid #3d3d3d;
  border-radius: 8px;
  color: #ffffff;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}
.filter-select[data-v-ff68e282]:hover,
.filter-input[data-v-ff68e282]:hover {
  border-color: #667eea;
}
.filter-select[data-v-ff68e282]:focus,
.filter-input[data-v-ff68e282]:focus {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}
.date-range-group[data-v-ff68e282] {
  display: flex;
  gap: 12px;
  align-items: end;
}
.refresh-button[data-v-ff68e282] {
  padding: 12px 20px;
  background: linear-gradient(135deg, #667eea, #764ba2);
  border: none;
  border-radius: 8px;
  color: white;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  height: -moz-fit-content;
  height: fit-content;
}
.refresh-button[data-v-ff68e282]:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}
.refresh-button[data-v-ff68e282]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

/* Loading */
.loading-state[data-v-ff68e282] {
  text-align: center;
  padding: 60px 20px;
  color: #9ca3af;
}
.spinner[data-v-ff68e282] {
  width: 40px;
  height: 40px;
  border: 4px solid #3d3d3d;
  border-top: 4px solid #667eea;
  border-radius: 50%;
  animation: spin-ff68e282 1s linear infinite;
  margin: 0 auto 20px;
}
@keyframes spin-ff68e282 {
0% { transform: rotate(0deg);
}
100% { transform: rotate(360deg);
}
}
.spin[data-v-ff68e282] {
  animation: spin-ff68e282 1s linear infinite;
}

/* Stats */
.stats-section[data-v-ff68e282] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}
.stat-card[data-v-ff68e282] {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
  border: 1px solid #3d3d3d;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.stat-card i[data-v-ff68e282] {
  font-size: 2.5rem;
  opacity: 0.8;
}
.stat-card i.text-green[data-v-ff68e282] { color: #22c55e;
}
.stat-card i.text-orange[data-v-ff68e282] { color: #fb923c;
}
.stat-card i.text-purple[data-v-ff68e282] { color: #a855f7;
}
.stat-card i.text-red[data-v-ff68e282] { color: #ef4444;
}
.stat-card i.text-yellow[data-v-ff68e282] { color: #fbbf24;
}
.stat-card div[data-v-ff68e282] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.stat-label[data-v-ff68e282] {
  font-size: 0.8rem;
  color: #9ca3af;
  text-transform: uppercase;
  font-weight: 600;
}
.stat-value[data-v-ff68e282] {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
}

/* Table */
.transactions-table[data-v-ff68e282] {
  background: #1a1a1a;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #3d3d3d;
  margin-bottom: 24px;
}
.transactions-table table[data-v-ff68e282] {
  width: 100%;
  border-collapse: collapse;
}
.transactions-table th[data-v-ff68e282] {
  background: #252525;
  padding: 16px 12px;
  text-align: left;
  font-size: 0.85rem;
  font-weight: 600;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 2px solid #3d3d3d;
}
.transactions-table td[data-v-ff68e282] {
  padding: 14px 12px;
  border-bottom: 1px solid #3d3d3d;
  font-size: 0.9rem;
}
.transaction-row[data-v-ff68e282]:hover {
  background: rgba(102, 126, 234, 0.05);
}
.date-cell[data-v-ff68e282] {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 120px;
}
.date-main[data-v-ff68e282] {
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 500;
}
.date-time[data-v-ff68e282] {
  color: #9ca3af;
  font-size: 0.75rem;
}
.description-cell[data-v-ff68e282] {
  color: #e5e7eb;
  font-size: 0.9rem;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.provider-cell .provider-badge[data-v-ff68e282] {
  background: #3d3d3d;
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 500;
}
.ref-cell .ref-link[data-v-ff68e282] {
  color: #667eea;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
  font-family: monospace;
  font-size: 0.85rem;
}
.ref-cell .ref-link[data-v-ff68e282]:hover {
  color: #764ba2;
  text-decoration: underline;
}
.amount-cell[data-v-ff68e282] {
  font-weight: 700;
  font-size: 0.95rem;
  text-align: right;
  min-width: 100px;
}
.amount-plus[data-v-ff68e282] { color: #22c55e;
}
.amount-minus[data-v-ff68e282] { color: #fb923c;
}
.balance-cell[data-v-ff68e282] {
  font-size: 0.8rem;
  color: #9ca3af;
  min-width: 140px;
}
.balance-cell .balance-before[data-v-ff68e282],
.balance-cell .balance-after[data-v-ff68e282] {
  font-weight: 500;
}
.balance-cell .bi-arrow-right[data-v-ff68e282] {
  margin: 0 6px;
  font-size: 0.7rem;
}
.status-badge[data-v-ff68e282] {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}
.status-badge.approved[data-v-ff68e282],
.status-badge.done[data-v-ff68e282],
.status-badge.success[data-v-ff68e282] { background: rgba(34, 197, 94, 0.2); color: #22c55e;
}
.status-badge.pending[data-v-ff68e282] { background: rgba(251, 191, 36, 0.2); color: #fbbf24;
}
.status-badge.rejected[data-v-ff68e282],
.status-badge.failed[data-v-ff68e282] { background: rgba(239, 68, 68, 0.2); color: #ef4444;
}

/* Empty State */
.empty-state[data-v-ff68e282] {
  text-align: center;
  padding: 80px 20px;
  color: #9ca3af;
}
.empty-state i[data-v-ff68e282] {
  font-size: 5rem;
  margin-bottom: 20px;
  opacity: 0.3;
}
.empty-state p[data-v-ff68e282] {
  font-size: 1.1rem;
  margin-bottom: 8px;
  color: #ffffff;
}
.empty-hint[data-v-ff68e282] {
  font-size: 0.9rem;
  color: #9ca3af;
}

/* Pagination */
.pagination[data-v-ff68e282] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}
.page-button[data-v-ff68e282],
.page-number[data-v-ff68e282] {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1a1a1a;
  border: 1px solid #3d3d3d;
  border-radius: 8px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 0.9rem;
}
.page-button[data-v-ff68e282]:hover:not(:disabled),
.page-number[data-v-ff68e282]:hover:not(:disabled) {
  background: #3d3d3d;
  border-color: #667eea;
}
.page-button[data-v-ff68e282]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.page-number.active[data-v-ff68e282] {
  background: linear-gradient(135deg, #667eea, #764ba2);
  border-color: transparent;
  color: white;
}
.page-numbers[data-v-ff68e282] {
  display: flex;
  gap: 4px;
}

/* Modal */
.modal-overlay[data-v-ff68e282] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.modal-content[data-v-ff68e282] {
  background: #1a1a1a;
  border-radius: 12px;
  border: 1px solid #3d3d3d;
  width: 90%;
  max-width: 600px;
  max-height: 80vh;
  overflow: hidden;
}
.modal-header[data-v-ff68e282] {
  padding: 20px;
  border-bottom: 1px solid #3d3d3d;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-header h3[data-v-ff68e282] {
  color: #ffffff;
  font-size: 1.2rem;
  margin: 0;
}
.modal-close[data-v-ff68e282] {
  background: none;
  border: none;
  color: #9ca3af;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.modal-close[data-v-ff68e282]:hover {
  background: #3d3d3d;
  color: #ffffff;
}
.modal-body[data-v-ff68e282] {
  padding: 20px;
  overflow-y: auto;
  max-height: 60vh;
}
.game-info[data-v-ff68e282] {
  margin-bottom: 20px;
}
.game-info p[data-v-ff68e282] {
  margin: 8px 0;
  color: #e5e7eb;
}
.game-info strong[data-v-ff68e282] {
  color: #ffffff;
}
.rounds-list[data-v-ff68e282] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.round-item[data-v-ff68e282] {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 12px;
  padding: 8px 12px;
  background: #2d2d2d;
  border-radius: 6px;
  font-size: 0.9rem;
}
.text-success[data-v-ff68e282] { color: #22c55e;
}
.text-muted[data-v-ff68e282] { color: #9ca3af;
}

/* Responsive */
@media (max-width: 1200px) {
.stats-section[data-v-ff68e282] {
    grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 768px) {
.transaction-tabs[data-v-ff68e282] {
    flex-direction: column;
    gap: 8px;
}
.tab-button[data-v-ff68e282] {
    min-width: unset;
}
.filters-section[data-v-ff68e282] {
    flex-direction: column;
    align-items: stretch;
}
.date-range-group[data-v-ff68e282] {
    flex-direction: column;
}
.refresh-button[data-v-ff68e282] {
    width: 100%;
    justify-content: center;
}
.stats-section[data-v-ff68e282] {
    grid-template-columns: 1fr;
}
.transactions-table[data-v-ff68e282] {
    overflow-x: auto;
}
.transactions-table table[data-v-ff68e282] {
    min-width: 700px;
}
.modal-content[data-v-ff68e282] {
    width: 95%;
    margin: 20px;
}
}

/* Account Page Wrapper */
.account-page[data-v-24abd23c] {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px;
}

/* Page Layout */
.transactions-page[data-v-24abd23c] {
  margin-top: 20px;
}
.transactions-header[data-v-24abd23c] {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
.btn-new-message[data-v-24abd23c] {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 20px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}
.btn-new-message[data-v-24abd23c]:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}
.page-title[data-v-24abd23c] {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.page-title i[data-v-24abd23c] {
  color: #667eea;
}
.page-subtitle[data-v-24abd23c] {
  font-size: 1rem;
  color: #9ca3af;
}
.transactions-content[data-v-24abd23c] {
  background: #1a1a1a;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 30px;
  min-height: 400px;
}

/* Loading State */
.loading-state[data-v-24abd23c] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  gap: 20px;
}
.spinner[data-v-24abd23c] {
  width: 50px;
  height: 50px;
  border: 3px solid rgba(102, 126, 234, 0.2);
  border-top-color: #667eea;
  border-radius: 50%;
  animation: spin-24abd23c 1s linear infinite;
}
@keyframes spin-24abd23c {
to { transform: rotate(360deg);
}
}
.loading-state p[data-v-24abd23c] {
  color: #9ca3af;
  font-size: 1rem;
}

/* Empty State */
.empty-state[data-v-24abd23c] {
  text-align: center;
  padding: 80px 20px;
}
.empty-state i[data-v-24abd23c] {
  font-size: 4rem;
  color: rgba(156, 163, 175, 0.3);
  margin-bottom: 20px;
}
.empty-state h3[data-v-24abd23c] {
  font-size: 1.25rem;
  color: #ffffff;
  margin-bottom: 8px;
}
.empty-state p[data-v-24abd23c] {
  color: #9ca3af;
  font-size: 0.95rem;
}

/* Messages Container */
.messages-container[data-v-24abd23c] {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.messages-list[data-v-24abd23c] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Message Item */
.message-item[data-v-24abd23c] {
  display: flex;
  gap: 16px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  transition: all 0.3s ease;
}
.message-item[data-v-24abd23c]:hover {
  background: rgba(255, 255, 255, 0.04);
  transform: translateX(4px);
}
.message-item.unread[data-v-24abd23c] {
  background: linear-gradient(90deg, rgba(102, 126, 234, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
  border-left: 3px solid #667eea;
}

/* Message Icon */
.message-icon[data-v-24abd23c] {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.message-icon i[data-v-24abd23c] {
  font-size: 1.5rem;
}

/* Sent Message Style */
.message-item.sent-message[data-v-24abd23c] {
  background: linear-gradient(90deg, rgba(23, 162, 184, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
  border-left: 3px solid #17a2b8;
}
.message-item.sent-message .message-icon[data-v-24abd23c] {
  background: rgba(23, 162, 184, 0.1);
}
.badge-admin[data-v-24abd23c] {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  background: #28a745;
  color: white;
  font-size: 0.75rem;
  font-weight: 500;
  border-radius: 4px;
}
.badge-sent[data-v-24abd23c] {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  background: #17a2b8;
  color: white;
  font-size: 0.75rem;
  font-weight: 500;
  border-radius: 4px;
}
.badge-closed[data-v-24abd23c] {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  background: #6c757d;
  color: white;
  font-size: 0.75rem;
  font-weight: 500;
  border-radius: 4px;
}
.text-info[data-v-24abd23c] { color: #17a2b8 !important;
}
.text-purple[data-v-24abd23c] { color: #a855f7 !important;
}
.text-blue[data-v-24abd23c] { color: #3b82f6 !important;
}
.text-green[data-v-24abd23c] { color: #22c55e !important;
}
.text-yellow[data-v-24abd23c] { color: #fbbf24 !important;
}
.text-success[data-v-24abd23c] { color: #10b981 !important;
}
.text-primary[data-v-24abd23c] { color: #667eea !important;
}

/* Message Content */
.message-content[data-v-24abd23c] {
  flex: 1;
  min-width: 0;
}
.message-header[data-v-24abd23c] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  gap: 16px;
}
.message-title[data-v-24abd23c] {
  font-size: 1.1rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}
.message-date[data-v-24abd23c] {
  font-size: 0.85rem;
  color: #6b7280;
  white-space: nowrap;
}
.message-text[data-v-24abd23c] {
  color: #d1d5db;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 12px;
}
.message-footer[data-v-24abd23c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.message-sender[data-v-24abd23c] {
  font-size: 0.85rem;
  color: #9ca3af;
  display: flex;
  align-items: center;
  gap: 6px;
}
.message-actions[data-v-24abd23c] {
  display: flex;
  gap: 8px;
}

/* Action Buttons */
.btn-action[data-v-24abd23c] {
  padding: 6px 14px;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  color: #9ca3af;
}
.btn-action.read[data-v-24abd23c] {
  background: rgba(102, 126, 234, 0.1);
  color: #667eea;
  border-color: rgba(102, 126, 234, 0.2);
}
.btn-action.read[data-v-24abd23c]:hover {
  background: rgba(102, 126, 234, 0.2);
  border-color: rgba(102, 126, 234, 0.3);
}
.btn-action.delete[data-v-24abd23c] {
  background: rgba(239, 68, 68, 0.1);
  color: #ef4444;
  border-color: rgba(239, 68, 68, 0.2);
}
.btn-action.delete[data-v-24abd23c]:hover {
  background: rgba(239, 68, 68, 0.2);
  border-color: rgba(239, 68, 68, 0.3);
}

/* Pagination */
.pagination[data-v-24abd23c] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.page-btn[data-v-24abd23c] {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
}
.page-btn[data-v-24abd23c]:hover:not(:disabled) {
  background: rgba(102, 126, 234, 0.1);
  border-color: rgba(102, 126, 234, 0.3);
  color: #667eea;
}
.page-btn[data-v-24abd23c]:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.page-info[data-v-24abd23c] {
  color: #9ca3af;
  font-size: 0.95rem;
  font-weight: 500;
}

/* Modal Styles */
.modal-overlay[data-v-24abd23c] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 20px;
}
.modal-content[data-v-24abd23c] {
  background: #1a1a1a;
  border-radius: 16px;
  max-width: 600px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.modal-header[data-v-24abd23c] {
  padding: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-header h3[data-v-24abd23c] {
  font-size: 1.3rem;
  color: #ffffff;
  margin: 0;
}
.modal-close[data-v-24abd23c] {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  color: #9ca3af;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.modal-close[data-v-24abd23c]:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
}
.modal-body[data-v-24abd23c] {
  padding: 24px;
}
.form-group[data-v-24abd23c] {
  margin-bottom: 20px;
}
.form-group label[data-v-24abd23c] {
  display: block;
  margin-bottom: 8px;
  color: #e5e7eb;
  font-size: 0.95rem;
  font-weight: 500;
}
.form-control[data-v-24abd23c] {
  width: 100%;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  color: #ffffff;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.form-control[data-v-24abd23c]:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.08);
  border-color: #667eea;
}
textarea.form-control[data-v-24abd23c] {
  resize: vertical;
  min-height: 120px;
  font-family: inherit;
}
.char-count[data-v-24abd23c] {
  display: block;
  text-align: right;
  margin-top: 6px;
  font-size: 0.85rem;
  color: #6b7280;
}
.modal-footer[data-v-24abd23c] {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  padding-top: 20px;
}
.btn-cancel[data-v-24abd23c] {
  padding: 10px 24px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #9ca3af;
  border-radius: 10px;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-cancel[data-v-24abd23c]:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
}
.btn-send[data-v-24abd23c] {
  padding: 10px 24px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: none;
  color: white;
  border-radius: 10px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}
.btn-send[data-v-24abd23c]:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}
.btn-send[data-v-24abd23c]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.spinner-small[data-v-24abd23c] {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: white;
  border-radius: 50%;
  animation: spin-24abd23c 0.8s linear infinite;
}

/* Responsive Design */
@media (max-width: 768px) {
.account-page[data-v-24abd23c] {
    padding: 15px;
}
.page-title[data-v-24abd23c] {
    font-size: 1.5rem;
}
.btn-new-message[data-v-24abd23c] {
    position: static;
    margin: 20px auto 0;
    width: 100%;
    justify-content: center;
}
.transactions-content[data-v-24abd23c] {
    padding: 20px;
}
.message-item[data-v-24abd23c] {
    flex-direction: column;
    padding: 16px;
}
.message-header[data-v-24abd23c] {
    flex-direction: column;
    align-items: flex-start;
}
.message-footer[data-v-24abd23c] {
    flex-direction: column;
    align-items: stretch;
}
.message-actions[data-v-24abd23c] {
    flex-direction: column;
}
.btn-action[data-v-24abd23c] {
    width: 100%;
    justify-content: center;
}
}
@media (max-width: 480px) {
.page-title[data-v-24abd23c] {
    font-size: 1.25rem;
}
.message-icon[data-v-24abd23c] {
    width: 40px;
    height: 40px;
}
.message-icon i[data-v-24abd23c] {
    font-size: 1.25rem;
}
}

.lazy-image-wrapper[data-v-db77e137] {
  position: relative;
  overflow: hidden;
  background: #2d2d2d;
}
.lazy-image[data-v-db77e137] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(20px);
  transform: scale(1.1);
  transition: filter 0.5s ease, transform 0.5s ease;
}
.lazy-image.loaded[data-v-db77e137] {
  filter: blur(0);
  transform: scale(1);
}

/* Shimmer effect */
.lazy-image-wrapper[data-v-db77e137]::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.05),
    transparent
  );
  animation: shimmer-db77e137 2s infinite;
  z-index: 1;
}
.lazy-image.loaded ~ .lazy-image-wrapper[data-v-db77e137]::before {
  display: none;
}
@keyframes shimmer-db77e137 {
100% {
    left: 100%;
}
}
