/* Sitemap-Generator – ergänzt tool-kit.css */

#sm-urls {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.85rem;
  min-height: 190px;
}

#sm-output {
  min-height: 280px;
  font-size: 0.76rem;
  line-height: 1.5;
}

#sm-robots {
  min-height: 0;
  font-size: 0.8rem;
  padding: 0.6rem 0.9rem;
  width: 100%;
  box-sizing: border-box;
  resize: none;
  white-space: nowrap;
  overflow-x: auto;
}

.sm-empty {
  color: var(--text-muted);
  font-size: 0.88rem;
  margin: 0;
}

.sm-stats {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
  margin-bottom: 1rem;
}

#sm-count {
  color: var(--ok);
  font-size: 0.95rem;
  font-weight: 700;
  margin: 0;
}

#sm-size { color: var(--text-muted); font-size: 0.78rem; margin: 0; }

.sm-code-head {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: space-between;
  margin-bottom: 0.6rem;
}

.sm-code-head .card-title { margin: 0; }

.sm-robots-block {
  border-top: 1px solid var(--glass-border);
  margin-top: 1.75rem;
  padding-top: 1.5rem;
}

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

.sm-steps li {
  counter-increment: sm-step;
  color: #cbd5e1;
  font-size: 0.88rem;
  margin-bottom: 0.75rem;
  padding-left: 2.25rem;
  position: relative;
}

.sm-steps li::before {
  content: counter(sm-step);
  position: absolute;
  left: 0;
  top: 0;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: rgba(59, 130, 246, 0.15);
  border: 1px solid rgba(59, 130, 246, 0.35);
  color: #bfdbfe;
  font-size: 0.75rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
