@font-face {
  font-family: "Activity Archivo Black";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./activity-landing-archivo-black.woff2") format("woff2");
}
@font-face {
  font-family: "Activity Nunito";
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
  src: url("./activity-landing-nunito.woff2") format("woff2");
}
:root {
  --ink: #1e2a32;
  --teal: #17b3ae;
  --teal-dark: #0c8c88;
  --shadow-edge: #c9dbe1;
  --headline: "Activity Archivo Black", "Arial Black", sans-serif;
  --rounded: "Activity Nunito", "Avenir Next", Arial, sans-serif;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  min-height: 100%;
  background-color: #d3ecf5;
}
body {
  margin: 0;
  color: var(--ink);
  font-family: var(--rounded);
  -webkit-text-size-adjust: 100%;
}
.activity-landing {
  width: 100%;
  max-width: 430px;
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0 auto;
  padding: 24px 15px 40px;
  padding-top: calc(24px + env(safe-area-inset-top, 0px));
  padding-right: 15px;
  padding-bottom: calc(40px + env(safe-area-inset-bottom, 0px));
  padding-left: 15px;
  background-color: #d9f1f3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(233, 248, 251, 0.94)), to(rgba(204, 233, 237, 0.95))), url("./activity-landing-emoji-atlas.png");
  background-image: linear-gradient(rgba(233, 248, 251, 0.94), rgba(204, 233, 237, 0.95)), url("./activity-landing-emoji-atlas.png");
  background-repeat: no-repeat;
  background-position: center, right -26px bottom 30px;
  background-size: cover, 154px;
}
.recipient-join-copy {
  padding: 14px;
  border-radius: 15px;
  background-color: #fff;
  -webkit-box-shadow: #c9d9dd 0 5px 0;
          box-shadow: #c9d9dd 0 5px 0;
}
.recipient-join-copy .kicker {
  display: block;
  color: #0b7774;
  font: 400 10px/1.2 var(--headline);
  letter-spacing: 0.13em;
}
.recipient-join-copy h1 {
  margin: 7px 0 4px;
  color: #23313a;
  font: 400 18px/1.1 var(--headline);
}
.recipient-reward-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  margin-top: 11px;
}
.recipient-reward-summary article {
  display: grid;
  justify-items: center;
  -ms-flex-line-pack: start;
      align-content: start;
  gap: 6px;
  padding: 10px 6px;
  border: 3px solid var(--ink);
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 0 var(--shadow-edge);
          box-shadow: 0 3px 0 var(--shadow-edge);
  text-align: center;
}
.recipient-reward-summary article:first-child {
  background-color: #fff5bd;
}
.recipient-reward-summary article > b {
  font: 900 11px/1.25 var(--rounded);
}
.benefit-pixel-icon {
  position: relative;
  display: grid;
  width: 34px;
  height: 31px;
  place-items: center;
  margin: 0 auto 6px;
  border: 3px solid #23313a;
  border-radius: 5px;
  color: #23313a;
  background-color: #fff;
  -webkit-box-shadow: #23313a 2px 2px 0;
          box-shadow: #23313a 2px 2px 0;
  font-style: normal;
}
.benefit-pixel-icon > b {
  font: 400 12px/1 var(--headline);
}
.coupon-icon {
  background-color: #bfeeea;
}
.coupon-icon::before,
.coupon-icon::after {
  content: "";
  position: absolute;
  top: 10px;
  width: 5px;
  height: 7px;
  border-radius: 50%;
  background-color: #eef9f8;
}
.coupon-icon::before {
  left: -4px;
}
.coupon-icon::after {
  right: -4px;
}
.tech-icon {
  background-color: #dceff3;
}
.tech-icon::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  width: 20px;
  height: 14px;
  border: 3px solid #23313a;
  background-color: #8fd3d2;
  -webkit-box-shadow: #dff8f6 3px 3px 0 inset;
          box-shadow: #dff8f6 3px 3px 0 inset;
}
.tech-icon::after {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  bottom: 4px;
  height: 4px;
  border: 2px solid #23313a;
  background-color: #ffc72c;
}
.story-module {
  position: relative;
  overflow: hidden;
  margin-top: 12px;
  padding: 14px 13px 13px;
  border: 2px solid #23313a;
  border-radius: 15px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(76%, #fff), to(#f1fbfa));
  background-image: linear-gradient(#fff 0%, #fff 76%, #f1fbfa 100%);
  -webkit-box-shadow: #fff 0 0 0 3px inset, #23313a 3px 4px 0;
          box-shadow: #fff 0 0 0 3px inset, #23313a 3px 4px 0;
}
.story-module::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  width: 60px;
  height: 4px;
  background-color: #ffc72c;
  -webkit-box-shadow: var(--teal) 64px 0 0;
          box-shadow: var(--teal) 64px 0 0;
}
.story-module::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 13px;
  width: 62px;
  height: 62px;
  -webkit-transform: rotate(12deg);
      -ms-transform: rotate(12deg);
          transform: rotate(12deg);
  border: 3px solid rgba(23, 179, 174, 0.13);
  border-radius: 11px;
  background-image: repeating-linear-gradient(90deg, rgba(23, 179, 174, 0.08) 0px, rgba(23, 179, 174, 0.08) 8px, transparent 8px, transparent 16px);
  pointer-events: none;
}
.story-module > * {
  position: relative;
  z-index: 1;
}
.story-title-row {
  padding-bottom: 5px;
  border-bottom: 1px solid #d9e4e6;
}
.story-title-row h2 {
  margin: 0;
  font: 400 16px/1.15 var(--headline);
}
.story-list {
  display: grid;
  gap: 9px;
  padding: 0 1px 2px;
}
.story-month {
  min-width: 0;
  padding: 10px 11px 11px;
  border: 1px solid #c6d7da;
  border-radius: 7px;
  background-color: #f7fafb;
}
.story-month h3 {
  margin: 0;
  color: #52686f;
  font: 900 12px/1.2 var(--rounded);
  letter-spacing: 0.04em;
}
.story-month.active {
  border: 2px solid var(--teal-dark);
  background-image: -webkit-gradient(linear, left top, right top, from(#effbfa), to(#f9fcfc));
  background-image: linear-gradient(90deg, #effbfa, #f9fcfc);
  -webkit-box-shadow: var(--teal-dark) 2px 2px 0;
          box-shadow: var(--teal-dark) 2px 2px 0;
}
.story-month.to-be-continued {
  border: 3px dashed rgba(11, 119, 116, 0.42);
  background-color: rgba(255, 255, 255, 0.5);
}
.story-emoji-row,
.tbc-slots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}
.atlas-icon,
.tbc-slots i {
  display: block;
  width: 34px;
  height: 34px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.atlas-icon {
  background-image: url("./activity-landing-emoji-atlas.png");
  background-repeat: no-repeat;
  background-size: 400% 300%;
}
.emoji-first {
  background-position: 0 0;
}
.emoji-second {
  background-position: 0 50%;
}
.emoji-third {
  background-position: 33.333333% 100%;
}
.tbc-slots i {
  border: 3px dashed rgba(11, 119, 116, 0.35);
  border-radius: 9px;
}
.recipient-journey-card {
  margin-top: 10px;
  padding: 13px;
  border: 5px solid #fff;
  border-radius: 18px;
  background-color: #fff;
  background-image: linear-gradient(150deg, #fff, #ebfafa);
  -webkit-box-shadow: #9bc7c7 0 6px 0;
          box-shadow: #9bc7c7 0 6px 0;
}
.recipient-steps-card {
  margin-top: 10px;
  padding: 4px 2px 1px;
}
.recipient-steps-card h2 {
  margin: 0 0 11px;
  font: 400 13px/1.2 var(--headline);
}
.recipient-steps-card ol {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.recipient-steps-card li {
  display: grid;
  grid-template-columns: 31px minmax(0, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
}
.recipient-steps-card li > span {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background-color: var(--teal);
  -webkit-box-shadow: 0 3px 0 var(--teal-dark);
          box-shadow: 0 3px 0 var(--teal-dark);
  font: 400 9px/1 var(--headline);
}
.recipient-steps-card b,
.recipient-steps-card small {
  display: block;
}
.recipient-steps-card b {
  font: 900 10px/1.2 var(--rounded);
}
.recipient-steps-card small {
  margin-top: 4px;
  color: #6c7b81;
  font: 700 8px/1.3 var(--rounded);
}
.app-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 54px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 14px;
  color: #fff;
  background-color: var(--teal);
  -webkit-box-shadow: 0 6px 0 var(--teal-dark);
          box-shadow: 0 6px 0 var(--teal-dark);
  font: 400 15px/1.2 var(--headline);
  letter-spacing: 0.04em;
  text-align: center;
  text-decoration: none;
}
.app-button:focus-visible {
  outline: 3px solid var(--ink);
  outline-offset: 4px;
}
.app-button:active {
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-box-shadow: 0 3px 0 var(--teal-dark);
          box-shadow: 0 3px 0 var(--teal-dark);
}

.app-button[aria-disabled="true"] { opacity: .6; pointer-events: none; }
