@charset "UTF-8";
.screen--1 {
  padding-bottom: 0 !important;
}

.spinner {
  width: 48px;
  height: 48px;
  border: 5px solid rgba(194, 157, 57, 0.3);
  border-top-color: #C29D39;
  border-radius: 50%;
  animation: spin 0.9s linear infinite;
  margin: 24px auto;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------------------------------------------------------------*/
/* INPUT
/*--------------------------------------------------------------------------------------------------------------------*/
input[type=email],
input[type=tel],
input[type=text],
select {
  outline: none;
  border-radius: 0.3125rem;
  background: #FFF;
  width: 100%;
  height: 2.625rem;
  line-height: 2.625rem;
  padding-left: 0.62rem;
  color: #000;
  font-size: 1.0625rem;
  font-weight: 400;
  border: none;
}

input::-webkit-input-placeholder {
  color: #858585;
}

input::-moz-placeholder {
  color: #858585;
}

input:-moz-placeholder {
  color: #858585;
}

input:-ms-input-placeholder {
  color: #858585;
}

.checkbox-wrapper {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.checkbox-wrapper [type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  pointer-events: none;
}
.checkbox-wrapper [type=checkbox] ~ label,
.checkbox-wrapper [type=checkbox] + label {
  position: relative;
  display: inline-block;
  padding-left: 1.625rem;
  cursor: pointer;
  font-size: 0.875rem !important;
  line-height: 0.875rem !important;
  margin-bottom: 0 !important;
}
.checkbox-wrapper [type=checkbox] ~ label a,
.checkbox-wrapper [type=checkbox] + label a {
  color: #fff;
}
.checkbox-wrapper [type=checkbox] ~ label:before,
.checkbox-wrapper [type=checkbox] + label:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 0.25rem;
  background: #F1F1F1;
  box-sizing: border-box;
}
.checkbox-wrapper [type=checkbox]:not(:checked) ~ label:before,
.checkbox-wrapper [type=checkbox]:not(:checked) + label:before {
  background: #F1F1F1;
}
.checkbox-wrapper [type=checkbox]:checked ~ label:before,
.checkbox-wrapper [type=checkbox]:checked + label:before {
  background: #fff;
  border-color: #C29D39;
}
.checkbox-wrapper [type=checkbox]:checked ~ label:after,
.checkbox-wrapper [type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  display: block;
  left: 0.25rem;
  top: 0.125rem;
  width: 0.375rem;
  height: 0.625rem;
  border: solid #C29D39;
  border-width: 0 2px 2px 0;
  box-sizing: border-box;
  transform: rotate(45deg);
}
.checkbox-wrapper .error ~ label:before,
.checkbox-wrapper .error + label:before {
  border: 2px solid red;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/* FONT
/*--------------------------------------------------------------------------------------------------------------------*/
@font-face {
  font-family: "WizardWorld";
  src: url("//d1h8fl8on3a554.cloudfront.net/fonts/WizardWorld/WizardWorld-Simplified.woff") format("woff");
  src: url("//d1h8fl8on3a554.cloudfront.net/fonts/WizardWorld/WizardWorld-Simplified.woff2") format("woff2");
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2122;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "brandon-grotesque", sans-serif;
}

p {
  margin: 0;
}

#calendar {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}
#calendar header {
  background: url("https://stc.avtm-l.fr/aubureau/2026/harrypotter/bck-header.jpg") no-repeat center;
  background-size: cover;
  height: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  position: relative;
}
#calendar header button {
  position: absolute;
  top: 15px;
  right: 12px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 10;
  width: 17px;
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#calendar header button img {
  width: 17px;
  height: 17px;
  object-fit: contain;
}
#calendar .screen {
  display: none;
  min-height: calc(100dvh - 115px);
  margin: 0 auto;
  color: #fff;
}
#calendar .screen--1 {
  background: #000;
  padding: 0 0 35px;
  display: block;
  position: relative;
  overflow: hidden;
}
#calendar .screen--1 .visuel {
  background: url("../images/bck-screen1-u8Um-YH.jpg") no-repeat center top #000000;
  background-size: cover;
  padding: 32px 0 62px;
  display: block;
  margin-bottom: 22px;
  position: relative;
}
#calendar .screen--1 .visuel:after {
  content: "";
  background: url("https://stc.avtm-l.fr/aubureau/2026/harrypotter/table.png") no-repeat center top;
  background-size: 100% 180px;
  height: 180px;
  position: absolute;
  bottom: -140px;
  left: 50%;
  transform: translateX(-50%);
  width: 626px;
  z-index: 0;
}
#calendar .screen--1 .visuel:before {
  content: "";
  background: url("../images/mocktail-vRR9-s3.png") no-repeat center top;
  background-size: 83px 165px;
  width: 83px;
  height: 165px;
  position: absolute;
  bottom: -7px;
  left: 21px;
  z-index: 10;
}
#calendar .screen--1 .visuel--geoloc {
  min-height: calc(100dvh - 115px);
}
#calendar .screen--1 .visuel--geoloc:before, #calendar .screen--1 .visuel--geoloc:after {
  display: none;
}
#calendar .screen--1 .visuel .video {
  position: absolute;
  top: 220px;
  bottom: 0;
  width: 552px;
  height: 106px;
  mix-blend-mode: screen;
  transform: rotate(90deg);
  z-index: 15;
}
#calendar .screen--1 .visuel .video--1 {
  left: 31vw;
}
#calendar .screen--1 .visuel .video--2 {
  right: 31vw;
}
#calendar .screen--1 .visuel .container {
  background: url("https://stc.avtm-l.fr/aubureau/2026/harrypotter/encadre-dyn.2.png") no-repeat center top;
  background-size: 100% 100%;
  width: 335px;
  margin-inline: auto;
  padding: 22px 24px;
  position: relative;
}
#calendar .screen--1 .visuel .container .dotation {
  position: absolute;
  width: auto;
  opacity: 0;
}
#calendar .screen--1 .visuel .container .dotation--1 {
  max-width: 161.083px;
  top: -13px;
  right: -43px;
  animation: dotation-appear-1 6s infinite;
}
#calendar .screen--1 .visuel .container .dotation--2 {
  max-width: 123.685px;
  top: 55px;
  right: -35px;
  transform: rotate(-28.571deg);
  animation: dotation-appear-2 6s infinite;
}
@keyframes dotation-appear-1 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes dotation-appear-2 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#calendar .screen--1 .visuel h1, #calendar .screen--1 .visuel h2, #calendar .screen--1 .visuel h3, #calendar .screen--1 .visuel p {
  text-align: center;
  margin: 0;
}
#calendar .screen--1 .visuel h1, #calendar .screen--1 .visuel h2, #calendar .screen--1 .visuel h3 {
  font-feature-settings: "liga" off, "clig" off;
  font-family: "WizardWorld", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
