[data-quiz-theme="anatomy"]{
  --anatomy-ink: var(--quiz-text);
  --anatomy-teal: var(--quiz-primary);
  --anatomy-coral: var(--quiz-border);
  --quiz-flow-border: 2px solid color-mix(in srgb, var(--quiz-border) 72%, transparent);
  --quiz-flow-radius: 20px;
  --quiz-flow-shadow: 10px 12px 0 rgba(12,43,46,.2), 0 28px 64px rgba(10,42,45,.28);
  --quiz-flow-background: radial-gradient(circle at 50% 0%, #fffdf8 0%, var(--quiz-surface) 60%, #e6d8c6 100%);
  background: radial-gradient(circle at 50% 4%, #4b7b7c 0%, var(--quiz-page) 58%, #0f3034 100%);
}

[data-quiz-theme="anatomy"] .quiz-engine__landing,
[data-quiz-theme="anatomy"] .quiz-engine__continuous-shell,
[data-quiz-theme="anatomy"] .quiz-engine__about{
  color: var(--anatomy-ink);
  background: var(--quiz-flow-background);
  box-shadow: var(--quiz-flow-shadow);
}

[data-quiz-theme="anatomy"] .quiz-engine__landing-copy{
  align-content: start;
  justify-items: center;
  width: 100%;
  max-width: 790px;
  margin-inline: auto;
  text-align: center;
}

[data-quiz-theme="anatomy"] .quiz-engine__landing-art,
[data-quiz-theme="anatomy"] .quiz-engine__landing-symbol{
  display: none !important;
}

[data-quiz-theme="anatomy"] .quiz-engine__landing-badge{
  display: grid !important;
  width: 104px;
  height: 104px;
  place-items: center;
  margin: 0 auto 4px;
  overflow: hidden;
  border: 3px solid var(--anatomy-coral);
  border-radius: 22px;
  background: var(--anatomy-teal);
  box-shadow: 5px 7px 0 rgba(24,40,42,.16);
}

[data-quiz-theme="anatomy"] .quiz-engine__landing:not(.quiz-engine__landing--start-instruction) .quiz-engine__landing-badge span{
  display: block;
  width: 100%;
  height: 100%;
  background: url("./assets/items/anatomy-icon.webp") center / cover no-repeat;
  color: transparent;
  font-size: 0;
}

[data-quiz-theme="anatomy"] .quiz-engine__landing h1{
  max-width: 790px;
  margin: 7px auto 10px;
  color: var(--anatomy-ink);
  font-size: clamp(36px, 5vw, 54px);
  font-weight: 950;
  line-height: .98;
  letter-spacing: -.043em;
  text-wrap: balance;
}

[data-quiz-theme="anatomy"] .quiz-engine__landing .quiz-engine__quick-start{
  margin: 8px auto 0;
}

[data-quiz-theme="anatomy"] .quiz-engine__primary{
  border: 2px solid #115b5f;
  background: linear-gradient(180deg, #25868a, var(--anatomy-teal));
  color: var(--quiz-primary-text);
  box-shadow: 0 6px 0 #0e4e51, 0 12px 22px rgba(14,78,81,.2);
}

[data-quiz-theme="anatomy"] .quiz-engine__answer{
  border: 2px solid rgba(77,101,102,.55);
  background: var(--quiz-surface-raised);
  color: var(--anatomy-ink);
  box-shadow: 4px 4px 0 rgba(24,40,42,.11);
}

[data-quiz-theme="anatomy"] .quiz-engine__answer > span{
  background: linear-gradient(180deg, #e49b8d, var(--anatomy-coral));
  color: #2a1d1b;
}

[data-quiz-theme="anatomy"] .quiz-engine__progress i{
  background: linear-gradient(90deg, var(--anatomy-teal), var(--anatomy-coral));
}

@media(max-width:640px){
  [data-quiz-theme="anatomy"] .quiz-engine__landing-badge{width:78px;height:78px;border-radius:18px}
  [data-quiz-theme="anatomy"] .quiz-engine__landing h1{font-size:clamp(31px,8.9vw,40px)}
  [data-quiz-theme="anatomy"] .quiz-engine__landing .quiz-engine__quick-start{font-size:15px;line-height:1.38}
}
