/* [project]/apps/sites/src/components/games/GameMachine.module.css [app-client] (css) */
.GameMachine-module__3Sp2_G__machine {
  color: #fff;
  border: 1px solid #ffffff52;
  border-radius: 2rem;
  padding: clamp(1.25rem, 4vw, 2rem);
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 50px #00412338;
}

.GameMachine-module__3Sp2_G__wheel {
  background: linear-gradient(145deg, #e3063a, #9b0935);
}

.GameMachine-module__3Sp2_G__drum {
  background: linear-gradient(145deg, #ae36dc, #5a1d82);
}

.GameMachine-module__3Sp2_G__machineTop, .GameMachine-module__3Sp2_G__machineFooter {
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  display: flex;
}

.GameMachine-module__3Sp2_G__machineEyebrow, .GameMachine-module__3Sp2_G__phase {
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: .7rem;
  font-weight: 800;
}

.GameMachine-module__3Sp2_G__phase {
  letter-spacing: .04em;
  border: 1px solid #ffffff6b;
  border-radius: 999px;
  padding: .45rem .65rem;
}

.GameMachine-module__3Sp2_G__wheelStage, .GameMachine-module__3Sp2_G__drumStage {
  place-items: center;
  min-height: 18rem;
  padding: 1.5rem;
  display: grid;
  position: relative;
}

.GameMachine-module__3Sp2_G__wheelDisc {
  aspect-ratio: 1;
  background: conic-gradient(#f7cf30 0 16.6%, #007934 16.6% 33.2%, #e87925 33.2% 49.8%, #26a7a0 49.8% 66.4%, #dd3144 66.4% 83%, #8049c7 83% 100%);
  border: .6rem solid #f7cf30;
  border-radius: 50%;
  place-items: center;
  width: min(16rem, 76vw);
  transition: transform 1.8s cubic-bezier(.15, .72, .15, 1);
  display: grid;
  position: relative;
  box-shadow: inset 0 0 0 .5rem #fff3, 0 1rem 2rem #0003;
}

.GameMachine-module__3Sp2_G__wheelDisc:after {
  content: "";
  aspect-ratio: 1;
  background: #e3063a;
  border: .45rem solid #fff;
  border-radius: 50%;
  width: 3.5rem;
}

.GameMachine-module__3Sp2_G__wheelLabel {
  text-align: center;
  transform-origin: 1.5rem 6.9rem;
  width: 3rem;
  font-size: .7rem;
  font-weight: 800;
  position: absolute;
  top: 1.05rem;
  left: calc(50% - 1.5rem);
}

.GameMachine-module__3Sp2_G__wheelPointer {
  filter: drop-shadow(0 3px 3px #0000004d);
  border-top: 1.5rem solid #fff;
  border-left: .8rem solid #0000;
  border-right: .8rem solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 1rem;
}

.GameMachine-module__3Sp2_G__drumStage {
  min-height: 18rem;
}

.GameMachine-module__3Sp2_G__drumWindow {
  background: #fff;
  border: .8rem solid #e8d8ef;
  border-radius: 1.25rem;
  grid-template-columns: repeat(3, 1fr);
  width: min(21rem, 90vw);
  display: grid;
  overflow: hidden;
  box-shadow: inset 0 0 0 .25rem #36104e, 0 1rem 2rem #00000040;
}

.GameMachine-module__3Sp2_G__drumWindow span {
  color: #e3063a;
  border-right: 1px solid #d6c7dd;
  place-items: center;
  min-height: 8rem;
  font-size: 4rem;
  font-weight: 800;
  display: grid;
}

.GameMachine-module__3Sp2_G__drumWindow span:nth-child(2) {
  color: #007934;
}

.GameMachine-module__3Sp2_G__drumWindow span:nth-child(3) {
  color: #e5a400;
}

.GameMachine-module__3Sp2_G__drumLight {
  background: #f6cf33;
  border-radius: 1rem;
  width: 9rem;
  height: .4rem;
  position: absolute;
  bottom: 1rem;
  box-shadow: 0 0 1rem #f6cf33;
}

.GameMachine-module__3Sp2_G__isSpinning .GameMachine-module__3Sp2_G__drumWindow {
  animation: .1s linear infinite GameMachine-module__3Sp2_G__bounce;
}

.GameMachine-module__3Sp2_G__isSpinning .GameMachine-module__3Sp2_G__wheelDisc {
  animation: .18s linear infinite GameMachine-module__3Sp2_G__pulse;
}

.GameMachine-module__3Sp2_G__machineFooter {
  border-top: 1px solid #ffffff38;
  padding-top: 1rem;
}

.GameMachine-module__3Sp2_G__machineFooter strong, .GameMachine-module__3Sp2_G__machineFooter small {
  display: block;
}

.GameMachine-module__3Sp2_G__machineFooter strong {
  font-size: 1.1rem;
}

.GameMachine-module__3Sp2_G__machineFooter small {
  opacity: .75;
  margin-top: .25rem;
}

.GameMachine-module__3Sp2_G__playButton, .GameMachine-module__3Sp2_G__dialog button {
  cursor: pointer;
  color: #007934;
  background: #fff;
  border: 0;
  border-radius: 999px;
  padding: .75rem 1.2rem;
  font-weight: 800;
}

.GameMachine-module__3Sp2_G__playButton:disabled {
  cursor: wait;
  opacity: .65;
}

.GameMachine-module__3Sp2_G__dialog {
  text-align: center;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #1f142ee6;
  border: 1px solid #ffffff80;
  border-radius: 1.25rem;
  gap: .4rem;
  padding: 1rem;
  display: grid;
  position: absolute;
  inset: auto 1.25rem 5.8rem;
}

.GameMachine-module__3Sp2_G__dialog strong {
  font-size: 1.3rem;
}

.GameMachine-module__3Sp2_G__dialog button {
  justify-self: center;
  margin-top: .4rem;
  padding: .55rem 1rem;
}

@keyframes GameMachine-module__3Sp2_G__bounce {
  50% {
    transform: translateY(.3rem);
  }
}

@keyframes GameMachine-module__3Sp2_G__pulse {
  50% {
    filter: brightness(1.2);
  }
}

/* [project]/apps/sites/src/app/[locale]/(public)/games/GamesPage.module.css [app-client] (css) */
.GamesPage-module__EgR21G__page {
  width: min(100% - 2rem, 72rem);
  margin: 0 auto;
  padding: 8rem 0 5rem;
}

.GamesPage-module__EgR21G__portalPage {
  position: relative;
}

.GamesPage-module__EgR21G__activityPage {
  border-radius: 0 0 2rem 2rem;
  min-height: 100vh;
}

.GamesPage-module__EgR21G__wheelPage {
  background: radial-gradient(circle at 50% 12%, #ffffff59, #0000 22%), linear-gradient(#e306341f, #0000 36%);
}

.GamesPage-module__EgR21G__drumPage {
  background: radial-gradient(circle at 50% 12%, #ffffff4d, #0000 22%), linear-gradient(#ae36dc24, #0000 36%);
}

.GamesPage-module__EgR21G__portalHero {
  color: #fff;
  background: radial-gradient(circle at 84% 8%, #d8ef488c, #0000 28%), linear-gradient(135deg, #007934, #005529);
  border-radius: 0 0 2.5rem 2.5rem;
  margin-inline: -1rem;
  padding: clamp(2rem, 6vw, 4rem) clamp(1.5rem, 6vw, 4rem);
  position: relative;
  overflow: hidden;
  box-shadow: 0 1.5rem 3rem #005d3233;
}

.GamesPage-module__EgR21G__portalHero .GamesPage-module__EgR21G__eyebrow, .GamesPage-module__EgR21G__portalHero .GamesPage-module__EgR21G__title, .GamesPage-module__EgR21G__portalHero .GamesPage-module__EgR21G__lead {
  color: #fff;
  position: relative;
}

.GamesPage-module__EgR21G__portalHero .GamesPage-module__EgR21G__lead {
  color: #fffc;
  max-width: 42rem;
}

.GamesPage-module__EgR21G__heroGlow {
  border: 2rem solid #ffffff14;
  border-radius: 50%;
  width: 18rem;
  height: 18rem;
  position: absolute;
  bottom: -7rem;
  right: -5rem;
}

.GamesPage-module__EgR21G__heroCurrencies {
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: 1.5rem;
  display: flex;
  position: relative;
}

.GamesPage-module__EgR21G__heroCurrencies span {
  background: #ffffff1a;
  border: 1px solid #ffffff4d;
  border-radius: 999px;
  align-items: center;
  gap: .4rem;
  padding: .3rem .8rem .3rem .35rem;
  font-size: .82rem;
  display: inline-flex;
}

.GamesPage-module__EgR21G__heroCurrencies img {
  width: 2rem;
  height: 2rem;
}

.GamesPage-module__EgR21G__heroCurrencies b {
  font-size: 1rem;
}

.GamesPage-module__EgR21G__intro {
  max-width: 42rem;
  margin-bottom: var(--ui-space-8);
}

.GamesPage-module__EgR21G__eyebrow {
  margin: 0 0 var(--ui-space-2);
  color: var(--brand-primary);
  font-size: var(--ui-font-size-sm);
  font-weight: var(--ui-weight-semibold);
}

.GamesPage-module__EgR21G__title {
  color: var(--ui-text-1);
  font-size: clamp(2rem, 5vw, 4.25rem);
  font-weight: var(--ui-weight-semibold);
  letter-spacing: -.04em;
  margin: 0;
  line-height: .98;
}

.GamesPage-module__EgR21G__lead {
  margin: var(--ui-space-4) 0 0;
  color: var(--ui-text-2);
  font-size: var(--ui-font-size-lg);
  line-height: 1.55;
}

.GamesPage-module__EgR21G__section {
  margin-top: var(--ui-space-10);
}

.GamesPage-module__EgR21G__sectionTitle {
  margin: 0 0 var(--ui-space-4);
  color: var(--ui-text-1);
  font-size: var(--ui-font-size-xl);
  font-weight: var(--ui-weight-semibold);
}

.GamesPage-module__EgR21G__activityGrid {
  gap: var(--ui-space-4);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  display: grid;
}

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

@media (min-width: 1024px) {
  .GamesPage-module__EgR21G__activityGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.GamesPage-module__EgR21G__activityLink {
  color: inherit;
  text-decoration: none;
  display: block;
}

.GamesPage-module__EgR21G__activityLink:hover .GamesPage-module__EgR21G__activityCard {
  border-color: color-mix(in srgb, var(--brand-primary) 42%, var(--ui-card-border));
  transform: translateY(-2px);
}

.GamesPage-module__EgR21G__activityCard {
  min-height: 15rem;
  transition: border-color var(--ui-duration-fast) var(--ui-easing), transform var(--ui-duration-fast) var(--ui-easing);
}

.GamesPage-module__EgR21G__activityMedia {
  color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 9rem;
  font-size: 2.5rem;
  display: flex;
  position: relative;
}

.GamesPage-module__EgR21G__activityMediawheel {
  background: radial-gradient(circle at 50% 0, #fff6, #0000 40%), #e3063a;
}

.GamesPage-module__EgR21G__activityMediadrum {
  background: radial-gradient(circle at 50% 0, #fff6, #0000 40%), #a538d3;
}

.GamesPage-module__EgR21G__activityMediapuzzle {
  background: radial-gradient(circle at 50% 0, #fff6, #0000 40%), #007934;
}

.GamesPage-module__EgR21G__activityIcon {
  border-radius: var(--ui-radius-xl);
  background: #ffffff26;
  border: 1px solid #ffffffb3;
  place-items: center;
  width: 4rem;
  height: 4rem;
  display: grid;
}

.GamesPage-module__EgR21G__activityStamp {
  letter-spacing: .15em;
  font-size: .65rem;
  font-weight: 800;
  position: absolute;
  top: 1rem;
  left: 1rem;
}

.GamesPage-module__EgR21G__cardTitle {
  color: var(--ui-text-1);
  font-size: var(--ui-font-size-lg);
  font-weight: var(--ui-weight-semibold);
}

.GamesPage-module__EgR21G__cardDescription {
  color: var(--ui-text-2);
  line-height: 1.5;
}

.GamesPage-module__EgR21G__cardLink {
  margin-top: var(--ui-space-4);
  color: var(--brand-primary);
  font-size: var(--ui-font-size-sm);
  font-weight: var(--ui-weight-semibold);
  display: inline-flex;
}

.GamesPage-module__EgR21G__currencyGrid {
  gap: var(--ui-space-3);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  display: grid;
}

@media (min-width: 640px) {
  .GamesPage-module__EgR21G__currencyGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.GamesPage-module__EgR21G__currencyCard {
  justify-content: space-between;
  align-items: baseline;
  gap: var(--ui-space-3);
  display: flex;
}

.GamesPage-module__EgR21G__currencyName {
  color: var(--ui-text-2);
  font-weight: var(--ui-weight-medium);
}

.GamesPage-module__EgR21G__currencyValue {
  color: var(--ui-text-1);
  font-size: var(--ui-font-size-xl);
  font-weight: var(--ui-weight-semibold);
}

.GamesPage-module__EgR21G__conditions {
  gap: var(--ui-space-4);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  display: grid;
}

@media (min-width: 768px) {
  .GamesPage-module__EgR21G__conditions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.GamesPage-module__EgR21G__condition {
  color: var(--ui-text-2);
  line-height: 1.55;
}

.GamesPage-module__EgR21G__condition strong {
  margin-bottom: var(--ui-space-1);
  color: var(--ui-text-1);
  display: block;
}

.GamesPage-module__EgR21G__empty {
  color: var(--ui-text-3);
}

.GamesPage-module__EgR21G__backLink {
  margin-bottom: var(--ui-space-6);
  color: var(--ui-text-2);
  font-size: var(--ui-font-size-sm);
  text-decoration: none;
  display: inline-flex;
}

.GamesPage-module__EgR21G__rules {
  gap: var(--ui-space-3);
  counter-reset: rule;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.GamesPage-module__EgR21G__rule {
  gap: var(--ui-space-3);
  grid-template-columns: 2.5rem minmax(0, 1fr);
  align-items: start;
  display: grid;
}

.GamesPage-module__EgR21G__rule:before {
  border-radius: var(--ui-radius-full);
  background: color-mix(in srgb, var(--brand-primary) 12%, transparent);
  width: 2.25rem;
  height: 2.25rem;
  color: var(--brand-primary);
  content: counter(rule);
  counter-increment: rule;
  font-weight: var(--ui-weight-semibold);
  place-items: center;
  display: grid;
}

.GamesPage-module__EgR21G__ruleTitle {
  color: var(--ui-text-1);
  font-weight: var(--ui-weight-semibold);
  margin: 0;
}

.GamesPage-module__EgR21G__ruleBody {
  margin: var(--ui-space-1) 0 0;
  color: var(--ui-text-2);
  line-height: 1.5;
}

/*# sourceMappingURL=apps_sites_src_0plk7-6._.css.map*/