#calendar .screen--1 .visuel h1, #calendar .screen--1 .visuel h2 {
  font-size: 32px;
  background: var(--degrade-dore, linear-gradient(180deg, #D4A104 0%, #FED762 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#calendar .screen--1 .visuel h3 {
  color: #fff;
  font-size: 21px;
}
#calendar .screen--1 .visuel p {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px; /* 112.5% */
  letter-spacing: -0.16px;
  margin-top: 8px;
}
#calendar .screen--1 .cta {
  margin-top: 12px;
  z-index: 5;
  position: relative;
}
#calendar .screen--1 .cta span {
  color: #7A4320;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "WizardWorld", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
#calendar .screen--1.errorHide {
  display: none;
}
#calendar .screen--2 {
  background: #000;
  padding: 0 0 35px;
  position: relative;
  overflow: hidden;
}
#calendar .screen--2 .visuel {
  background: url("../images/bck-screen1-u8Um-YH.jpg") no-repeat center top #000000;
  background-size: cover;
  padding: 32px 0 0;
  display: block;
  margin-bottom: 22px;
  position: relative;
}
#calendar .screen--2 .visuel .video {
  position: absolute;
  top: 220px;
  bottom: 0;
  width: 552px;
  height: 106px;
  mix-blend-mode: screen;
  transform: rotate(90deg);
  z-index: 15;
}
#calendar .screen--2 .visuel .video--1 {
  left: 31vw;
}
#calendar .screen--2 .visuel .video--2 {
  right: 31vw;
}
#calendar .screen--2 .visuel .container {
  background: url("https://stc.avtm-l.fr/aubureau/2026/harrypotter/encadre2-dyn.2.png") no-repeat center top;
  background-size: 100% 100%;
  width: 335px;
  margin-inline: auto;
  padding: 32px 29px 59px;
  position: relative;
}
#calendar .screen--2 .visuel .container .bloc-formulaire {
  padding: 0 10px;
}
#calendar .screen--2 .visuel .container .bloc-formulaire p {
  font-size: 14px;
  font-weight: 390;
  line-height: 14px; /* 100% */
}
#calendar .screen--2 .visuel .container .bloc-formulaire p a {
  color: #fff;
  text-decoration: underline;
}
#calendar .screen--2 .visuel .container .bloc-formulaire .form-error-message {
  color: #ff4444;
  font-size: 14px !important;
  font-weight: 600;
  line-height: 18px !important;
  text-align: center;
  margin-bottom: 12px;
}
#calendar .screen--2 .visuel .container .bloc-formulaire .checkbox-rule-error {
  color: #ff4444;
  font-size: 13px !important;
  font-weight: 600;
  line-height: 17px !important;
  margin-top: 8px;
  margin-bottom: 0;
}
#calendar .screen--2 .visuel .container .bloc-formulaire .cta {
  position: relative;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "WizardWorld", sans-serif;
  margin: 20px auto;
  width: 200px;
}
#calendar .screen--2 .visuel .container .dotation {
  position: absolute;
  width: auto;
  opacity: 0;
}
#calendar .screen--2 .visuel .container .dotation--1 {
  top: -13px;
  right: -43px;
  animation: dotation-appear-1 6s infinite;
}
#calendar .screen--2 .visuel .container .dotation--2 {
  top: 55px;
  right: -35px;
  transform: rotate(-28.571deg);
  animation: dotation-appear-2 6s infinite;
}
#calendar .screen--2 .visuel .container .form-group {
  margin-bottom: 0.94rem;
}
#calendar .screen--2 .visuel .container .form-group label {
  display: block;
  margin-bottom: 0.81rem;
  color: #FFF;
  font-size: 1.125rem;
  line-height: 1.125rem;
  font-weight: 400;
}
#calendar .screen--2 .visuel .container h2 {
  color: #FFF;
  font-size: 18px;
  line-height: 20px; /* 111.111% */
  font-weight: 400;
}
#calendar .screen--2 .visuel .container h2 strong {
  font-weight: 700;
}
#calendar .screen--2 .visuel .container h4 {
  color: #C29D39;
  text-align: center;
  font-size: 12px;
  line-height: 15px; /* 125% */
  text-transform: uppercase;
}
#calendar .screen--2 .visuel .container h4 a {
  color: #C29D39;
  text-decoration: underline;
}
#calendar .screen--2 .visuel .container h4 a span {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 50%;
  background-color: #C29D39;
  color: #fff;
  text-transform: none;
}
#calendar .screen--2 .visuel .container .moulure {
  display: block;
  margin: 12px auto;
}
#calendar .screen--2 .visuel.errorHide {
  display: none;
}
#calendar .screen--2.errorShow {
  display: block;
}
#calendar .screen .logo {
  position: relative;
  z-index: 5;
}
#calendar .screen .logo p {
  color: #C9C9C9;
  font-size: 14px;
  font-weight: 390;
  line-height: 16px; /* 114.286% */
  text-align: center;
}
#calendar .screen .logo p a {
  color: #C9C9C9;
  text-decoration: underline;
}
#calendar .screen .logo img {
  display: block;
  margin: 0 auto 14px;
  width: 98px;
}

