.tp-onb {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr;
  gap: 16px;
}

@media (max-width: 960px) {
  .tp-onb {
    grid-template-columns: 1fr;
  }
}

.tp-onb-hero {
  margin-bottom: 12px;
}

.tp-onb-steps {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tp-step {
  border: 1px solid #e0e3eb;
  border-radius: 12px;
  background: #fff;
  padding: 14px;
}

.tp-step.is-done {
  border-color: #b7ebc6;
  background: #f6fffa;
}

.tp-step-head {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tp-badge {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: #1a73e8;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 13px;
  flex: 0 0 auto;
}

.tp-step-title {
  font-weight: 700;
  color: #202124;
}

.tp-step-body {
  margin-top: 8px;
  color: #3c4043;
  font-size: 14px;
  line-height: 1.6;
}

.tp-state {
  margin-left: auto;
  font-size: 12px;
  border: 1px solid #e0e3eb;
  border-radius: 999px;
  padding: 3px 8px;
  color: #5f6368;
  background: #f6f8fc;
}

.tp-step.is-done .tp-state {
  color: #188038;
  border-color: #b7ebc6;
  background: #eaf7ef;
  font-weight: 700;
}

.tp-k {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  background: #f1f3f4;
  border: 1px solid #e0e3eb;
  border-radius: 6px;
  padding: 2px 6px;
}

.tp-mini {
  margin-top: 10px;
  color: #5f6368;
  font-size: 12px;
  line-height: 1.5;
}

.tp-play {
  border: 1px solid #e0e3eb;
  border-radius: 12px;
  padding: 12px;
  background: #f6f8fc;
}

.tp-play p {
  margin: 0 0 10px;
  line-height: 1.75;
}

.tp-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
