:root {
  --font-display: mestiza-sans, "Mestiza Sans", "Cormorant Garamond", Georgia, serif;
  --font-ui: unibody-8-new, "Unibody 8 Pro", "Press Start 2P", monospace;
  --font-ui-smallcaps: unibody-8-small-caps-new, unibody-8-new, "Unibody 8 Pro", "Press Start 2P", monospace;
  --cream: #fdf3e5;
  --paper: #efe3d0;
  --ink: #2c0623;
  --ink-soft: #5d3f56;
  --mauve: #bdb0b8;
  --brick: #d27350;
  --olive: #8b9144;
  --indigo: #31409b;
  --plum: #20042c;
  --rose: #d17278;
  --blue: #6668a3;
  --card-shadow: 0 6px 0 rgba(44, 6, 35, 0.25);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(210, 115, 80, 0.14), transparent 32%),
    radial-gradient(circle at 90% 80%, rgba(102, 104, 163, 0.14), transparent 28%),
    linear-gradient(180deg, #f8ecda 0%, #f1e3cd 100%);
  color: var(--ink);
  font-family: var(--font-display);
  min-height: 100vh;
}

#app,
.screen,
.card,
.story-box,
.story-box p,
.achievement,
.modal,
.accordion-title,
.accordion-body,
.choice .label,
.feedback,
.hint-box,
.drop-zone,
.small,
.figma-home-tip,
.question-title,
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
span,
strong,
em {
  font-family: var(--font-display);
}

button,
input,
select,
textarea {
  font-family: var(--font-ui);
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

#app {
  max-width: 382px;
  margin: 0 auto;
  min-height: 100vh;
  background: var(--cream);
  box-shadow: 0 0 0 1px rgba(44, 6, 35, 0.08), 0 28px 60px rgba(44, 6, 35, 0.2);
  position: relative;
  overflow: hidden;
}

.screen {
  min-height: 100vh;
  padding: 24px 16px 96px;
  position: relative;
}

.screen h1,
.screen h2,
.screen h3 {
  margin: 0 0 12px;
  line-height: 1.05;
}

.title-main {
  font-size: 3rem;
  margin-top: 34vh;
  text-align: center;
  font-style: italic;
}

.figma-enter-screen {
  display: grid;
  grid-template-rows: 1fr auto auto 1fr;
  align-items: center;
  justify-items: center;
  min-height: 100vh;
  padding: 0 20px;
}

.figma-enter-title {
  grid-row: 2;
  font-family: var(--font-display);
  font-size: 32px;
  line-height: 32px;
  font-style: italic;
  color: #2c0623;
  text-align: center;
  margin: 0 0 22px;
}

.figma-enter-btn {
  grid-row: 3;
  width: 296px;
  height: 53px;
  display: grid;
  place-items: center;
  padding: 0;
  font-size: 0.55rem;
}

.figma-signin-screen {
  padding: 88px 24px 40px;
}

.figma-signin-wrap {
  width: 100%;
}

.figma-signin-kicker {
  margin: 0 0 6px;
  font-family: var(--font-ui);
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.0703px;
  color: #2c0623;
}

.figma-signin-title {
  font-family: var(--font-display);
  font-size: 32px;
  line-height: 32px;
  font-style: italic;
  color: #2c0623;
  margin: 0 0 34px;
}

.figma-label {
  margin: 0 0 10px;
  font-family: var(--font-ui);
  font-size: 14px;
  line-height: 20px;
  color: #2c0623;
}

.figma-level-label {
  font-size: 16px;
  line-height: 20px;
}

.figma-input {
  border-width: 5px;
  border-color: #2c0623;
  border-radius: 0;
  box-shadow: 4px 4px 0 rgba(44, 6, 35, 0.25);
  margin-top: 6px;
  margin-bottom: 28px;
  height: 52px;
  font-family: var(--font-display);
  font-size: 20px;
  line-height: 32px;
}

.figma-level-stack {
  display: grid;
  gap: 16px;
  margin-top: 4px;
}

.figma-level-btn {
  width: 100%;
  border-width: 5px;
  font-size: 20px;
  line-height: 32px;
  font-family: var(--font-display);
  background: #fffbf3;
  font-weight: 400;
  min-height: 50px;
}

.figma-signin-cta {
  margin-top: 32px;
}

.figma-continue-btn {
  width: 296px;
  height: 53px;
  padding: 0;
  display: grid;
  place-items: center;
  font-size: 0.55rem;
}

.figma-time-screen {
  padding: 87px 26px 0;
}

.figma-time-kicker {
  text-align: center;
  margin: 0 0 4px;
  font-size: 16px;
  line-height: 32px;
}

.figma-time-title {
  text-align: center;
  margin: 0 0 56px;
  font-size: 32px;
  line-height: 32px;
}

.figma-time-copy {
  width: 316px;
  max-width: 100%;
  font-family: "ABeeZee", var(--font-ui), sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #2c0623;
  margin: 0 auto 60px;
}

.figma-time-select-wrap {
  width: 127px;
  height: 53px;
  margin: 0 auto 90px;
  background: #fffbf3;
  border: 0;
  box-shadow: none;
  display: flex;
  align-items: center;
  padding: 0 12px;
}

.figma-time-select {
  border: 0;
  background: transparent;
  appearance: none;
  width: 100%;
  font-family: var(--font-display);
  font-size: 20px;
  line-height: 32px;
  padding-right: 8px;
  cursor: pointer;
}

.figma-time-caret {
  font-family: var(--font-ui);
  font-size: 0.9rem;
  line-height: 1;
  color: #2c0623;
  transform: translateY(-1px);
}

.figma-time-footnote {
  width: 309px;
  max-width: 100%;
  margin: 0 auto 46px;
  color: #2c0623;
  font-family: var(--font-ui);
  font-size: 12px;
  line-height: 20px;
}

.figma-time-cta {
  margin-top: 0;
}

.figma-start-btn {
  width: 329px;
  height: 53px;
  padding: 0;
  display: grid;
  place-items: center;
  font-size: 0.55rem;
}

.figma-tab-screen {
  padding: 20px 14px 120px;
}

.figma-title-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.figma-title-row h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0.0703px;
  font-style: italic;
  color: #2c0623;
}

.figma-title-row .dots {
  font-family: var(--font-display);
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.0703px;
  font-style: italic;
  color: #2c0623;
}

.figma-subprogress-row {
  margin: 6px 24px 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-ui);
  font-size: 13px;
  line-height: 32px;
  letter-spacing: 0.0703px;
  color: #5d3f56;
}

.figma-subprogress-row .gift {
  width: 27px;
  height: 27px;
  object-fit: contain;
  image-rendering: pixelated;
  display: block;
}

.figma-phase-row {
  margin: 4px 0 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #b8afba;
  font-family: var(--font-ui);
  font-size: 12px;
}

.figma-phase-progress {
  width: 100%;
  height: 7px;
  border: 2px solid #2c0623;
  margin-bottom: 12px;
}

.figma-phase-progress > div {
  height: 100%;
  background: #b8afba;
}

.figma-progress-line {
  margin: 0 24px 14px;
  height: 6px;
  background: #2c0623;
}

.figma-progress-line > div {
  height: 100%;
  background: #bdb0b8;
}

.figma-awards-list {
  display: grid;
  gap: 16px;
  justify-items: center;
}

.figma-award-card-wrap {
  position: relative;
  width: 303px;
  max-width: 100%;
  height: 82px;
}

.figma-award-card-shadow,
.figma-award-card {
  position: relative;
  height: 73px;
  width: 100%;
  display: grid;
  grid-template-columns: 82px 1px 1fr;
  align-items: center;
  padding: 0 12px 0 0;
  border: 0;
  outline-offset: 0;
}

.figma-award-card-shadow {
  position: absolute;
  left: 10px;
  top: 5px;
  width: calc(100% - 5px);
  height: 73px;
  background: #bdb0b8;
  outline: 5px solid #bdb0b8;
  z-index: 0;
  pointer-events: none;
}

.figma-award-card {
  background: #fffbf3;
  outline: 5px solid #2c0623;
  z-index: 1;
}

.figma-award-card-shadow::before,
.figma-award-card::before {
  content: "";
  position: absolute;
  inset: -5px;
  pointer-events: none;
}

