/* Smart Batch Rename discovery page (hidden / noindex until launch) */
.sbr-page .container.ut-page {
  width: min(760px, 100%);
}

.sbr-status {
  display: inline-block;
  margin: 8px 0 0;
  padding: 6px 12px;
  border-radius: 999px;
  background: #fef3c7;
  color: #92400e;
  font-size: 13px;
  font-weight: 600;
}

.sbr-lead {
  max-width: 42em;
  margin: 12px auto 0;
  color: var(--ut-brown-muted, #8b7355);
  font-size: 15px;
  line-height: 1.55;
  text-align: center;
}

.sbr-section {
  margin-bottom: 20px;
}

.sbr-section h2 {
  margin: 0 0 10px;
  font-size: 1.125rem;
  color: var(--ut-brown, #5c4a3a);
}

.sbr-section p,
.sbr-section li {
  color: #475569;
  line-height: 1.55;
  font-size: 14px;
}

.sbr-section ul {
  margin: 0;
  padding-left: 1.2em;
}

.sbr-example {
  display: grid;
  gap: 12px;
  margin-top: 12px;
}

@media (min-width: 640px) {
  .sbr-example {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.sbr-example__panel {
  background: #fff;
  border: 1px solid var(--ut-border, rgba(92, 74, 58, 0.12));
  border-radius: 12px;
  padding: 12px 14px;
}

.sbr-example__panel h3 {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--ut-brown, #5c4a3a);
}

.sbr-example__panel pre {
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  line-height: 1.45;
  color: #0f172a;
}

.sbr-steps {
  counter-reset: sbr-step;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sbr-steps li {
  counter-increment: sbr-step;
  position: relative;
  padding: 10px 12px 10px 44px;
  margin-bottom: 8px;
  background: #fff;
  border: 1px solid var(--ut-border, rgba(92, 74, 58, 0.12));
  border-radius: 12px;
}

.sbr-steps li::before {
  content: counter(sbr-step);
  position: absolute;
  left: 12px;
  top: 10px;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #eef2ff;
  color: #4338ca;
  font-weight: 700;
  font-size: 12px;
  display: grid;
  place-items: center;
}

.sbr-faq details {
  border: 1px solid var(--ut-border, rgba(92, 74, 58, 0.12));
  border-radius: 12px;
  background: #fff;
  padding: 12px 14px;
  margin-bottom: 8px;
}

.sbr-faq summary {
  cursor: pointer;
  font-weight: 600;
  color: var(--ut-brown, #5c4a3a);
  font-size: 14px;
}

.sbr-faq details p {
  margin: 10px 0 0;
}

.sbr-note {
  font-size: 13px;
  color: #64748b;
  margin-top: 8px;
}

.sbr-ko {
  margin-top: 12px;
  padding: 12px 14px;
  background: #f8fafc;
  border-radius: 12px;
  border: 1px dashed #cbd5e1;
  font-size: 14px;
  color: #334155;
  line-height: 1.55;
}


.sbr-status--live {
  background: #ecfdf5;
  color: #065f46;
}

.sbr-cta-wrap {
  text-align: center;
  margin: 12px 0 0;
}

.sbr-play-cta {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 999px;
  background: #4f46e5;
  color: #fff !important;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}
