﻿body.card-expired.share-view {
  background-color: #f0f2f5;
}
body.card-expired.share-view .header {
  padding: 40px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  box-sizing: border-box;
}
body.card-expired.share-view .orb span:first-child {
  width: 521px;
  aspect-ratio: 1;
  border-radius: 9999px;
  background-color: #fff;
  box-shadow: 0px 0px 44px rgba(255, 199, 11, 0.22);
  z-index: 9;
  display: block;
}
body.card-expired.share-view .orb span:nth-child(2) {
  position: absolute;
  width: 421px;
  height: 394px;
  background: #ff002e;
  filter: blur(39px);
  z-index: 8;
  display: block;
  left: 48%;
  top: 46%;
}
body.card-expired.share-view .orb span:nth-child(3) {
  position: absolute;
  width: 421px;
  height: 394px;
  background: #ff002e;
  filter: blur(30px);
  z-index: 7;
  display: block;
  left: 55%;
  top: 48%;
}
body.card-expired.share-view .orb span:nth-child(4) {
  position: absolute;
  width: 521px;
  height: 521px;
  background: #ff5c00;
  filter: blur(56px);
  z-index: 6;
  left: 55%;
  display: block;
}
body.card-expired.share-view .orb span:nth-child(5) {
  position: absolute;
  width: 796px;
  height: 548px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 0, 168, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 5;
  top: 68%;
  left: 43%;
  display: block;
  opacity: 0.8;
}
body.card-expired.share-view .orb span:nth-child(6) {
  position: absolute;
  width: 796px;
  height: 548px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(251, 255, 38, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 4;
  top: 72%;
  display: block;
  left: 78%;
}
body.card-expired.share-view .orb span:nth-child(7) {
  position: absolute;
  width: 826px;
  height: 761px;
  background: radial-gradient(50% 50% at 50% 50%, #FFE926 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 3;
  top: 0;
  display: block;
  right: 0;
  left: auto;
  translate: 0;
}
body.card-expired.share-view .orb span:nth-child(8) {
  position: absolute;
  width: 826px;
  height: 761px;
  background: radial-gradient(50% 50% at 50% 50%, #FF9A26 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
  display: block;
  left: 0;
  translate: 0;
  top: 0;
}
body.card-expired.share-view .orb span {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  border-radius: 9999px;
  display: none;
}
body.card-expired.share-view .orb {
  position: absolute;
  width: 1278px;
  height: 930px;
  top: calc(100% - 420px);
  left: 50%;
  translate: -50% 0;
  animation: spin 60s linear infinite;
}
.box-expired {
  position: relative;
  overflow: clip;
  height: 100%;
}
.box-expired .box-expired-content h1 {
  font: 400 53px / 1.113 Louize;
  letter-spacing: -1.053px;
  color: #000;
  margin-bottom: 20px;
  margin-top: 0;
}
.box-expired .box-expired-content strong,
.box-expired .box-expired-content p {
  font-size: 19px;
  line-height: 1.578;
  color: #748297;
}
.box-expired .box-expired-content strong {
  display: block;
  margin-bottom: 32px;
}
.box-expired .box-expired-content p {
  margin: 0 0 45px;
}
.box-expired .box-expired-content .button:hover {
  background-color: #ff8057;
}
.box-expired .box-expired-content .button {
  font-size: 14px;
  display: block;
  max-inline-size: 248px;
  margin: 0 auto 16px;
  padding: 12px 0;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 25px;
  background-color: var(--accent-color);
  transition: background-color 250ms ease;
}
.box-expired .box-expired-content .info-link:hover {
  color: #ff5924;
}
.box-expired .box-expired-content .info-link {
  font-size: 13px;
  margin-top: 15px;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #292f39;
}
.box-expired .box-expired-content {
  position: absolute;
  z-index: 11;
  top: 50%;
  left: 50%;
  width: 585px;
  margin: 0 auto;
  translate: -50% -45%;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1), translate 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}
.box-expired-background {
  background: #F0F2F5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mask-image: radial-gradient(circle, #000 55%, transparent 100%);
}
@media (max-width: 768px) {
  .box-expired {
    height: auto;
    padding-bottom: 100px;
  }
  .box-expired canvas {
    display: none;
  }
  .box-expired .box-expired-content h1 {
    font-size: 38px;
    line-height: 1.105;
    margin-top: 0;
  }
  .box-expired .box-expired-content strong br,
.box-expired .box-expired-content p br {
    display: none;
  }
  .box-expired .box-expired-content strong,
.box-expired .box-expired-content p {
    font-size: 17px;
    line-height: 1.764;
  }
  .box-expired .box-expired-content strong {
    margin-bottom: 30px;
  }
  .box-expired .box-expired-content .info-link {
    display: block;
  }
  .box-expired .box-expired-content {
    top: 45%;
    width: 80%;
  }
  body.card-expired.share-view .header {
    position: relative;
    text-align: center;
    box-sizing: border-box;
    padding-top: 72px;
    padding-bottom: 20px;
  }
  body.card-expired.share-view .box-expired-content {
    position: relative;
    margin: 0 auto;
    translate: none;
    top: auto;
    left: auto;
    right: auto;
  }
  body.card-expired.share-view .orb span:first-child {
    width: 366px;
  }
  body.card-expired.share-view .orb span:nth-child(2) {
    width: 271px;
    height: 254px;
  }
  body.card-expired.share-view .orb span:nth-child(3) {
    width: 271px;
    height: 254px;
  }
  body.card-expired.share-view .orb span:nth-child(4) {
    width: 331px;
    height: 331px;
  }
  body.card-expired.share-view .orb span:nth-child(5) {
    width: 513px;
    height: 353px;
  }
  body.card-expired.share-view .orb span:nth-child(6) {
    width: 513px;
    height: 353px;
  }
  body.card-expired.share-view .orb span:nth-child(6) {
    width: 533px;
    height: 492px;
  }
  body.card-expired.share-view .orb span:nth-child(7) {
    width: 533px;
    height: 492px;
  }
  body.card-expired.share-view .orb {
    width: 825px;
    height: 600px;
    top: calc(100% - 200px);
  }
}
.intro-reveal .intro-overlay .bg {
  opacity: 0;
}
.intro-reveal .guts {
  opacity: 0;
}
.intro-reveal .box-expired-content {
  opacity: 1;
  translate: -50% -50%;
  visibility: visible;
}
@media (min-width: 1680px) {
  .box-expired .intro-overlay {
    bottom: -41%;
  }
}
body.main-view.share-view {
  background: #CFD7E3;
}
body.main-view.share-view .container-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mask-image: linear-gradient(-230deg, transparent 100%, #000 125%, #000 225%, transparent 250%, transparent 250%);
}
body.main-view.share-view .dg.ac {
  z-index: 100000;
}