.game {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}
.game header {
  background: url("https://stc.avtm-l.fr/aubureau/2026/harrypotter/bck-header.jpg") no-repeat center;
  background-size: cover;
  height: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  position: relative;
}
.game header button {
  position: absolute;
  top: 15px;
  right: 12px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 10;
  height: 17px;
  width: 17px;
  display: flex;
  align-items: center;
}
.game__container {
  background: url("https://stc.avtm-l.fr/aubureau/2026/harrypotter/bck-game.png") #000 no-repeat center top;
  background-size: cover;
  min-height: calc(100dvh - 115px);
  padding: 20px 0;
}
.game__container .logo {
  position: relative;
  z-index: 5;
}
.game__container .logo img {
  display: block;
  margin: 0 auto;
  width: 98px;
}
.game__container #screen-start {
  min-height: calc(100dvh - 115px - 40px);
}
.game__container #screen-start p {
  color: #FFF;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "WizardWorld", sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
}
.game__container #screen-start p span {
  text-align: center;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 14px;
  font-weight: 390;
  line-height: 16px; /* 114.286% */
  text-transform: none;
}
.game__container #screen-start .chaudron-container {
  position: relative;
  margin-top: 180px;
}
.game__container #screen-start .chaudron-container .chaudron {
  display: block;
  margin: 0 auto;
}
.game__container #screen-start .chaudron-container button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 10;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 143px;
}
.game__container #screen-start .chaudron-container button img, .game__container #screen-start .chaudron-container button span {
  display: block;
  margin: 0 auto;
}
.game__container #screen-start .chaudron-container button span {
  color: #C29D39;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  text-shadow: 15px 5px 23.3px #0F2134;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 16px;
  font-weight: 390;
  line-height: 15px; /* 93.75% */
  margin-top: 6px;
}
.game__container #screen-play {
  min-height: calc(100dvh - 115px - 40px);
}
.game__container #screen-play .score {
  background: url("https://stc.avtm-l.fr/aubureau/2026/harrypotter/bck-score.png") no-repeat center top;
  background-size: 291px 35px;
  position: relative;
  width: 291px;
  margin: 0 auto 106px;
  display: flex;
  justify-content: center;
}
.game__container #screen-play .score:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url("https://stc.avtm-l.fr/aubureau/2026/harrypotter/b.png") no-repeat center top;
  background-size: 21px 46px;
  width: 21px;
  height: 46px;
}
.game__container #screen-play .score__el {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
}
.game__container #screen-play .score__el p {
  color: #C29D39;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "WizardWorld", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.game__container #screen-play .score__el p span {
  color: #fff;
}
.game__container #screen-play #game-area {
  position: relative;
  padding-top: 243px;
  isolation: isolate; /* scelle le stacking context : tokens et fonds comparent
   leurs z-index uniquement ici, sans interférence extérieure */
  /* Score flottant au clic */
  /* Hint disparaît progressivement */
}
.game__container #screen-play #game-area .chaudron {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1; /* derrière tout */
  pointer-events: none;
}
.game__container #screen-play #game-area .fond {
  position: absolute;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 5; /* au-dessus du chaudron, en-dessous de tous les tokens */
}
.game__container #screen-play #game-area .fond img {
  pointer-events: none;
  display: block;
}
.game__container #screen-play #game-area .fond--1 {
  left: 48%;
  top: 115px;
}
.game__container #screen-play #game-area .fond--2 {
  left: 25%;
  top: 125px;
}
.game__container #screen-play #game-area .fond--4 {
  left: 70%;
  top: 125px;
}
.game__container #screen-play #game-area .fond--3 {
  left: 48%;
  top: 150px;
}
.game__container #screen-play #game-area #spawn-area {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  height: 300px;
  pointer-events: none;
  z-index: 10; /* au-dessus du chaudron (z:1) et des fonds (z:5) */
}
.game__container #screen-play #game-area .token {
  position: absolute;
  transform: translateY(55px); /* bien caché dans le fond au départ */
  opacity: 0;
  transition: transform 0.35s cubic-bezier(0.22, 1.4, 0.36, 1), opacity 0.06s ease-out;
  pointer-events: none;
  cursor: pointer;
  translate: -50% -100%;
  padding: 12px;
  /* z-index défini au cas par cas par JS via spot.zIndex —
     ne pas mettre de valeur fixe ici                          */
}
.game__container #screen-play #game-area .token img {
  width: auto;
  height: auto;
  display: block;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.6));
  pointer-events: none;
  -webkit-user-drag: none;
}
.game__container #screen-play #game-area .token.visible {
  transform: translateY(10px);
  opacity: 1;
  pointer-events: auto;
}
.game__container #screen-play #game-area .token.token--hiding {
  transform: translateY(55px); /* rentre dans le fond */
  opacity: 0;
  pointer-events: none;
  transition: transform 0.25s ease-in, opacity 0.18s ease-in;
}
.game__container #screen-play #game-area .token.token--caught {
  transform: translateY(-50px) scale(1.4);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.3s ease-out, opacity 0.25s ease-out;
}
.game__container #screen-play #game-area .float-score {
  position: absolute;
  translate: -50% -100%;
  font-family: "WizardWorld", sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  pointer-events: none;
  z-index: 30;
  white-space: nowrap;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.8);
  animation: float-up 0.85s ease-out forwards;
}
.game__container #screen-play #game-area .float-score--pos {
  color: #FFD863;
}
.game__container #screen-play #game-area .float-score--neg {
  color: #FF5252;
}
@keyframes float-up {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-70px);
    opacity: 0;
  }
}
.game__container #screen-play #game-area #game-hint {
  transition: opacity 0.6s ease;
}
.game__container #screen-play #game-area .clic {
  position: relative;
}
.game__container #screen-play #game-area .clic img {
  display: block;
  margin: 0 auto;
}
.game__container #screen-play #game-area .clic p {
  color: #C29D39;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  text-shadow: 15px 5px 23.3px #0F2134;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 16px;
  font-weight: 390;
  line-height: 15px; /* 93.75% */
  margin-top: 6px;
}
.game__container #screen-play #game-area .ingredients {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px 0 16px;
  padding: 0 8px;
  gap: 1px;
  position: relative;
  z-index: 99;
}
.game__container #screen-play #game-area .ingredients .ingredient {
  width: 16.6666666667%;
  max-width: 375px;
  position: relative;
}
.game__container #screen-play #game-area .ingredients .ingredient img {
  width: 100%;
}
.game__container #screen-play #game-area .ingredients .ingredient .catch-score {
  width: 25px;
  height: 25px;
  border-radius: 8.292px;
  background: #902332;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -1.75px;
  right: 6px;
  z-index: 10;
}
.game__container #screen-play #game-area .ingredients .ingredient .catch-score p {
  color: #E6CFA1;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "WizardWorld", sans-serif;
  font-size: 10.778px;
  font-weight: 400;
  line-height: 13.907px; /* 129.023% */
}
.game__container #screen-play #game-area .ingredients .ingredient[data-ingredient=crapaud] img {
  box-shadow: 1px 1px 9.1px 1px #902332;
}
.game__container #screen-play #game-area .ingredients .ingredient[data-ingredient=bouteille] img {
  filter: drop-shadow(0 0 4.8px #FFF3AE);
}

