@import url(https://fonts.googleapis.com/css2?family=Saira+Condensed:ital,wght@0,500;0,600;0,700;0,800;0,900;1,700;1,800;1,900&family=Saira:wght@500;600;700;800&family=Manrope:wght@400;500;600;700;800&display=swap);
* {
  box-sizing: border-box;
}
html, body {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  margin: 0;
  color: #1E1E1E;
  font-family: 'Manrope', sans-serif;
  background-color: #F8F9FA;
}
button {
  cursor: pointer;
  font-family: 'Manrope', sans-serif;
}
img {
  max-width: 100%;
}
img {
  display: block;
}
.eyebrow {
  color: #B8902A;
  font-family: 'Saira', sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.btn {
  display: inline-flex;
  padding: 14px 24px;
  border: none;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  column-gap: 9px;
  font-family: 'Saira', sans-serif;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
  transition: transform .15s ease, box-shadow .2s ease, filter .2s ease;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn:active {
  transform: translateY(1px) scale(.99);
}
.btn--small {
  padding: 10px 18px;
  font-size: 14px;
}
.btn--gold {
  border: solid #F4D03F 1px;
  box-shadow: 0 12px 40px rgba(180,144,42,.35), inset 0 1px 0 rgba(255,255,255,.6);
  color: #2A1F04;
  background-color: #D4AF37;
  background: linear-gradient(180deg, #F4D03F, #D4AF37 60%, #B8902A);
}
.btn--gold:hover {
  box-shadow: 0 18px 50px rgba(180,144,42,.5), inset 0 1px 0 rgba(255,255,255,.6);
}
.btn--green {
  box-shadow: 0 8px 24px rgba(6,15,32,.12), inset 0 1px 0 rgba(255,255,255,.18);
  color: #EAFFF4;
  background-color: #0B5D3B;
  background: linear-gradient(180deg, #1C8C5E, #0B5D3B);
}
.btn--ghost {
  background-color: transparent;
  border: 1.5px solid currentColor;
  color: inherit;
}
.btn--ghost:hover {
  background-color: rgba(255, 255, 255, 0.06);
}
.app-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  line-height: 1em;
}
.flipbook-viewer {
  display: grid;
  width: 100%;
  margin: 0;
  justify-items: center;
  row-gap: 20px;
}
.flipbook-viewer--empty {
  padding: 24px;
  color: white;
  text-align: center;
}
.flipbook-viewer--empty p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
}
.flipbook-frame {
  display: flex;
  width: 100%;
  min-height: 720px;
  padding: 24px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), 0 30px 70px rgba(0,0,0,.26);
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.05);
}
.flipbook-js-stage {
  margin: 0;
}
.flipbook-js-page {
  width: 420px;
  height: 594px;
  border: solid rgba(0, 0, 0, 0.15) 1px;
  overflow: hidden;
  background-color: white;
}
.flipbook-js-page img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flipbook-controls {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px 14px;
}
.flipbook-nav {
  display: inline-flex;
  height: 44px;
  min-width: 124px;
  padding-left: 16px;
  padding-right: 16px;
  border: solid rgba(255, 255, 255, 0.18) 1px;
  border-radius: 999px;
  cursor: pointer;
  transition: background-color, transform, opacity 160ms;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  color: white;
  font-family: 'Saira', sans-serif;
  font-size: 13px;
  font-weight: 800;
  background-color: rgba(255, 255, 255, 0.1);
}
.flipbook-nav:hover {
  transform: translateY(-2px);
  background-color: rgba(255, 255, 255, 0.2);
}
.flipbook-nav--disabled, .flipbook-nav:disabled {
  opacity: 0.42;
  cursor: not-allowed;
  pointer-events: none;
}
.flipbook-counter {
  display: inline-flex;
  height: 36px;
  min-width: 72px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  color: #2A1F04;
  font-family: 'Saira', sans-serif;
  font-size: 13px;
  font-weight: 900;
  background-color: #D4AF37;
}
@media screen and (max-width: 780px) {
  .flipbook-viewer {
    row-gap: 16px;
  }
  .flipbook-frame {
    min-height: 560px;
    padding: 8px;
  }
  .flipbook-nav {
    height: 42px;
    min-width: 112px;
    padding-left: 14px;
    padding-right: 14px;
  }
}
.site-header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 20;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-bottom-width: 1px;
  backdrop-filter: blur(14px);
  background-color: rgba(72, 80, 89, 0.82);
}
.site-header .site-nav {
  display: flex;
  width: 100%;
  min-height: 64px;
  max-width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.site-header a {
  text-decoration: none;
  color: inherit;
}
.site-header .brand {
  display: flex;
  align-items: center;
  column-gap: 10px;
  color: white;
}
.site-header .brand__crest {
  display: grid;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  align-items: center;
  justify-items: center;
  color: #F4D03F;
  font-family: 'Saira', sans-serif;
  font-size: 14px;
  font-weight: 800;
  background-color: #1C8C5E;
}
.site-header .brand__text {
  display: flex;
  flex-direction: column;
  line-height: 1em;
}
.site-header .brand strong {
  color: white;
  font-family: 'Saira', sans-serif;
  font-size: 13px;
  font-weight: 800;
}
.site-header .brand small {
  color: #F4D03F;
  font-family: 'Saira', sans-serif;
  font-size: 11px;
  font-weight: 700;
}
.site-header .site-nav__links {
  display: flex;
  align-items: center;
  column-gap: 26px;
}
.site-header .nav-link {
  color: rgba(255, 255, 255, 0.76);
  font-family: 'Saira', sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.site-header .nav-link:hover, .nav-link--active {
  color: white;
}
.site-header .site-nav__actions {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.site-header .site-nav__actions .btn--ghost {
  color: white;
}
@media screen and (max-width: 900px) {
  .site-header .site-nav__links {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .site-header .site-nav {
    padding-left: 14px;
    padding-right: 14px;
  }
  .site-header .site-nav__actions .btn--ghost {
    display: none;
  }
  .site-header .brand__text small {
    display: none;
  }
}
.logo {
  display: inline-flex;
  align-items: center;
  column-gap: 10px;
  color: #1E1E1E;
  font-family: 'Saira Condensed', sans-serif;
  font-weight: 900;
  line-height: 0.95em;
}
.logo--light {
  color: white;
}
.logo__crest {
  display: inline-flex;
  border: solid #F4D03F 2px;
  border-radius: 10px;
  box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.2);
  justify-content: center;
  align-items: center;
  color: #F4D03F;
  background-color: #0B5D3B;
  flex-shrink: 0;
}
.logo__words {
  display: grid;
  row-gap: 6px;
}
.logo__words span {
  font-size: 1.65em;
}
.logo__words i {
  color: #F4D03F;
  font-size: 0.82em;
  font-style: italic;
}
.checkout-menu {
  display: grid;
  padding: 16px;
  margin-top: 16px;
  border: solid rgba(10, 25, 49, 0.1) 1px;
  border-radius: 18px;
  row-gap: 14px;
  color: #1E1E1E;
  background-color: #F8FBF9;
  box-shadow: 0 18px 40px rgba(6,15,32,.12);
}
.checkout-menu--featured {
  border: solid rgba(244, 208, 63, 0.42) 1px;
  color: white;
  background-color: rgba(255, 255, 255, 0.08);
}
.checkout-menu__head {
  display: grid;
  row-gap: 4px;
}
.checkout-menu__eyebrow {
  color: #B8902A;
  font-family: 'Saira', sans-serif;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.checkout-menu--featured .checkout-menu__eyebrow {
  color: #F4D03F;
}
.checkout-menu__head strong {
  font-family: 'Saira', sans-serif;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.15em;
}
.checkout-menu__options {
  display: grid;
  row-gap: 10px;
}
.checkout-menu__option {
  display: flex;
  min-height: 64px;
  padding: 12px 14px;
  border: solid rgba(10, 25, 49, 0.12) 1px;
  border-radius: 14px;
  align-items: center;
  column-gap: 12px;
  color: #1E1E1E;
  text-decoration: none;
  background-color: white;
  transition: transform .15s ease, border-color .2s ease, box-shadow .2s ease;
}
.checkout-menu__option:hover {
  border: solid #D4AF37 1px;
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(6,15,32,.12);
}
.checkout-menu--featured .checkout-menu__option {
  border: solid rgba(244, 208, 63, 0.26) 1px;
  color: white;
  background-color: rgba(6, 15, 32, 0.28);
}
.checkout-menu__option .app-icon {
  flex-shrink: 0;
  color: #1C8C5E;
}
.checkout-menu--featured .checkout-menu__option .app-icon {
  color: #F4D03F;
}
.checkout-menu__option-copy {
  display: grid;
  row-gap: 2px;
  flex-grow: 1;
}
.checkout-menu__option-copy strong {
  font-family: 'Saira', sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.1em;
}
.checkout-menu__option-copy small {
  opacity: 0.68;
  font-size: 12px;
  line-height: 1.35em;
}
.pc {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 22px 56px rgba(6, 15, 32, 0.26);
  user-select: none;
  -webkit-user-select: none;
  font-family: 'Saira', sans-serif;
  isolation: isolate;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.pc * {
  box-sizing: border-box;
}
.pc__stripe {
  position: absolute;
  opacity: 0.38;
  background-color: rgba(255, 255, 255, 0.05);
  inset: 0;
  background: repeating-linear-gradient(135deg, rgba(255,255,255,.055) 0 12px, rgba(0,0,0,.045) 12px 24px);
}
.pc__photo {
  display: flex;
  position: absolute;
  overflow: hidden;
  justify-content: center;
  align-items: end;
  inset: 0;
}
.pc__photo-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.player-silhouette {
  display: flex;
  position: relative;
  width: 86%;
  height: 82%;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  filter: drop-shadow(0 14px 24px rgba(0,0,0,.42));
}
.player-silhouette__head {
  width: 34%;
  height: 21%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
}
.player-silhouette__body {
  width: 74%;
  height: 54%;
  margin-top: 8px;
  border-radius: 42px 42px 10px 10px;
  background-color: rgba(255, 255, 255, 0.18);
}
.pc__top {
  display: flex;
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
  z-index: 3;
  justify-content: space-between;
  align-items: start;
}
.pc__rating {
  text-align: center;
  line-height: 0.82em;
}
.pc__rating b {
  display: block;
  font-family: 'Saira Condensed', sans-serif;
  font-size: 44px;
  font-weight: 900;
  font-style: italic;
}
.pc__rating span {
  display: block;
  margin-top: 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1em;
}
.pc__crest {
  display: grid;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 900;
  background-color: rgba(255, 255, 255, 0.14);
}
.pc__foot {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 4;
  padding: 18px;
}
.pc__name {
  font-family: 'Saira Condensed', sans-serif;
  font-size: 30px;
  font-weight: 900;
  font-style: italic;
  line-height: 0.9em;
  overflow-wrap: anywhere;
}
.pc__nick {
  margin-top: 2px;
  opacity: 0.85;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  overflow-wrap: anywhere;
}
.pc__divider {
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 2px;
}
.pc__stats {
  display: grid;
  gap: 6px 4px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.pc__stat {
  display: flex;
  min-width: 0px;
  align-items: baseline;
  column-gap: 6px;
}
.pc__stat b {
  font-family: 'Saira Condensed', sans-serif;
  font-size: 16px;
  font-weight: 800;
  font-style: italic;
}
.pc__stat span {
  opacity: 0.72;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.pc__number {
  position: absolute;
  z-index: 2;
  opacity: 0.14;
  font-family: 'Saira Condensed', sans-serif;
  font-size: 124px;
  font-weight: 900;
  font-style: italic;
  line-height: 0.8em;
}
.pc--gold {
  border: none;
  color: #FEF6DA;
  background-color: #07150F;
  background: radial-gradient(120% 80% at 50% 0%, #1d3b2c 0%, #0c2218 55%, #07150f 100%);
  background-clip: padding-box;
}
.pc--gold::before {
  content: """";
  position: absolute;
  z-index: 5;
  padding: 2px;
  border-radius: 20px;
  pointer-events: none;
  inset: 0;
  background: linear-gradient(135deg, #9c7b22, #f4d03f 30%, #fff6d2 45%, #d4af37 60%, #9c7b22);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.pc--gold .pc__rating b, .pc--gold .pc__name {
  color: #F7E08A;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
}
.pc--gold .pc__rating span {
  color: #F4D03F;
}
.pc--gold .pc__divider {
  background: linear-gradient(90deg, transparent, #D4AF37, transparent);
}
.pc--gold .pc__number {
  position: absolute;
  top: 158px;
  right: 6px;
  color: #F4D03F;
}
.pc--gold .pc__foot {
  background-color: rgba(4, 12, 8, 0.88);
}
.pc__holo {
  position: absolute;
  z-index: 3;
  pointer-events: none;
  inset: 0;
  background: linear-gradient(115deg, transparent 30%, rgba(120,220,180,.25) 42%, rgba(244,208,63,.4) 50%, rgba(120,200,255,.25) 58%, transparent 70%);
  background-size: 250% 250%;
  mix-blend-mode: color-dodge;
  animation: pc-holo-sweep 5.5s ease-in-out infinite;
}
@keyframes pc-holo-sweep {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
.pc--cine {
  border: solid rgba(255, 255, 255, 0.14) 1px;
  color: #EAF2FF;
  background-color: #060F20;
  background: radial-gradient(120% 90% at 50% 0%, #122544, #0A1931 58%, #060F20);
}
.pc--cine .pc__name {
  color: white;
}
.pc--cine .pc__rating b {
  color: #F4D03F;
}
.pc--cine .pc__rating span, .pc--cine .pc__stat b {
  color: #38C98A;
}
.pc--cine .pc__divider {
  background-color: #38C98A;
}
.pc--cine .pc__number {
  position: absolute;
  top: 126px;
  left: 72px;
  opacity: 0.06;
  color: white;
  font-size: 180px;
}
.pc--cine .pc__foot {
  background-color: rgba(5, 11, 24, 0.92);
}
.pc__lights {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  background-color: rgba(56, 201, 138, 0.1);
  inset: 0;
  background: linear-gradient(115deg, transparent 0%, rgba(56,201,138,.16) 46%, transparent 58%);
}
.pc--retro {
  border: solid white 5px;
  color: #2A3A2C;
  background-color: #FBF4E2;
}
.pc--retro .pc__photo {
  border-radius: 12px;
  background-color: #0B5D3B;
  inset: 54px 12px 178px;
}
.pc--retro .pc__ribbon {
  position: absolute;
  top: 12px;
  left: 0px;
  z-index: 5;
  padding: 5px 12px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  color: #3A2A06;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  background-color: #F4D03F;
}
.pc--retro .pc__name {
  color: #0B5D3B;
}
.pc--retro .pc__nick {
  opacity: 1.0;
  color: #B8902A;
}
.pc--retro .pc__divider {
  height: 4px;
  background-color: #0B5D3B;
}
.pc--retro .pc__stat b {
  color: #0B5D3B;
}
.pc--retro .pc__rating {
  display: none;
}
.pc--retro .pc__number {
  display: none;
}
.pc--retro .pc__top {
  justify-content: end;
  left: auto;
  right: 14px;
  top: 14px;
}
.pc--retro .pc__crest {
  color: white;
  background-color: #0B5D3B;
}
@media screen and (max-width: 680px) {
  .pc {
    max-width: 86vw;
  }
  .pc__name {
    font-size: 26px;
  }
}
.rarity {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  align-items: center;
  column-gap: 7px;
  font-family: 'Saira', sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.rarity i {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.rarity--comum {
  color: #5A6B60;
  background-color: #E7EBE8;
}
.rarity--comum i {
  background-color: #9AA8A0;
}
.rarity--raro {
  color: #1E4F9C;
  background-color: #DBEAFE;
}
.rarity--raro i {
  background-color: #2A6FDB;
}
.rarity--epico {
  color: #6B2FB3;
  background-color: #EDE0FF;
}
.rarity--epico i {
  background-color: #8B3FF0;
}
.rarity--lendario {
  border: solid #D4AF37 1px;
  color: #B8902A;
  background-color: #FCEFB8;
}
.rarity--lendario i {
  background-color: #D4AF37;
}
.confetti {
  position: absolute;
  overflow: hidden;
  pointer-events: none;
  inset: 0;
}
.confetti span {
  border-radius: 2px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.18);
}
.gold-particles {
  position: absolute;
  overflow: hidden;
  pointer-events: none;
  inset: 0;
}
.gold-particles span {
  border-radius: 999px;
  box-shadow: 0px 0px 10px rgba(244, 208, 63, 0.68);
  background-color: #F4D03F;
  animation-name: gold-particle-rise;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@keyframes gold-particle-rise {
  0% {
    opacity: 0.0;
    transform: translate3d(0, 0, 0) scale(.55);
  }
  12% {
    opacity: 0.9;
  }
  82% {
    opacity: 0.78;
  }
  100% {
    opacity: 0.0;
    transform: translate3d(22px, -112vh, 0) scale(1.08);
  }
}
.whatsapp-float-button {
  display: inline-flex;
  position: fixed;
  bottom: 22px;
  right: 22px;
  z-index: 80;
  width: 58px;
  height: 58px;
  border: solid rgba(255, 255, 255, 0.34) 1px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 31px;
  text-decoration: none;
  background-color: #25D366;
  box-shadow: 0 14px 34px rgba(6,15,32,.22), inset 0 1px 0 rgba(255,255,255,.34);
  transition: transform .16s ease, box-shadow .2s ease, filter .2s ease;
}
.whatsapp-float-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow: 0 18px 42px rgba(6,15,32,.28), inset 0 1px 0 rgba(255,255,255,.34);
}
.whatsapp-float-button:active {
  transform: translateY(1px);
}
.whatsapp-float-button i {
  line-height: 1em;
}
@media screen and (max-width: 720px) {
  .whatsapp-float-button {
    width: 54px;
    height: 54px;
    font-size: 29px;
    right: 16px;
    bottom: 16px;
  }
}
.auth-shell {
  display: grid;
  width: 100%;
  min-height: 100vh;
  padding: 34px 18px;
  box-sizing: border-box;
  align-content: center;
  justify-items: center;
  row-gap: 28px;
  color: white;
  background-color: #060F20;
  background: linear-gradient(160deg, #060F20 0%, #0A1931 46%, #0B5D3B 100%);
}
.auth-shell a {
  text-decoration: none;
}
.auth-shell__brand {
  display: grid;
  justify-items: center;
}
.auth-shell__card {
  display: grid;
  width: 100%;
  max-width: 460px;
  padding: 32px 30px;
  box-sizing: border-box;
  border: solid rgba(212, 175, 55, 0.3) 1px;
  border-radius: 22px;
  box-shadow: 0px 24px 70px rgba(0, 0, 0, 0.34);
  row-gap: 12px;
  background-color: rgba(10, 25, 49, 0.86);
  backdrop-filter: blur(18px);
}
.auth-shell__eyebrow {
  color: #F4D03F;
  font-family: 'Saira', sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.auth-shell__card h1 {
  margin: 0;
  color: white;
  font-family: 'Saira Condensed', sans-serif;
  font-size: 42px;
  font-weight: 900;
  font-style: italic;
  line-height: 1em;
}
.auth-shell__subtitle {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  line-height: 1.5em;
}
.auth-form, .register-form {
  display: grid;
  margin-top: 10px;
  row-gap: 14px;
}
.auth-form__field, .register-form__field {
  display: grid;
  row-gap: 7px;
}
.auth-form__label, .register-form__label {
  color: rgba(255, 255, 255, 0.82);
  font-family: 'Saira', sans-serif;
  font-size: 13px;
  font-weight: 800;
}
.auth-form__input, .register-form__input {
  width: 100%;
  padding: 13px 14px;
  box-sizing: border-box;
  border: solid rgba(255, 255, 255, 0.14) 1px;
  border-radius: 12px;
  color: white;
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  background-color: rgba(255, 255, 255, 0.08);
  outline: none;
}
.auth-form__input:focus, .register-form__input:focus {
  border: solid rgba(212, 175, 55, 0.68) 1px;
}
.auth-form__password, .register-form__password {
  display: flex;
  align-items: center;
}
.auth-form__input--password, .register-form__input--password {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  border-right: 0;
  min-width: 0;
}
.auth-form__toggle, .register-form__toggle {
  padding: 13px 12px;
  border: solid rgba(255, 255, 255, 0.14) 1px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  cursor: pointer;
  color: #FCEFB8;
  font-family: 'Saira', sans-serif;
  font-size: 12px;
  font-weight: 800;
  background-color: rgba(255, 255, 255, 0.08);
}
.auth-form__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.auth-form__remember {
  display: inline-flex;
  align-items: center;
  column-gap: 8px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
}
.auth-form__submit, .auth-form__google, .register-form__submit, .register-form__google {
  width: 100%;
  padding: 13px 16px;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  font-family: 'Saira', sans-serif;
  font-size: 15px;
  font-weight: 800;
}
.auth-form__submit, .register-form__submit {
  color: #2A1F04;
  background-color: #D4AF37;
}
.auth-form__google, .register-form__google {
  border: solid rgba(255, 255, 255, 0.18) 1px;
  color: white;
  background-color: rgba(255, 255, 255, 0.08);
}
.auth-form__submit:disabled, .auth-form__google:disabled, .register-form__submit:disabled, .register-form__google:disabled {
  opacity: 0.62;
  cursor: not-allowed;
}
.auth-form__divider, .register-form__divider {
  display: grid;
  align-items: center;
  column-gap: 10px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  grid-template-columns: 1fr auto 1fr;
}
.auth-form__divider span, .register-form__divider span {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.14);
}
.auth-form__feedback, .register-form__feedback {
  padding: 10px 12px;
  margin: 0;
  border-radius: 12px;
  font-size: 13px;
  line-height: 1.4em;
}
.auth-form__feedback--error, .register-form__feedback--error {
  color: #FFD8D8;
  background-color: rgba(180, 30, 40, 0.2);
}
.register-form__feedback--success {
  color: #FCEFB8;
  background-color: rgba(28, 140, 94, 0.24);
}
.register-form__strength {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}
.register-form__strength--ok {
  color: #FCEFB8;
}
.auth-form__switch, .register-form__switch {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
  font-size: 14px;
}
.auth-form__switch a, .register-form__switch a {
  color: #F4D03F;
  font-weight: 800;
}
.google-callback {
  display: grid;
  margin-top: 12px;
  justify-items: center;
  row-gap: 18px;
  text-align: center;
}
.google-callback__status {
  display: grid;
  justify-items: center;
  row-gap: 10px;
}
.google-callback__spinner {
  width: 42px;
  height: 42px;
  border: solid rgba(255, 255, 255, 0.2) 3px;
  border-radius: 50%;
  border-top-color: #D4AF37;
  animation: mcs-auth-spin 900ms linear infinite;
}
.google-callback h2 {
  margin: 0;
  color: white;
  font-family: 'Saira', sans-serif;
  font-size: 20px;
  font-weight: 800;
}
.google-callback p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.5em;
}
.google-callback__link {
  color: #F4D03F;
  font-family: 'Saira', sans-serif;
  font-weight: 800;
}
@keyframes mcs-auth-spin {
  to {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 520px) {
  .auth-shell {
    padding: 24px 14px;
  }
  .auth-shell__card {
    padding: 26px 20px;
  }
  .auth-shell__card h1 {
    font-size: 36px;
  }
}
.admin-page {
  min-height: 100vh;
  color: #1E1E1E;
  background-color: #F8F9FA;
}
.admin-page a {
  text-decoration: none;
}
.admin-shell {
  display: grid;
  min-height: 100vh;
  grid-template-columns: 248px minmax(0, 1fr);
}
.admin-side {
  position: sticky;
  top: 0px;
  height: 100vh;
  padding: 22px;
  color: white;
  background-color: #060F20;
}
.admin-nav {
  display: grid;
  margin-top: 28px;
  row-gap: 6px;
}
.admin-nav__item, .admin-nav__exit {
  display: flex;
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  transition: background-color, color, opacity 160ms;
  align-items: center;
  column-gap: 12px;
  color: rgba(255, 255, 255, 0.7);
  font-family: 'Saira', sans-serif;
  font-size: 14px;
  font-weight: 800;
}
.admin-nav__item--active {
  color: #38C98A;
  background-color: rgba(28, 140, 94, 0.24);
}
.admin-nav__item:not(.admin-nav__item--active) {
  opacity: 0.62;
}
.admin-nav__exit {
  margin-top: 18px;
  opacity: 0.58;
}
.admin-nav__exit:hover {
  opacity: 1.0;
  color: white;
  background-color: rgba(255, 255, 255, 0.07);
}
.admin-main {
  display: grid;
  min-width: 0px;
  padding: 34px;
  align-content: start;
  row-gap: 26px;
}
.admin-head {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 16px 22px;
}
.admin-head h1 {
  margin-top: 6px;
  color: #062F1E;
  font-family: 'Saira Condensed', sans-serif;
  font-size: 42px;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1em;
}
.admin-head p {
  max-width: 560px;
  margin-top: 8px;
  color: #4A4F4C;
  font-size: 15px;
  line-height: 1.45em;
}
.admin-head__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  align-items: center;
  gap: 10px;
}
.admin-chip {
  display: inline-flex;
  padding: 8px 12px;
  border: solid rgba(28, 140, 94, 0.22) 1px;
  border-radius: 999px;
  align-items: center;
  column-gap: 7px;
  color: #0B5D3B;
  font-family: 'Saira', sans-serif;
  font-size: 12px;
  font-weight: 900;
  background-color: rgba(28, 140, 94, 0.1);
}
.admin-chip--ghost {
  border: solid rgba(10, 25, 49, 0.1) 1px;
  color: #4A4F4C;
  background-color: white;
}
.admin-kpis {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
}
.admin-kpi {
  padding: 20px;
  border: solid rgba(10, 25, 49, 0.1) 1px;
  border-radius: 16px;
  box-shadow: 0px 14px 32px rgba(6, 15, 32, 0.06);
  background-color: white;
}
.admin-kpi__label {
  display: flex;
  align-items: center;
  column-gap: 8px;
  color: #4A4F4C;
  font-size: 13px;
  font-weight: 700;
}
.admin-kpi__label .app-icon {
  color: #0B5D3B;
}
.admin-kpi b {
  display: block;
  margin-top: 10px;
  margin-bottom: 4px;
  color: #062F1E;
  font-family: 'Saira Condensed', sans-serif;
  font-size: 38px;
  font-weight: 900;
  font-style: italic;
  line-height: 1em;
  overflow-wrap: anywhere;
}
.admin-delta {
  font-size: 12px;
  font-weight: 800;
}
.admin-delta--up {
  color: #1C8C5E;
}
.admin-delta--down {
  color: #C0392B;
}
.admin-orders {
  display: grid;
  row-gap: 14px;
}
.admin-section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 14px 18px;
}
.admin-section-head h2 {
  margin: 0;
  color: #062F1E;
  font-family: 'Saira', sans-serif;
  font-size: 22px;
  font-weight: 900;
}
.admin-section-head p {
  margin-top: 4px;
  color: #4A4F4C;
  font-size: 14px;
  line-height: 1.4em;
}
.admin-section-cta {
  column-gap: 8px;
}
.admin-table-wrap {
  border: solid rgba(10, 25, 49, 0.1) 1px;
  border-radius: 16px;
  overflow: auto;
  box-shadow: 0px 16px 34px rgba(6, 15, 32, 0.06);
  background-color: white;
}
.admin-table-wrap table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  min-width: 680px;
}
.admin-table-wrap th {
  padding: 14px 18px;
  border-bottom-style: solid;
  border-bottom-color: rgba(10, 25, 49, 0.1);
  border-bottom-width: 1px;
  color: #4A4F4C;
  text-align: left;
  font-family: 'Saira', sans-serif;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.admin-table-wrap td {
  padding: 14px 18px;
  border-bottom-style: solid;
  border-bottom-color: rgba(10, 25, 49, 0.1);
  border-bottom-width: 1px;
  color: #1E1E1E;
  font-size: 14px;
}
.admin-table-wrap tr:last-child td {
  border: none;
}
.admin-table-wrap td b {
  font-family: 'Saira', sans-serif;
  font-weight: 900;
}
.admin-status {
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 999px;
  font-family: 'Saira', sans-serif;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}
.admin-status--ok {
  color: #0B5D3B;
  background-color: rgba(28, 140, 94, 0.14);
}
.admin-status--wait {
  color: #B8902A;
  background-color: rgba(212, 175, 55, 0.18);
}
.admin-empty {
  display: grid;
  padding: 34px;
  border: solid rgba(10, 25, 49, 0.1) 1px;
  border-radius: 18px;
  justify-items: center;
  row-gap: 12px;
  color: #4A4F4C;
  text-align: center;
  background-color: white;
}
.admin-empty > span {
  display: grid;
  width: 58px;
  height: 58px;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: #0B5D3B;
}
.admin-empty h2 {
  margin: 0;
  color: #062F1E;
  font-family: 'Saira', sans-serif;
  font-size: 22px;
  font-weight: 900;
}
.admin-empty p {
  max-width: 460px;
  margin: 0;
  line-height: 1.45em;
}
@media screen and (max-width: 820px) {
  .admin-shell {
    grid-template-columns: minmax(0, 1fr);
  }
  .admin-side {
    position: relative;
    height: auto;
    padding: 16px;
  }
  .admin-nav {
    display: flex;
    margin-top: 18px;
    overflow-x: auto;
    column-gap: 8px;
  }
  .admin-nav__item, .admin-nav__exit {
    width: auto;
    white-space: nowrap;
  }
  .admin-nav__exit {
    margin: 0;
  }
  .admin-main {
    padding: 20px;
  }
  .admin-head {
    flex-direction: column;
  }
  .admin-head__actions {
    justify-content: start;
  }
  .admin-section-head {
    flex-direction: column;
    align-items: start;
  }
}
@media screen and (max-width: 620px) {
  .admin-main {
    padding: 16px;
  }
  .admin-head h1 {
    font-size: 34px;
  }
}
.album-page {
  display: grid;
  min-height: 100vh;
  padding-top: 96px;
  padding-bottom: 96px;
  justify-items: center;
  color: white;
  background-color: #060F20;
  background: radial-gradient(120% 80% at 50% -10%, #15406A 0%, #0A1931 50%, #060F20 100%);
}
.album-page a {
  color: inherit;
  text-decoration: none;
}
.album-stage.delivery-wrap {
  padding-left: 24px;
  padding-right: 24px;
}
.album-stage {
  display: grid;
  width: 100%;
  max-width: 1040px;
  padding-top: 34px;
  margin: 0;
  justify-items: center;
  row-gap: 24px;
  text-align: center;
}
.album-stage .delivery-chip {
  display: inline-flex;
  width: fit-content;
  padding: 8px 14px;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  color: #2A1F04;
  font-family: 'Saira', sans-serif;
  font-size: 13px;
  font-weight: 900;
  background-color: rgba(255, 255, 255, 0.88);
  text-transform: uppercase;
}
.album-stage .delivery-title {
  margin: 0;
  color: white;
  font-family: 'Saira', sans-serif;
  font-size: 54px;
  font-weight: 900;
  font-style: italic;
  line-height: 0.95em;
  text-transform: uppercase;
}
.album-stage .delivery-actions {
  display: flex;
  margin: 0;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.album-stage .delivery-lead {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.55em;
}
.album-back-button {
  color: white;
}
.flipbook-toggle {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.flipbook-toggle__button {
  column-gap: 8px;
}
@media screen and (max-width: 760px) {
  .album-page {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .album-stage {
    row-gap: 20px;
  }
  .album-stage .delivery-title {
    font-size: 40px;
  }
  .album-stage .delivery-lead {
    font-size: 15px;
  }
}
.delivery-flow--album-video {
  display: grid;
  min-height: 100vh;
  justify-items: center;
  background-color: #060F20;
  background: radial-gradient(120% 80% at 50% -10%, #15406A 0%, #0A1931 50%, #060F20 100%);
}
.album-video-stage {
  display: grid;
  width: 100%;
  max-width: 1040px;
  padding-top: 34px;
  padding-left: 24px;
  padding-right: 24px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  align-items: center;
  justify-items: center;
  text-align: center;
}
.album-video-stage > * {
  justify-self: center;
}
.album-video-col {
  display: grid;
  width: 100%;
  max-width: 760px;
  margin-top: 34px;
  margin-left: auto;
  margin-right: auto;
  justify-items: center;
  row-gap: 12px;
}
.album-video-label {
  color: rgba(255, 255, 255, 0.76);
  text-align: center;
  font-family: 'Saira', sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35em;
}
.album-video-player {
  display: block;
  width: 100%;
  max-width: 620px;
  margin: 0;
  border: solid rgba(255, 255, 255, 0.12) 1px;
  border-radius: 16px;
  box-shadow: 0px 24px 54px rgba(0, 0, 0, 0.28);
  background-color: rgba(6, 15, 32, 0.64);
  aspect-ratio: 16 / 9;
  object-fit: contain;
}
.album-video-empty {
  display: grid;
  width: 100%;
  max-width: 520px;
  padding: 28px;
  margin-top: 34px;
  border: solid rgba(255, 255, 255, 0.12) 1px;
  border-radius: 18px;
  justify-items: center;
  row-gap: 12px;
  color: white;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.06);
}
.album-video-empty h2 {
  margin: 0;
  font-family: 'Saira', sans-serif;
  font-size: 22px;
  font-weight: 800;
}
.album-video-empty p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.45em;
}
.album-video-stage .delivery-actions {
  width: 100%;
  max-width: 760px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  justify-items: center;
}
.album-video-stage .delivery-actions .btn--ghost {
  color: white;
}
.delivery-flow--video {
  display: grid;
  justify-items: center;
  background-color: #060F20;
  background: radial-gradient(120% 80% at 50% -10%, #15406A 0%, #0A1931 50%, #060F20 100%);
}
.animated-stage {
  display: grid;
  width: 100%;
  max-width: 1040px;
  padding-top: 34px;
  padding-left: 24px;
  padding-right: 24px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  align-items: center;
  justify-items: center;
  text-align: center;
}
.animated-stage > * {
  justify-self: center;
}
.animated-videos-grid {
  display: grid;
  width: 100%;
  max-width: 960px;
  margin-top: 34px;
  margin-left: auto;
  margin-right: auto;
  align-items: start;
  justify-items: center;
  gap: 28px 44px;
  grid-template-columns: 1fr 1fr;
}
.animated-video-col {
  display: grid;
  width: 100%;
  justify-items: center;
  row-gap: 12px;
}
.animated-video-label {
  color: rgba(255, 255, 255, 0.76);
  text-align: center;
  font-family: 'Saira', sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35em;
}
.animated-video-player {
  display: block;
  width: 100%;
  max-width: 458px;
  margin: 0;
  border: solid rgba(255, 255, 255, 0.12) 1px;
  border-radius: 16px;
  box-shadow: 0px 24px 54px rgba(0, 0, 0, 0.28);
  background-color: rgba(6, 15, 32, 0.64);
  aspect-ratio: 1212 / 1704;
  object-fit: contain;
}
.animated-side {
  display: grid;
  width: 100%;
  max-width: 960px;
  padding: 24px;
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
  border: solid rgba(255, 255, 255, 0.12) 1px;
  border-radius: 18px;
  justify-items: center;
  row-gap: 20px;
  background-color: rgba(255, 255, 255, 0.06);
}
.animated-stage .delivery-actions {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  justify-items: center;
}
.animated-stage .delivery-actions .btn--ghost {
  color: white;
}
.animated-side h2 {
  margin: 0;
  color: white;
  font-family: 'Saira', sans-serif;
  font-size: 20px;
  font-weight: 800;
}
.animated-scenes {
  display: grid;
  row-gap: 8px;
}
.animated-scene {
  display: grid;
  padding: 10px 12px;
  border: solid rgba(255, 255, 255, 0.1) 1px;
  border-radius: 12px;
  align-items: center;
  column-gap: 10px;
  background-color: rgba(255, 255, 255, 0.06);
  grid-template-columns: 28px minmax(0, 1fr);
}
.animated-scene--active {
  border: solid rgba(244, 208, 63, 0.36) 1px;
  background-color: rgba(244, 208, 63, 0.09);
}
.animated-scene span {
  display: grid;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  color: #2A1F04;
  font-family: 'Saira', sans-serif;
  font-size: 12px;
  font-weight: 800;
  background-color: #D4AF37;
}
.animated-scene b {
  color: white;
  font-family: 'Saira', sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25em;
  overflow-wrap: anywhere;
}
.animated-share {
  display: grid;
  row-gap: 12px;
}
.animated-share p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-family: 'Saira', sans-serif;
  font-weight: 800;
}
.animated-share__row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.animated-share-btn {
  display: inline-flex;
  padding: 10px 14px;
  border: none;
  border-radius: 999px;
  transition: filter, transform 150ms;
  align-items: center;
  column-gap: 8px;
  color: white;
  font-family: 'Saira', sans-serif;
  font-size: 13px;
  font-weight: 800;
}
.animated-share-btn:hover {
  filter: brightness(112);
  transform: translateY(-2px);
}
.animated-share-btn--whatsapp {
  color: #07351A;
  background-color: #25D366;
}
.animated-share-btn--instagram {
  background-color: #DC2743;
  background: linear-gradient(45deg, #F09433, #DC2743, #BC1888);
}
.animated-share-btn--facebook {
  background-color: #1877F2;
}
.animated-notice {
  color: #FCEFB8;
  font-size: 13px;
  line-height: 1.35em;
}
@media screen and (max-width: 640px) {
  .animated-videos-grid {
    grid-template-columns: 1fr;
  }
  .animated-side {
    max-width: 620px;
  }
}
.account-page {
  min-height: 100vh;
  color: #1E1E1E;
  background-color: #F8F9FA;
}
.account-page a {
  text-decoration: none;
}
.account-checking {
  display: grid;
  min-height: 100vh;
  padding: 24px;
  background-color: #062F1E;
  place-items: center;
  background: radial-gradient(120% 100% at 50% 0%, #103a28, #0a2a1c 60%, #061d14);
}
.account-checking__panel {
  width: 100%;
  max-width: 440px;
}
.account-shell {
  display: grid;
  min-height: 100vh;
  grid-template-columns: 248px minmax(0, 1fr);
}
.account-side {
  position: sticky;
  top: 0px;
  height: 100vh;
  padding: 22px;
  color: white;
  background-color: #060F20;
}
.account-logo .logo__words span {
  line-height: 1.14em;
}
.account-nav {
  display: grid;
  margin-top: 28px;
  row-gap: 6px;
}
.account-nav__item, .account-nav__exit {
  display: flex;
  width: 100%;
  padding: 12px 14px;
  border: none;
  border-radius: 12px;
  transition: background-color, color, opacity 160ms;
  align-items: center;
  column-gap: 12px;
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
  font-family: 'Saira', sans-serif;
  font-size: 14px;
  font-weight: 800;
  background-color: transparent;
}
.account-nav__item:hover, .account-nav__exit:hover {
  color: white;
  background-color: rgba(255, 255, 255, 0.07);
}
.account-nav__item--active {
  color: #38C98A;
  background-color: rgba(28, 140, 94, 0.24);
}
.account-nav__exit {
  margin-top: 18px;
  opacity: 0.58;
}
.account-main {
  display: grid;
  min-width: 0px;
  padding: 34px;
  align-content: start;
  row-gap: 26px;
}
.account-head {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 16px 22px;
}
.account-head h1 {
  margin-top: 6px;
  color: #062F1E;
  font-family: 'Saira Condensed', sans-serif;
  font-size: 42px;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1em;
  overflow-wrap: anywhere;
}
.account-head p {
  max-width: 580px;
  margin-top: 8px;
  color: #4A4F4C;
  font-size: 15px;
  line-height: 1.45em;
}
.account-head__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  align-items: center;
  gap: 10px;
}
.account-cta {
  column-gap: 8px;
}
.mock-chip {
  display: inline-flex;
  padding: 8px 12px;
  border: solid rgba(10, 25, 49, 0.1) 1px;
  border-radius: 999px;
  align-items: center;
  column-gap: 7px;
  color: #4A4F4C;
  font-family: 'Saira', sans-serif;
  font-size: 12px;
  font-weight: 800;
  background-color: white;
}
.account-stats {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.account-stat {
  display: flex;
  min-width: 0px;
  padding: 18px;
  border: solid rgba(10, 25, 49, 0.1) 1px;
  border-radius: 16px;
  box-shadow: 0px 14px 32px rgba(6, 15, 32, 0.06);
  align-items: start;
  column-gap: 12px;
  background-color: white;
}
.account-stat__icon {
  display: grid;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 0;
  color: white;
  background-color: #0B5D3B;
}
.account-stat span:not(.account-stat__icon) {
  color: #4A4F4C;
  font-size: 12px;
  font-weight: 700;
}
.account-stat .account-stat__icon .app-icon {
  color: white;
  font-size: 20px;
}
.account-stat b {
  display: block;
  margin-top: 3px;
  color: #062F1E;
  font-family: 'Saira Condensed', sans-serif;
  font-size: 30px;
  font-weight: 900;
  font-style: italic;
  line-height: 1em;
}
.account-stat small {
  display: block;
  margin-top: 4px;
  color: rgba(74, 79, 76, 0.72);
  font-size: 12px;
  line-height: 1.25em;
}
.account-album-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
}
.account-album-card {
  border: solid rgba(10, 25, 49, 0.1) 1px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0px 16px 34px rgba(6, 15, 32, 0.08);
  transition: transform, box-shadow 180ms;
  background-color: white;
}
.account-album-card:hover {
  box-shadow: 0px 22px 42px rgba(6, 15, 32, 0.12);
  transform: translateY(-3px);
}
.account-album-card__preview {
  display: flex;
  position: relative;
  min-height: 192px;
  padding: 20px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  background-color: #062F1E;
  background: radial-gradient(80% 80% at 50% 0%, #103A28, #061D14);
}
.account-album-card__preview::before {
  content: """";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  inset: 0;
  background: linear-gradient(115deg, transparent 28%, rgba(120,220,180,.22) 42%, rgba(244,208,63,.42) 50%, rgba(255,255,255,.26) 56%, transparent 72%);
  background-size: 250% 250%;
  mix-blend-mode: screen;
  animation: account-logo-sweep 5.5s ease-in-out infinite;
}
.account-album-card__logo {
  position: relative;
  z-index: 2;
  width: 136px;
  max-width: 74%;
  height: auto;
  object-fit: contain;
}
@keyframes account-logo-sweep {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
.account-album-card__meta {
  display: grid;
  padding: 16px;
  row-gap: 8px;
}
.account-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 10px;
}
.account-kicker {
  color: #B8902A;
  font-family: 'Saira', sans-serif;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.mock-status {
  display: inline-flex;
  padding: 5px 9px;
  border-radius: 999px;
  font-family: 'Saira', sans-serif;
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}
.mock-status--ok {
  color: #0B5D3B;
  background-color: rgba(28, 140, 94, 0.14);
}
.mock-status--wait {
  color: #B8902A;
  background-color: rgba(212, 175, 55, 0.18);
}
.account-album-card h2, .account-player-card h2, .account-download-row h2 {
  margin: 0;
  color: #062F1E;
  font-family: 'Saira', sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.18em;
  overflow-wrap: anywhere;
}
.account-album-card p, .account-player-card p, .account-download-row p {
  margin: 0;
  color: #4A4F4C;
  font-size: 13px;
  line-height: 1.4em;
}
.account-album-card small {
  color: rgba(74, 79, 76, 0.78);
  font-size: 12px;
  line-height: 1.35em;
}
.account-icon-actions {
  display: flex;
  margin-top: 6px;
  justify-content: space-between;
  column-gap: 8px;
}
.account-icon-actions--left {
  justify-content: start;
}
.account-icon-link {
  display: inline-grid;
  width: 42px;
  height: 38px;
  border: solid rgba(10, 25, 49, 0.1) 1px;
  border-radius: 12px;
  transition: background-color, transform 150ms;
  justify-content: center;
  align-items: center;
  color: #0B5D3B;
  background-color: rgba(28, 140, 94, 0.08);
}
.account-icon-link:hover {
  transform: translateY(-2px);
  background-color: rgba(28, 140, 94, 0.16);
}
.account-process-link {
  display: inline-flex;
  width: 100%;
  min-height: 42px;
  padding: 11px 14px;
  margin-top: 4px;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(180,144,42,.24), inset 0 1px 0 rgba(255,255,255,.6);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 13px;
  font-weight: 900;
  line-height: 1em;
}
.account-process-link:hover {
  box-shadow: 0 14px 30px rgba(180,144,42,.36), inset 0 1px 0 rgba(255,255,255,.6);
}
.account-new-card {
  display: grid;
  min-height: 356px;
  padding: 22px;
  border: dashed rgba(10, 25, 49, 0.1) 2px;
  border-radius: 18px;
  transition: border-color, background-color, transform 180ms;
  align-content: center;
  justify-items: center;
  row-gap: 8px;
  color: #4A4F4C;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.46);
}
.account-new-card:hover {
  border: dashed rgba(28, 140, 94, 0.42) 2px;
  transform: translateY(-3px);
  background-color: white;
}
.account-new-card__icon {
  display: grid;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: #0B5D3B;
}
.account-new-card b {
  color: #062F1E;
  font-family: 'Saira', sans-serif;
  font-size: 17px;
  font-weight: 900;
}
.account-new-card small {
  font-size: 12px;
}
.account-player-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.account-player-card {
  display: grid;
  min-width: 0px;
  padding: 18px;
  border: solid rgba(10, 25, 49, 0.1) 1px;
  border-radius: 18px;
  align-items: center;
  column-gap: 18px;
  background-color: white;
  grid-template-columns: 178px minmax(0, 1fr);
}
.account-player-card--simple {
  grid-template-columns: minmax(0, 1fr);
}
.account-player-card__body {
  display: grid;
  min-width: 0px;
  row-gap: 8px;
}
.account-list-panel {
  display: grid;
  row-gap: 12px;
}
.account-download-row {
  display: grid;
  min-width: 0px;
  padding: 16px;
  border: solid rgba(10, 25, 49, 0.1) 1px;
  border-radius: 16px;
  align-items: center;
  column-gap: 14px;
  background-color: white;
  grid-template-columns: 48px minmax(0, 1fr) auto;
}
.account-download-row__icon {
  display: grid;
  width: 48px;
  height: 48px;
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: #0B5D3B;
}
.account-download-row__actions {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.account-text-link {
  display: inline-flex;
  padding: 8px 12px;
  border: solid rgba(10, 25, 49, 0.1) 1px;
  border-radius: 999px;
  color: #0B5D3B;
  font-family: 'Saira', sans-serif;
  font-size: 12px;
  font-weight: 900;
  background-color: rgba(28, 140, 94, 0.08);
}
.account-table-wrap {
  border: solid rgba(10, 25, 49, 0.1) 1px;
  border-radius: 16px;
  overflow: auto;
  box-shadow: 0px 16px 34px rgba(6, 15, 32, 0.06);
  background-color: white;
}
.account-table-wrap table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  min-width: 720px;
}
.account-table-wrap th {
  padding: 14px 18px;
  border-bottom-style: solid;
  border-bottom-color: rgba(10, 25, 49, 0.1);
  border-bottom-width: 1px;
  color: #4A4F4C;
  text-align: left;
  font-family: 'Saira', sans-serif;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.account-table-wrap td {
  padding: 14px 18px;
  border-bottom-style: solid;
  border-bottom-color: rgba(10, 25, 49, 0.1);
  border-bottom-width: 1px;
  color: #1E1E1E;
  font-size: 14px;
}
.account-table-wrap tr:last-child td {
  border: none;
}
.account-table-wrap td b {
  font-family: 'Saira', sans-serif;
  font-weight: 900;
}
.account-muted {
  color: rgba(74, 79, 76, 0.58);
  font-weight: 800;
}
.account-profile {
  display: grid;
  max-width: 900px;
  padding: 24px;
  border: solid rgba(10, 25, 49, 0.1) 1px;
  border-radius: 18px;
  row-gap: 20px;
  background-color: white;
}
.account-profile__avatar {
  display: grid;
  width: 76px;
  height: 76px;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: #0B5D3B;
}
.account-profile__fields {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.account-profile__field {
  display: grid;
  padding: 14px;
  border-radius: 12px;
  row-gap: 5px;
  background-color: #F8F9FA;
}
.account-profile__field span {
  color: #4A4F4C;
  font-size: 12px;
  font-weight: 700;
}
.account-profile__field b {
  color: #062F1E;
  font-family: 'Saira', sans-serif;
  font-size: 15px;
  font-weight: 900;
  overflow-wrap: anywhere;
}
.account-profile__note {
  display: flex;
  padding: 14px;
  border-radius: 14px;
  align-items: start;
  column-gap: 10px;
  color: #2A1F04;
  background-color: rgba(212, 175, 55, 0.16);
}
.account-profile__note p {
  margin: 0;
  font-size: 13px;
  line-height: 1.4em;
}
.account-empty {
  display: grid;
  padding: 34px;
  border: solid rgba(10, 25, 49, 0.1) 1px;
  border-radius: 18px;
  justify-items: center;
  row-gap: 12px;
  color: #4A4F4C;
  text-align: center;
  background-color: white;
}
.account-empty > span {
  display: grid;
  width: 58px;
  height: 58px;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: #0B5D3B;
}
.account-empty h2 {
  margin: 0;
  color: #062F1E;
  font-family: 'Saira', sans-serif;
  font-size: 22px;
  font-weight: 900;
}
.account-empty p {
  max-width: 460px;
  margin: 0;
  line-height: 1.45em;
}
@media screen and (max-width: 1040px) {
  .account-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .account-player-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media screen and (max-width: 820px) {
  .account-shell {
    grid-template-columns: minmax(0, 1fr);
  }
  .account-side {
    position: relative;
    height: auto;
    padding: 16px;
  }
  .account-nav {
    display: flex;
    margin-top: 18px;
    overflow-x: auto;
    column-gap: 8px;
  }
  .account-nav__item, .account-nav__exit {
    width: auto;
    white-space: nowrap;
  }
  .account-nav__exit {
    margin: 0;
  }
  .account-main {
    padding: 20px;
  }
  .account-head {
    flex-direction: column;
  }
  .account-head__actions {
    justify-content: start;
  }
}
@media screen and (max-width: 620px) {
  .account-main {
    padding: 16px;
  }
  .account-head h1 {
    font-size: 34px;
  }
  .account-stats {
    grid-template-columns: minmax(0, 1fr);
  }
  .account-player-card {
    grid-template-columns: minmax(0, 1fr);
  }
  .account-player-card .pc {
    justify-self: center;
  }
  .account-download-row {
    grid-template-columns: 48px minmax(0, 1fr);
  }
  .account-download-row__actions {
    grid-column: 1 / -1;
  }
  .account-profile__fields {
    grid-template-columns: minmax(0, 1fr);
  }
}
.download-page {
  display: grid;
  min-height: 100vh;
  justify-items: center;
  color: #1E1E1E;
  background-color: #F8F9FA;
  background: linear-gradient(180deg, #F8F9FA 0%, #EEF1EE 100%);
}
.download-stage {
  display: grid;
  width: 100%;
  max-width: 1180px;
  padding: 96px 24px 56px 24px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  justify-items: center;
}
.download-stage > * {
  justify-self: center;
}
.download-stage .delivery-chip {
  border: solid rgba(11, 93, 59, 0.18) 1px;
  color: #0B5D3B;
  background-color: white;
  box-shadow: 0 10px 24px rgba(6,15,32,.08);
}
.download-stage .delivery-title {
  max-width: 760px;
  margin-top: 26px;
  color: #062F1E;
  text-align: center;
  font-family: 'Saira Condensed', sans-serif;
  font-size: 48px;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1em;
}
.download-stage .delivery-lead {
  max-width: 620px;
  margin-top: 12px;
  margin-bottom: 0px;
  color: #4A4F4C;
  text-align: center;
  font-size: 16px;
  line-height: 1.5em;
}
.download-package {
  display: grid;
  margin-top: 30px;
  justify-items: center;
  row-gap: 12px;
  text-align: center;
}
.download-package__button {
  padding: 16px 28px;
  column-gap: 10px;
  font-size: 16px;
}
.download-package span {
  max-width: 560px;
  color: #4A4F4C;
  font-size: 13px;
  line-height: 1.4em;
}
.download-grid {
  display: grid;
  width: 100%;
  max-width: 1120px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.download-card {
  display: grid;
  min-height: 250px;
  padding: 22px;
  border: solid rgba(10, 25, 49, 0.1) 1px;
  border-radius: 18px;
  box-shadow: 0px 18px 42px rgba(6, 15, 32, 0.08);
  transition: border-color, transform 180ms;
  align-content: start;
  row-gap: 10px;
  background-color: white;
}
.download-card:hover {
  border: solid rgba(28, 140, 94, 0.28) 1px;
  transform: translateY(-3px);
  box-shadow: 0 22px 52px rgba(6,15,32,.12);
}
.download-card__icon {
  display: grid;
  width: 54px;
  height: 54px;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: #0B5D3B;
  background: linear-gradient(145deg, #1C8C5E, #0B5D3B);
}
.download-card h2, .download-empty h2 {
  margin-top: 4px;
  color: #1E1E1E;
  font-family: 'Saira', sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.15em;
}
.download-card p, .download-empty p {
  margin: 0;
  color: #4A4F4C;
  font-size: 13px;
  line-height: 1.4em;
}
.download-card__filename {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  justify-self: start;
  color: #B8902A;
  font-family: 'Saira', sans-serif;
  font-size: 12px;
  font-weight: 800;
  background-color: rgba(244, 208, 63, 0.18);
  overflow-wrap: anywhere;
}
.download-card__meta {
  display: flex;
  margin-top: 8px;
  justify-content: space-between;
  align-items: center;
  column-gap: 12px;
}
.download-card__meta > span {
  color: rgba(74, 79, 76, 0.72);
  font-family: 'Saira', sans-serif;
  font-size: 12px;
  font-weight: 800;
}
.download-card__actions {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.download-preview, .download-button {
  display: inline-flex;
  padding: 8px 12px;
  border: solid rgba(255, 255, 255, 0.18) 1px;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  column-gap: 6px;
  color: #0B5D3B;
  font-family: 'Saira', sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  background-color: rgba(28, 140, 94, 0.1);
}
.download-button {
  border: solid rgba(56, 201, 138, 0.4) 1px;
  color: white;
  background-color: #1C8C5E;
}
.download-empty {
  display: grid;
  width: 100%;
  max-width: 520px;
  padding: 28px;
  margin-top: 34px;
  border: solid rgba(10, 25, 49, 0.1) 1px;
  border-radius: 18px;
  justify-items: center;
  row-gap: 12px;
  color: #1E1E1E;
  text-align: center;
  background-color: white;
  box-shadow: 0 18px 42px rgba(6,15,32,.08);
}
@media screen and (max-width: 1040px) {
  .download-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 820px) {
  .download-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 600px) {
  .download-stage {
    padding: 84px 16px 44px 16px;
  }
  .download-stage .delivery-title {
    font-size: 36px;
  }
  .download-stage .delivery-lead {
    font-size: 15px;
  }
  .download-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .download-card__meta {
    flex-direction: column;
    align-items: start;
  }
}
.examples-page {
  min-height: 100vh;
  color: #1E1E1E;
  background-color: #F8F9FA;
}
.examples-wrap {
  width: 100%;
  max-width: 1200px;
  padding-left: 24px;
  padding-right: 24px;
  margin: 0 auto;
}
.examples-page a {
  text-decoration: none;
}
.examples-hero {
  padding-top: 124px;
  padding-bottom: 58px;
  color: white;
  background-color: #060F20;
  background: radial-gradient(90% 90% at 50% 0%, #15406a 0%, #0a1931 45%, #060f20 100%);
}
.examples-hero__grid {
  display: grid;
  align-items: center;
  gap: 28px 36px;
  grid-template-columns: 1fr 320px;
}
.examples-hero h1 {
  max-width: 700px;
  margin-top: 14px;
  color: white;
  font-family: 'Saira Condensed', sans-serif;
  font-size: 68px;
  font-weight: 900;
  font-style: italic;
  line-height: 0.96em;
}
.examples-hero p {
  max-width: 620px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 1.55em;
}
.examples-actions {
  display: flex;
  margin-top: 28px;
  flex-wrap: wrap;
  gap: 12px;
}
.examples-actions .btn {
  column-gap: 8px;
}
.examples-actions .btn--ghost {
  color: white;
}
.examples-hero__sample {
  display: grid;
  justify-items: center;
}
.examples-section {
  padding-top: 62px;
  padding-bottom: 62px;
  background-color: #EEF3EF;
}
.examples-tabs {
  display: flex;
  margin-bottom: 34px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.examples-tab {
  padding: 10px 18px;
  border: solid rgba(10, 25, 49, 0.1) 1px;
  border-radius: 999px;
  color: #4A4F4C;
  font-family: 'Saira', sans-serif;
  font-size: 14px;
  font-weight: 700;
  background-color: white;
}
.examples-tab--active {
  color: white;
  background-color: #0B5D3B;
}
.examples-grid {
  display: grid;
  gap: 28px 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.examples-card {
  display: grid;
  min-width: 0px;
  justify-items: center;
}
.examples-sticker {
  display: block;
  width: 100%;
  height: auto;
  max-width: 236px;
  cursor: pointer;
  transition: filter, transform 180ms;
  filter: drop-shadow(0 20px 34px rgba(6,15,32,.18));
}
.examples-sticker:hover {
  filter: drop-shadow(0 30px 60px rgba(6,15,32,.30));
  transform: translateY(-8px) rotate(-1deg);
}
.examples-sticker--hero {
  max-width: 230px;
}
@media screen and (max-width: 1060px) {
  .examples-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 760px) {
  .examples-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }
  .examples-hero__grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .examples-hero {
    padding-top: 104px;
    padding-bottom: 48px;
  }
  .examples-hero h1 {
    font-size: 42px;
  }
  .examples-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
.delivery-flow--generation-real {
  display: grid;
  min-height: 100vh;
  padding-top: 104px;
  padding-bottom: 56px;
  overflow: hidden;
  justify-items: center;
  color: white;
  background-color: #062F1E;
  background: radial-gradient(120% 80% at 50% -10%, #103A28 0%, #0A2A1C 45%, #061D14 100%);
}
.delivery-flow--generation-real a {
  text-decoration: none;
}
.delivery-wrap {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: 1040px;
  padding-left: 24px;
  padding-right: 24px;
  margin: 0;
}
.delivery-chip {
  display: inline-flex;
  padding: 8px 14px;
  border: solid rgba(244, 208, 63, 0.34) 1px;
  border-radius: 999px;
  align-items: center;
  column-gap: 8px;
  color: #FCEFB8;
  font-family: 'Saira', sans-serif;
  font-size: 13px;
  font-weight: 800;
  background-color: rgba(255, 255, 255, 0.09);
}
.delivery-title {
  max-width: 760px;
  margin-top: 24px;
  color: white;
  text-align: center;
  font-family: 'Saira Condensed', sans-serif;
  font-size: 48px;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1em;
}
.delivery-lead {
  max-width: 620px;
  margin-top: 12px;
  margin-bottom: 0px;
  color: rgba(255, 255, 255, 0.78);
  text-align: center;
  font-size: 16px;
  line-height: 1.5em;
}
.delivery-actions {
  display: flex;
  margin-top: 30px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.delivery-actions .btn {
  column-gap: 8px;
}
.delivery-actions .btn--ghost {
  color: white;
}
.generation-stage {
  display: grid;
  width: 100%;
  padding-top: 34px;
  justify-items: center;
  text-align: center;
}
.generation-summary {
  display: grid;
  width: 100%;
  max-width: 820px;
  padding: 18px;
  margin-top: 30px;
  border: solid rgba(255, 255, 255, 0.12) 1px;
  border-radius: 18px;
  row-gap: 16px;
  background-color: rgba(255, 255, 255, 0.06);
}
.generation-summary__meter {
  display: grid;
  align-items: center;
  row-gap: 10px;
}
.generation-summary__bar {
  width: 100%;
  height: 12px;
  border-radius: 999px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.13);
}
.generation-summary__fill {
  height: 100%;
  border-radius: 999px;
  transition: width 220ms ease-out;
  background: linear-gradient(90deg, #F4D03F, #38C98A);
}
.generation-summary__meter b {
  color: #F4D03F;
  font-family: 'Saira Condensed', sans-serif;
  font-size: 38px;
  font-weight: 900;
  font-style: italic;
  line-height: 1em;
}
.generation-summary__stats {
  display: grid;
  column-gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.generation-summary__stat {
  display: grid;
  padding: 12px;
  border-radius: 12px;
  row-gap: 4px;
  background-color: rgba(0, 0, 0, 0.12);
}
.generation-summary__stat span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 700;
}
.generation-summary__stat b {
  color: white;
  font-family: 'Saira', sans-serif;
  font-size: 16px;
  font-weight: 800;
}
.generation-process-list {
  display: grid;
  width: 100%;
  max-width: 820px;
  margin-top: 18px;
  row-gap: 12px;
}
.generation-process {
  display: grid;
  padding: 14px 16px;
  border: solid rgba(255, 255, 255, 0.12) 1px;
  border-radius: 16px;
  align-items: center;
  column-gap: 14px;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.06);
  grid-template-columns: 44px minmax(0, 1fr) auto;
}
.generation-process--processing {
  border: solid rgba(244, 208, 63, 0.56) 1px;
}
.generation-process--failed {
  border: solid rgba(192, 57, 43, 0.72) 1px;
}
.generation-process--completed {
  border: solid rgba(56, 201, 138, 0.56) 1px;
}
.generation-process__icon {
  display: grid;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: rgba(255, 255, 255, 0.12);
}
.generation-process--processing .generation-process__icon {
  color: #2A1F04;
  background-color: #D4AF37;
}
.generation-process--completed .generation-process__icon {
  background-color: #1C8C5E;
}
.generation-process--failed .generation-process__icon {
  background-color: #C0392B;
}
.generation-process__body h2 {
  margin: 0;
  color: white;
  font-family: 'Saira', sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2em;
}
.generation-process__body p {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.35em;
}
.generation-process__status {
  display: flex;
  justify-content: end;
  align-items: center;
  column-gap: 10px;
}
.generation-process__status span {
  padding: 6px 10px;
  border-radius: 999px;
  color: #FCEFB8;
  font-family: 'Saira', sans-serif;
  font-size: 12px;
  font-weight: 800;
  background-color: rgba(244, 208, 63, 0.12);
}
.generation-retry {
  display: inline-flex;
  padding: 7px 10px;
  border: solid rgba(255, 255, 255, 0.18) 1px;
  border-radius: 999px;
  cursor: pointer;
  align-items: center;
  column-gap: 6px;
  color: white;
  font-family: 'Saira', sans-serif;
  font-size: 12px;
  font-weight: 800;
  background-color: rgba(192, 57, 43, 0.35);
}
.generation-empty {
  display: grid;
  width: 100%;
  max-width: 520px;
  padding: 28px;
  margin-top: 34px;
  border: solid rgba(255, 255, 255, 0.12) 1px;
  border-radius: 18px;
  justify-items: center;
  row-gap: 12px;
  color: white;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.06);
}
.generation-empty h2 {
  margin: 0;
  font-family: 'Saira', sans-serif;
  font-size: 22px;
  font-weight: 800;
}
.generation-empty p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.45em;
}
@media screen and (max-width: 720px) {
  .delivery-flow--generation-real {
    padding-top: 88px;
    padding-bottom: 44px;
  }
  .delivery-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }
  .delivery-title {
    font-size: 36px;
  }
  .delivery-lead {
    font-size: 15px;
  }
  .generation-summary__stats {
    grid-template-columns: minmax(0, 1fr);
  }
  .generation-process {
    grid-template-columns: 40px minmax(0, 1fr);
  }
  .generation-process__status {
    justify-content: start;
    grid-column: 2;
  }
}
.landing {
  min-height: 100vh;
  color: #1E1E1E;
  background-color: #F8F9FA;
}
.landing-wrap {
  width: 100%;
  max-width: 1200px;
  padding-left: 24px;
  padding-right: 24px;
  margin: 0 auto;
}
.landing a {
  text-decoration: none;
  color: inherit;
}
.landing-btn--large {
  padding: 16px 28px;
  column-gap: 9px;
  font-size: 15px;
}
.landing-btn--full {
  width: 100%;
}
.landing-chip {
  display: inline-flex;
  padding: 8px 14px;
  border: solid rgba(212, 175, 55, 0.32) 1px;
  border-radius: 999px;
  align-items: center;
  column-gap: 8px;
  color: #B8902A;
  font-family: 'Saira', sans-serif;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  background-color: rgba(212, 175, 55, 0.14);
}
.landing-chip--light {
  border: solid rgba(255, 255, 255, 0.2) 1px;
  color: white;
  background-color: rgba(255, 255, 255, 0.1);
}
.landing-hero {
  position: relative;
  min-height: 884px;
  padding-top: 134px;
  padding-bottom: 102px;
  overflow: hidden;
  color: white;
  background-color: #060F20;
  isolation: isolate;
}
.landing-hero {
  background: radial-gradient(55% 48% at 52% 0%, rgba(112,139,166,.55), transparent 62%), radial-gradient(120% 90% at 50% -10%, #15406a 0%, #0a1931 42%, #060f20 100%);
}
.landing-hero::after {
  content: """";
  position: absolute;
  opacity: 0.04;
  pointer-events: none;
  inset: 0;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
}
.landing-hero__lights {
  position: absolute;
  pointer-events: none;
  inset: 0;
}
.landing-hero__lights span {
  position: absolute;
  top: -40px;
  width: 30%;
  height: 90%;
  opacity: 0.32;
  filter: blur(20px);
  background: linear-gradient(180deg, rgba(255,255,255,.20), transparent 70%);
}
.landing-hero__lights span:nth-child(1) {
  left: 4%;
  transform: rotate(14deg);
}
.landing-hero__lights span:nth-child(2) {
  left: 34%;
  transform: rotate(4deg);
}
.landing-hero__lights span:nth-child(3) {
  right: 30%;
  transform: rotate(-4deg);
}
.landing-hero__lights span:nth-child(4) {
  right: 2%;
  transform: rotate(-14deg);
}
.landing-hero__pitch-glow {
  position: absolute;
  left: 0px;
  right: 0px;
  height: 80%;
  filter: blur(12px);
  pointer-events: none;
  bottom: -38%;
  background: radial-gradient(62% 100% at 50% 0%, rgba(28,140,94,.62), transparent 70%);
}
.landing-hero > .gold-particles {
  z-index: 2;
}
.landing-hero__grid {
  display: grid;
  position: relative;
  z-index: 3;
  align-items: center;
  column-gap: 40px;
  grid-template-columns: 1.05fr .95fr;
}
.landing-hero h1 {
  max-width: 590px;
  margin-top: 18px;
  color: white;
  font-family: 'Saira Condensed', sans-serif;
  font-size: 78px;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  line-height: 0.92em;
}
.landing-hero h1 em {
  display: block;
  color: transparent;
  font-style: italic;
  background: linear-gradient(105deg, #9c7b22 0%, #f4d03f 28%, #fff6d2 46%, #d4af37 60%, #b8902a 80%, #f4d03f 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
.landing-hero__copy > p {
  max-width: 520px;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 25px;
  line-height: 1.5em;
}
.landing-hero__actions {
  display: flex;
  margin-top: 30px;
  flex-wrap: wrap;
  gap: 12px 14px;
}
.landing-proof {
  display: flex;
  margin-top: 28px;
  align-items: center;
  column-gap: 14px;
}
.landing-avatars {
  display: inline-flex;
}
.landing-avatars span {
  display: grid;
  width: 36px;
  height: 36px;
  margin-left: -10px;
  border: solid white 2px;
  border-radius: 50%;
  align-items: center;
  justify-items: center;
  color: white;
  font-family: 'Saira', sans-serif;
  font-size: 14px;
  font-weight: 800;
}
.landing-avatars span:first-child {
  margin: 0;
}
.landing-stars {
  display: inline-flex;
  column-gap: 2px;
  color: #F4D03F;
}
.landing-proof__text {
  display: grid;
  row-gap: 4px;
  font-size: 16px;
}
.landing-hero__cards {
  display: grid;
  position: relative;
  min-height: 520px;
  align-items: center;
  justify-items: center;
}
.landing-hero__cards .pc {
  position: absolute;
}
.landing-hero__cards .pc:nth-child(1) {
  z-index: 1;
  opacity: 0.86;
  filter: brightness(.82);
  transform: rotate(-13deg) translateX(-124px) scale(.82);
}
.landing-hero__cards .pc:nth-child(2) {
  z-index: 1;
  opacity: 0.88;
  filter: brightness(.82);
  transform: rotate(11deg) translateX(124px) scale(.82);
}
.landing-hero__cards .pc:nth-child(3) {
  z-index: 3;
  animation: landing-card-float 5s ease-in-out infinite;
  transform: translateY(-6px);
}
@keyframes landing-card-float {
  0%, 100% {
    transform: translateY(-6px);
  }
  50% {
    transform: translateY(-22px);
  }
}
.trust-bar {
  padding-top: 22px;
  padding-bottom: 22px;
  color: white;
  background-color: #060F20;
}
.trust-bar__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px 28px;
}
.trust-bar__item {
  display: flex;
  flex-direction: column;
}
.trust-bar__item b {
  color: #F4D03F;
  font-family: 'Saira Condensed', sans-serif;
  font-size: 30px;
  font-weight: 900;
  font-style: italic;
  line-height: 1em;
}
.trust-bar__item span {
  margin-top: 4px;
  opacity: 0.72;
  font-size: 12px;
  font-weight: 600;
}
.trust-bar__badges {
  display: flex;
  opacity: 0.58;
  column-gap: 18px;
  font-family: 'Saira', sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.landing-section {
  padding-top: 88px;
  padding-bottom: 88px;
}
.landing-section--paper {
  background-color: #F8F9FA;
}
.landing-section--soft {
  background-color: #EEF3EF;
}
.section-head {
  max-width: 760px;
  text-align: center;
  margin: 0 auto 54px;
}
.section-head h2 {
  margin-top: 14px;
  color: #062F1E;
  font-family: 'Saira Condensed', sans-serif;
  font-size: 58px;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1.02em;
}
.section-head p {
  margin-top: 16px;
  color: #4A4F4C;
  font-size: 18px;
  line-height: 1.55em;
}
.steps-grid {
  display: grid;
  column-gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.step-card {
  position: relative;
  padding: 26px;
  border: solid rgba(10, 25, 49, 0.1) 1px;
  border-radius: 24px;
  box-shadow: 0px 1px 3px rgba(6, 15, 32, 0.1);
  background-color: white;
  transition: transform .2s ease, box-shadow .2s ease;
}
.step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(6,15,32,.12), 0 2px 6px rgba(6,15,32,.08);
}
.step-card__number {
  color: transparent;
  font-family: 'Saira Condensed', sans-serif;
  font-size: 46px;
  font-weight: 900;
  font-style: italic;
  line-height: 0.8em;
  -webkit-text-stroke: 2px rgba(28,140,94,.30);
}
.step-card__icon {
  display: grid;
  width: 52px;
  height: 52px;
  margin-top: 16px;
  margin-bottom: 16px;
  border-radius: 14px;
  align-items: center;
  justify-items: center;
  color: white;
  background-color: #0B5D3B;
  background: linear-gradient(145deg, #1C8C5E, #0B5D3B);
}
.step-card h3 {
  margin: 0;
  color: #1E1E1E;
  font-family: 'Saira', sans-serif;
  font-size: 19px;
  font-weight: 800;
}
.step-card p {
  margin-top: 8px;
  color: #4A4F4C;
  font-size: 14px;
  line-height: 1.5em;
}
.gallery-filters {
  display: flex;
  margin-top: 28px;
  margin-bottom: 36px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.gallery-filter {
  padding: 11px 20px;
  border: solid rgba(11, 93, 59, 0.22) 1px;
  border-radius: 999px;
  cursor: pointer;
  color: #0B5D3B;
  font-family: 'Saira', sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.02em;
  background-color: white;
  transition: transform .15s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}
.gallery-filter:hover {
  transform: translateY(-2px);
}
.gallery-filter--active {
  border: solid #0B5D3B 1px;
  box-shadow: 0px 10px 24px rgba(11, 93, 59, 0.28);
  color: white;
  background: linear-gradient(180deg, #1C8C5E, #0B5D3B);
}
.gallery-grid {
  display: grid;
  justify-content: center;
  gap: 28px 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.gallery-item {
  display: grid;
  min-width: 0px;
  justify-items: center;
}
.gallery-sticker {
  display: block;
  width: 100%;
  height: auto;
  max-width: 286px;
  cursor: pointer;
  transition: filter, transform 180ms;
  filter: drop-shadow(0 20px 34px rgba(6,15,32,.18));
}
.gallery-sticker:hover {
  transform: translateY(-8px) rotate(-1deg);
  box-shadow: 0 30px 60px rgba(6,15,32,.30);
}
.section-action {
  display: flex;
  margin-top: 44px;
  justify-content: center;
}
.split-showcase {
  display: grid;
  align-items: center;
  column-gap: 36px;
  grid-template-columns: 1fr 1fr;
}
.split-showcase--reverse .showcase-copy {
  order: 2;
}
.showcase-copy h2 {
  margin-top: 12px;
  color: #062F1E;
  font-family: 'Saira Condensed', sans-serif;
  font-size: 44px;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1em;
}
.showcase-copy p {
  margin-top: 16px;
  color: #4A4F4C;
  font-size: 16px;
  line-height: 1.6em;
}
.feature-list {
  display: grid;
  padding: 0;
  margin-top: 24px;
  margin-bottom: 24px;
  row-gap: 12px;
  list-style-type: none;
}
.feature-list li {
  display: flex;
  align-items: start;
  column-gap: 12px;
  font-weight: 600;
}
.feature-list li span {
  display: inline-flex;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 0;
  color: white;
  background-color: #1C8C5E;
}
.showcase-media {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0px 22px 48px rgba(6, 15, 32, 0.22);
  background-color: #062F1E;
}
.showcase-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.showcase-media--album {
  height: 410px;
}
.showcase-media--video {
  display: grid;
  height: 360px;
  align-items: center;
  background: radial-gradient(120% 90% at 50% 0%, #15406a, #0a1931 60%, #060f20);
}
.showcase-media--video img {
  opacity: 0.68;
}
.play-button {
  display: inline-flex;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.38);
  justify-content: center;
  align-items: center;
  color: #0B5D3B;
  background-color: rgba(255, 255, 255, 0.92);
  transform: translate(-50%, -50%);
}
.package-grid {
  display: grid;
  align-items: stretch;
  column-gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.package-card {
  display: flex;
  position: relative;
  padding: 28px;
  border: solid rgba(10, 25, 49, 0.1) 1px;
  border-radius: 34px;
  box-shadow: 0px 1px 3px rgba(6, 15, 32, 0.1);
  flex-direction: column;
  background-color: white;
  transition: transform .2s ease, box-shadow .2s ease;
}
.package-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(6,15,32,.12), 0 2px 6px rgba(6,15,32,.08);
}
.package-card--featured {
  border: solid #D4AF37 2px;
  box-shadow: 0 12px 40px rgba(180,144,42,.35);
  color: white;
  background-color: #062F1E;
  background: radial-gradient(120% 100% at 50% 0%, #103a28, #0a2a1c 70%, #06251a);
  transform: scale(1.04);
}
.package-card--featured:hover {
  transform: scale(1.04) translateY(-4px);
  box-shadow: 0 18px 52px rgba(180,144,42,.42);
}
.package-card__flag {
  position: absolute;
  top: -14px;
  left: 50%;
  padding: 7px 18px;
  border-radius: 999px;
  color: #2A1F04;
  font-family: 'Saira', sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  white-space: nowrap;
  background-color: #F4D03F;
  background: linear-gradient(180deg, #F4D03F, #D4AF37);
  box-shadow: 0 1px 3px rgba(6,15,32,.10);
  transform: translateX(-50%);
}
.package-card h3 {
  margin: 0;
  font-family: 'Saira Condensed', sans-serif;
  font-size: 32px;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1em;
}
.package-card__tag {
  min-height: 42px;
  margin-top: 6px;
  opacity: 0.72;
  font-size: 14px;
  line-height: 1.45em;
}
.package-card__price {
  display: flex;
  margin-top: 16px;
  margin-bottom: 16px;
  align-items: end;
  column-gap: 6px;
}
.package-card__price b {
  font-family: 'Saira Condensed', sans-serif;
  font-size: 50px;
  font-weight: 900;
  font-style: italic;
  line-height: 0.8em;
}
.package-card__price small, .package-card__price span {
  opacity: 0.58;
}
.package-card__price span {
  text-decoration: line-through;
}
.package-card ul {
  display: grid;
  padding: 0;
  margin-bottom: 24px;
  row-gap: 11px;
  flex-grow: 1;
  list-style-type: none;
}
.package-card li {
  display: flex;
  align-items: start;
  column-gap: 10px;
  font-size: 14px;
  line-height: 1.4em;
}
.package-card li .app-icon {
  color: #1C8C5E;
}
.package-card--featured li .app-icon {
  color: #F4D03F;
}
.package-card__off {
  opacity: 0.42;
}
.safe-payment {
  display: flex;
  margin-top: 28px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  color: #4A4F4C;
  text-align: center;
  font-size: 14px;
}
.testimonial-grid {
  display: grid;
  column-gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.testimonial-card {
  display: flex;
  padding: 26px;
  border: solid rgba(10, 25, 49, 0.1) 1px;
  border-radius: 24px;
  box-shadow: 0px 1px 3px rgba(6, 15, 32, 0.1);
  flex-direction: column;
  row-gap: 14px;
  background-color: white;
}
.testimonial-card p {
  margin: 0;
  color: #2C352F;
  font-size: 16px;
  line-height: 1.55em;
}
.testimonial-card__who {
  display: flex;
  margin-top: 8px;
  align-items: center;
  column-gap: 12px;
}
.testimonial-card__who > span {
  display: inline-flex;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: 800;
}
.testimonial-card__who b {
  display: block;
  font-size: 15px;
}
.testimonial-card__who small {
  color: #4A4F4C;
  font-size: 12px;
}
.faq-list {
  display: grid;
  max-width: 780px;
  row-gap: 12px;
  margin: 0 auto;
}
.faq-item {
  border: solid rgba(10, 25, 49, 0.1) 1px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 1px 3px rgba(6, 15, 32, 0.1);
  background-color: white;
}
.faq-item summary {
  display: flex;
  padding: 20px 22px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  column-gap: 16px;
  color: #1E1E1E;
  font-family: 'Saira', sans-serif;
  font-size: 17px;
  font-weight: 700;
  list-style: none;
}
.faq-item p {
  padding-left: 22px;
  padding-right: 22px;
  padding-bottom: 20px;
  margin: 0;
  color: #4A4F4C;
  font-size: 15px;
  line-height: 1.6em;
}
.final-cta {
  position: relative;
  padding-top: 94px;
  padding-bottom: 94px;
  overflow: hidden;
  color: white;
  text-align: center;
  background-color: #062F1E;
  background: radial-gradient(120% 100% at 50% 0%, #103a28, #0a2a1c 60%, #061d14);
}
.final-cta__inner {
  position: relative;
  z-index: 4;
}
.final-cta h2 {
  max-width: 760px;
  margin-top: 16px;
  color: white;
  font-family: 'Saira Condensed', sans-serif;
  font-size: 70px;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  line-height: 0.96em;
}
.final-cta h2, .final-cta p {
  margin-left: auto;
  margin-right: auto;
}
.final-cta p {
  max-width: 560px;
  margin-top: 24px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 19px;
  line-height: 1.5em;
}
.final-cta small {
  display: block;
  margin-top: 16px;
  opacity: 0.72;
  font-size: 14px;
}
.landing-footer {
  padding-top: 48px;
  padding-bottom: 48px;
  color: white;
  background-color: #060F20;
}
.landing-footer__grid {
  display: grid;
  column-gap: 30px;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
}
.landing-footer__brand p {
  max-width: 300px;
  margin-top: 16px;
  opacity: 0.72;
  font-size: 14px;
  line-height: 1.6em;
}
.landing-footer__links h3 {
  margin-bottom: 14px;
  opacity: 0.62;
  font-family: 'Saira', sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
}
.landing-footer__links a {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}
.landing-footer__button-link {
  display: block;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  border: none;
  color: rgba(255, 255, 255, 0.78);
  text-align: left;
  font-size: 14px;
  background-color: transparent;
}
.landing-footer__bottom {
  display: flex;
  padding-top: 22px;
  margin-top: 38px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-top-width: 1px;
  opacity: 0.56;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 16px;
  font-size: 13px;
}
.float-cta {
  display: flex;
  position: fixed;
  left: 50%;
  bottom: 22px;
  z-index: 25;
  padding: 10px 12px 10px 22px;
  border: solid rgba(255, 255, 255, 0.12) 1px;
  border-radius: 999px;
  box-shadow: 0px 18px 44px rgba(0, 0, 0, 0.24);
  align-items: center;
  column-gap: 14px;
  color: white;
  background-color: #0A1931;
  animation: landing-float-in-up .5s ease both;
  transform: translateX(-50%);
}
@keyframes landing-float-in-up {
  from {
    opacity: 0;
    transform: translate(-50%, 20px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
.float-cta b {
  display: block;
  font-size: 18px;
}
.float-cta small {
  opacity: 0.65;
  font-size: 12px;
}
@media screen and (max-width: 980px) {
  .landing-hero {
    min-height: 0px;
    padding-top: 116px;
    padding-bottom: 86px;
  }
  .landing-hero__grid, .split-showcase {
    grid-template-columns: minmax(0, 1fr);
  }
  .landing-hero__copy {
    text-align: center;
  }
  .landing-hero h1, .landing-hero__copy > p {
    margin-left: auto;
    margin-right: auto;
  }
  .landing-hero__copy > p {
    max-width: 640px;
    margin-top: 24px;
  }
  .landing-hero__actions, .landing-proof {
    justify-content: center;
  }
  .landing-hero__cards {
    min-height: 390px;
  }
  .steps-grid, .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .package-grid, .testimonial-grid {
    max-width: 520px;
    grid-template-columns: minmax(0, 1fr);
    margin: 0 auto;
  }
  .package-card--featured, .package-card--featured:hover {
    transform: none;
  }
  .split-showcase--reverse .showcase-copy {
    order: 0;
  }
  .landing-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 680px) {
  .landing-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }
  .landing-hero {
    min-height: 0px;
    padding-top: 106px;
    padding-bottom: 72px;
  }
  .landing-hero h1 {
    max-width: 350px;
    font-size: 39px;
  }
  .landing-hero__copy > p {
    font-size: 17px;
  }
  .landing-proof {
    flex-direction: column;
    row-gap: 8px;
    text-align: center;
  }
  .landing-hero__cards {
    min-height: 420px;
    margin-top: 38px;
  }
  .landing-hero__cards .pc:nth-child(1), .landing-hero__cards .pc:nth-child(2) {
    display: none;
  }
  .trust-bar__badges {
    display: none;
  }
  .landing-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .section-head h2, .final-cta h2 {
    font-size: 38px;
  }
  .section-head p {
    font-size: 16px;
  }
  .steps-grid, .gallery-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .showcase-copy h2 {
    font-size: 34px;
  }
  .showcase-media--album, .showcase-media--video {
    height: 300px;
  }
  .landing-footer__grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .float-cta {
    justify-content: space-between;
    animation: none;
    left: 12px;
    right: 12px;
    bottom: 12px;
    transform: none;
  }
  .float-cta small {
    display: none;
  }
}
.position-page {
  display: grid;
  min-height: 100vh;
  justify-items: center;
  color: white;
  background-color: #060F20;
}
.position-wrap {
  width: 100%;
  max-width: 1200px;
  padding-left: 24px;
  padding-right: 24px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.position-page a {
  text-decoration: none;
}
.position-hero {
  position: relative;
  width: 100%;
  min-height: 700px;
  padding-top: 130px;
  padding-bottom: 84px;
  overflow: hidden;
}
.position-page--gk .position-hero {
  background: radial-gradient(100% 90% at 50% 0%, #0c2a1c 0%, #07150f 55%, #050b06 100%);
}
.position-page--attack .position-hero {
  background: radial-gradient(100% 90% at 50% 0%, #2a1006 0%, #1a0a06 50%, #0a0604 100%);
}
.position-hero__grid {
  display: grid;
  position: relative;
  z-index: 3;
  justify-content: center;
  align-items: center;
  gap: 34px 42px;
  grid-template-columns: 1fr 420px;
}
.position-hero__copy {
  text-align: center;
}
.position-chip {
  display: inline-flex;
  padding: 8px 14px;
  border: solid rgba(255, 255, 255, 0.2) 1px;
  border-radius: 999px;
  align-items: center;
  column-gap: 8px;
  color: white;
  font-family: 'Saira', sans-serif;
  font-size: 13px;
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.1);
}
.position-hero h1 {
  max-width: 720px;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  color: white;
  font-family: 'Saira Condensed', sans-serif;
  font-size: 76px;
  font-weight: 900;
  font-style: italic;
  line-height: 0.94em;
}
.position-hero h1 em {
  color: #F4D03F;
}
.position-hero p {
  max-width: 600px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.8);
  font-size: 19px;
  line-height: 1.55em;
}
.position-actions {
  display: flex;
  margin-top: 30px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.position-actions .btn {
  column-gap: 8px;
}
.position-actions .btn--ghost {
  color: white;
}
.position-card-wrap {
  display: grid;
  justify-items: center;
}
.position-section {
  width: 100%;
  padding-top: 82px;
  padding-bottom: 82px;
  color: #1E1E1E;
  background-color: #EEF3EF;
}
.position-head {
  margin-bottom: 42px;
  text-align: center;
}
.position-head h2 {
  margin-top: 12px;
  color: #062F1E;
  font-family: 'Saira Condensed', sans-serif;
  font-size: 56px;
  font-weight: 900;
  font-style: italic;
  line-height: 1em;
}
.position-features {
  display: grid;
  justify-content: center;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.position-feature {
  padding: 26px;
  border: solid rgba(10, 25, 49, 0.1) 1px;
  border-radius: 18px;
  text-align: left;
  background-color: white;
}
.position-feature__icon {
  display: grid;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  align-items: center;
  justify-items: center;
  color: white;
  background-color: #0B5D3B;
}
.position-page--attack .position-feature__icon {
  background-color: #C0392B;
}
.position-feature h3 {
  margin-top: 18px;
  color: #062F1E;
  font-family: 'Saira', sans-serif;
  font-size: 19px;
  font-weight: 800;
}
.position-feature p {
  margin-top: 8px;
  color: #4A4F4C;
  font-size: 14px;
  line-height: 1.5em;
}
.position-final {
  max-width: 820px;
  padding: 32px;
  margin-top: 44px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 22px;
  color: white;
  text-align: center;
  background-color: #062F1E;
}
.position-final h2 {
  margin: 0;
  font-family: 'Saira Condensed', sans-serif;
  font-size: 42px;
  font-weight: 900;
  font-style: italic;
  line-height: 1em;
}
.position-final p {
  max-width: 620px;
  margin: 18px auto;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.55em;
}
.position-final .btn {
  column-gap: 8px;
}
@media screen and (max-width: 920px) {
  .position-hero__grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .position-hero__copy {
    text-align: center;
  }
  .position-hero p {
    max-width: 680px;
  }
  .position-actions {
    justify-content: center;
  }
  .position-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 620px) {
  .position-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }
  .position-hero {
    min-height: 0px;
    padding-top: 108px;
    padding-bottom: 62px;
  }
  .position-hero h1 {
    font-size: 42px;
  }
  .position-hero p {
    font-size: 17px;
  }
  .position-head h2 {
    font-size: 36px;
  }
  .position-features {
    grid-template-columns: minmax(0, 1fr);
  }
  .position-final {
    padding: 24px;
  }
  .position-final h2 {
    font-size: 32px;
  }
}
.pricing-page {
  display: grid;
  min-height: 100vh;
  justify-items: center;
  color: #1E1E1E;
  background-color: #F8F9FA;
}
.pricing-wrap {
  width: 100%;
  max-width: 1200px;
  padding-left: 24px;
  padding-right: 24px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  text-align: center;
}
.pricing-page a {
  text-decoration: none;
}
.pricing-hero {
  width: 100%;
  padding-top: 126px;
  padding-bottom: 58px;
  color: white;
  text-align: center;
  background-color: #060F20;
}
.pricing-hero h1 {
  margin-top: 14px;
  color: white;
  font-family: 'Saira Condensed', sans-serif;
  font-size: 64px;
  font-weight: 900;
  font-style: italic;
  line-height: 1em;
}
.pricing-hero p {
  max-width: 620px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 1.5em;
}
.pricing-section {
  width: 100%;
  padding-top: 62px;
  padding-bottom: 62px;
  background-color: #F8F9FA;
}
.pricing-section--soft {
  background-color: #EEF3EF;
}
.package-grid {
  display: grid;
  justify-content: center;
  align-items: stretch;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.package-card {
  display: flex;
  position: relative;
  padding: 28px;
  border: solid rgba(10, 25, 49, 0.1) 1px;
  border-radius: 22px;
  flex-direction: column;
  color: #1E1E1E;
  text-align: left;
  background-color: white;
}
.package-card--featured {
  border: solid #D4AF37 2px;
  color: white;
  background-color: #062F1E;
}
.package-card__flag {
  position: absolute;
  top: -14px;
  left: 50%;
  padding: 7px 18px;
  border-radius: 999px;
  color: #2A1F04;
  font-family: 'Saira', sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  white-space: nowrap;
  background-color: #F4D03F;
  transform: translateX(-50%);
}
.package-card h2 {
  margin: 0;
  font-family: 'Saira Condensed', sans-serif;
  font-size: 32px;
  font-weight: 900;
  font-style: italic;
  line-height: 1em;
}
.package-card__tag {
  min-height: 42px;
  margin-top: 6px;
  opacity: 0.72;
  font-size: 14px;
  line-height: 1.45em;
}
.package-card__price {
  display: flex;
  margin-top: 16px;
  margin-bottom: 16px;
  align-items: end;
  column-gap: 6px;
}
.package-card__price b {
  font-family: 'Saira Condensed', sans-serif;
  font-size: 50px;
  font-weight: 900;
  font-style: italic;
  line-height: 0.8em;
}
.package-card__price small, .package-card__price span {
  opacity: 0.58;
}
.package-card__price span {
  text-decoration: line-through;
}
.package-card ul {
  display: grid;
  padding: 0;
  margin-bottom: 24px;
  row-gap: 11px;
  flex-grow: 1;
  list-style-type: none;
}
.package-card li {
  display: flex;
  align-items: start;
  column-gap: 10px;
  font-size: 14px;
  line-height: 1.4em;
}
.package-card li .app-icon {
  color: #1C8C5E;
}
.package-card--featured li .app-icon {
  color: #F4D03F;
}
.package-card__off {
  opacity: 0.42;
}
.package-card__cta {
  width: 100%;
}
.safe-payment {
  display: flex;
  margin-top: 28px;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  color: #4A4F4C;
  text-align: center;
  font-size: 14px;
}
.pricing-wrap--table {
  max-width: 940px;
}
.pricing-head {
  margin-bottom: 28px;
  text-align: center;
}
.pricing-head h2 {
  margin-top: 12px;
  color: #062F1E;
  font-family: 'Saira Condensed', sans-serif;
  font-size: 48px;
  font-weight: 900;
  font-style: italic;
  line-height: 1em;
}
.comparison-table {
  border: solid rgba(10, 25, 49, 0.1) 1px;
  border-radius: 18px;
  overflow: auto;
  background-color: white;
}
.comparison-table table {
  width: 100%;
  border-collapse: collapse;
}
.comparison-table th, .comparison-table td {
  padding: 14px 16px;
  border-bottom-style: solid;
  border-bottom-color: rgba(10, 25, 49, 0.1);
  border-bottom-width: 1px;
  text-align: left;
  font-size: 14px;
}
.comparison-table th {
  color: #062F1E;
  font-family: 'Saira', sans-serif;
  font-weight: 800;
}
.comparison-table td:first-child {
  font-weight: 700;
}
.comparison-table__featured {
  color: #B8902A;
  background-color: rgba(212, 175, 55, 0.08);
}
.muted {
  color: rgba(10, 25, 49, 0.26);
}
.pricing-action {
  display: flex;
  margin-top: 28px;
  justify-content: center;
}
.pricing-action .btn {
  column-gap: 8px;
}
@media screen and (max-width: 900px) {
  .package-grid {
    max-width: 520px;
    grid-template-columns: minmax(0, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .pricing-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }
  .pricing-hero h1 {
    font-size: 40px;
  }
  .pricing-head h2 {
    font-size: 34px;
  }
  .safe-payment {
    align-items: center;
  }
}
.delivery-flow--navy {
  background-color: #060F20;
  background: radial-gradient(120% 80% at 50% -10%, #13385F 0%, #0A1931 50%, #060F20 100%);
}
.stickers-page {
  display: grid;
  min-height: 100vh;
  align-items: center;
  justify-items: center;
}
.stickers-stage {
  display: grid;
  width: 100%;
  max-width: 1040px;
  padding: 34px 22px;
  justify-items: center;
  margin: 0 auto;
}
.stickers-rarity {
  display: flex;
  margin-top: 24px;
  justify-content: center;
}
.stickers-carousel {
  display: grid;
  position: relative;
  width: 100%;
  min-height: 470px;
  margin-top: 16px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  perspective: 1500px;
}
.stickers-track {
  display: grid;
  position: relative;
  width: 100%;
  height: 440px;
  justify-content: center;
  align-items: center;
}
.stickers-card-shell {
  display: grid;
  padding: 0;
  border: none;
  transition: opacity, filter, transform 360ms ease-out;
  background-color: transparent;
}
.stickers-card-shell--active {
  box-shadow: 0px 18px 46px rgba(212, 175, 55, 0.18);
}
.stickers-real-card {
  display: grid;
  position: relative;
  padding: 12px;
  border: solid rgba(255, 255, 255, 0.3) 1px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0px 24px 46px rgba(0, 0, 0, 0.34);
  background-color: #061D14;
  isolation: isolate;
  aspect-ratio: 2 / 3;
  background: linear-gradient(135deg, #062418, #0D442E 48%, #D4AF37 49%, #082616 52%, #061D14);
}
.stickers-real-card::before {
  content: """";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  inset: 0;
  background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,.24) 44%, rgba(244,208,63,.36) 50%, rgba(255,255,255,.18) 56%, transparent 70%);
  background-size: 240% 240%;
  mix-blend-mode: screen;
  animation: stickers-real-sweep 4.8s ease-in-out infinite;
}
.stickers-real-card__shine {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  inset: 10px;
  border-radius: 14px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.28), inset 0 0 40px rgba(212,175,55,.20);
}
.stickers-real-card__image {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: contain;
  filter: drop-shadow(0 14px 18px rgba(0,0,0,.34));
}
@keyframes stickers-real-sweep {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
.stickers-nav {
  display: grid;
  width: 52px;
  height: 52px;
  padding: 0;
  border: solid rgba(255, 255, 255, 0.2) 1px;
  border-radius: 50%;
  backdrop-filter: blur(8px);
  transition: background-color, transform 160ms;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: rgba(255, 255, 255, 0.12);
}
.stickers-nav:hover {
  transform: translateY(-2px);
  background-color: rgba(255, 255, 255, 0.22);
}
.stickers-nav--prev, .stickers-nav--next {
  position: absolute;
  top: 50%;
  z-index: 35;
}
.stickers-nav--prev {
  left: 4%;
  transform: translateY(-50%);
}
.stickers-nav--next {
  right: 4%;
  transform: translateY(-50%);
}
.stickers-dots {
  display: flex;
  margin-top: 4px;
  justify-content: center;
  column-gap: 8px;
}
.stickers-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 999px;
  transition: width, background-color 160ms;
  background-color: rgba(255, 255, 255, 0.3);
}
.stickers-dot--active {
  width: 28px;
  background-color: #D4AF37;
}
.stickers-empty {
  display: grid;
  width: 100%;
  max-width: 520px;
  padding: 28px;
  margin-top: 34px;
  border: solid rgba(255, 255, 255, 0.12) 1px;
  border-radius: 18px;
  justify-items: center;
  row-gap: 12px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.06);
}
.stickers-empty h2 {
  margin: 0;
  font-family: 'Saira', sans-serif;
  font-size: 22px;
  font-weight: 800;
}
.stickers-empty p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.45em;
}
.stickers-modal {
  display: grid;
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 80;
  padding: 34px 22px;
  overflow: auto;
  backdrop-filter: blur(10px);
  justify-content: center;
  align-items: start;
  background-color: rgba(4, 10, 18, 0.88);
}
.stickers-modal__panel {
  display: grid;
  position: relative;
  max-width: 92vw;
  padding-top: 6px;
  padding-bottom: 18px;
  justify-items: center;
  row-gap: 18px;
}
.stickers-modal__close {
  display: grid;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 3;
  width: 44px;
  height: 44px;
  border: solid rgba(255, 255, 255, 0.2) 1px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: rgba(255, 255, 255, 0.14);
}
.stickers-modal__meta {
  display: grid;
  padding-top: 2px;
  justify-items: center;
  row-gap: 6px;
  color: white;
  text-align: center;
}
.stickers-modal__meta b {
  font-family: 'Saira Condensed', sans-serif;
  font-size: 28px;
  font-weight: 900;
  font-style: italic;
  line-height: 1em;
}
.stickers-modal__meta span:last-child {
  color: rgba(255, 255, 255, 0.72);
  font-family: 'Saira', sans-serif;
  font-weight: 800;
}
.stickers-modal__meta .rarity span:last-child {
  color: #1E1E1E;
}
.stickers-modal__controls {
  display: flex;
  column-gap: 10px;
}
@media screen and (max-width: 680px) {
  .stickers-carousel {
    min-height: 410px;
  }
  .stickers-track {
    height: 390px;
  }
  .stickers-card-shell {
    transform-origin: center center;
  }
  .stickers-nav--prev {
    left: 0;
  }
  .stickers-nav--next {
    right: 0;
  }
}
.wizard-flow {
  position: relative;
  min-height: 100vh;
  padding-top: 116px;
  padding-bottom: 122px;
  overflow: hidden;
  color: white;
  background-color: #062F1E;
  background: radial-gradient(120% 80% at 50% -10%, #103A28 0%, #0A2A1C 45%, #061D14 100%);
}
.wizard-wrap {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1040px;
  padding-left: 24px;
  padding-right: 24px;
  margin: 0 auto;
}
.wizard-flow a {
  text-decoration: none;
}
.wizard-flow__top {
  display: grid;
  align-items: center;
  gap: 16px 18px;
  grid-template-columns: 170px minmax(0, 1fr) 44px;
}
.wizard-flow__tag {
  display: inline-flex;
  align-items: center;
  column-gap: 8px;
  color: #F4D03F;
  font-family: 'Saira', sans-serif;
  font-size: 13px;
  font-weight: 800;
}
.wizard-exit {
  display: inline-flex;
  width: 42px;
  height: 42px;
  border: solid rgba(255, 255, 255, 0.16) 1px;
  border-radius: 50%;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: rgba(255, 255, 255, 0.08);
}
.wizard-steps {
  display: flex;
  min-width: 0px;
  justify-content: center;
  align-items: center;
  column-gap: 6px;
}
.wizard-step {
  display: flex;
  opacity: 0.54;
  align-items: center;
  column-gap: 8px;
  color: white;
  font-family: 'Saira', sans-serif;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}
.wizard-step--active, .wizard-step--done {
  opacity: 1.0;
}
.wizard-step__mark {
  display: grid;
  width: 28px;
  height: 28px;
  border: solid rgba(255, 255, 255, 0.3) 1px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 800;
}
.wizard-step--active .wizard-step__mark {
  border: solid #D4AF37 1px;
  color: #2A1F04;
  background-color: #D4AF37;
}
.wizard-step--done .wizard-step__mark {
  border: solid #38C98A 1px;
  color: white;
  background-color: #1C8C5E;
}
.wizard-step-line {
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.2);
}
.wizard-flow__body {
  padding-top: 52px;
}
.wizard-screen {
  display: grid;
  justify-items: center;
}
.wizard-title {
  max-width: 780px;
  margin: 0;
  color: white;
  text-align: center;
  font-family: 'Saira Condensed', sans-serif;
  font-size: 52px;
  font-weight: 900;
  font-style: italic;
  line-height: 1em;
  text-transform: uppercase;
}
.wizard-foil {
  color: #F4D03F;
}
.wizard-lead {
  max-width: 560px;
  margin-top: 14px;
  margin-bottom: 36px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 17px;
  line-height: 1.5em;
}
.wizard-upload-grid {
  display: grid;
  width: 100%;
  align-items: start;
  column-gap: 24px;
  grid-template-columns: 1.28fr .72fr;
}
.wizard-drop {
  display: grid;
  width: 100%;
  min-height: 380px;
  padding: 36px;
  border: dashed rgba(244, 208, 63, 0.5) 2px;
  border-radius: 22px;
  overflow: hidden;
  cursor: pointer;
  transition: border-color, background-color, transform 160ms;
  justify-items: center;
  color: white;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.04);
}
.wizard-photo-input {
  display: none;
}
.wizard-drop__content {
  display: grid;
  justify-items: center;
}
.wizard-drop:hover {
  border: dashed #F4D03F 2px;
  transform: translateY(-2px);
  background-color: rgba(244, 208, 63, 0.08);
}
.wizard-drop--ready {
  border: solid #38C98A 2px;
  cursor: default;
}
.wizard-drop__icon {
  display: inline-flex;
  width: 84px;
  height: 84px;
  margin-bottom: 18px;
  border-radius: 50%;
  box-shadow: 0px 16px 30px rgba(212, 175, 55, 0.3);
  justify-content: center;
  align-items: center;
  color: #2A1F04;
  background-color: #D4AF37;
}
.wizard-drop h3 {
  margin: 0;
  font-family: 'Saira', sans-serif;
  font-size: 23px;
  font-weight: 800;
}
.wizard-drop p {
  margin-top: 8px;
  opacity: 0.72;
  font-size: 15px;
}
.wizard-drop__button {
  margin-top: 22px;
  cursor: pointer;
  column-gap: 8px;
}
.wizard-photo-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.wizard-camera-panel {
  display: grid;
  width: 100%;
  max-width: 440px;
  margin-top: 20px;
  justify-items: center;
  row-gap: 12px;
}
.wizard-camera-video {
  width: 100%;
  max-height: 320px;
  border: solid rgba(244, 208, 63, 0.42) 1px;
  border-radius: 18px;
  background-color: rgba(0, 0, 0, 0.35);
  object-fit: cover;
}
.wizard-camera-error {
  margin: 0;
  color: #FFD9D9;
  font-weight: 700;
}
.wizard-camera-actions {
  margin: 0;
}
.wizard-photo-preview {
  display: grid;
  position: relative;
  width: 200px;
  height: 266px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0px 18px 42px rgba(0, 0, 0, 0.24);
  justify-content: center;
  align-items: end;
  background-color: #0B5D3B;
  background: linear-gradient(160deg, #1C8C5E, #0B5D3B);
}
.wizard-photo-preview__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wizard-photo-chip {
  display: inline-flex;
  padding: 9px 14px;
  margin-top: 18px;
  border: solid rgba(56, 201, 138, 0.42) 1px;
  border-radius: 999px;
  align-items: center;
  column-gap: 8px;
  color: #CFFFE8;
  font-family: 'Saira', sans-serif;
  font-size: 13px;
  font-weight: 800;
  background-color: rgba(56, 201, 138, 0.18);
}
.wizard-tips {
  width: 100%;
  padding: 22px;
  border: solid rgba(255, 255, 255, 0.12) 1px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.05);
}
.wizard-tips h2 {
  margin-bottom: 14px;
  font-family: 'Saira', sans-serif;
  font-size: 15px;
  font-weight: 800;
}
.wizard-tip {
  display: flex;
  padding-top: 7px;
  padding-bottom: 7px;
  align-items: start;
  column-gap: 10px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.35em;
}
.wizard-tip__icon {
  display: grid;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 0;
  color: white;
  background-color: #C0392B;
}
.wizard-tip__icon--ok {
  background-color: #1C8C5E;
}
.wizard-face-row {
  display: flex;
  margin-top: 14px;
  column-gap: 10px;
}
.wizard-face {
  display: grid;
  position: relative;
  aspect-ratio: 1;
  border-radius: 12px;
  overflow: hidden;
  align-items: end;
  justify-items: center;
  flex-grow: 1;
  background-color: rgba(255, 255, 255, 0.06);
}
.wizard-face__image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wizard-face span {
  position: absolute;
  bottom: 6px;
  z-index: 2;
  padding: 4px 7px;
  border-radius: 999px;
  opacity: 0.82;
  color: white;
  font-family: 'Saira', sans-serif;
  font-size: 10px;
  font-weight: 800;
  background-color: rgba(6, 29, 20, 0.72);
}
.wizard-form-grid {
  display: grid;
  width: 100%;
  max-width: 760px;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.wizard-field {
  display: grid;
  row-gap: 8px;
}
.wizard-field--full {
  grid-column: 1 / -1;
}
.wizard-field label {
  display: inline-flex;
  align-items: center;
  column-gap: 7px;
  color: rgba(255, 255, 255, 0.86);
  font-family: 'Saira', sans-serif;
  font-size: 13px;
  font-weight: 800;
}
.wizard-field input {
  width: 100%;
  padding: 15px 16px;
  border: solid rgba(255, 255, 255, 0.14) 1px;
  border-radius: 14px;
  color: white;
  font-size: 15px;
  background-color: rgba(255, 255, 255, 0.07);
  outline: none;
}
.wizard-field input:focus {
  border: solid #F4D03F 1px;
  background-color: rgba(244, 208, 63, 0.08);
}
.wizard-field input::placeholder {
  color: rgba(255, 255, 255, 0.42);
}
.wizard-position-grid {
  display: grid;
  width: 100%;
  max-width: 860px;
  column-gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.wizard-position {
  display: grid;
  position: relative;
  width: 100%;
  min-height: 192px;
  padding: 22px;
  border: solid rgba(255, 255, 255, 0.12) 2px;
  border-radius: 20px;
  cursor: pointer;
  transition: border-color, background-color, transform 160ms;
  justify-items: center;
  color: white;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.05);
}
.wizard-position:hover {
  border: solid rgba(244, 208, 63, 0.52) 2px;
  transform: translateY(-3px);
}
.wizard-position--selected {
  border: solid #D4AF37 2px;
  box-shadow: 0px 16px 32px rgba(212, 175, 55, 0.18);
  background-color: rgba(244, 208, 63, 0.12);
}
.wizard-position__check {
  display: grid;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  opacity: 0.0;
  transition: opacity, transform 160ms;
  transform: scale(0.7);
  justify-content: center;
  align-items: center;
  color: #2A1F04;
  background-color: #D4AF37;
}
.wizard-position--selected .wizard-position__check {
  opacity: 1.0;
  transform: scale(1);
}
.wizard-position__icon {
  display: grid;
  width: 62px;
  height: 62px;
  margin-bottom: 14px;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  color: white;
}
.wizard-position b {
  font-family: 'Saira Condensed', sans-serif;
  font-size: 26px;
  font-weight: 900;
  font-style: italic;
  line-height: 1em;
  text-transform: uppercase;
}
.wizard-position > span:last-child {
  margin-top: 5px;
  opacity: 0.72;
  font-size: 13px;
  line-height: 1.35em;
}
.wizard-model-grid {
  display: grid;
  width: 100%;
  max-width: 980px;
  gap: 18px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.wizard-model-card {
  display: grid;
  position: relative;
  width: 100%;
  min-width: 0px;
  padding: 14px 12px;
  border: solid rgba(255, 255, 255, 0.12) 2px;
  border-radius: 18px;
  cursor: pointer;
  transition: border-color, background-color, transform, box-shadow 160ms;
  justify-items: center;
  row-gap: 8px;
  color: white;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.05);
}
.wizard-model-card:hover {
  border: solid rgba(244, 208, 63, 0.52) 2px;
  transform: translateY(-3px);
}
.wizard-model-card--selected {
  border: solid #D4AF37 2px;
  box-shadow: 0px 16px 34px rgba(212, 175, 55, 0.18);
  background-color: rgba(244, 208, 63, 0.12);
}
.wizard-model-card__check {
  display: grid;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  opacity: 0.0;
  transition: opacity, transform 160ms;
  transform: scale(0.7);
  justify-content: center;
  align-items: center;
  color: #2A1F04;
  background-color: #D4AF37;
}
.wizard-model-card--selected .wizard-model-card__check {
  opacity: 1.0;
  transform: scale(1);
}
.wizard-model-card__image {
  display: block;
  width: 100%;
  height: auto;
  max-width: 160px;
  filter: drop-shadow(0 14px 24px rgba(0,0,0,.24));
}
.wizard-model-card__name {
  font-family: 'Saira', sans-serif;
  font-size: 12px;
  font-weight: 800;
  overflow-wrap: anywhere;
}
.wizard-model-card__file {
  opacity: 0.64;
  font-size: 11px;
  font-weight: 700;
}
.wizard-number-stage {
  display: grid;
  width: 100%;
  max-width: 880px;
  align-items: center;
  column-gap: 34px;
  grid-template-columns: 1fr 1fr;
}
.wizard-jersey {
  display: grid;
  position: relative;
  aspect-ratio: 1;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0px 22px 44px rgba(0, 0, 0, 0.24);
  align-items: center;
  justify-items: center;
  background-color: #0B5D3B;
  background: radial-gradient(80% 80% at 50% 30%, #1C8C5E, #0B5D3B 70%);
}
.wizard-jersey::before {
  content: """";
  position: absolute;
  opacity: 0.62;
  inset: 0;
  background: repeating-linear-gradient(90deg, rgba(255,255,255,.06) 0 30px, transparent 30px 60px);
}
.wizard-jersey small {
  position: absolute;
  top: 22px;
  z-index: 2;
  opacity: 0.84;
  font-family: 'Saira', sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.24em;
  max-width: 86%;
  overflow-wrap: anywhere;
}
.wizard-jersey b {
  position: relative;
  z-index: 2;
  color: white;
  font-family: 'Saira Condensed', sans-serif;
  font-size: 176px;
  font-weight: 900;
  font-style: italic;
  line-height: 1em;
  text-shadow: 0px 6px 0px rgba(0, 0, 0, 0.18);
}
.wizard-number-pad {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.wizard-number {
  display: grid;
  aspect-ratio: 1;
  border: solid rgba(255, 255, 255, 0.16) 1px;
  border-radius: 14px;
  cursor: pointer;
  transition: border-color, background-color, transform 140ms;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: 'Saira Condensed', sans-serif;
  font-size: 27px;
  font-weight: 900;
  font-style: italic;
  background-color: rgba(255, 255, 255, 0.05);
}
.wizard-number:hover {
  border: solid #F4D03F 1px;
  transform: translateY(-2px);
  background-color: rgba(244, 208, 63, 0.1);
}
.wizard-number--selected {
  border: solid #D4AF37 1px;
  color: #2A1F04;
  background-color: #D4AF37;
}
.wizard-preview {
  display: grid;
  width: 100%;
  max-width: 860px;
  justify-content: center;
  align-items: center;
  column-gap: 36px;
  grid-template-columns: auto minmax(0, 1fr);
}
.wizard-recap {
  display: grid;
  width: 100%;
  row-gap: 2px;
}
.wizard-recap__row {
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
  border-bottom-width: 1px;
  justify-content: space-between;
  align-items: baseline;
  column-gap: 20px;
}
.wizard-recap__row span {
  opacity: 0.62;
  font-size: 14px;
}
.wizard-recap__row b {
  color: white;
  text-align: right;
  font-family: 'Saira', sans-serif;
  font-size: 16px;
  font-weight: 800;
  overflow-wrap: anywhere;
}
.wizard-flow__foot {
  position: fixed;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 30;
  padding: 16px 0px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-top-width: 1px;
  backdrop-filter: blur(12px);
  background-color: rgba(6, 29, 20, 0.88);
}
.wizard-flow__foot-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 12px;
}
.wizard-nav-btn {
  column-gap: 8px;
}
.wizard-nav-btn--back {
  border: solid rgba(255, 255, 255, 0.76) 1px;
  color: white;
}
.wizard-nav-btn--back:hover {
  border: solid white 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
.wizard-nav-btn--disabled, .wizard-nav-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
}
.wizard-progress-label {
  opacity: 0.66;
  font-family: 'Saira', sans-serif;
  font-size: 13px;
  font-weight: 800;
}
@media screen and (max-width: 900px) {
  .wizard-flow__top {
    grid-template-columns: minmax(0, 1fr) 44px;
  }
  .wizard-flow__tag {
    display: none;
  }
  .wizard-steps {
    justify-content: start;
  }
  .wizard-step__label {
    display: none;
  }
  .wizard-upload-grid, .wizard-number-stage, .wizard-preview {
    grid-template-columns: minmax(0, 1fr);
  }
  .wizard-preview {
    justify-items: center;
    text-align: center;
  }
  .wizard-recap {
    max-width: 520px;
  }
  .wizard-position-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .wizard-model-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 640px) {
  .wizard-flow {
    padding-top: 96px;
    padding-bottom: 132px;
  }
  .wizard-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }
  .wizard-flow__body {
    padding-top: 32px;
  }
  .wizard-title {
    font-size: 36px;
  }
  .wizard-lead {
    margin-top: 12px;
    margin-bottom: 28px;
    font-size: 15px;
  }
  .wizard-step-line {
    width: 12px;
  }
  .wizard-drop {
    min-height: 330px;
    padding: 24px;
  }
  .wizard-form-grid, .wizard-position-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .wizard-model-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .wizard-model-card {
    padding: 12px 9px;
  }
  .wizard-jersey b {
    font-size: 132px;
  }
  .wizard-number-pad {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .wizard-flow__foot-inner {
    column-gap: 8px;
  }
  .wizard-progress-label {
    display: none;
  }
  .wizard-nav-btn {
    padding: 12px 16px;
  }
}