.figma-award-card-shadow::before {
  background:
    linear-gradient(#fcf3e3, #fcf3e3) left top / 5px 5px no-repeat,
    linear-gradient(#bdb0b8, #bdb0b8) left 5px top 5px / 5px 5px no-repeat,
    linear-gradient(#fcf3e3, #fcf3e3) right top / 5px 5px no-repeat,
    linear-gradient(#bdb0b8, #bdb0b8) right 5px top 5px / 5px 5px no-repeat,
    linear-gradient(#fcf3e3, #fcf3e3) left bottom / 5px 5px no-repeat,
    linear-gradient(#bdb0b8, #bdb0b8) left 5px bottom 5px / 5px 5px no-repeat,
    linear-gradient(#fcf3e3, #fcf3e3) right bottom / 5px 5px no-repeat,
    linear-gradient(#bdb0b8, #bdb0b8) right 5px bottom 5px / 5px 5px no-repeat;
  z-index: 1;
}

.figma-award-card::before {
  background:
    linear-gradient(#fcf3e3, #fcf3e3) left top / 5px 5px no-repeat,
    linear-gradient(#2c0623, #2c0623) left 5px top 5px / 5px 5px no-repeat,
    linear-gradient(#fcf3e3, #fcf3e3) right top / 5px 5px no-repeat,
    linear-gradient(#2c0623, #2c0623) right 5px top 5px / 5px 5px no-repeat,
    linear-gradient(#fcf3e3, #fcf3e3) left bottom / 5px 5px no-repeat,
    linear-gradient(#2c0623, #2c0623) left 5px bottom 5px / 5px 5px no-repeat,
    linear-gradient(#fcf3e3, #fcf3e3) right bottom / 5px 5px no-repeat,
    linear-gradient(#2c0623, #2c0623) right 5px bottom 5px / 5px 5px no-repeat;
  z-index: 2;
}

.figma-award-card .divider {
  width: 1px;
  height: 55px;
  background: #bdb0b8;
}

.figma-award-icon-wrap {
  display: grid;
  place-items: center;
  position: relative;
  z-index: 3;
}

.figma-award-icon {
  width: 41px;
  height: 41px;
  object-fit: contain;
}

.figma-award-copy {
  padding-left: 14px;
  position: relative;
  z-index: 3;
}

.figma-award-card h3 {
  margin: 0 0 1px;
  font-family: var(--font-display);
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.0703px;
  color: #2c0623;
}

.figma-award-card p {
  margin: -4px 0 0;
  font-family: var(--font-ui);
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.0703px;
  color: #5d3f56;
}

.figma-award-card-wrap.locked {
  filter: grayscale(1);
  opacity: 0.62;
}

.figma-achievements-screen .figma-title-row h2 {
  font-family: mestiza-sans, "Mestiza Sans", "Cormorant Garamond", Georgia, serif;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0.0703px;
  font-style: italic;
  font-weight: 700;
}

.figma-achievements-screen .figma-title-row .dots {
  font-family: mestiza-sans, "Mestiza Sans", "Cormorant Garamond", Georgia, serif;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.0703px;
  font-style: italic;
  font-weight: 700;
}

.figma-achievements-screen .figma-subprogress-row {
  font-family: var(--font-ui);
  font-size: 13px;
  line-height: 32px;
  letter-spacing: 0.0703px;
  color: #5d3f56;
}

.figma-achievements-screen .figma-award-card h3 {
  font-family: mestiza-sans, "Mestiza Sans", "Cormorant Garamond", Georgia, serif;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.0703px;
  font-style: normal;
  font-weight: 400;
  color: #2c0623;
}

.figma-achievements-screen .figma-award-card p {
  font-family: var(--font-ui);
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.0703px;
  color: #5d3f56;
}

.figma-grimoire-void {
  min-height: 540px;
}

.figma-grimoire-float {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 144px;
  display: grid;
  gap: 8px;
}

.figma-mini-replay {
  border: 4px solid #2c0623;
  background: #fffbf3;
  padding: 8px;
  text-align: left;
  font-family: var(--font-ui);
  font-size: 0.58rem;
}

.figma-shop-screen {
  padding-top: 12px;
}

.figma-shop-header {
  position: relative;
}

.figma-shop-header .coin-count {
  position: absolute;
  right: 32px;
  top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--font-ui);
  font-size: 13.333px;
  line-height: 26.667px;
  letter-spacing: -0.4167px;
  color: #2c0623;
}

.figma-shop-header .coin-count img {
  width: 21px;
  height: 22px;
  object-fit: contain;
}

.figma-shop-cats {
  margin: 8px 13px 18px 14px;
  width: 327px;
  max-width: calc(100% - 27px);
  border: 0;
  outline: 5px solid #2c0623;
  outline-offset: 0;
  background: #fffbf3;
  display: grid;
  grid-template-columns: 127px 61px 63px 76px;
  gap: 0;
  padding: 0 20px;
  height: 46px;
  align-items: center;
  position: relative;
}

.figma-shop-cats::before {
  content: "";
  position: absolute;
  inset: -5px;
  pointer-events: none;
  background:
    linear-gradient(#fdf3e5, #fdf3e5) left top / 5px 5px no-repeat,
    linear-gradient(#2c0623, #2c0623) left 5px top 5px / 5px 5px no-repeat,
    linear-gradient(#fdf3e5, #fdf3e5) right top / 5px 5px no-repeat,
    linear-gradient(#2c0623, #2c0623) right 5px top 5px / 5px 5px no-repeat,
    linear-gradient(#fdf3e5, #fdf3e5) left bottom / 5px 5px no-repeat,
    linear-gradient(#2c0623, #2c0623) left 5px bottom 5px / 5px 5px no-repeat,
    linear-gradient(#fdf3e5, #fdf3e5) right bottom / 5px 5px no-repeat,
    linear-gradient(#2c0623, #2c0623) right 5px bottom 5px / 5px 5px no-repeat;
}

.figma-shop-cats button {
  border: 0;
  outline: 0;
  background: transparent;
  min-height: 27px;
  font-size: 12px;
  line-height: 32px;
  letter-spacing: 0.0703px;
  font-family: var(--font-display);
  font-style: normal;
  font-weight: 400;
  color: #2c0623;
  padding: 0;
  position: relative;
  text-align: left;
}

.figma-shop-cat-btn {
  outline: 0;
}

.figma-shop-cats button:first-child {
  font-weight: 700;
}

.figma-shop-cats button::before {
  content: none;
}

.figma-shop-cats button + button {
  border-left: 1px dotted #2c0623;
  padding-left: 18px;
}

.figma-shop-grid {
  margin: 4px 14px 0;
  display: grid;
  grid-template-columns: 161px 161px;
  gap: 24px 22px;
  justify-content: center;
}

.figma-shop-card-wrap {
  position: relative;
  width: 166px;
  height: 85px;
}

.figma-shop-card-shadow {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 161px;
  height: 80px;
  background: #bdb0b8;
  outline: 5px solid #bdb0b8;
  outline-offset: 0;
  z-index: 0;
}

.figma-shop-card-shadow::before {
  content: "";
  position: absolute;
  inset: -5px;
  pointer-events: none;
  background:
    linear-gradient(#fcf3e3, #fcf3e3) left top / 5px 5px no-repeat,
    linear-gradient(#bdb0b8, #bdb0b8) left 5px top 5px / 5px 5px no-repeat,
    linear-gradient(#fcf3e3, #fcf3e3) right top / 5px 5px no-repeat,
    linear-gradient(#bdb0b8, #bdb0b8) right 5px top 5px / 5px 5px no-repeat,
    linear-gradient(#fcf3e3, #fcf3e3) left bottom / 5px 5px no-repeat,
    linear-gradient(#bdb0b8, #bdb0b8) left 5px bottom 5px / 5px 5px no-repeat,
    linear-gradient(#fcf3e3, #fcf3e3) right bottom / 5px 5px no-repeat,
    linear-gradient(#bdb0b8, #bdb0b8) right 5px bottom 5px / 5px 5px no-repeat;
}

.figma-shop-card {
  border: 0;
  outline: 5px solid #2c0623;
  outline-offset: 0;
  background: #fffbf3;
  width: 161px;
  height: 80px;
  min-height: 80px;
  display: grid;
  grid-template-columns: 67px 1px 1fr;
  padding: 7px 8px 7px 5px;
  text-align: left;
  position: relative;
  z-index: 1;
}

.figma-shop-card::before {
  content: "";
  position: absolute;
  inset: -5px;
  pointer-events: none;
  background:
    linear-gradient(#fdf3e5, #fdf3e5) left top / 5px 5px no-repeat,
    linear-gradient(#2c0623, #2c0623) left 5px top 5px / 5px 5px no-repeat,
    linear-gradient(#fdf3e5, #fdf3e5) right top / 5px 5px no-repeat,
    linear-gradient(#2c0623, #2c0623) right 5px top 5px / 5px 5px no-repeat,
    linear-gradient(#fdf3e5, #fdf3e5) left bottom / 5px 5px no-repeat,
    linear-gradient(#2c0623, #2c0623) left 5px bottom 5px / 5px 5px no-repeat,
    linear-gradient(#fdf3e5, #fdf3e5) right bottom / 5px 5px no-repeat,
    linear-gradient(#2c0623, #2c0623) right 5px bottom 5px / 5px 5px no-repeat;
}

.figma-shop-card .art {
  width: 62px;
  height: 60px;
  border-radius: 0;
  background: transparent;
  align-self: start;
  justify-self: center;
  margin-top: 1px;
  overflow: hidden;
}

.figma-shop-card .art .figma-shop-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  image-rendering: pixelated;
  display: block;
  transform: scale(1.45);
  transform-origin: center;
}

.figma-shop-card .art .figma-shop-img-mailbox {
  transform: none;
}

.figma-shop-card .divider {
  width: 1px;
  height: 60px;
  border-right: 1px dotted #2c0623;
  align-self: center;
}

.figma-shop-card .meta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  padding-left: 6px;
  padding-top: 2px;
}

.figma-shop-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.0703px;
  font-style: normal;
  font-weight: 400;
  color: #2c0623;
}

.figma-shop-card p {
  margin: 0;
  display: inline-block;
  background: #bdb0b8;
  width: fit-content;
  padding: 1px 6px;
  font-family: var(--font-ui);
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.0703px;
  font-style: italic;
  color: #20042c;
}

.figma-league-screen .figma-title-row {
  margin-bottom: 6px;
}

.figma-hat {
  text-align: center;
  line-height: 0;
  margin-bottom: 6px;
}

.figma-hat img {
  width: 129px;
  height: 97px;
  object-fit: contain;
  image-rendering: pixelated;
  display: inline-block;
}

.figma-league-exp {
  margin: 0 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.figma-league-exp-left {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.figma-exp-label {
  font-family: "argent-pixel-cf", sans-serif;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: -0.3125px;
  color: #bdb0b8;
  font-weight: 400;
  font-style: normal;
  display: inline;
  text-transform: uppercase;
  font-synthesis: none;
}

.figma-exp-value {
  font-family: var(--font-ui);
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.3125px;
  color: #5d3f56;
}

.figma-exp-total {
  font-family: var(--font-ui);
  font-size: 10px;
  line-height: 24px;
  letter-spacing: -0.3125px;
  color: #5d3f56;
}

.figma-league-note {
  margin: -2px 10px 10px;
  text-align: right;
  font-family: var(--font-ui);
  font-size: 10px;
  line-height: 16px;
  letter-spacing: -0.3125px;
  color: #5d3f56;
}

.figma-league-list {
  display: grid;
  gap: 14px;
  margin: 0;
  justify-items: center;
}

.figma-rank-card-wrap {
  position: relative;
  width: 309px;
  max-width: 100%;
  min-height: 58px;
}

.figma-rank-card-shadow,
.figma-rank-card {
  position: relative;
  width: 309px;
  max-width: 100%;
  min-height: 53px;
  display: grid;
  grid-template-columns: 58px 1fr auto;
  align-items: center;
  padding: 0 20px;
  border: 0;
  outline-offset: 0;
}

.figma-rank-card-shadow {
  position: absolute;
  left: 5px;
  top: 5px;
  background: #bdb0b8;
  outline: 5px solid #bdb0b8;
  z-index: 0;
  pointer-events: none;
}

.figma-rank-card-shadow::before,
.figma-rank-card::before {
  content: "";
  position: absolute;
  inset: -5px;
  pointer-events: none;
}

.figma-rank-card-shadow::before {
  background:
    linear-gradient(#fcf3e3, #fcf3e3) left top / 5px 5px no-repeat,
    linear-gradient(#bdb0b8, #bdb0b8) left 5px top 5px / 5px 5px no-repeat,
    linear-gradient(#fcf3e3, #fcf3e3) right top / 5px 5px no-repeat,
    linear-gradient(#bdb0b8, #bdb0b8) right 5px top 5px / 5px 5px no-repeat,
    linear-gradient(#fcf3e3, #fcf3e3) left bottom / 5px 5px no-repeat,
    linear-gradient(#bdb0b8, #bdb0b8) left 5px bottom 5px / 5px 5px no-repeat,
    linear-gradient(#fcf3e3, #fcf3e3) right bottom / 5px 5px no-repeat,
    linear-gradient(#bdb0b8, #bdb0b8) right 5px bottom 5px / 5px 5px no-repeat;
  z-index: 1;
}

.figma-rank-card {
  background: #fffbf3;
  outline: 5px solid #2c0623;
  z-index: 2;
}

.figma-rank-card::before {
  background:
    linear-gradient(#fcf3e3, #fcf3e3) left top / 5px 5px no-repeat,
    linear-gradient(#2c0623, #2c0623) left 5px top 5px / 5px 5px no-repeat,
    linear-gradient(#fcf3e3, #fcf3e3) right top / 5px 5px no-repeat,
    linear-gradient(#2c0623, #2c0623) right 5px top 5px / 5px 5px no-repeat,
    linear-gradient(#fcf3e3, #fcf3e3) left bottom / 5px 5px no-repeat,
    linear-gradient(#2c0623, #2c0623) left 5px bottom 5px / 5px 5px no-repeat,
    linear-gradient(#bdb0b8, #bdb0b8) right bottom / 5px 5px no-repeat,
    linear-gradient(#2c0623, #2c0623) right 5px bottom 5px / 5px 5px no-repeat;
  z-index: 2;
}

.figma-rank-card .idx {
  font-family: var(--font-ui);
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.3125px;
  color: #2c0623;
}

.figma-rank-card .name {
  font-family: var(--font-display);
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.0703px;
  color: #20042c;
}

.figma-rank-card .score {
  font-family: var(--font-ui);
  font-size: 10px;
  line-height: 17.28px;
  letter-spacing: -0.225px;
  color: #5d3f56;
}

.pixel-btn,
.pixel-outline {
  border: 0;
  outline: 5px solid #2c0623;
  outline-offset: 0;
  box-shadow: none;
  letter-spacing: 0.0703em;
}

.pixel-outline {
  position: relative;
}

.pixel-outline::before {
  content: "";
  position: absolute;
  inset: -5px;
  pointer-events: none;
  background:
    linear-gradient(#fdf3e5, #fdf3e5) left top / 5px 5px no-repeat,
    linear-gradient(#2c0623, #2c0623) left 5px top 5px / 5px 5px no-repeat,
    linear-gradient(#fdf3e5, #fdf3e5) right top / 5px 5px no-repeat,
    linear-gradient(#2c0623, #2c0623) right 5px top 5px / 5px 5px no-repeat,
    linear-gradient(#fdf3e5, #fdf3e5) left bottom / 5px 5px no-repeat,
    linear-gradient(#2c0623, #2c0623) left 5px bottom 5px / 5px 5px no-repeat,
    linear-gradient(#fdf3e5, #fdf3e5) right bottom / 5px 5px no-repeat,
    linear-gradient(#2c0623, #2c0623) right 5px bottom 5px / 5px 5px no-repeat;
}

.pixel-btn {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #bdb0b8;
  color: #19062c;
  min-height: 53px;
  padding: 0 20px;
  font-family: var(--font-ui-smallcaps);
  font-size: 20px;
  line-height: 32px;
  text-transform: none;
  overflow: visible;
  cursor: pointer;
}

.pixel-btn::before {
  content: "";
  position: absolute;
  inset: -5px;
  pointer-events: none;
  background:
    linear-gradient(#fdf3e5, #fdf3e5) left top / 5px 5px no-repeat,
    linear-gradient(#2c0623, #2c0623) left 5px top 5px / 5px 5px no-repeat,
    linear-gradient(#fdf3e5, #fdf3e5) right top / 5px 5px no-repeat,
    linear-gradient(#2c0623, #2c0623) right 5px top 5px / 5px 5px no-repeat,
    linear-gradient(#fdf3e5, #fdf3e5) left bottom / 5px 5px no-repeat,
    linear-gradient(#2c0623, #2c0623) left 5px bottom 5px / 5px 5px no-repeat,
    linear-gradient(#fdf3e5, #fdf3e5) right bottom / 5px 5px no-repeat,
    linear-gradient(#2c0623, #2c0623) right 5px bottom 5px / 5px 5px no-repeat;
}

.pixel-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

/* Global pixel treatment for non-icon buttons and form text boxes */
button:not(.icon-btn):not(.customer-hitbox):not(.pixel-btn):not(.figma-shop-card):not(.figma-shop-cat-btn):not(.back-link):not(.figma-object-choice):not(.figma-help-btn) {
  border: 0;
  outline: 5px solid #2c0623;
  outline-offset: 0;
  border-radius: 0;
  position: relative;
  box-shadow: none;
}

button:not(.icon-btn):not(.customer-hitbox):not(.pixel-btn):not(.figma-shop-card):not(.figma-shop-cat-btn):not(.back-link):not(.figma-object-choice):not(.figma-help-btn)::before,
.figma-tab::before {
  content: "";
  position: absolute;
  inset: -5px;
  pointer-events: none;
  background:
    linear-gradient(#fdf3e5, #fdf3e5) left top / 5px 5px no-repeat,
    linear-gradient(#2c0623, #2c0623) left 5px top 5px / 5px 5px no-repeat,
    linear-gradient(#fdf3e5, #fdf3e5) right top / 5px 5px no-repeat,
    linear-gradient(#2c0623, #2c0623) right 5px top 5px / 5px 5px no-repeat,
    linear-gradient(#fdf3e5, #fdf3e5) left bottom / 5px 5px no-repeat,
    linear-gradient(#2c0623, #2c0623) left 5px bottom 5px / 5px 5px no-repeat,
    linear-gradient(#fdf3e5, #fdf3e5) right bottom / 5px 5px no-repeat,
    linear-gradient(#2c0623, #2c0623) right 5px bottom 5px / 5px 5px no-repeat;
}

input,
select:not(.figma-time-select),
textarea,
.input,
.select,
.textarea,
.figma-input,
.figma-reflect-input,
.figma-expect-textarea {
  border: 0;
  outline: 5px solid #2c0623;
  outline-offset: 0;
  border-radius: 0;
  background:
    linear-gradient(#fdf3e5, #fdf3e5) left top / 5px 5px no-repeat,
    linear-gradient(#fdf3e5, #fdf3e5) right top / 5px 5px no-repeat,
    linear-gradient(#fdf3e5, #fdf3e5) left bottom / 5px 5px no-repeat,
    linear-gradient(#fdf3e5, #fdf3e5) right bottom / 5px 5px no-repeat,
    #fffdf8;
}

.center-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.card {
  background: var(--paper);
  border: 0;
  outline: 5px solid var(--ink);
  outline-offset: 0;
  box-shadow: var(--card-shadow);
  padding: 14px;
  position: relative;
}

.form-row {
  margin-bottom: 14px;
}

.form-row label {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 6px;
  font-weight: 600;
}

.input,
.select,
.textarea {
  width: 100%;
  border: 0;
  background: #fffdf8;
  padding: 10px 12px;
  font-size: 1.1rem;
}

.level-grid,
.time-grid,
.choice-grid,
.tab-grid {
  display: grid;
  gap: 10px;
}

.level-grid {
  grid-template-columns: repeat(3, 1fr);
}

.time-grid {
  grid-template-columns: repeat(2, 1fr);
}

.level-chip,
.time-chip,
.choice {
  border: 3px solid var(--ink);
  background: #fff8ee;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
}

.level-chip.active,
.time-chip.active,
.choice.active {
  background: var(--blue);
  color: var(--cream);
}

.top-bar {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.figma-home-screen {
  padding: 0 0 110px;
}

.figma-home-header {
  height: 91px;
  background: #fdf3e5;
  box-shadow: 0 7px 6.3px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 5;
}

.figma-home-topbar {
  padding: 20px 20px 0;
  margin: 0;
  height: 100%;
}

.figma-home-stats {
  border: 0;
  outline: 5px solid #2c0623;
  outline-offset: 0;
  height: 54px;
  padding: 0 10px;
  background: #fcf3e3;
  position: relative;
}

.figma-home-stats::before {
  content: "";
  position: absolute;
  inset: -5px;
  pointer-events: none;
  background:
    linear-gradient(#fdf3e5, #fdf3e5) left top / 5px 5px no-repeat,
    linear-gradient(#2c0623, #2c0623) left 5px top 5px / 5px 5px no-repeat,
    linear-gradient(#fdf3e5, #fdf3e5) right top / 5px 5px no-repeat,
    linear-gradient(#2c0623, #2c0623) right 5px top 5px / 5px 5px no-repeat,
    linear-gradient(#fdf3e5, #fdf3e5) left bottom / 5px 5px no-repeat,
    linear-gradient(#2c0623, #2c0623) left 5px bottom 5px / 5px 5px no-repeat,
    linear-gradient(#fdf3e5, #fdf3e5) right bottom / 5px 5px no-repeat,
    linear-gradient(#2c0623, #2c0623) right 5px bottom 5px / 5px 5px no-repeat;
}

.figma-home-stats strong {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.0703px;
  white-space: nowrap;
  max-width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.figma-stat-left,
.figma-stat-right {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: var(--font-ui);
}

.figma-stat-left {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.3125px;
  color: #2c0623;
}

.figma-stat-right {
  font-size: 10.8px;
  line-height: 17.28px;
  letter-spacing: -0.225px;
  color: #2c0623;
}

.figma-stat-left img,
.figma-stat-right img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.figma-menu-btn {
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #2c0623;
  width: 28px;
  height: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  padding: 0;
}

.figma-menu-btn span {
  display: block;
  height: 2px;
  width: 17px;
  background: #2c0623;
}

.stats {
  border: 0;
  padding: 10px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff8ef;
  font-weight: 700;
}

.stats strong {
  font-size: 1.5rem;
  font-style: italic;
}

.icon-btn {
  border: 3px solid var(--ink);
  background: #fff8ef;
  width: 44px;
  height: 44px;
  font-size: 1.4rem;
  cursor: pointer;
}

.icon-btn.figma-menu-btn {
  border: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
  width: 28px;
  height: 28px;
}

.icon-btn.figma-menu-btn::before {
  content: none;
}

.dropdown {
  position: absolute;
  right: 16px;
  top: 64px;
  width: 170px;
  z-index: 6;
}

.figma-home-darkband {
  height: 65px;
  width: 100%;
  background: #2d282d;
}

.dropdown button {
  width: 100%;
  text-align: left;
  background: #fff9f2;
  border: 2px solid var(--ink);
  border-top: 0;
  padding: 8px;
}

.dropdown button:first-child {
  border-top: 2px solid var(--ink);
}

.hero-scene {
  height: 555px;
  border: 0;
  margin-bottom: 0;
  background: linear-gradient(180deg, #2a2631 0 40%, #52677d 40% 60%, #6ead65 60% 100%);
  position: relative;
  overflow: hidden;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.customer-hitbox {
  position: absolute;
  left: 49px;
  bottom: 163px;
  width: 74px;
  height: 76px;
  border: 0;
  color: transparent;
  cursor: pointer;
  background: transparent;
  font-family: var(--font-ui);
  font-size: 0.48rem;
}

.figma-customer-message {
  position: absolute;
  left: 50%;
  top: 320px;
  width: 117px;
  height: 62px;
  background: #f8f8f8;
  border: 0;
  padding: 6px 9px;
  color: #2c0623;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  text-align: center;
  cursor: pointer;
  transform: translateX(-50%);
}

.figma-customer-title {
  font-family: mestiza-sans, "Mestiza Sans", "Cormorant Garamond", Georgia, serif;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.03px;
  font-style: normal;
  font-weight: 700;
}

.figma-customer-sub {
  font-family: var(--font-ui);
  font-size: 10.8px;
  line-height: 12px;
  letter-spacing: -0.225px;
  color: #2c0623;
}

.figma-customer-pointer {
  position: absolute;
  left: 50%;
  top: 382px;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 16px solid #f8f8f8;
  transform: translateX(-50%);
}

.figma-customer-message:active {
  transform: translate(-50%, 1px);
}

.figma-home-tip {
  display: none;
}

.tab-grid {
  grid-template-columns: repeat(5, 1fr);
  position: relative;
  max-width: 382px;
  width: 100%;
  background: transparent;
  padding: 0 8px;
  gap: 5px;
}

.figma-tab-grid {
  align-items: end;
}

.figma-tab {
  height: 110px;
  border: 0;
  outline: 5px solid #2c0623;
  outline-offset: 0;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 2;
}

.figma-tab img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.figma-tab.active {
  transform: translateY(-15px);
  box-shadow: 0 2px 0 rgba(44, 6, 35, 0.35);
}

.tab-shell {
  position: fixed;
  width: 382px;
  max-width: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 14;
}

.figma-tab-base {
  width: 100%;
  height: 26px;
  background: #2c0623;
}

.tab-grid button {
  border: 0;
  min-height: 62px;
  background: #f2dfd1;
  color: var(--ink);
  font-family: var(--font-ui);
  font-size: 0.58rem;
  cursor: pointer;
}

.tab-grid button.active {
  background: var(--blue);
  color: var(--cream);
}

.story-box {
  border: 0;
  outline: 5px solid var(--ink);
  outline-offset: 0;
  background: #fffaf4;
  margin-top: 24px;
  padding: 12px;
  height: 224px;
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 12px;
  position: relative;
}

.story-box::before,
.card::before,
.modal::before,
.accordion-item::before {
  content: "";
  position: absolute;
  inset: -5px;
  pointer-events: none;
  background:
    linear-gradient(#fdf3e5, #fdf3e5) left top / 5px 5px no-repeat,
    linear-gradient(#2c0623, #2c0623) left 5px top 5px / 5px 5px no-repeat,
    linear-gradient(#fdf3e5, #fdf3e5) right top / 5px 5px no-repeat,
    linear-gradient(#2c0623, #2c0623) right 5px top 5px / 5px 5px no-repeat,
    linear-gradient(#fdf3e5, #fdf3e5) left bottom / 5px 5px no-repeat,
    linear-gradient(#2c0623, #2c0623) left 5px bottom 5px / 5px 5px no-repeat,
    linear-gradient(#fdf3e5, #fdf3e5) right bottom / 5px 5px no-repeat,
    linear-gradient(#2c0623, #2c0623) right 5px bottom 5px / 5px 5px no-repeat;
}

.story-text-wrap {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.story-box p {
  font-size: 1.26rem;
  line-height: 1.2;
  margin: 0;
}

.story-screen {
  display: grid;
  grid-template-rows: auto auto 1fr;
  align-content: start;
  gap: 10px;
}

.story-title {
  margin-bottom: 0;
}

.story-hero {
  width: 100%;
  height: 230px;
  border: 1px solid #2c0623;
  background: #f2ede4;
  overflow: hidden;
}

.story-hero img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.story-screen-intro .story-box {
  width: 342px;
  max-width: 100%;
  height: 279px;
  margin: 8px auto 0;
  border: 0;
  outline: 5px solid #2c0623;
  background: #fffbf3;
  padding: 12px 10px 6px;
  grid-template-rows: 1fr auto;
  gap: 6px;
}

.story-screen-intro .story-box.story-box-advance {
  cursor: pointer;
}

.story-screen-intro {
  padding: 28px 20px 34px;
  gap: 14px;
}

.story-title-intro {
  font-family: var(--font-display);
  font-size: 30px;
  line-height: 32px;
  letter-spacing: 0.0703px;
  font-style: italic;
  font-weight: 700;
  color: #2c0623;
  text-align: center;
  margin-top: 4px;
}

.story-screen-intro .story-hero {
  width: 300px;
  max-width: 100%;
  height: 449px;
  margin: 0 auto;
  border: 0;
  background: transparent;
}

.story-screen-intro .story-hero img {
  object-fit: contain;
}

.story-screen-intro .story-text-wrap {
  padding: 0;
}

.story-screen-intro .story-box p {
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 0.0703px;
  color: #20042c;
  font-style: normal;
  font-weight: 400;
}

.story-caret {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 11px;
  padding-right: 6px;
}

.story-caret img {
  width: 11px;
  height: 11px;
  display: block;
}

.story-screen-intro .story-footer {
  justify-content: center;
  margin-top: 0;
}

.story-intro-spacer {
  display: none;
}

.story-intro-footer {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.story-intro-cta {
  width: 329px;
  max-width: 100%;
  height: 53px;
  min-height: 53px;
  background: #bdb0b8;
  color: #19062c;
  font-family: var(--font-ui-smallcaps);
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.0703px;
  padding: 0 20px;
}

.story-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.story-screen-customer {
  padding: 17px 20px 34px;
  gap: 10px;
  grid-template-rows: auto auto auto auto auto auto;
}

.story-customer-home {
  margin: 0 0 2px;
  width: fit-content;
  font-family: var(--font-ui);
  font-size: 12px;
  line-height: 24px;
  letter-spacing: -0.3125px;
  font-style: italic;
  color: #bdb0b8;
}

.story-customer-title-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 4px;
}

.story-customer-title-row h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.0703px;
  font-style: italic;
  font-weight: 700;
  color: #2c0623;
}

.story-customer-title-row .dots {
  font-family: var(--font-display);
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.0703px;
  font-style: italic;
  color: #2c0623;
}

.story-customer-hero {
  width: 336px;
  max-width: 100%;
  height: 336px;
  margin: 0 auto;
  border: 3px solid #000;
  background: #8b8ca8;
  overflow: hidden;
}

.story-customer-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  image-rendering: pixelated;
  display: block;
}

.story-customer-speaker {
  width: 76px;
  height: 33px;
  margin: 8px 0 -4px 2px;
  background: #fffbf3;
  border: 0;
  outline: 5px solid #2c0623;
  outline-offset: 0;
  display: grid;
  place-items: center;
  font-family: var(--font-ui);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3125px;
  font-style: italic;
  color: #2c0623;
  position: relative;
  z-index: 2;
}

.story-customer-speaker::before {
  content: "";
  position: absolute;
  inset: -5px;
  pointer-events: none;
  background:
    linear-gradient(#fdf3e5, #fdf3e5) left top / 5px 5px no-repeat,
    linear-gradient(#2c0623, #2c0623) left 5px top 5px / 5px 5px no-repeat,
    linear-gradient(#fdf3e5, #fdf3e5) right top / 5px 5px no-repeat,
    linear-gradient(#2c0623, #2c0623) right 5px top 5px / 5px 5px no-repeat,
    linear-gradient(#2c0623, #2c0623) left bottom / 5px 5px no-repeat,
    linear-gradient(#fffbf3, #fffbf3) left 5px bottom 5px / 5px 5px no-repeat,
    linear-gradient(#2c0623, #2c0623) right bottom / 5px 5px no-repeat,
    linear-gradient(#fffbf3, #fffbf3) right 5px bottom 5px / 5px 5px no-repeat;
}

.story-box-customer {
  width: 340px;
  max-width: 100%;
  height: 122px;
  margin: 0 auto;
  background: #fffbf3;
  outline: 5px solid #2c0623;
  padding: 14px 12px 6px;
  grid-template-rows: 1fr auto;
  gap: 4px;
}

.story-box-customer.story-box-advance {
  cursor: pointer;
}

.story-box-customer .story-text-wrap {
  overflow: hidden;
}

.story-box-customer p {
  font-family: var(--font-display);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3125px;
  color: #20042c;
  font-style: normal;
  font-weight: 400;
}

.story-screen-customer .story-caret {
  justify-content: flex-end;
  padding-right: 0;
  height: 11px;
}

.story-screen-customer .story-caret img {
  width: 11px;
  height: 11px;
  transform: rotate(180deg);
}

.story-screen-customer .story-intro-footer {
  margin-top: 22px;
}

.glossary-term {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  cursor: pointer;
  font-weight: 700;
  color: var(--indigo);
}

.recipe-list ul,
.recipe-list ol {
  margin: 8px 0 14px 18px;
}

.accordion-item {
  border: 0;
  outline: 5px solid var(--ink);
  outline-offset: 0;
  margin-bottom: 10px;
  background: #fff7ec;
  position: relative;
}

.accordion-title {
  width: 100%;
  text-align: left;
  padding: 10px;
  background: #f5e8d8;
  border: 0;
  border-bottom: 3px solid var(--ink);
  font-weight: 700;
  cursor: pointer;
}

.accordion-body {
  padding: 10px;
}

.item-image {
  height: 110px;
  border: 3px solid var(--ink);
  background: #e8d8c5;
  overflow: hidden;
}

.item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.question-title {
  font-size: 2rem;
  font-style: italic;
  text-align: center;
}

.figma-lesson-title-row {
  margin: 0 0 2px;
}

.figma-lesson-title-row h2 {
  font-size: 20px;
  margin: 0;
}

.figma-lesson-intro-screen {
  min-height: 100vh;
  padding: 21px 25px 98px;
  display: flex;
  flex-direction: column;
  background: #fdf3e5;
}

.figma-lesson-back {
  margin: 0;
  width: fit-content;
}

.figma-lesson-kicker {
  margin: 48px 0 0;
  text-align: center;
  font-family: var(--font-ui);
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.0703px;
  color: #5d3f56;
  font-style: italic;
}

.figma-lesson-heading {
  margin-top: -2px;
  text-align: center;
}

.figma-lesson-spell-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: 36px;
  line-height: 27px;
  letter-spacing: -0.4492px;
  color: #2c0623;
  font-style: italic;
  font-weight: 700;
}

.figma-lesson-spell-subtitle {
  margin: 11px 0 0;
  font-family: var(--font-display);
  font-size: 20px;
  line-height: 27px;
  letter-spacing: -0.4492px;
  color: #2c0623;
  font-style: normal;
  font-weight: 400;
}

.figma-lesson-spell-translation {
  margin: 10px 0 0;
  font-family: var(--font-display);
  font-size: 12px;
  line-height: 27px;
  letter-spacing: -0.4492px;
  color: #2c0623;
  font-style: italic;
  font-weight: 700;
}

.figma-lesson-copy {
  margin: 78px auto 0;
  width: 316px;
  max-width: 100%;
}

.figma-lesson-copy p {
  margin: 0 0 18px;
  font-family: var(--font-ui);
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -0.1504px;
  color: #2c0623;
  font-style: italic;
}

.figma-lesson-copy p:last-child {
  margin-top: 74px;
  margin-bottom: 0;
}

.figma-lesson-intro-cta-wrap {
  margin-top: auto;
  display: flex;
  justify-content: center;
}

.figma-lesson-intro-cta {
  width: 329px;
  max-width: 100%;
  height: 53px;
  min-height: 53px;
}

.figma-spell-recipe-screen {
  min-height: 100vh;
  padding: 24px 19px 34px;
  background: #fdf3e5;
}

.figma-spell-toprow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 5px 14px;
}

.figma-spell-back {
  margin: 0;
}

.figma-spell-phase {
  margin: 0;
  font-family: var(--font-ui);
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -0.1504px;
  color: #bdb0b8;
  font-style: italic;
}

.figma-spell-heading {
  text-align: center;
  margin: 0 0 15px;
}

.figma-spell-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: 36px;
  line-height: 30px;
  letter-spacing: -0.4492px;
  color: #2c0623;
  font-style: italic;
  font-weight: 700;
}

.figma-spell-subtitle {
  margin: 6px 0 0;
  font-family: var(--font-display);
  font-size: 32px;
  line-height: 26px;
  letter-spacing: -0.4492px;
  color: #2c0623;
  font-style: normal;
}

.figma-spell-translation {
  margin: 8px 0 0;
  font-family: var(--font-display);
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.4492px;
  color: #5d3f56;
  font-style: italic;
}

.figma-spell-panel-wrap {
  position: relative;
  width: 343px;
  max-width: 100%;
  margin: 0 auto;
  min-height: 645px;
}

.figma-spell-panel-shadow {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 343px;
  max-width: 100%;
  min-height: 645px;
  background: #bdb0b8;
  outline: 5px solid #bdb0b8;
  outline-offset: 0;
  z-index: 0;
}

.figma-spell-panel-shadow::before {
  content: "";
  position: absolute;
  inset: -5px;
  pointer-events: none;
  background:
    linear-gradient(#fcf3e3, #fcf3e3) left top / 5px 5px no-repeat,
    linear-gradient(#bdb0b8, #bdb0b8) left 5px top 5px / 5px 5px no-repeat,
    linear-gradient(#fcf3e3, #fcf3e3) right top / 5px 5px no-repeat,
    linear-gradient(#bdb0b8, #bdb0b8) right 5px top 5px / 5px 5px no-repeat,
    linear-gradient(#fcf3e3, #fcf3e3) left bottom / 5px 5px no-repeat,
    linear-gradient(#bdb0b8, #bdb0b8) left 5px bottom 5px / 5px 5px no-repeat,
    linear-gradient(#fcf3e3, #fcf3e3) right bottom / 5px 5px no-repeat,
    linear-gradient(#bdb0b8, #bdb0b8) right 5px bottom 5px / 5px 5px no-repeat;
}

.figma-spell-panel {
  position: relative;
  z-index: 1;
  width: 343px;
  max-width: 100%;
  min-height: 645px;
  background: #fffbf3;
  outline: 5px solid #2c0623;
  outline-offset: 0;
  padding: 24px 22px 16px;
}

.figma-spell-panel::before {
  content: "";
  position: absolute;
  inset: -5px;
  pointer-events: none;
  background:
    linear-gradient(#fdf3e5, #fdf3e5) left top / 5px 5px no-repeat,
    linear-gradient(#2c0623, #2c0623) left 5px top 5px / 5px 5px no-repeat,
    linear-gradient(#fdf3e5, #fdf3e5) right top / 5px 5px no-repeat,
    linear-gradient(#2c0623, #2c0623) right 5px top 5px / 5px 5px no-repeat,
    linear-gradient(#fdf3e5, #fdf3e5) left bottom / 5px 5px no-repeat,
    linear-gradient(#2c0623, #2c0623) left 5px bottom 5px / 5px 5px no-repeat,
    linear-gradient(#bdb0b8, #bdb0b8) right bottom / 5px 5px no-repeat,
    linear-gradient(#2c0623, #2c0623) right 5px bottom 5px / 5px 5px no-repeat;
}

.figma-spell-section {
  margin: 0 0 22px;
}

.figma-spell-section:last-child {
  margin-bottom: 0;
}

.figma-spell-section h3 {
  margin: 0;
  padding: 0 0 8px;
  border-bottom: 0.609px solid #bdb0b8;
  font-family: var(--font-display);
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.4395px;
  color: #20042c;
  font-style: normal;
  font-weight: 700;
}

.figma-spell-section h3 span {
  font-family: var(--font-ui);
  font-size: 15px;
  line-height: 28px;
  letter-spacing: -0.4395px;
  color: #5d3f56;
  font-style: italic;
  font-weight: 400;
}

.figma-spell-section ul,
.figma-spell-section ol {
  margin: 11px 0 0;
  padding: 0;
  list-style: none;
}

.figma-spell-section li {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.1504px;
  color: #20042c;
  font-style: normal;
}

.figma-spell-section ul li::before {
  content: "\2022 ";
}

.figma-spell-section ol {
  counter-reset: recipe-steps;
}

.figma-spell-section ol li {
  counter-increment: recipe-steps;
  padding-left: 0;
}

.figma-spell-section ol li::before {
  content: counter(recipe-steps) ". ";
}

.figma-spell-cta-wrap {
  margin-top: 28px;
  display: flex;
  justify-content: center;
}

.figma-spell-cta {
  width: 343px;
  max-width: 100%;
  height: 53px;
  min-height: 53px;
  font-size: 16px;
}

.figma-interactive-screen {
  min-height: 100vh;
  padding: 24px 0 34px;
  background: #fdf3e5;
}

.figma-interactive-shell {
  width: 346px;
  max-width: 100%;
  margin: 0 auto;
}

.figma-interactive-toprow {
  margin: 0 14px 30px;
}

.figma-interactive-back {
  margin: 0;
}

.figma-interactive-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 7px;
  margin: 0 0 1px;
}

.figma-interactive-dots {
  margin-top: -6px;
  font-family: var(--font-ui-smallcaps);
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.0703px;
  color: #2c0623;
}

.figma-interactive-title-row h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.4492px;
  color: #2c0623;
  font-style: italic;
  font-weight: 700;
  text-align: center;
}

.figma-interactive-copy {
  width: 281px;
  max-width: 100%;
  margin: 7px auto 16px;
  font-family: var(--font-ui);
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -0.1504px;
  color: #5d3f56;
}

.figma-interactive-section-title {
  margin: 0 20px 14px;
  font-family: var(--font-display);
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.4395px;
  color: #20042c;
  font-weight: 700;
  position: relative;
  z-index: 2;
}

.figma-interactive-tools-title {
  margin-top: 40px;
  clear: both;
}

.figma-interactive-list {
  display: grid;
  gap: 22px;
  justify-items: center;
}

.figma-interactive-ingredients-list {
  margin-bottom: 18px;
}

.figma-interactive-row-wrap {
  position: relative;
  width: 297px;
  max-width: 100%;
  isolation: isolate;
}

.figma-interactive-row-wrap::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 100%;
  height: 100%;
  background: #bdb0b8;
  outline: 5px solid #bdb0b8;
  outline-offset: 0;
  z-index: 0;
  pointer-events: none;
}

.figma-interactive-row-wrap::after {
  content: "";
  position: absolute;
  inset: 5px -5px -5px 5px;
  pointer-events: none;
  z-index: 0;
  background:
    linear-gradient(#fdf3e5, #fdf3e5) left top / 5px 5px no-repeat,
    linear-gradient(#bdb0b8, #bdb0b8) left 5px top 5px / 5px 5px no-repeat,
    linear-gradient(#fdf3e5, #fdf3e5) right top / 5px 5px no-repeat,
    linear-gradient(#bdb0b8, #bdb0b8) right 5px top 5px / 5px 5px no-repeat,
    linear-gradient(#fdf3e5, #fdf3e5) left bottom / 5px 5px no-repeat,
    linear-gradient(#bdb0b8, #bdb0b8) left 5px bottom 5px / 5px 5px no-repeat,
    linear-gradient(#fdf3e5, #fdf3e5) right bottom / 5px 5px no-repeat,
    linear-gradient(#bdb0b8, #bdb0b8) right 5px bottom 5px / 5px 5px no-repeat;
}

.figma-interactive-row {
  position: relative;
  z-index: 1;
  background: #fffbf3;
  outline: 5px solid #2c0623;
  outline-offset: 0;
  box-shadow: 6px 6px 0 #bdb0b8;
  overflow: hidden;
}

.figma-interactive-row::before {
  content: "";
  position: absolute;
  inset: -5px;
  pointer-events: none;
  background:
    linear-gradient(#fdf3e5, #fdf3e5) left top / 5px 5px no-repeat,
    linear-gradient(#2c0623, #2c0623) left 5px top 5px / 5px 5px no-repeat,
    linear-gradient(#fdf3e5, #fdf3e5) right top / 5px 5px no-repeat,
    linear-gradient(#2c0623, #2c0623) right 5px top 5px / 5px 5px no-repeat,
    linear-gradient(#fdf3e5, #fdf3e5) left bottom / 5px 5px no-repeat,
    linear-gradient(#2c0623, #2c0623) left 5px bottom 5px / 5px 5px no-repeat,
    linear-gradient(#fdf3e5, #fdf3e5) right bottom / 5px 5px no-repeat,
    linear-gradient(#2c0623, #2c0623) right 5px bottom 5px / 5px 5px no-repeat;
}

.figma-interactive-row-btn {
  width: 100%;
  min-height: 62px;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 0 13px 0 15px;
  text-align: left;
  cursor: pointer;
}

.figma-interactive-row-text {
  font-family: var(--font-display);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3125px;
  color: #20042c;
}

.figma-interactive-row-text em {
  font-family: var(--font-ui);
  font-size: 12px;
  line-height: 24px;
  letter-spacing: -0.3125px;
  color: #5d3f56;
  font-style: italic;
}

.figma-interactive-chevron {
  font-family: var(--font-ui);
  font-size: 11px;
  line-height: 11px;
  color: #2c0623;
  transition: transform 120ms ease;
}

.figma-interactive-row-wrap.is-open .figma-interactive-chevron {
  transform: rotate(180deg);
}

.figma-interactive-panel {
  padding: 0;
  background: #fffbf3;
}

.figma-interactive-media-frame {
  width: 264px;
  height: 129px;
  margin: 0 auto;
  border: 1px solid #000;
  overflow: hidden;
  background: #d8cbb9;
}

.figma-interactive-media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.figma-interactive-detail-wrap {
  padding: 10px 12px 12px;
}

.figma-interactive-eq {
  margin: 0;
  font-family: var(--font-display);
  font-size: 17.52px;
  line-height: 21.03px;
  letter-spacing: -0.2738px;
  color: #20042c;
  font-weight: 400;
}

.figma-interactive-detail-divider {
  margin: 9px 0 9px;
  border-top: 0.609px solid #bdb0b8;
}

.figma-interactive-detail {
  margin: 0;
  font-family: var(--font-ui);
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -0.1318px;
  color: #20042c;
}

.figma-interactive-cta-wrap {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}

.figma-interactive-cta {
  width: 345px;
  max-width: 100%;
  height: 53px;
  min-height: 53px;
  font-size: 16px;
}

.figma-object-screen {
  min-height: 100vh;
  padding: 24px 24px 30px;
  background: #fdf3e5;
}

.figma-object-back {
  margin: 0;
  width: fit-content;
}

.figma-object-phase-row {
  margin: 12px 0 5px;
  color: #bdb0b8;
  font-family: var(--font-ui);
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -0.1504px;
}

.figma-object-phase-progress {
  height: 7px;
  border: 1px solid #2c0623;
  margin-bottom: 25px;
  background: #fdf3e5;
}

.figma-object-phase-progress > div {
  background: #2c0623;
}

.figma-object-title-row {
  margin: 0 0 12px;
}

.figma-object-title-row h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.4492px;
  color: #2c0623;
  font-style: italic;
}

.figma-object-title-row .dots {
  margin-top: -3px;
}

.figma-object-overview-screen .figma-object-intro-copy {
  margin: 0 auto;
  width: 317px;
  max-width: 100%;
  font-family: var(--font-ui);
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -0.1504px;
  color: #5d3f56;
}

.figma-object-photo-wrap {
  margin: 36px auto 0;
  width: 318px;
  max-width: 100%;
}

.figma-object-photo-frame {
  width: 318px;
  max-width: 100%;
  height: 150px;
  border: 3px solid #000;
  overflow: hidden;
  background: #d4cdbf;
}

.figma-object-photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.figma-object-photo-label {
  margin: 8px 0 0;
  text-align: center;
  font-family: var(--font-display);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3125px;
  color: #20042c;
}

.figma-object-search-wrap {
  margin-top: 132px;
  display: flex;
  justify-content: center;
}

.figma-object-search-btn {
  width: 329px;
  max-width: 100%;
  height: 53px;
  min-height: 53px;
}

.figma-object-copy {
  margin: 0 0 14px;
  width: 335px;
  max-width: 100%;
  font-family: var(--font-ui);
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -0.1504px;
  color: #5d3f56;
}

.figma-object-question {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -0.3125px;
  color: #20042c;
  font-weight: 400;
}

.figma-object-choice-grid {
  grid-template-columns: repeat(2, 154px);
  justify-content: center;
  gap: 24px 20px;
}

.figma-object-choice {
  position: relative;
  width: 154px;
  min-height: 146px;
  border: 0;
  outline: 5px solid #2c0623;
  outline-offset: 0;
  background: #fffbf3;
  box-shadow: 6px 6px 0 #bdb0b8;
  overflow: visible;
  z-index: 1;
}

.figma-object-choice::before {
  content: "";
  position: absolute;
  inset: -5px;
  pointer-events: none;
  background:
    linear-gradient(#fdf3e5, #fdf3e5) left top / 5px 5px no-repeat,
    linear-gradient(#2c0623, #2c0623) left 5px top 5px / 5px 5px no-repeat,
    linear-gradient(#fdf3e5, #fdf3e5) right top / 5px 5px no-repeat,
    linear-gradient(#2c0623, #2c0623) right 5px top 5px / 5px 5px no-repeat,
    linear-gradient(#fdf3e5, #fdf3e5) left bottom / 5px 5px no-repeat,
    linear-gradient(#2c0623, #2c0623) left 5px bottom 5px / 5px 5px no-repeat,
    linear-gradient(#fdf3e5, #fdf3e5) right bottom / 5px 5px no-repeat,
    linear-gradient(#2c0623, #2c0623) right 5px bottom 5px / 5px 5px no-repeat;
}

.figma-object-choice .label {
  min-height: 38px;
  padding: 8px 7px 0;
  text-align: center;
  font-family: var(--font-display);
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.4036px;
  color: #20042c;
}

.figma-object-choice .label.is-long {
  font-size: 15px;
  line-height: 17px;
  text-align: left;
  padding-left: 10px;
}

.figma-object-choice .img {
  height: 84px;
  margin: 4px 8px 8px;
  background: #c6c6c9;
  overflow: hidden;
}

.figma-where-choice .label {
  font-size: 18px;
  line-height: 24px;
}

.figma-object-choice .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.figma-object-choice.is-correct {
  outline-color: #6e9144;
  background: #f2f8ee;
  box-shadow: 6px 6px 0 #a2be86;
}

.figma-object-choice.is-correct .img {
  background: #cfe3bf;
}

.figma-object-choice.is-correct::before {
  background:
    linear-gradient(#fdf3e5, #fdf3e5) left top / 5px 5px no-repeat,
    linear-gradient(#6e9144, #6e9144) left 5px top 5px / 5px 5px no-repeat,
    linear-gradient(#fdf3e5, #fdf3e5) right top / 5px 5px no-repeat,
    linear-gradient(#6e9144, #6e9144) right 5px top 5px / 5px 5px no-repeat,
    linear-gradient(#fdf3e5, #fdf3e5) left bottom / 5px 5px no-repeat,
    linear-gradient(#6e9144, #6e9144) left 5px bottom 5px / 5px 5px no-repeat,
    linear-gradient(#a2be86, #a2be86) right bottom / 5px 5px no-repeat,
    linear-gradient(#6e9144, #6e9144) right 5px bottom 5px / 5px 5px no-repeat;
}

.figma-object-choice.is-wrong {
  outline-color: #c66168;
  background: #fff3f3;
}

.figma-object-choice.is-wrong .img {
  background: #e8c6c9;
}

.figma-object-choice.is-wrong::before {
  background:
    linear-gradient(#fdf3e5, #fdf3e5) left top / 5px 5px no-repeat,
    linear-gradient(#c66168, #c66168) left 5px top 5px / 5px 5px no-repeat,
    linear-gradient(#fdf3e5, #fdf3e5) right top / 5px 5px no-repeat,
    linear-gradient(#c66168, #c66168) right 5px top 5px / 5px 5px no-repeat,
    linear-gradient(#fdf3e5, #fdf3e5) left bottom / 5px 5px no-repeat,
    linear-gradient(#c66168, #c66168) left 5px bottom 5px / 5px 5px no-repeat,
    linear-gradient(#fdf3e5, #fdf3e5) right bottom / 5px 5px no-repeat,
    linear-gradient(#c66168, #c66168) right 5px bottom 5px / 5px 5px no-repeat;
}


.figma-object-help-row {
  min-height: 34px;
  width: 141px;
  margin: 10px 13px 0 auto;
  padding: 0;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

.figma-help-btn {
  width: 20px;
  height: 20px;
  border: 0;
  outline: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
  line-height: 0;
}

.figma-help-btn img {
  margin-left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.figma-object-feedback {
  width: 141px;
  height: 87px;
  margin: 6px 0 12px 11px;
  background: #b2b2b2;
  overflow: hidden;
  text-align: center;
  outline: 5px solid #2c0623;
  outline-offset: 0;
  box-shadow: 5px 5px 0 #bdb0b8;
  border: 0;
  padding: 12px 10px;
}

.figma-object-feedback p {
  margin: 0;
  font-family: var(--font-ui);
  font-size: 10.9px;
  line-height: 16.36px;
  color: #20042c;
}

.figma-object-feedback p:first-child {
  font-family: var(--font-display);
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 4px;
}

.figma-object-feedback.is-correct p:first-child {
  color: #6e9144;
}

.figma-object-feedback.is-wrong p:first-child {
  color: #c66168;
}

.figma-object-hint-card {
  margin: 10px 0 0;
  border: 0;
  background: #c7bbc8;
  padding: 10px 12px 12px;
}

.figma-object-hint-card p {
  margin: 0;
  font-family: var(--font-ui);
  font-size: 12px;
  line-height: 18px;
  color: #2c0623;
}

.figma-object-hint-link {
  margin-top: 8px;
  border: 0;
  background: transparent;
  padding: 0;
  width: 100%;
  text-align: center;
  font-family: var(--font-ui);
  font-size: 12px;
  line-height: 18px;
  color: #2c0623;
  text-decoration: underline;
  cursor: pointer;
}

.figma-reflect-card {
  margin: 8px auto 0;
  width: 311px;
  max-width: 100%;
}

.figma-reflect-card.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.figma-reflect-card p {
  margin: 0 0 8px;
  font-family: var(--font-ui);
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -0.1504px;
  color: #5d3f56;
}

.figma-reflect-card label {
  margin: 0 0 12px;
  display: block;
  font-family: var(--font-display);
  font-size: 20px;
  line-height: 27px;
  letter-spacing: -0.3125px;
  color: #20042c;
}

.figma-reflect-input-wrap {
  position: relative;
  border: 0;
  outline: 5px solid #2c0623;
  outline-offset: 0;
  box-shadow: 5px 5px 0 #bdb0b8;
  background: #fffbf3;
  min-height: 183px;
}

.figma-reflect-input-wrap::before {
  content: "";
  position: absolute;
  inset: -5px;
  pointer-events: none;
  background:
    linear-gradient(#fdf3e5, #fdf3e5) left top / 5px 5px no-repeat,
    linear-gradient(#2c0623, #2c0623) left 5px top 5px / 5px 5px no-repeat,
    linear-gradient(#fdf3e5, #fdf3e5) right top / 5px 5px no-repeat,
    linear-gradient(#2c0623, #2c0623) right 5px top 5px / 5px 5px no-repeat,
    linear-gradient(#fdf3e5, #fdf3e5) left bottom / 5px 5px no-repeat,
    linear-gradient(#2c0623, #2c0623) left 5px bottom 5px / 5px 5px no-repeat,
    linear-gradient(#bdb0b8, #bdb0b8) right bottom / 5px 5px no-repeat,
    linear-gradient(#2c0623, #2c0623) right 5px bottom 5px / 5px 5px no-repeat;
}

.figma-reflect-input {
  border: 0;
  outline: 0;
  min-height: 173px;
  width: 100%;
  background: transparent;
  font-family: var(--font-display);
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: -0.3125px;
  color: #5d3f56;
  padding: 12px 20px;
  resize: none;
}

.figma-reflect-input::placeholder {
  color: #74716d;
}

.figma-object-use-screen .figma-object-title-row {
  margin-bottom: 18px;
}

.figma-object-reflect-copy {
  margin: 0 0 10px;
  width: 335px;
}

.figma-object-reflect-copy + .figma-object-reflect-copy {
  margin-bottom: 24px;
}

.figma-object-reflect-prompt {
  margin: 0;
  width: 349px;
  max-width: 100%;
  font-family: var(--font-display);
  font-size: 20px;
  line-height: 27px;
  letter-spacing: -0.3125px;
  color: #20042c;
  font-weight: 400;
}

.figma-object-use-cta-wrap {
  margin-top: 28px;
}

.figma-object-use-screen .figma-object-continue {
  background: #bdb0b8;
  color: #000;
  font-family: var(--font-ui);
  font-size: 20px;
  letter-spacing: 0.0703px;
}

.figma-find-feedback {
  margin: 18px 0 0;
  text-align: center;
  font-family: var(--font-display);
  font-size: 20px;
  line-height: 22px;
  letter-spacing: -0.3125px;
  color: #6e9144;
}

.figma-ritual-screen .figma-find-feedback,
.screen > .figma-find-feedback {
  margin-top: 16px;
}

.figma-find-feedback-wrong {
  color: #c66168;
}

.figma-find-cta-wrap {
  margin-top: 22px;
}

.figma-object-continue {
  width: 100%;
  max-width: 329px;
  height: 53px;
}

.figma-review-intro-screen {
  padding: 24px 26px 24px;
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto auto auto 1fr auto auto;
}

.figma-review-intro-screen .figma-back-link {
  justify-self: start;
  width: fit-content;
  display: inline-block;
}

.figma-review-intro-kicker {
  margin: 76px 0 0;
  text-align: center;
  font-family: var(--font-ui);
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.0703px;
  color: #5d3f56;
}

.figma-review-intro-title {
  margin: 0;
  text-align: center;
  font-family: var(--font-display);
  font-size: 36px;
  line-height: 27px;
  letter-spacing: -0.4492px;
  font-style: italic;
  color: #2c0623;
}

.figma-review-intro-photo {
  margin: 16px auto 6px;
  width: min(340px, 100%);
  max-width: 100%;
  height: 286px;
  object-fit: cover;
  object-position: center center;
  display: block;
  justify-self: center;
}

.figma-review-intro-copy {
  align-self: end;
  margin: -18px 0 0;
  font-family: var(--font-ui);
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -0.1504px;
  color: #5d3f56;
}

.figma-review-intro-cta {
  margin-top: 24px;
}

.figma-review-start {
  width: 329px;
  max-width: 100%;
  height: 53px;
  border-width: 5px;
  box-shadow: none;
  font-family: var(--font-ui-smallcaps);
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.07em;
}

.figma-test-intro-screen {
  padding: 24px 26px 24px;
}

.figma-test-intro-art {
  width: min(303px, 100%);
  max-width: 100%;
  max-height: 300px;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 18px auto 18px;
}

.figma-test-intro-copy {
  width: 300px;
  margin: 0 auto;
  font-family: var(--font-ui);
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -0.1504px;
  color: #5d3f56;
}

.figma-expect-screen {
  padding: 24px 21px 24px;
}

.figma-expect-title {
  width: 282px;
  margin: 0 auto;
  text-align: center;
  font-family: var(--font-display);
  font-style: italic;
  color: #2c0623;
  font-size: 36px;
  line-height: 43px;
  letter-spacing: -0.4492px;
}

.figma-expect-copy {
  width: 300px;
  margin: 22px auto 0;
  font-family: var(--font-ui);
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -0.1504px;
  color: #5d3f56;
}

.figma-expect-number {
  text-align: center;
  margin-top: 16px;
  font-family: var(--font-display);
  font-size: 36px;
  line-height: 24px;
  letter-spacing: -0.3125px;
}

.figma-slider-box {
  width: 313px;
  height: 53px;
  margin: 12px auto 0;
  border: 5px solid #2c0623;
  background: #fffbf3;
  display: grid;
  grid-template-columns: 30px 1fr 30px;
  align-items: center;
  padding: 0 8px;
}

.figma-slider-btn {
  border: 0;
  background: transparent;
  color: #2c0623;
  font-family: var(--font-ui);
  font-size: 1rem;
  cursor: pointer;
}

.figma-slider-track {
  position: relative;
  height: 12px;
  width: 237px;
  cursor: pointer;
  touch-action: none;
}

.figma-slider-track img {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
}

.figma-slider-fill {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 12px;
  width: 22px;
  background: #5d3f56;
}

.figma-expect-textarea {
  width: 100%;
  min-height: 145px;
  margin: 0;
  display: block;
  border: 0;
  outline: 0;
  background: transparent;
  padding: 10px 14px;
  font-family: var(--font-display);
  font-size: 16px;
  color: #74716d;
}

.figma-expect-reflect-wrap {
  width: 311px;
  max-width: 100%;
  margin: 14px auto 0;
  background: #fffbf3;
}

.figma-ritual-screen {
  padding: 44px 24px 24px;
}

.figma-ritual-timer {
  width: 100%;
  text-align: right;
  font-family: var(--font-ui);
  font-size: 16px;
  line-height: 24px;
  color: #5d3f56;
  margin-top: 44px;
}

.figma-ritual-candle {
  width: 345px;
  max-width: calc(100% + 40px);
  margin: -18px -20px 8px;
  display: block;
}

.figma-ritual-question {
  margin: 0;
  color: #20042c;
  font-size: 20px;
  line-height: 24px;
}

.figma-ritual-options {
  gap: 26px;
  margin-top: 36px;
}

.figma-ritual-options .figma-review-option {
  width: 100%;
  min-height: 56px;
  font-size: 18px;
  line-height: 26px;
}

.figma-outcome-screen {
  padding: 95px 24px 24px;
}

.figma-outcome-badge-wrap {
  width: 91px;
  height: 91px;
  margin: 0 auto;
}

.figma-outcome-badge-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.figma-outcome-title {
  margin: 14px 0 0;
  text-align: center;
  font-size: 36px;
  line-height: 27px;
  font-style: italic;
  color: #2c0623;
}

.figma-outcome-subtitle {
  margin: 24px 0 0;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  color: #5d3f56;
}

.figma-outcome-reward {
  margin: 8px auto 0;
  width: 230px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #bdb0b8;
  font-family: var(--font-ui);
  font-size: 11px;
  line-height: 28px;
}

.figma-outcome-reward img {
  width: 20px;
  height: 20px;
}

.figma-outcome-score {
  margin-top: 14px;
  color: #20042c;
  font-family: var(--font-ui);
  font-size: 12px;
  line-height: 20px;
}

.figma-outcome-summary {
  margin-top: 8px;
  width: 277px;
  color: #20042c;
  font-family: var(--font-ui);
  font-size: 10px;
  line-height: 20px;
}

.figma-outcome-details {
  margin-top: 18px;
  width: 283px;
  color: #5d3f56;
  font-family: var(--font-ui);
  font-size: 11px;
  line-height: 20px;
}

.figma-outcome-cta {
  margin-top: 18px;
}

.figma-secondary-cta {
  background: #fffbf3;
}

.figma-review-screen {
  padding: 24px 24px 0;
}

.figma-review-subtitle {
  margin: 0 0 8px;
  font-family: var(--font-ui);
  font-size: 12px;
  line-height: 20px;
  color: #544056;
}

.figma-review-step {
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 8px;
  color: #20042c;
}

.figma-review-prompt {
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 10px;
  color: #20042c;
}

.figma-review-drop-zone {
  position: relative;
  width: min(329px, 100%);
  margin: 0 0 14px;
  min-height: 118px;
  padding-bottom: 42px;
}

.figma-review-drop-zone.is-filled {
  background: rgba(111, 145, 68, 0.1);
}

.figma-review-line {
  position: absolute;
  right: 0;
  bottom: 28px;
  width: 158px;
  margin: 0;
}

.figma-review-line img {
  width: 100%;
  height: 1px;
  display: block;
}

.figma-review-drop-value {
  position: absolute;
  right: 0;
  bottom: 25px;
  width: 158px;
  min-height: 22px;
  text-align: center;
  padding: 0 6px;
  font-family: var(--font-ui);
  font-size: 12px;
  line-height: 18px;
  color: #5d3f56;
  background: #fdf3e5;
  z-index: 1;
}

.figma-review-option-stack {
  display: grid;
  gap: 14px;
  width: min(188px, 100%);
}

.figma-review-option {
  border: 5px solid #2c0623;
  background: #fffbf3;
  box-shadow: 5px 5px 0 rgba(189, 176, 184, 0.9);
  width: 100%;
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  text-align: center;
  font-family: var(--font-display);
  font-size: 20px;
  line-height: 31px;
  cursor: pointer;
}

.figma-review-option.is-selected {
  background: #f1e7f4;
}

.figma-review-submit-wrap {
  margin-top: 14px;
  align-items: flex-start;
}

.figma-review-submit {
  width: 329px;
  max-width: 100%;
  border-width: 5px;
  box-shadow: none;
  font-family: var(--font-ui-smallcaps);
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.07em;
}

.figma-review-tf-screen {
  min-height: 100vh;
  position: relative;
}

.figma-tf-picker {
  margin: 18px auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 136px));
  gap: 18px;
  width: fit-content;
}

.figma-tf-picker .figma-review-option {
  min-height: 52px;
  font-size: 16px;
  line-height: 24px;
  padding: 0 8px;
}

.figma-review-screen .pixel-btn,
.figma-test-intro-screen .pixel-btn,
.figma-expect-screen .pixel-btn,
.figma-ritual-screen .pixel-btn,
.figma-outcome-screen .pixel-btn {
  border-width: 5px;
  box-shadow: none;
  font-family: var(--font-ui-smallcaps);
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.07em;
}

.figma-review-bottom-bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30px;
  background: #d0d0d2;
}

.choice-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.choice:not(.figma-object-choice) {
  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
}

.choice:not(.figma-object-choice) .label {
  padding: 10px;
  font-size: 1.9rem;
  font-weight: 600;
}

.choice:not(.figma-object-choice) .img {
  height: 86px;
  background: #ddd4c6;
  overflow: hidden;
}

.choice:not(.figma-object-choice) .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.feedback {
  margin-top: 10px;
  padding: 8px 10px;
  border: 3px solid var(--ink);
  background: #fff9f1;
  font-weight: 700;
}

.feedback.correct {
  background: #dbf6d8;
}

.feedback.wrong {
  background: #ffdede;
}

.hint-box {
  margin-top: 10px;
  border: 3px dashed var(--ink-soft);
  padding: 8px;
  background: #fff7ec;
  font-size: 1.05rem;
}

.drag-bank {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.drag-chip {
  border: 3px solid var(--ink);
  background: #f2dfd1;
  padding: 8px 10px;
  cursor: grab;
}

.drop-zone {
  min-height: 60px;
  border: 3px dashed var(--ink);
  background: #fff9f2;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 8px;
}

.timer {
  display: inline-block;
  border: 3px solid var(--ink);
  background: #fff7ea;
  padding: 8px 10px;
  font-family: var(--font-ui);
  font-size: 0.75rem;
}

.progress {
  height: 10px;
  border: 2px solid var(--ink);
  background: #fff;
  margin-bottom: 12px;
}

.progress > div {
  height: 100%;
  background: var(--rose);
}

.achievement-list {
  display: grid;
  gap: 10px;
}

.achievement-list.figma-ritual-options {
  gap: 26px;
}

.achievement {
  border: 3px solid var(--ink);
  padding: 10px;
  background: #fff8ef;
}

.achievement.locked {
  opacity: 0.45;
  filter: grayscale(1);
}

.notification {
  position: fixed;
  left: 50%;
  transform: translate(-50%, -130%);
  top: 8px;
  background: var(--ink);
  color: var(--cream);
  border: 3px solid #fff;
  padding: 10px 14px;
  z-index: 20;
  font-family: var(--font-ui);
  font-size: 0.62rem;
}

.notification.show {
  animation: slideBanner 2.6s ease forwards;
}

@keyframes slideBanner {
  10%,
  72% {
    transform: translate(-50%, 0);
  }
  100% {
    transform: translate(-50%, -130%);
  }
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(44, 6, 35, 0.56);
  z-index: 18;
  display: grid;
  place-items: center;
  padding: 16px;
}

.modal {
  width: min(400px, 100%);
  border: 0;
  outline: 5px solid var(--ink);
  outline-offset: 0;
  background: #fff8ef;
  padding: 14px;
  position: relative;
}

.figma-purchase-modal {
  width: min(352px, 100%);
  min-height: 220px;
  background: #fffbf3;
  padding: 10px 14px 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.figma-purchase-close {
  position: absolute;
  right: 8px;
  top: 6px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #2c0623;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.figma-purchase-close::before {
  content: none;
}

.figma-purchase-top {
  display: grid;
  grid-template-columns: 88px 1fr;
  align-items: start;
  gap: 10px;
  margin-top: 6px;
}

.figma-purchase-art-wrap {
  width: 82px;
  height: 75px;
  overflow: hidden;
  display: grid;
  place-items: center;
}

.figma-purchase-art {
  width: 100%;
  height: 100%;
  object-fit: contain;
  image-rendering: pixelated;
}

.figma-purchase-copy h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.0703px;
  color: #2c0623;
  font-style: italic;
  font-weight: 700;
}

.figma-purchase-limit {
  margin: 4px 0 0;
  font-family: var(--font-ui);
  font-size: 10px;
  line-height: 20px;
  letter-spacing: -0.3125px;
  color: #5d3f56;
  font-style: italic;
}

.figma-purchase-cost {
  margin: -2px 0 0;
  font-family: var(--font-ui);
  font-size: 10px;
  line-height: 16px;
  letter-spacing: -0.2px;
  color: #5d3f56;
}

.figma-purchase-qty {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 3px;
}

.figma-purchase-arrow {
  width: 16px;
  height: 16px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #2c0623;
  font-size: 10px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.figma-purchase-arrow::before {
  content: none;
}

.figma-purchase-qty strong {
  min-width: 22px;
  text-align: center;
  font-family: var(--font-ui);
  font-size: 20px;
  line-height: 20px;
  color: #000;
  font-style: italic;
  font-weight: 400;
}

.figma-purchase-cta-wrap {
  margin-top: 4px;
}

.figma-purchase-cta {
  width: 131px;
  min-height: 32px;
  height: 32px;
  padding: 0;
  font-family: var(--font-ui-smallcaps);
  font-size: 12px;
  line-height: 32px;
  color: #20042c;
  background: transparent;
}

.qty {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 10px 0;
}

.qty button {
  width: 42px;
  height: 42px;
  border: 3px solid var(--ink);
  background: #f2dfd1;
}

.reward-pop {
  position: fixed;
  left: 50%;
  top: 16%;
  transform: translateX(-50%);
  z-index: 19;
  border: 3px solid var(--ink);
  background: #fff7ea;
  padding: 10px 12px;
  font-family: var(--font-ui);
  font-size: 0.62rem;
  animation: rewardPop 1.8s ease forwards;
}

@keyframes rewardPop {
  0% {
    opacity: 0;
    transform: translate(-50%, 14px);
  }
  30% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -22px);
  }
}

.back-link {
  border: 0;
  background: none;
  color: var(--ink-soft);
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 8px;
}

.figma-back-link {
  margin-bottom: 16px;
  padding-left: 18px;
  position: relative;
  color: #bdb0b8;
  font-family: var(--font-ui);
  font-size: 12px;
  line-height: 24px;
  letter-spacing: -0.3125px;
  font-style: italic;
  font-weight: 400;
}

.figma-back-link::before {
  content: "◀";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 10px;
  line-height: 20px;
}

.small {
  font-size: 1rem;
}

@media (max-width: 420px) {
  .title-main {
    font-size: 2.3rem;
  }

  .screen {
    padding-inline: 10px;
  }

  .choice .label {
    font-size: 1.5rem;
  }

  .figma-review-step,
  .figma-review-prompt {
    font-size: 20px;
  }

  .tab-shell {
    width: 100%;
  }
}