/* Result page */
.result {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  background: url("../images/bck-screen2-sAss3v4.jpg") no-repeat center top #A70129;
  background-size: 100%;
  padding: 2.37rem 2.75rem;
  min-height: 100dvh;
}
.result .sparkles {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 3;
  mix-blend-mode: lighten;
  object-fit: cover;
  object-position: center;
}
.result .title {
  width: 18.35031rem;
  display: block;
  margin: 0 auto 2rem;
  margin-top: -2rem;
  margin-bottom: -1rem;
  filter: drop-shadow(2px 2px 2px black);
}
.result h1 {
  text-align: center;
  color: transparent;
  font-family: "WizardWorld", sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 0.0625rem;
  background: linear-gradient(130deg, #F3CD7D 38.89%, #9D7B32 108.83%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #F3CD7D;
}
.result__win {
  margin-bottom: 2.31rem;
}
.result__win .dotation {
  position: relative;
}
.result__win .dotation .sparkles {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 5.5rem);
  mix-blend-mode: screen;
}
.result__win .dotation__img {
  width: 100%;
  margin-top: -3rem;
  position: relative;
  z-index: 4;
}
.result__win p {
  color: #FFF;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.25rem;
  text-align: center;
  margin-top: -2rem;
}
.result__win p span {
  color: #F3CD7D;
}
.result__getpresent {
  border-radius: 0.9375rem;
  background: #A70129;
  padding: 1.56rem 1.875rem;
  max-width: 19.6875rem;
  margin: 0 auto 1.25rem;
  display: none;
}
.result__getpresent img {
  width: 100%;
}
.result__getpresent p {
  color: #FFF;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25rem;
  text-align: center;
}
.result__getpresent p span {
  color: #F3CD7D;
}
.result__serveur {
  border-radius: 0.9375rem;
  background: #A70129;
  padding: 1.56rem 1.875rem;
  max-width: 19.6875rem;
  margin: 0 auto 2.5rem;
}
.result__serveur img {
  width: 100%;
}
.result__serveur p {
  color: #FFF;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25rem;
  text-align: center;
}
.result__serveur p span {
  color: #F3CD7D;
}
.result__serveur p.little {
  font-size: 1.0625rem;
  line-height: 1.125rem;
}
.result__serveur hr {
  width: 10.9375rem;
  height: 0.03125rem;
  background: #FFF;
  border-color: #fff;
  margin: 1.94rem auto;
}
.result__alreadyused {
  border-radius: 0.9375rem;
  background: #A70129;
  padding: 2.19rem 1.875rem;
  max-width: 19.6875rem;
  margin: 0 auto 2.5rem;
}
.result__alreadyused img {
  width: 7.46094rem;
  display: block;
  margin: 0.94rem auto;
}
.result__alreadyused p {
  color: #FFF;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.125rem;
  text-align: center;
}
@keyframes hideAfterDelay {
  0%, 99% {
    display: block;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes showAfterDelay {
  0% {
    display: none;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.result__container {
  border-radius: 0.9375rem;
  background: #A70129;
  padding: 1.56rem 1.875rem;
  width: 19.6875rem;
  margin: 3rem auto 2rem;
}
.result__container p {
  color: #FFF;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 1.25rem;
  text-align: center;
}
.result__container p span {
  color: #F3CD7D;
}
.result .logo {
  margin-bottom: 1.66rem;
}
.result .logo p {
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 420;
  line-height: 1rem;
  text-align: center;
}
.result .logo img {
  display: block;
  margin: 0 auto;
  width: 8.5rem;
}
.result .reglement p {
  color: #fff;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1rem;
  text-align: center;
}
.result .reglement p a {
  color: #fff;
  text-decoration: underline;
}

.modal-result__score {
  text-align: center;
  margin-top: 10px;
}
.modal-result__score span {
  color: #FFF;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "liga" off, "clig" off;
  text-shadow: -1px 0 9.8px #FFF0D1;
  font-family: "WizardWorld", sans-serif;
  font-weight: 400;
  line-height: 59.047px;
}
.modal-result__score #pp-score, .modal-result__score #ps-score {
  font-size: 52.195px;
}
.modal-result__score .modal-result__pts {
  font-size: 20px;
  margin-bottom: 14px;
}
.modal-result #panel-score {
  padding-top: 17px;
}
.modal-result #panel-score img {
  width: 100%;
  margin-top: -20px;
  margin-bottom: 26px;
}
.modal-result #panel-score .modal-result__cta {
  width: 217px;
}
.modal-result #panel-score .modal-result__cta span {
  color: #7A4320;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "WizardWorld", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.modal-result #panel-score .modal-result__label {
  font-size: 20px;
  font-weight: 390;
  line-height: 23px;
}
.modal-result #panel-score .modal-result__info {
  font-size: 18px;
  font-weight: 390;
  line-height: 19px;
  margin-bottom: 25px;
}
.modal-result #panel-score .modal-result__partie {
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "WizardWorld", sans-serif;
  font-size: 21.432px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 8px;
  background: var(--degrade-dore, linear-gradient(180deg, #D4A104 0%, #FED762 100%));
  font-feature-settings: "liga" off, "clig" off;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.modal-result #panel-pseudo .modal-result__title {
  margin-top: 36px;
}
.modal-result #panel-pseudo .modal-result__label {
  font-size: 20px;
  font-weight: 390;
  line-height: 43px;
}
.modal-result #panel-pseudo #pseudo-error {
  font-size: 18px;
  line-height: 20px;
  font-weight: 390;
  color: #fff;
  margin-bottom: 24px;
}
.modal-result #panel-pseudo .trait {
  width: 256px;
  height: 1px;
  background: #2B577E;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 21px;
}
.modal-result #panel-pseudo .modal-result__pseudo-label {
  font-size: 18px;
  line-height: 20px;
  font-weight: 390;
}
.modal-result #panel-pseudo .modal-result__pseudo-label strong {
  font-weight: 450;
}
.modal-result #panel-pseudo #input-pseudo {
  margin: 24px 0;
}
.modal-result #panel-pseudo .modal-result__cta {
  width: 200px;
  margin-bottom: 16px;
}
.modal-result #panel-pseudo .modal-result__cta span {
  color: #7A4320;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "WizardWorld", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.modal-result #panel-results .modal-result__bravo {
  font-size: 37.319px;
}
.modal-result #panel-results svg {
  margin: 18px auto 13px;
  display: flex;
}
.modal-result #panel-results .modal-result__pseudo-name {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 18px;
  font-weight: 450;
  line-height: 20px;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.modal-result #panel-results .modal-result__tagline {
  font-size: 18px;
  font-weight: 390;
  line-height: 20px;
}
.modal-result #panel-results .modal-result__partie {
  font-feature-settings: "liga" off, "clig" off;
  font-family: "WizardWorld", sans-serif;
  font-size: 21.432px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  background: var(--degrade-dore, linear-gradient(180deg, #D4A104 0%, #FED762 100%));
  font-feature-settings: "liga" off, "clig" off;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 9px;
}
.modal-result #panel-results .modal-result__info {
  font-size: 18px;
  font-weight: 390;
  line-height: 27px;
  margin-bottom: 12px;
}
.modal-result #panel-results .modal-result__info strong {
  font-size: 22px;
  font-weight: 400;
}
.modal-result #panel-results .modal-result__cta {
  width: 217px;
}
.modal-result #panel-results .modal-result__cta span {
  color: #7A4320;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "WizardWorld", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.modal-result #panel-results #pr-btn-retry {
  margin-top: 21px;
  width: 217px;
  background: none;
  border: 1px solid #C29D39;
  margin-bottom: 19px;
}
.modal-result #panel-results #pr-btn-retry span {
  color: #C29D39;
}

