@import url('psb-daftar-inline.css');

/* Tab navigation */
.psb-tab-nav {
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 0.35rem;
  padding-bottom: 0.25rem;
  margin-bottom: 1.5rem;
  scrollbar-width: thin;
}

.psb-tab-nav .nav-link {
  white-space: nowrap;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #64748b;
  border: 1.5px solid #e2e8f0;
  background: #fff;
  padding: 0.45rem 0.9rem;
  transition: all 0.2s ease;
}

.psb-tab-nav .nav-link.active {
  background: #2563eb;
  border-color: #2563eb;
  color: #fff;
}

.psb-tab-nav .nav-link.completed {
  background: #ecfdf5;
  border-color: #6ee7b7;
  color: #047857;
}

.psb-tab-nav .nav-link.locked {
  opacity: 0.45;
  pointer-events: none;
  cursor: not-allowed;
}

.psb-tab-pane {
  display: none;
}

.psb-tab-pane.active {
  display: block;
  animation: psbTabFade 0.25s ease;
}

@keyframes psbTabFade {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

.psb-tab-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid #e2e8f0;
}

.psb-tab-step-label {
  font-size: 0.85rem;
  color: #64748b;
  font-weight: 600;
}

.btn-info-biaya {
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.88rem;
}

.biaya-copy-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 0.75rem 1rem;
  margin-bottom: 0.75rem;
}

.biaya-copy-value {
  font-family: ui-monospace, monospace;
  font-weight: 700;
  font-size: 1rem;
  color: #0f172a;
  word-break: break-all;
}

.btn-copy-text {
  flex-shrink: 0;
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 600;
}
