@charset "UTF-8";
.VideoPlayer {
  position: fixed;
  z-index: 1000000;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
}
.VideoPlayer.active {
  display: flex;
}
.VideoPlayer {
  display: none;
}
.VideoPlayer .Close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  color: #fff;
  cursor: pointer;
}
.VideoPlayer video {
  border-radius: 20px;
  max-width: 1280px;
  width: 100%;
}

.PlusLayout--No {
  background: linear-gradient(135deg, #fff5ee, #ffe8d6, #fde2ff, #e8d5ff, #fff5ee);
  background-size: 400% 400%;
  animation: bg-shift 8s ease infinite;
}

.faq-wrapper .faq-item .faq-question {
  font-size: 20px !important;
  padding: 8px 0 !important;
}

.PlayToEarnPageQuestions {
  display: flex;
  padding-top: 2rem;
  justify-content: center;
  width: 100%;
}
.PlayToEarnPageQuestions .__View {
  display: flex;
  width: 1100px;
  flex-direction: column;
}
.PlayToEarnPageQuestions .__View .__Title {
  font-weight: 800;
  font-size: 30px;
}

.PlusLayoutBigItems {
  display: flex;
  width: 100%;
}
.PlusLayoutBigItems .BigItems .Item img {
  margin-bottom: 1rem;
}
.PlusLayoutBigItems .BigItems .Item p {
  font-size: 18px;
  font-weight: 400;
}
.PlusLayoutBigItems .BigItems .Item:nth-child(1) {
  padding-right: 2rem;
}
.PlusLayoutBigItems .BigItems .Item:nth-child(2) {
  padding-left: 2rem;
  border-right: 0;
}
.PlusLayoutBigItems .BigItems .Item:nth-child(3) {
  padding-right: 2rem;
}
.PlusLayoutBigItems .BigItems .Item:nth-child(4) {
  padding-left: 2rem;
  border-right: 0;
}
.PlusLayoutBigItems .BigItems .Item {
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
.PlusLayoutBigItems .BigItems {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}
.PlusLayoutBigItems .BigItems h2 {
  letter-spacing: -1px;
  font-weight: 800;
  font-size: 26px;
}

.PlusLayoutBaseTitle {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-bottom: 2rem;
  letter-spacing: -1px;
}
.PlusLayoutBaseTitle b {
  font-size: 40px;
  font-weight: 800;
}

.PlusLayoutBigPage.Rewards {
  height: 390px;
  margin-top: 50px;
}
.PlusLayoutBigPage {
  display: flex;
  width: 100%;
  height: 500px;
  border-bottom: 1px solid #e2e2e2;
  align-items: center;
}
.PlusLayoutBigPage .PageImage {
  display: flex;
}
.PlusLayoutBigPage .PageImage img {
  height: 499px !important;
}
.PlusLayoutBigPage .PageInfo {
  flex-direction: column;
  gap: 1rem;
}
.PlusLayoutBigPage .PageInfo p {
  font-size: 18px;
}
.PlusLayoutBigPage .PageInfo h2 {
  letter-spacing: -1px;
  font-weight: 800;
  font-size: 40px;
}
.PlusLayoutBigPage .PageInfo {
  flex: 1;
  display: flex;
}

.LearnMoreButton.Watch {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}
.LearnMoreButton {
  display: inline-flex;
  padding: 0 1.2rem;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  height: 50px;
  background: #fff;
  border: 1px solid #e2e2e2;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  appearance: button;
  font-weight: 700;
  font-size: 18px;
}
.LearnMoreButton:hover {
  border: 1px solid #ccc;
}

.PlusLayout .TeddyPlus {
  position: absolute;
  z-index: 10;
  left: -240px;
  bottom: -50px;
}
.PlusLayout .TeddyPlus img {
  width: 280px;
}
.PlusLayout {
  position: relative;
  display: flex;
  width: 100%;
  height: calc(100dvh - 60px);
  align-items: center;
  gap: 2rem;
  padding: 2rem 0;
}
.PlusLayout .PageActionButton {
  display: flex;
  gap: 1rem;
  padding-top: 3rem;
}
.PlusLayout .PlusPageList {
  display: flex;
  padding-top: 2rem;
  flex-direction: column;
  gap: 0.7rem;
}
.PlusLayout .PlusPageList .ListItem {
  gap: 1rem;
  display: flex;
  align-items: center;
}
.PlusLayout .PlusPageList .ListItem span:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 0 3px #f2f2f2;
  border-radius: 100px;
  width: 32px;
  height: 32px;
}
.PlusLayout .PlusPageList .ListItem span:nth-child(2) {
  letter-spacing: -1px;
  font-weight: 600;
  font-size: 20px;
}
.PlusLayout .PlusLayoutPage .PageLogo {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.PlusLayout .PlusLayoutPage .PageLogo b {
  letter-spacing: -1px;
  font-weight: 700;
  font-size: 24px;
}
.PlusLayout .PlusLayoutPage {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1;
}
.PlusLayout .PlusLayoutPage h1 {
  letter-spacing: -1px;
  font-weight: 800;
  font-size: 50px;
}
.PlusLayout .PlusLayoutOrderOuter {
  background: rgba(255, 255, 255, 0.5);
  padding: 0px;
  border-radius: 15px;
}
.PlusLayout .PlusLayoutOrderInnerFrame {
  background: linear-gradient(170deg, #9E6B42, #7A4E2A 50%, #5C3A1E 100%);
  padding: 6px;
  border-radius: 15px;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3), inset 0 -1px 0 rgba(255, 200, 140, 0.15);
}
.PlusLayout .PlusPlaceholder {
  display: flex;
  width: 1px;
}
.PlusLayout .PlusLayoutOrder * {
  user-select: none;
}
.PlusLayout .PlusLayoutOrder {
  user-select: none;
}
.PlusLayout .PlusLayoutOrder .IconGames {
  position: absolute;
  top: -130px;
  right: 100px;
}
.PlusLayout .PlusLayoutOrder .IconGames img {
  transform: rotate(15deg);
  width: 90px;
}
.PlusLayout .PlusLayoutOrder .IconCrown {
  position: absolute;
  left: -70px;
  top: -95px;
}
.PlusLayout .PlusLayoutOrder .IconCrown img {
  transform: rotate(-25deg);
  width: 100px;
}
.PlusLayout .PlusLayoutOrder .IconDisplay {
  position: absolute;
  right: -120px;
  top: 100px;
}
.PlusLayout .PlusLayoutOrder .IconDisplay img {
  width: 100px;
}
.PlusLayout .PlusLayoutOrder {
  position: relative;
  z-index: 0;
}
.PlusLayout .PlusLayoutOrder.Game {
  box-shadow: inset 0 2px 8px rgba(120, 80, 30, 0.15), inset 0 -2px 6px rgba(120, 80, 30, 0.1);
  background: linear-gradient(175deg, #FFF5E0 0%, #F5E4C3 35%, #ECDAB3 100%);
}
.PlusLayout .PlusLayoutOrder {
  display: flex;
  width: 440px;
  border-radius: 14px;
  background: #f2f2f1;
  backdrop-filter: blur(2px);
  min-height: 500px;
  padding: 2rem;
  flex-direction: column;
}
.PlusLayout .PlusLayoutOrder .__SwitchPeriod {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  align-items: center;
}
.PlusLayout .PlusLayoutOrder .__SwitchPeriod label {
  margin: 0;
  padding: 0;
}
.PlusLayout .PlusLayoutOrder .__SwitchPeriod span:nth-child(2) {
  height: 22px;
}
.PlusLayout .PlusLayoutOrder .__SwitchPeriod span:nth-child(4) {
  background: #fff;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 0.2rem 0.5rem;
  font-weight: 600;
  font-size: 12px;
}
.PlusLayout .PlusLayoutOrder .__SwitchPeriod span:nth-child(1), .PlusLayout .PlusLayoutOrder .__SwitchPeriod span:nth-child(3) {
  font-weight: 600;
  font-size: 16px;
}
.PlusLayout .PlusLayoutOrder .__Price {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem 0;
  align-items: flex-end;
  gap: 0.5rem;
}
.PlusLayout .PlusLayoutOrder .__Price span:nth-child(2) {
  font-size: 20px;
}
.PlusLayout .PlusLayoutOrder .__Price span:nth-child(1) {
  letter-spacing: -3px;
  line-height: 60px;
  font-weight: 700;
  font-size: 60px;
}
.PlusLayout .PlusLayoutOrder .__TitleBar {
  display: flex;
}
.PlusLayout .PlusLayoutOrder .PaymentTerms {
  display: flex;
  width: 100%;
}
.PlusLayout .PlusLayoutOrder .PaymentTerms label {
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
  gap: 1rem;
}
.PlusLayout .PlusLayoutOrder .PaymentTerms label span p {
  margin: 0;
  padding: 0;
  display: block;
}
.PlusLayout .PlusLayoutOrder .PaymentTerms label span {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  font-size: 11px;
  font-weight: 300;
}
.PlusLayout .PlusLayoutOrder .__SelectPaymentMethod .PaymentMethods {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
}
.PlusLayout .PlusLayoutOrder .__SelectPaymentMethod .PaymentMethods label {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
}
.PlusLayout .PlusLayoutOrder .__SelectPaymentMethod .PaymentMethods .PaymentMethod {
  transition: all 0.2s ease-in-out;
}
.PlusLayout .PlusLayoutOrder .__SelectPaymentMethod .PaymentMethods .PaymentMethod:hover {
  background: #f9f9f9;
}
.PlusLayout .PlusLayoutOrder .__SelectPaymentMethod .PaymentMethods .PaymentMethod {
  border-bottom: 1px solid #e2e2e2;
  width: 100%;
  display: flex;
  padding: 1rem;
  gap: 1rem;
  align-items: center;
}
.PlusLayout .PlusLayoutOrder .__SelectPaymentMethod .PaymentMethods .PaymentMethod span:nth-child(3) {
  font-weight: 600;
  font-size: 16px;
}
.PlusLayout .PlusLayoutOrder .__SelectPaymentMethod {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.PlusLayout .PlusLayoutOrder .__SelectPaymentMethod b {
  letter-spacing: -1px;
  font-weight: 600;
  font-size: 18px;
}

.ButtonBlues.Normal {
  width: 150px;
  border-radius: 100px;
}
.ButtonBlues {
  height: 50px;
  appearance: button;
  background-color: #0012FF;
  border: 1px solid #0012FF;
  border-radius: 10px;
  width: 100%;
  box-shadow: rgba(255, 255, 255, 0.15) 0 1px 0 inset, rgba(0, 10, 80, 0.075) 0 1px 1px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  font-family: Inter, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 0 1rem;
  text-align: center;
  text-transform: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
}
.ButtonBlues:focus:not(:focus-visible), .ButtonBlues:focus {
  outline: 0;
}
.ButtonBlues:hover {
  background-color: #0010E0;
  border-color: #0010E0;
}
.ButtonBlues:focus {
  background-color: #0011CC;
  border-color: #0010BF;
  box-shadow: rgba(255, 255, 255, 0.15) 0 1px 0 inset, rgba(0, 10, 80, 0.075) 0 1px 1px, rgba(0, 60, 255, 0.5) 0 0 0 0.2rem;
}
.ButtonBlues:active {
  background-color: #0010BF;
  background-image: none;
  border-color: #000FAD;
  box-shadow: rgba(0, 10, 80, 0.125) 0 3px 5px inset;
}
.ButtonBlues:active:focus {
  box-shadow: rgba(0, 10, 80, 0.125) 0 3px 5px inset, rgba(0, 60, 255, 0.5) 0 0 0 0.2rem;
}
.ButtonBlues:disabled {
  background-image: none;
  box-shadow: none;
  opacity: 0.65;
  pointer-events: none;
}

/* ════════════════════════════════════════
      APPLE TOGGLE SWITCH — CSS ONLY
      Technik: verstecktes <input type="checkbox">
      gesteuert über den :checked Selektor
   ════════════════════════════════════════ */
/* Checkbox verstecken */
input[type=checkbox].apple-toggle {
  display: none;
}

/* ── Track (die Pill-Form) ── */
.apple-toggle + label.switch {
  position: relative;
  display: inline-block;
  width: 51px;
  height: 31px;
  border-radius: 999px;
  background: #E5E5EA; /* OFF-Farbe */
  cursor: pointer;
  flex-shrink: 0;
  /* Sanfter Farbübergang */
  transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ── Thumb (der weiße Kreis) ── */
.apple-toggle + label.switch::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.22), 0 0.5px 1px rgba(0, 0, 0, 0.12);
  /* Spring-Effekt: cubic-bezier mit Überschwingen */
  transition: transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1), width 0.16s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s;
}

/* ── ON-Zustand: Track wird grün ── */
.apple-toggle:checked + label.switch {
  background: #34C759; /* Apple System Green */
}

/* ── ON-Zustand: Thumb schiebt nach rechts ── */
.apple-toggle:checked + label.switch::after {
  transform: translateX(20px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18), 0 0.5px 1px rgba(0, 0, 0, 0.1);
}

/* ── Drücken (OFF): Thumb dehnt sich nach rechts ── */
.apple-toggle + label.switch:active::after {
  width: 32px;
}

/* ── Drücken (ON): Thumb dehnt sich nach links ── */
.apple-toggle:checked + label.switch:active::after {
  transform: translateX(15px);
  width: 32px;
}

/* ════════════════════════════════════════
   GRÖSSEN-VARIANTEN
════════════════════════════════════════ */
/* Klein */
.switch-sm {
  width: 36px !important;
  height: 22px !important;
}

.switch-sm::after {
  width: 18px !important;
  height: 18px !important;
}

:checked + .switch-sm::after {
  transform: translateX(14px) !important;
}

.switch-sm:active::after {
  width: 23px !important;
}

:checked + .switch-sm:active::after {
  transform: translateX(9px) !important;
  width: 23px !important;
}

/* Groß */
.switch-lg {
  width: 65px !important;
  height: 38px !important;
}

.switch-lg::after {
  width: 34px !important;
  height: 34px !important;
}

:checked + .switch-lg::after {
  transform: translateX(27px) !important;
}

.switch-lg:active::after {
  width: 40px !important;
}

:checked + .switch-lg:active::after {
  transform: translateX(21px) !important;
  width: 40px !important;
}

/* ════════════════════════════════════════
   FARB-VARIANTEN (data-color Attribut)
════════════════════════════════════════ */
[data-color=blue]:checked + label.switch {
  background: #007AFF;
}

[data-color=orange]:checked + label.switch {
  background: #FF9500;
}

[data-color=red]:checked + label.switch {
  background: #FF3B30;
}

[data-color=purple]:checked + label.switch {
  background: #AF52DE;
}

@media screen and (max-width: 768px) {
  .PlusLayout .TeddyPlus {
    display: none !important;
  }
  .PlusLayout {
    height: auto;
    flex-direction: column;
  }
  .PlusLayout .PlusLayoutOrder {
    width: 100%;
  }
  .PlusLayoutBigItems .BigItems h2 {
    font-size: 20px !important;
  }
  .PlusLayoutBigItems .BigItems {
    grid-template-columns: repeat(1, 1fr);
  }
  .PlusLayoutBigItems .BigItems .Item {
    border: 0 !important;
    border-bottom: 1px solid #e2e2e2 !important;
    padding: 1rem 0 !important;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .PlusLayoutBaseTitle b {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    padding: 0 1rem;
  }
  .PlusLayout .PlusLayoutPage .PageLogo {
    justify-content: center;
  }
  .PlusLayout .PlusLayoutPage h1 {
    font-size: 30px;
    text-align: center;
  }
  .PlusLayout .PlusLayoutOrder {
    padding: 1.5rem 1rem 1rem 1rem;
  }
  .PlusLayoutBigPage {
    flex-direction: column;
    height: auto !important;
  }
  .PlusLayoutBigPage.Rewards {
    height: auto !important;
  }
  .PlusLayoutBigPage .PageImage {
    order: 1;
  }
  .PlusLayoutBaseTitle {
    padding-bottom: 0;
  }
  .PlusLayoutBigPage .PageInfo span {
    justify-content: center;
    display: flex;
    padding-bottom: 2rem;
  }
  .PlusLayoutBigPage .PageInfo {
    order: 2;
    padding-top: 1rem;
    justify-content: center;
    text-align: center;
  }
  .PlusLayoutBigPage .PageInfo h2 {
    font-size: 30px !important;
  }
  .PlusLayoutBigPage .PageImage img {
    width: 100% !important;
    height: auto !important;
  }
  .PlayToEarnPageQuestions .__View {
    width: 100% !important;
  }
  .faq-wrapper {
    width: 100% !important;
  }
  .PlayToEarnPageQuestions .__View .__Title {
    font-size: 30px !important;
    justify-content: center;
    text-align: center;
  }
  .PlusLayout .PlusPlaceholder {
    display: none !important;
  }
  .PlusLayout .PlusLayoutOrder .IconDisplay,
  .PlusLayout .PlusLayoutOrder .IconGames,
  .PlusLayout .PlusLayoutOrder .IconCrown {
    display: none !important;
  }
}

/*# sourceMappingURL=plus.css.map */
