.peitho-slide {
  width: 1280px;
  height: 720px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 64px 72px;
  box-sizing: border-box;
  overflow: hidden;
  background: #f7f7f2;
  color: #181818;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.peitho-slide h1 {
  margin: 0;
  font-size: 56px;
  line-height: 1.05;
  font-weight: 760;
}

.slot-title {
  display: inline-block;
}

.body {
  min-width: 0;
  overflow: hidden;
}

.slot-body {
  font-size: 30px;
  line-height: 1.35;
}

.slot-body p {
  margin: 0 0 24px;
}

.slot-body ul {
  margin: 0;
  padding-left: 34px;
}

.code {
  min-width: 0;
  margin: 0;
  overflow: hidden;
}

.slot-code {
  display: block;
  margin: 0;
  font-size: 22px;
  line-height: 1.35;
}

.slot-code .hl-comment {
  color: #8a8578;
}

.slot-code .hl-string {
  color: #2f7d4f;
}

.slot-code .hl-keyword,
.slot-code .hl-storage {
  color: #7141d8;
}

.slot-code .hl-constant {
  color: #b45309;
}

.slot-code .hl-function {
  color: #1d4ed8;
}

.slot-code .hl-type {
  color: #0f766e;
}