/* [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/components/games/PuzzleGame.module.css [app-client] (css) */
.PuzzleGame-module__o22Hga__hero {
  color: #fff;
  background: radial-gradient(circle at 82% 20%, #d8ef4847, #0000 28%), linear-gradient(130deg, #004f2d, #007934 62%, #056342);
  border-radius: 2rem;
  grid-template-columns: minmax(0, 1.05fr) minmax(16rem, .95fr);
  min-height: 25rem;
  display: grid;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1.5rem 3rem #005d322e;
}

.PuzzleGame-module__o22Hga__hero:after {
  content: "";
  border: 1.5rem solid #ffffff14;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  position: absolute;
  bottom: -8rem;
  right: -4rem;
}

.PuzzleGame-module__o22Hga__heroCopy {
  z-index: 1;
  align-self: center;
  max-width: 34rem;
  padding: clamp(2rem, 6vw, 4rem);
  position: relative;
}

.PuzzleGame-module__o22Hga__kicker, .PuzzleGame-module__o22Hga__cardEyebrow {
  letter-spacing: .16em;
  font-size: .68rem;
  font-weight: 800;
}

.PuzzleGame-module__o22Hga__kicker {
  color: #d8ef48;
}

.PuzzleGame-module__o22Hga__title {
  color: #fff;
  letter-spacing: -.06em;
  margin: .8rem 0 0;
  font-size: clamp(2.7rem, 7vw, 5.8rem);
  font-weight: 700;
  line-height: .9;
}

.PuzzleGame-module__o22Hga__lead {
  color: #ffffffc7;
  max-width: 30rem;
  margin: 1.4rem 0 0;
  font-size: 1.08rem;
  line-height: 1.55;
}

.PuzzleGame-module__o22Hga__heroNote {
  color: #ffffffe6;
  align-items: center;
  gap: .55rem;
  margin-top: 2rem;
  font-size: .78rem;
  font-weight: 700;
  display: inline-flex;
}

.PuzzleGame-module__o22Hga__noteDot {
  background: #f7cf30;
  border-radius: 50%;
  width: .55rem;
  height: .55rem;
  box-shadow: 0 0 .8rem #f7cf30;
}

.PuzzleGame-module__o22Hga__heroArt {
  justify-content: center;
  align-items: center;
  min-height: 25rem;
  padding: 2rem;
  display: flex;
  position: relative;
}

.PuzzleGame-module__o22Hga__cover {
  z-index: 1;
  object-fit: cover;
  border: .65rem solid #fffffff5;
  border-radius: 1.5rem;
  width: min(100%, 23rem);
  max-height: 18rem;
  position: relative;
  transform: rotate(5deg);
  box-shadow: .7rem 1rem #00351d3d, 0 1.5rem 2rem #00000029;
}

.PuzzleGame-module__o22Hga__coverPlaceholder {
  aspect-ratio: 1;
  color: #d8ef48;
  background: #ffffff1f;
  border: 1px solid #ffffff80;
  border-radius: 2rem;
  place-items: center;
  width: 12rem;
  font-size: 5rem;
  display: grid;
  transform: rotate(5deg);
}

.PuzzleGame-module__o22Hga__artLabel, .PuzzleGame-module__o22Hga__artNumber {
  z-index: 2;
  color: #17491e;
  letter-spacing: .08em;
  background: #f7cf30;
  border-radius: 999px;
  font-size: .65rem;
  font-weight: 900;
  position: absolute;
}

.PuzzleGame-module__o22Hga__artLabel {
  padding: .55rem .75rem;
  top: 2rem;
  right: 10%;
  transform: rotate(8deg);
}

.PuzzleGame-module__o22Hga__artNumber {
  padding: .45rem .65rem;
  bottom: 4rem;
  right: 12%;
  transform: rotate(-7deg);
}

.PuzzleGame-module__o22Hga__contentGrid {
  gap: var(--ui-space-5);
  margin-top: var(--ui-space-6);
  grid-template-columns: minmax(0, 1.15fr) minmax(18rem, .85fr);
  display: grid;
}

.PuzzleGame-module__o22Hga__answerCard {
  border-color: color-mix(in srgb, var(--brand-primary) 20%, var(--ui-card-border));
  box-shadow: 0 .75rem 2rem #0f3d220f;
}

.PuzzleGame-module__o22Hga__answerCard > div, .PuzzleGame-module__o22Hga__howTo {
  padding: clamp(1.25rem, 3vw, 2rem);
}

.PuzzleGame-module__o22Hga__cardTopline {
  align-items: center;
  gap: .7rem;
  display: flex;
}

.PuzzleGame-module__o22Hga__step {
  color: #fff;
  background: #007934;
  border-radius: .7rem;
  place-items: center;
  width: 2rem;
  height: 2rem;
  font-size: .7rem;
  font-weight: 900;
  display: inline-grid;
}

.PuzzleGame-module__o22Hga__stepLight {
  color: #17491e;
  background: #d8ef48;
}

.PuzzleGame-module__o22Hga__cardEyebrow {
  color: var(--ui-text-3);
}

.PuzzleGame-module__o22Hga__cardTitle, .PuzzleGame-module__o22Hga__sideTitle {
  color: var(--ui-text-1);
  letter-spacing: -.04em;
  margin: 1.4rem 0 0;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  line-height: 1;
}

.PuzzleGame-module__o22Hga__cardLead {
  max-width: 35rem;
  color: var(--ui-text-2);
  margin: .7rem 0 0;
  line-height: 1.55;
}

.PuzzleGame-module__o22Hga__form {
  margin-top: 1.7rem;
}

.PuzzleGame-module__o22Hga__label {
  color: var(--ui-text-1);
  margin-bottom: .45rem;
  font-size: .78rem;
  font-weight: 700;
  display: block;
}

.PuzzleGame-module__o22Hga__formRow {
  gap: .65rem;
  display: flex;
}

.PuzzleGame-module__o22Hga__input {
  border: 1px solid var(--ui-input-border, var(--ui-card-border));
  background: var(--ui-input-bg, var(--ui-card-bg));
  min-width: 0;
  color: var(--ui-text-1);
  font: inherit;
  letter-spacing: .04em;
  border-radius: .85rem;
  outline: none;
  flex: 1;
  padding: .85rem 1rem;
  font-size: 1rem;
}

.PuzzleGame-module__o22Hga__input:focus-visible {
  border-color: var(--brand-primary);
  box-shadow: 0 0 0 .2rem color-mix(in srgb, var(--brand-primary) 18%, transparent);
}

.PuzzleGame-module__o22Hga__input::placeholder {
  color: var(--ui-text-3);
  opacity: .7;
}

.PuzzleGame-module__o22Hga__submit, .PuzzleGame-module__o22Hga__reset {
  cursor: pointer;
  font: inherit;
  border: 0;
  border-radius: .85rem;
  font-weight: 800;
  transition: transform .16s, opacity .16s;
}

.PuzzleGame-module__o22Hga__submit {
  color: #fff;
  background: #007934;
  min-width: 8.5rem;
  padding: .85rem 1.1rem;
}

.PuzzleGame-module__o22Hga__submit:hover:not(:disabled), .PuzzleGame-module__o22Hga__reset:hover {
  transform: translateY(-1px);
}

.PuzzleGame-module__o22Hga__submit:disabled {
  cursor: not-allowed;
  opacity: .45;
}

.PuzzleGame-module__o22Hga__hint {
  color: var(--ui-text-3);
  margin: .55rem 0 0;
  font-size: .75rem;
  line-height: 1.45;
}

.PuzzleGame-module__o22Hga__error, .PuzzleGame-module__o22Hga__result {
  border-radius: 1rem;
  margin-top: 1.25rem;
  padding: 1rem;
}

.PuzzleGame-module__o22Hga__error {
  color: #a52020;
  background: #c4242412;
  border: 1px solid #c4242440;
  font-size: .88rem;
  line-height: 1.45;
}

.PuzzleGame-module__o22Hga__result {
  background: #0079340d;
  border: 1px solid #00793433;
}

.PuzzleGame-module__o22Hga__resultHeader {
  align-items: center;
  gap: .7rem;
  display: flex;
}

.PuzzleGame-module__o22Hga__resultMark {
  color: #fff;
  background: #007934;
  border-radius: 50%;
  place-items: center;
  width: 2rem;
  height: 2rem;
  font-weight: 900;
  display: grid;
}

.PuzzleGame-module__o22Hga__resultHeader strong, .PuzzleGame-module__o22Hga__resultHeader span {
  display: block;
}

.PuzzleGame-module__o22Hga__resultHeader strong {
  color: var(--ui-text-1);
}

.PuzzleGame-module__o22Hga__resultHeader span {
  color: var(--ui-text-2);
  margin-top: .15rem;
  font-size: .8rem;
}

.PuzzleGame-module__o22Hga__answerFigure {
  margin: 1rem 0 0;
}

.PuzzleGame-module__o22Hga__answerImage {
  object-fit: contain;
  background: #fff;
  border-radius: .75rem;
  width: 100%;
  max-height: 34rem;
  display: block;
}

.PuzzleGame-module__o22Hga__answerFigure figcaption {
  color: var(--ui-text-3);
  margin-top: .45rem;
  font-size: .7rem;
}

.PuzzleGame-module__o22Hga__pendingAnswer {
  color: var(--ui-text-2);
  font-size: .88rem;
  line-height: 1.5;
}

.PuzzleGame-module__o22Hga__reset {
  color: #007934;
  background: none;
  margin-top: 1rem;
  padding: .2rem 0;
  font-size: .8rem;
}

.PuzzleGame-module__o22Hga__howTo {
  border-radius: var(--ui-radius-lg, 1rem);
  background: #f4f7e8;
}

.PuzzleGame-module__o22Hga__howTo .PuzzleGame-module__o22Hga__cardEyebrow {
  color: #55721a;
}

.PuzzleGame-module__o22Hga__sideTitle {
  color: #17491e;
}

.PuzzleGame-module__o22Hga__steps {
  gap: 1.25rem;
  margin: 1.7rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.PuzzleGame-module__o22Hga__steps li {
  grid-template-columns: 2.2rem minmax(0, 1fr);
  align-items: start;
  gap: .8rem;
  display: grid;
}

.PuzzleGame-module__o22Hga__steps li > span {
  color: #769b27;
  font-size: .75rem;
  font-weight: 900;
}

.PuzzleGame-module__o22Hga__steps strong {
  color: #17491e;
  font-size: .9rem;
  display: block;
}

.PuzzleGame-module__o22Hga__steps p {
  color: #5d7155;
  margin: .25rem 0 0;
  font-size: .8rem;
  line-height: 1.5;
}

@media (max-width: 760px) {
  .PuzzleGame-module__o22Hga__hero {
    grid-template-columns: 1fr;
  }

  .PuzzleGame-module__o22Hga__heroCopy {
    padding-bottom: 1rem;
  }

  .PuzzleGame-module__o22Hga__heroArt {
    min-height: 14rem;
    padding-top: 0;
  }

  .PuzzleGame-module__o22Hga__cover {
    width: min(70%, 18rem);
    max-height: 11rem;
  }

  .PuzzleGame-module__o22Hga__artLabel {
    top: 1rem;
    right: 12%;
  }

  .PuzzleGame-module__o22Hga__artNumber {
    bottom: 1.2rem;
    right: 15%;
  }

  .PuzzleGame-module__o22Hga__contentGrid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .PuzzleGame-module__o22Hga__hero {
    border-radius: 1.35rem;
  }

  .PuzzleGame-module__o22Hga__heroCopy {
    padding: 1.7rem 1.35rem .8rem;
  }

  .PuzzleGame-module__o22Hga__heroArt {
    min-height: 13rem;
  }

  .PuzzleGame-module__o22Hga__formRow {
    flex-direction: column;
    align-items: stretch;
  }

  .PuzzleGame-module__o22Hga__submit {
    width: 100%;
  }

  .PuzzleGame-module__o22Hga__answerCard > div, .PuzzleGame-module__o22Hga__howTo {
    padding: 1.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .PuzzleGame-module__o22Hga__submit, .PuzzleGame-module__o22Hga__reset, .PuzzleGame-module__o22Hga__cover {
    transition: none;
    transform: none;
  }
}

/* [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__activityCover {
  border-radius: var(--ui-radius-xl);
  object-fit: cover;
  width: min(100%, 36rem);
  max-height: 18rem;
  margin: 1rem 0 1.5rem;
  display: block;
}

.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_0tcr9-~._.css.map*/