.modal-content {
  border-radius: 0.9375rem;
  background: url("https://stc.avtm-l.fr/aubureau/2026/harrypotter/encadre-modal.png") no-repeat center rgba(28, 46, 73, 0.9);
  background-size: 98% 98%;
  padding: 30px 37px;
  max-width: 330px;
  margin: 0 auto;
}
.modal-content .modal__close {
  border: none;
  background: none;
  position: absolute;
  top: 13px;
  right: 13px;
  cursor: pointer;
  color: #C29D39;
  font-size: 20px;
}
.modal-content p {
  color: #FFF;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25rem;
  text-align: center;
}
.modal-content .lba {
  display: block;
  margin: 0 auto 5px;
  max-width: 271px;
}
.modal-content h2 {
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "WizardWorld", sans-serif;
  font-size: 21.432px;
  font-weight: 400;
  text-transform: uppercase;
  background: var(--degrade-dore, linear-gradient(180deg, #D4A104 0%, #FED762 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.modal-content .programmes {
  margin-top: 43px;
}
.modal-content .programmes .programme {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.modal-content .programmes .programme__num {
  width: 26px;
  height: 26px;
  border-radius: 5.429px;
  border: 1px solid #C29D39;
  background: #902332;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
}
.modal-content .programmes .programme__num p {
  color: #E6CFA1;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "WizardWorld", sans-serif;
  font-size: 17.709px;
  font-weight: 400;
}
.modal-content .programmes .programme__text p {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 19px;
  text-align: left;
}
.modal-content .programmes .programme__text p strong {
  font-weight: 700;
  text-transform: uppercase;
}
.modal-content .programmes .programme:last-child {
  margin-bottom: 30px;
}
.modal-content .liste p {
  color: #FFF;
  font-size: 14px;
  font-weight: 390;
  line-height: 16px; /* 114.286% */
  text-align: left;
}
.modal-content .liste p a {
  color: #FFF;
  text-decoration: underline;
}
.modal-content .labonneapp {
  position: absolute;
  right: -85px;
  bottom: -110px;
}

/* ─── Modal Classement ─────────────────────────────────── */
.modal-leaderboard-dialog {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  max-width: none;
}

.leaderboard-nav {
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  width: 31.887px;
  height: 31.886px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
}
.leaderboard-nav--prev {
  left: -16px;
}
.leaderboard-nav--next {
  right: -16px;
}
.leaderboard-nav:hover {
  opacity: 0.8;
}
.leaderboard-nav:disabled {
  opacity: 0.3;
  cursor: default;
}
.leaderboard-nav img {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
}
.leaderboard-nav span {
  position: relative;
  z-index: 1;
  color: #7A4320;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "WizardWorld", sans-serif;
  font-size: 32.227px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.modal-leaderboard {
  width: 330px;
  min-height: 400px;
  position: relative;
  overflow: visible;
}
.modal-leaderboard h2 {
  margin-top: 10px;
  margin-bottom: 4px;
}

.leaderboard-dots-sep {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-bottom: 16px;
}
.leaderboard-dots-sep span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #C29D39;
  display: block;
}
.leaderboard-dots-sep--bottom {
  margin-top: 16px;
  margin-bottom: 0;
}

.leaderboard-row {
  display: flex;
  align-items: center;
  padding: 5px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.leaderboard-row__rank {
  width: 36px;
  flex-shrink: 0;
  color: #fff;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 16px;
  font-weight: 390;
  text-align: left;
}
.leaderboard-row__pseudo {
  flex: 1;
  color: #fff;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 16px;
  font-weight: 390;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
}
.leaderboard-row__score {
  flex-shrink: 0;
  color: #C29D39;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: right;
}
.leaderboard-row--current .leaderboard-row__rank,
.leaderboard-row--current .leaderboard-row__pseudo {
  font-weight: 700;
}
.leaderboard-row:last-child {
  border-bottom: none;
}

.leaderboard-empty {
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  padding: 40px 0;
}

.leaderboard-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  pointer-events: auto; /* Bootstrap met pointer-events:none sur .modal-dialog ;
   ce div étant hors de .modal-content il faut le réactiver */
}
.leaderboard-actions__cta {
  width: 303px !important;
  height: 39.296px;
  text-decoration: none;
}
.leaderboard-actions__cta span {
  color: #7A4320;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "WizardWorld", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.leaderboard-actions__cta--outline {
  background: none !important;
  border: 1px solid #C29D39;
  box-shadow: none !important;
}
.leaderboard-actions__cta--outline span {
  color: #C29D39;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22../../assets/styles/components/spinner.scss%22,%22../../assets/styles/components/input.scss%22,%22../../assets/styles/app.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22;AAAA;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;IAAK;;;ACfT;AACA;AAAA;AAEA;AAAA;AAAA;AAAA;EAII;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EAAkC;;;AAElC;EAAyB;;;AAEzB;EAAwB;;;AAExB;EAA6B;;;AAE7B;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;AAAA;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;AAAA;EACI;;AAIR;AAAA;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;AAAA;EAEI;;AAGJ;AAAA;EAEI;EACA;;AAGJ;AAAA;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIJ;AAAA;EAEI;;;AC1GR;AACA;AAAA;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAMJ;EACI;EACA;EACA;;;AAGJ;EACI,aATM;;;AAYV;EACI;;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAKZ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAEA;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAIR;EACI;IACI;;EAEJ;IACI;;EAEJ;IACI;;EAEJ;IACI;;EAEJ;IACI;;;AAIR;EACI;IACI;;EAEJ;IACI;;EAEJ;IACI;;EAEJ;IACI;;EAEJ;IACI;;EAEJ;IACI;;;AAKZ;EACI;EACA;;AAGJ;EACI;EACA,aA7MX;EA8MW;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA,aAjPX;EAkPW;EACA;;AAIR;EACI;;AAIR;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAEA;EACI;EACA;EACA;;AAEA;EACI;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA,aAxUnB;EAyUmB;EACA;;AAIR;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAIR;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAKZ;EACI;EACA;;AAIR;EACI;;AAIR;EACI;;AAIR;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAIR;EACI;EACA;EACA;;;AAMhB;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAEA;EACI;EACA;EACA;;AAIR;EACI;;AAGA;EACI;EACA;EACA;EACA,aAnfP;EAofO;EACA;EACA;;AAEA;EACI;EACA,aAzfV;EA0fU;EACA;EACA;EACA;;AAIR;EACI;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA,aA/hBd;EAgiBc;EACA;EACA;EACA;;AAMhB;EACI;;AAGA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA,aA9kBf;EA+kBe;EACA;EACA;;AAEA;EACI;;AAMhB;EACI;EACA;EACA;AAAA;AAmFA;AAkCA;;AAlHA;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EAAO;EAAW;;AAClB;EAAO;EAAW;;AAClB;EAAO;EAAW;;AAClB;EAAO;EAAW;;AAGtB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA,YACI;EAEJ;EACA;EACA;EACA;AACA;AAAA;;AAIJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAIJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;IACI;IACA;;EAEJ;IACI;IACA;;;AAKR;EACI;;AAGJ;EACI;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA,aAnuBd;EAouBc;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA,aAhxBvB;EAixBuB;EACA;EACA;;AAKJ;EACI;;AAKJ;EACI;;;AAYhC;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA,aA70BC;EA80BD;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAEA;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAIR;EACI;EACA,aAj3BF;EAk3BE;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA,aA54BF;EA64BE;EACA;EACA;EACA;;AAEA;EACI;;AAKZ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA,aAr6BF;EAs6BE;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA,aA78BF;EA88BE;EACA;EACA;EACA;;AAIR;EACI;IACI;IACA;;EAEJ;IACI;IACA;;;AAIR;EACI;IACI;IACA;;EAEJ;IACI;IACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA,aAp/BF;EAq/BE;EACA;EACA;EACA;;AAEA;EACI;;AAKZ;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAKJ;EACI;EACA,aArhCF;EAshCE;EACA;EACA;EACA;;AAEA;EACI;EACA;;;AAOZ;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA,aAhjCH;EAijCG;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAIR;EACI;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;;AAEA;EACI;EACA;EACA;EACA,aA/kCP;EAglCO;EACA;EACA;;AAIR;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA,aAtmCH;EAumCG;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;;AAKJ;EACI;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;;AAIR;EACI;;AAGJ;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA,aAvqCP;EAwqCO;EACA;EACA;;AAMR;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI,aAzrCF;EA0rCE;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA,aA1sCH;EA2sCG;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAIR;EACI;;AAEA;EACI;EACA;EACA;EACA,aA1uCP;EA2uCO;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;;;AAMhB;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA,aAnxCE;EAoxCF;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA,aApyCC;EAqyCD;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAEA;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA,aAr0CX;EAs0CW;EACA;;AAKJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAKZ;EACI;;AAMR;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAKZ;EACI;EACA;EACA;;;AAIR;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EAAU;;AACV;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA,aA76CC;EA86CD;EACA;EACA;EACA;;;AAIR;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;;;AAIR;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;;AAIR;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA,aA99CE;EA+9CF;EACA;EACA;;AAGJ;EACI;EACA;EACA,aAv+CE;EAw+CF;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA,aAn/CE;EAo/CF;EACA;EACA;;AAIA;AAAA;EAEI;;AAIR;EACI;;;AAIR;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;AAAA;;AAGA;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA,aA9hDH;EA+hDG;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAEA;EACI%22,%22file%22:%22app.output.css%22%7D */
