/* Sidebar premium spin — FreeMoney banner ile aynı ölçü + dönen çark */

@keyframes sn-premium-spin-sidebar-wheel {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes sn-premium-spin-sidebar-glow {
  0%,
  100% {
    box-shadow:
      inset 0 0 0 1px rgba(240, 192, 64, 0.35),
      0 0 0 rgba(192, 96, 255, 0);
  }

  50% {
    box-shadow:
      inset 0 0 0 1px rgba(255, 208, 64, 0.55),
      0 0 16px rgba(192, 96, 255, 0.28);
  }
}

.premium-spin-sidebar-banner_root-xDGVT {
  border: 0;
  cursor: pointer;
  text-align: start;
  width: 100%;
  height: 60px;
  background:
    radial-gradient(120% 140% at 100% 0%, rgba(255, 208, 64, 0.35) 0%, rgba(255, 208, 64, 0) 55%),
    radial-gradient(181% 181% at 122% -3.73%, #5a1888 0%, #2a0848 52%, #12041f 100%);
  animation: sn-premium-spin-sidebar-glow 3.2s ease-in-out infinite;
}

.premium-spin-sidebar-banner_root-xDGVT:focus-visible {
  outline: 2px solid #f0c040;
  outline-offset: 2px;
}

.premium-spin-sidebar-banner_root-xDGVT .freemoney-sidebar-banner_text-xDGVT {
  position: relative;
  z-index: 2;
  max-width: calc(100% - 88px);
}

.premium-spin-sidebar-banner_wheel-xDGVT {
  position: absolute;
  inset-block-end: -8px;
  inset-inline-end: -6px;
  width: 72px;
  height: 72px;
  pointer-events: none;
  z-index: 1;
}

.premium-spin-sidebar-banner_wheel-xDGVT .picture-v2_root-uw4G6 {
  position: absolute;
  top: 0px;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.premium-spin-sidebar-banner_foreground-xDGVT {
  position: relative !important;
  width: 100%;
  height: 100%;
  max-width: none;
  display: block;
  transform-origin: 50% 50%;
  animation: sn-premium-spin-sidebar-wheel 7s linear infinite;
  filter: drop-shadow(0 2px 8px rgba(240, 192, 64, 0.4));
}

@media (hover: hover) and (pointer: fine) {
  [data-testid='sidebar-premium-spin-banner']:hover {
    transform: translateY(-2px) scale(1.02);
  }

  [data-testid='sidebar-premium-spin-banner']:hover .premium-spin-sidebar-banner_foreground-xDGVT {
    animation-duration: 2.4s;
  }
}

[data-testid='sidebar-premium-spin-banner'] {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* Sol menü kapalı (kompakt) — FreeMoney ile aynı davranış */
.premium-spin-sidebar-banner_root-xDGVT.freemoney-sidebar-banner_compact-xDGVT {
  height: 76px;
}

.premium-spin-sidebar-banner_root-xDGVT.freemoney-sidebar-banner_compact-xDGVT .freemoney-sidebar-banner_text-xDGVT {
  max-width: 100%;
  text-align: center;
  align-self: center;
  width: 100%;
}

.premium-spin-sidebar-banner_root-xDGVT.freemoney-sidebar-banner_compact-xDGVT .premium-spin-sidebar-banner_wheel-xDGVT {
  inset-block-start: 2px;
  inset-block-end: unset;
  inset-inline-end: 50%;
  margin-inline-end: -28px;
  width: 56px;
  height: 56px;
}

@media (prefers-reduced-motion: reduce) {
  .premium-spin-sidebar-banner_foreground-xDGVT {
    animation: none;
  }

  .premium-spin-sidebar-banner_root-xDGVT {
    animation: none;
  }
}
